add additional filters/wordcloud/sqlite
add additional filters/wordcloud/sqlite

[submodule "js/dynatable"] [submodule "js/dynatable"]
path = js/dynatable path = js/dynatable
url = https://github.com/JangoSteve/jquery-dynatable.git url = https://github.com/JangoSteve/jquery-dynatable.git
  [submodule "lib/tag-cloud"]
  path = lib/tag-cloud
  url = https://github.com/lotsofcode/tag-cloud.git
   
file:a/README.md -> file:b/README.md
DCaaS service catalogue browser DCaaS service catalogue browser
   
   
Uses: Uses:
http://getbootstrap.com/ http://getbootstrap.com/
http://www.dynatable.com/ http://www.dynatable.com/
https://github.com/freqdec/fd-slider https://github.com/freqdec/fd-slider
http://harvesthq.github.io/chosen/ http://harvesthq.github.io/chosen/
   
/*! /*!
* Bootstrap v3.0.3 (http://getbootstrap.com) * Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc. * Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
   
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,
.btn-info, .btn-info,
.btn-warning, .btn-warning,
.btn-danger { .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
} }
   
.btn-default:active, .btn-default:active,
.btn-primary:active, .btn-primary:active,
.btn-success:active, .btn-success:active,
.btn-info:active, .btn-info:active,
.btn-warning:active, .btn-warning:active,
.btn-danger:active, .btn-danger:active,
.btn-default.active, .btn-default.active,
.btn-primary.active, .btn-primary.active,
.btn-success.active, .btn-success.active,
.btn-info.active, .btn-info.active,
.btn-warning.active, .btn-warning.active,
.btn-danger.active { .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
   
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none; background-image: none;
} }
   
.btn-default { .btn-default {
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dbdbdb; border-color: #dbdbdb;
border-color: #ccc; border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-default:hover, .btn-default:hover,
.btn-default:focus { .btn-default:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-default:active, .btn-default:active,
.btn-default.active { .btn-default.active {
background-color: #e0e0e0; background-color: #e0e0e0;
border-color: #dbdbdb; border-color: #dbdbdb;
} }
   
.btn-primary { .btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #2b669a; border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus { .btn-primary:focus {
background-color: #2d6ca2; background-color: #2d6ca2;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-primary:active, .btn-primary:active,
.btn-primary.active { .btn-primary.active {
background-color: #2d6ca2; background-color: #2d6ca2;
border-color: #2b669a; border-color: #2b669a;
} }
   
.btn-success { .btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #3e8f3e; border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-success:hover, .btn-success:hover,
.btn-success:focus { .btn-success:focus {
background-color: #419641; background-color: #419641;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-success:active, .btn-success:active,
.btn-success.active { .btn-success.active {
background-color: #419641; background-color: #419641;
border-color: #3e8f3e; border-color: #3e8f3e;
} }
   
.btn-warning { .btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #e38d13; border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus { .btn-warning:focus {
background-color: #eb9316; background-color: #eb9316;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-warning:active, .btn-warning:active,
.btn-warning.active { .btn-warning.active {
background-color: #eb9316; background-color: #eb9316;
border-color: #e38d13; border-color: #e38d13;
} }
   
.btn-danger { .btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #b92c28; border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus { .btn-danger:focus {
background-color: #c12e2a; background-color: #c12e2a;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-danger:active, .btn-danger:active,
.btn-danger.active { .btn-danger.active {
background-color: #c12e2a; background-color: #c12e2a;
border-color: #b92c28; border-color: #b92c28;
} }
   
.btn-info { .btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #28a4c9; border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.btn-info:hover, .btn-info:hover,
.btn-info:focus { .btn-info:focus {
background-color: #2aabd2; background-color: #2aabd2;
background-position: 0 -15px; background-position: 0 -15px;
} }
   
.btn-info:active, .btn-info:active,
.btn-info.active { .btn-info.active {
background-color: #2aabd2; background-color: #2aabd2;
border-color: #28a4c9; border-color: #28a4c9;
} }
   
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
   
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
background-color: #e8e8e8; background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
} }
   
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
background-color: #357ebd; background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
   
.navbar-default { .navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-radius: 4px; border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
} }
   
.navbar-default .navbar-nav > .active > a { .navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
} }
   
.navbar-brand, .navbar-brand,
.navbar-nav > li > a { .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
} }
   
.navbar-inverse { .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%); background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.navbar-inverse .navbar-nav > .active > a { .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%); background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
} }
   
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
   
.navbar-static-top, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
border-radius: 0; border-radius: 0;
} }
   
.alert { .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
} }
   
.alert-success { .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #b2dba1; border-color: #b2dba1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
} }
   
.alert-info { .alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #9acfea; border-color: #9acfea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
} }
   
.alert-warning { .alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #f5e79e; border-color: #f5e79e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
} }
   
.alert-danger { .alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dca7a7; border-color: #dca7a7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
} }
   
.progress { .progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
} }
   
.progress-bar { .progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
} }
   
.progress-bar-success { .progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
} }
   
.progress-bar-info { .progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
} }
   
.progress-bar-warning { .progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
} }
   
.progress-bar-danger { .progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
} }
   
.list-group { .list-group {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
} }
   
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
.list-group-item.active:focus { .list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9; text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #3278b3; border-color: #3278b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
} }
   
.panel { .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
} }
   
.panel-default > .panel-heading { .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
} }
   
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
   
.panel-success > .panel-heading { .panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
} }
   
.panel-info > .panel-heading { .panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
} }
   
.panel-warning > .panel-heading { .panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
} }
   
.panel-danger > .panel-heading { .panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
} }
   
.well { .well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dcdcdc; border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
} }
/*! /*!
* Bootstrap v3.0.3 (http://getbootstrap.com) * Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc. * Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
   
.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)} .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
/*! /*!
* Bootstrap v3.0.3 (http://getbootstrap.com) * Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc. * Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
   
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
   
article, article,
aside, aside,
details, details,
figcaption, figcaption,
figure, figure,
footer, footer,
header, header,
hgroup, hgroup,
main, main,
nav, nav,
section, section,
summary { summary {
display: block; display: block;
} }
   
audio, audio,
canvas, canvas,
video { video {
display: inline-block; display: inline-block;
} }
   
audio:not([controls]) { audio:not([controls]) {
display: none; display: none;
height: 0; height: 0;
} }
   
[hidden], [hidden],
template { template {
display: none; display: none;
} }
   
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
} }
   
body { body {
margin: 0; margin: 0;
} }
   
a { a {
background: transparent; background: transparent;
} }
   
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
} }
   
a:active, a:active,
a:hover { a:hover {
outline: 0; outline: 0;
} }
   
h1 { h1 {
margin: 0.67em 0; margin: 0.67em 0;
font-size: 2em; font-size: 2em;
} }
   
abbr[title] { abbr[title] {
border-bottom: 1px dotted; border-bottom: 1px dotted;
} }
   
b, b,
strong { strong {
font-weight: bold; font-weight: bold;
} }
   
dfn { dfn {
font-style: italic; font-style: italic;
} }
   
hr { hr {
height: 0; height: 0;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
   
mark { mark {
color: #000; color: #000;
background: #ff0; background: #ff0;
} }
   
code, code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: monospace, serif; font-family: monospace, serif;
font-size: 1em; font-size: 1em;
} }
   
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
   
q { q {
quotes: "\201C" "\201D" "\2018" "\2019"; quotes: "\201C" "\201D" "\2018" "\2019";
} }
   
small { small {
font-size: 80%; font-size: 80%;
} }
   
sub, sub,
sup { sup {
position: relative; position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
vertical-align: baseline; vertical-align: baseline;
} }
   
sup { sup {
top: -0.5em; top: -0.5em;
} }
   
sub { sub {
bottom: -0.25em; bottom: -0.25em;
} }
   
img { img {
border: 0; border: 0;
} }
   
svg:not(:root) { svg:not(:root) {
overflow: hidden; overflow: hidden;
} }
   
figure { figure {
margin: 0; margin: 0;
} }
   
fieldset { fieldset {
padding: 0.35em 0.625em 0.75em; padding: 0.35em 0.625em 0.75em;
margin: 0 2px; margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
} }
   
legend { legend {
padding: 0; padding: 0;
border: 0; border: 0;
} }
   
button, button,
input, input,
select, select,
textarea { textarea {
margin: 0; margin: 0;
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;
} }
   
button, button,
input { input {
line-height: normal; line-height: normal;
} }
   
button, button,
select { select {
text-transform: none; text-transform: none;
} }
   
button, button,
html input[type="button"], html input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer; cursor: pointer;
-webkit-appearance: button; -webkit-appearance: button;
} }
   
button[disabled], button[disabled],
html input[disabled] { html input[disabled] {
cursor: default; cursor: default;
} }
   
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
} }
   
input[type="search"] { input[type="search"] {
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield; -webkit-appearance: textfield;
} }
   
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
   
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0; padding: 0;
border: 0; border: 0;
} }
   
textarea { textarea {
overflow: auto; overflow: auto;
vertical-align: top; vertical-align: top;
} }
   
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
   
@media print { @media print {
* { * {
color: #000 !important; color: #000 !important;
text-shadow: none !important; text-shadow: none !important;
background: transparent !important; background: transparent !important;
box-shadow: none !important; box-shadow: none !important;
} }
a, a,
a:visited { a:visited {
text-decoration: underline; text-decoration: underline;
} }
a[href]:after { a[href]:after {
content: " (" attr(href) ")"; content: " (" attr(href) ")";
} }
abbr[title]:after { abbr[title]:after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
a[href^="javascript:"]:after, a[href^="javascript:"]:after,
a[href^="#"]:after { a[href^="#"]:after {
content: ""; content: "";
} }
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
display: table-header-group; display: table-header-group;
} }
tr, tr,
img { img {
page-break-inside: avoid; page-break-inside: avoid;
} }
img { img {
max-width: 100% !important; max-width: 100% !important;
} }
@page { @page {
margin: 2cm .5cm; margin: 2cm .5cm;
} }
p, p,
h2, h2,
h3 { h3 {
orphans: 3; orphans: 3;
widows: 3; widows: 3;
} }
h2, h2,
h3 { h3 {
page-break-after: avoid; page-break-after: avoid;
} }
select { select {
background: #fff !important; background: #fff !important;
} }
.navbar { .navbar {
display: none; display: none;
} }
.table td, .table td,
.table th { .table th {
background-color: #fff !important; background-color: #fff !important;
} }
.btn > .caret, .btn > .caret,
.dropup > .btn > .caret { .dropup > .btn > .caret {
border-top-color: #000 !important; border-top-color: #000 !important;
} }
.label { .label {
border: 1px solid #000; border: 1px solid #000;
} }
.table { .table {
border-collapse: collapse !important; border-collapse: collapse !important;
} }
.table-bordered th, .table-bordered th,
.table-bordered td { .table-bordered td {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
   
*, *,
*:before, *:before,
*:after { *:after {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
   
html { html {
font-size: 62.5%; font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
   
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333333;
background-color: #ffffff; background-color: #ffffff;
} }
   
input, input,
button, button,
select, select,
textarea { textarea {
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
line-height: inherit; line-height: inherit;
} }
   
a { a {
color: #428bca; color: #428bca;
text-decoration: none; text-decoration: none;
} }
   
a:hover, a:hover,
a:focus { a:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
} }
   
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
   
img { img {
vertical-align: middle; vertical-align: middle;
} }
   
.img-responsive { .img-responsive {
display: block; display: block;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
} }
   
.img-rounded { .img-rounded {
border-radius: 6px; border-radius: 6px;
} }
   
.img-thumbnail { .img-thumbnail {
display: inline-block; display: inline-block;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
padding: 4px; padding: 4px;
line-height: 1.428571429; line-height: 1.428571429;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
   
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
} }
   
hr { hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
} }
   
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;
height: 1px; height: 1px;
padding: 0; padding: 0;
margin: -1px; margin: -1px;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
border: 0; border: 0;
} }
   
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6, h6,
.h1, .h1,
.h2, .h2,
.h3, .h3,
.h4, .h4,
.h5, .h5,
.h6 { .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500; font-weight: 500;
line-height: 1.1; line-height: 1.1;
color: inherit; color: inherit;
} }
   
h1 small, h1 small,
h2 small, h2 small,
h3 small, h3 small,
h4 small, h4 small,
h5 small, h5 small,
h6 small, h6 small,
.h1 small, .h1 small,
.h2 small, .h2 small,
.h3 small, .h3 small,
.h4 small, .h4 small,
.h5 small, .h5 small,
.h6 small, .h6 small,
h1 .small, h1 .small,
h2 .small, h2 .small,
h3 .small, h3 .small,
h4 .small, h4 .small,
h5 .small, h5 .small,
h6 .small, h6 .small,
.h1 .small, .h1 .small,
.h2 .small, .h2 .small,
.h3 .small, .h3 .small,
.h4 .small, .h4 .small,
.h5 .small, .h5 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #999999; color: #999999;
} }
   
h1, h1,
h2, h2,
h3 { h3 {
margin-top: 20px; margin-top: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
   
h1 small, h1 small,
h2 small, h2 small,
h3 small, h3 small,
h1 .small, h1 .small,
h2 .small, h2 .small,
h3 .small { h3 .small {
font-size: 65%; font-size: 65%;
} }
   
h4, h4,
h5, h5,
h6 { h6 {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
   
h4 small, h4 small,
h5 small, h5 small,
h6 small, h6 small,
h4 .small, h4 .small,
h5 .small, h5 .small,
h6 .small { h6 .small {
font-size: 75%; font-size: 75%;
} }
   
h1, h1,
.h1 { .h1 {
font-size: 36px; font-size: 36px;
} }
   
h2, h2,
.h2 { .h2 {
font-size: 30px; font-size: 30px;
} }
   
h3, h3,
.h3 { .h3 {
font-size: 24px; font-size: 24px;
} }
   
h4, h4,
.h4 { .h4 {
font-size: 18px; font-size: 18px;
} }
   
h5, h5,
.h5 { .h5 {
font-size: 14px; font-size: 14px;
} }
   
h6, h6,
.h6 { .h6 {
font-size: 12px; font-size: 12px;
} }
   
p { p {
margin: 0 0 10px; margin: 0 0 10px;
} }
   
.lead { .lead {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 16px; font-size: 16px;
font-weight: 200; font-weight: 200;
line-height: 1.4; line-height: 1.4;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.lead { .lead {
font-size: 21px; font-size: 21px;
} }
} }
   
small, small,
.small { .small {
font-size: 85%; font-size: 85%;
} }
   
cite { cite {
font-style: normal; font-style: normal;
} }
   
.text-muted { .text-muted {
color: #999999; color: #999999;
} }
   
.text-primary { .text-primary {
color: #428bca; color: #428bca;
} }
   
.text-primary:hover { .text-primary:hover {
color: #3071a9; color: #3071a9;
} }
   
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
   
.text-warning:hover { .text-warning:hover {
color: #66512c; color: #66512c;
} }
   
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
   
.text-danger:hover { .text-danger:hover {
color: #843534; color: #843534;
} }
   
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
   
.text-success:hover { .text-success:hover {
color: #2b542c; color: #2b542c;
} }
   
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
   
.text-info:hover { .text-info:hover {
color: #245269; color: #245269;
} }
   
.text-left { .text-left {
text-align: left; text-align: left;
} }
   
.text-right { .text-right {
text-align: right; text-align: right;
} }
   
.text-center { .text-center {
text-align: center; text-align: center;
} }
   
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
} }
   
ul, ul,
ol { ol {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
} }
   
ul ul, ul ul,
ol ul, ol ul,
ul ol, ul ol,
ol ol { ol ol {
margin-bottom: 0; margin-bottom: 0;
} }
   
.list-unstyled { .list-unstyled {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
   
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
   
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }
   
.list-inline > li:first-child { .list-inline > li:first-child {
padding-left: 0; padding-left: 0;
} }
   
dl { dl {
margin-top: 0; margin-top: 0;
margin-bottom: 20px; margin-bottom: 20px;
} }
   
dt, dt,
dd { dd {
line-height: 1.428571429; line-height: 1.428571429;
} }
   
dt { dt {
font-weight: bold; font-weight: bold;
} }
   
dd { dd {
margin-left: 0; margin-left: 0;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden; overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.dl-horizontal dd { .dl-horizontal dd {
margin-left: 180px; margin-left: 180px;
} }
.dl-horizontal dd:before, .dl-horizontal dd:before,
.dl-horizontal dd:after { .dl-horizontal dd:after {
display: table; display: table;
content: " "; content: " ";
} }
.dl-horizontal dd:after { .dl-horizontal dd:after {
clear: both; clear: both;
} }
.dl-horizontal dd:before, .dl-horizontal dd:before,
.dl-horizontal dd:after { .dl-horizontal dd:after {
display: table; display: table;
content: " "; content: " ";
} }
.dl-horizontal dd:after { .dl-horizontal dd:after {
clear: both; clear: both;
} }
} }
   
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #999999; border-bottom: 1px dotted #999999;
} }
   
.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
} }
   
blockquote { blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
border-left: 5px solid #eeeeee; border-left: 5px solid #eeeeee;
} }
   
blockquote p { blockquote p {
font-size: 17.5px; font-size: 17.5px;
font-weight: 300; font-weight: 300;
line-height: 1.25; line-height: 1.25;
} }
   
blockquote p:last-child { blockquote p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
   
blockquote small, blockquote small,
blockquote .small { blockquote .small {
display: block; display: block;
line-height: 1.428571429; line-height: 1.428571429;
color: #999999; color: #999999;
} }
   
blockquote small:before, blockquote small:before,
blockquote .small:before { blockquote .small:before {
content: '\2014 \00A0'; content: '\2014 \00A0';
} }
   
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
border-right: 5px solid #eeeeee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
   
blockquote.pull-right p, blockquote.pull-right p,
blockquote.pull-right small, blockquote.pull-right small,
blockquote.pull-right .small { blockquote.pull-right .small {
text-align: right; text-align: right;
} }
   
blockquote.pull-right small:before, blockquote.pull-right small:before,
blockquote.pull-right .small:before { blockquote.pull-right .small:before {
content: ''; content: '';
} }
   
blockquote.pull-right small:after, blockquote.pull-right small:after,
blockquote.pull-right .small:after { blockquote.pull-right .small:after {
content: '\00A0 \2014'; content: '\00A0 \2014';
} }
   
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
content: ""; content: "";
} }
   
address { address {
margin-bottom: 20px; margin-bottom: 20px;
font-style: normal; font-style: normal;
line-height: 1.428571429; line-height: 1.428571429;
} }
   
code, code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
} }
   
code { code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #c7254e;
white-space: nowrap; white-space: nowrap;
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; border-radius: 4px;
} }
   
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
margin: 0 0 10px; margin: 0 0 10px;
font-size: 13px; font-size: 13px;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333333;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
} }
   
pre code { pre code {
padding: 0; padding: 0;
font-size: inherit; font-size: inherit;
color: inherit; color: inherit;
white-space: pre-wrap; white-space: pre-wrap;
background-color: transparent; background-color: transparent;
border-radius: 0; border-radius: 0;
} }
   
.pre-scrollable { .pre-scrollable {
max-height: 340px; max-height: 340px;
overflow-y: scroll; overflow-y: scroll;
} }
   
.container { .container {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
   
.container:before, .container:before,
.container:after { .container:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.container:after { .container:after {
clear: both; clear: both;
} }
   
.container:before, .container:before,
.container:after { .container:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.container:after { .container:after {
clear: both; clear: both;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.container { .container {
width: 750px; width: 750px;
} }
} }
   
@media (min-width: 992px) { @media (min-width: 992px) {
.container { .container {
width: 970px; width: 970px;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.container { .container {
width: 1170px; width: 1170px;
} }
} }
   
.row { .row {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
   
.row:before, .row:before,
.row:after { .row:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.row:after { .row:after {
clear: both; clear: both;
} }
   
.row:before, .row:before,
.row:after { .row:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.row:after { .row:after {
clear: both; clear: both;
} }
   
.col-xs-1, .col-xs-1,
.col-sm-1, .col-sm-1,
.col-md-1, .col-md-1,
.col-lg-1, .col-lg-1,
.col-xs-2, .col-xs-2,
.col-sm-2, .col-sm-2,
.col-md-2, .col-md-2,
.col-lg-2, .col-lg-2,
.col-xs-3, .col-xs-3,
.col-sm-3, .col-sm-3,
.col-md-3, .col-md-3,
.col-lg-3, .col-lg-3,
.col-xs-4, .col-xs-4,
.col-sm-4, .col-sm-4,
.col-md-4, .col-md-4,
.col-lg-4, .col-lg-4,
.col-xs-5, .col-xs-5,
.col-sm-5, .col-sm-5,
.col-md-5, .col-md-5,
.col-lg-5, .col-lg-5,
.col-xs-6, .col-xs-6,
.col-sm-6, .col-sm-6,
.col-md-6, .col-md-6,
.col-lg-6, .col-lg-6,
.col-xs-7, .col-xs-7,
.col-sm-7, .col-sm-7,
.col-md-7, .col-md-7,
.col-lg-7, .col-lg-7,
.col-xs-8, .col-xs-8,
.col-sm-8, .col-sm-8,
.col-md-8, .col-md-8,
.col-lg-8, .col-lg-8,
.col-xs-9, .col-xs-9,
.col-sm-9, .col-sm-9,
.col-md-9, .col-md-9,
.col-lg-9, .col-lg-9,
.col-xs-10, .col-xs-10,
.col-sm-10, .col-sm-10,
.col-md-10, .col-md-10,
.col-lg-10, .col-lg-10,
.col-xs-11, .col-xs-11,
.col-sm-11, .col-sm-11,
.col-md-11, .col-md-11,
.col-lg-11, .col-lg-11,
.col-xs-12, .col-xs-12,
.col-sm-12, .col-sm-12,
.col-md-12, .col-md-12,
.col-lg-12 { .col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
} }
   
.col-xs-1, .col-xs-1,
.col-xs-2, .col-xs-2,
.col-xs-3, .col-xs-3,
.col-xs-4, .col-xs-4,
.col-xs-5, .col-xs-5,
.col-xs-6, .col-xs-6,
.col-xs-7, .col-xs-7,
.col-xs-8, .col-xs-8,
.col-xs-9, .col-xs-9,
.col-xs-10, .col-xs-10,
.col-xs-11, .col-xs-11,
.col-xs-12 { .col-xs-12 {
float: left; float: left;
} }
   
.col-xs-12 { .col-xs-12 {
width: 100%; width: 100%;
} }
   
.col-xs-11 { .col-xs-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
   
.col-xs-10 { .col-xs-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
   
.col-xs-9 { .col-xs-9 {
width: 75%; width: 75%;
} }
   
.col-xs-8 { .col-xs-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
   
.col-xs-7 { .col-xs-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
   
.col-xs-6 { .col-xs-6 {
width: 50%; width: 50%;
} }
   
.col-xs-5 { .col-xs-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
   
.col-xs-4 { .col-xs-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
   
.col-xs-3 { .col-xs-3 {
width: 25%; width: 25%;
} }
   
.col-xs-2 { .col-xs-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
   
.col-xs-1 { .col-xs-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
   
.col-xs-pull-12 { .col-xs-pull-12 {
right: 100%; right: 100%;
} }
   
.col-xs-pull-11 { .col-xs-pull-11 {
right: 91.66666666666666%; right: 91.66666666666666%;
} }
   
.col-xs-pull-10 { .col-xs-pull-10 {
right: 83.33333333333334%; right: 83.33333333333334%;
} }
   
.col-xs-pull-9 { .col-xs-pull-9 {
right: 75%; right: 75%;
} }
   
.col-xs-pull-8 { .col-xs-pull-8 {
right: 66.66666666666666%; right: 66.66666666666666%;
} }
   
.col-xs-pull-7 { .col-xs-pull-7 {
right: 58.333333333333336%; right: 58.333333333333336%;
} }
   
.col-xs-pull-6 { .col-xs-pull-6 {
right: 50%; right: 50%;
} }
   
.col-xs-pull-5 { .col-xs-pull-5 {
right: 41.66666666666667%; right: 41.66666666666667%;
} }
   
.col-xs-pull-4 { .col-xs-pull-4 {
right: 33.33333333333333%; right: 33.33333333333333%;
} }
   
.col-xs-pull-3 { .col-xs-pull-3 {
right: 25%; right: 25%;
} }
   
.col-xs-pull-2 { .col-xs-pull-2 {
right: 16.666666666666664%; right: 16.666666666666664%;
} }
   
.col-xs-pull-1 { .col-xs-pull-1 {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
   
.col-xs-pull-0 { .col-xs-pull-0 {
right: 0; right: 0;
} }
   
.col-xs-push-12 { .col-xs-push-12 {
left: 100%; left: 100%;
} }
   
.col-xs-push-11 { .col-xs-push-11 {
left: 91.66666666666666%; left: 91.66666666666666%;
} }
   
.col-xs-push-10 { .col-xs-push-10 {
left: 83.33333333333334%; left: 83.33333333333334%;
} }
   
.col-xs-push-9 { .col-xs-push-9 {
left: 75%; left: 75%;
} }
   
.col-xs-push-8 { .col-xs-push-8 {
left: 66.66666666666666%; left: 66.66666666666666%;
} }
   
.col-xs-push-7 { .col-xs-push-7 {
left: 58.333333333333336%; left: 58.333333333333336%;
} }
   
.col-xs-push-6 { .col-xs-push-6 {
left: 50%; left: 50%;
} }
   
.col-xs-push-5 { .col-xs-push-5 {
left: 41.66666666666667%; left: 41.66666666666667%;
} }
   
.col-xs-push-4 { .col-xs-push-4 {
left: 33.33333333333333%; left: 33.33333333333333%;
} }
   
.col-xs-push-3 { .col-xs-push-3 {
left: 25%; left: 25%;
} }
   
.col-xs-push-2 { .col-xs-push-2 {
left: 16.666666666666664%; left: 16.666666666666664%;
} }
   
.col-xs-push-1 { .col-xs-push-1 {
left: 8.333333333333332%; left: 8.333333333333332%;
} }
   
.col-xs-push-0 { .col-xs-push-0 {
left: 0; left: 0;
} }
   
.col-xs-offset-12 { .col-xs-offset-12 {
margin-left: 100%; margin-left: 100%;
} }
   
.col-xs-offset-11 { .col-xs-offset-11 {
margin-left: 91.66666666666666%; margin-left: 91.66666666666666%;
} }
   
.col-xs-offset-10 { .col-xs-offset-10 {
margin-left: 83.33333333333334%; margin-left: 83.33333333333334%;
} }
   
.col-xs-offset-9 { .col-xs-offset-9 {
margin-left: 75%; margin-left: 75%;
} }
   
.col-xs-offset-8 { .col-xs-offset-8 {
margin-left: 66.66666666666666%; margin-left: 66.66666666666666%;
} }
   
.col-xs-offset-7 { .col-xs-offset-7 {
margin-left: 58.333333333333336%; margin-left: 58.333333333333336%;
} }
   
.col-xs-offset-6 { .col-xs-offset-6 {
margin-left: 50%; margin-left: 50%;
} }
   
.col-xs-offset-5 { .col-xs-offset-5 {
margin-left: 41.66666666666667%; margin-left: 41.66666666666667%;
} }
   
.col-xs-offset-4 { .col-xs-offset-4 {
margin-left: 33.33333333333333%; margin-left: 33.33333333333333%;
} }
   
.col-xs-offset-3 { .col-xs-offset-3 {
margin-left: 25%; margin-left: 25%;
} }
   
.col-xs-offset-2 { .col-xs-offset-2 {
margin-left: 16.666666666666664%; margin-left: 16.666666666666664%;
} }
   
.col-xs-offset-1 { .col-xs-offset-1 {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
   
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0; margin-left: 0;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.col-sm-1, .col-sm-1,
.col-sm-2, .col-sm-2,
.col-sm-3, .col-sm-3,
.col-sm-4, .col-sm-4,
.col-sm-5, .col-sm-5,
.col-sm-6, .col-sm-6,
.col-sm-7, .col-sm-7,
.col-sm-8, .col-sm-8,
.col-sm-9, .col-sm-9,
.col-sm-10, .col-sm-10,
.col-sm-11, .col-sm-11,
.col-sm-12 { .col-sm-12 {
float: left; float: left;
} }
.col-sm-12 { .col-sm-12 {
width: 100%; width: 100%;
} }
.col-sm-11 { .col-sm-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
.col-sm-10 { .col-sm-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
.col-sm-9 { .col-sm-9 {
width: 75%; width: 75%;
} }
.col-sm-8 { .col-sm-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
.col-sm-7 { .col-sm-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
.col-sm-6 { .col-sm-6 {
width: 50%; width: 50%;
} }
.col-sm-5 { .col-sm-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
.col-sm-4 { .col-sm-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
.col-sm-3 { .col-sm-3 {
width: 25%; width: 25%;
} }
.col-sm-2 { .col-sm-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
.col-sm-1 { .col-sm-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
.col-sm-pull-12 { .col-sm-pull-12 {
right: 100%; right: 100%;
} }
.col-sm-pull-11 { .col-sm-pull-11 {
right: 91.66666666666666%; right: 91.66666666666666%;
} }
.col-sm-pull-10 { .col-sm-pull-10 {
right: 83.33333333333334%; right: 83.33333333333334%;
} }
.col-sm-pull-9 { .col-sm-pull-9 {
right: 75%; right: 75%;
} }
.col-sm-pull-8 { .col-sm-pull-8 {
right: 66.66666666666666%; right: 66.66666666666666%;
} }
.col-sm-pull-7 { .col-sm-pull-7 {
right: 58.333333333333336%; right: 58.333333333333336%;
} }
.col-sm-pull-6 { .col-sm-pull-6 {
right: 50%; right: 50%;
} }
.col-sm-pull-5 { .col-sm-pull-5 {
right: 41.66666666666667%; right: 41.66666666666667%;
} }
.col-sm-pull-4 { .col-sm-pull-4 {
right: 33.33333333333333%; right: 33.33333333333333%;
} }
.col-sm-pull-3 { .col-sm-pull-3 {
right: 25%; right: 25%;
} }
.col-sm-pull-2 { .col-sm-pull-2 {
right: 16.666666666666664%; right: 16.666666666666664%;
} }
.col-sm-pull-1 { .col-sm-pull-1 {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
.col-sm-pull-0 { .col-sm-pull-0 {
right: 0; right: 0;
} }
.col-sm-push-12 { .col-sm-push-12 {
left: 100%; left: 100%;
} }
.col-sm-push-11 { .col-sm-push-11 {
left: 91.66666666666666%; left: 91.66666666666666%;
} }
.col-sm-push-10 { .col-sm-push-10 {
left: 83.33333333333334%; left: 83.33333333333334%;
} }
.col-sm-push-9 { .col-sm-push-9 {
left: 75%; left: 75%;
} }
.col-sm-push-8 { .col-sm-push-8 {
left: 66.66666666666666%; left: 66.66666666666666%;
} }
.col-sm-push-7 { .col-sm-push-7 {
left: 58.333333333333336%; left: 58.333333333333336%;
} }
.col-sm-push-6 { .col-sm-push-6 {
left: 50%; left: 50%;
} }
.col-sm-push-5 { .col-sm-push-5 {
left: 41.66666666666667%; left: 41.66666666666667%;
} }
.col-sm-push-4 { .col-sm-push-4 {
left: 33.33333333333333%; left: 33.33333333333333%;
} }
.col-sm-push-3 { .col-sm-push-3 {
left: 25%; left: 25%;
} }
.col-sm-push-2 { .col-sm-push-2 {
left: 16.666666666666664%; left: 16.666666666666664%;
} }
.col-sm-push-1 { .col-sm-push-1 {
left: 8.333333333333332%; left: 8.333333333333332%;
} }
.col-sm-push-0 { .col-sm-push-0 {
left: 0; left: 0;
} }
.col-sm-offset-12 { .col-sm-offset-12 {
margin-left: 100%; margin-left: 100%;
} }
.col-sm-offset-11 { .col-sm-offset-11 {
margin-left: 91.66666666666666%; margin-left: 91.66666666666666%;
} }
.col-sm-offset-10 { .col-sm-offset-10 {
margin-left: 83.33333333333334%; margin-left: 83.33333333333334%;
} }
.col-sm-offset-9 { .col-sm-offset-9 {
margin-left: 75%; margin-left: 75%;
} }
.col-sm-offset-8 { .col-sm-offset-8 {
margin-left: 66.66666666666666%; margin-left: 66.66666666666666%;
} }
.col-sm-offset-7 { .col-sm-offset-7 {
margin-left: 58.333333333333336%; margin-left: 58.333333333333336%;
} }
.col-sm-offset-6 { .col-sm-offset-6 {
margin-left: 50%; margin-left: 50%;
} }
.col-sm-offset-5 { .col-sm-offset-5 {
margin-left: 41.66666666666667%; margin-left: 41.66666666666667%;
} }
.col-sm-offset-4 { .col-sm-offset-4 {
margin-left: 33.33333333333333%; margin-left: 33.33333333333333%;
} }
.col-sm-offset-3 { .col-sm-offset-3 {
margin-left: 25%; margin-left: 25%;
} }
.col-sm-offset-2 { .col-sm-offset-2 {
margin-left: 16.666666666666664%; margin-left: 16.666666666666664%;
} }
.col-sm-offset-1 { .col-sm-offset-1 {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0; margin-left: 0;
} }
} }
   
@media (min-width: 992px) { @media (min-width: 992px) {
.col-md-1, .col-md-1,
.col-md-2, .col-md-2,
.col-md-3, .col-md-3,
.col-md-4, .col-md-4,
.col-md-5, .col-md-5,
.col-md-6, .col-md-6,
.col-md-7, .col-md-7,
.col-md-8, .col-md-8,
.col-md-9, .col-md-9,
.col-md-10, .col-md-10,
.col-md-11, .col-md-11,
.col-md-12 { .col-md-12 {
float: left; float: left;
} }
.col-md-12 { .col-md-12 {
width: 100%; width: 100%;
} }
.col-md-11 { .col-md-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
.col-md-10 { .col-md-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
.col-md-9 { .col-md-9 {
width: 75%; width: 75%;
} }
.col-md-8 { .col-md-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
.col-md-7 { .col-md-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
.col-md-6 { .col-md-6 {
width: 50%; width: 50%;
} }
.col-md-5 { .col-md-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
.col-md-4 { .col-md-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
.col-md-3 { .col-md-3 {
width: 25%; width: 25%;
} }
.col-md-2 { .col-md-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
.col-md-1 { .col-md-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
.col-md-pull-12 { .col-md-pull-12 {
right: 100%; right: 100%;
} }
.col-md-pull-11 { .col-md-pull-11 {
right: 91.66666666666666%; right: 91.66666666666666%;
} }
.col-md-pull-10 { .col-md-pull-10 {
right: 83.33333333333334%; right: 83.33333333333334%;
} }
.col-md-pull-9 { .col-md-pull-9 {
right: 75%; right: 75%;
} }
.col-md-pull-8 { .col-md-pull-8 {
right: 66.66666666666666%; right: 66.66666666666666%;
} }
.col-md-pull-7 { .col-md-pull-7 {
right: 58.333333333333336%; right: 58.333333333333336%;
} }
.col-md-pull-6 { .col-md-pull-6 {
right: 50%; right: 50%;
} }
.col-md-pull-5 { .col-md-pull-5 {
right: 41.66666666666667%; right: 41.66666666666667%;
} }
.col-md-pull-4 { .col-md-pull-4 {
right: 33.33333333333333%; right: 33.33333333333333%;
} }
.col-md-pull-3 { .col-md-pull-3 {
right: 25%; right: 25%;
} }
.col-md-pull-2 { .col-md-pull-2 {
right: 16.666666666666664%; right: 16.666666666666664%;
} }
.col-md-pull-1 { .col-md-pull-1 {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
.col-md-pull-0 { .col-md-pull-0 {
right: 0; right: 0;
} }
.col-md-push-12 { .col-md-push-12 {
left: 100%; left: 100%;
} }
.col-md-push-11 { .col-md-push-11 {
left: 91.66666666666666%; left: 91.66666666666666%;
} }
.col-md-push-10 { .col-md-push-10 {
left: 83.33333333333334%; left: 83.33333333333334%;
} }
.col-md-push-9 { .col-md-push-9 {
left: 75%; left: 75%;
} }
.col-md-push-8 { .col-md-push-8 {
left: 66.66666666666666%; left: 66.66666666666666%;
} }
.col-md-push-7 { .col-md-push-7 {
left: 58.333333333333336%; left: 58.333333333333336%;
} }
.col-md-push-6 { .col-md-push-6 {
left: 50%; left: 50%;
} }
.col-md-push-5 { .col-md-push-5 {
left: 41.66666666666667%; left: 41.66666666666667%;
} }
.col-md-push-4 { .col-md-push-4 {
left: 33.33333333333333%; left: 33.33333333333333%;
} }
.col-md-push-3 { .col-md-push-3 {
left: 25%; left: 25%;
} }
.col-md-push-2 { .col-md-push-2 {
left: 16.666666666666664%; left: 16.666666666666664%;
} }
.col-md-push-1 { .col-md-push-1 {
left: 8.333333333333332%; left: 8.333333333333332%;
} }
.col-md-push-0 { .col-md-push-0 {
left: 0; left: 0;
} }
.col-md-offset-12 { .col-md-offset-12 {
margin-left: 100%; margin-left: 100%;
} }
.col-md-offset-11 { .col-md-offset-11 {
margin-left: 91.66666666666666%; margin-left: 91.66666666666666%;
} }
.col-md-offset-10 { .col-md-offset-10 {
margin-left: 83.33333333333334%; margin-left: 83.33333333333334%;
} }
.col-md-offset-9 { .col-md-offset-9 {
margin-left: 75%; margin-left: 75%;
} }
.col-md-offset-8 { .col-md-offset-8 {
margin-left: 66.66666666666666%; margin-left: 66.66666666666666%;
} }
.col-md-offset-7 { .col-md-offset-7 {
margin-left: 58.333333333333336%; margin-left: 58.333333333333336%;
} }
.col-md-offset-6 { .col-md-offset-6 {
margin-left: 50%; margin-left: 50%;
} }
.col-md-offset-5 { .col-md-offset-5 {
margin-left: 41.66666666666667%; margin-left: 41.66666666666667%;
} }
.col-md-offset-4 { .col-md-offset-4 {
margin-left: 33.33333333333333%; margin-left: 33.33333333333333%;
} }
.col-md-offset-3 { .col-md-offset-3 {
margin-left: 25%; margin-left: 25%;
} }
.col-md-offset-2 { .col-md-offset-2 {
margin-left: 16.666666666666664%; margin-left: 16.666666666666664%;
} }
.col-md-offset-1 { .col-md-offset-1 {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0; margin-left: 0;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.col-lg-1, .col-lg-1,
.col-lg-2, .col-lg-2,
.col-lg-3, .col-lg-3,
.col-lg-4, .col-lg-4,
.col-lg-5, .col-lg-5,
.col-lg-6, .col-lg-6,
.col-lg-7, .col-lg-7,
.col-lg-8, .col-lg-8,
.col-lg-9, .col-lg-9,
.col-lg-10, .col-lg-10,
.col-lg-11, .col-lg-11,
.col-lg-12 { .col-lg-12 {
float: left; float: left;
} }
.col-lg-12 { .col-lg-12 {
width: 100%; width: 100%;
} }
.col-lg-11 { .col-lg-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
.col-lg-10 { .col-lg-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
.col-lg-9 { .col-lg-9 {
width: 75%; width: 75%;
} }
.col-lg-8 { .col-lg-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
.col-lg-7 { .col-lg-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
.col-lg-6 { .col-lg-6 {
width: 50%; width: 50%;
} }
.col-lg-5 { .col-lg-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
.col-lg-4 { .col-lg-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
.col-lg-3 { .col-lg-3 {
width: 25%; width: 25%;
} }
.col-lg-2 { .col-lg-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
.col-lg-1 { .col-lg-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
.col-lg-pull-12 { .col-lg-pull-12 {
right: 100%; right: 100%;
} }
.col-lg-pull-11 { .col-lg-pull-11 {
right: 91.66666666666666%; right: 91.66666666666666%;
} }
.col-lg-pull-10 { .col-lg-pull-10 {
right: 83.33333333333334%; right: 83.33333333333334%;
} }
.col-lg-pull-9 { .col-lg-pull-9 {
right: 75%; right: 75%;
} }
.col-lg-pull-8 { .col-lg-pull-8 {
right: 66.66666666666666%; right: 66.66666666666666%;
} }
.col-lg-pull-7 { .col-lg-pull-7 {
right: 58.333333333333336%; right: 58.333333333333336%;
} }
.col-lg-pull-6 { .col-lg-pull-6 {
right: 50%; right: 50%;
} }
.col-lg-pull-5 { .col-lg-pull-5 {
right: 41.66666666666667%; right: 41.66666666666667%;
} }
.col-lg-pull-4 { .col-lg-pull-4 {
right: 33.33333333333333%; right: 33.33333333333333%;
} }
.col-lg-pull-3 { .col-lg-pull-3 {
right: 25%; right: 25%;
} }
.col-lg-pull-2 { .col-lg-pull-2 {
right: 16.666666666666664%; right: 16.666666666666664%;
} }
.col-lg-pull-1 { .col-lg-pull-1 {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
.col-lg-pull-0 { .col-lg-pull-0 {
right: 0; right: 0;
} }
.col-lg-push-12 { .col-lg-push-12 {
left: 100%; left: 100%;
} }
.col-lg-push-11 { .col-lg-push-11 {
left: 91.66666666666666%; left: 91.66666666666666%;
} }
.col-lg-push-10 { .col-lg-push-10 {
left: 83.33333333333334%; left: 83.33333333333334%;
} }
.col-lg-push-9 { .col-lg-push-9 {
left: 75%; left: 75%;
} }
.col-lg-push-8 { .col-lg-push-8 {
left: 66.66666666666666%; left: 66.66666666666666%;
} }
.col-lg-push-7 { .col-lg-push-7 {
left: 58.333333333333336%; left: 58.333333333333336%;
} }
.col-lg-push-6 { .col-lg-push-6 {
left: 50%; left: 50%;
} }
.col-lg-push-5 { .col-lg-push-5 {
left: 41.66666666666667%; left: 41.66666666666667%;
} }
.col-lg-push-4 { .col-lg-push-4 {
left: 33.33333333333333%; left: 33.33333333333333%;
} }
.col-lg-push-3 { .col-lg-push-3 {
left: 25%; left: 25%;
} }
.col-lg-push-2 { .col-lg-push-2 {
left: 16.666666666666664%; left: 16.666666666666664%;
} }
.col-lg-push-1 { .col-lg-push-1 {
left: 8.333333333333332%; left: 8.333333333333332%;
} }
.col-lg-push-0 { .col-lg-push-0 {
left: 0; left: 0;
} }
.col-lg-offset-12 { .col-lg-offset-12 {
margin-left: 100%; margin-left: 100%;
} }
.col-lg-offset-11 { .col-lg-offset-11 {
margin-left: 91.66666666666666%; margin-left: 91.66666666666666%;
} }
.col-lg-offset-10 { .col-lg-offset-10 {
margin-left: 83.33333333333334%; margin-left: 83.33333333333334%;
} }
.col-lg-offset-9 { .col-lg-offset-9 {
margin-left: 75%; margin-left: 75%;
} }
.col-lg-offset-8 { .col-lg-offset-8 {
margin-left: 66.66666666666666%; margin-left: 66.66666666666666%;
} }
.col-lg-offset-7 { .col-lg-offset-7 {
margin-left: 58.333333333333336%; margin-left: 58.333333333333336%;
} }
.col-lg-offset-6 { .col-lg-offset-6 {
margin-left: 50%; margin-left: 50%;
} }
.col-lg-offset-5 { .col-lg-offset-5 {
margin-left: 41.66666666666667%; margin-left: 41.66666666666667%;
} }
.col-lg-offset-4 { .col-lg-offset-4 {
margin-left: 33.33333333333333%; margin-left: 33.33333333333333%;
} }
.col-lg-offset-3 { .col-lg-offset-3 {
margin-left: 25%; margin-left: 25%;
} }
.col-lg-offset-2 { .col-lg-offset-2 {
margin-left: 16.666666666666664%; margin-left: 16.666666666666664%;
} }
.col-lg-offset-1 { .col-lg-offset-1 {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0; margin-left: 0;
} }
} }
   
table { table {
max-width: 100%; max-width: 100%;
background-color: transparent; background-color: transparent;
} }
   
th { th {
text-align: left; text-align: left;
} }
   
.table { .table {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
} }
   
.table > thead > tr > th, .table > thead > tr > th,
.table > tbody > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > td,
.table > tbody > tr > td, .table > tbody > tr > td,
.table > tfoot > tr > td { .table > tfoot > tr > td {
padding: 8px; padding: 8px;
line-height: 1.428571429; line-height: 1.428571429;
vertical-align: top; vertical-align: top;
border-top: 1px solid #dddddd; border-top: 1px solid #dddddd;
} }
   
.table > thead > tr > th { .table > thead > tr > th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #dddddd; border-bottom: 2px solid #dddddd;
} }
   
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { .table > thead:first-child > tr:first-child > td {
border-top: 0; border-top: 0;
} }
   
.table > tbody + tbody { .table > tbody + tbody {
border-top: 2px solid #dddddd; border-top: 2px solid #dddddd;
} }
   
.table .table { .table .table {
background-color: #ffffff; background-color: #ffffff;
} }
   
.table-condensed > thead > tr > th, .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th, .table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td, .table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { .table-condensed > tfoot > tr > td {
padding: 5px; padding: 5px;
} }
   
.table-bordered { .table-bordered {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
border-bottom-width: 2px; border-bottom-width: 2px;
} }
   
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
   
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { .table-hover > tbody > tr:hover > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
   
table col[class*="col-"] { table col[class*="col-"] {
position: static; position: static;
display: table-column; display: table-column;
float: none; float: none;
} }
   
table td[class*="col-"], table td[class*="col-"],
table th[class*="col-"] { table th[class*="col-"] {
display: table-cell; display: table-cell;
float: none; float: none;
} }
   
.table > thead > tr > .active, .table > thead > tr > .active,
.table > tbody > tr > .active, .table > tbody > tr > .active,
.table > tfoot > tr > .active, .table > tfoot > tr > .active,
.table > thead > .active > td, .table > thead > .active > td,
.table > tbody > .active > td, .table > tbody > .active > td,
.table > tfoot > .active > td, .table > tfoot > .active > td,
.table > thead > .active > th, .table > thead > .active > th,
.table > tbody > .active > th, .table > tbody > .active > th,
.table > tfoot > .active > th { .table > tfoot > .active > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
   
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th { .table-hover > tbody > .active:hover > th {
background-color: #e8e8e8; background-color: #e8e8e8;
} }
   
.table > thead > tr > .success, .table > thead > tr > .success,
.table > tbody > tr > .success, .table > tbody > tr > .success,
.table > tfoot > tr > .success, .table > tfoot > tr > .success,
.table > thead > .success > td, .table > thead > .success > td,
.table > tbody > .success > td, .table > tbody > .success > td,
.table > tfoot > .success > td, .table > tfoot > .success > td,
.table > thead > .success > th, .table > thead > .success > th,
.table > tbody > .success > th, .table > tbody > .success > th,
.table > tfoot > .success > th { .table > tfoot > .success > th {
background-color: #dff0d8; background-color: #dff0d8;
} }
   
.table-hover > tbody > tr > .success:hover, .table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th { .table-hover > tbody > .success:hover > th {
background-color: #d0e9c6; background-color: #d0e9c6;
} }
   
.table > thead > tr > .danger, .table > thead > tr > .danger,
.table > tbody > tr > .danger, .table > tbody > tr > .danger,
.table > tfoot > tr > .danger, .table > tfoot > tr > .danger,
.table > thead > .danger > td, .table > thead > .danger > td,
.table > tbody > .danger > td, .table > tbody > .danger > td,
.table > tfoot > .danger > td, .table > tfoot > .danger > td,
.table > thead > .danger > th, .table > thead > .danger > th,
.table > tbody > .danger > th, .table > tbody > .danger > th,
.table > tfoot > .danger > th { .table > tfoot > .danger > th {
background-color: #f2dede; background-color: #f2dede;
} }
   
.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th { .table-hover > tbody > .danger:hover > th {
background-color: #ebcccc; background-color: #ebcccc;
} }
   
.table > thead > tr > .warning, .table > thead > tr > .warning,
.table > tbody > tr > .warning, .table > tbody > tr > .warning,
.table > tfoot > tr > .warning, .table > tfoot > tr > .warning,
.table > thead > .warning > td, .table > thead > .warning > td,
.table > tbody > .warning > td, .table > tbody > .warning > td,
.table > tfoot > .warning > td, .table > tfoot > .warning > td,
.table > thead > .warning > th, .table > thead > .warning > th,
.table > tbody > .warning > th, .table > tbody > .warning > th,
.table > tfoot > .warning > th { .table > tfoot > .warning > th {
background-color: #fcf8e3; background-color: #fcf8e3;
} }
   
.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th { .table-hover > tbody > .warning:hover > th {
background-color: #faf2cc; background-color: #faf2cc;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.table-responsive { .table-responsive {
width: 100%; width: 100%;
margin-bottom: 15px; margin-bottom: 15px;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
border: 1px solid #dddddd; border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.table-responsive > .table { .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;
} }
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td { .table-responsive > .table > tfoot > tr > td {
white-space: nowrap; white-space: nowrap;
} }
.table-responsive > .table-bordered { .table-responsive > .table-bordered {
border: 0; border: 0;
} }
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child { .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; border-left: 0;
} }
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child { .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; border-right: 0;
} }
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td { .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; border-bottom: 0;
} }
} }
   
fieldset { fieldset {
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
} }
   
legend { legend {
display: block; display: block;
width: 100%; width: 100%;
padding: 0; padding: 0;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #333333; color: #333333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
   
label { label {
display: inline-block; display: inline-block;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: bold;
} }
   
input[type="search"] { input[type="search"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
   
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
margin: 4px 0 0; margin: 4px 0 0;
margin-top: 1px \9; margin-top: 1px \9;
/* IE8-9 */ /* IE8-9 */
   
line-height: normal; line-height: normal;
} }
   
input[type="file"] { input[type="file"] {
display: block; display: block;
} }
   
select[multiple], select[multiple],
select[size] { select[size] {
height: auto; height: auto;
} }
   
select optgroup { select optgroup {
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
font-style: inherit; font-style: inherit;
} }
   
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
   
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { input[type="number"]::-webkit-inner-spin-button {
height: auto; height: auto;
} }
   
output { output {
display: block; display: block;
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #555555; color: #555555;
vertical-align: middle; vertical-align: middle;
} }
   
.form-control { .form-control {
display: block; display: block;
width: 100%; width: 100%;
height: 34px; height: 34px;
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #555555; color: #555555;
vertical-align: middle; vertical-align: middle;
background-color: #ffffff; background-color: #ffffff;
background-image: none; background-image: none;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
} }
   
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
} }
   
.form-control:-moz-placeholder { .form-control:-moz-placeholder {
color: #999999; color: #999999;
} }
   
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999999; color: #999999;
opacity: 1; opacity: 1;
} }
   
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #999999; color: #999999;
} }
   
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999999; color: #999999;
} }
   
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
cursor: not-allowed; cursor: not-allowed;
background-color: #eeeeee; background-color: #eeeeee;
} }
   
textarea.form-control { textarea.form-control {
height: auto; height: auto;
} }
   
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: 15px;
} }
   
.radio, .radio,
.checkbox { .checkbox {
display: block; display: block;
min-height: 20px; min-height: 20px;
padding-left: 20px; padding-left: 20px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
vertical-align: middle; vertical-align: middle;
} }
   
.radio label, .radio label,
.checkbox label { .checkbox label {
display: inline; display: inline;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: normal;
cursor: pointer; cursor: pointer;
} }
   
.radio input[type="radio"], .radio input[type="radio"],
.radio-inline input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] { .checkbox-inline input[type="checkbox"] {
float: left; float: left;
margin-left: -20px; margin-left: -20px;
} }
   
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
margin-top: -5px; margin-top: -5px;
} }
   
.radio-inline, .radio-inline,
.checkbox-inline { .checkbox-inline {
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: normal;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
   
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline { .checkbox-inline + .checkbox-inline {
margin-top: 0; margin-top: 0;
margin-left: 10px; margin-left: 10px;
} }
   
input[type="radio"][disabled], input[type="radio"][disabled],
input[type="checkbox"][disabled], input[type="checkbox"][disabled],
.radio[disabled], .radio[disabled],
.radio-inline[disabled], .radio-inline[disabled],
.checkbox[disabled], .checkbox[disabled],
.checkbox-inline[disabled], .checkbox-inline[disabled],
fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"], fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio, fieldset[disabled] .radio,
fieldset[disabled] .radio-inline, fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline { fieldset[disabled] .checkbox-inline {
cursor: not-allowed; cursor: not-allowed;
} }
   
.input-sm { .input-sm {
height: 30px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
select.input-sm { select.input-sm {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
   
textarea.input-sm { textarea.input-sm {
height: auto; height: auto;
} }
   
.input-lg { .input-lg {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
   
select.input-lg { select.input-lg {
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
   
textarea.input-lg { textarea.input-lg {
height: auto; height: auto;
} }
   
.has-warning .help-block, .has-warning .help-block,
.has-warning .control-label, .has-warning .control-label,
.has-warning .radio, .has-warning .radio,
.has-warning .checkbox, .has-warning .checkbox,
.has-warning .radio-inline, .has-warning .radio-inline,
.has-warning .checkbox-inline { .has-warning .checkbox-inline {
color: #8a6d3b; color: #8a6d3b;
} }
   
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
   
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
} }
   
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #8a6d3b; border-color: #8a6d3b;
} }
   
.has-error .help-block, .has-error .help-block,
.has-error .control-label, .has-error .control-label,
.has-error .radio, .has-error .radio,
.has-error .checkbox, .has-error .checkbox,
.has-error .radio-inline, .has-error .radio-inline,
.has-error .checkbox-inline { .has-error .checkbox-inline {
color: #a94442; color: #a94442;
} }
   
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
   
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
} }
   
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #a94442; border-color: #a94442;
} }
   
.has-success .help-block, .has-success .help-block,
.has-success .control-label, .has-success .control-label,
.has-success .radio, .has-success .radio,
.has-success .checkbox, .has-success .checkbox,
.has-success .radio-inline, .has-success .radio-inline,
.has-success .checkbox-inline { .has-success .checkbox-inline {
color: #3c763d; color: #3c763d;
} }
   
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} }
   
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
} }
   
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #3c763d; border-color: #3c763d;
} }
   
.form-control-static { .form-control-static {
margin-bottom: 0; margin-bottom: 0;
} }
   
.help-block { .help-block {
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #737373; color: #737373;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.form-inline .form-group { .form-inline .form-group {
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
vertical-align: middle; vertical-align: middle;
} }
.form-inline .form-control { .form-inline .form-control {
display: inline-block; display: inline-block;
} }
.form-inline select.form-control { .form-inline select.form-control {
width: auto; width: auto;
} }
.form-inline .radio, .form-inline .radio,
.form-inline .checkbox { .form-inline .checkbox {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
.form-inline .radio input[type="radio"], .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] { .form-inline .checkbox input[type="checkbox"] {
float: none; float: none;
margin-left: 0; margin-left: 0;
} }
} }
   
.form-horizontal .control-label, .form-horizontal .control-label,
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox, .form-horizontal .checkbox,
.form-horizontal .radio-inline, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { .form-horizontal .checkbox-inline {
padding-top: 7px; padding-top: 7px;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
   
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox { .form-horizontal .checkbox {
min-height: 27px; min-height: 27px;
} }
   
.form-horizontal .form-group { .form-horizontal .form-group {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
   
.form-horizontal .form-group:before, .form-horizontal .form-group:before,
.form-horizontal .form-group:after { .form-horizontal .form-group:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.form-horizontal .form-group:after { .form-horizontal .form-group:after {
clear: both; clear: both;
} }
   
.form-horizontal .form-group:before, .form-horizontal .form-group:before,
.form-horizontal .form-group:after { .form-horizontal .form-group:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.form-horizontal .form-group:after { .form-horizontal .form-group:after {
clear: both; clear: both;
} }
   
.form-horizontal .form-control-static { .form-horizontal .form-control-static {
padding-top: 7px; padding-top: 7px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right; text-align: right;
} }
} }
   
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1.428571429; line-height: 1.428571429;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-o-user-select: none; -o-user-select: none;
user-select: none; user-select: none;
} }
   
.btn:focus { .btn:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
   
.btn:hover, .btn:hover,
.btn:focus { .btn:focus {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
   
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none; background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
   
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
pointer-events: none; pointer-events: none;
cursor: not-allowed; cursor: not-allowed;
opacity: 0.65; opacity: 0.65;
filter: alpha(opacity=65); filter: alpha(opacity=65);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
   
.btn-default { .btn-default {
color: #333333; color: #333333;
background-color: #ffffff; background-color: #ffffff;
border-color: #cccccc; border-color: #cccccc;
} }
   
.btn-default:hover, .btn-default:hover,
.btn-default:focus, .btn-default:focus,
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,
.open .dropdown-toggle.btn-default { .open .dropdown-toggle.btn-default {
color: #333333; color: #333333;
background-color: #ebebeb; background-color: #ebebeb;
border-color: #adadad; border-color: #adadad;
} }
   
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,
.open .dropdown-toggle.btn-default { .open .dropdown-toggle.btn-default {
background-image: none; background-image: none;
} }
   
.btn-default.disabled, .btn-default.disabled,
.btn-default[disabled], .btn-default[disabled],
fieldset[disabled] .btn-default, fieldset[disabled] .btn-default,
.btn-default.disabled:hover, .btn-default.disabled:hover,
.btn-default[disabled]:hover, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus, .btn-default.disabled:focus,
.btn-default[disabled]:focus, .btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active, .btn-default.disabled:active,
.btn-default[disabled]:active, .btn-default[disabled]:active,
fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:active,
.btn-default.disabled.active, .btn-default.disabled.active,
.btn-default[disabled].active, .btn-default[disabled].active,
fieldset[disabled] .btn-default.active { fieldset[disabled] .btn-default.active {
background-color: #ffffff; background-color: #ffffff;
border-color: #cccccc; border-color: #cccccc;
} }
   
.btn-default .badge { .btn-default .badge {
color: #ffffff; color: #ffffff;
background-color: #fff; background-color: #fff;
} }
   
.btn-primary { .btn-primary {
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #357ebd; border-color: #357ebd;
} }
   
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus, .btn-primary:focus,
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary { .open .dropdown-toggle.btn-primary {
color: #ffffff; color: #ffffff;
background-color: #3276b1; background-color: #3276b1;
border-color: #285e8e; border-color: #285e8e;
} }
   
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary { .open .dropdown-toggle.btn-primary {
background-image: none; background-image: none;
} }
   
.btn-primary.disabled, .btn-primary.disabled,
.btn-primary[disabled], .btn-primary[disabled],
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary.disabled:focus,
.btn-primary[disabled]:focus, .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active, .btn-primary.disabled:active,
.btn-primary[disabled]:active, .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active, .btn-primary.disabled.active,
.btn-primary[disabled].active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active { fieldset[disabled] .btn-primary.active {
background-color: #428bca; background-color: #428bca;
border-color: #357ebd; border-color: #357ebd;
} }
   
.btn-primary .badge { .btn-primary .badge {
color: #428bca; color: #428bca;
background-color: #fff; background-color: #fff;
} }
   
.btn-warning { .btn-warning {
color: #ffffff; color: #ffffff;
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
} }
   
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus, .btn-warning:focus,
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open .dropdown-toggle.btn-warning { .open .dropdown-toggle.btn-warning {
color: #ffffff; color: #ffffff;
background-color: #ed9c28; background-color: #ed9c28;
border-color: #d58512; border-color: #d58512;
} }
   
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open .dropdown-toggle.btn-warning { .open .dropdown-toggle.btn-warning {
background-image: none; background-image: none;
} }
   
.btn-warning.disabled, .btn-warning.disabled,
.btn-warning[disabled], .btn-warning[disabled],
fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover, .btn-warning.disabled:hover,
.btn-warning[disabled]:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning.disabled:focus,
.btn-warning[disabled]:focus, .btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active, .btn-warning.disabled:active,
.btn-warning[disabled]:active, .btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active, .btn-warning.disabled.active,
.btn-warning[disabled].active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active { fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
} }
   
.btn-warning .badge { .btn-warning .badge {
color: #f0ad4e; color: #f0ad4e;
background-color: #fff; background-color: #fff;
} }
   
.btn-danger { .btn-danger {
color: #ffffff; color: #ffffff;
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
} }
   
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus, .btn-danger:focus,
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open .dropdown-toggle.btn-danger { .open .dropdown-toggle.btn-danger {
color: #ffffff; color: #ffffff;
background-color: #d2322d; background-color: #d2322d;
border-color: #ac2925; border-color: #ac2925;
} }
   
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open .dropdown-toggle.btn-danger { .open .dropdown-toggle.btn-danger {
background-image: none; background-image: none;
} }
   
.btn-danger.disabled, .btn-danger.disabled,
.btn-danger[disabled], .btn-danger[disabled],
fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover, .btn-danger.disabled:hover,
.btn-danger[disabled]:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger.disabled:focus,
.btn-danger[disabled]:focus, .btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active, .btn-danger.disabled:active,
.btn-danger[disabled]:active, .btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active, .btn-danger.disabled.active,
.btn-danger[disabled].active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active { fieldset[disabled] .btn-danger.active {
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
} }
   
.btn-danger .badge { .btn-danger .badge {
color: #d9534f; color: #d9534f;
background-color: #fff; background-color: #fff;
} }
   
.btn-success { .btn-success {
color: #ffffff; color: #ffffff;
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
} }
   
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open .dropdown-toggle.btn-success { .open .dropdown-toggle.btn-success {
color: #ffffff; color: #ffffff;
background-color: #47a447; background-color: #47a447;
border-color: #398439; border-color: #398439;
} }
   
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open .dropdown-toggle.btn-success { .open .dropdown-toggle.btn-success {
background-image: none; background-image: none;
} }
   
.btn-success.disabled, .btn-success.disabled,
.btn-success[disabled], .btn-success[disabled],
fieldset[disabled] .btn-success, fieldset[disabled] .btn-success,
.btn-success.disabled:hover, .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success.disabled:focus,
.btn-success[disabled]:focus, .btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active, .btn-success.disabled:active,
.btn-success[disabled]:active, .btn-success[disabled]:active,
fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:active,
.btn-success.disabled.active, .btn-success.disabled.active,
.btn-success[disabled].active, .btn-success[disabled].active,
fieldset[disabled] .btn-success.active { fieldset[disabled] .btn-success.active {
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
} }
   
.btn-success .badge { .btn-success .badge {
color: #5cb85c; color: #5cb85c;
background-color: #fff; background-color: #fff;
} }
   
.btn-info { .btn-info {
color: #ffffff; color: #ffffff;
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
} }
   
.btn-info:hover, .btn-info:hover,
.btn-info:focus, .btn-info:focus,
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open .dropdown-toggle.btn-info { .open .dropdown-toggle.btn-info {
color: #ffffff; color: #ffffff;
background-color: #39b3d7; background-color: #39b3d7;
border-color: #269abc; border-color: #269abc;
} }
   
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open .dropdown-toggle.btn-info { .open .dropdown-toggle.btn-info {
background-image: none; background-image: none;
} }
   
.btn-info.disabled, .btn-info.disabled,
.btn-info[disabled], .btn-info[disabled],
fieldset[disabled] .btn-info, fieldset[disabled] .btn-info,
.btn-info.disabled:hover, .btn-info.disabled:hover,
.btn-info[disabled]:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info.disabled:focus,
.btn-info[disabled]:focus, .btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active, .btn-info.disabled:active,
.btn-info[disabled]:active, .btn-info[disabled]:active,
fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info.disabled.active,
.btn-info[disabled].active, .btn-info[disabled].active,
fieldset[disabled] .btn-info.active { fieldset[disabled] .btn-info.active {
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
} }
   
.btn-info .badge { .btn-info .badge {
color: #5bc0de; color: #5bc0de;
background-color: #fff; background-color: #fff;
} }
   
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #428bca; color: #428bca;
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
} }
   
.btn-link, .btn-link,
.btn-link:active, .btn-link:active,
.btn-link[disabled], .btn-link[disabled],
fieldset[disabled] .btn-link { fieldset[disabled] .btn-link {
background-color: transparent; background-color: transparent;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
   
.btn-link, .btn-link,
.btn-link:hover, .btn-link:hover,
.btn-link:focus, .btn-link:focus,
.btn-link:active { .btn-link:active {
border-color: transparent; border-color: transparent;
} }
   
.btn-link:hover, .btn-link:hover,
.btn-link:focus { .btn-link:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
} }
   
.btn-link[disabled]:hover, .btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #999999; color: #999999;
text-decoration: none; text-decoration: none;
} }
   
.btn-lg { .btn-lg {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
   
.btn-sm { .btn-sm {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
.btn-xs { .btn-xs {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
.btn-block { .btn-block {
display: block; display: block;
width: 100%; width: 100%;
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
   
.btn-block + .btn-block { .btn-block + .btn-block {
margin-top: 5px; margin-top: 5px;
} }
   
input[type="submit"].btn-block, input[type="submit"].btn-block,
input[type="reset"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
   
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; transition: opacity 0.15s linear;
} }
   
.fade.in { .fade.in {
opacity: 1; opacity: 1;
} }
   
.collapse { .collapse {
display: none; display: none;
} }
   
.collapse.in { .collapse.in {
display: block; display: block;
} }
   
.collapsing { .collapsing {
position: relative; position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
-webkit-transition: height 0.35s ease; -webkit-transition: height 0.35s ease;
transition: height 0.35s ease; transition: height 0.35s ease;
} }
   
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
} }
   
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 1px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
   
.glyphicon:empty { .glyphicon:empty {
width: 1em; width: 1em;
} }
   
.glyphicon-asterisk:before { .glyphicon-asterisk:before {
content: "\2a"; content: "\2a";
} }
   
.glyphicon-plus:before { .glyphicon-plus:before {
content: "\2b"; content: "\2b";
} }
   
.glyphicon-euro:before { .glyphicon-euro:before {
content: "\20ac"; content: "\20ac";
} }
   
.glyphicon-minus:before { .glyphicon-minus:before {
content: "\2212"; content: "\2212";
} }
   
.glyphicon-cloud:before { .glyphicon-cloud:before {
content: "\2601"; content: "\2601";
} }
   
.glyphicon-envelope:before { .glyphicon-envelope:before {
content: "\2709"; content: "\2709";
} }
   
.glyphicon-pencil:before { .glyphicon-pencil:before {
content: "\270f"; content: "\270f";
} }
   
.glyphicon-glass:before { .glyphicon-glass:before {
content: "\e001"; content: "\e001";
} }
   
.glyphicon-music:before { .glyphicon-music:before {
content: "\e002"; content: "\e002";
} }
   
.glyphicon-search:before { .glyphicon-search:before {
content: "\e003"; content: "\e003";
} }
   
.glyphicon-heart:before { .glyphicon-heart:before {
content: "\e005"; content: "\e005";
} }
   
.glyphicon-star:before { .glyphicon-star:before {
content: "\e006"; content: "\e006";
} }
   
.glyphicon-star-empty:before { .glyphicon-star-empty:before {
content: "\e007"; content: "\e007";
} }
   
.glyphicon-user:before { .glyphicon-user:before {
content: "\e008"; content: "\e008";
} }
   
.glyphicon-film:before { .glyphicon-film:before {
content: "\e009"; content: "\e009";
} }
   
.glyphicon-th-large:before { .glyphicon-th-large:before {
content: "\e010"; content: "\e010";
} }
   
.glyphicon-th:before { .glyphicon-th:before {
content: "\e011"; content: "\e011";
} }
   
.glyphicon-th-list:before { .glyphicon-th-list:before {
content: "\e012"; content: "\e012";
} }
   
.glyphicon-ok:before { .glyphicon-ok:before {
content: "\e013"; content: "\e013";
} }
   
.glyphicon-remove:before { .glyphicon-remove:before {
content: "\e014"; content: "\e014";
} }
   
.glyphicon-zoom-in:before { .glyphicon-zoom-in:before {
content: "\e015"; content: "\e015";
} }
   
.glyphicon-zoom-out:before { .glyphicon-zoom-out:before {
content: "\e016"; content: "\e016";
} }
   
.glyphicon-off:before { .glyphicon-off:before {
content: "\e017"; content: "\e017";
} }
   
.glyphicon-signal:before { .glyphicon-signal:before {
content: "\e018"; content: "\e018";
} }
   
.glyphicon-cog:before { .glyphicon-cog:before {
content: "\e019"; content: "\e019";
} }
   
.glyphicon-trash:before { .glyphicon-trash:before {
content: "\e020"; content: "\e020";
} }
   
.glyphicon-home:before { .glyphicon-home:before {
content: "\e021"; content: "\e021";
} }
   
.glyphicon-file:before { .glyphicon-file:before {
content: "\e022"; content: "\e022";
} }
   
.glyphicon-time:before { .glyphicon-time:before {
content: "\e023"; content: "\e023";
} }
   
.glyphicon-road:before { .glyphicon-road:before {
content: "\e024"; content: "\e024";
} }
   
.glyphicon-download-alt:before { .glyphicon-download-alt:before {
content: "\e025"; content: "\e025";
} }
   
.glyphicon-download:before { .glyphicon-download:before {
content: "\e026"; content: "\e026";
} }
   
.glyphicon-upload:before { .glyphicon-upload:before {
content: "\e027"; content: "\e027";
} }
   
.glyphicon-inbox:before { .glyphicon-inbox:before {
content: "\e028"; content: "\e028";
} }
   
.glyphicon-play-circle:before { .glyphicon-play-circle:before {
content: "\e029"; content: "\e029";
} }
   
.glyphicon-repeat:before { .glyphicon-repeat:before {
content: "\e030"; content: "\e030";
} }
   
.glyphicon-refresh:before { .glyphicon-refresh:before {
content: "\e031"; content: "\e031";
} }
   
.glyphicon-list-alt:before { .glyphicon-list-alt:before {
content: "\e032"; content: "\e032";
} }
   
.glyphicon-lock:before { .glyphicon-lock:before {
content: "\e033"; content: "\e033";
} }
   
.glyphicon-flag:before { .glyphicon-flag:before {
content: "\e034"; content: "\e034";
} }
   
.glyphicon-headphones:before { .glyphicon-headphones:before {
content: "\e035"; content: "\e035";
} }
   
.glyphicon-volume-off:before { .glyphicon-volume-off:before {
content: "\e036"; content: "\e036";
} }
   
.glyphicon-volume-down:before { .glyphicon-volume-down:before {
content: "\e037"; content: "\e037";
} }
   
.glyphicon-volume-up:before { .glyphicon-volume-up:before {
content: "\e038"; content: "\e038";
} }
   
.glyphicon-qrcode:before { .glyphicon-qrcode:before {
content: "\e039"; content: "\e039";
} }
   
.glyphicon-barcode:before { .glyphicon-barcode:before {
content: "\e040"; content: "\e040";
} }
   
.glyphicon-tag:before { .glyphicon-tag:before {
content: "\e041"; content: "\e041";
} }
   
.glyphicon-tags:before { .glyphicon-tags:before {
content: "\e042"; content: "\e042";
} }
   
.glyphicon-book:before { .glyphicon-book:before {
content: "\e043"; content: "\e043";
} }
   
.glyphicon-bookmark:before { .glyphicon-bookmark:before {
content: "\e044"; content: "\e044";
} }
   
.glyphicon-print:before { .glyphicon-print:before {
content: "\e045"; content: "\e045";
} }
   
.glyphicon-camera:before { .glyphicon-camera:before {
content: "\e046"; content: "\e046";
} }
   
.glyphicon-font:before { .glyphicon-font:before {
content: "\e047"; content: "\e047";
} }
   
.glyphicon-bold:before { .glyphicon-bold:before {
content: "\e048"; content: "\e048";
} }
   
.glyphicon-italic:before { .glyphicon-italic:before {
content: "\e049"; content: "\e049";
} }
   
.glyphicon-text-height:before { .glyphicon-text-height:before {
content: "\e050"; content: "\e050";
} }
   
.glyphicon-text-width:before { .glyphicon-text-width:before {
content: "\e051"; content: "\e051";
} }
   
.glyphicon-align-left:before { .glyphicon-align-left:before {
content: "\e052"; content: "\e052";
} }
   
.glyphicon-align-center:before { .glyphicon-align-center:before {
content: "\e053"; content: "\e053";
} }
   
.glyphicon-align-right:before { .glyphicon-align-right:before {
content: "\e054"; content: "\e054";
} }
   
.glyphicon-align-justify:before { .glyphicon-align-justify:before {
content: "\e055"; content: "\e055";
} }
   
.glyphicon-list:before { .glyphicon-list:before {
content: "\e056"; content: "\e056";
} }
   
.glyphicon-indent-left:before { .glyphicon-indent-left:before {
content: "\e057"; content: "\e057";
} }
   
.glyphicon-indent-right:before { .glyphicon-indent-right:before {
content: "\e058"; content: "\e058";
} }
   
.glyphicon-facetime-video:before { .glyphicon-facetime-video:before {
content: "\e059"; content: "\e059";
} }
   
.glyphicon-picture:before { .glyphicon-picture:before {
content: "\e060"; content: "\e060";
} }
   
.glyphicon-map-marker:before { .glyphicon-map-marker:before {
content: "\e062"; content: "\e062";
} }
   
.glyphicon-adjust:before { .glyphicon-adjust:before {
content: "\e063"; content: "\e063";
} }
   
.glyphicon-tint:before { .glyphicon-tint:before {
content: "\e064"; content: "\e064";
} }
   
.glyphicon-edit:before { .glyphicon-edit:before {
content: "\e065"; content: "\e065";
} }
   
.glyphicon-share:before { .glyphicon-share:before {
content: "\e066"; content: "\e066";
} }
   
.glyphicon-check:before { .glyphicon-check:before {
content: "\e067"; content: "\e067";
} }
   
.glyphicon-move:before { .glyphicon-move:before {
content: "\e068"; content: "\e068";
} }
   
.glyphicon-step-backward:before { .glyphicon-step-backward:before {
content: "\e069"; content: "\e069";
} }
   
.glyphicon-fast-backward:before { .glyphicon-fast-backward:before {
content: "\e070"; content: "\e070";
} }
   
.glyphicon-backward:before { .glyphicon-backward:before {
content: "\e071"; content: "\e071";
} }
   
.glyphicon-play:before { .glyphicon-play:before {
content: "\e072"; content: "\e072";
} }
   
.glyphicon-pause:before { .glyphicon-pause:before {
content: "\e073"; content: "\e073";
} }
   
.glyphicon-stop:before { .glyphicon-stop:before {
content: "\e074"; content: "\e074";
} }
   
.glyphicon-forward:before { .glyphicon-forward:before {
content: "\e075"; content: "\e075";
} }
   
.glyphicon-fast-forward:before { .glyphicon-fast-forward:before {
content: "\e076"; content: "\e076";
} }
   
.glyphicon-step-forward:before { .glyphicon-step-forward:before {
content: "\e077"; content: "\e077";
} }
   
.glyphicon-eject:before { .glyphicon-eject:before {
content: "\e078"; content: "\e078";
} }
   
.glyphicon-chevron-left:before { .glyphicon-chevron-left:before {
content: "\e079"; content: "\e079";
} }
   
.glyphicon-chevron-right:before { .glyphicon-chevron-right:before {
content: "\e080"; content: "\e080";
} }
   
.glyphicon-plus-sign:before { .glyphicon-plus-sign:before {
content: "\e081"; content: "\e081";
} }
   
.glyphicon-minus-sign:before { .glyphicon-minus-sign:before {
content: "\e082"; content: "\e082";
} }
   
.glyphicon-remove-sign:before { .glyphicon-remove-sign:before {
content: "\e083"; content: "\e083";
} }
   
.glyphicon-ok-sign:before { .glyphicon-ok-sign:before {
content: "\e084"; content: "\e084";
} }
   
.glyphicon-question-sign:before { .glyphicon-question-sign:before {
content: "\e085"; content: "\e085";
} }
   
.glyphicon-info-sign:before { .glyphicon-info-sign:before {
content: "\e086"; content: "\e086";
} }
   
.glyphicon-screenshot:before { .glyphicon-screenshot:before {
content: "\e087"; content: "\e087";
} }
   
.glyphicon-remove-circle:before { .glyphicon-remove-circle:before {
content: "\e088"; content: "\e088";
} }
   
.glyphicon-ok-circle:before { .glyphicon-ok-circle:before {
content: "\e089"; content: "\e089";
} }
   
.glyphicon-ban-circle:before { .glyphicon-ban-circle:before {
content: "\e090"; content: "\e090";
} }
   
.glyphicon-arrow-left:before { .glyphicon-arrow-left:before {
content: "\e091"; content: "\e091";
} }
   
.glyphicon-arrow-right:before { .glyphicon-arrow-right:before {
content: "\e092"; content: "\e092";
} }
   
.glyphicon-arrow-up:before { .glyphicon-arrow-up:before {
content: "\e093"; content: "\e093";
} }
   
.glyphicon-arrow-down:before { .glyphicon-arrow-down:before {
content: "\e094"; content: "\e094";
} }
   
.glyphicon-share-alt:before { .glyphicon-share-alt:before {
content: "\e095"; content: "\e095";
} }
   
.glyphicon-resize-full:before { .glyphicon-resize-full:before {
content: "\e096"; content: "\e096";
} }
   
.glyphicon-resize-small:before { .glyphicon-resize-small:before {
content: "\e097"; content: "\e097";
} }
   
.glyphicon-exclamation-sign:before { .glyphicon-exclamation-sign:before {
content: "\e101"; content: "\e101";
} }
   
.glyphicon-gift:before { .glyphicon-gift:before {
content: "\e102"; content: "\e102";
} }
   
.glyphicon-leaf:before { .glyphicon-leaf:before {
content: "\e103"; content: "\e103";
} }
   
.glyphicon-fire:before { .glyphicon-fire:before {
content: "\e104"; content: "\e104";
} }
   
.glyphicon-eye-open:before { .glyphicon-eye-open:before {
content: "\e105"; content: "\e105";
} }
   
.glyphicon-eye-close:before { .glyphicon-eye-close:before {
content: "\e106"; content: "\e106";
} }
   
.glyphicon-warning-sign:before { .glyphicon-warning-sign:before {
content: "\e107"; content: "\e107";
} }
   
.glyphicon-plane:before { .glyphicon-plane:before {
content: "\e108"; content: "\e108";
} }
   
.glyphicon-calendar:before { .glyphicon-calendar:before {
content: "\e109"; content: "\e109";
} }
   
.glyphicon-random:before { .glyphicon-random:before {
content: "\e110"; content: "\e110";
} }
   
.glyphicon-comment:before { .glyphicon-comment:before {
content: "\e111"; content: "\e111";
} }
   
.glyphicon-magnet:before { .glyphicon-magnet:before {
content: "\e112"; content: "\e112";
} }
   
.glyphicon-chevron-up:before { .glyphicon-chevron-up:before {
content: "\e113"; content: "\e113";
} }
   
.glyphicon-chevron-down:before { .glyphicon-chevron-down:before {
content: "\e114"; content: "\e114";
} }
   
.glyphicon-retweet:before { .glyphicon-retweet:before {
content: "\e115"; content: "\e115";
} }
   
.glyphicon-shopping-cart:before { .glyphicon-shopping-cart:before {
content: "\e116"; content: "\e116";
} }
   
.glyphicon-folder-close:before { .glyphicon-folder-close:before {
content: "\e117"; content: "\e117";
} }
   
.glyphicon-folder-open:before { .glyphicon-folder-open:before {
content: "\e118"; content: "\e118";
} }
   
.glyphicon-resize-vertical:before { .glyphicon-resize-vertical:before {
content: "\e119"; content: "\e119";
} }
   
.glyphicon-resize-horizontal:before { .glyphicon-resize-horizontal:before {
content: "\e120"; content: "\e120";
} }
   
.glyphicon-hdd:before { .glyphicon-hdd:before {
content: "\e121"; content: "\e121";
} }
   
.glyphicon-bullhorn:before { .glyphicon-bullhorn:before {
content: "\e122"; content: "\e122";
} }
   
.glyphicon-bell:before { .glyphicon-bell:before {
content: "\e123"; content: "\e123";
} }
   
.glyphicon-certificate:before { .glyphicon-certificate:before {
content: "\e124"; content: "\e124";
} }
   
.glyphicon-thumbs-up:before { .glyphicon-thumbs-up:before {
content: "\e125"; content: "\e125";
} }
   
.glyphicon-thumbs-down:before { .glyphicon-thumbs-down:before {
content: "\e126"; content: "\e126";
} }
   
.glyphicon-hand-right:before { .glyphicon-hand-right:before {
content: "\e127"; content: "\e127";
} }
   
.glyphicon-hand-left:before { .glyphicon-hand-left:before {
content: "\e128"; content: "\e128";
} }
   
.glyphicon-hand-up:before { .glyphicon-hand-up:before {
content: "\e129"; content: "\e129";
} }
   
.glyphicon-hand-down:before { .glyphicon-hand-down:before {
content: "\e130"; content: "\e130";
} }
   
.glyphicon-circle-arrow-right:before { .glyphicon-circle-arrow-right:before {
content: "\e131"; content: "\e131";
} }
   
.glyphicon-circle-arrow-left:before { .glyphicon-circle-arrow-left:before {
content: "\e132"; content: "\e132";
} }
   
.glyphicon-circle-arrow-up:before { .glyphicon-circle-arrow-up:before {
content: "\e133"; content: "\e133";
} }
   
.glyphicon-circle-arrow-down:before { .glyphicon-circle-arrow-down:before {
content: "\e134"; content: "\e134";
} }
   
.glyphicon-globe:before { .glyphicon-globe:before {
content: "\e135"; content: "\e135";
} }
   
.glyphicon-wrench:before { .glyphicon-wrench:before {
content: "\e136"; content: "\e136";
} }
   
.glyphicon-tasks:before { .glyphicon-tasks:before {
content: "\e137"; content: "\e137";
} }
   
.glyphicon-filter:before { .glyphicon-filter:before {
content: "\e138"; content: "\e138";
} }
   
.glyphicon-briefcase:before { .glyphicon-briefcase:before {
content: "\e139"; content: "\e139";
} }
   
.glyphicon-fullscreen:before { .glyphicon-fullscreen:before {
content: "\e140"; content: "\e140";
} }
   
.glyphicon-dashboard:before { .glyphicon-dashboard:before {
content: "\e141"; content: "\e141";
} }
   
.glyphicon-paperclip:before { .glyphicon-paperclip:before {
content: "\e142"; content: "\e142";
} }
   
.glyphicon-heart-empty:before { .glyphicon-heart-empty:before {
content: "\e143"; content: "\e143";
} }
   
.glyphicon-link:before { .glyphicon-link:before {
content: "\e144"; content: "\e144";
} }
   
.glyphicon-phone:before { .glyphicon-phone:before {
content: "\e145"; content: "\e145";
} }
   
.glyphicon-pushpin:before { .glyphicon-pushpin:before {
content: "\e146"; content: "\e146";
} }
   
.glyphicon-usd:before { .glyphicon-usd:before {
content: "\e148"; content: "\e148";
} }
   
.glyphicon-gbp:before { .glyphicon-gbp:before {
content: "\e149"; content: "\e149";
} }
   
.glyphicon-sort:before { .glyphicon-sort:before {
content: "\e150"; content: "\e150";
} }
   
.glyphicon-sort-by-alphabet:before { .glyphicon-sort-by-alphabet:before {
content: "\e151"; content: "\e151";
} }
   
.glyphicon-sort-by-alphabet-alt:before { .glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; content: "\e152";
} }
   
.glyphicon-sort-by-order:before { .glyphicon-sort-by-order:before {
content: "\e153"; content: "\e153";
} }
   
.glyphicon-sort-by-order-alt:before { .glyphicon-sort-by-order-alt:before {
content: "\e154"; content: "\e154";
} }
   
.glyphicon-sort-by-attributes:before { .glyphicon-sort-by-attributes:before {
content: "\e155"; content: "\e155";
} }
   
.glyphicon-sort-by-attributes-alt:before { .glyphicon-sort-by-attributes-alt:before {
content: "\e156"; content: "\e156";
} }
   
.glyphicon-unchecked:before { .glyphicon-unchecked:before {
content: "\e157"; content: "\e157";
} }
   
.glyphicon-expand:before { .glyphicon-expand:before {
content: "\e158"; content: "\e158";
} }
   
.glyphicon-collapse-down:before { .glyphicon-collapse-down:before {
content: "\e159"; content: "\e159";
} }
   
.glyphicon-collapse-up:before { .glyphicon-collapse-up:before {
content: "\e160"; content: "\e160";
} }
   
.glyphicon-log-in:before { .glyphicon-log-in:before {
content: "\e161"; content: "\e161";
} }
   
.glyphicon-flash:before { .glyphicon-flash:before {
content: "\e162"; content: "\e162";
} }
   
.glyphicon-log-out:before { .glyphicon-log-out:before {
content: "\e163"; content: "\e163";
} }
   
.glyphicon-new-window:before { .glyphicon-new-window:before {
content: "\e164"; content: "\e164";
} }
   
.glyphicon-record:before { .glyphicon-record:before {
content: "\e165"; content: "\e165";
} }
   
.glyphicon-save:before { .glyphicon-save:before {
content: "\e166"; content: "\e166";
} }
   
.glyphicon-open:before { .glyphicon-open:before {
content: "\e167"; content: "\e167";
} }
   
.glyphicon-saved:before { .glyphicon-saved:before {
content: "\e168"; content: "\e168";
} }
   
.glyphicon-import:before { .glyphicon-import:before {
content: "\e169"; content: "\e169";
} }
   
.glyphicon-export:before { .glyphicon-export:before {
content: "\e170"; content: "\e170";
} }
   
.glyphicon-send:before { .glyphicon-send:before {
content: "\e171"; content: "\e171";
} }
   
.glyphicon-floppy-disk:before { .glyphicon-floppy-disk:before {
content: "\e172"; content: "\e172";
} }
   
.glyphicon-floppy-saved:before { .glyphicon-floppy-saved:before {
content: "\e173"; content: "\e173";
} }
   
.glyphicon-floppy-remove:before { .glyphicon-floppy-remove:before {
content: "\e174"; content: "\e174";
} }
   
.glyphicon-floppy-save:before { .glyphicon-floppy-save:before {
content: "\e175"; content: "\e175";
} }
   
.glyphicon-floppy-open:before { .glyphicon-floppy-open:before {
content: "\e176"; content: "\e176";
} }
   
.glyphicon-credit-card:before { .glyphicon-credit-card:before {
content: "\e177"; content: "\e177";
} }
   
.glyphicon-transfer:before { .glyphicon-transfer:before {
content: "\e178"; content: "\e178";
} }
   
.glyphicon-cutlery:before { .glyphicon-cutlery:before {
content: "\e179"; content: "\e179";
} }
   
.glyphicon-header:before { .glyphicon-header:before {
content: "\e180"; content: "\e180";
} }
   
.glyphicon-compressed:before { .glyphicon-compressed:before {
content: "\e181"; content: "\e181";
} }
   
.glyphicon-earphone:before { .glyphicon-earphone:before {
content: "\e182"; content: "\e182";
} }
   
.glyphicon-phone-alt:before { .glyphicon-phone-alt:before {
content: "\e183"; content: "\e183";
} }
   
.glyphicon-tower:before { .glyphicon-tower:before {
content: "\e184"; content: "\e184";
} }
   
.glyphicon-stats:before { .glyphicon-stats:before {
content: "\e185"; content: "\e185";
} }
   
.glyphicon-sd-video:before { .glyphicon-sd-video:before {
content: "\e186"; content: "\e186";
} }
   
.glyphicon-hd-video:before { .glyphicon-hd-video:before {
content: "\e187"; content: "\e187";
} }
   
.glyphicon-subtitles:before { .glyphicon-subtitles:before {
content: "\e188"; content: "\e188";
} }
   
.glyphicon-sound-stereo:before { .glyphicon-sound-stereo:before {
content: "\e189"; content: "\e189";
} }
   
.glyphicon-sound-dolby:before { .glyphicon-sound-dolby:before {
content: "\e190"; content: "\e190";
} }
   
.glyphicon-sound-5-1:before { .glyphicon-sound-5-1:before {
content: "\e191"; content: "\e191";
} }
   
.glyphicon-sound-6-1:before { .glyphicon-sound-6-1:before {
content: "\e192"; content: "\e192";
} }
   
.glyphicon-sound-7-1:before { .glyphicon-sound-7-1:before {
content: "\e193"; content: "\e193";
} }
   
.glyphicon-copyright-mark:before { .glyphicon-copyright-mark:before {
content: "\e194"; content: "\e194";
} }
   
.glyphicon-registration-mark:before { .glyphicon-registration-mark:before {
content: "\e195"; content: "\e195";
} }
   
.glyphicon-cloud-download:before { .glyphicon-cloud-download:before {
content: "\e197"; content: "\e197";
} }
   
.glyphicon-cloud-upload:before { .glyphicon-cloud-upload:before {
content: "\e198"; content: "\e198";
} }
   
.glyphicon-tree-conifer:before { .glyphicon-tree-conifer:before {
content: "\e199"; content: "\e199";
} }
   
.glyphicon-tree-deciduous:before { .glyphicon-tree-deciduous:before {
content: "\e200"; content: "\e200";
} }
   
.caret { .caret {
display: inline-block; display: inline-block;
width: 0; width: 0;
height: 0; height: 0;
margin-left: 2px; margin-left: 2px;
vertical-align: middle; vertical-align: middle;
border-top: 4px solid; border-top: 4px solid;
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
} }
   
.dropdown { .dropdown {
position: relative; position: relative;
} }
   
.dropdown-toggle:focus { .dropdown-toggle:focus {
outline: 0; outline: 0;
} }
   
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
top: 100%; top: 100%;
left: 0; left: 0;
z-index: 1000; z-index: 1000;
display: none; display: none;
float: left; float: left;
min-width: 160px; min-width: 160px;
padding: 5px 0; padding: 5px 0;
margin: 2px 0 0; margin: 2px 0 0;
font-size: 14px; font-size: 14px;
list-style: none; list-style: none;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; background-clip: padding-box;
} }
   
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
left: auto; left: auto;
} }
   
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
margin: 9px 0; margin: 9px 0;
overflow: hidden; overflow: hidden;
background-color: #e5e5e5; background-color: #e5e5e5;
} }
   
.dropdown-menu > li > a { .dropdown-menu > li > a {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333333;
white-space: nowrap; white-space: nowrap;
} }
   
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
color: #262626; color: #262626;
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
   
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
background-color: #428bca; background-color: #428bca;
outline: 0; outline: 0;
} }
   
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #999999; color: #999999;
} }
   
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
   
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
} }
   
.open > a { .open > a {
outline: 0; outline: 0;
} }
   
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.428571429; line-height: 1.428571429;
color: #999999; color: #999999;
} }
   
.dropdown-backdrop { .dropdown-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 990; z-index: 990;
} }
   
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
} }
   
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid; border-bottom: 4px solid;
content: ""; content: "";
} }
   
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto; top: auto;
bottom: 100%; bottom: 100%;
margin-bottom: 1px; margin-bottom: 1px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-right .dropdown-menu { .navbar-right .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
} }
} }
   
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
   
.btn-group > .btn, .btn-group > .btn,
.btn-group-vertical > .btn { .btn-group-vertical > .btn {
position: relative; position: relative;
float: left; float: left;
} }
   
.btn-group > .btn:hover, .btn-group > .btn:hover,
.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:hover,
.btn-group > .btn:focus, .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:focus,
.btn-group > .btn:active, .btn-group > .btn:active,
.btn-group-vertical > .btn:active, .btn-group-vertical > .btn:active,
.btn-group > .btn.active, .btn-group > .btn.active,
.btn-group-vertical > .btn.active { .btn-group-vertical > .btn.active {
z-index: 2; z-index: 2;
} }
   
.btn-group > .btn:focus, .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus { .btn-group-vertical > .btn:focus {
outline: none; outline: none;
} }
   
.btn-group .btn + .btn, .btn-group .btn + .btn,
.btn-group .btn + .btn-group, .btn-group .btn + .btn-group,
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group { .btn-group .btn-group + .btn-group {
margin-left: -1px; margin-left: -1px;
} }
   
.btn-toolbar:before, .btn-toolbar:before,
.btn-toolbar:after { .btn-toolbar:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.btn-toolbar:after { .btn-toolbar:after {
clear: both; clear: both;
} }
   
.btn-toolbar:before, .btn-toolbar:before,
.btn-toolbar:after { .btn-toolbar:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.btn-toolbar:after { .btn-toolbar:after {
clear: both; clear: both;
} }
   
.btn-toolbar .btn-group { .btn-toolbar .btn-group {
float: left; float: left;
} }
   
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group { .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px; margin-left: 5px;
} }
   
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; border-radius: 0;
} }
   
.btn-group > .btn:first-child { .btn-group > .btn:first-child {
margin-left: 0; margin-left: 0;
} }
   
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
   
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.btn-group > .btn-group { .btn-group > .btn-group {
float: left; float: left;
} }
   
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
} }
   
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { .btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
   
.btn-group > .btn-group:last-child > .btn:first-child { .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
outline: 0; outline: 0;
} }
   
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
   
.btn-group > .btn + .dropdown-toggle { .btn-group > .btn + .dropdown-toggle {
padding-right: 8px; padding-right: 8px;
padding-left: 8px; padding-left: 8px;
} }
   
.btn-group > .btn-lg + .dropdown-toggle { .btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px; padding-right: 12px;
padding-left: 12px; padding-left: 12px;
} }
   
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
   
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
   
.btn .caret { .btn .caret {
margin-left: 0; margin-left: 0;
} }
   
.btn-lg .caret { .btn-lg .caret {
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-bottom-width: 0; border-bottom-width: 0;
} }
   
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-width: 0 5px 5px; border-width: 0 5px 5px;
} }
   
.btn-group-vertical > .btn, .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn { .btn-group-vertical > .btn-group > .btn {
display: block; display: block;
float: none; float: none;
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
} }
   
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after { .btn-group-vertical > .btn-group:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.btn-group-vertical > .btn-group:after { .btn-group-vertical > .btn-group:after {
clear: both; clear: both;
} }
   
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after { .btn-group-vertical > .btn-group:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.btn-group-vertical > .btn-group:after { .btn-group-vertical > .btn-group:after {
clear: both; clear: both;
} }
   
.btn-group-vertical > .btn-group > .btn { .btn-group-vertical > .btn-group > .btn {
float: none; float: none;
} }
   
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group { .btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px; margin-top: -1px;
margin-left: 0; margin-left: 0;
} }
   
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0; border-radius: 0;
} }
   
.btn-group-vertical > .btn:first-child:not(:last-child) { .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
   
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
} }
   
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
   
.btn-group-vertical > .btn-group:last-child > .btn:first-child { .btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
border-collapse: separate; border-collapse: separate;
table-layout: fixed; table-layout: fixed;
} }
   
.btn-group-justified > .btn, .btn-group-justified > .btn,
.btn-group-justified > .btn-group { .btn-group-justified > .btn-group {
display: table-cell; display: table-cell;
float: none; float: none;
width: 1%; width: 1%;
} }
   
.btn-group-justified > .btn-group .btn { .btn-group-justified > .btn-group .btn {
width: 100%; width: 100%;
} }
   
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] { [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; display: none;
} }
   
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
border-collapse: separate; border-collapse: separate;
} }
   
.input-group[class*="col-"] { .input-group[class*="col-"] {
float: none; float: none;
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
   
.input-group .form-control { .input-group .form-control {
width: 100%; width: 100%;
margin-bottom: 0; margin-bottom: 0;
} }
   
.input-group-lg > .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
   
select.input-group-lg > .form-control, select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn { select.input-group-lg > .input-group-btn > .btn {
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
   
textarea.input-group-lg > .form-control, textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn { textarea.input-group-lg > .input-group-btn > .btn {
height: auto; height: auto;
} }
   
.input-group-sm > .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-group-sm > .input-group-btn > .btn {
height: 30px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
   
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn { select.input-group-sm > .input-group-btn > .btn {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
   
textarea.input-group-sm > .form-control, textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn { textarea.input-group-sm > .input-group-btn > .btn {
height: auto; height: auto;
} }
   
.input-group-addon, .input-group-addon,
.input-group-btn, .input-group-btn,
.input-group .form-control { .input-group .form-control {
display: table-cell; display: table-cell;
} }
   
.input-group-addon:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) { .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; border-radius: 0;
} }
   
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
width: 1%; width: 1%;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
} }
   
.input-group-addon { .input-group-addon {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555555; color: #555555;
text-align: center; text-align: center;
background-color: #eeeeee; background-color: #eeeeee;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border-radius: 4px; border-radius: 4px;
} }
   
.input-group-addon.input-sm { .input-group-addon.input-sm {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
border-radius: 3px; border-radius: 3px;
} }
   
.input-group-addon.input-lg { .input-group-addon.input-lg {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
border-radius: 6px; border-radius: 6px;
} }
   
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { .input-group-addon input[type="checkbox"] {
margin-top: 0; margin-top: 0;
} }
   
.input-group .form-control:first-child, .input-group .form-control:first-child,
.input-group-addon:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
   
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
} }
   
.input-group .form-control:last-child, .input-group .form-control:last-child,
.input-group-addon:last-child, .input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) { .input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
} }
   
.input-group-btn { .input-group-btn {
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
} }
   
.input-group-btn:first-child > .btn { .input-group-btn:first-child > .btn {
margin-right: -1px; margin-right: -1px;
} }
   
.input-group-btn:last-child > .btn { .input-group-btn:last-child > .btn {
margin-left: -1px; margin-left: -1px;
} }
   
.input-group-btn > .btn { .input-group-btn > .btn {
position: relative; position: relative;
} }
   
.input-group-btn > .btn + .btn { .input-group-btn > .btn + .btn {
margin-left: -4px; margin-left: -4px;
} }
   
.input-group-btn > .btn:hover, .input-group-btn > .btn:hover,
.input-group-btn > .btn:active { .input-group-btn > .btn:active {
z-index: 2; z-index: 2;
} }
   
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
list-style: none; list-style: none;
} }
   
.nav:before, .nav:before,
.nav:after { .nav:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.nav:after { .nav:after {
clear: both; clear: both;
} }
   
.nav:before, .nav:before,
.nav:after { .nav:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.nav:after { .nav:after {
clear: both; clear: both;
} }
   
.nav > li { .nav > li {
position: relative; position: relative;
display: block; display: block;
} }
   
.nav > li > a { .nav > li > a {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
} }
   
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eeeeee; background-color: #eeeeee;
} }
   
.nav > li.disabled > a { .nav > li.disabled > a {
color: #999999; color: #999999;
} }
   
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #999999; color: #999999;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
} }
   
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eeeeee; background-color: #eeeeee;
border-color: #428bca; border-color: #428bca;
} }
   
.nav .nav-divider { .nav .nav-divider {
height: 1px; height: 1px;
margin: 9px 0; margin: 9px 0;
overflow: hidden; overflow: hidden;
background-color: #e5e5e5; background-color: #e5e5e5;
} }
   
.nav > li > a > img { .nav > li > a > img {
max-width: none; max-width: none;
} }
   
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
   
.nav-tabs > li { .nav-tabs > li {
float: left; float: left;
margin-bottom: -1px; margin-bottom: -1px;
} }
   
.nav-tabs > li > a { .nav-tabs > li > a {
margin-right: 2px; margin-right: 2px;
line-height: 1.428571429; line-height: 1.428571429;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
   
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd; border-color: #eeeeee #eeeeee #dddddd;
} }
   
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555555; color: #555555;
cursor: default; cursor: default;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-bottom-color: transparent; border-bottom-color: transparent;
} }
   
.nav-tabs.nav-justified { .nav-tabs.nav-justified {
width: 100%; width: 100%;
border-bottom: 0; border-bottom: 0;
} }
   
.nav-tabs.nav-justified > li { .nav-tabs.nav-justified > li {
float: none; float: none;
} }
   
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center; text-align: center;
} }
   
.nav-tabs.nav-justified > .dropdown .dropdown-menu { .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
left: auto; left: auto;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs.nav-justified > li { .nav-tabs.nav-justified > li {
display: table-cell; display: table-cell;
width: 1%; width: 1%;
} }
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-bottom: 0; margin-bottom: 0;
} }
} }
   
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-right: 0; margin-right: 0;
border-radius: 4px; border-radius: 4px;
} }
   
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
} }
   
.nav-pills > li { .nav-pills > li {
float: left; float: left;
} }
   
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 4px; border-radius: 4px;
} }
   
.nav-pills > li + li { .nav-pills > li + li {
margin-left: 2px; margin-left: 2px;
} }
   
.nav-pills > li.active > a, .nav-pills > li.active > a,
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { .nav-pills > li.active > a:focus {
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
} }
   
.nav-stacked > li { .nav-stacked > li {
float: none; float: none;
} }
   
.nav-stacked > li + li { .nav-stacked > li + li {
margin-top: 2px; margin-top: 2px;
margin-left: 0; margin-left: 0;
} }
   
.nav-justified { .nav-justified {
width: 100%; width: 100%;
} }
   
.nav-justified > li { .nav-justified > li {
float: none; float: none;
} }
   
.nav-justified > li > a { .nav-justified > li > a {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center; text-align: center;
} }
   
.nav-justified > .dropdown .dropdown-menu { .nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
left: auto; left: auto;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-justified > li { .nav-justified > li {
display: table-cell; display: table-cell;
width: 1%; width: 1%;
} }
.nav-justified > li > a { .nav-justified > li > a {
margin-bottom: 0; margin-bottom: 0;
} }
} }
   
.nav-tabs-justified { .nav-tabs-justified {
border-bottom: 0; border-bottom: 0;
} }
   
.nav-tabs-justified > li > a { .nav-tabs-justified > li > a {
margin-right: 0; margin-right: 0;
border-radius: 4px; border-radius: 4px;
} }
   
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs-justified > li > a { .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
} }
   
.tab-content > .tab-pane { .tab-content > .tab-pane {
display: none; display: none;
} }
   
.tab-content > .active { .tab-content > .active {
display: block; display: block;
} }
   
.nav-tabs .dropdown-menu { .nav-tabs .dropdown-menu {
margin-top: -1px; margin-top: -1px;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
} }
   
.navbar:before, .navbar:before,
.navbar:after { .navbar:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar:after { .navbar:after {
clear: both; clear: both;
} }
   
.navbar:before, .navbar:before,
.navbar:after { .navbar:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar:after { .navbar:after {
clear: both; clear: both;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar { .navbar {
border-radius: 4px; border-radius: 4px;
} }
} }
   
.navbar-header:before, .navbar-header:before,
.navbar-header:after { .navbar-header:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar-header:after { .navbar-header:after {
clear: both; clear: both;
} }
   
.navbar-header:before, .navbar-header:before,
.navbar-header:after { .navbar-header:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar-header:after { .navbar-header:after {
clear: both; clear: both;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-header { .navbar-header {
float: left; float: left;
} }
} }
   
.navbar-collapse { .navbar-collapse {
max-height: 340px; max-height: 340px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
overflow-x: visible; overflow-x: visible;
border-top: 1px solid transparent; border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
   
.navbar-collapse:before, .navbar-collapse:before,
.navbar-collapse:after { .navbar-collapse:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar-collapse:after { .navbar-collapse:after {
clear: both; clear: both;
} }
   
.navbar-collapse:before, .navbar-collapse:before,
.navbar-collapse:after { .navbar-collapse:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.navbar-collapse:after { .navbar-collapse:after {
clear: both; clear: both;
} }
   
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-collapse { .navbar-collapse {
width: auto; width: auto;
border-top: 0; border-top: 0;
box-shadow: none; box-shadow: none;
} }
.navbar-collapse.collapse { .navbar-collapse.collapse {
display: block !important; display: block !important;
height: auto !important; height: auto !important;
padding-bottom: 0; padding-bottom: 0;
overflow: visible !important; overflow: visible !important;
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: visible; overflow-y: visible;
} }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse, .navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
} }
   
.container > .navbar-header, .container > .navbar-header,
.container > .navbar-collapse { .container > .navbar-collapse {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.container > .navbar-header, .container > .navbar-header,
.container > .navbar-collapse { .container > .navbar-collapse {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
} }
} }
   
.navbar-static-top { .navbar-static-top {
z-index: 1000; z-index: 1000;
border-width: 0 0 1px; border-width: 0 0 1px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-static-top { .navbar-static-top {
border-radius: 0; border-radius: 0;
} }
} }
   
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
position: fixed; position: fixed;
right: 0; right: 0;
left: 0; left: 0;
z-index: 1030; z-index: 1030;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
border-radius: 0; border-radius: 0;
} }
} }
   
.navbar-fixed-top { .navbar-fixed-top {
top: 0; top: 0;
border-width: 0 0 1px; border-width: 0 0 1px;
} }
   
.navbar-fixed-bottom { .navbar-fixed-bottom {
bottom: 0; bottom: 0;
margin-bottom: 0; margin-bottom: 0;
border-width: 1px 0 0; border-width: 1px 0 0;
} }
   
.navbar-brand { .navbar-brand {
float: left; float: left;
padding: 15px 15px; padding: 15px 15px;
font-size: 18px; font-size: 18px;
line-height: 20px; line-height: 20px;
} }
   
.navbar-brand:hover, .navbar-brand:hover,
.navbar-brand:focus { .navbar-brand:focus {
text-decoration: none; text-decoration: none;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar > .container .navbar-brand { .navbar > .container .navbar-brand {
margin-left: -15px; margin-left: -15px;
} }
} }
   
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px; margin-top: 8px;
margin-right: 15px; margin-right: 15px;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
} }
   
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
display: block; display: block;
width: 22px; width: 22px;
height: 2px; height: 2px;
border-radius: 1px; border-radius: 1px;
} }
   
.navbar-toggle .icon-bar + .icon-bar { .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; margin-top: 4px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-toggle { .navbar-toggle {
display: none; display: none;
} }
} }
   
.navbar-nav { .navbar-nav {
margin: 7.5px -15px; margin: 7.5px -15px;
} }
   
.navbar-nav > li > a { .navbar-nav > li > a {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
line-height: 20px; line-height: 20px;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-nav .open .dropdown-menu { .navbar-nav .open .dropdown-menu {
position: static; position: static;
float: none; float: none;
width: auto; width: auto;
margin-top: 0; margin-top: 0;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
box-shadow: none; box-shadow: none;
} }
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header { .navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px; padding: 5px 15px 5px 25px;
} }
.navbar-nav .open .dropdown-menu > li > a { .navbar-nav .open .dropdown-menu > li > a {
line-height: 20px; line-height: 20px;
} }
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus { .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none; background-image: none;
} }
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-nav { .navbar-nav {
float: left; float: left;
margin: 0; margin: 0;
} }
.navbar-nav > li { .navbar-nav > li {
float: left; float: left;
} }
.navbar-nav > li > a { .navbar-nav > li > a {
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
} }
.navbar-nav.navbar-right:last-child { .navbar-nav.navbar-right:last-child {
margin-right: -15px; margin-right: -15px;
} }
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-left { .navbar-left {
float: left !important; float: left !important;
} }
.navbar-right { .navbar-right {
float: right !important; float: right !important;
} }
} }
   
.navbar-form { .navbar-form {
padding: 10px 15px; padding: 10px 15px;
margin-top: 8px; margin-top: 8px;
margin-right: -15px; margin-right: -15px;
margin-bottom: 8px; margin-bottom: 8px;
margin-left: -15px; margin-left: -15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form .form-group { .navbar-form .form-group {
display: inline-block; display: inline-block;
margin-bottom: 0; margin-bottom: 0;
vertical-align: middle; vertical-align: middle;
} }
.navbar-form .form-control { .navbar-form .form-control {
display: inline-block; display: inline-block;
} }
.navbar-form select.form-control { .navbar-form select.form-control {
width: auto; width: auto;
} }
.navbar-form .radio, .navbar-form .radio,
.navbar-form .checkbox { .navbar-form .checkbox {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
.navbar-form .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] { .navbar-form .checkbox input[type="checkbox"] {
float: none; float: none;
margin-left: 0; margin-left: 0;
} }
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-form .form-group { .navbar-form .form-group {
margin-bottom: 5px; margin-bottom: 5px;
} }
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form { .navbar-form {
width: auto; width: auto;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
border: 0; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.navbar-form.navbar-right:last-child { .navbar-form.navbar-right:last-child {
margin-right: -15px; margin-right: -15px;
} }
} }
   
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
   
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right { .navbar-nav > li > .dropdown-menu.pull-right {
right: 0; right: 0;
left: auto; left: auto;
} }
   
.navbar-btn { .navbar-btn {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
} }
   
.navbar-btn.btn-sm { .navbar-btn.btn-sm {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
   
.navbar-btn.btn-xs { .navbar-btn.btn-xs {
margin-top: 14px; margin-top: 14px;
margin-bottom: 14px; margin-bottom: 14px;
} }
   
.navbar-text { .navbar-text {
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
   
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-text { .navbar-text {
float: left; float: left;
margin-right: 15px; margin-right: 15px;
margin-left: 15px; margin-left: 15px;
} }
.navbar-text.navbar-right:last-child { .navbar-text.navbar-right:last-child {
margin-right: 0; margin-right: 0;
} }
} }
   
.navbar-default { .navbar-default {
background-color: #f8f8f8; background-color: #f8f8f8;
border-color: #e7e7e7; border-color: #e7e7e7;
} }
   
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
color: #777777; color: #777777;
} }
   
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { .navbar-default .navbar-brand:focus {
color: #5e5e5e; color: #5e5e5e;
background-color: transparent; background-color: transparent;
} }
   
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #777777; color: #777777;
} }
   
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #777777; color: #777777;
} }
   
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
color: #333333; color: #333333;
background-color: transparent; background-color: transparent;
} }
   
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { .navbar-default .navbar-nav > .active > a:focus {
color: #555555; color: #555555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
   
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc; color: #cccccc;
background-color: transparent; background-color: transparent;
} }
   
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #dddddd; border-color: #dddddd;
} }
   
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color: #dddddd; background-color: #dddddd;
} }
   
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc; background-color: #cccccc;
} }
   
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
border-color: #e7e7e7; border-color: #e7e7e7;
} }
   
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
color: #555555; color: #555555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777; color: #777777;
} }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333; color: #333333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555; color: #555555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc; color: #cccccc;
background-color: transparent; background-color: transparent;
} }
} }
   
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777777; color: #777777;
} }
   
.navbar-default .navbar-link:hover { .navbar-default .navbar-link:hover {
color: #333333; color: #333333;
} }
   
.navbar-inverse { .navbar-inverse {
background-color: #222222; background-color: #222222;
border-color: #080808; border-color: #080808;
} }
   
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #999999; color: #999999;
} }
   
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
   
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #999999; color: #999999;
} }
   
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #999999; color: #999999;
} }
   
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
   
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
   
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444; color: #444444;
background-color: transparent; background-color: transparent;
} }
   
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333333; border-color: #333333;
} }
   
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { .navbar-inverse .navbar-toggle:focus {
background-color: #333333; background-color: #333333;
} }
   
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff; background-color: #ffffff;
} }
   
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
border-color: #101010; border-color: #101010;
} }
   
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808; border-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999; color: #999999;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444; color: #444444;
background-color: transparent; background-color: transparent;
} }
} }
   
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #999999; color: #999999;
} }
   
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #ffffff; color: #ffffff;
} }
   
.breadcrumb { .breadcrumb {
padding: 8px 15px; padding: 8px 15px;
margin-bottom: 20px; margin-bottom: 20px;
list-style: none; list-style: none;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
} }
   
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
   
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
padding: 0 5px; padding: 0 5px;
color: #cccccc; color: #cccccc;
content: "/\00a0"; content: "/\00a0";
} }
   
.breadcrumb > .active { .breadcrumb > .active {
color: #999999; color: #999999;
} }
   
.pagination { .pagination {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
border-radius: 4px; border-radius: 4px;
} }
   
.pagination > li { .pagination > li {
display: inline; display: inline;
} }
   
.pagination > li > a, .pagination > li > a,
.pagination > li > span { .pagination > li > span {
position: relative; position: relative;
float: left; float: left;
padding: 6px 12px; padding: 6px 12px;
margin-left: -1px; margin-left: -1px;
line-height: 1.428571429; line-height: 1.428571429;
text-decoration: none; text-decoration: none;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
   
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
   
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > span:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > li > span:focus { .pagination > li > span:focus {
background-color: #eeeeee; background-color: #eeeeee;
} }
   
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > a:focus,
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #ffffff;
cursor: default; cursor: default;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
   
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > span:focus,
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #999999; color: #999999;
cursor: not-allowed; cursor: not-allowed;
background-color: #ffffff; background-color: #ffffff;
border-color: #dddddd; border-color: #dddddd;
} }
   
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
} }
   
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
   
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
} }
   
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
} }
   
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
} }
   
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
   
.pager { .pager {
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
text-align: center; text-align: center;
list-style: none; list-style: none;
} }
   
.pager:before, .pager:before,
.pager:after { .pager:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.pager:after { .pager:after {
clear: both; clear: both;
} }
   
.pager:before, .pager:before,
.pager:after { .pager:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.pager:after { .pager:after {
clear: both; clear: both;
} }
   
.pager li { .pager li {
display: inline; display: inline;
} }
   
.pager li > a, .pager li > a,
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
padding: 5px 14px; padding: 5px 14px;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-radius: 15px; border-radius: 15px;
} }
   
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eeeeee; background-color: #eeeeee;
} }
   
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
float: right; float: right;
} }
   
.pager .previous > a, .pager .previous > a,
.pager .previous > span { .pager .previous > span {
float: left; float: left;
} }
   
.pager .disabled > a, .pager .disabled > a,
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #999999; color: #999999;
cursor: not-allowed; cursor: not-allowed;
background-color: #ffffff; background-color: #ffffff;
} }
   
.label { .label {
display: inline; display: inline;
padding: .2em .6em .3em; padding: .2em .6em .3em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: .25em; border-radius: .25em;
} }
   
.label[href]:hover, .label[href]:hover,
.label[href]:focus { .label[href]:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
   
.label:empty { .label:empty {
display: none; display: none;
} }
   
.btn .label { .btn .label {
position: relative; position: relative;
top: -1px; top: -1px;
} }
   
.label-default { .label-default {
background-color: #999999; background-color: #999999;
} }
   
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
background-color: #808080; background-color: #808080;
} }
   
.label-primary { .label-primary {
background-color: #428bca; background-color: #428bca;
} }
   
.label-primary[href]:hover, .label-primary[href]:hover,
.label-primary[href]:focus { .label-primary[href]:focus {
background-color: #3071a9; background-color: #3071a9;
} }
   
.label-success { .label-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
   
.label-success[href]:hover, .label-success[href]:hover,
.label-success[href]:focus { .label-success[href]:focus {
background-color: #449d44; background-color: #449d44;
} }
   
.label-info { .label-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
   
.label-info[href]:hover, .label-info[href]:hover,
.label-info[href]:focus { .label-info[href]:focus {
background-color: #31b0d5; background-color: #31b0d5;
} }
   
.label-warning { .label-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
   
.label-warning[href]:hover, .label-warning[href]:hover,
.label-warning[href]:focus { .label-warning[href]:focus {
background-color: #ec971f; background-color: #ec971f;
} }
   
.label-danger { .label-danger {
background-color: #d9534f; background-color: #d9534f;
} }
   
.label-danger[href]:hover, .label-danger[href]:hover,
.label-danger[href]:focus { .label-danger[href]:focus {
background-color: #c9302c; background-color: #c9302c;
} }
   
.badge { .badge {
display: inline-block; display: inline-block;
min-width: 10px; min-width: 10px;
padding: 3px 7px; padding: 3px 7px;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #999999; background-color: #999999;
border-radius: 10px; border-radius: 10px;
} }
   
.badge:empty { .badge:empty {
display: none; display: none;
} }
   
.btn .badge { .btn .badge {
position: relative; position: relative;
top: -1px; top: -1px;
} }
   
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
   
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #428bca; color: #428bca;
background-color: #ffffff; background-color: #ffffff;
} }
   
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
} }
   
.jumbotron { .jumbotron {
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 21px; font-size: 21px;
font-weight: 200; font-weight: 200;
line-height: 2.1428571435; line-height: 2.1428571435;
color: inherit; color: inherit;
background-color: #eeeeee; background-color: #eeeeee;
} }
   
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
line-height: 1; line-height: 1;
color: inherit; color: inherit;
} }
   
.jumbotron p { .jumbotron p {
line-height: 1.4; line-height: 1.4;
} }
   
.container .jumbotron { .container .jumbotron {
border-radius: 6px; border-radius: 6px;
} }
   
.jumbotron .container { .jumbotron .container {
max-width: 100%; max-width: 100%;
} }
   
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.jumbotron { .jumbotron {
padding-top: 48px; padding-top: 48px;
padding-bottom: 48px; padding-bottom: 48px;
} }
.container .jumbotron { .container .jumbotron {
padding-right: 60px; padding-right: 60px;
padding-left: 60px; padding-left: 60px;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
font-size: 63px; font-size: 63px;
} }
} }
   
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 1.428571429; line-height: 1.428571429;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
   
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
display: block; display: block;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
   
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus, a.thumbnail:focus,
a.thumbnail.active { a.thumbnail.active {
border-color: #428bca; border-color: #428bca;
} }
   
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333333; color: #333333;
} }
   
.alert { .alert {
padding: 15px; padding: 15px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
} }
   
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
color: inherit; color: inherit;
} }
   
.alert .alert-link { .alert .alert-link {
font-weight: bold; font-weight: bold;
} }
   
.alert > p, .alert > p,
.alert > ul { .alert > ul {
margin-bottom: 0; margin-bottom: 0;
} }
   
.alert > p + p { .alert > p + p {
margin-top: 5px; margin-top: 5px;
} }
   
.alert-dismissable { .alert-dismissable {
padding-right: 35px; padding-right: 35px;
} }
   
.alert-dismissable .close { .alert-dismissable .close {
position: relative; position: relative;
top: -2px; top: -2px;
right: -21px; right: -21px;
color: inherit; color: inherit;
} }
   
.alert-success { .alert-success {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
   
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
} }
   
.alert-success .alert-link { .alert-success .alert-link {
color: #2b542c; color: #2b542c;
} }
   
.alert-info { .alert-info {
color: #31708f; color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
   
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
} }
   
.alert-info .alert-link { .alert-info .alert-link {
color: #245269; color: #245269;
} }
   
.alert-warning { .alert-warning {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
} }
   
.alert-warning hr { .alert-warning hr {
border-top-color: #f7e1b5; border-top-color: #f7e1b5;
} }
   
.alert-warning .alert-link { .alert-warning .alert-link {
color: #66512c; color: #66512c;
} }
   
.alert-danger { .alert-danger {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
} }
   
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9c0; border-top-color: #e4b9c0;
} }
   
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
   
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
} }
to { to {
background-position: 0 0; background-position: 0 0;
} }
} }
   
@keyframes progress-bar-stripes { @keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
} }
to { to {
background-position: 0 0; background-position: 0 0;
} }
} }
   
.progress { .progress {
height: 20px; height: 20px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden; overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
} }
   
.progress-bar { .progress-bar {
float: left; float: left;
width: 0; width: 0;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
background-color: #428bca; background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease; -webkit-transition: width 0.6s ease;
transition: width 0.6s ease; transition: width 0.6s ease;
} }
   
.progress-striped .progress-bar { .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px; background-size: 40px 40px;
} }
   
.progress.active .progress-bar { .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite; -webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
   
.progress-bar-success { .progress-bar-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
   
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
   
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
   
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
   
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
   
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
   
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
   
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
   
.media, .media,
.media-body { .media-body {
overflow: hidden; overflow: hidden;
zoom: 1; zoom: 1;
} }
   
.media, .media,
.media .media { .media .media {
margin-top: 15px; margin-top: 15px;
} }
   
.media:first-child { .media:first-child {
margin-top: 0; margin-top: 0;
} }
   
.media-object { .media-object {
display: block; display: block;
} }
   
.media-heading { .media-heading {
margin: 0 0 5px; margin: 0 0 5px;
} }
   
.media > .pull-left { .media > .pull-left {
margin-right: 10px; margin-right: 10px;
} }
   
.media > .pull-right { .media > .pull-right {
margin-left: 10px; margin-left: 10px;
} }
   
.media-list { .media-list {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
   
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
} }
   
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
   
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
   
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
   
.list-group-item > .badge { .list-group-item > .badge {
float: right; float: right;
} }
   
.list-group-item > .badge + .badge { .list-group-item > .badge + .badge {
margin-right: 5px; margin-right: 5px;
} }
   
a.list-group-item { a.list-group-item {
color: #555555; color: #555555;
} }
   
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333333; color: #333333;
} }
   
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
   
a.list-group-item.active, a.list-group-item.active,
a.list-group-item.active:hover, a.list-group-item.active:hover,
a.list-group-item.active:focus { a.list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
   
a.list-group-item.active .list-group-item-heading, a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading { a.list-group-item.active:focus .list-group-item-heading {
color: inherit; color: inherit;
} }
   
a.list-group-item.active .list-group-item-text, a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text { a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7; color: #e1edf7;
} }
   
.list-group-item-heading { .list-group-item-heading {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
} }
   
.list-group-item-text { .list-group-item-text {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
   
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} }
   
.panel-body { .panel-body {
padding: 15px; padding: 15px;
} }
   
.panel-body:before, .panel-body:before,
.panel-body:after { .panel-body:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.panel-body:after { .panel-body:after {
clear: both; clear: both;
} }
   
.panel-body:before, .panel-body:before,
.panel-body:after { .panel-body:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.panel-body:after { .panel-body:after {
clear: both; clear: both;
} }
   
.panel > .list-group { .panel > .list-group {
margin-bottom: 0; margin-bottom: 0;
} }
   
.panel > .list-group .list-group-item { .panel > .list-group .list-group-item {
border-width: 1px 0; border-width: 1px 0;
} }
   
.panel > .list-group .list-group-item:first-child { .panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
   
.panel > .list-group .list-group-item:last-child { .panel > .list-group .list-group-item:last-child {
border-bottom: 0; border-bottom: 0;
} }
   
.panel-heading + .list-group .list-group-item:first-child { .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; border-top-width: 0;
} }
   
.panel > .table, .panel > .table,
.panel > .table-responsive > .table { .panel > .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;
} }
   
.panel > .panel-body + .table, .panel > .panel-body + .table,
.panel > .panel-body + .table-responsive { .panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd; border-top: 1px solid #dddddd;
} }
   
.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td { .panel > .table > tbody:first-child td {
border-top: 0; border-top: 0;
} }
   
.panel > .table-bordered, .panel > .table-bordered,
.panel > .table-responsive > .table-bordered { .panel > .table-responsive > .table-bordered {
border: 0; border: 0;
} }
   
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; border-left: 0;
} }
   
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; border-right: 0;
} }
   
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; border-bottom: 0;
} }
   
.panel > .table-responsive { .panel > .table-responsive {
margin-bottom: 0; margin-bottom: 0;
border: 0; border: 0;
} }
   
.panel-heading { .panel-heading {
padding: 10px 15px; padding: 10px 15px;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
} }
   
.panel-heading > .dropdown .dropdown-toggle { .panel-heading > .dropdown .dropdown-toggle {
color: inherit; color: inherit;
} }
   
.panel-title { .panel-title {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 16px; font-size: 16px;
color: inherit; color: inherit;
} }
   
.panel-title > a { .panel-title > a {
color: inherit; color: inherit;
} }
   
.panel-footer { .panel-footer {
padding: 10px 15px; padding: 10px 15px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #dddddd; border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
   
.panel-group .panel { .panel-group .panel {
margin-bottom: 0; margin-bottom: 0;
overflow: hidden; overflow: hidden;
border-radius: 4px; border-radius: 4px;
} }
   
.panel-group .panel + .panel { .panel-group .panel + .panel {
margin-top: 5px; margin-top: 5px;
} }
   
.panel-group .panel-heading { .panel-group .panel-heading {
border-bottom: 0; border-bottom: 0;
} }
   
.panel-group .panel-heading + .panel-collapse .panel-body { .panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd; border-top: 1px solid #dddddd;
} }
   
.panel-group .panel-footer { .panel-group .panel-footer {
border-top: 0; border-top: 0;
} }
   
.panel-group .panel-footer + .panel-collapse .panel-body { .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
   
.panel-default { .panel-default {
border-color: #dddddd; border-color: #dddddd;
} }
   
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333333; color: #333333;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #dddddd; border-color: #dddddd;
} }
   
.panel-default > .panel-heading + .panel-collapse .panel-body { .panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd; border-top-color: #dddddd;
} }
   
.panel-default > .panel-footer + .panel-collapse .panel-body { .panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd; border-bottom-color: #dddddd;
} }
   
.panel-primary { .panel-primary {
border-color: #428bca; border-color: #428bca;
} }
   
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
   
.panel-primary > .panel-heading + .panel-collapse .panel-body { .panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca; border-top-color: #428bca;
} }
   
.panel-primary > .panel-footer + .panel-collapse .panel-body { .panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca; border-bottom-color: #428bca;
} }
   
.panel-success { .panel-success {
border-color: #d6e9c6; border-color: #d6e9c6;
} }
   
.panel-success > .panel-heading { .panel-success > .panel-heading {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
   
.panel-success > .panel-heading + .panel-collapse .panel-body { .panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6; border-top-color: #d6e9c6;
} }
   
.panel-success > .panel-footer + .panel-collapse .panel-body { .panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6; border-bottom-color: #d6e9c6;
} }
   
.panel-warning { .panel-warning {
border-color: #faebcc; border-color: #faebcc;
} }
   
.panel-warning > .panel-heading { .panel-warning > .panel-heading {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
} }
   
.panel-warning > .panel-heading + .panel-collapse .panel-body { .panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc; border-top-color: #faebcc;
} }
   
.panel-warning > .panel-footer + .panel-collapse .panel-body { .panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc; border-bottom-color: #faebcc;
} }
   
.panel-danger { .panel-danger {
border-color: #ebccd1; border-color: #ebccd1;
} }
   
.panel-danger > .panel-heading { .panel-danger > .panel-heading {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
} }
   
.panel-danger > .panel-heading + .panel-collapse .panel-body { .panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1; border-top-color: #ebccd1;
} }
   
.panel-danger > .panel-footer + .panel-collapse .panel-body { .panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1; border-bottom-color: #ebccd1;
} }
   
.panel-info { .panel-info {
border-color: #bce8f1; border-color: #bce8f1;
} }
   
.panel-info > .panel-heading { .panel-info > .panel-heading {
color: #31708f; color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
   
.panel-info > .panel-heading + .panel-collapse .panel-body { .panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1; border-top-color: #bce8f1;
} }
   
.panel-info > .panel-footer + .panel-collapse .panel-body { .panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1; border-bottom-color: #bce8f1;
} }
   
.well { .well {
min-height: 20px; min-height: 20px;
padding: 19px; padding: 19px;
margin-bottom: 20px; margin-bottom: 20px;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} }
   
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); border-color: rgba(0, 0, 0, 0.15);
} }
   
.well-lg { .well-lg {
padding: 24px; padding: 24px;
border-radius: 6px; border-radius: 6px;
} }
   
.well-sm { .well-sm {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
   
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #000000; color: #000000;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #ffffff;
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
} }
   
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000000; color: #000000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: 0.5; opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
   
button.close { button.close {
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
} }
   
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
   
.modal { .modal {
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
display: none; display: none;
overflow: auto; overflow: auto;
overflow-y: scroll; overflow-y: scroll;
} }
   
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%); -webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%); -ms-transform: translate(0, -25%);
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out; -webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out; transition: transform 0.3s ease-out;
} }
   
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
} }
   
.modal-dialog { .modal-dialog {
position: relative; position: relative;
z-index: 1050; z-index: 1050;
width: auto; width: auto;
margin: 10px; margin: 10px;
} }
   
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #999999; border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
outline: none; outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box; background-clip: padding-box;
} }
   
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1030; z-index: 1030;
background-color: #000000; background-color: #000000;
} }
   
.modal-backdrop.fade { .modal-backdrop.fade {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
   
.modal-backdrop.in { .modal-backdrop.in {
opacity: 0.5; opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
   
.modal-header { .modal-header {
min-height: 16.428571429px; min-height: 16.428571429px;
padding: 15px; padding: 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
   
.modal-header .close { .modal-header .close {
margin-top: -2px; margin-top: -2px;
} }
   
.modal-title { .modal-title {
margin: 0; margin: 0;
line-height: 1.428571429; line-height: 1.428571429;
} }
   
.modal-body { .modal-body {
position: relative; position: relative;
padding: 20px; padding: 20px;
} }
   
.modal-footer { .modal-footer {
padding: 19px 20px 20px; padding: 19px 20px 20px;
margin-top: 15px; margin-top: 15px;
text-align: right; text-align: right;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
   
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.modal-footer:after { .modal-footer:after {
clear: both; clear: both;
} }
   
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.modal-footer:after { .modal-footer:after {
clear: both; clear: both;
} }
   
.modal-footer .btn + .btn { .modal-footer .btn + .btn {
margin-bottom: 0; margin-bottom: 0;
margin-left: 5px; margin-left: 5px;
} }
   
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {
margin-left: -1px; margin-left: -1px;
} }
   
.modal-footer .btn-block + .btn-block { .modal-footer .btn-block + .btn-block {
margin-left: 0; margin-left: 0;
} }
   
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.modal-dialog { .modal-dialog {
width: 600px; width: 600px;
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} }
} }
   
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1030;
display: block; display: block;
font-size: 12px; font-size: 12px;
line-height: 1.4; line-height: 1.4;
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
visibility: visible; visibility: visible;
} }
   
.tooltip.in { .tooltip.in {
opacity: 0.9; opacity: 0.9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }
   
.tooltip.top { .tooltip.top {
padding: 5px 0; padding: 5px 0;
margin-top: -3px; margin-top: -3px;
} }
   
.tooltip.right { .tooltip.right {
padding: 0 5px; padding: 0 5px;
margin-left: 3px; margin-left: 3px;
} }
   
.tooltip.bottom { .tooltip.bottom {
padding: 5px 0; padding: 5px 0;
margin-top: 3px; margin-top: 3px;
} }
   
.tooltip.left { .tooltip.left {
padding: 0 5px; padding: 0 5px;
margin-left: -3px; margin-left: -3px;
} }
   
.tooltip-inner { .tooltip-inner {
max-width: 200px; max-width: 200px;
padding: 3px 8px; padding: 3px 8px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000000; background-color: #000000;
border-radius: 4px; border-radius: 4px;
} }
   
.tooltip-arrow { .tooltip-arrow {
position: absolute; position: absolute;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
   
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-top-color: #000000; border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
} }
   
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
bottom: 0; bottom: 0;
left: 5px; left: 5px;
border-top-color: #000000; border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
} }
   
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
right: 5px; right: 5px;
bottom: 0; bottom: 0;
border-top-color: #000000; border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
} }
   
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top: 50%; top: 50%;
left: 0; left: 0;
margin-top: -5px; margin-top: -5px;
border-right-color: #000000; border-right-color: #000000;
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
} }
   
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top: 50%; top: 50%;
right: 0; right: 0;
margin-top: -5px; margin-top: -5px;
border-left-color: #000000; border-left-color: #000000;
border-width: 5px 0 5px 5px; border-width: 5px 0 5px 5px;
} }
   
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-bottom-color: #000000; border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
} }
   
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
top: 0; top: 0;
left: 5px; left: 5px;
border-bottom-color: #000000; border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
} }
   
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
top: 0; top: 0;
right: 5px; right: 5px;
border-bottom-color: #000000; border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
} }
   
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1010; z-index: 1010;
display: none; display: none;
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
text-align: left; text-align: left;
white-space: normal; white-space: normal;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box; background-clip: padding-box;
} }
   
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
} }
   
.popover.right { .popover.right {
margin-left: 10px; margin-left: 10px;
} }
   
.popover.bottom { .popover.bottom {
margin-top: 10px; margin-top: 10px;
} }
   
.popover.left { .popover.left {
margin-left: -10px; margin-left: -10px;
} }
   
.popover-title { .popover-title {
padding: 8px 14px; padding: 8px 14px;
margin: 0; margin: 0;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
background-color: #f7f7f7; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
} }
   
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
   
.popover .arrow, .popover .arrow,
.popover .arrow:after { .popover .arrow:after {
position: absolute; position: absolute;
display: block; display: block;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
   
.popover .arrow { .popover .arrow {
border-width: 11px; border-width: 11px;
} }
   
.popover .arrow:after { .popover .arrow:after {
border-width: 10px; border-width: 10px;
content: ""; content: "";
} }
   
.popover.top .arrow { .popover.top .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: #999999; border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0; border-bottom-width: 0;
} }
   
.popover.top .arrow:after { .popover.top .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
border-top-color: #ffffff; border-top-color: #ffffff;
border-bottom-width: 0; border-bottom-width: 0;
content: " "; content: " ";
} }
   
.popover.right .arrow { .popover.right .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: #999999; border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0; border-left-width: 0;
} }
   
.popover.right .arrow:after { .popover.right .arrow:after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
border-right-color: #ffffff; border-right-color: #ffffff;
border-left-width: 0; border-left-width: 0;
content: " "; content: " ";
} }
   
.popover.bottom .arrow { .popover.bottom .arrow {
top: -11px; top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-bottom-color: #999999; border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0; border-top-width: 0;
} }
   
.popover.bottom .arrow:after { .popover.bottom .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
border-top-width: 0; border-top-width: 0;
content: " "; content: " ";
} }
   
.popover.left .arrow { .popover.left .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-left-color: #999999; border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0; border-right-width: 0;
} }
   
.popover.left .arrow:after { .popover.left .arrow:after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
border-left-color: #ffffff; border-left-color: #ffffff;
border-right-width: 0; border-right-width: 0;
content: " "; content: " ";
} }
   
.carousel { .carousel {
position: relative; position: relative;
} }
   
.carousel-inner { .carousel-inner {
position: relative; position: relative;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
   
.carousel-inner > .item { .carousel-inner > .item {
position: relative; position: relative;
display: none; display: none;
-webkit-transition: 0.6s ease-in-out left; -webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
} }
   
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
display: block; display: block;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
line-height: 1; line-height: 1;
} }
   
.carousel-inner > .active, .carousel-inner > .active,
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
display: block; display: block;
} }
   
.carousel-inner > .active { .carousel-inner > .active {
left: 0; left: 0;
} }
   
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
} }
   
.carousel-inner > .next { .carousel-inner > .next {
left: 100%; left: 100%;
} }
   
.carousel-inner > .prev { .carousel-inner > .prev {
left: -100%; left: -100%;
} }
   
.carousel-inner > .next.left, .carousel-inner > .next.left,
.carousel-inner > .prev.right { .carousel-inner > .prev.right {
left: 0; left: 0;
} }
   
.carousel-inner > .active.left { .carousel-inner > .active.left {
left: -100%; left: -100%;
} }
   
.carousel-inner > .active.right { .carousel-inner > .active.right {
left: 100%; left: 100%;
} }
   
.carousel-control { .carousel-control {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 15%; width: 15%;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5; opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
   
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
} }
   
.carousel-control.right { .carousel-control.right {
right: 0; right: 0;
left: auto; left: auto;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
} }
   
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
outline: none; outline: none;
opacity: 0.9; opacity: 0.9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }
   
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right { .carousel-control .glyphicon-chevron-right {
position: absolute; position: absolute;
top: 50%; top: 50%;
z-index: 5; z-index: 5;
display: inline-block; display: inline-block;
} }
   
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left { .carousel-control .glyphicon-chevron-left {
left: 50%; left: 50%;
} }
   
.carousel-control .icon-next, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right { .carousel-control .glyphicon-chevron-right {
right: 50%; right: 50%;
} }
   
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next { .carousel-control .icon-next {
width: 20px; width: 20px;
height: 20px; height: 20px;
margin-top: -10px; margin-top: -10px;
margin-left: -10px; margin-left: -10px;
font-family: serif; font-family: serif;
} }
   
.carousel-control .icon-prev:before { .carousel-control .icon-prev:before {
content: '\2039'; content: '\2039';
} }
   
.carousel-control .icon-next:before { .carousel-control .icon-next:before {
content: '\203a'; content: '\203a';
} }
   
.carousel-indicators { .carousel-indicators {
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
left: 50%; left: 50%;
z-index: 15; z-index: 15;
width: 60%; width: 60%;
padding-left: 0; padding-left: 0;
margin-left: -30%; margin-left: -30%;
text-align: center; text-align: center;
list-style: none; list-style: none;
} }
   
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
width: 10px; width: 10px;
height: 10px; height: 10px;
margin: 1px; margin: 1px;
text-indent: -999px; text-indent: -999px;
cursor: pointer; cursor: pointer;
background-color: #000 \9; background-color: #000 \9;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff; border: 1px solid #ffffff;
border-radius: 10px; border-radius: 10px;
} }
   
.carousel-indicators .active { .carousel-indicators .active {
width: 12px; width: 12px;
height: 12px; height: 12px;
margin: 0; margin: 0;
background-color: #ffffff; background-color: #ffffff;
} }
   
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
right: 15%; right: 15%;
bottom: 20px; bottom: 20px;
left: 15%; left: 15%;
z-index: 10; z-index: 10;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
} }
   
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
} }
   
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right, .carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next { .carousel-control .icon-next {
width: 30px; width: 30px;
height: 30px; height: 30px;
margin-top: -15px; margin-top: -15px;
margin-left: -15px; margin-left: -15px;
font-size: 30px; font-size: 30px;
} }
.carousel-caption { .carousel-caption {
right: 20%; right: 20%;
left: 20%; left: 20%;
padding-bottom: 30px; padding-bottom: 30px;
} }
.carousel-indicators { .carousel-indicators {
bottom: 20px; bottom: 20px;
} }
} }
   
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
display: table; display: table;
content: " "; content: " ";
} }
   
.clearfix:after { .clearfix:after {
clear: both; clear: both;
} }
   
.center-block { .center-block {
display: block; display: block;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
   
.pull-right { .pull-right {
float: right !important; float: right !important;
} }
   
.pull-left { .pull-left {
float: left !important; float: left !important;
} }
   
.hide { .hide {
display: none !important; display: none !important;
} }
   
.show { .show {
display: block !important; display: block !important;
} }
   
.invisible { .invisible {
visibility: hidden; visibility: hidden;
} }
   
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;
color: transparent; color: transparent;
text-shadow: none; text-shadow: none;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
   
.hidden { .hidden {
display: none !important; display: none !important;
visibility: hidden !important; visibility: hidden !important;
} }
   
.affix { .affix {
position: fixed; position: fixed;
} }
   
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }
   
.visible-xs, .visible-xs,
tr.visible-xs, tr.visible-xs,
th.visible-xs, th.visible-xs,
td.visible-xs { td.visible-xs {
display: none !important; display: none !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-xs { .visible-xs {
display: block !important; display: block !important;
} }
table.visible-xs { table.visible-xs {
display: table; display: table;
} }
tr.visible-xs { tr.visible-xs {
display: table-row !important; display: table-row !important;
} }
th.visible-xs, th.visible-xs,
td.visible-xs { td.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm { .visible-xs.visible-sm {
display: block !important; display: block !important;
} }
table.visible-xs.visible-sm { table.visible-xs.visible-sm {
display: table; display: table;
} }
tr.visible-xs.visible-sm { tr.visible-xs.visible-sm {
display: table-row !important; display: table-row !important;
} }
th.visible-xs.visible-sm, th.visible-xs.visible-sm,
td.visible-xs.visible-sm { td.visible-xs.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md { .visible-xs.visible-md {
display: block !important; display: block !important;
} }
table.visible-xs.visible-md { table.visible-xs.visible-md {
display: table; display: table;
} }
tr.visible-xs.visible-md { tr.visible-xs.visible-md {
display: table-row !important; display: table-row !important;
} }
th.visible-xs.visible-md, th.visible-xs.visible-md,
td.visible-xs.visible-md { td.visible-xs.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-xs.visible-lg { .visible-xs.visible-lg {
display: block !important; display: block !important;
} }
table.visible-xs.visible-lg { table.visible-xs.visible-lg {
display: table; display: table;
} }
tr.visible-xs.visible-lg { tr.visible-xs.visible-lg {
display: table-row !important; display: table-row !important;
} }
th.visible-xs.visible-lg, th.visible-xs.visible-lg,
td.visible-xs.visible-lg { td.visible-xs.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
   
.visible-sm, .visible-sm,
tr.visible-sm, tr.visible-sm,
th.visible-sm, th.visible-sm,
td.visible-sm { td.visible-sm {
display: none !important; display: none !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-sm.visible-xs { .visible-sm.visible-xs {
display: block !important; display: block !important;
} }
table.visible-sm.visible-xs { table.visible-sm.visible-xs {
display: table; display: table;
} }
tr.visible-sm.visible-xs { tr.visible-sm.visible-xs {
display: table-row !important; display: table-row !important;
} }
th.visible-sm.visible-xs, th.visible-sm.visible-xs,
td.visible-sm.visible-xs { td.visible-sm.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-sm { .visible-sm {
display: block !important; display: block !important;
} }
table.visible-sm { table.visible-sm {
display: table; display: table;
} }
tr.visible-sm { tr.visible-sm {
display: table-row !important; display: table-row !important;
} }
th.visible-sm, th.visible-sm,
td.visible-sm { td.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md { .visible-sm.visible-md {
display: block !important; display: block !important;
} }
table.visible-sm.visible-md { table.visible-sm.visible-md {
display: table; display: table;
} }
tr.visible-sm.visible-md { tr.visible-sm.visible-md {
display: table-row !important; display: table-row !important;
} }
th.visible-sm.visible-md, th.visible-sm.visible-md,
td.visible-sm.visible-md { td.visible-sm.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-sm.visible-lg { .visible-sm.visible-lg {
display: block !important; display: block !important;
} }
table.visible-sm.visible-lg { table.visible-sm.visible-lg {
display: table; display: table;
} }
tr.visible-sm.visible-lg { tr.visible-sm.visible-lg {
display: table-row !important; display: table-row !important;
} }
th.visible-sm.visible-lg, th.visible-sm.visible-lg,
td.visible-sm.visible-lg { td.visible-sm.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
   
.visible-md, .visible-md,
tr.visible-md, tr.visible-md,
th.visible-md, th.visible-md,
td.visible-md { td.visible-md {
display: none !important; display: none !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-md.visible-xs { .visible-md.visible-xs {
display: block !important; display: block !important;
} }
table.visible-md.visible-xs { table.visible-md.visible-xs {
display: table; display: table;
} }
tr.visible-md.visible-xs { tr.visible-md.visible-xs {
display: table-row !important; display: table-row !important;
} }
th.visible-md.visible-xs, th.visible-md.visible-xs,
td.visible-md.visible-xs { td.visible-md.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm { .visible-md.visible-sm {
display: block !important; display: block !important;
} }
table.visible-md.visible-sm { table.visible-md.visible-sm {
display: table; display: table;
} }
tr.visible-md.visible-sm { tr.visible-md.visible-sm {
display: table-row !important; display: table-row !important;
} }
th.visible-md.visible-sm, th.visible-md.visible-sm,
td.visible-md.visible-sm { td.visible-md.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-md { .visible-md {
display: block !important; display: block !important;
} }
table.visible-md { table.visible-md {
display: table; display: table;
} }
tr.visible-md { tr.visible-md {
display: table-row !important; display: table-row !important;
} }
th.visible-md, th.visible-md,
td.visible-md { td.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-md.visible-lg { .visible-md.visible-lg {
display: block !important; display: block !important;
} }
table.visible-md.visible-lg { table.visible-md.visible-lg {
display: table; display: table;
} }
tr.visible-md.visible-lg { tr.visible-md.visible-lg {
display: table-row !important; display: table-row !important;
} }
th.visible-md.visible-lg, th.visible-md.visible-lg,
td.visible-md.visible-lg { td.visible-md.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
   
.visible-lg, .visible-lg,
tr.visible-lg, tr.visible-lg,
th.visible-lg, th.visible-lg,
td.visible-lg { td.visible-lg {
display: none !important; display: none !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-lg.visible-xs { .visible-lg.visible-xs {
display: block !important; display: block !important;
} }
table.visible-lg.visible-xs { table.visible-lg.visible-xs {
display: table; display: table;
} }
tr.visible-lg.visible-xs { tr.visible-lg.visible-xs {
display: table-row !important; display: table-row !important;
} }
th.visible-lg.visible-xs, th.visible-lg.visible-xs,
td.visible-lg.visible-xs { td.visible-lg.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm { .visible-lg.visible-sm {
display: block !important; display: block !important;
} }
table.visible-lg.visible-sm { table.visible-lg.visible-sm {
display: table; display: table;
} }
tr.visible-lg.visible-sm { tr.visible-lg.visible-sm {
display: table-row !important; display: table-row !important;
} }
th.visible-lg.visible-sm, th.visible-lg.visible-sm,
td.visible-lg.visible-sm { td.visible-lg.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md { .visible-lg.visible-md {
display: block !important; display: block !important;
} }
table.visible-lg.visible-md { table.visible-lg.visible-md {
display: table; display: table;
} }
tr.visible-lg.visible-md { tr.visible-lg.visible-md {
display: table-row !important; display: table-row !important;
} }
th.visible-lg.visible-md, th.visible-lg.visible-md,
td.visible-lg.visible-md { td.visible-lg.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-lg { .visible-lg {
display: block !important; display: block !important;
} }
table.visible-lg { table.visible-lg {
display: table; display: table;
} }
tr.visible-lg { tr.visible-lg {
display: table-row !important; display: table-row !important;
} }
th.visible-lg, th.visible-lg,
td.visible-lg { td.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
   
.hidden-xs { .hidden-xs {
display: block !important; display: block !important;
} }
   
table.hidden-xs { table.hidden-xs {
display: table; display: table;
} }
   
tr.hidden-xs { tr.hidden-xs {
display: table-row !important; display: table-row !important;
} }
   
th.hidden-xs, th.hidden-xs,
td.hidden-xs { td.hidden-xs {
display: table-cell !important; display: table-cell !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-xs, .hidden-xs,
tr.hidden-xs, tr.hidden-xs,
th.hidden-xs, th.hidden-xs,
td.hidden-xs { td.hidden-xs {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm, .hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm { td.hidden-xs.hidden-sm {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md, .hidden-xs.hidden-md,
tr.hidden-xs.hidden-md, tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md, th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md { td.hidden-xs.hidden-md {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-xs.hidden-lg, .hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg { td.hidden-xs.hidden-lg {
display: none !important; display: none !important;
} }
} }
   
.hidden-sm { .hidden-sm {
display: block !important; display: block !important;
} }
   
table.hidden-sm { table.hidden-sm {
display: table; display: table;
} }
   
tr.hidden-sm { tr.hidden-sm {
display: table-row !important; display: table-row !important;
} }
   
th.hidden-sm, th.hidden-sm,
td.hidden-sm { td.hidden-sm {
display: table-cell !important; display: table-cell !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-sm.hidden-xs, .hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs { td.hidden-sm.hidden-xs {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-sm, .hidden-sm,
tr.hidden-sm, tr.hidden-sm,
th.hidden-sm, th.hidden-sm,
td.hidden-sm { td.hidden-sm {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md, .hidden-sm.hidden-md,
tr.hidden-sm.hidden-md, tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md, th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md { td.hidden-sm.hidden-md {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-sm.hidden-lg, .hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg { td.hidden-sm.hidden-lg {
display: none !important; display: none !important;
} }
} }
   
.hidden-md { .hidden-md {
display: block !important; display: block !important;
} }
   
table.hidden-md { table.hidden-md {
display: table; display: table;
} }
   
tr.hidden-md { tr.hidden-md {
display: table-row !important; display: table-row !important;
} }
   
th.hidden-md, th.hidden-md,
td.hidden-md { td.hidden-md {
display: table-cell !important; display: table-cell !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-md.hidden-xs, .hidden-md.hidden-xs,
tr.hidden-md.hidden-xs, tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs, th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs { td.hidden-md.hidden-xs {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm, .hidden-md.hidden-sm,
tr.hidden-md.hidden-sm, tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm, th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm { td.hidden-md.hidden-sm {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-md, .hidden-md,
tr.hidden-md, tr.hidden-md,
th.hidden-md, th.hidden-md,
td.hidden-md { td.hidden-md {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-md.hidden-lg, .hidden-md.hidden-lg,
tr.hidden-md.hidden-lg, tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg, th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg { td.hidden-md.hidden-lg {
display: none !important; display: none !important;
} }
} }
   
.hidden-lg { .hidden-lg {
display: block !important; display: block !important;
} }
   
table.hidden-lg { table.hidden-lg {
display: table; display: table;
} }
   
tr.hidden-lg { tr.hidden-lg {
display: table-row !important; display: table-row !important;
} }
   
th.hidden-lg, th.hidden-lg,
td.hidden-lg { td.hidden-lg {
display: table-cell !important; display: table-cell !important;
} }
   
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-lg.hidden-xs, .hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs { td.hidden-lg.hidden-xs {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm, .hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm { td.hidden-lg.hidden-sm {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md, .hidden-lg.hidden-md,
tr.hidden-lg.hidden-md, tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md, th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md { td.hidden-lg.hidden-md {
display: none !important; display: none !important;
} }
} }
   
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-lg, .hidden-lg,
tr.hidden-lg, tr.hidden-lg,
th.hidden-lg, th.hidden-lg,
td.hidden-lg { td.hidden-lg {
display: none !important; display: none !important;
} }
} }
   
.visible-print, .visible-print,
tr.visible-print, tr.visible-print,
th.visible-print, th.visible-print,
td.visible-print { td.visible-print {
display: none !important; display: none !important;
} }
   
@media print { @media print {
.visible-print { .visible-print {
display: block !important; display: block !important;
} }
table.visible-print { table.visible-print {
display: table; display: table;
} }
tr.visible-print { tr.visible-print {
display: table-row !important; display: table-row !important;
} }
th.visible-print, th.visible-print,
td.visible-print { td.visible-print {
display: table-cell !important; display: table-cell !important;
} }
.hidden-print, .hidden-print,
tr.hidden-print, tr.hidden-print,
th.hidden-print, th.hidden-print,
td.hidden-print { td.hidden-print {
display: none !important; display: none !important;
} }
} }
/*! /*!
* Bootstrap v3.0.3 (http://getbootstrap.com) * Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc. * Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
   
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}} /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}}
 Binary files a/data/DCaaS+Catalogue+September+2013 Public.xls and b/data/DCaaS+Catalogue+September+2013 Public.xls differ
Trading or Business Name,ACNABN,Service Name,Service Description,Service Category,Service Sub Category,Other Sub Category,Service Hours AEST,Other Service Hours,Service Availability,Scheduled Outage Per Month,Security,Scalability,Hosting Site,Help Desk Hours,Lodge Help eMail,Lodge Help Web,Lodge Help Phone,Lodge Help SMS,Help Track eMail,Help Track Web,Help Track Phone,Help Track SMS,Outage Notify eMail,Outage Notify Web,Outage Notify Phone,Outage Notify SMS,Outage Notify Social,Report Delivary eMail,Report Delivery Web,Reporting Real Time,Reporting Over Period,Reporting via Billing,Reporting on Outage,Reporting Service Levels,Provision Lead Time,Decommission Lead Time,Unit Description,DC 1 Country,DC 1 State,DC 1 PUE,DC 1 Tier Rating,DC 2 Country,DC 2 State,DC 2 PUE,DC 2 Tier Rating,DC 3 Country,DC 3 State,DC 3 PUE,DC 3 Tier Rating,DC 4 Country,DC 4 State,DC 4 PUE,DC 4 Tier Rating,DC 5 Country,DC 5 State,DC 5 PUE,DC 5 Tier Rating Trading or Business Name,ACNABN,Service Name,Service Description,Service Category,Service Sub Category,Other Sub Category,Service Hours AEST,Other Service Hours,Service Availability,Scheduled Outage Per Month,Security,Scalability,Hosting Site,Help Desk Hours,Lodge Help eMail,Lodge Help Web,Lodge Help Phone,Lodge Help SMS,Help Track eMail,Help Track Web,Help Track Phone,Help Track SMS,Outage Notify eMail,Outage Notify Web,Outage Notify Phone,Outage Notify SMS,Outage Notify Social,Report Delivary eMail,Report Delivery Web,Reporting Real Time,Reporting Over Period,Reporting via Billing,Reporting on Outage,Reporting Service Levels,Provision Lead Time,Decommission Lead Time,Unit Description,DC 1 Country,DC 1 State,DC 1 PUE,DC 1 Tier Rating,DC 2 Country,DC 2 State,DC 2 PUE,DC 2 Tier Rating,DC 3 Country,DC 3 State,DC 3 PUE,DC 3 Tier Rating,DC 4 Country,DC 4 State,DC 4 PUE,DC 4 Tier Rating,DC 5 Country,DC 5 State,DC 5 PUE,DC 5 Tier Rating
4D - Digital (Digest) Data Design,67060937171,Active Directory,Provision of Microsoft Active Directory as a bundle offered with other services or as a stand alone service supporting specific client needs. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.,IaaS,Identity Management,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Provision of an active directory domain with a minimum of ten users.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Active Directory,Provision of Microsoft Active Directory as a bundle offered with other services or as a stand alone service supporting specific client needs. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.,IaaS,Identity Management,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Provision of an active directory domain with a minimum of ten users.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Business Collaboration Services,"4D brings your people and information together on a single platform, utilising Microsoft Office, Sharepoint, Exchange and Lync servers. It allows for tight business integration through a number of communications channels across multiple and geographically disparate sites. This will both maximise your productivity and reduce wasted effort through duplication.These services can be hosted within your own environment, on your own infrastructure, or hosted within 4D's secure datacentre. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Collaboration Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 week,"Microsoft collaboration platform (Sharepoint, Exchange and Lync) with 10 GByte storage per user for ten users.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Business Collaboration Services,"4D brings your people and information together on a single platform, utilising Microsoft Office, Sharepoint, Exchange and Lync servers. It allows for tight business integration through a number of communications channels across multiple and geographically disparate sites. This will both maximise your productivity and reduce wasted effort through duplication.These services can be hosted within your own environment, on your own infrastructure, or hosted within 4D's secure datacentre. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Collaboration Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 week,"Microsoft collaboration platform (Sharepoint, Exchange and Lync) with 10 GByte storage per user for ten users.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Business Continuity - hosted business services,"4D can provide an alternate location from which to operate in the event of a force majeure incident at your business premises. This includes a work space with desktop computer, telephone and email services. Additional services can be ordered per the other services offered by 4D under the DCaaS Multi-list.Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 8 hours,"5 desktop workstations with telephone, email services and Microsoft groupware. Other applications can be made available as an additional service.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Business Continuity - hosted business services,"4D can provide an alternate location from which to operate in the event of a force majeure incident at your business premises. This includes a work space with desktop computer, telephone and email services. Additional services can be ordered per the other services offered by 4D under the DCaaS Multi-list.Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 8 hours,"5 desktop workstations with telephone, email services and Microsoft groupware. Other applications can be made available as an additional service.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Data Loading,4D has experience across a number of data base management systems. Service includes migrating client data from one database management system to another using a relevant software agent to be determined for the task.,Other,Data Loading,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Time and material per hour plus licensing costs for the relevant data migration tool.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Data Loading,4D has experience across a number of data base management systems. Service includes migrating client data from one database management system to another using a relevant software agent to be determined for the task.,Other,Data Loading,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Time and material per hour plus licensing costs for the relevant data migration tool.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Data Storage,4D provides on-line data storage that can be expanded to your needs.,IaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,On-line storage provided based on storage capacity consumed per GB utilising storage area network (SAN).,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Data Storage,4D provides on-line data storage that can be expanded to your needs.,IaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,On-line storage provided based on storage capacity consumed per GB utilising storage area network (SAN).,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Database Services,"4D offers clients the opportunity to purchase virtual machines upon which to run their database(s).Clients can either load their own database onto the virtual machine, or have 4D do so on their behalf. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Database Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 1 day,Per virtual machine based on Windows Standard Server 2008 R2 and SQLServer 2008 standard license costs plus 100 GByte storage. Additional storage purchased under data storage service.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Database Services,"4D offers clients the opportunity to purchase virtual machines upon which to run their database(s).Clients can either load their own database onto the virtual machine, or have 4D do so on their behalf. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Database Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 1 day,Per virtual machine based on Windows Standard Server 2008 R2 and SQLServer 2008 standard license costs plus 100 GByte storage. Additional storage purchased under data storage service.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Hosted Email,"4D will host your email domain on our Microsoft Exchange.You will benefit from all of the productivity advantages of using Exchange (shared calenders, mailboxes, contacts etc;Your incoming mail will be protected from spam by our Cisco IronPort spam filter. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",SaaS,eMail,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Per Exchange 2010 user mailbox (up to 2GB in size)NOTE: group email addresses and distribution lists are not counted as mailboxes - these are provided as part of the service without charge.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Hosted Email,"4D will host your email domain on our Microsoft Exchange.You will benefit from all of the productivity advantages of using Exchange (shared calenders, mailboxes, contacts etc;Your incoming mail will be protected from spam by our Cisco IronPort spam filter. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",SaaS,eMail,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 8 hours,> 8 hours,Per Exchange 2010 user mailbox (up to 2GB in size)NOTE: group email addresses and distribution lists are not counted as mailboxes - these are provided as part of the service without charge.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,ICT Services Continuity,"Your critical systems can be duplicated at 4D's premises for recovery in the event of a disaster.In the event of a disaster at your facility, your staff will be able to continue work from anywhere that they have an internet connection, by remotely connecting to their services and applications within the 4D datacentre. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 Month,"A virtual server with 1 CPU core, 2GBytes RAM running on Windows 2008 R2 plus a Microsoft SQL Server instance with 100 GByte of storage.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,ICT Services Continuity,"Your critical systems can be duplicated at 4D's premises for recovery in the event of a disaster.In the event of a disaster at your facility, your staff will be able to continue work from anywhere that they have an internet connection, by remotely connecting to their services and applications within the 4D datacentre. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 Month,"A virtual server with 1 CPU core, 2GBytes RAM running on Windows 2008 R2 plus a Microsoft SQL Server instance with 100 GByte of storage.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Online Backups,"Automated remote backup service that backs up your important business data to 4D's secure datacentre. Data is backed up at the block level. Any backed up file can be restored upon request or by the client.A once-off setup sees 4D taking a snapshot of your data and placing it in our datacentre. Nightly backups then send only the changes to your data (ie. the ""Delta"") securely across the internet to 4D. Backups are encrypted and compressed. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Backup Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 60 mins,1GB of compressed backed-up data,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Online Backups,"Automated remote backup service that backs up your important business data to 4D's secure datacentre. Data is backed up at the block level. Any backed up file can be restored upon request or by the client.A once-off setup sees 4D taking a snapshot of your data and placing it in our datacentre. Nightly backups then send only the changes to your data (ie. the ""Delta"") securely across the internet to 4D. Backups are encrypted and compressed. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Backup Services,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 60 mins,1GB of compressed backed-up data,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Physical Server,"Dell PowerEdge T610 with single processor, 16GB RAM, 4 x 500GB HDD, Windows Server 2008 R2.Includes technical support for physical server and operating system.Note that different configurations are available if required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Physical Server,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 week,Per server,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Physical Server,"Dell PowerEdge T610 with single processor, 16GB RAM, 4 x 500GB HDD, Windows Server 2008 R2.Includes technical support for physical server and operating system.Note that different configurations are available if required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Physical Server,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 Month,> 1 week,Per server,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Test and Development Environment,Provision of virtual environment hosting user test and development environments allowing clients 24x7 access. Environment consists of a Microsoft Windows Server 2008 R2 virtual server hosting Microsoft Studio and allowing clients to install their test and development applications as required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.,IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 60 min,> 60 mins,Test and development environment for up to seven users. ,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Test and Development Environment,Provision of virtual environment hosting user test and development environments allowing clients 24x7 access. Environment consists of a Microsoft Windows Server 2008 R2 virtual server hosting Microsoft Studio and allowing clients to install their test and development applications as required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.,IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 60 min,> 60 mins,Test and development environment for up to seven users. ,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Unified Communications,"Based on Microsoft Lync server. Comprises:Instant messaging and presence, conferencing, enterprise voice, office integration and mobile applications. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Instant Messaging,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 1 week,Virtual unified communications server and ten users.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Unified Communications,"Based on Microsoft Lync server. Comprises:Instant messaging and presence, conferencing, enterprise voice, office integration and mobile applications. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Instant Messaging,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 1 week,> 1 week,Virtual unified communications server and ten users.,Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
4D - Digital (Digest) Data Design,67060937171,Virtual Server,"4D offers a complete Virtual Server solution to clients, allowing them 24x7 access to their business applications from anywhere in the world that they have an internet connection.Each virtual server will be based on Microsoft Windows Server 2008 R2.This virtual server can be configured, and applications installed, as required; 4D can assist in this setup and installation if required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 60 min,> 60 mins,"Virtual Server: includes 1 CPU core, 2GB RAM, and 100GB storage running on Windows 2008 R2. Additional storage can be purchased per the data storage service.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,, 4D - Digital (Digest) Data Design,67060937171,Virtual Server,"4D offers a complete Virtual Server solution to clients, allowing them 24x7 access to their business applications from anywhere in the world that they have an internet connection.Each virtual server will be based on Microsoft Windows Server 2008 R2.This virtual server can be configured, and applications installed, as required; 4D can assist in this setup and installation if required. Where Microsoft software is required agencies prescribed to the Microsoft Volume Sourcing Agreement are required to supply the required software licenses.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,Protected,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,> 60 min,> 60 mins,"Virtual Server: includes 1 CPU core, 2GB RAM, and 100GB storage running on Windows 2008 R2. Additional storage can be purchased per the data storage service.",Australia,ACT,Marginally above 1.0 (4D uses free air cooling in its datacentre),Self assessed - Tier 2+. Willing to be certified by Uptime Institute if required.,,,,,,,,,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Backup Services,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and a range of Backup options all managed through VMWare's vCloud Director management tool.AAPT operate dual CO and Data Centre capabilities within the same facility to maximise the customers access to all network services.",IaaS,Backup Services,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit:1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,VIC,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Backup Services,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and a range of Backup options all managed through VMWare's vCloud Director management tool.AAPT operate dual CO and Data Centre capabilities within the same facility to maximise the customers access to all network services.",IaaS,Backup Services,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit:1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,VIC,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Business Continuity,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable, customer configurable distributed environment comprising of fully adjustable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Business Continuity,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Business Continuity,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable, customer configurable distributed environment comprising of fully adjustable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Business Continuity,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment, dialing up and down resources on demand, comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment, dialing up and down resources on demand, comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Storage,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with a range of Storage and supporting Backup options all managed through VMWare's vCloud Director management tool.",IaaS,Storage,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Storage,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with a range of Storage and supporting Backup options all managed through VMWare's vCloud Director management tool.",IaaS,Storage,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable test/dev environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Dev Test,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product provides a highly scalable test/dev environment comprising of fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Dev Test,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product offers fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vInfrastructure - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vInfrastructure product offers fully customer configurable Cloud Computing resources, CPU, RAM along with Storage and Backup all managed through VMWare's vCloud Director management tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Compute Services,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Compute Services,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Compute Services,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Compute Services,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,NSW,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, dial up/dial down, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, dial up/dial down, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,NSW,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configured VWare based LINUX virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configured VWare based LINUX virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Web Hosting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(LINUX) - Web Hosting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(LINUX) product offers a fully configurable, rapid deployment, LINUX based virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of LINUX Server Operating Systems are available, including CentOS, Ubuntu.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product offers a highly scalable Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable dial up, dial down CPU, RAM, Storage and Backup resources.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,>2,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product offers a highly scalable Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable dial up, dial down CPU, RAM, Storage and Backup resources.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,>2,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product delivers, within minutes of ordering, an Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable CPU, RAM, Storage and Backup requirements.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product delivers, within minutes of ordering, an Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable CPU, RAM, Storage and Backup requirements.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product offers an Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable CPU, RAM, Storage and Backup requirements.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Solaris) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Solaris) product offers an Oracle Solaris virtual machine, built on Oracle/Sun Microsystems T-series hyperthreading platform, fully customer configurable CPU, RAM, Storage and Backup requirements.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Business Continuity,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers, a fully configured Microsoft Windows compute environment, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Business Continuity,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers, a fully configured Microsoft Windows compute environment, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers a fully configurable Microsoft Windows compute environment, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Seasonal / Peak Bursting,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers a fully configurable Microsoft Windows compute environment, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers, within minutes, a fully configured Microsoft Windows virtual machine, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Test Development Environment,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers, within minutes, a fully configured Microsoft Windows virtual machine, based on customer selected CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Dev Test,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers a fully configured Microsoft Windows virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,, AAPT Pty Ltd,22052082416,virtual Data Centre / vServer(Windows) - Virtual Server,"AAPT's virtual Data Centre delivers a suite of secure, high availability cloud computing environments, comprising AAPT owned and operated servers, storage and networking equipment, hosted across geographically diverse managed data centres. AAPT's virtual Data Centre services are directly accessible over AAPT's high speed carrier-grade private network, or the public Internet.AAPT's vServer(Windows) product offers a fully configured Microsoft Windows virtual machine, based on customer requested CPU, RAM, Storage and Backup requirements, all managed through VMWare's vCloud Director management tool. A range of Microsoft Windows Server Operating Systems are available.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,> 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Resource Unit: 1GB RAM, 1GHz CPU, 50GB Storage, 50GB Backup Storage",Australia,New South Wales,>2,2.0,Australia,New South Wales,>2,2.0,Australia,Victoria,>2,2.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Cloud Servers (ACS),"Aptira provides a scalable and on demand remotely accessible cloud computing service that encompasses virtualised operating systems, networks and storage. We offer this as a fully managed service up to and including the operating system and as required application server. These services are delivered using cloud software from VMware, Microsoft or OpenStack.",IaaS,Virtual Server,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Virtual machine including 1 public IP address, 4 x vCPU, 16 GB RAM,300GB HDD, 10Mbps/10Mbps internet bandwidth. High availability with guaranteed resource scheduling. Linux operating system on vSphere.",Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Cloud Servers (ACS),"Aptira provides a scalable and on demand remotely accessible cloud computing service that encompasses virtualised operating systems, networks and storage. We offer this as a fully managed service up to and including the operating system and as required application server. These services are delivered using cloud software from VMware, Microsoft or OpenStack.",IaaS,Virtual Server,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Virtual machine including 1 public IP address, 4 x vCPU, 16 GB RAM,300GB HDD, 10Mbps/10Mbps internet bandwidth. High availability with guaranteed resource scheduling. Linux operating system on vSphere.",Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Flexi Cloud (AFC),AFC is Aptira's on demand cloud compute product built on OpenStack that allows their customers to use computing resources which can be scaled dynamically to meet variable work loads. AFC provides the customer with API access to its resources.,IaaS,Compute Services,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,2 x vCPU and 4 GB RAM,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Flexi Cloud (AFC),AFC is Aptira's on demand cloud compute product built on OpenStack that allows their customers to use computing resources which can be scaled dynamically to meet variable work loads. AFC provides the customer with API access to its resources.,IaaS,Compute Services,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,2 x vCPU and 4 GB RAM,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Flexi Store (AFS),"AFS is our extremely robust storage service, leveraging the best open source and proprietary cloud storage technology like OpenStack and Ceph and supported by the Aptira Engineering Team (AET). AFS customers can store and access their data anywhere, with support for almost all existing cloud and NAS storage standards plus peace of mind that their data is secured in transmission and at rest.",IaaS,Storage,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,1 Gigabyte of block or object storage,Australia,NSW,1.45,3.0,Australia,QLD,1.4,3.0,Australia,VIC,1.45,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Flexi Store (AFS),"AFS is our extremely robust storage service, leveraging the best open source and proprietary cloud storage technology like OpenStack and Ceph and supported by the Aptira Engineering Team (AET). AFS customers can store and access their data anywhere, with support for almost all existing cloud and NAS storage standards plus peace of mind that their data is secured in transmission and at rest.",IaaS,Storage,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,1 Gigabyte of block or object storage,Australia,NSW,1.45,3.0,Australia,QLD,1.4,3.0,Australia,VIC,1.45,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Managed Backups (AMB),"Aptira provides its customer with a managed backup solution that consists of hourly, nightly, weekly and monthly managed backups both on and off site.",Managed Service,Backup Services,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,1 Gigabyte of block or object storage,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Managed Backups (AMB),"Aptira provides its customer with a managed backup solution that consists of hourly, nightly, weekly and monthly managed backups both on and off site.",Managed Service,Backup Services,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,1 Gigabyte of block or object storage,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Network Virtualisation,"As Australian based partners and technical experts for Nicira by VMWare, Aptira are the first vendors in Australia able to offer the full suite of Nicira's Network Virtualization Platform. Network virtualization decouples and isolates virtual networks from the underlying network hardware, like server virtualization decouples and isolates virtual machines from the underlying server hardware. Once virtualized, the physical network is used only for packet forwarding and treated as an IP backplane. Virtual networks are then programmatically created and operate completely decoupled from the underlying hardware, offering the same features and guarantees of a physical network; yet with the operational benefits and hardware independence of virtual machines.For more information visit http://nicira.com/en/network-virtualization-platform",IaaS,Off,Network Virtualisation - Software Defined Networking,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Per Nicira Network Virtualised Virtual Machine,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Network Virtualisation,"As Australian based partners and technical experts for Nicira by VMWare, Aptira are the first vendors in Australia able to offer the full suite of Nicira's Network Virtualization Platform. Network virtualization decouples and isolates virtual networks from the underlying network hardware, like server virtualization decouples and isolates virtual machines from the underlying server hardware. Once virtualized, the physical network is used only for packet forwarding and treated as an IP backplane. Virtual networks are then programmatically created and operate completely decoupled from the underlying hardware, offering the same features and guarantees of a physical network; yet with the operational benefits and hardware independence of virtual machines.For more information visit http://nicira.com/en/network-virtualization-platform",IaaS,Off,Network Virtualisation - Software Defined Networking,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Per Nicira Network Virtualised Virtual Machine,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Premium Webhosting (APW),Aptira Premium Webhosting is an on demand scalable platform for users to deploy websites rapidly using the proven LAMP stack. It leverages the stability of the Linux Operating system to provide a stable and robust hosting platform.,Managed Service,Web Hosting,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Apache Website - 150GB Storage, 1 Public IP, DNS management, Enterprise Fully Managed Monitoring and Firewall and IPS Service, Staging facility and 240GB/month outbound data transfer.",Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Premium Webhosting (APW),Aptira Premium Webhosting is an on demand scalable platform for users to deploy websites rapidly using the proven LAMP stack. It leverages the stability of the Linux Operating system to provide a stable and robust hosting platform.,Managed Service,Web Hosting,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,"Apache Website - 150GB Storage, 1 Public IP, DNS management, Enterprise Fully Managed Monitoring and Firewall and IPS Service, Staging facility and 240GB/month outbound data transfer.",Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Aptira Virtual Desktop (AVD),"Aptira provides remote Windows virtual desktop infrastructure and associated productivity applications. The virtual desktop is delivered via an RDP session. The service includes access to productivity applications including Microsoft Office, remote printing, hosted mail boxes and shared storage. It is protected by managed firewalling and IPS.",Managed Service,Virtual Desktop,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Aptira Virtual Desktop Environment per user per month. No SPLA.2GB Kerio Mailbox/user15GB Storage/userDedicated CPU and RAM for the VDE environmentNightly backupsMonthly offsite backupsUnmetered data transfer,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Aptira Virtual Desktop (AVD),"Aptira provides remote Windows virtual desktop infrastructure and associated productivity applications. The virtual desktop is delivered via an RDP session. The service includes access to productivity applications including Microsoft Office, remote printing, hosted mail boxes and shared storage. It is protected by managed firewalling and IPS.",Managed Service,Virtual Desktop,,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Aptira Virtual Desktop Environment per user per month. No SPLA.2GB Kerio Mailbox/user15GB Storage/userDedicated CPU and RAM for the VDE environmentNightly backupsMonthly offsite backupsUnmetered data transfer,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Aptira Pty Ltd,23139355525,Piston Enterprise OpenStack (Compute),"Aptira is partnered with Piston Cloud Computing. Piston Enterprise OpenStack is a streamlined cloud platform that can be installed in 10 minutes and can reduce cloud operating costs by more than 30 per cent. Customers can have the choice of an on-premises model, or be provided with a hosted data centre, infrastructure management, and server and network equipment powered by Piston Enterprise OpenStack software. By deploying Piston Enterprise OpenStack, Aptira's customers will be able to easily build and manage their private cloud without requiring a large capital outlay. For more information go to http://www.pistoncloud.com",IaaS,Compute Services,Managed Cloud Support Services,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Off,Off,> 60 min,> 60 mins,Each physical server licensed per annum,Australia,NSW,1.45,3.0,,,,,,,,,,,,,,,, Aptira Pty Ltd,23139355525,Piston Enterprise OpenStack (Compute),"Aptira is partnered with Piston Cloud Computing. Piston Enterprise OpenStack is a streamlined cloud platform that can be installed in 10 minutes and can reduce cloud operating costs by more than 30 per cent. Customers can have the choice of an on-premises model, or be provided with a hosted data centre, infrastructure management, and server and network equipment powered by Piston Enterprise OpenStack software. By deploying Piston Enterprise OpenStack, Aptira's customers will be able to easily build and manage their private cloud without requiring a large capital outlay. For more information go to http://www.pistoncloud.com",IaaS,Compute Services,Managed Cloud Support Services,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Off,Off,> 60 min,> 60 mins,Each physical server licensed per annum,Australia,NSW,1.45,3.0,,,,,,,,,,,,,,,,
Aptira Pty Ltd,23139355525,Piston Enterprise OpenStack (Storage),"Aptira is partnered with Piston Cloud Computing. Piston Enterprise OpenStack is a streamlined cloud platform that can be installed in 10 minutes and can reduce cloud operating costs by more than 30 per cent. Customers can have the choice of an on-premises model, or be provided with a hosted data centre, infrastructure management, and server and network equipment powered by Piston Enterprise OpenStack software. By deploying Piston Enterprise OpenStack, Aptira's customers will be able to easily build and manage their private cloud without requiring a large capital outlay. For more information go to http://www.pistoncloud.com",IaaS,Storage,Managed Cloud Support Services,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Each physical server licensed per annum,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,, Aptira Pty Ltd,23139355525,Piston Enterprise OpenStack (Storage),"Aptira is partnered with Piston Cloud Computing. Piston Enterprise OpenStack is a streamlined cloud platform that can be installed in 10 minutes and can reduce cloud operating costs by more than 30 per cent. Customers can have the choice of an on-premises model, or be provided with a hosted data centre, infrastructure management, and server and network equipment powered by Piston Enterprise OpenStack software. By deploying Piston Enterprise OpenStack, Aptira's customers will be able to easily build and manage their private cloud without requiring a large capital outlay. For more information go to http://www.pistoncloud.com",IaaS,Storage,Managed Cloud Support Services,24 X 7 X 365,,0.99999,> 10 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Off,> 60 min,> 60 mins,Each physical server licensed per annum,Australia,NSW,1.45,3.0,Australia,VIC,1.45,3.0,Australia,QLD,1.4,3.0,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Bronze,"Dedicated Virtual Machine HostingCPU: Dual CoreRAM: 2GBHDD: 60GB Fibre Channel5GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,> 1 week,> 1 Month,Managed Bronze Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Bronze,"Dedicated Virtual Machine HostingCPU: Dual CoreRAM: 2GBHDD: 60GB Fibre Channel5GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,> 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,> 1 week,> 1 Month,Managed Bronze Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Gold,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 8GB<br/>HDD: 100GB Fibre Channel<br/>15GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Gold Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Gold,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 8GB<br/>HDD: 100GB Fibre Channel<br/>15GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Gold Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Platinum,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 12GB<br/>HDD: 120GB Fibre Channel<br/>20GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Platinum Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Platinum,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 12GB<br/>HDD: 120GB Fibre Channel<br/>20GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Platinum Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Silver,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 6GB<br/>HDD: 80GB Fibre Channel<br/>10GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Silver Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Enterprise Silver,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 6GB<br/>HDD: 80GB Fibre Channel<br/>10GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Enterprise Silver Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Gold,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 6GB<br/>HDD: 100GB Fibre Channel<br/>15GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Gold Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Gold,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 6GB<br/>HDD: 100GB Fibre Channel<br/>15GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Gold Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
Bulletproof Networks Pty Ltd,84094558808,Managed Silver,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 4GB<br/>HDD: 80GB Fibre Channel<br/>10GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Silver Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,, Bulletproof Networks Pty Ltd,84094558808,Managed Silver,"Dedicated Virtual Machine Hosting<br/>CPU: Dual Core<br/>RAM: 4GB<br/>HDD: 80GB Fibre Channel<br/>10GB Inbound Data, Unmetered Outbound",Managed Service,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,&gt; 1 week,&gt; 1 Month,Managed Silver Dedicated VM Server,Australia,New South Wales,1.8,3+,,,,,,,,,,,,,,,,
C3 Business Solutions Pty Ltd,35122885465,C3 Insight,"C3 Insight is a complete, affordable data acquisition and reporting solution that is quick and easy to install and use. C3 Insight immediately addresses data governance challenges with a robust business rule engine that you can tailor to your specific requirements upfront. C3 Insight enables you to unlock the power of your data instantly with no downtime and no deep technical skills required. File load formats are completely flexible and include an MSExcel add-in. Already in use across both State and Federal government agencies, C3 Insight is fast and easy to set up and run, it will reduce the cost of data acquisition and reporting and will deliver immediate ROI and trusted information for your business.<br/><br/>Data governance, acquisition & validation continues to challenge government at all levels, particularly when the data is coming from other departments or outside agencies and sources. Getting the data together and getting it accurate and collated when you need it absorbs considerable budget, time and resources. And, even when the investment is made, there are often questions around data quality due to poor or non-existent governance processes. All that time and effort and still, no one trusts the data. <br/><br/>Streamlining and automating these processes is key to maximising efficiency and turning the swathes of government data currently sitting in individual agencies, departments and divisions into collated, useful, timely information for more informed decision making. <br/><br/>Already in use across both State and Federal government agencies, C3 Insight is fast and easy to set up and run, it will reduce the cost of data acquisition and reporting and will deliver immediate ROI and trusted information for your business.<br/><br/>See your business / organisation at a glance. Combine all the data you need, from multiple data sources, into personalised real-time dashboards. C3 Insights interactive dashboards let you filter, drill to detail, and analyse right in a browser. With C3 Insight, you can go from data to dashboards in just hours; not days, weeks or months.<br/><br/>Imagine connecting the data, people, and creativity of your organisation to help everyone make better business decisions. With C3 Insight you can. We do this by facilitating discussions and making your BI content incredibly easy to share. Embed your intelligence into wikis and company intranet for everyone to use and access.<br/><br/>You will love C3 Insights mobile app. It combines outstanding collaborative features with great usability - simply swipe to browse dashboards and reports, filter with a tap of a finger, or pinch and zoom. Our approach means that as soon as you create a report or dashboard, it's enabled on your favourite mobile device - no extra steps or development.<br/><br/>Real-time alerts let you know the moment something critical happens in your business. With C3 Insight it's so easy to create alerts that monitor your business data for you. Reports emailed, or alerts pushed, to your phone or iPad let you take immediate action.<br/><br/>Data visualisation is not only a great way to present your data, but a powerful way to explore your data as well. C3 Insight lets you pick and change visualisations effortlessly so you can spot outliers and trends with ease. With 44 chart types - from sophisticated trellis charts, to popular line and metre charts - the right visualisation is just a click away.<br/><br/>Data visualisation is not only a great way to present your data, but a powerful way to explore your data as well. C3 Insight lets you pick and change visualisations effortlessly so you can spot outliers and trends with ease. With 44 chart types - from sophisticated trellis charts, to popular line and metre charts - the right visualisation is just a click away.<br/><br/>Data analysis requires more than just basic filtering - you need to be able to explore your data. C3 Insights highly intuitive report builder lets you analyse your data in ways you didnt think possible. Drill Down, Drill Through or Drill Anywhere - even across multiple data sources. We dont put barriers between you and your data exploration.<br/><br/>C3 Insight is different. Unlike most BI products, we deliver all the BI functionality you need via a single-integrated platform. C3 Insight can be installed in an hour, and deployed to 1000s of users in seconds. From meta-data to dashboards, user security and scheduling, youll only ever interact with the one application. C3 Insight significantly reduces your training, deployment and administration costs.<br/>", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Agency Only,24 X 7 Bus Ex Hols,Yes,Off,Yes,,Yes,,Yes,,Yes,Off,Yes,Yes,,Yes,Off,,Yes,,Yes,Yes,&gt; 1 week,&gt; 1 week,Per instance,Australia,NSW,1.85,3.0,Australia,NSW,1.85,2.0,,,,,,,,,,,, C3 Business Solutions Pty Ltd,35122885465,C3 Insight,"C3 Insight is a complete, affordable data acquisition and reporting solution that is quick and easy to install and use. C3 Insight immediately addresses data governance challenges with a robust business rule engine that you can tailor to your specific requirements upfront. C3 Insight enables you to unlock the power of your data instantly with no downtime and no deep technical skills required. File load formats are completely flexible and include an MSExcel add-in. Already in use across both State and Federal government agencies, C3 Insight is fast and easy to set up and run, it will reduce the cost of data acquisition and reporting and will deliver immediate ROI and trusted information for your business.<br/><br/>Data governance, acquisition & validation continues to challenge government at all levels, particularly when the data is coming from other departments or outside agencies and sources. Getting the data together and getting it accurate and collated when you need it absorbs considerable budget, time and resources. And, even when the investment is made, there are often questions around data quality due to poor or non-existent governance processes. All that time and effort and still, no one trusts the data. <br/><br/>Streamlining and automating these processes is key to maximising efficiency and turning the swathes of government data currently sitting in individual agencies, departments and divisions into collated, useful, timely information for more informed decision making. <br/><br/>Already in use across both State and Federal government agencies, C3 Insight is fast and easy to set up and run, it will reduce the cost of data acquisition and reporting and will deliver immediate ROI and trusted information for your business.<br/><br/>See your business / organisation at a glance. Combine all the data you need, from multiple data sources, into personalised real-time dashboards. C3 Insights interactive dashboards let you filter, drill to detail, and analyse right in a browser. With C3 Insight, you can go from data to dashboards in just hours; not days, weeks or months.<br/><br/>Imagine connecting the data, people, and creativity of your organisation to help everyone make better business decisions. With C3 Insight you can. We do this by facilitating discussions and making your BI content incredibly easy to share. Embed your intelligence into wikis and company intranet for everyone to use and access.<br/><br/>You will love C3 Insights mobile app. It combines outstanding collaborative features with great usability - simply swipe to browse dashboards and reports, filter with a tap of a finger, or pinch and zoom. Our approach means that as soon as you create a report or dashboard, it's enabled on your favourite mobile device - no extra steps or development.<br/><br/>Real-time alerts let you know the moment something critical happens in your business. With C3 Insight it's so easy to create alerts that monitor your business data for you. Reports emailed, or alerts pushed, to your phone or iPad let you take immediate action.<br/><br/>Data visualisation is not only a great way to present your data, but a powerful way to explore your data as well. C3 Insight lets you pick and change visualisations effortlessly so you can spot outliers and trends with ease. With 44 chart types - from sophisticated trellis charts, to popular line and metre charts - the right visualisation is just a click away.<br/><br/>Data visualisation is not only a great way to present your data, but a powerful way to explore your data as well. C3 Insight lets you pick and change visualisations effortlessly so you can spot outliers and trends with ease. With 44 chart types - from sophisticated trellis charts, to popular line and metre charts - the right visualisation is just a click away.<br/><br/>Data analysis requires more than just basic filtering - you need to be able to explore your data. C3 Insights highly intuitive report builder lets you analyse your data in ways you didnt think possible. Drill Down, Drill Through or Drill Anywhere - even across multiple data sources. We dont put barriers between you and your data exploration.<br/><br/>C3 Insight is different. Unlike most BI products, we deliver all the BI functionality you need via a single-integrated platform. C3 Insight can be installed in an hour, and deployed to 1000s of users in seconds. From meta-data to dashboards, user security and scheduling, youll only ever interact with the one application. C3 Insight significantly reduces your training, deployment and administration costs.<br/>", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Agency Only,24 X 7 Bus Ex Hols,Yes,Off,Yes,,Yes,,Yes,,Yes,Off,Yes,Yes,,Yes,Off,,Yes,,Yes,Yes,&gt; 1 week,&gt; 1 week,Per instance,Australia,NSW,1.85,3.0,Australia,NSW,1.85,2.0,,,,,,,,,,,,
C3 Business Solutions Pty Ltd,35122885465,C3 Integrity,"C3 Integrity is a multi-award winning data collection, collation and validation software tool that enables organisations to get all of their data into one, centralised location, no matter where its coming from or what format its in. It is web-based and empowers business users to own the data collection process, and puts the onus on the data submitters to provide data of a sufficient quality. C3 Business Solutions developed C3 Integrity after identifying a gap in the market. It is provided as a hosted solution, and validated data can either be export to the customer's environment or integrated with our hosted reporting solutions. Integrity is deal for agencies that collect data from disparate sources either within their agency, across other agencies, or from service providers outside their agency.<br/><br/>C3 Integrity website & 3 minute explanatory video http://c3integrity.com/<br/><br/>C3 Integrity Overview Brochure http://c3integrity.com/system/resources/BAhbBlsHOgZmIjMyMDEyLzEyLzA2LzEwXzU5XzU4XzUyOV9JbnRlZ3JpdHlfT3ZlcnZpZXcucGRm/Integrity%20Overview.pdf<br/><br/>C3 Integrity Govt Case Study http://c3integrity.com/system/resources/BAhbBlsHOgZmIjgyMDEyLzEyLzA2LzExXzE4XzEzXzI0X0ludGVncml0eV9DYXNlX1N0dWR5X09FSC5wZGY/Integrity%20Case%20Study%20-%20OEH.pdf<br/><br/>Often your most valuable organisational information has been built and analysed in spreadsheets. Its the 80/20 rule where 80% of the useful information comes from 20% of the data and its often data that is hard to access and sits outside your source systems. Acquiring, processing and validating this data can be difficult, especially when its received and collated from multiple sources in many different formats from both inside your organisation and from<br/>external agencies. Integrity is a one of a kind, purpose-built tool that addresses this specific challenge.",SaaS,Information Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Agency Only,24 X 7 X 365,Yes,Off,Yes,,Yes,,Yes,,Yes,Off,Yes,Yes,,Yes,Off,,Yes,,Yes,Yes,&gt; 1 week,&gt; 1 week,Per instance,Australia,NSW,1.85,3.0,Australia,NSW,1.85,2.0,,,,,,,,,,,, C3 Business Solutions Pty Ltd,35122885465,C3 Integrity,"C3 Integrity is a multi-award winning data collection, collation and validation software tool that enables organisations to get all of their data into one, centralised location, no matter where its coming from or what format its in. It is web-based and empowers business users to own the data collection process, and puts the onus on the data submitters to provide data of a sufficient quality. C3 Business Solutions developed C3 Integrity after identifying a gap in the market. It is provided as a hosted solution, and validated data can either be export to the customer's environment or integrated with our hosted reporting solutions. Integrity is deal for agencies that collect data from disparate sources either within their agency, across other agencies, or from service providers outside their agency.<br/><br/>C3 Integrity website & 3 minute explanatory video http://c3integrity.com/<br/><br/>C3 Integrity Overview Brochure http://c3integrity.com/system/resources/BAhbBlsHOgZmIjMyMDEyLzEyLzA2LzEwXzU5XzU4XzUyOV9JbnRlZ3JpdHlfT3ZlcnZpZXcucGRm/Integrity%20Overview.pdf<br/><br/>C3 Integrity Govt Case Study http://c3integrity.com/system/resources/BAhbBlsHOgZmIjgyMDEyLzEyLzA2LzExXzE4XzEzXzI0X0ludGVncml0eV9DYXNlX1N0dWR5X09FSC5wZGY/Integrity%20Case%20Study%20-%20OEH.pdf<br/><br/>Often your most valuable organisational information has been built and analysed in spreadsheets. Its the 80/20 rule where 80% of the useful information comes from 20% of the data and its often data that is hard to access and sits outside your source systems. Acquiring, processing and validating this data can be difficult, especially when its received and collated from multiple sources in many different formats from both inside your organisation and from<br/>external agencies. Integrity is a one of a kind, purpose-built tool that addresses this specific challenge.",SaaS,Information Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Agency Only,24 X 7 X 365,Yes,Off,Yes,,Yes,,Yes,,Yes,Off,Yes,Yes,,Yes,Off,,Yes,,Yes,Yes,&gt; 1 week,&gt; 1 week,Per instance,Australia,NSW,1.85,3.0,Australia,NSW,1.85,2.0,,,,,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise ApplicationPlatform,"CloudCentral Enterprise ApplicationPlatform is a managed application development deployment platform that allows a developer / IT operations team to deploy a suitably packaged application onto the platform then have the platform manage the underlying deployment and scaling of the application. The platform is capable of auto-scaling the underlying infrastructure to support the peaks and troughs of demand encountered by applications.The platform integrates with popular application development frameworks and integrated development environments including Visual Studio and Eclipse to allow developers to publish and deploy applications directly from their native working environment.CloudCentral Enterprise ApplicationPlatform leverages underlying technology from vendors including Cumulogic, CloudFoundry and Heirloom Systems.Platform features:- Auto-Scaling- Self-Healing- High-Availability- Monitoring- Backup- Multi-Tenant- SQL Services- NoSQL Services- Application Isolation- Developer UI- Admin UI- Self Service- REST API- Version Control- Eclipse Plugin- Microsoft Visual Studio PluginSupported languages/application development frameworks:- Java- Microsoft.NET (C#, VB.net, etc)- COBOL- PHP- Ruby-on-RailsProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Data CenterCloudCentral Enterpise ApplicationPlatform is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise ApplicationPlatform is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingAll software licenses included except Microsoft software licenses which must be provided by customervia Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise ApplicationPlatform is provided with a %99.95 availability SLA.",PaaS,Managed Application Deployment,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Enterprise.ApplicationPlatform capacity units include 1 GB RAM, 64 GB storage and 1 CPU core, and access to the management platform services.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise ApplicationPlatform,"CloudCentral Enterprise ApplicationPlatform is a managed application development deployment platform that allows a developer / IT operations team to deploy a suitably packaged application onto the platform then have the platform manage the underlying deployment and scaling of the application. The platform is capable of auto-scaling the underlying infrastructure to support the peaks and troughs of demand encountered by applications.The platform integrates with popular application development frameworks and integrated development environments including Visual Studio and Eclipse to allow developers to publish and deploy applications directly from their native working environment.CloudCentral Enterprise ApplicationPlatform leverages underlying technology from vendors including Cumulogic, CloudFoundry and Heirloom Systems.Platform features:- Auto-Scaling- Self-Healing- High-Availability- Monitoring- Backup- Multi-Tenant- SQL Services- NoSQL Services- Application Isolation- Developer UI- Admin UI- Self Service- REST API- Version Control- Eclipse Plugin- Microsoft Visual Studio PluginSupported languages/application development frameworks:- Java- Microsoft.NET (C#, VB.net, etc)- COBOL- PHP- Ruby-on-RailsProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Data CenterCloudCentral Enterpise ApplicationPlatform is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise ApplicationPlatform is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingAll software licenses included except Microsoft software licenses which must be provided by customervia Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise ApplicationPlatform is provided with a %99.95 availability SLA.",PaaS,Managed Application Deployment,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Enterprise.ApplicationPlatform capacity units include 1 GB RAM, 64 GB storage and 1 CPU core, and access to the management platform services.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Compute,"CloudCentral Enterprise Compute is Infrastructure-as-a-Service (IaaS) that puts you in control of your environment. CloudServer's are perfect for running Web Applications, Online Services, Software-as-a-Service (SaaS), Disaster Recovery (DR), Test & Development, Enterprise Applications, Email & Collaboration, CRM, and more.CloudCentral Enterprise Compute supports the following operating systems:- Windows Server 2008 R2- Windows Server 2012- RedHat Enterprise Linux / CentOS 5 & 6- Oracle Linux 5 & 6- Ubuntu 10.04 LTS, 12.04 LTSProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Our online provisioning systems allow new resources to be provisioned in under 5 minutes, typically new Cloud Servers can be provisioned in 1-2 minutes.Data CentersCloudCentral Enterpise Compute is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Compute is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingPricing assumes customer will provide software licensing for operating system and any software the customer wishes to install onto the server under the terms of its existing enterprise licensing agreements.SLACloudCentral Enterprise Compute is provided with a %99.95 availability SLA.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Enterprise Compute capacity units include 1 GB RAM, 64 GB storage and 1 CPU core.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Compute,"CloudCentral Enterprise Compute is Infrastructure-as-a-Service (IaaS) that puts you in control of your environment. CloudServer's are perfect for running Web Applications, Online Services, Software-as-a-Service (SaaS), Disaster Recovery (DR), Test & Development, Enterprise Applications, Email & Collaboration, CRM, and more.CloudCentral Enterprise Compute supports the following operating systems:- Windows Server 2008 R2- Windows Server 2012- RedHat Enterprise Linux / CentOS 5 & 6- Oracle Linux 5 & 6- Ubuntu 10.04 LTS, 12.04 LTSProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Our online provisioning systems allow new resources to be provisioned in under 5 minutes, typically new Cloud Servers can be provisioned in 1-2 minutes.Data CentersCloudCentral Enterpise Compute is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Compute is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingPricing assumes customer will provide software licensing for operating system and any software the customer wishes to install onto the server under the terms of its existing enterprise licensing agreements.SLACloudCentral Enterprise Compute is provided with a %99.95 availability SLA.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Enterprise Compute capacity units include 1 GB RAM, 64 GB storage and 1 CPU core.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft Exchange-as-a-Service,"CloudCentral Enterprise Microsoft Exchange-as-a-Service is a managed email platform for providing Microsoft Exchange mailboxes.The underlying management of the exchange server instances are fully managed by CloudCentral. An instance of Exchange Server 2010 is created for each customer on dedicated virtual machines.Includes:- 25 GB mailbox storage- Outlook Web Access- POP- IMAP- Outlook Anywhere (MAPI)- Microsoft Exchange ActiveSync- Exchange Web ServicesData CenterCloudCentral Enterprise Microsoft Exchange-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Exchange-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Exchange-as-a-Service is provided with a %99.95 availability SLA.",PaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One Exchange Server instance is required per customer. Each server instance may host up to 500 users.Units include:- Microsoft Exchange Enterprise Plus Subscriber Access License (SAL)- 25 GB mailbox storage- Outlook Web Access- POP- IMAP- Outlook Anywhere (MAPI)- Microsoft Exchange ActiveSync- Exchange Web Services,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft Exchange-as-a-Service,"CloudCentral Enterprise Microsoft Exchange-as-a-Service is a managed email platform for providing Microsoft Exchange mailboxes.The underlying management of the exchange server instances are fully managed by CloudCentral. An instance of Exchange Server 2010 is created for each customer on dedicated virtual machines.Includes:- 25 GB mailbox storage- Outlook Web Access- POP- IMAP- Outlook Anywhere (MAPI)- Microsoft Exchange ActiveSync- Exchange Web ServicesData CenterCloudCentral Enterprise Microsoft Exchange-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Exchange-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Exchange-as-a-Service is provided with a %99.95 availability SLA.",PaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One Exchange Server instance is required per customer. Each server instance may host up to 500 users.Units include:- Microsoft Exchange Enterprise Plus Subscriber Access License (SAL)- 25 GB mailbox storage- Outlook Web Access- POP- IMAP- Outlook Anywhere (MAPI)- Microsoft Exchange ActiveSync- Exchange Web Services,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft Lync-as-a-Service,"CloudCentral Enterprise Microsoft Lync-as-a-Service is a managed instant messaging & presence platform for providing Microsoft Lync 2010 instant messaging and presence.The underlying management of the Lync Server 2010 instances are fully managed by CloudCentral. An instance of Lync Server 2010 is created for each customer on dedicated virtual machines.Includes:- Lync Server 2010 enterprise features & functionalityData CenterCloudCentral Enterprise Microsoft Lync-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Microsoft Lync-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Lync-as-a-Service is provided with a %99.95 availability SLA.",SaaS,Instant Messaging,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One Lync Server instance is required per customer. Each server instance may host up to 500 users.Includes:- Lync Server 2010 Enterprise Subscriber Access License (SAL)- Lync Server 2010 Enterprise features & functionality,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft Lync-as-a-Service,"CloudCentral Enterprise Microsoft Lync-as-a-Service is a managed instant messaging & presence platform for providing Microsoft Lync 2010 instant messaging and presence.The underlying management of the Lync Server 2010 instances are fully managed by CloudCentral. An instance of Lync Server 2010 is created for each customer on dedicated virtual machines.Includes:- Lync Server 2010 enterprise features & functionalityData CenterCloudCentral Enterprise Microsoft Lync-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Microsoft Lync-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Lync-as-a-Service is provided with a %99.95 availability SLA.",SaaS,Instant Messaging,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One Lync Server instance is required per customer. Each server instance may host up to 500 users.Includes:- Lync Server 2010 Enterprise Subscriber Access License (SAL)- Lync Server 2010 Enterprise features & functionality,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft SharePoint-as-a-Service,"CloudCentral Enterprise Microsoft SharePoint-as-a-Service is a managed collaboration platform for providing Microsoft SharePoint 2010 sites.The underlying management of the SharePoint server instances are fully managed by CloudCentral. An instance of SharePoint Server 2010 is created for each customer on dedicated virtual machines.Includes:- SharePoint 2010 Enterprise features without Internet facing sites- 10 GB storage per instance plus 500 MB per userData CenterCloudCentral Enterprise Microsoft SharePoint-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise SharePoint-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Sharepoint-as-a-Service is provided with a %99.95 availability SLA.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One SharePoint Server instance is required per customer. Each server instance may host up to 500 users.Units include:- SharePoint 2010 Enterprise Subscriber Access License (SAL)- SharePoint 2010 Enterprise features without Internet facing sites- 10 GB storage per instance plus 500 MB per user,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft SharePoint-as-a-Service,"CloudCentral Enterprise Microsoft SharePoint-as-a-Service is a managed collaboration platform for providing Microsoft SharePoint 2010 sites.The underlying management of the SharePoint server instances are fully managed by CloudCentral. An instance of SharePoint Server 2010 is created for each customer on dedicated virtual machines.Includes:- SharePoint 2010 Enterprise features without Internet facing sites- 10 GB storage per instance plus 500 MB per userData CenterCloudCentral Enterprise Microsoft SharePoint-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise SharePoint-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Enterprise Microsoft Sharepoint-as-a-Service is provided with a %99.95 availability SLA.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,One SharePoint Server instance is required per customer. Each server instance may host up to 500 users.Units include:- SharePoint 2010 Enterprise Subscriber Access License (SAL)- SharePoint 2010 Enterprise features without Internet facing sites- 10 GB storage per instance plus 500 MB per user,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft SQL Server Database-as-a-Service,"CloudCentral Enterprise Microsoft SQL Server Database-as-a-Service is a managed Database-as-a-Service platform for hosting Microsoft SQL Server databases.The underlying management of the database server instances are fully managed by CloudCentral. The developer / IT operations team is responsible only for managing the schema and content of the data stored within the database itself.Microsoft SQL Server 2008 R2 and SQL Server 2012 are supported.Data CenterEnterprise Microsoft SQL Server Database-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageEnterprise Microsoft SQL Server Database-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLAEnterprise Microsoft SQL Server Database-as-a-Service is provided with a %99.95 availability SLA.",PaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Units include 1 x Microsoft SQL Server Database with 1 GB database storage.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Microsoft SQL Server Database-as-a-Service,"CloudCentral Enterprise Microsoft SQL Server Database-as-a-Service is a managed Database-as-a-Service platform for hosting Microsoft SQL Server databases.The underlying management of the database server instances are fully managed by CloudCentral. The developer / IT operations team is responsible only for managing the schema and content of the data stored within the database itself.Microsoft SQL Server 2008 R2 and SQL Server 2012 are supported.Data CenterEnterprise Microsoft SQL Server Database-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageEnterprise Microsoft SQL Server Database-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLAEnterprise Microsoft SQL Server Database-as-a-Service is provided with a %99.95 availability SLA.",PaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Units include 1 x Microsoft SQL Server Database with 1 GB database storage.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise MySQL Database-as-a-Service,"CloudCentral Enterprise MySQL Database-as-a-Service is a managed Database-as-a-Service platform for hosting MySQL databases.The underlying management of the database server instances are fully managed by CloudCentral. The developer / IT operations team is responsible only for managing the schema and content of the data stored within the database itself.MySQL version 5.1 and 5.5 is supported.Data CenterCloudCentral Enterprise MySQL Database-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise MySQL Database-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLAEnterprise Microsoft SQL Server Database-as-a-Service is provided with a %99.95 availability SLA.",PaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Units include 1 x MySQL Database with 1 GB database storage.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise MySQL Database-as-a-Service,"CloudCentral Enterprise MySQL Database-as-a-Service is a managed Database-as-a-Service platform for hosting MySQL databases.The underlying management of the database server instances are fully managed by CloudCentral. The developer / IT operations team is responsible only for managing the schema and content of the data stored within the database itself.MySQL version 5.1 and 5.5 is supported.Data CenterCloudCentral Enterprise MySQL Database-as-a-Service is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise MySQL Database-as-a-Service is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLAEnterprise Microsoft SQL Server Database-as-a-Service is provided with a %99.95 availability SLA.",PaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Units include 1 x MySQL Database with 1 GB database storage.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Nimsoft Monitoring as a Service,"The monitoring solution, utilising the Nimsoft platform gives the visibility needed to proactively monitor and manage performance and availability across even the most complex environments. On top of this, the flexible, modular, and scalable architecture allows customers to rapidly add new IT monitoring capabilities as the infrastructure and business evolves. This unique combination of visibility and extensibility makes Nimsoft Monitor the one solution that can address not only your current, but future monitoring requirements as well.Data CenterCloudCentral Enterprise Nimsoft Monitoring is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Nimsoft Monitoring is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise Nimsoft Monitoring is provided with a %99.95 availability SLA.",SaaS,Off,Monitoring as a Service,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Off,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,Basic Server Monitoring (hypervisor or OS) - per serverApplication Server Monitoring (OS plus Application) - per serverNetwork Monitoring - per network device,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Nimsoft Monitoring as a Service,"The monitoring solution, utilising the Nimsoft platform gives the visibility needed to proactively monitor and manage performance and availability across even the most complex environments. On top of this, the flexible, modular, and scalable architecture allows customers to rapidly add new IT monitoring capabilities as the infrastructure and business evolves. This unique combination of visibility and extensibility makes Nimsoft Monitor the one solution that can address not only your current, but future monitoring requirements as well.Data CenterCloudCentral Enterprise Nimsoft Monitoring is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Nimsoft Monitoring is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise Nimsoft Monitoring is provided with a %99.95 availability SLA.",SaaS,Off,Monitoring as a Service,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Off,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,Basic Server Monitoring (hypervisor or OS) - per serverApplication Server Monitoring (OS plus Application) - per serverNetwork Monitoring - per network device,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Nimsoft Service Desk as a Service,"Nimsoft Service Desk is the service management solution for modern IT. The solution provides action-based workflows built on ITIL standards and years of best-practice knowledge to coordinate all aspects of service delivery and increase customer satisfaction. The flexible and configurable system lets you meet your specific business requirements without the traditional long-term cost and complexity of code-based customization. This simplifies implementation, and allows you to evolve your business processes in a way that reflects the very best of IT thought leaders around the world.Nimsoft Service Desk can also leverage the information collected by Nimsoft Monitor, thereby eliminating communication friction between your operations and service management teams, allowing you to provide better quality service both faster and cheaper.Data CenterCloudCentral Enterprise Nimsoft Service Desk is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Nimsoft Service Desk is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise Nimsoft Service Desk is provided with a %99.95 availability SLA.",SaaS,Off,Service Desk as a Service,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,Includes 1 x Nimsoft Service Desk fixed user license and hosting for that user.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Nimsoft Service Desk as a Service,"Nimsoft Service Desk is the service management solution for modern IT. The solution provides action-based workflows built on ITIL standards and years of best-practice knowledge to coordinate all aspects of service delivery and increase customer satisfaction. The flexible and configurable system lets you meet your specific business requirements without the traditional long-term cost and complexity of code-based customization. This simplifies implementation, and allows you to evolve your business processes in a way that reflects the very best of IT thought leaders around the world.Nimsoft Service Desk can also leverage the information collected by Nimsoft Monitor, thereby eliminating communication friction between your operations and service management teams, allowing you to provide better quality service both faster and cheaper.Data CenterCloudCentral Enterprise Nimsoft Service Desk is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Nimsoft Service Desk is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise Nimsoft Service Desk is provided with a %99.95 availability SLA.",SaaS,Off,Service Desk as a Service,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,Includes 1 x Nimsoft Service Desk fixed user license and hosting for that user.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise SmarterMail,"CloudCentral Enterprise SmarterMail is a managed email platform for providing Exchange-like mailboxes.The underlying management of the exchange server instances are fully managed by CloudCentral.Includes:- SmarterMail 11 Enterprise Edition- 25 GB mailbox storage- Web Access- POP- IMAP- Microsoft Exchange ActiveSync- Exchange Web ServicesData CenterCloudCentral Enterprise SmarterMail is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise SmarterMail is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise SmarterMail is provided with a %99.95 availability SLA.",PaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Includes:- SmarterMail 11 Enterprise Edition- 25 GB mailbox storage- Web Access- POP- IMAP- Microsoft Exchange ActiveSync- Exchange Web Services,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise SmarterMail,"CloudCentral Enterprise SmarterMail is a managed email platform for providing Exchange-like mailboxes.The underlying management of the exchange server instances are fully managed by CloudCentral.Includes:- SmarterMail 11 Enterprise Edition- 25 GB mailbox storage- Web Access- POP- IMAP- Microsoft Exchange ActiveSync- Exchange Web ServicesData CenterCloudCentral Enterprise SmarterMail is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise SmarterMail is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingThis service includes all required software licenses and no additional software licenses are required.SLACloudCentral Enterprise SmarterMail is provided with a %99.95 availability SLA.",PaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Includes:- SmarterMail 11 Enterprise Edition- 25 GB mailbox storage- Web Access- POP- IMAP- Microsoft Exchange ActiveSync- Exchange Web Services,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Storage,"CloudCentral Enterprise Storage includes file & block storage that is made available to customers via industry standard protocols including NFS, CIFS, and ISCSI.CloudCentral Enterprise Storage can be used in conjunction with CloudCentral Enterprise Compute, or as a standalone service which is accessed over the network from the customers premise or installation within the data center.Data CentersCloudCentral Enterprise Storage is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Enterprise Storage is provided with a %99.95 availability SLA.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 GB data storage.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Enterprise Storage,"CloudCentral Enterprise Storage includes file & block storage that is made available to customers via industry standard protocols including NFS, CIFS, and ISCSI.CloudCentral Enterprise Storage can be used in conjunction with CloudCentral Enterprise Compute, or as a standalone service which is accessed over the network from the customers premise or installation within the data center.Data CentersCloudCentral Enterprise Storage is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Enterprise Storage is provided with a %99.95 availability SLA.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 GB data storage.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Backup,"CloudCentral Managed Enterprise Backup is a managed service for backing up physical or virtual servers. A backup agent is installed onto each managed server and then backed up over the network to Cloud Central's backup storage repository.The Managed Enterprise Backup service includes the backup agent license, backup management, and 200 GB backup storage per managed server.Backup AgentsThe following backup agents are supported and will be used as per customer choice:- CommVault Simpana- Symantec BackupExec- Zmanda Enterprise- DoubleTake RecoverNowData CentersCloudCentral Managed Enterprise Backup is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Backup data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degredation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Managed Enterprise Backup is provided with a %99.95 availability SLA.",Managed Service,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 x backup agent and 200 GB backup storage per server.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Backup,"CloudCentral Managed Enterprise Backup is a managed service for backing up physical or virtual servers. A backup agent is installed onto each managed server and then backed up over the network to Cloud Central's backup storage repository.The Managed Enterprise Backup service includes the backup agent license, backup management, and 200 GB backup storage per managed server.Backup AgentsThe following backup agents are supported and will be used as per customer choice:- CommVault Simpana- Symantec BackupExec- Zmanda Enterprise- DoubleTake RecoverNowData CentersCloudCentral Managed Enterprise Backup is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Backup data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degredation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Managed Enterprise Backup is provided with a %99.95 availability SLA.",Managed Service,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 x backup agent and 200 GB backup storage per server.,Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Compute,"CloudCentral Managed Enterprise Compute is managed Infrastructure-as-a-Service (IaaS) that puts you in control of your environment. CloudServer's are perfect for running Web Applications, Online Services, Software-as-a-Service (SaaS), Disaster Recovery (DR), Test & Development, Enterprise Applications, Email & Collaboration, CRM, and more.CloudCentral Managed Enterprise Compute supports the following operating systems:- Windows Server 2008 R2- Windows Server 2012- RedHat Enterprise Linux / CentOS 5 & 6- Oracle Linux 5 & 6- Ubuntu 10.04 LTS, 12.04 LTSIncluded server management services:24/7 Monitoring 24/7 Emergency SupportFailed Services Restarted Failed System Restarted System and Services Updates Firewall Management Security hardeningSoftware Installation System Software Troubleshooting Rapid emergency service responseRapid emergency hardware replacementProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Our online provisioning systems allow new resources to be provisioned in under 5 minutes, typically new Cloud Servers can be provisioned in 1-2 minutes.Data CenterCloudCentral Managed Enterprise Compute is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Compute is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingPricing assumes customer will provide software licensing for operating system and any software the customer wishes to install onto the server under the terms of its existing enterprise licensing agreements.SLACloudCentral Managed Enterprise Compute is provided with a %99.95 availability SLA.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Managed Enterprise.Compute capacity units include 1 GB RAM, 64 GB storage and 1 CPU core.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Compute,"CloudCentral Managed Enterprise Compute is managed Infrastructure-as-a-Service (IaaS) that puts you in control of your environment. CloudServer's are perfect for running Web Applications, Online Services, Software-as-a-Service (SaaS), Disaster Recovery (DR), Test & Development, Enterprise Applications, Email & Collaboration, CRM, and more.CloudCentral Managed Enterprise Compute supports the following operating systems:- Windows Server 2008 R2- Windows Server 2012- RedHat Enterprise Linux / CentOS 5 & 6- Oracle Linux 5 & 6- Ubuntu 10.04 LTS, 12.04 LTSIncluded server management services:24/7 Monitoring 24/7 Emergency SupportFailed Services Restarted Failed System Restarted System and Services Updates Firewall Management Security hardeningSoftware Installation System Software Troubleshooting Rapid emergency service responseRapid emergency hardware replacementProvisioningCloudCentral provides an online web interface and application programming interface (API) to support real-time provisioning of additional resources and changes to existing resources.Our online provisioning systems allow new resources to be provisioned in under 5 minutes, typically new Cloud Servers can be provisioned in 1-2 minutes.Data CenterCloudCentral Managed Enterprise Compute is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Compute is supported by Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingPricing assumes customer will provide software licensing for operating system and any software the customer wishes to install onto the server under the terms of its existing enterprise licensing agreements.SLACloudCentral Managed Enterprise Compute is provided with a %99.95 availability SLA.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Managed Enterprise.Compute capacity units include 1 GB RAM, 64 GB storage and 1 CPU core.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Desktop,"CloudCentral Managed Enterprise Desktop is a centralized virtual desktop environment that can be accessed from any device including iPhone, iPad, Android, PC, Mac and any other device that supports HTML5.The managed desktop includes a virtualized Windows 7 client experience and can run all existing desktop applications. We have bundled Microsoft Office 2010 Professional Edition and Windows 7 licensing into the service offering.CloudCentral Managed Enterprise Desktop can be used as a replacement for existing physical desktops and allows for the life of existing desktop hardware to be extended dramatically as the physical desktop is only used for display purposes rather than processing and data storage.CloudCentral Managed Enterprise Desktop features a highly optimized remote desktop protocol based on technology from Ericom that de-duplicates and compresses display data. The benefit is that the remote desktop works well over low-bandwidth Internet connections including 3G and ADSL.Coreplus is used as the technology engine to support this service.Data CenterCloudCentral Managed Enterpise Desktop is available from data centers including Canberra Data Centers (CDC) in Hume ACT and TransACT in Dickson ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Desktop is supported by a grid storage architecture that replicates data between members of the grid to maintain at least two copies of desktop data within the grid. Data is stored on enterprise grade SAS hard disks and connected with hardware RAID controllers to the host system.BackupEach desktop is backed up once per day to backup storage contained within the same data center.Replication of the entire desktop to a second data center is provided as an additional cost option.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Desktop is provided with a %99.95 availability SLA.",Managed Service,Virtual Desktop,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"Include 1 GB RAM, 20 GB storage and 1 CPU core per desktop per user.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Desktop,"CloudCentral Managed Enterprise Desktop is a centralized virtual desktop environment that can be accessed from any device including iPhone, iPad, Android, PC, Mac and any other device that supports HTML5.The managed desktop includes a virtualized Windows 7 client experience and can run all existing desktop applications. We have bundled Microsoft Office 2010 Professional Edition and Windows 7 licensing into the service offering.CloudCentral Managed Enterprise Desktop can be used as a replacement for existing physical desktops and allows for the life of existing desktop hardware to be extended dramatically as the physical desktop is only used for display purposes rather than processing and data storage.CloudCentral Managed Enterprise Desktop features a highly optimized remote desktop protocol based on technology from Ericom that de-duplicates and compresses display data. The benefit is that the remote desktop works well over low-bandwidth Internet connections including 3G and ADSL.Coreplus is used as the technology engine to support this service.Data CenterCloudCentral Managed Enterpise Desktop is available from data centers including Canberra Data Centers (CDC) in Hume ACT and TransACT in Dickson ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Desktop is supported by a grid storage architecture that replicates data between members of the grid to maintain at least two copies of desktop data within the grid. Data is stored on enterprise grade SAS hard disks and connected with hardware RAID controllers to the host system.BackupEach desktop is backed up once per day to backup storage contained within the same data center.Replication of the entire desktop to a second data center is provided as an additional cost option.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Software LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Desktop is provided with a %99.95 availability SLA.",Managed Service,Virtual Desktop,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"Include 1 GB RAM, 20 GB storage and 1 CPU core per desktop per user.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Disaster Recovery - Tier-1 (Hot DR),"CloudCentral Managed Enterprise Disaster Recovery is a managed disaster recovery service for protecting critical infrastructure.This service works by installing a disaster recovery software agent into each physical or virtual server that requires protection.There are two service levels catering for different Recovery Time Objective (RTO) requirements. This service description describes the Tier-1 'Hot DR' service level, the Tier-2 'Cold DR' service level is described separately.Hot Disaster RecoveryThe first tier service level provides for 'Hot' DR, which provides a one-for-one replica server hosted in the data center for each protected server. Changes from the protected server in the customer environment are replicated asynconrously in near real-time to the DR replica server located in the data center. In the event of a disaster, upon customer request the DR replica server can be made active within 15 minutes of receiving the request.Data CentersCloudCentral Managed Enterprise Disaster Recovery is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageManaged Enterprise Disaster Recovery data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Microsoft LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Disaster Recovery is provided with a %99.95 availability SLA. A recovery SLA of 15 minutes is provided for the Tier-1 'Hot DR' service offering, and a recovery SLA of 2 hours is provided for the Tier-2 'Cold DR' service offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Includes:1 GB RAM, 64 GB storage, 1 CPU core1 x DR software agent per server",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Disaster Recovery - Tier-1 (Hot DR),"CloudCentral Managed Enterprise Disaster Recovery is a managed disaster recovery service for protecting critical infrastructure.This service works by installing a disaster recovery software agent into each physical or virtual server that requires protection.There are two service levels catering for different Recovery Time Objective (RTO) requirements. This service description describes the Tier-1 'Hot DR' service level, the Tier-2 'Cold DR' service level is described separately.Hot Disaster RecoveryThe first tier service level provides for 'Hot' DR, which provides a one-for-one replica server hosted in the data center for each protected server. Changes from the protected server in the customer environment are replicated asynconrously in near real-time to the DR replica server located in the data center. In the event of a disaster, upon customer request the DR replica server can be made active within 15 minutes of receiving the request.Data CentersCloudCentral Managed Enterprise Disaster Recovery is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageManaged Enterprise Disaster Recovery data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Microsoft LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Disaster Recovery is provided with a %99.95 availability SLA. A recovery SLA of 15 minutes is provided for the Tier-1 'Hot DR' service offering, and a recovery SLA of 2 hours is provided for the Tier-2 'Cold DR' service offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Includes:1 GB RAM, 64 GB storage, 1 CPU core1 x DR software agent per server",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Disaster Recovery - Tier-2 Cold DR,"CloudCentral Managed Enterprise Disaster Recovery is a managed disaster recovery service for protecting critical infrastructure.This service works by installing a disaster recovery software agent into each physical or virtual server that requires protection.There are two service levels catering for different Recovery Time Objective (RTO) requirements. This service description describes the Tier-2 'Cold DR' service level, the Tier-2 'Hot DR' service level is described separately.Cold Disaster RecoveryThe first tier service level provides for 'Cold DR', which provides a many-to-one replication of protected servers to a central DR repository hosted within a CloudCentral managed data center.A DR agent is installed into each protected server, which then replicates changes from the protected server to the DR repository asynchronously in near real-time.In the event of a disaster, upon customer request, a new virtual server will be provisioned at the data center, and the contents of the protected server will be restored to the newly provisioned server from the DR repository within 2 hours.Data CentersCloudCentral Managed Enterpise Disaster Recovery is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageBackup data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degredation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Microsoft LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Disaster Recovery is provided with a %99.95 availability SLA. A recovery SLA of 2 hours is provided for the Tier-2 'Cold DR' service offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Includes:- 64 GB storage on DR repository server- 24 hours per month of 1 unit compute capacity (1 GB RAM, 64 GB storage, 1 CPU core)- 1 x DR software agent per server.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Disaster Recovery - Tier-2 Cold DR,"CloudCentral Managed Enterprise Disaster Recovery is a managed disaster recovery service for protecting critical infrastructure.This service works by installing a disaster recovery software agent into each physical or virtual server that requires protection.There are two service levels catering for different Recovery Time Objective (RTO) requirements. This service description describes the Tier-2 'Cold DR' service level, the Tier-2 'Hot DR' service level is described separately.Cold Disaster RecoveryThe first tier service level provides for 'Cold DR', which provides a many-to-one replication of protected servers to a central DR repository hosted within a CloudCentral managed data center.A DR agent is installed into each protected server, which then replicates changes from the protected server to the DR repository asynchronously in near real-time.In the event of a disaster, upon customer request, a new virtual server will be provisioned at the data center, and the contents of the protected server will be restored to the newly provisioned server from the DR repository within 2 hours.Data CentersCloudCentral Managed Enterpise Disaster Recovery is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkingThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageBackup data is stored on Oracle Solaris ZFS data storage featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degredation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.Microsoft LicensingCustomer must provide Microsoft software licenses via Microsoft Volume Sourcing Agreement (VSA).SLACloudCentral Managed Enterprise Disaster Recovery is provided with a %99.95 availability SLA. A recovery SLA of 2 hours is provided for the Tier-2 'Cold DR' service offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Includes:- 64 GB storage on DR repository server- 24 hours per month of 1 unit compute capacity (1 GB RAM, 64 GB storage, 1 CPU core)- 1 x DR software agent per server.",Australia,ACT -Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Storage,"CloudCentral Managed Enterprise Storage includes file & block storage that is made available to customers via industry standard protocols including NFS, CIFS, and ISCSI.CloudCentral Managed Enterprise Storage can be used in conjunction with CloudCentral Enterprise Compute, or as a standalone service which is accessed over the network from the customers premise or installation within the data center.Management ServicesOur Managed Enterprise Storage storage service differs from our IaaS Enterprise Storage service in that storage management services are supplied:- capacity management- 24x7 alerting- 24x7 monitoring- security lockdown / ACL managementCloudCentral Managed Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.CloudCentral Managed Enterprise Storage is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Managed Enterprise Storage is provided with a %99.95 availability SLA.",Managed Service,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 GB data storage.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral Managed Enterprise Storage,"CloudCentral Managed Enterprise Storage includes file & block storage that is made available to customers via industry standard protocols including NFS, CIFS, and ISCSI.CloudCentral Managed Enterprise Storage can be used in conjunction with CloudCentral Enterprise Compute, or as a standalone service which is accessed over the network from the customers premise or installation within the data center.Management ServicesOur Managed Enterprise Storage storage service differs from our IaaS Enterprise Storage service in that storage management services are supplied:- capacity management- 24x7 alerting- 24x7 monitoring- security lockdown / ACL managementCloudCentral Managed Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.CloudCentral Managed Enterprise Storage is available from data centers including Canberra Data Centers (CDC) in Hume ACT, TransACT in Dickson ACT, and NextDC in Bruce ACT. These data centers offer ASIO T4 compliant physical security and connectivity to the ICON fiber network.NetworkThis service assumes that the customer services are networked into the above mentioned data centers and that the customer will provide a direct cross connect into the Cloud Central network or participate in a network peering-exchange within the data center. Customer is responsible for any applicable cross connect fees that are levied by the respective data center.StorageCloudCentral Managed Enterprise Storage is backed by Oracle ZFS data storage systems featuring large RAM cache, solid state disk (SSD), and serial-attached-SCSI (SAS) hard disks. The ZFS data storage platform protects against data degradation and provides enterprise level storage availability and performance.SecurityAll services are located behind DSD approved Juniper SRX firewalls and best-practice security policies and procedures are used to minimize attack surfaces and patch and secure supporting infrastructure. Network level security is enforced via Layer-2 and Layer-3 network separation and access control. CloudCentral systems administrators hold Australian Government security clearances.SLACloudCentral Managed Enterprise Storage is provided with a %99.95 availability SLA.",Managed Service,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1 GB data storage.,Australia,ACT - Canberra Data Centers (Hume),1.3,Tier-3,Australia,ACT - TransACT (Dickson),1.5,Tier-3,Australia,ACT - NextDC (Bruce),1.4,Tier-3,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Large Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Large' package which includes 'CKAN City Deployment Package' and 'CKAN Large Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Large Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 500GB<br/>- Unlimited datasets<br/>- Data API<br/>- API Calls to DataStore - 500k/day<br/>- Tech support 2 days a month SLA included<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Large' package which includes 'CKAN City Deployment Package' and 'CKAN Large Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Large Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 500GB<br/>- Unlimited datasets<br/>- Data API<br/>- API Calls to DataStore - 500k/day<br/>- Tech support 2 days a month SLA included,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Large Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Large' package which includes 'CKAN City Deployment Package' and 'CKAN Large Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Large Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 500GB<br/>- Unlimited datasets<br/>- Data API<br/>- API Calls to DataStore - 500k/day<br/>- Tech support 2 days a month SLA included<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Large' package which includes 'CKAN City Deployment Package' and 'CKAN Large Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Large Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 500GB<br/>- Unlimited datasets<br/>- Data API<br/>- API Calls to DataStore - 500k/day<br/>- Tech support 2 days a month SLA included,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Medium Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Medium' package which includes 'CKAN City Deployment Package' and 'CKAN Medium Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Medium Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 50GB<br/>- Unlimited datasets<br/>- Data API<br/>- API calls to DataStore - 100k/day<br/>- Tech support 1 day a month SLA included<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Medium' package which includes 'CKAN City Deployment Package' and 'CKAN Medium Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Medium Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 50GB<br/>- Unlimited datasets<br/>- Data API<br/>- API calls to DataStore - 100k/day<br/>- Tech support 1 day a month SLA included,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Medium Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Medium' package which includes 'CKAN City Deployment Package' and 'CKAN Medium Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Medium Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 50GB<br/>- Unlimited datasets<br/>- Data API<br/>- API calls to DataStore - 100k/day<br/>- Tech support 1 day a month SLA included<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Medium' package which includes 'CKAN City Deployment Package' and 'CKAN Medium Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN City Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- Metadata Form Customization & Branding<br/>- 10-days Professional Services<br/><br/>CKAN Medium Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage - 50GB<br/>- Unlimited datasets<br/>- Data API<br/>- API calls to DataStore - 100k/day<br/>- Tech support 1 day a month SLA included,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Small Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>This service offering describes the 'CKAN Small Package' package includes the 'CKAN Demo / Development Deployment Package', and the 'CKAN Small Hosting Package'. The inclusions for these packages are:<br/><br/>CKAN Demo / Development Deployment Package:<br/>- Deployment<br/>- Testing<br/>- 2 days support<br/><br/>CKAN Small Hosting Package:<br/>- Catalogue API<br/>- Simple Storage (1-10GB)<br/>- Up to 20k datasets<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Small' package which includes 'CKAN Demo / Development Deployment Package' and 'CKAN Small Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN Demo / Development Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- 2 days support<br/><br/>CKAN Small Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage (1-10GB)<br/>- Up to 20k datasets,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral CKAN Open Data Platform-as-a-Service - Small Package,"CloudCentral CKAN Open Data Platform-as-a-Service is a fully managed open data platform delivered on a monthly service model.<br/><br/>CloudCentral is the official Open Knowledge Foundation (OKF) CKAN partner for the Australian region. We have officially trained and certified technical resources required to deploy, integrate and provide data curation and architecture services to support the CKAN platform.<br/><br/>CloudCentral CKAN Open Data Platform-as-a-Service includes fully managed infrastructure and support required to operate production open data platforms that are capable of supporting truely massive big data sets to public and private sector data consumers.<br/><br/>This service offering describes the 'CKAN Small Package' package includes the 'CKAN Demo / Development Deployment Package', and the 'CKAN Small Hosting Package'. The inclusions for these packages are:<br/><br/>CKAN Demo / Development Deployment Package:<br/>- Deployment<br/>- Testing<br/>- 2 days support<br/><br/>CKAN Small Hosting Package:<br/>- Catalogue API<br/>- Simple Storage (1-10GB)<br/>- Up to 20k datasets<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Data Warehousing,Big Data / Open Data,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCentral CKAN Open Data Platform-as-a-Service is available in three diferent packages:<br/>- Small<br/>- Medium<br/>- Large<br/><br/>This service offering describes the 'Small' package which includes 'CKAN Demo / Development Deployment Package' and 'CKAN Small Hosting Package'. The inclusions of the deployment and hosting packages are detailed below.<br/><br/>CKAN Demo / Development Deployment Package inclusions:<br/>- Deployment<br/>- Testing<br/>- 2 days support<br/><br/>CKAN Small Hosting Package inclusions:<br/>- Catalogue API<br/>- Simple Storage (1-10GB)<br/>- Up to 20k datasets,Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Medium Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service offering describes the 'Medium' package which includes 20 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>15 x Consumer Users<br/>2 x Analyst User<br/>2 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Medium' package which includes 20 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>15 x Consumer Users<br/>2 x Analyst User<br/>2 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Medium Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service offering describes the 'Medium' package which includes 20 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>15 x Consumer Users<br/>2 x Analyst User<br/>2 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Medium' package which includes 20 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>15 x Consumer Users<br/>2 x Analyst User<br/>2 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Large Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>NEXTDC C1 Data Centre, Bruce ACT<br/>TransACT Data Centre, Dickson ACT<br/>Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Large Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>NEXTDC C1 Data Centre, Bruce ACT<br/>TransACT Data Centre, Dickson ACT<br/>Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Small Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,, Cloud Central Pty Ltd,26128975842,CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service - Small Package,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service delivers business intelligence and analytics under a platform-as-a-service delivery model on a per-user, per month basis.<br/><br/>CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service features the full capabilities of the MicroStrategy product, and also bundles in CloudCentral Microsoft SQL Server Database-as-a-Service for customers operational data store (ODS).<br/><br/>The platform includes MicroStrategy annual software licensing, and the managed platform infrastructure required to deliver an end-to-end solution for the customer. The customer just needs to bring their imagination, data and busines requirements.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/><br/>This service is available from CloudCentral's Canberra and Sydney Points-of-Presence (POP's) including:<br/>- NEXTDC C1 Data Centre, Bruce ACT<br/>- TransACT Data Centre, Dickson ACT<br/>- Equinix SY3 Data Centre, Alexandria NSW", ,Business Intelligence,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,,Yes,Yes,Yes,,Yes,Yes,,,Yes,Yes,Yes,,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"CloudCentral MicroStrategy Business Intelligence Analytics-as-a-Service is available via four different packages.<br/><br/>This service offering describes the 'Small' package which includes 10 users, managed infrastructure, and platform management.<br/><br/>Included User Types:<br/>7 x Consumer Users<br/>1 x Analyst User<br/>1 x Power User<br/>1 x Admin User<br/><br/>Consumer User Bundle Inclusions:<br/>- MicroStrategy Intelligence Server Module Microstrategy Intelligence Server<br/>- Universal Option MicroStrategy Report Services Option MicroStrategy OLAP<br/>- Services Option MicroStrategy Web Reporter Module MicroStrategy<br/>- Distribution Services Option MicroStrategy MultiSource Option<br/>- MicroStrategy Web Universal Option MicroStrategy Mobile<br/>- MicroStrategy Transaction Services Option<br/><br/>Analyst User Bundle inclusions:<br/>- Consumer User Bundle, plus<br/>- MicroStrategy Web Analyst Option<br/><br/>Power User Bundle inclusions:<br/>- Analyst User Bundle plus,<br/>- MicroStrategy Web Professional Option<br/><br/>Admin User Bundle Inclusions:<br/>- Power User Bundle plus,<br/>- MicroStrategy Architect MicroStrategy Desktop Designer<br/>",Australia ,"Dickson, ACT",1.3,3.0,Australia,ACT,1.4,3.0,Australia,NSW,1.3,3.0,,,,,,,,
CommsNet Group,40082926136,Web and Cloud Performance Monitoring - Professional,"How fast, responsive and available is your website in real time?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.We take your Performance Monitoring to the next level. Gain a deep understanding and visibility by measuring real user experience across all browsers, devices, networks and locations. Solve problems much quicker and correlate performance with customer satisfaction and business impact.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Performance Monitoring Professional- Monitoring of a single URL- Up to 20,000 page views- Real time workflow - Path monitoring- Measure real user interaction- Correlate customer satisfaction performance- Measure across all users, locations, browsers, devices- Troubleshoot using detailed object-level, page, connection & host dataAlso includes- Email alerts- SMS Alerts- Telephone support- Monthly report and analysis",Australia,New South Wales,1.79,Tier III,Australia,Victoria,1.8-2.0,Tier II,Australia,Western Australia,1.6,Tier III,,,,,,,, CommsNet Group,40082926136,Web and Cloud Performance Monitoring - Professional,"How fast, responsive and available is your website in real time?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.We take your Performance Monitoring to the next level. Gain a deep understanding and visibility by measuring real user experience across all browsers, devices, networks and locations. Solve problems much quicker and correlate performance with customer satisfaction and business impact.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Performance Monitoring Professional- Monitoring of a single URL- Up to 20,000 page views- Real time workflow - Path monitoring- Measure real user interaction- Correlate customer satisfaction performance- Measure across all users, locations, browsers, devices- Troubleshoot using detailed object-level, page, connection & host dataAlso includes- Email alerts- SMS Alerts- Telephone support- Monthly report and analysis",Australia,New South Wales,1.79,Tier III,Australia,Victoria,1.8-2.0,Tier II,Australia,Western Australia,1.6,Tier III,,,,,,,,
CommsNet Group,40082926136,Web and Cloud Performance Monitoring - Standard,"How fast, responsive and available is your website?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.- Measure performance from different locations, browsers and devices.- Pinpoint scalability and performance problems- Effectively monitor the most complex web application.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Performance Monitoring Standard - Synthetic Monitoring- Monitoring of a single URL- Performance measures from a single location- Performance measure using Firefox or / and Internet Explorer- 1 measures every 5 minutes or 2 measures from two different geographical regions every 10 minutes. Equates to 8,640 measures per month (30 days)- Monthly report- Email alerts- SMS alerts- Telephone support",Australia,New South Wales,1.79,Tier III,Australia,Victoria,1.8-2.0,Tier II,Australia,Western Australia,1.6,Tier III,,,,,,,, CommsNet Group,40082926136,Web and Cloud Performance Monitoring - Standard,"How fast, responsive and available is your website?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.- Measure performance from different locations, browsers and devices.- Pinpoint scalability and performance problems- Effectively monitor the most complex web application.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Performance Monitoring Standard - Synthetic Monitoring- Monitoring of a single URL- Performance measures from a single location- Performance measure using Firefox or / and Internet Explorer- 1 measures every 5 minutes or 2 measures from two different geographical regions every 10 minutes. Equates to 8,640 measures per month (30 days)- Monthly report- Email alerts- SMS alerts- Telephone support",Australia,New South Wales,1.79,Tier III,Australia,Victoria,1.8-2.0,Tier II,Australia,Western Australia,1.6,Tier III,,,,,,,,
CommsNet Group Pty Ltd,40082926136,Energy and Environmental Monitoring As A Service (EEMaaS),"Energy and Environmental Monitoring as a Service (EEMaaS)provides at-a-glance insights into such metrics as power usage effectiveness, data center infrastructure efficiency, and power load.Energy and Environmental Monitoring as a Service (EEMaaS) captures real-time data from IT and building infrastructure elements to provide you with a clear and comprehensive picture of power, cooling and energy usage. With Energy and Environmental Monitoring as a Service you can access this comprehensive data through reports, dashboards and portals --enabling more efficient and intelligent energy management.EEMaaS is part of CommsNet Group Performance Monitoring as a Service offering.The technology that we utilise is CA Nimsoft Monitoring as the management platform. Data Centre Infrastructure Manager (DCIM) ecoMeter is a component of Nimostf MonitoringCA Nimsoft ecoMeter provides insight into data center power usage by gathering metrics from meters, sensors and devices in real time. The solution monitors power, energy, temperature, humidity, airflow and more. CA Nimsoft ecoMeter gathers device metrics through a range of protocols, offering support for Modbus, SNMP, and BACnet communications. Because of this broad protocol support, CA Nimsoft ecoMeter can get power and environmental data from virtually any kind of systemCA Nimsoft ecoMeter enables users to collect real-time energy and environmental information across data centers, analyse it to identify issues and hot spots, alert users in the event of adverse conditions and report on consumption and usage.",SaaS,Off,Energy and Environmental Monitoring,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"A unit of service is a device under management. A device is classified as:Modbus devices: Cyberex breaker, E-Mon Power Quality Meter, Eaton PDU, FM200 Fire Panel, ION PDU, Schneider Electric Power Quality Meter, Siemens PDU.SNMP devices: APC Rack PDU, APC Env Rack PDU, APC UPS, PDI PDU, Liebert PDU, Trane Opto CRAC",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,, CommsNet Group Pty Ltd,40082926136,Energy and Environmental Monitoring As A Service (EEMaaS),"Energy and Environmental Monitoring as a Service (EEMaaS)provides at-a-glance insights into such metrics as power usage effectiveness, data center infrastructure efficiency, and power load.Energy and Environmental Monitoring as a Service (EEMaaS) captures real-time data from IT and building infrastructure elements to provide you with a clear and comprehensive picture of power, cooling and energy usage. With Energy and Environmental Monitoring as a Service you can access this comprehensive data through reports, dashboards and portals --enabling more efficient and intelligent energy management.EEMaaS is part of CommsNet Group Performance Monitoring as a Service offering.The technology that we utilise is CA Nimsoft Monitoring as the management platform. Data Centre Infrastructure Manager (DCIM) ecoMeter is a component of Nimostf MonitoringCA Nimsoft ecoMeter provides insight into data center power usage by gathering metrics from meters, sensors and devices in real time. The solution monitors power, energy, temperature, humidity, airflow and more. CA Nimsoft ecoMeter gathers device metrics through a range of protocols, offering support for Modbus, SNMP, and BACnet communications. Because of this broad protocol support, CA Nimsoft ecoMeter can get power and environmental data from virtually any kind of systemCA Nimsoft ecoMeter enables users to collect real-time energy and environmental information across data centers, analyse it to identify issues and hot spots, alert users in the event of adverse conditions and report on consumption and usage.",SaaS,Off,Energy and Environmental Monitoring,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"A unit of service is a device under management. A device is classified as:Modbus devices: Cyberex breaker, E-Mon Power Quality Meter, Eaton PDU, FM200 Fire Panel, ION PDU, Schneider Electric Power Quality Meter, Siemens PDU.SNMP devices: APC Rack PDU, APC Env Rack PDU, APC UPS, PDI PDU, Liebert PDU, Trane Opto CRAC",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,,
CommsNet Group Pty Ltd,40082926136,Performance Monitoring as a Service,"Performance Monitoringas a Service: A single, unified interface for tracking all the vital, dynamic resources organisations rely on - whether in the cloud or on-premises. It gives organisations all the comprehensive monitoring insights needed to ensure services perform optimally at all times.Performance Monitoring as a Services is designed for Agencies that are looking to:1. Improve service quality for their infrastructure2. Reduce costs of IT Service3. Gain visibility of how your network is performing4. Accelerate problem resolution5. Proactively resolve issues6. Enhance IT enablement of business objectivesPerformance as a Service provides a large array of capabilities. That is:1. Comprehensive in coverage - Our monitoring solution is an efficient, scalable, easy to deploy offering that can manage many elements of your IT environment.2. Has Flexible Licensing and Deployment Arrangement - We can securely monitor business units using either an on-premise or on-demand delivery model.3. Service Level Insights - Our performance monitoring environment provides deep visibility allowing you to quickly respond to issues and problems. And importantly you can effectively report on your service level agreement (SLA) commitments.4. Automation - Our performance monitoring environment can automatically provide you with the necessary information from alerts, reports, monitoring and displays to keep your team focused squarely on remediating problems.",SaaS,Off,Performance Monitoring ,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Unit Description can be defined in the following nine environments:1. Server Monitoring - Microsoft Servers, Cisco UCS, IBM Power Systems, etc2. Storage Monitoring- EMC, NetApp, etc3. Databases Monitoring- IBM DB2, MySQL, Oracle, Microsoft SQL, etc4. Virtualisation Systems - VMware, Citrix, Microsoft Hyper-V, etc5. Applications Monitoring- Apache, Cisco Voip, Microsoft Lync, SAP, etc6. Networks Devices Monitoring - Cisco Qos, SNMP, Routers, Switches, etc7. ecoMeter Monitoring - Power usage, data centre infrastructure efficiency, etc8. User Experience Monitoring - Application response time9. Data Centre Infrastructure and other Cloud Environments MonitoringAlso Provided: Performance reports, SLA and customized Dashboards and alert notifications.",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,, CommsNet Group Pty Ltd,40082926136,Performance Monitoring as a Service,"Performance Monitoringas a Service: A single, unified interface for tracking all the vital, dynamic resources organisations rely on - whether in the cloud or on-premises. It gives organisations all the comprehensive monitoring insights needed to ensure services perform optimally at all times.Performance Monitoring as a Services is designed for Agencies that are looking to:1. Improve service quality for their infrastructure2. Reduce costs of IT Service3. Gain visibility of how your network is performing4. Accelerate problem resolution5. Proactively resolve issues6. Enhance IT enablement of business objectivesPerformance as a Service provides a large array of capabilities. That is:1. Comprehensive in coverage - Our monitoring solution is an efficient, scalable, easy to deploy offering that can manage many elements of your IT environment.2. Has Flexible Licensing and Deployment Arrangement - We can securely monitor business units using either an on-premise or on-demand delivery model.3. Service Level Insights - Our performance monitoring environment provides deep visibility allowing you to quickly respond to issues and problems. And importantly you can effectively report on your service level agreement (SLA) commitments.4. Automation - Our performance monitoring environment can automatically provide you with the necessary information from alerts, reports, monitoring and displays to keep your team focused squarely on remediating problems.",SaaS,Off,Performance Monitoring ,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Unit Description can be defined in the following nine environments:1. Server Monitoring - Microsoft Servers, Cisco UCS, IBM Power Systems, etc2. Storage Monitoring- EMC, NetApp, etc3. Databases Monitoring- IBM DB2, MySQL, Oracle, Microsoft SQL, etc4. Virtualisation Systems - VMware, Citrix, Microsoft Hyper-V, etc5. Applications Monitoring- Apache, Cisco Voip, Microsoft Lync, SAP, etc6. Networks Devices Monitoring - Cisco Qos, SNMP, Routers, Switches, etc7. ecoMeter Monitoring - Power usage, data centre infrastructure efficiency, etc8. User Experience Monitoring - Application response time9. Data Centre Infrastructure and other Cloud Environments MonitoringAlso Provided: Performance reports, SLA and customized Dashboards and alert notifications.",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,,
CommsNet Group Pty Ltd,40082926136,Performance Monitoring as a Service,"Performance Monitoringas a Service: A single, unified interface for tracking all the vital, dynamic resources organisations rely on - whether in the cloud or on-premises. It gives organisations all the comprehensive monitoring insights needed to ensure services perform optimally at all times.Performance Monitoring as a Services is designed for Agencies that are looking to:1. Improve service quality for their infrastructure2. Reduce costs of IT Service3. Gain visibility of how your network is performing4. Accelerate problem resolution5. Proactively resolve issues6. Enhance IT enablement of business objectivesPerformance as a Service provides a large array of capabilities. That is:1. Comprehensive in coverage - Our monitoring solution is an efficient, scalable, easy to deploy offering that can manage many elements of your IT environment.2. Has Flexible Licensing and Deployment Arrangement - We can securely monitor business units using either an on-premise or on-demand delivery model.3. Service Level Insights - Our performance monitoring environment provides deep visibility allowing you to quickly respond to issues and problems. And importantly you can effectively report on your service level agreement (SLA) commitments.4. Automation - Our performance monitoring environment can automatically provide you with the necessary information from alerts, reports, monitoring and displays to keep your team focused squarely on remediating problems.",SaaS,Off,Performance Monitoring ,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Unit Description can be defined in the following nine environments:1. Server Monitoring - Microsoft Servers, Cisco UCS, IBM Power Systems, etc2. Storage Monitoring- EMC, NetApp, etc3. Databases Monitoring- IBM DB2, MySQL, Oracle, Microsoft SQL, etc4. Virtualisation Systems - VMware, Citrix, Microsoft Hyper-V, etc5. Applications Monitoring- Apache, Cisco Voip, Microsoft Lync, SAP, etc6. Networks Devices Monitoring - Cisco Qos, SNMP, Routers, Switches, etc7. ecoMeter Monitoring - Power usage, data centre infrastructure efficiency, etc8. User Experience Monitoring - Application response time9. Data Centre Infrastructure and other Cloud Environments MonitoringAlso Provided: Performance reports, SLA and customized Dashboards and alert notifications.",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,, CommsNet Group Pty Ltd,40082926136,Performance Monitoring as a Service,"Performance Monitoringas a Service: A single, unified interface for tracking all the vital, dynamic resources organisations rely on - whether in the cloud or on-premises. It gives organisations all the comprehensive monitoring insights needed to ensure services perform optimally at all times.Performance Monitoring as a Services is designed for Agencies that are looking to:1. Improve service quality for their infrastructure2. Reduce costs of IT Service3. Gain visibility of how your network is performing4. Accelerate problem resolution5. Proactively resolve issues6. Enhance IT enablement of business objectivesPerformance as a Service provides a large array of capabilities. That is:1. Comprehensive in coverage - Our monitoring solution is an efficient, scalable, easy to deploy offering that can manage many elements of your IT environment.2. Has Flexible Licensing and Deployment Arrangement - We can securely monitor business units using either an on-premise or on-demand delivery model.3. Service Level Insights - Our performance monitoring environment provides deep visibility allowing you to quickly respond to issues and problems. And importantly you can effectively report on your service level agreement (SLA) commitments.4. Automation - Our performance monitoring environment can automatically provide you with the necessary information from alerts, reports, monitoring and displays to keep your team focused squarely on remediating problems.",SaaS,Off,Performance Monitoring ,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Unit Description can be defined in the following nine environments:1. Server Monitoring - Microsoft Servers, Cisco UCS, IBM Power Systems, etc2. Storage Monitoring- EMC, NetApp, etc3. Databases Monitoring- IBM DB2, MySQL, Oracle, Microsoft SQL, etc4. Virtualisation Systems - VMware, Citrix, Microsoft Hyper-V, etc5. Applications Monitoring- Apache, Cisco Voip, Microsoft Lync, SAP, etc6. Networks Devices Monitoring - Cisco Qos, SNMP, Routers, Switches, etc7. ecoMeter Monitoring - Power usage, data centre infrastructure efficiency, etc8. User Experience Monitoring - Application response time9. Data Centre Infrastructure and other Cloud Environments MonitoringAlso Provided: Performance reports, SLA and customized Dashboards and alert notifications.",Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,,
CommsNet Group Pty Ltd,40082926136,Service Desk as a Service,"Service Desk as a Service: A comprehensive SaaS based IT service management solution with built in, ITIL-based best practices and action-based workflow for managing, coordinating and optimizing all aspects of service deliveryI have included a separate document describing the solution",SaaS,Off,Service Desk Management,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 Month,&gt; 1 week,CommsNet Group Service Desk as a Service- CommsNet Group utilises CA Nimsoft Service Desk.key Elements of Nimsoft Service Desk- Service Catalog & Request Management- Incident Management- Problem Management- Change Management- Configuration Management- Service Level Management- Knowledge Management,Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,, CommsNet Group Pty Ltd,40082926136,Service Desk as a Service,"Service Desk as a Service: A comprehensive SaaS based IT service management solution with built in, ITIL-based best practices and action-based workflow for managing, coordinating and optimizing all aspects of service deliveryI have included a separate document describing the solution",SaaS,Off,Service Desk Management,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 Month,&gt; 1 week,CommsNet Group Service Desk as a Service- CommsNet Group utilises CA Nimsoft Service Desk.key Elements of Nimsoft Service Desk- Service Catalog & Request Management- Incident Management- Problem Management- Change Management- Configuration Management- Service Level Management- Knowledge Management,Australia,ACT,1.4,3.0,,,,,,,,,,,,,,,,
CommsNet Group Pty Ltd,40082926136,Web and Cloud Performance Monitoring,"How fast and responsive is your website?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.- Measure performance across all users, locations, browsers and devices.- Pinpoint scalability and performance problems down to the line code- Rapidly isolate, diagnose and resolve performance problems from user click to code line.- Measure real user experience and satisfaction.- Effectively monitor the most complex web application.There are Two Service Offering ""Standard"" and ""Professional""1. Performance Monitoring Standard - A dedicated Performance Monitoring Software as a Service (SaaS) solution providing unparalleled insight into end-user experience. Allowing you to pinpoint scalability and performance problems down to the code.2. Performance Monitoring Professional - Taking your Performance Monitoring to the next level. Gain a deep understanding and visibility by measuring real user experience across all browsers, devices, networks and locations. Solve problems much quicker and correlate performance with customer satisfaction and business impact.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Service DescriptionPerformance Monitoring Standard- Performance measures from two locations- 60 measures per hour (1,440 measures per day)- Dashboard access- Weekly reporting- Pinpoint performance problems down to line of code- Pinpoint scalability problems down to line of codePerformance Monitoring Professional- Includes Performance Monitoring Standard- Real time workflow - Path monitoring- Measure real user interaction- Correlate customer satisfaction performance- Measure across all users, locations, browsers, devices- Troubleshoot using detailed object-level, page, connection & host dataBoth services also include- Email alerts- SMS Alerts- Dashboard configuration- Telephone support- Weekly report and analysis",Australia,New South Wales,,,Australia,Victoria,,,Australia,Western Australia,,,,,,,,,, CommsNet Group Pty Ltd,40082926136,Web and Cloud Performance Monitoring,"How fast and responsive is your website?CommsNet Group Web and Cloud Performance Monitoring is a software as a service solution to optimise the performance and availability of your web, mobile, streaming and cloud applications.- Measure performance across all users, locations, browsers and devices.- Pinpoint scalability and performance problems down to the line code- Rapidly isolate, diagnose and resolve performance problems from user click to code line.- Measure real user experience and satisfaction.- Effectively monitor the most complex web application.There are Two Service Offering ""Standard"" and ""Professional""1. Performance Monitoring Standard - A dedicated Performance Monitoring Software as a Service (SaaS) solution providing unparalleled insight into end-user experience. Allowing you to pinpoint scalability and performance problems down to the code.2. Performance Monitoring Professional - Taking your Performance Monitoring to the next level. Gain a deep understanding and visibility by measuring real user experience across all browsers, devices, networks and locations. Solve problems much quicker and correlate performance with customer satisfaction and business impact.",SaaS,Off,Web Performance Monitoring,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"Service DescriptionPerformance Monitoring Standard- Performance measures from two locations- 60 measures per hour (1,440 measures per day)- Dashboard access- Weekly reporting- Pinpoint performance problems down to line of code- Pinpoint scalability problems down to line of codePerformance Monitoring Professional- Includes Performance Monitoring Standard- Real time workflow - Path monitoring- Measure real user interaction- Correlate customer satisfaction performance- Measure across all users, locations, browsers, devices- Troubleshoot using detailed object-level, page, connection & host dataBoth services also include- Email alerts- SMS Alerts- Dashboard configuration- Telephone support- Weekly report and analysis",Australia,New South Wales,,,Australia,Victoria,,,Australia,Western Australia,,,,,,,,,,
Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint enables the collection of information relating to customers, contacts, planned investments, programmes, portfolios, audits/projects, tasks, applications, resources (including their skills, experience and availability),risks, issues, investigations, complaints etc. and provides executive level real time reporting on current and historic information.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,Information Management,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,, Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint enables the collection of information relating to customers, contacts, planned investments, programmes, portfolios, audits/projects, tasks, applications, resources (including their skills, experience and availability),risks, issues, investigations, complaints etc. and provides executive level real time reporting on current and historic information.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,Information Management,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,,
Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation - CRM,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint allows Organisations to record all details relating to a customer including all interactions, complaints, investigations, contacts, etc. with the customer. Changepoint's reporting allows an Organisation to see all information, including historic and summary information on a single screen. Complaints, investigations etc. may be managed with the help of workflow.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,CRM,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,, Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation - CRM,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint allows Organisations to record all details relating to a customer including all interactions, complaints, investigations, contacts, etc. with the customer. Changepoint's reporting allows an Organisation to see all information, including historic and summary information on a single screen. Complaints, investigations etc. may be managed with the help of workflow.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,CRM,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,,
Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation - ERP,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint enables Investment Planning that includes budgets, resource availability and aligns future investments to corporate strategies, objectives and business priorities. Changepoint is used to manage projects, project portfolios, issues, risks, benefits, resources, schedules, existing investments, etc..Real time executive level reporting allows executives access to accurate current information to support their decision making processes.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,ERP,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,, Compuware Asia Pacific,23063641510,Changepoint Program management and Services Automation - ERP,"Changepoint provides a single business management solution designed specifically to automate and integrate the processes of service delivery. Organisations can support key delivery processes, easily pinpoint areas for improvement and track critical performance metrics - paving the way to improved resource utilisation, financial control and analysis, and customer/client satisfaction.Changepoint enables Investment Planning that includes budgets, resource availability and aligns future investments to corporate strategies, objectives and business priorities. Changepoint is used to manage projects, project portfolios, issues, risks, benefits, resources, schedules, existing investments, etc..Real time executive level reporting allows executives access to accurate current information to support their decision making processes.The Service offered is a fit to business based engagement intended to enable an Agency to determine the value and benefit of a larger scale implementation. A fit to business engagement is conducted over a 3 month period and includes 25 days of services, all hosting, set up and user licenses for up to 30 users. The Changepoint license model is flexible and will be tailored to the specific needs of the Agency.",SaaS,ERP,,24 X 7 X 365,,0.999,&gt; 15 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Yes,&gt; 1 day,&gt; 8 hours,1 day of services. Service provision includes 25 days.,Canada,Ontario,,1.0,,,,,,,,,,,,,,,,
Converga Pty Ltd,42063577739,Converga Digital Mail,"Converga's Digital Mail solution is an innovative yet simple way to receive your mail securely online. Mail sent to you assigned PO Box address is scanned and converted to a digital image, in most cases Adobe PDF. Unscannable items such as magazines and parcels are re-routed and delivered to your desired physical address. Converga's Digital Mail solution can also be customised to automate common documents such as forms and applications.Form AutomationConverga's Intelligent Document Recognition (IDR) software and high-speed scanning infrastructure process thousands of paper-based documents such as forms and applications for our clients everyday. Using your business rules and information from your back-end systems, we can provide an automated document approval service for virtually any kind of business document.Automated Claims/Application ProcessingOur application processing solution offers reliable, comprehensive automated application management. It includes receipt, document categorisation, imaging, data capture, workflow management, live file management and tailor-made business rules.The entire process is managed online including a help desk, application management and customer notifications.",SaaS,Finance - Accounting,,08 - 20 Bus Hours,Web based solution is available outside of these hours but there is the need to have scheduled outages for upgrades etc,0.999,&gt; 2 Hours,Confidential,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Document Digitisation,Australia,NSW,,Tier III,,,,,,,,,,,,,,,, Converga Pty Ltd,42063577739,Converga Digital Mail,"Converga's Digital Mail solution is an innovative yet simple way to receive your mail securely online. Mail sent to you assigned PO Box address is scanned and converted to a digital image, in most cases Adobe PDF. Unscannable items such as magazines and parcels are re-routed and delivered to your desired physical address. Converga's Digital Mail solution can also be customised to automate common documents such as forms and applications.Form AutomationConverga's Intelligent Document Recognition (IDR) software and high-speed scanning infrastructure process thousands of paper-based documents such as forms and applications for our clients everyday. Using your business rules and information from your back-end systems, we can provide an automated document approval service for virtually any kind of business document.Automated Claims/Application ProcessingOur application processing solution offers reliable, comprehensive automated application management. It includes receipt, document categorisation, imaging, data capture, workflow management, live file management and tailor-made business rules.The entire process is managed online including a help desk, application management and customer notifications.",SaaS,Finance - Accounting,,08 - 20 Bus Hours,Web based solution is available outside of these hours but there is the need to have scheduled outages for upgrades etc,0.999,&gt; 2 Hours,Confidential,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Document Digitisation,Australia,NSW,,Tier III,,,,,,,,,,,,,,,,
Converga Pty Ltd,42063577739,Converga Procure 2 Pay (Electronic Invoicing),"Converga Procure 2 Pay (P2P) Fully automates the accounts payable function through the use of our exclusive cascading matching and routing technology. This unique feature allows our customers to experience the utmost in straight through processing. Every invoice coming into the system is reviewed by the matching engine to determine which type of matching will be used. Once evaluated by the system invoices will be pre coded and routed automatically. Invoices with purchase orders are matched both on header and/or line levels. Two, three and four way (tolerance) matching can be done automatically. Even expense (non PO) invoices can be automated through the use of reference matching capabilities inherent to the product. Invoices that match outside the pre-set tolerance level or invoices from new suppliers are automatically forwarded into the workflow process through an easy to use web interface called the InvoiceLog. The concept of easily defining workflow proposals and account coding rules to each and every invoice ensures unlimited workflow flexibility and maximises straight through processing. Additional modules include Buyer, Contracts, Supplier Portal, Expenses and Dashboard.",SaaS,Finance - Accounting,,08 - 20 Bus Hours,Web based solution is available outside of these hours but there is the need to have scheduled outages for upgrades etc,0.999,&gt; 2 Hours,Confidential,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Invoice Processing,Australia,NSW,,Tier III,,,,,,,,,,,,,,,, Converga Pty Ltd,42063577739,Converga Procure 2 Pay (Electronic Invoicing),"Converga Procure 2 Pay (P2P) Fully automates the accounts payable function through the use of our exclusive cascading matching and routing technology. This unique feature allows our customers to experience the utmost in straight through processing. Every invoice coming into the system is reviewed by the matching engine to determine which type of matching will be used. Once evaluated by the system invoices will be pre coded and routed automatically. Invoices with purchase orders are matched both on header and/or line levels. Two, three and four way (tolerance) matching can be done automatically. Even expense (non PO) invoices can be automated through the use of reference matching capabilities inherent to the product. Invoices that match outside the pre-set tolerance level or invoices from new suppliers are automatically forwarded into the workflow process through an easy to use web interface called the InvoiceLog. The concept of easily defining workflow proposals and account coding rules to each and every invoice ensures unlimited workflow flexibility and maximises straight through processing. Additional modules include Buyer, Contracts, Supplier Portal, Expenses and Dashboard.",SaaS,Finance - Accounting,,08 - 20 Bus Hours,Web based solution is available outside of these hours but there is the need to have scheduled outages for upgrades etc,0.999,&gt; 2 Hours,Confidential,Supplier or Customer Admin,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Invoice Processing,Australia,NSW,,Tier III,,,,,,,,,,,,,,,,
Coretec Solutions Pty Ltd,65101524172,Apttus Contract Management suite for Government (10 user pack),"Contract WizardQuickly generate an agreement by filling out fields in a form and submit - utilizes standard pre-approved templates.Reduces bottlenecks for legal who do not need to approve any agreements not violating predefined rulesFacilitated easy access for trading partners resulting in rapid agreement creationFull visibility to anyone in your organization who needs to knowContract AuthorDraft and create contracts entirely in MS Word. Full contract creation, negotiation and versioning capabilities.Users don't need to learn a new interface - simply use Word and the application takes care of everything elseLeverage all the power features in the application directly in word - clause libraries, business terms etcFull approval and process management so you can manage and document exceptionsContract ComplyA repository allowing for complete storage and retrieval with advanced compliance management, searching, reporting and dash-boarding capability.One central repository for everything - contracts, documents, tasks, obligations, reports, dashboards etcEnsure you don't miss a renewal, milestone or any obligationDrill down report and dashboard capability allowing you to identify root causesAll Sensitive Contracts or documents can be stored into HP TRIM. This bundle includes a basic integration into your existing HP TRIM system, where all Contracts and Documents will be stored.",SaaS,Finance - Accounting,Contract Management,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"10 x Contract Wizard, Contract Author, Contract Comply licenses",Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1 Coretec Solutions Pty Ltd,65101524172,Apttus Contract Management suite for Government (10 user pack),"Contract WizardQuickly generate an agreement by filling out fields in a form and submit - utilizes standard pre-approved templates.Reduces bottlenecks for legal who do not need to approve any agreements not violating predefined rulesFacilitated easy access for trading partners resulting in rapid agreement creationFull visibility to anyone in your organization who needs to knowContract AuthorDraft and create contracts entirely in MS Word. Full contract creation, negotiation and versioning capabilities.Users don't need to learn a new interface - simply use Word and the application takes care of everything elseLeverage all the power features in the application directly in word - clause libraries, business terms etcFull approval and process management so you can manage and document exceptionsContract ComplyA repository allowing for complete storage and retrieval with advanced compliance management, searching, reporting and dash-boarding capability.One central repository for everything - contracts, documents, tasks, obligations, reports, dashboards etcEnsure you don't miss a renewal, milestone or any obligationDrill down report and dashboard capability allowing you to identify root causesAll Sensitive Contracts or documents can be stored into HP TRIM. This bundle includes a basic integration into your existing HP TRIM system, where all Contracts and Documents will be stored.",SaaS,Finance - Accounting,Contract Management,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"10 x Contract Wizard, Contract Author, Contract Comply licenses",Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1
Coretec Solutions Pty Ltd,65101524172,Apttus Contract Management suite for Government(5 user pack),"Contract WizardQuickly generate an agreement by filling out fields in a form and submit - utilizes standard pre-approved templates.Reduces bottlenecks for legal who do not need to approve any agreements not violating predefined rulesFacilitated easy access for trading partners resulting in rapid agreement creationFull visibility to anyone in your organization who needs to knowContract AuthorDraft and create contracts entirely in MS Word. Full contract creation, negotiation and versioning capabilities.Users don't need to learn a new interface - simply use Word and the application takes care of everything elseLeverage all the power features in the application directly in word - clause libraries, business terms etcFull approval and process management so you can manage and document exceptionsContract ComplyA repository allowing for complete storage and retrieval with advanced compliance management, searching, reporting and dash-boarding capability.One central repository for everything - contracts, documents, tasks, obligations, reports, dashboards etcEnsure you don't miss a renewal, milestone or any obligationDrill down report and dashboard capability allowing you to identify root causesAll Sensitive Contracts or documents can be stored into HP TRIM. This bundle includes a basic integration into your existing HP TRIM system, where all Contracts and Documents will be stored.",SaaS,Finance - Accounting,Contract Management,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"5 x Contract Wizard, Contract Author, Contract Comply licenses",Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1 Coretec Solutions Pty Ltd,65101524172,Apttus Contract Management suite for Government(5 user pack),"Contract WizardQuickly generate an agreement by filling out fields in a form and submit - utilizes standard pre-approved templates.Reduces bottlenecks for legal who do not need to approve any agreements not violating predefined rulesFacilitated easy access for trading partners resulting in rapid agreement creationFull visibility to anyone in your organization who needs to knowContract AuthorDraft and create contracts entirely in MS Word. Full contract creation, negotiation and versioning capabilities.Users don't need to learn a new interface - simply use Word and the application takes care of everything elseLeverage all the power features in the application directly in word - clause libraries, business terms etcFull approval and process management so you can manage and document exceptionsContract ComplyA repository allowing for complete storage and retrieval with advanced compliance management, searching, reporting and dash-boarding capability.One central repository for everything - contracts, documents, tasks, obligations, reports, dashboards etcEnsure you don't miss a renewal, milestone or any obligationDrill down report and dashboard capability allowing you to identify root causesAll Sensitive Contracts or documents can be stored into HP TRIM. This bundle includes a basic integration into your existing HP TRIM system, where all Contracts and Documents will be stored.",SaaS,Finance - Accounting,Contract Management,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,"5 x Contract Wizard, Contract Author, Contract Comply licenses",Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1
Coretec Solutions Pty Ltd,65101524172,Complaints Pro (25 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.25 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week, 25 x Complaints Pro user licenses15GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1 Coretec Solutions Pty Ltd,65101524172,Complaints Pro (25 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.25 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week, 25 x Complaints Pro user licenses15GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1
Coretec Solutions Pty Ltd,65101524172,Complaints Pro (5 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.5 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,5 x Complaints Pro user licenses3GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1 Coretec Solutions Pty Ltd,65101524172,Complaints Pro (5 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.5 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,5 x Complaints Pro user licenses3GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1
Coretec Solutions Pty Ltd,65101524172,Complaints Pro (50 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.50 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,50 x Complaints Pro user licenses30GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1 Coretec Solutions Pty Ltd,65101524172,Complaints Pro (50 user pack),"Complaints Pro combines industry best practice complaints, case and enquiry management process with the world's most trusted software as a service, salesforce.com, to provide an out of the box complaints,case and enquiry management system.Complaints Pro provides:Cloud based Complaints and Case management system with AS ISO 10002 Complaints Handling Best Practise Standard built in.Pre-built Complaints Reports and Dashboards.Secure document and data storage with pre-built integration to HP TRIM.Send and save emails/attachments directly into Complaints Pro with seamless Lotus Notes or MS Outlook Integration.Easy integration from your public website contact us page to Complaints Pro.Anyone in your department / agency can capture Complaints / Cases with the Intranet Complaint/Case capture form.Easy administration forms allow you to take control with no IT knowledge.Acknowledge and Resolution SLA engines ensure nothing falls through the cracks.Expert helpline is just a phone call or email away.No IT servers or databases are required, just an end user computer with internet access.Just set up logins and start using Complaints Pro within hours.50 x MS Outlook or Lotus Notes connectors1 x Intranet Complaints / Case capture form (unlimited users)",SaaS,CRM,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,NA,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Off,Off,Off,Off,Off,Yes,&gt; 1 week,&gt; 1 week,50 x Complaints Pro user licenses30GB file storage1GB of data storage,Japan,Tokoyo,1.47,N-1,United States of America,California,1.47,N-1,United States of America,Washington DC,1.47,N-1,United States of America,Illinois,1.47,N-1,United States of America,Virginia,1.47,N-1
CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Extra Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 32 GB vRAM x 750 GB SAN StorageSelect and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Extra Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 32 GB vRAM x 750 GB SAN StorageSelect and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Extra Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 1 vCPU x 2 GB vRAM x 50 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Extra Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 1 vCPU x 2 GB vRAM x 50 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 16 GB vRAM x 500 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 16 GB vRAM x 500 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Medium,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 4 vCPU x 8 GB vRAM x 250 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Medium,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 4 vCPU x 8 GB vRAM x 250 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 2 vCPU x 4 GB vRAM x 100 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Gold Virtual Instance Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 2 vCPU x 4 GB vRAM x 100 GBSAN Storage Select and 24 x 7 operating system support.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Premium SAN Storage,CloudCompute Premium SAN Storage is high performance storage for use by CloudCompute Virtual Instances.Premium SAN Storage is suited to applications and databases with very high IO requirements. The Storage Technology is based on a combination of Enterprise Flash and SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request CloudCompute SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Premium SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Premium SAN Storage,CloudCompute Premium SAN Storage is high performance storage for use by CloudCompute Virtual Instances.Premium SAN Storage is suited to applications and databases with very high IO requirements. The Storage Technology is based on a combination of Enterprise Flash and SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request CloudCompute SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Premium SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute SAN Backup,"CloudCompute SAN Backup is used to backup CloudCompute SAN Storage used by CloudCompute Virtual Instances.The data is protected using disk to disk technology and includes offsite replication of the data. The protection of the data is provided for a minimum period of 3 months.A Virtual Data Centre, Virtual Instance and SAN Storage is required to be in place for the Agency to be able to request SAN Backup.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute",IaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCompute SAN Backup is used to backup SAN Storage used by CloudCompute Virtual Instances.The protection of the data is provided for a minimum period of 3 months and measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute SAN Backup,"CloudCompute SAN Backup is used to backup CloudCompute SAN Storage used by CloudCompute Virtual Instances.The data is protected using disk to disk technology and includes offsite replication of the data. The protection of the data is provided for a minimum period of 3 months.A Virtual Data Centre, Virtual Instance and SAN Storage is required to be in place for the Agency to be able to request SAN Backup.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute",IaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,CloudCompute SAN Backup is used to backup SAN Storage used by CloudCompute Virtual Instances.The protection of the data is provided for a minimum period of 3 months and measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Select SAN Storage,CloudCompute Select SAN Storage is mid tier performance storage for use by Virtual Instances.Select Storage is used for database workloads and other applications that require good performance storage. The operating system and file data are typically stored on Select storage. The Storage Technology is based on a combination of Enterprise Flash and Near Line SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Select SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Select SAN Storage,CloudCompute Select SAN Storage is mid tier performance storage for use by Virtual Instances.Select Storage is used for database workloads and other applications that require good performance storage. The operating system and file data are typically stored on Select storage. The Storage Technology is based on a combination of Enterprise Flash and Near Line SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Select SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Extra Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 32 GB vRAM x 750 GB SAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Extra Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 32 GB vRAM x 750 GB SAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Extra Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 1 vCPU x 2 GB vRAM x 50 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Extra Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 1 vCPU x 2 GB vRAM x 50 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 16 GB vRAM x 500 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Large,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 8 vCPU x 16 GB vRAM x 500 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Medium,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 4 vCPU x 8 GB vRAM x 250 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Medium,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 4 vCPU x 8 GB vRAM x 250 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 2 vCPU x 4 GB vRAM x 100 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Silver Virtual Instance Small,"A CloudCompute Gold Virtual Instance is the provision of a virtual processing unit and operating system. Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeOne of the following operating systems can be selected for each virtual instance: - Windows Server 2008 R2 - RedHat Enterprise Linux v5The CloudCompute Gold Virtual Instance price includes Operating System support, system monitoring, patching and anti-virus scanning. It excludes Operating system licence and software maintenance charges which can be separately provided by the agency or by CSC.Virtual Instance requests are dependant upon a Virtual Data Centre having been already created for an Agency and a Secure Network Connection service being in place.",IaaS,Virtual Server,,24 X 7 X 365,,0.99,&gt; 10 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Virtual server with 2 vCPU x 4 GB vRAM x 100 GBSAN Storage Select.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Standard SAN Storage,CloudCompute Standard SAN Storage is storage for use by CloudCompute Virtual Instances.Standard Storage is suitable for development and test workloads and production applications that do not have heavy disk IO requirements. The Storage Technology is based on Near Line SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Standard SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Standard SAN Storage,CloudCompute Standard SAN Storage is storage for use by CloudCompute Virtual Instances.Standard Storage is suitable for development and test workloads and production applications that do not have heavy disk IO requirements. The Storage Technology is based on Near Line SAS drives.A CloudCompute Virtual Data Centre and Virtual Instance are required to be in place for the Agency to be able to request SAN Storage.Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcompute,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 day,&gt; 1 day,Standard SAN Storage is provided as usable storage allocated and available for use by Virtual Instances measured on the last day of the billing period.,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
CSC Australia Pty Limited,18008476944,CloudCompute Virtual Data Centre,"A CloudCompute Virtual Data Centre (vDC) is the base environment that provides the foundation upon which Agencies can provision additional cloud services (e.g. Virtual Instances, SAN Storage etc).Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeThe vDC is the logical entity from which virtual resources are provided. The minimum resources per vDC are: - 8 vCPU - 16 GB vRAM - 200 GB of a SAN Storage Tier (either Premium, Select or Standard)These minimum capacities are not included in the vDC rate, but are billed separately as Virtual Instance and SAN Storage services.A vDC is a logical container for managing storage and compute resources and access provisions. An agency cannot provision other CSC CloudCompute services without first creating at least one vDC. An Agency needs to select either a Silver or Gold service assignment for each vDC. The cost and service level differences between 'Gold' and 'Silver' instances are outlined in the CSC Virtual instance service descriptions . Should an Agency require both Gold and Silver Virtual instances at least two vDC's will need to be provisioned.",IaaS,Compute Services,IaaS Foundation,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 week,&gt; 1 day,A CloudCompute Virtual Data Centre (vDC) is the foundation upon which Agencies can provision additional cloud services. ,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,, CSC Australia Pty Limited,18008476944,CloudCompute Virtual Data Centre,"A CloudCompute Virtual Data Centre (vDC) is the base environment that provides the foundation upon which Agencies can provision additional cloud services (e.g. Virtual Instances, SAN Storage etc).Further details can be found at http://www.csc.com/cloud/offerings/53410/59145-csc_cloudcomputeThe vDC is the logical entity from which virtual resources are provided. The minimum resources per vDC are: - 8 vCPU - 16 GB vRAM - 200 GB of a SAN Storage Tier (either Premium, Select or Standard)These minimum capacities are not included in the vDC rate, but are billed separately as Virtual Instance and SAN Storage services.A vDC is a logical container for managing storage and compute resources and access provisions. An agency cannot provision other CSC CloudCompute services without first creating at least one vDC. An Agency needs to select either a Silver or Gold service assignment for each vDC. The cost and service level differences between 'Gold' and 'Silver' instances are outlined in the CSC Virtual instance service descriptions . Should an Agency require both Gold and Silver Virtual instances at least two vDC's will need to be provisioned.",IaaS,Compute Services,IaaS Foundation,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Yes,&gt; 1 week,&gt; 1 day,A CloudCompute Virtual Data Centre (vDC) is the foundation upon which Agencies can provision additional cloud services. ,Australia,"New South Wales (Pyrmont, Sydney)",1.6,Tier 3,Australia,"Victoria (Clayton, Melbourne)",1.5,Tier 3,,,,,,,,,,,,
Data#3 Limited,31010545267,Disaster Recovery,Data#3 provide a complete scaleable Infrastructure as a Service that can be replicated across our Sydney and Brisbane Data Centre locations. As there are two Data Centres our infrastructure can be utilised as a disaster recovery site as required.The Basic DR service is offered utilising a Small virtual server being made available. Depending on specific requirements this service can be scaled up many times to provide a complete DR offering, ,Disaster Recovery,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"small virtual machine (1 x CPU, 2GB RAM and 30GB Systems Disk)",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Disaster Recovery,Data#3 provide a complete scaleable Infrastructure as a Service that can be replicated across our Sydney and Brisbane Data Centre locations. As there are two Data Centres our infrastructure can be utilised as a disaster recovery site as required.The Basic DR service is offered utilising a Small virtual server being made available. Depending on specific requirements this service can be scaled up many times to provide a complete DR offering, ,Disaster Recovery,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"small virtual machine (1 x CPU, 2GB RAM and 30GB Systems Disk)",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - LARGE,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable. The configured VM's can then have added additional storage Tier 1 and Tier 2 disk, back-ups, DR etc.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the ""Secure Multi Tenancy"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Compute Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Large Virtual Machine (4 x vCPU with 8GB RAM and 30GB Systems Disk),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - LARGE,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable. The configured VM's can then have added additional storage Tier 1 and Tier 2 disk, back-ups, DR etc.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the ""Secure Multi Tenancy"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Compute Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Large Virtual Machine (4 x vCPU with 8GB RAM and 30GB Systems Disk),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - MEDIUM,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required. Data#3 provide small, medium and large server options based on specific needs and requirements that can be fully tailored as needed.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,medium virtual machine (2 x vCPU with 4GB RAM and 30GB Systems Disk).,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - MEDIUM,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required. Data#3 provide small, medium and large server options based on specific needs and requirements that can be fully tailored as needed.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,medium virtual machine (2 x vCPU with 4GB RAM and 30GB Systems Disk).,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - SMALL,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Small Virtual Machine (1 x vCPU with 2GB RAM and 30GB Systems Disk).,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers - SMALL,"Data#3 provide a 100% on-shore IaaS solution that ranges from the provision of single Virtual Machines (VM's) to banks of servers accessing Terabytes of data for production, pre-production, development, testing, DR environments and QA environments as required.The basic servers can be configured to specific client requirements with CPU's accessing as much memory, as many Terabytes of data as required and is fully scaleable.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Small Virtual Machine (1 x vCPU with 2GB RAM and 30GB Systems Disk).,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers BASIC,"Data#3 provide a 100% on-shore complete IaaS solution that ranges from the provision of basic servers through to full production scale devices. The VM's are scaleable and can be tailored to your exact specifications for RAM, hard disk, multi-tiered storage, operating systems, additional firewalls and back-up options.We provide complete production, pre-production, development, testing, DR environments and QA environments as required. Data#3 offer a range of options that are fully customisable depending on your needsThe basic VM's are quoted but can be upgraded to specifications as required as well as adding additional storage Tier 1 and Tier 2 disk, back-ups, DR etc.", ,Web Hosting,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Basic Virtual Machine (1 x vCPU, 2GB RAM and 30GB System Disk)",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Infrastructure as a Service (IaaS) - Virtual Servers BASIC,"Data#3 provide a 100% on-shore complete IaaS solution that ranges from the provision of basic servers through to full production scale devices. The VM's are scaleable and can be tailored to your exact specifications for RAM, hard disk, multi-tiered storage, operating systems, additional firewalls and back-up options.We provide complete production, pre-production, development, testing, DR environments and QA environments as required. Data#3 offer a range of options that are fully customisable depending on your needsThe basic VM's are quoted but can be upgraded to specifications as required as well as adding additional storage Tier 1 and Tier 2 disk, back-ups, DR etc.", ,Web Hosting,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Basic Virtual Machine (1 x vCPU, 2GB RAM and 30GB System Disk)",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Physical Servers,"Data#3 are one of Australia's leading Systems Integrators with access to most vendors providing state-of-the-art ICT solutions. We can provision and manage the physical hardware and solutions from the procurement stage right through to asset disposal.The quoted price is for a small server with basic configuration, but can be stepped up to any sized server and most vendors are able to be provisioned through Data#3.", ,Physical Server,,24 X 7 X 365,,&lt; 95%,&gt; 10 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Basic small server with standard small business specifications,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Physical Servers,"Data#3 are one of Australia's leading Systems Integrators with access to most vendors providing state-of-the-art ICT solutions. We can provision and manage the physical hardware and solutions from the procurement stage right through to asset disposal.The quoted price is for a small server with basic configuration, but can be stepped up to any sized server and most vendors are able to be provisioned through Data#3.", ,Physical Server,,24 X 7 X 365,,&lt; 95%,&gt; 10 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,Basic small server with standard small business specifications,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Essential Enterprise,Data#3 provide a combined solution comprising of Microsoft Exchange (e-mail) Lync (instant messaging) and SharePoint (collaboration). The combination of these 3 solutions significantly improve the effectiveness of workers and provides increased efficiency and productivity., ,Office Productivity,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"User account - for Microsoft Exchange, Lync and SharePoint products.",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Essential Enterprise,Data#3 provide a combined solution comprising of Microsoft Exchange (e-mail) Lync (instant messaging) and SharePoint (collaboration). The combination of these 3 solutions significantly improve the effectiveness of workers and provides increased efficiency and productivity., ,Office Productivity,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,"User account - for Microsoft Exchange, Lync and SharePoint products.",Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Exchange e-mail,"Microsoft Exchange e-mail software provides enterprise grade security and reliability for e-mail, security, collaboration, calendar and contracts. There are built-in anti-virus and anti-span filters to protect your information and with a 99.99% availability and 24 x 7 x 365 it is a tool that will work with you.The Data#3 Software as a Service solutions are built on the Data#3 Trusted Cloud Platform. This platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,per mailbox (2GB mailbox size),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Exchange e-mail,"Microsoft Exchange e-mail software provides enterprise grade security and reliability for e-mail, security, collaboration, calendar and contracts. There are built-in anti-virus and anti-span filters to protect your information and with a 99.99% availability and 24 x 7 x 365 it is a tool that will work with you.The Data#3 Software as a Service solutions are built on the Data#3 Trusted Cloud Platform. This platform is based on the Secure Multi Tenancy ""FlexPod"" architecture by Cisco to ensure the highest levels of assurance for secure customer data. ", ,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 8 hours,per mailbox (2GB mailbox size),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Lync,"Microsoft Lync is a virtual communication tool that links you and your work colleagues. It provides the ability to see colleagues work status, availability, see a photo of them, link up with face to face conferences, manage telephone calls and messages and integrate with Microsoft Office applications from one solution.", ,Instant Messaging,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,user account for Microsoft Lync,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft Lync,"Microsoft Lync is a virtual communication tool that links you and your work colleagues. It provides the ability to see colleagues work status, availability, see a photo of them, link up with face to face conferences, manage telephone calls and messages and integrate with Microsoft Office applications from one solution.", ,Instant Messaging,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,user account for Microsoft Lync,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Enterprise Business Intelligence,"Microsoft SharePoint Enterprise BI (business intelligence) software provides an enterprise grade collaboration tool that allows users to produce interactive dashboards and scorecards accessing information from Databases, reports and business applications. It is a powerful collaboration tool that can produce interactive dashboards across a number of information sources to allow business decisions to be made that are based on real information.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the ""Secure Multi Tenancy"" architecture by Cisco to ensure the highest levels of assurance for secure customer data.", ,Business Intelligence,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account for Microsoft SharePoint Enterprise BI (business intelligence),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Enterprise Business Intelligence,"Microsoft SharePoint Enterprise BI (business intelligence) software provides an enterprise grade collaboration tool that allows users to produce interactive dashboards and scorecards accessing information from Databases, reports and business applications. It is a powerful collaboration tool that can produce interactive dashboards across a number of information sources to allow business decisions to be made that are based on real information.The Data#3 Software as a Service is built on top of the Data#3 Trusted Cloud Platform. This 100% Australian based platform is based on the ""Secure Multi Tenancy"" architecture by Cisco to ensure the highest levels of assurance for secure customer data.", ,Business Intelligence,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account for Microsoft SharePoint Enterprise BI (business intelligence),Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Essentials,"Microsoft SharePoint software provides an enterprise grade collaboration tool that allows users to store, synchronise and share important content.", ,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account to Microsoft SharePoint,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Essentials,"Microsoft SharePoint software provides an enterprise grade collaboration tool that allows users to store, synchronise and share important content.", ,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account to Microsoft SharePoint,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Essentials Collaboration,"Microsoft SharePoint Essentials Collaboration provides compliance across the organisation to manage version control, apply retention schedules and place legal holds across a range of information sources.", ,Information Management,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account for Microsoft SharePoint Enterprise Business Intelligence,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,, Data#3 Limited,31010545267,Software as a Service (SaaS) - Microsoft SharePoint Essentials Collaboration,"Microsoft SharePoint Essentials Collaboration provides compliance across the organisation to manage version control, apply retention schedules and place legal holds across a range of information sources.", ,Information Management,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Auto Scaling,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 1 day,User account for Microsoft SharePoint Enterprise Business Intelligence,Australia,NSW,1.34,Tier 3+,Australia,Queensland,1.5,Tier 3+,Australia,West Australia,TBA,TBA,,,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Compute - vCPU and VRAM,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Compute provides the IaaS components such as vCPU's and vRAM upon which Agencies can build their infrastructure requirements.,IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per Uniteach Unit is made up of 1 vCPU (each vCPU = 1000Mhz) and 4GB of vRAM,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Compute - vCPU and VRAM,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Compute provides the IaaS components such as vCPU's and vRAM upon which Agencies can build their infrastructure requirements.,IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per Uniteach Unit is made up of 1 vCPU (each vCPU = 1000Mhz) and 4GB of vRAM,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Protect,"Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Protect provides a number of IaaS components upon which Agencies can build their infrastructure requirements. These include anti-virus (at the hypervisor), firewalling and load-balancing.",IaaS,Web Hosting,Security,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per deviceDevice types can include the following; Physical Firewall Cluster; per Virtual Local Load Balancing Cluster; per Physical Load Balancing Cluster; per Virtual Application Firewall Cluster; per Physical Application Firewall Cluster; per VM (Anti-Virus); per VM (WAN Acceleration),Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Protect,"Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Protect provides a number of IaaS components upon which Agencies can build their infrastructure requirements. These include anti-virus (at the hypervisor), firewalling and load-balancing.",IaaS,Web Hosting,Security,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per deviceDevice types can include the following; Physical Firewall Cluster; per Virtual Local Load Balancing Cluster; per Physical Load Balancing Cluster; per Virtual Application Firewall Cluster; per Physical Application Firewall Cluster; per VM (Anti-Virus); per VM (WAN Acceleration),Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Store Tier 1,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Store provides the storage IaaS components upon which Agencies can build their infrastructure requirements.,IaaS,Storage,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Store Tier 1,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Store provides the storage IaaS components upon which Agencies can build their infrastructure requirements.,IaaS,Storage,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Store Tier 2,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Store provides the storage IaaS components upon which Agencies can build their infrastructure requirements.,IaaS,Storage,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - Iaas/Store Tier 2,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.Store provides the storage IaaS components upon which Agencies can build their infrastructure requirements.,IaaS,Storage,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Large Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Large Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Medium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Medium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Small Server, 2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(2vCPU, 4GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Small Server, 2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(2vCPU, 4GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Very Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Very Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Very Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Microsoft Very Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Microsoft offering provides pre-configured Microsoft suitable platforms upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)Note all Agencies/Department will need to provide required Microsoft Licensing.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red Hat Small Server,2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(2vCPU, 4GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red Hat Small Server,2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(2vCPU, 4GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatLarge Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatLarge Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatMedium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatMedium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatVery Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatVery Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatVery Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/Red HatVery Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/Red Hat offering provides pre-configured open-source platforms based on the Red Hat platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)The entire Red Hat Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSELarge Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSELarge Server, 8vCPU, 16GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (8vCPU, 16GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEMedium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEMedium Server, 4vCPU, 8GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (4vCPU, 8GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSESmall Server, 2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (2vCPU, 4GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSESmall Server, 2vCPU, 4GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (2vCPU, 4GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEVery Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEVery Large Server, 8vCPU, 64GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM.(8vCPU, 64GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEVery Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,"Cloud Services - PaaS/SUSEVery Small Server, 1vCPU, 2GB of RAM",Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The PaaS/SUSE offering provides pre-configured open-source platforms based on the SUSE platform upon which Agencies can build their infrastructure requirements.,PaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"per VM. (1vCPU, 2GB of RAM)The entire SUSE Cloud catalogue is available for consumption.",Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - SaaS/Backup as a Service,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The SaaS/Backup as a Service offering provides the ability to backup Agency infrastructure to the Cloud.,SaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - SaaS/Backup as a Service,Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands.The SaaS/Backup as a Service offering provides the ability to backup Agency infrastructure to the Cloud.,SaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per GB and per instance,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - SaaS/Enterprise Exchange as a Service,"Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands. Note Government Agencies and Departments would be required to provide the required Microsoft LicensingThe SaaS/Enterprise Exchange as a Service offering provides best practice, templated deployments designed to fit into the Agencies infrastructure. This deployment is able to be further expanded with additional services such as email archiving, faxing, sms'ing etc.",SaaS,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per mailbox and per environment.,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,, Datacom Systems (ACT) Pty Ltd,39135427075,Cloud Services - SaaS/Enterprise Exchange as a Service,"Cloud Services provide a Datacom hosted and managed solutionthat enables Agencies to buy their computing infrastructure on demand.Datacom offers a suite of Infrastructure / Platform and Software as a Service products and services to eligible Agencies under the Datacom Cloud Services and Datacom Cloud Services (for Government) brands. Note Government Agencies and Departments would be required to provide the required Microsoft LicensingThe SaaS/Enterprise Exchange as a Service offering provides best practice, templated deployments designed to fit into the Agencies infrastructure. This deployment is able to be further expanded with additional services such as email archiving, faxing, sms'ing etc.",SaaS,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,per mailbox and per environment.,Australia,Victoria,1.7,,Australia,New South Wales,1.8,,Australia,Perth,,,Australia,Brisbane,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Large Running,"Business Continuity Running service is an extension of the Large Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Large Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Large Running,"Business Continuity Running service is an extension of the Large Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Large Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Large Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Large Standby service provides 10Tb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,10Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Large Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Large Standby service provides 10Tb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,10Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Medium Running,"Business Continuity Running service is an extension of the Medium Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Medium Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Medium Running,"Business Continuity Running service is an extension of the Medium Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Medium Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Medium Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Medium Standby service provides 1Tb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Medium Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Medium Standby service provides 1Tb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Small Running,"Business Continuity Running service is an extension of the Small Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Small Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Small Running,"Business Continuity Running service is an extension of the Small Standby service that is implemented in the case of a BCP event. Your VMs are held in standby mode and spun up when requested. This offering replaces the Small Standby mode service when initiated. After the BCP incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity - Small Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Small Standby service provides 500Gb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,500Gb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity - Small Standby,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. The Small Standby service provides 500Gb blocks of storage to host your Backup VMs with Dell. In the event of an outage you can spin up your VMs in a very short time using the Running service. Standby mode provides storage of your VMs without the overhead of compute. In the event Business Continuity is required your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,500Gb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Business Continuity with Dell vCloud Datacenter Service,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. Host your Backup VM's with Dell and in the event of an outage you can spin up your VM's with dell in a very short time. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB of RAMSSD, SAS, and SATA drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Business Continuity with Dell vCloud Datacenter Service,"Using Dell's vCloud solution for compute as a service, Business continuity is a great first step in using cloud services. Host your Backup VM's with Dell and in the event of an outage you can spin up your VM's with dell in a very short time. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Business Continuity,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB of RAMSSD, SAS, and SATA drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Compute Services,Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Compute Services,Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Database Services - Dell's SQL as a Service on vCloud,Using Dell's DB as a Service on top of vCloud based IaaS offering to provider SQL as a service to AGIMO clients. Dell Database as a service allows for SQL delivered to clients as a service.Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Database Services - Dell's SQL as a Service on vCloud,Using Dell's DB as a Service on top of vCloud based IaaS offering to provider SQL as a service to AGIMO clients. Dell Database as a service allows for SQL delivered to clients as a service.Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Database Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery,Using Dell's vCloud solution for compute as a service Disaster recovery is a great first step in using cloud services. Host your Backup VM's with Dell and in the event of an outage you can spin up your VM's with dell in a very short time. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery,Using Dell's vCloud solution for compute as a service Disaster recovery is a great first step in using cloud services. Host your Backup VM's with Dell and in the event of an outage you can spin up your VM's with dell in a very short time. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Large Running,"Disaster Recovery - Large Running service is an extension of the Large Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Large Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Large Running,"Disaster Recovery - Large Running service is an extension of the Large Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Large Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Large Standby,The Large DR Standby service provides 10Tb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running services. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,10Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Large Standby,The Large DR Standby service provides 10Tb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running services. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,10Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Medium Running,"Disaster Recovery - Medium Running service is an extension of the Medium Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Medium Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Medium Running,"Disaster Recovery - Medium Running service is an extension of the Medium Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Medium Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Medium Standby,The Medium DR Standby service provides 1Tb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running services. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Medium Standby,The Medium DR Standby service provides 1Tb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running services. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1Tb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Small Running,"Disaster Recovery - Small Running service is an extension of the Small Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Small Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia..",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Small Running,"Disaster Recovery - Small Running service is an extension of the Small Standby service that is implemented in the case of a DR event. Your VMs and data are held in standby mode and brought online when requested. This offering replaces the Small Standby mode service when initiated. After the DR incident has been resolved, you can return to standby mode. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia..",IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Disaster Recovery - Small Standby,The Small DR Standby service provides 500Gb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running service. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,500Gb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Disaster Recovery - Small Standby,The Small DR Standby service provides 500Gb blocks of cold DR storage. In the event of a disaster you can access your data or spin up any VMs in seconds using the Running service. Standby mode provides storage of your data without the overhead of compute. In the event your DR plan is activated your VMs will be brought online and the Running service will replace the Standby service. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,500Gb SATA Storage,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Encryption Services,The number one inhibitor to using cloud services is security. Dell vCloud uses the TrendMicro SecureCloud offering to encrypt a volume of storage in vCloud and that key is then stored in an another country with TrendMicro and even Dell can not see the data in the Cloud offering. TrendMicro then manages the keys and the key management system for access to the encrypted data. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Encryption Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Encryption Services,The number one inhibitor to using cloud services is security. Dell vCloud uses the TrendMicro SecureCloud offering to encrypt a volume of storage in vCloud and that key is then stored in an another country with TrendMicro and even Dell can not see the data in the Cloud offering. TrendMicro then manages the keys and the key management system for access to the encrypted data. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Encryption Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Optional Encryption Services for all sub categories,The number one inhibitor to using cloud services is security. Dell vCloud uses the TrendMicro SecureCloud offering to encrypt a volume of storage in vCloud and that key is then stored in an another country with TrendMicro and even Dell can not see the data in the Cloud offering. TrendMicro then manages the keys and the key management system for access to the encrypted data. This service can be applied to all volumes in all other offerings as required. The support and deployment is all based in Australia. ,IaaS,Encryption Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per volume encrypted,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Optional Encryption Services for all sub categories,The number one inhibitor to using cloud services is security. Dell vCloud uses the TrendMicro SecureCloud offering to encrypt a volume of storage in vCloud and that key is then stored in an another country with TrendMicro and even Dell can not see the data in the Cloud offering. TrendMicro then manages the keys and the key management system for access to the encrypted data. This service can be applied to all volumes in all other offerings as required. The support and deployment is all based in Australia. ,IaaS,Encryption Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per volume encrypted,Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Optional Storage as a Service per month SAS,With Dell's Storage As a Service clients can buy storage capacity on SAS drives. Storage is provided through a single CPU server. The support and deployment is all based in Australia. ,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per GB SAS per month (Microsoft licensing to be provided by the agency),Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Optional Storage as a Service per month SAS,With Dell's Storage As a Service clients can buy storage capacity on SAS drives. Storage is provided through a single CPU server. The support and deployment is all based in Australia. ,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per GB SAS per month (Microsoft licensing to be provided by the agency),Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Optional Storage as a Service per month SATA,With Dell's Storage As a Service clients can buy storage capacity on SATA drives. Storage is provided through a single CPU server. The support and deployment is all based in Australia. ,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per GB SATA per month (Microsoft licensing to be provided by the agency),Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Optional Storage as a Service per month SATA,With Dell's Storage As a Service clients can buy storage capacity on SATA drives. Storage is provided through a single CPU server. The support and deployment is all based in Australia. ,IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Per GB SATA per month (Microsoft licensing to be provided by the agency),Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. Dell's cloud is perfect for this by allowing for hourly and monthly billing with no contract length requirements. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. Dell's cloud is perfect for this by allowing for hourly and monthly billing with no contract length requirements. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Large hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Large VM instance within seconds. A Large instance provides capacity to run enterprise class applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Large hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Large VM instance within seconds. A Large instance provides capacity to run enterprise class applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Large monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Large VM instance within seconds. A Large instance provides capacity to run enterprise class applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Large monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Large VM instance within seconds. A Large instance provides capacity to run enterprise class applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Medium hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Medium VM instance within seconds. A Medium instance provides capacity to run medium to large applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Medium hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Medium VM instance within seconds. A Medium instance provides capacity to run medium to large applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Medium monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Medium VM instance within seconds. A Medium instance provides capacity to run medium to large applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Medium monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Medium VM instance within seconds. A Medium instance provides capacity to run medium to large applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Small hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Small VM instance within seconds. A Small instance provides the basic capacity to run small to medium applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Small hourly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Small VM instance within seconds. A Small instance provides the basic capacity to run small to medium applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Small monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Small VM instance within seconds. A Small instance provides the basic capacity to run small to medium applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Seasonal Peak Bursting - Small monthly,With Dell's vCloud offering Dell can help clients with Seasonal burst capacity on demand. As you identify peak bursting requirements you can request and obtain access to a Small VM instance within seconds. A Small instance provides the basic capacity to run small to medium applications. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia. ,IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Storage as a Service,"With Dell's Storage As a Service clients can buy SSD, SAS, and SATA drives through Dell's vCloud as a service offering. The storage offering allows for slow and cost effective all the way to very fast disk. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Storage as a Service,"With Dell's Storage As a Service clients can buy SSD, SAS, and SATA drives through Dell's vCloud as a service offering. The storage offering allows for slow and cost effective all the way to very fast disk. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Large hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Large Development environment provides a powerful sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Large hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Large Development environment provides a powerful sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Large monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Large Development environment provides a powerful sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Large monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Large Development environment provides a powerful sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Medium hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Medium Development environment provides a general purpose sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Medium hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Medium Development environment provides a general purpose sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Medium monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Medium Development environment provides a general purpose sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Medium monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Medium Development environment provides a general purpose sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Small hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Small Development environment provides a basic sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Small hourly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Small Development environment provides a basic sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test _ Development Environments Small monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Small Development environment provides a basic sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test _ Development Environments Small monthly,Rapid provisioning of virtual machines enables your development teams to access resources on demand. A Small Development environment provides a basic sandpit environment and can be provisioned or shutdown in seconds. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Test __ Development Environments,With Dell's vCloud offering Dell can help clients spin up a Virtual Server for Test and Development environments on demand. Customers can provision Virtual Servers in seconds. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Test __ Development Environments,With Dell's vCloud offering Dell can help clients spin up a Virtual Server for Test and Development environments on demand. Customers can provision Virtual Servers in seconds. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Large hourly,"Large vCloud Compute Services provide you with a powerful compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Large hourly,"Large vCloud Compute Services provide you with a powerful compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Large monthly,"Large vCloud Compute Services provide you with a powerful compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Large monthly,"Large vCloud Compute Services provide you with a powerful compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Medium hourly,"Medium vCloud Compute Services provide you with a medium capacity compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Medium hourly,"Medium vCloud Compute Services provide you with a medium capacity compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Medium monthly,"Medium vCloud Compute Services provide you with a medium capacity compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Medium monthly,"Medium vCloud Compute Services provide you with a medium capacity compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Small hourly,"Small vCloud Compute Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Small hourly,"Small vCloud Compute Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Small monthly,"Small vCloud Compute Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,VCloud Compute Services - Small monthly,"Small vCloud Compute Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server,With Dell's vCloud offering Dell can help clients spin up a Virtual Server on demand. Customers can provision Virtual Servers in seconds. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server,With Dell's vCloud offering Dell can help clients spin up a Virtual Server on demand. Customers can provision Virtual Servers in seconds. Dell's Clients can spin up a VM and only pay for it when they are using it. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.,IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"vCPU - 1GHz of processingvRAM - 1GB RamSSD, SAS, SATA - Drive types",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Large hourly,"Large vCloud Virtual Server Services provide you with enterprise compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Large hourly,"Large vCloud Virtual Server Services provide you with enterprise compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Large monthly,"Large vCloud Virtual Server Services provide you with enterprise compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Large monthly,"Large vCloud Virtual Server Services provide you with enterprise compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Large VM - 10 vCPU 1 GHz, 64GB RAM, 10Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Medium hourly,"Medium vCloud Virtual Server Services provide you with moderate compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Medium hourly,"Medium vCloud Virtual Server Services provide you with moderate compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Medium monthly,"Medium vCloud Virtual Server Services provide you with moderate compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Medium monthly,"Medium vCloud Virtual Server Services provide you with moderate compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Medium VM - 8 vCPU 1 GHz, 32GB RAM, 1Tb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Small hourly,"Small vCloud Virtual Server Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Small hourly,"Small vCloud Virtual Server Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM per hour (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dell Australia Pty Ltd,46003855561,Virtual Server - Small monthly,"Small vCloud Virtual Server Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,, Dell Australia Pty Ltd,46003855561,Virtual Server - Small monthly,"Small vCloud Virtual Server Services provide you with a basic compute, memory and storage Virtual Machine. Using Dell's vCloud solution for compute as a service allows for customers to spin up virtual machines and have compute on demand and only pay for what they are using. Dell vCloud offers a 99.95% SLA with replication and backup all hosted in Australia. The support and deployment is all based in Australia.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Small VM - 4 vCPU 1 GHz, 16GB RAM, 500Gb SATA storage per month (Microsoft licensing to be provided by the agency)",Australia,ACT,1.1,Tier 3 (ASIO Tier 4),Australia,NSW,1.2,Tier 3,,,,,,,,,,,,
Dimension Data Australia,65003371239,Collaboration Services - Cloud Services for Microsoft - Exchange User,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",PaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Exchange (and SharePoint and Lync) user,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Collaboration Services - Cloud Services for Microsoft - Exchange User,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",PaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Exchange (and SharePoint and Lync) user,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Collaboration Services - Cloud Services for Microsoft - Sharepoint User,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns. For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Sharepoint user (and Lync user and Exchange User),Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Collaboration Services - Cloud Services for Microsoft - Sharepoint User,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns. For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Sharepoint user (and Lync user and Exchange User),Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Compute Service - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Units Consumed,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Compute Service - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Units Consumed,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Document Management - Cloud Services for Sharepoint,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Sharepoint User,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Document Management - Cloud Services for Sharepoint,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Sharepoint User,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Email - Cloud Services for Exchange,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Mailbox,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Email - Cloud Services for Exchange,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Mailbox,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Instant Messaging Services - Cloud Services for Lync,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Lync user,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Instant Messaging Services - Cloud Services for Lync,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Lync user,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Office Productivity Services - Cloud Services for Microsoft,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,"User (of Exchange, Sharepoint or Lync)",Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Office Productivity Services - Cloud Services for Microsoft,"Dimension Data's Cloud Services for Microsoft deliver Microsoft Exchange, Microsoft SharePoint and Microsoft Lync as a managed private cloud service.The service can be delivered as individual services, or as an entire integrated Business Productivity Suite for the Cloud. Our Microsoft cloud services can be integrated with on-premise services or other Dimension Data local cloud services, overcoming data sovereignty concerns.For installations on physical servers, Agencies will be required to supply Microsoft licenses due to the Volume Sourcing Agreement with the Australian Government.",SaaS,Collaboration Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,"User (of Exchange, Sharepoint or Lync)",Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Seasonal Peak Bursting - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Units Consumed,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Seasonal Peak Bursting - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Seasonal Peak Bursting,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Units Consumed,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Test Development Environment - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Dev Test,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Test Development Environment - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Dev Test,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Virtual Server - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Virtual Server - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
Dimension Data Australia,65003371239,Web Hosting - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Web Hosting,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,, Dimension Data Australia,65003371239,Web Hosting - Public Compute-as-a-Service (CaaS),"The Public CaaS from Dimension Data is an enterprise-class CaaS offering provided via either private WAN or the Internet as a scalable, pay-per-usage model, built using industry-leading hardware and software. The platform is fully automated and orchestrated via purpose-built software, and comprises servers, storage, and network elements, coupled with virtualisation technology and operating system software.",IaaS,Web Hosting,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,&gt; 60 min,&gt; 60 mins,Resource Consumption,Australia,New South Wales,unknown,Tier 3,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Customised Management Systems - eBMS Hosted,"eBMS automates paper-based & spreadsheet type registers or old legacy systems into robust & customized systems using an affordable and feature rich web-based management platform.Examples of systems include Risk-, Contract-, HR-, Fleet-, OHS-, Compliance-, Case Management, etc.We use our Australian made & proven technology platform to offer unprecedented customisation for the delivery of tailored fit systems. The benefits are that our current clients claim productivity improvements of up to 40% while offering them greater process transparency, control, governance and pro-active management capability. Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customization, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : One System Module with 150 usersExample: Contract Management System with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Customised Management Systems - eBMS Hosted,"eBMS automates paper-based & spreadsheet type registers or old legacy systems into robust & customized systems using an affordable and feature rich web-based management platform.Examples of systems include Risk-, Contract-, HR-, Fleet-, OHS-, Compliance-, Case Management, etc.We use our Australian made & proven technology platform to offer unprecedented customisation for the delivery of tailored fit systems. The benefits are that our current clients claim productivity improvements of up to 40% while offering them greater process transparency, control, governance and pro-active management capability. Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customization, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : One System Module with 150 usersExample: Contract Management System with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Customised Management Systems - Self Hosted,"eBMS automates paper-based & spreadsheet type registers or old legacy systems into robust & customized systems using an affordable and feature rich web-based management platform.Examples of systems include Risk-, Contract-, HR-, Fleet-, OHS-, Compliance-, Case Management, etc.We use our Australian made & proven technology platform to offer unprecedented customisation for the delivery of tailored fit systems. The benefits are that our current clients claim productivity improvements of up to 40% while offering them greater process transparency, control, governance and pro-active management capability. Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customization, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 Month,A Unit : One System Module with 150 usersExample: Contract Management System with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Customised Management Systems - Self Hosted,"eBMS automates paper-based & spreadsheet type registers or old legacy systems into robust & customized systems using an affordable and feature rich web-based management platform.Examples of systems include Risk-, Contract-, HR-, Fleet-, OHS-, Compliance-, Case Management, etc.We use our Australian made & proven technology platform to offer unprecedented customisation for the delivery of tailored fit systems. The benefits are that our current clients claim productivity improvements of up to 40% while offering them greater process transparency, control, governance and pro-active management capability. Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customization, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 Month,A Unit : One System Module with 150 usersExample: Contract Management System with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Large Size Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 70 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Large Size Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 70 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Large Size Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 70 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Large Size Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 70 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Medium Size Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 25 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Medium Size Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 25 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Medium Size Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 25 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Medium Size Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 Month,&gt; 1 week,A Unit : 25 Data Capturing Templates for 150 usersExample: Office Complaints Register with 150 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Small Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,A Unit : 10 Data Capturing Templates for 80 usersExample: Office Complaints Register with 80 users. ,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Small Projects - (eBMS Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,A Unit : 10 Data Capturing Templates for 80 usersExample: Office Complaints Register with 80 users. ,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
eBMS Pty Ltd,50068507808,Register & Process Systemisation for Small Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,A Unit : 10 Data Capturing Templates for 80 usersExample: Office Complaints Register with 80 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,, eBMS Pty Ltd,50068507808,Register & Process Systemisation for Small Projects - (Self Hosted),"eBMS automates any manual process or paper-based & spreadsheet type registers. We can turn your current register into a robust and customised system, helping you to achieve the desired outcomes.For example, if you are capturing service delivery issues relating to your department in a spreadsheet register, it will limit you due to no version control, workflow, automated escalation, audit trail, etc. We can automate your register which will save you time and drive the necessary outcomes.Watch the following clip for more detail:Animation ClipeBMS Platform Features: workflow, automated reminders & communication, flexible reporting, integration friendly, template customisation, business rule scheduling, multi-user security, etcOur offering includes the necessary workshops and liaison to ensure `process clarity' and the successful delivery of the following activities: Scoping, System architecture, System Development, Testing, Deployment and Training.For more info visit us at :www.ebms.com.au",SaaS,Managed Application Deployment,,24 X 7 X 365,,0.99999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,A Unit : 10 Data Capturing Templates for 80 usersExample: Office Complaints Register with 80 users.,Australia,Victoria,,1.0,,,,,,,,,,,,,,,,
Emantra Pty Ltd,98116306453,Email Security Services,"Optional security add-on services to Emantra Hosted Exchange enterprise email solution. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Services include Windows Rights Management (for document protection), Fedlink encryption, high-level filtering and monitoring, and Australian Government compliant info-class email tagging and smart routing.Services typically involve an engagement and analysis fee, implementation fee and a monthly pay as you use licence fee.",IaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Tailored security service per mailbox.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Email Security Services,"Optional security add-on services to Emantra Hosted Exchange enterprise email solution. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Services include Windows Rights Management (for document protection), Fedlink encryption, high-level filtering and monitoring, and Australian Government compliant info-class email tagging and smart routing.Services typically involve an engagement and analysis fee, implementation fee and a monthly pay as you use licence fee.",IaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Tailored security service per mailbox.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Blackberry Enterprise Server add-on to Emantra Hosted Exchange service,"Enterprise-grade fully-managed Blackberry Enterprise Server service utilizing RIM Blackberry and Microsoft Active-Sync technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,Email - Blackberry,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Full Microsoft Exchange integration with one Blackberry device.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Blackberry Enterprise Server add-on to Emantra Hosted Exchange service,"Enterprise-grade fully-managed Blackberry Enterprise Server service utilizing RIM Blackberry and Microsoft Active-Sync technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,Email - Blackberry,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Full Microsoft Exchange integration with one Blackberry device.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Dynamics CRM 2011,"Enterprise-grade fully-managed customer relationship management system utilizing Microsoft Dynamics CRM 2011 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,CRM,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Dynamics CRM 2011 user with 2GB aggregateable database allowance,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Dynamics CRM 2011,"Enterprise-grade fully-managed customer relationship management system utilizing Microsoft Dynamics CRM 2011 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,CRM,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Dynamics CRM 2011 user with 2GB aggregateable database allowance,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 10GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 10GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 10GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 10GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 1GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 1GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 1GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 1GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 2GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 2GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 2GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 2GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 5GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 5GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Exchange 2010 - 5GB Mailbox,"Enterprise-grade fully-managed Email service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Exchange 2010 Mailbox including Outlook client with Outlook Web App access - 5GB mailbox storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft Project Server 2010,"Enterprise-grade fully-managed cproject management system service utilizing Microsoft Project Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Office Productivity,Project Management,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Dynamics CRM 2011 user with 2GB aggregateable database allowance,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft Project Server 2010,"Enterprise-grade fully-managed cproject management system service utilizing Microsoft Project Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Office Productivity,Project Management,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Microsoft Dynamics CRM 2011 user with 2GB aggregateable database allowance,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Enterprise Edition Server - SaaS,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint Server 2010 Enterprise Edition with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Enterprise Edition Server - SaaS,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint Server 2010 Enterprise Edition with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Foundation Site,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint 2010 Foundation site with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Foundation Site,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint 2010 Foundation site with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Standard Edition Server,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint Server 2010 Standard Edition with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Microsoft SharePoint 2010 - Standard Edition Server,"Enterprise-grade fully-managed collaboration, portal, document management, website content management and workflow automation system service utilizing Microsoft SharePoint 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.Emantra offers three standard levels of Hosted SharePoint service - Foundation Site, Standard Server and Enterprise Server.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user of Microsoft Exchange SharePoint Server 2010 Standard Edition with 100GB aggregated storage capacity,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Physical Servers - Basic Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Basic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Physical Servers - Basic Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Basic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Physical Servers - Premium Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Premium Physical Server - 2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Physical Servers - Premium Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Premium Physical Server - 2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Physical Servers - Standard Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Standard Physical Server - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Physical Servers - Standard Microsoft Windows Server,"Enterprise-grade Hosted Physical Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic Server - 1x CPU QuadCore 4GB RAM 2x 300GB RAID1 HDD SASStandard - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SASPremium (2x CPU SixCore 64GB RAM 6x 600GB RAID10 HDD SAS",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,Standard Physical Server - 1x CPU SixCore 16GB RAM 4x 300GB RAID10 HDD SAS,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Email Archive - Premium,"Enterprise-grade Secure Email Archive service utilizing Symantec EnterpriseVault technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes the relevant Symantec licence, 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.",SaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Hosted Symantec EnterpriseVault appliance based Secure Email Archive 10GB storage for 1 mailbox,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Email Archive - Premium,"Enterprise-grade Secure Email Archive service utilizing Symantec EnterpriseVault technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes the relevant Symantec licence, 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.",SaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Hosted Symantec EnterpriseVault appliance based Secure Email Archive 10GB storage for 1 mailbox,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Email Archive - Standard,"Enterprise-grade Secure Email Archive service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Hosted Microsoft Exchange Secure Email Archive 10GB storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Email Archive - Standard,"Enterprise-grade Secure Email Archive service utilizing Microsoft Exchange 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Data Storage and Archive,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Hosted Microsoft Exchange Secure Email Archive 10GB storage,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Storage - 1000GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 1000GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Storage - 1000GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 1000GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Storage - 100GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 100GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Storage - 100GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 100GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Storage - 10GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 10GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Storage - 10GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 10GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Storage - 5 Terabytes,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 5 Terabytes,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Storage - 5 Terabytes,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 5 Terabytes,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Secure Storage - 500GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 500GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Secure Storage - 500GB,"Enterprise-grade Hosted Secure Storage options - fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers flexible storage options by the Gigabyte or Terabyte per month, suitable for production and non-production environments.",SaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,Hosted Secure Storage - 500GB,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted SQL Server Enterprise Edition Platform,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of SQL Server 2012/2008 to act as a database server on that underlying infrastructure. It is suitable for running any third-party SQL based application. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Database Services,Suitable for hosting own SQL application,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,1x Dedicated Instance SQL Server Enterprise Edition Role on Virtual or Physical Server. Excludes cost of underlying server.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted SQL Server Enterprise Edition Platform,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of SQL Server 2012/2008 to act as a database server on that underlying infrastructure. It is suitable for running any third-party SQL based application. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Database Services,Suitable for hosting own SQL application,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,1x Dedicated Instance SQL Server Enterprise Edition Role on Virtual or Physical Server. Excludes cost of underlying server.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted SQL Server Standard Edition Platform,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of SQL Server 2012/2008 to act as a database server on that underlying infrastructure. It is suitable for running any third-party SQL based application. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Database Services,Suitable for hosting own SQL application,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,1x Dedicated Instance SQL Server Standard Edition Role on Virtual or Physical Server. Excludes cost of underlying server.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted SQL Server Standard Edition Platform,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of SQL Server 2012/2008 to act as a database server on that underlying infrastructure. It is suitable for running any third-party SQL based application. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Database Services,Suitable for hosting own SQL application,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 8 hours,&gt; 60 mins,1x Dedicated Instance SQL Server Standard Edition Role on Virtual or Physical Server. Excludes cost of underlying server.,Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Basic Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Basic Virtual Server - 1x VCPU, 1GB RAM, 10GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Basic Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Basic Virtual Server - 1x VCPU, 1GB RAM, 10GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Premium Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Premium Virtual Server - 4x VCPU, 16GB RAM, 500GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Premium Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based. The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Premium Virtual Server - 4x VCPU, 16GB RAM, 500GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Standard Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Standard Virtual Server - 2x VCPU, 8GB RAM, 100GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Virtual Servers - Standard Microsoft Windows Server,"Enterprise-grade Hosted Virtual Servers fully managed service tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.Emantra offers three standard levels of Hosted Physical ServersBasic - 1x VCPU, 1GB RAM, 10GB HDD/SANStandard - 2x VCPU, 8GB RAM, 100GB HDD/SANPremium - 4x VCPU, 16GB RAM, 500GB HDD/SAN",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"Standard Virtual Server - 2x VCPU, 8GB RAM, 100GB HDD/SAN",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Hosted Web Servers,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of Windows Server 2012/2008 to act as a web server on that underlying infrastructure. It is suitable for hosting high performance websites. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Web Server Role including Windows Server 2012/2008R2 operating system and IIS8/7, suitable for high performance website hosting. Excludes cost of underlying virtual or physical server.",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Hosted Web Servers,"This service is an optional addition to Emantra's Hosted Virtual and Physical Servers. It provides for one dedicated instance of Windows Server 2012/2008 to act as a web server on that underlying infrastructure. It is suitable for hosting high performance websites. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",PaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Web Server Role including Windows Server 2012/2008R2 operating system and IIS8/7, suitable for high performance website hosting. Excludes cost of underlying virtual or physical server.",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Microsoft Lync Server 2010 Enterprise Edition (incl Web Conferencing),"Enterprise-grade fully-managed desktop instant messaging service utilizing Microsoft Lync Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Instant Messaging,"Plus Presence, Web conferencing, Exchange and VOIP integratable",24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user Microsoft Lync Server 2010 Enterprise Edition (incl Web Conferencing),Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Microsoft Lync Server 2010 Enterprise Edition (incl Web Conferencing),"Enterprise-grade fully-managed desktop instant messaging service utilizing Microsoft Lync Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Instant Messaging,"Plus Presence, Web conferencing, Exchange and VOIP integratable",24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user Microsoft Lync Server 2010 Enterprise Edition (incl Web Conferencing),Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Microsoft Lync Server 2010 Standard Edition (excl Web Conferencing),"Enterprise-grade fully-managed desktop instant messaging service utilizing Microsoft Lync Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Instant Messaging,"Plus Presence, Exchange and VOIP integratable",24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user Microsoft Lync Server 2010 Standard Edition (excl Web Conferencing),Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Microsoft Lync Server 2010 Standard Edition (excl Web Conferencing),"Enterprise-grade fully-managed desktop instant messaging service utilizing Microsoft Lync Server 2010 technology. This service is tailored for the Australian Government. It is hosted in Canberra on Emantra's existing Community Cloud infrastructure which is fully dedicated to Australian Government customers.The service sits behind a DSD Certified (PROTECTED level) Secure Internet Gateway, which can connect to ICON, the Internet and Private IP links.The service price includes 24/7 operations, maintenance and monitoring, and 24/7 full technical support. The service is 100% Australian based.The service price excludes the relevant Microsoft licence which can be assigned to the service from the Agency's Microsoft VSA. Alternatively, a Microsoft licence can be provided under the SPLA program, POA.",SaaS,Instant Messaging,"Plus Presence, Exchange and VOIP integratable",24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1x user Microsoft Lync Server 2010 Standard Edition (excl Web Conferencing),Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - Hi Touch Service,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - Hi Touch Service,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - Lo Touch Service,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - Lo Touch Service,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - No Touch,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,, Emantra Pty Ltd,98116306453,Shared Rack Space (Bring your own server) - No Touch,"Enterprise-grade Hosted Co-location Services tailored for Australian Government. Hosted in Canberra in locked cabinets dedicated to Australian Government customers. Connected to ICON, Internet and Private IP links. Behind DSD Certified Secure Internet Gateway to PROTECTED level.Emantra offers three standard levels of Co-lo service: No Touch (secure housing and connection only), Lo touch (plus ping monitoring and alert), Hi Touch (plus full server and bandwidth monitoring and daily back-up with 100GB allowance). Patching and other hands-on services also available, POA.",IaaS,Physical Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 60 mins,"1 Rack Unit (""RU"") per month",Australia,ACT (Hume - Canberra Data Centre - on DC Facilities Panel) - PRIMARY,,3+ (Uptime Institute),Australia,QLD (Springfield - Polaris DC) - BACK-UP,,3+ (Uptime Institute),Australia,"ACT (Bruce - NextDC C1) - DUAL ACTIVE, SECONDARY BACK-UP",,3+ (Uptime Institute),,,,,,,,
eMite,44108495861,eMite Service Intelligence,"eMite's Service Intelligence Platform has been enabling IT departments and IT Outsourcers to Engage Pro-actively since 2007.eMite Service Intelligence Platform combines Analytics, Correlation, Capacity, Performance, Availability, and SLA Management into a single, out of the box solution. From the outset the aims have been to aggregate from any data source, provide multiple Service Models for both business and IT and to deliver this with a Presentation Layer that is truly end user driven.",SaaS,Information Management,"IT Service Management, Dashboard, Reporting and Capacity Planning",24 X 7 X 365,,0.99,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,Off,&gt; 1 day,&gt; 1 day,"A unit is a METRIC.A metric is a number or count that has a value / measurement of things like CPU, Disk Space, Response Time, Transaction Count, Que Length, etc. The metric can be collected 1000's of time per day but it is still considered as a single metric. Each Metric will have an actual value, a predicted value, a Min, Max and Average. A metric is a time series value. A metric can also be a transaction count for reporting on things like Service Desk Tickets.",Australia,NSW,,TIA 942 - Australian Data Centre Standard,,,,,,,,,,,,,,,, eMite,44108495861,eMite Service Intelligence,"eMite's Service Intelligence Platform has been enabling IT departments and IT Outsourcers to Engage Pro-actively since 2007.eMite Service Intelligence Platform combines Analytics, Correlation, Capacity, Performance, Availability, and SLA Management into a single, out of the box solution. From the outset the aims have been to aggregate from any data source, provide multiple Service Models for both business and IT and to deliver this with a Presentation Layer that is truly end user driven.",SaaS,Information Management,"IT Service Management, Dashboard, Reporting and Capacity Planning",24 X 7 X 365,,0.99,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,Off,&gt; 1 day,&gt; 1 day,"A unit is a METRIC.A metric is a number or count that has a value / measurement of things like CPU, Disk Space, Response Time, Transaction Count, Que Length, etc. The metric can be collected 1000's of time per day but it is still considered as a single metric. Each Metric will have an actual value, a predicted value, a Min, Max and Average. A metric is a time series value. A metric can also be a transaction count for reporting on things like Service Desk Tickets.",Australia,NSW,,TIA 942 - Australian Data Centre Standard,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Guaranteed Seats - 24x7,"In the event an agency needs an alternate office location to continue its operations, provision of guaranteed access to business continuity shared seats* with PCs and telephones are available via a subscription service per guaranteed seat per office location. Guaranteed seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Guaranteed Seating: Is defined as the guaranteed availability of seats (not pre-allocated) in the event of a disaster declaration.Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements. Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,24 X 7 Ex Hols,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Guaranteed seat = guaranteedaccess to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Guaranteed Seats - 24x7,"In the event an agency needs an alternate office location to continue its operations, provision of guaranteed access to business continuity shared seats* with PCs and telephones are available via a subscription service per guaranteed seat per office location. Guaranteed seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Guaranteed Seating: Is defined as the guaranteed availability of seats (not pre-allocated) in the event of a disaster declaration.Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements. Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,24 X 7 Ex Hols,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Guaranteed seat = guaranteedaccess to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Guaranteed Seats - Business Hours,"In the event an agency needs an alternate office location to continue its operations, provision of guaranteed access to business continuity shared seats* with PCs and telephones are available via a subscription service per guaranteed seat per office location. Guaranteed seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Guaranteed Seating: Is defined as the guaranteed availability of seats (not pre-allocated) in the event of a disaster declaration.Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements. Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,08 - 20 Bus Hours,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Guaranteed seat = guaranteedaccess to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Guaranteed Seats - Business Hours,"In the event an agency needs an alternate office location to continue its operations, provision of guaranteed access to business continuity shared seats* with PCs and telephones are available via a subscription service per guaranteed seat per office location. Guaranteed seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Guaranteed Seating: Is defined as the guaranteed availability of seats (not pre-allocated) in the event of a disaster declaration.Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements. Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,08 - 20 Bus Hours,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Guaranteed seat = guaranteedaccess to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Shared Seats - 24x7,"In the event an agency needs an alternate office location to continue its operations, provision of shared access to business continuity shared seats* with PCs and telephones are available via a subscription service per shared seat per office location. Shared seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Shared seats: access to seats on a shared basis during disaster declaration. Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements.Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,24 X 7 Ex Hols,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Shared seat = shared access to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Shared Seats - 24x7,"In the event an agency needs an alternate office location to continue its operations, provision of shared access to business continuity shared seats* with PCs and telephones are available via a subscription service per shared seat per office location. Shared seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Shared seats: access to seats on a shared basis during disaster declaration. Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements.Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,24 X 7 Ex Hols,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Shared seat = shared access to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Shared Seats - Business Hours,"In the event an agency needs an alternate office location to continue its operations, provision of shared access to business continuity shared seats* with PCs and telephones are available via a subscription service per shared seat per office location. Shared seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Shared seats: access to seats on a shared basis during disaster declaration. Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements.Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,08 - 20 Bus Hours,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Shared seat = shared access to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Business Continuity - Shared Seats - Business Hours,"In the event an agency needs an alternate office location to continue its operations, provision of shared access to business continuity shared seats* with PCs and telephones are available via a subscription service per shared seat per office location. Shared seats includes us of shared office facilities, fax, photocopiers, printers. Shared access to meeting rooms and command center, use of kitchen facilities including use of coffee, tea and bar/food preparation areas during a rehearsal or in the event of a declaration. Shared seats: access to seats on a shared basis during disaster declaration. Use of voice charges when onsite charged at cost, consumables to be supplied by agency. WAN and data transmission to be provided by agency preferred telecommunications provider to provide specific agency communication requirements.Service includes storage space and power of a network termination devices no more than 1RU in height with dimensions 300mmx400mm or less (maximum power and cooling allocation of 0.25kw). Capability for up to 100 call centre seats. Setup includes - site and resources setup; contract establishment, security authorisation, planning and implementation of client procedures. Telephony standard services setup includes up to 2 terminating numbers (includes a single queue for each number). Rehearsal: Allocated rehearsal of 2 days per annum of eight hour blocks during business hours (9am to 5pm, Monday to Friday excluding public holidays).",Managed Service,Business Continuity,,08 - 20 Bus Hours,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,08 - 20 Bus Excl Hols,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Off,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 1 week,"1 Shared seat = shared access to desk, PC and telephone for 12 months.An event fee applies, then usage fee based on seats and number of days.",Australia,New South Wales,1.7,3.0,Australia,Victoria,1.7,3.0,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 1kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 1kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 1kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 1kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 1kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 1kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 1kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 1kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 1kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 1kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 1kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 1kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 2kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 2kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 2kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 2kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 2kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 2kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 2kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 2kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 2kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 2kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 2kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 2kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 3kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 3kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 3kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 3kw Melbourne - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 3kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility, Mitcham1 (Mitcham);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 3kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,Victoria,1.7,3.0,,,,,,,,,,,,,,,,
Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 3kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 3kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 3kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,, Enterprise Data Corporation Pty Ltd,78081017914,Colocation Data Centre - 42RU 3kw Sydney - 24x7,"Per 42RUstandard space (600mm x 1200mm depth), includes 2 x 32amp single phase circuits and 2x 32amp single phase metered PDU's. Power and cooling allocation of 3kw.Summary of Services & Benefits: Purpose built Data Centre and Business Resilience Facility,Norwest 1 (Baulkham Hills);Location Compliance outside risk areas, such as CBD, airports and known danger zones; Proven track record of availability and uptime; Easy access from multiple freeways and Access to car parking on site 24x7.",Other,Storage,Colocation Rack space,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Off,Yes,Off,Off,Yes,Yes,Yes,Off,&gt; 1 Month,&gt; 1 week,42RU Rack unit 3kw = dedicated access to 42RU rack unit for 12 monthsPower and cooling consumption rates unit costs below.,Australia,New South Wales,1.7,3.0,,,,,,,,,,,,,,,,
Ethan Group,93099503456,Backup & Recovery as a Service,"Remotely Backup Servers, Virtual Machines, Databases, Email Systems, Operating Systems and Files. Agent is installed at the Hypervisor or Operating System Layer, enabling imaged based backup and restoration, file based backup and restoration or (where supported) application level backup and restoration. Restores are enacted via self service portal. Deduplication Software allows for large data sets to be backed up over skinny network links.Backup & Recovery over the internet using EMC Avamar software. Pricing Applies per GB backed up, with a retention schedule of 30 Daily Full Backups.",IaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 1 day,"Per GB of Data Backed up per month (billing based on largest daily backup per month). Provisioning cost unit is Per server (Windows, Linux) - May be Virtual or Physical",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Backup & Recovery as a Service,"Remotely Backup Servers, Virtual Machines, Databases, Email Systems, Operating Systems and Files. Agent is installed at the Hypervisor or Operating System Layer, enabling imaged based backup and restoration, file based backup and restoration or (where supported) application level backup and restoration. Restores are enacted via self service portal. Deduplication Software allows for large data sets to be backed up over skinny network links.Backup & Recovery over the internet using EMC Avamar software. Pricing Applies per GB backed up, with a retention schedule of 30 Daily Full Backups.",IaaS,Backup Services,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 1 day,"Per GB of Data Backed up per month (billing based on largest daily backup per month). Provisioning cost unit is Per server (Windows, Linux) - May be Virtual or Physical",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Disaster Recovery (Basic),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Disaster Recovery (Basic),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Disaster Recovery (Performance),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Disaster Recovery (Performance),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Disaster Recovery (Standard),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Disaster Recovery (Standard),"When Purchased alongside Ethan 'Backup Services', the Disaster Recovery service will reserve space in Ethan IAAS platform for restoration of Virtual Servers. Servers may be powered on for testing/recovery purposes for 8 weeks per annum, measured if servers are powered on any time during any week. If Servers exceed the 8 weeks then pricing resorts to the monthly pricing allocated in the 'Virtual Servers' Offering.",Managed Service,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Email - Hosted Exchange,"Hosted MS Exchange 2010. Includes Management of the Operating System, Exchange Platform, and Outlook Application Support.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 5 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 8 hours,Per Mailbox. Maximum Mailbox Size 10GB.,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Email - Hosted Exchange,"Hosted MS Exchange 2010. Includes Management of the Operating System, Exchange Platform, and Outlook Application Support.",SaaS,eMail,,24 X 7 X 365,,0.999,&gt; 5 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 8 hours,Per Mailbox. Maximum Mailbox Size 10GB.,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Instant Messaging - Hosted Lync,"Hosted MS Lync Server Standard. Includes Management of the Operating System, Lync Platform, and Lync Client Application Support.",SaaS,Instant Messaging,,24 X 7 X 365,,0.999,&gt; 5 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 8 hours,Per User.,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Instant Messaging - Hosted Lync,"Hosted MS Lync Server Standard. Includes Management of the Operating System, Lync Platform, and Lync Client Application Support.",SaaS,Instant Messaging,,24 X 7 X 365,,0.999,&gt; 5 Hours,Protected,Auto Scaling,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 day,&gt; 8 hours,Per User.,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Storage,"Hosted Storage. Must be connected to 'Virtual Server', 'TestDevelopment Environment' or 'Virtual Desktop'. Provisioned on High Speed SAS disk within EMC SAN array, with 'FAST' Tiering and Array based EFD for high IOPS Servers / periods. Storage is Presented as a disk to the Operating System of 'Virtual Server'. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,Per 10GB,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Storage,"Hosted Storage. Must be connected to 'Virtual Server', 'TestDevelopment Environment' or 'Virtual Desktop'. Provisioned on High Speed SAS disk within EMC SAN array, with 'FAST' Tiering and Array based EFD for high IOPS Servers / periods. Storage is Presented as a disk to the Operating System of 'Virtual Server'. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Storage,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,Per 10GB,Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Test/Development Environment - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Dev Test,,08 - 20 Bus Hours,,0.99,&gt; 5 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Yes,Yes,Off,Off,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Virtual Desktop - Standard,Virtual Desktop (Windows or Linux) are hosted within Agency Based hosting environment. Accessible from the local network.,PaaS,Virtual Desktop,,08 - 20 Bus Hours,,0.999,&gt; 2 Hours,Protected,Supplier Only,Agency Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 8 hours,"Per Virtual Desktop. Standard Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Virtual Desktop - Standard,Virtual Desktop (Windows or Linux) are hosted within Agency Based hosting environment. Accessible from the local network.,PaaS,Virtual Desktop,,08 - 20 Bus Hours,,0.999,&gt; 2 Hours,Protected,Supplier Only,Agency Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 1 week,&gt; 8 hours,"Per Virtual Desktop. Standard Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Virtual Servers - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Virtual Server,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage.",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Website Hosting - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Website Hosting - IAAS Hosting (Basic),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Basic Specification is 1VCPU, 2GB RAM, 40GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Website Hosting - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Website Hosting - IAAS Hosting (Performance),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Performance Specification is 4VCPU, 8GB RAM, 250GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Ethan Group,93099503456,Website Hosting - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,, Ethan Group,93099503456,Website Hosting - IAAS Hosting (Standard),"Virtual Servers (Windows or Linux) are hosted within Ethan Group IAAS hosting environment. Accessible from the Internet and protected by a hosted Ethan Group Firewall, which will be configured to the security requirements determined by the Customer Administrator and Ethan Group. Self provisioning is enabled via the vCloud Director Client tool.",IaaS,Web Hosting,,24 X 7 X 365,,0.999,&gt; 2 Hours,Protected,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 8 hours,"Per Virtual Server. Standard Specification is 2VCPU, 4GB RAM, 100GB Disk Storage",Australia,NSW,1.7,3.0,Australia,NSW,1.5,3.0,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Large,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Large,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Medium,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Medium,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Micro,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512 mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Micro,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512 mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Small,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Linux Small,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Large,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Large,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Medium,"Customise your requirements for High AvailabilityCompute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Medium,"Customise your requirements for High AvailabilityCompute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Micro,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Micro,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Small,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services - Windows Small,"Customise your requirements for High Availability Compute Services by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services Excess Data,Data transfer (Bandwidth) used in conjunction with our Monthly Compute Services (Windows and Linux) which has not been pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at a lower rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded this excess rate will be charged for all usage over and above the pre paid limit,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Excess Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services Excess Data,Data transfer (Bandwidth) used in conjunction with our Monthly Compute Services (Windows and Linux) which has not been pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at a lower rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded this excess rate will be charged for all usage over and above the pre paid limit,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Excess Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Compute Services Pre Paid Data,Data transfer (Bandwidth) used in conjunction with our Monthly Compute Services (Windows and Linux) which is pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at this rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded an excess rate will be charged for all usage over and above the pre paid limit,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Compute Services Pre Paid Data,Data transfer (Bandwidth) used in conjunction with our Monthly Compute Services (Windows and Linux) which is pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at this rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded an excess rate will be charged for all usage over and above the pre paid limit,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machine Pre Paid Data,Data transfer (Bandwidth) used in conjunction with our Monthly Virtual Servers (Windows and Linux) which is pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at this rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded an excess rate will be charged for all usage over and above the pre paid limit,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machine Pre Paid Data,Data transfer (Bandwidth) used in conjunction with our Monthly Virtual Servers (Windows and Linux) which is pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at this rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded an excess rate will be charged for all usage over and above the pre paid limit,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Large,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Large,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Medium,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Medium,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Small,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Linux Small,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 100 pre-configured Linux based operating system templatesThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Large,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Large,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementThrough your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (4); RAM (8GB); Disk Space (250GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Medium,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Medium,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (2); RAM (4GB); Disk Space (100GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Micro,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Micro,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (512mb); Disk Space (5GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Small,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Machines - Windows Small,"Customise your requirements for High Availability Virtual Machines by selecting the exact CPU, RAM, Compute Storage and Bandwidth resources you require which are billed monthly in advance. This model provides a 25% saving on CPU and RAM pricing when compared to our PAYG Virtual Private Data Centre productSelect from over 50 pre-configured Microsoft based operating system templates. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing Agreement Through your Fluccs Elastic interface you have the ability to view CPU usage, Reboot, Console access, rebuild, view IPs, reset root/administrator password, schedule and delete backups",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Supplier Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource - CPU (1); RAM (1GB); Disk Space (50GB); IP (1)Billed Monthly in advance,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - Monthly Virtual Servers Excess Data,Data transfer (Bandwidth) used in conjunction with our Monthly Virtual Servers (Windows and Linux) which has not been pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at a lower rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded this excess rate will be charged for all usage over and above the pre paid limit,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Excess Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - Monthly Virtual Servers Excess Data,Data transfer (Bandwidth) used in conjunction with our Monthly Virtual Servers (Windows and Linux) which has not been pre paid prior to the start of a monthBlocks of Bandwidth can be pre purchased at a lower rate and there will be no additional charges if the pre paid quota is not reachedShould the pre paid quota be exceeded this excess rate will be charged for all usage over and above the pre paid limit,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Excess Data transfer (IN + OUT),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Compute Services - Linux Large,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Compute Services - Linux Large,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Compute Services Data,Data transfer (Bandwidth) used in conjunction with our PAYG Compute Services (Windows and Linux).Bandwidth is charged at a fixed rate per GB utilised IN + OUT and invoiced in arrears at the end of each month along with resource usage,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Compute Services Data,Data transfer (Bandwidth) used in conjunction with our PAYG Compute Services (Windows and Linux).Bandwidth is charged at a fixed rate per GB utilised IN + OUT and invoiced in arrears at the end of each month along with resource usage,IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Virtual Machines - Linux Large,"Through your own Virtual Private Data Centre instantlycreate and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Virtual Machines - Linux Large,"Through your own Virtual Private Data Centre instantlycreate and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Virtual Machines Data,Data transfer (Bandwidth) used in conjunction with our PAYG Virtual Servers (Windows and Linux).Bandwidth is charged at a fixed rate per GB utilised IN + OUT and invoiced in arrears at the end of each month along with resource usage,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Virtual Machines Data,Data transfer (Bandwidth) used in conjunction with our PAYG Virtual Servers (Windows and Linux).Bandwidth is charged at a fixed rate per GB utilised IN + OUT and invoiced in arrears at the end of each month along with resource usage,IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,1GB of Data transfer,Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Windows Small,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go) Windows Small,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Medium,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Medium,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Micro,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Micro,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Small,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Linux Small,"Through your own Virtual Private Data Centre instantly create and manage your own Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Large,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Large,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Medium,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Medium,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Micro,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Micro,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Small,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Compute Services -Windows Small,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Compute Services by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Compute Services including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Medium,"Through your own Virtual Private Data Centre instantly create and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Medium,"Through your own Virtual Private Data Centre instantly create and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Micro,"Through your own Virtual Private Data Centre instantlycreate and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Micro,"Through your own Virtual Private Data Centre instantlycreate and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Small,"Through your own Virtual Private Data Centre instantly create and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Linux Small,"Through your own Virtual Private Data Centre instantly create and manage your own Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 100 pre-configured Linux based operating system templates or create your own. You can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesCompute instances can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (1GB); Disk Space (50GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Large,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Large,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (4);RAM (8GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Medium,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Medium,"Through your own Virtual Private Data Centre instantly create and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (2);RAM (4GB); Disk Space (100GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Micro,"Through your own Virtual Private Data Centre instantlycreate and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,, Fluccs,65109918747,High Availability Cloud - PAYG (Pay As You Go)Virtual Machines -Windows Micro,"Through your own Virtual Private Data Centre instantlycreate and manage your own High Availability Virtual Machines by accessing a dedicated pool of resources, paying only for the resources you are using, calculated on a `per hour' basis.The user friendly interface provides you with complete control over the creation, management and removal of Virtual Machines including CPU, RAM and compute storage space.Select from over 50 pre-configured Micrososft based operating system templates or create your own. Microsoft licences to be provided by the Agency in accordance with the Microsoft Volume Sourcing AgreementYou can run machines on a stand-alone basis or create private internal networks. Add Load Balancers which permit clustering or auto-scaling of compute instances including the replication of existing machinesVirtual Machines can be deployed and managed through your dedicated Fluccs portal or integrated via RESTful JSON and xml API",IaaS,Virtual Server,,24 X 7 X 365,,0.9999,&gt; 2 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,Resource -CPU (1);RAM (128MB); Disk Space (5GB); IP (1),Australia,Queensland,&gt;2.0,2.0,,,,,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Unified Communication as a Service,"Fujitsu's Cloud based collaboration service (UCaaS) provides a dedicated Australian cloud hosted Microsoft Lync Server 2010 service which can be consumed on a Per User per Month procurement model.Through the Microsoft Lync interface, users can start an instant messaging session with a single contact or multiple contacts. After starting an instant messaging session, users can invite other contacts to the session and add audio and video to the session without opening a new Conversation window.The solution within UCaaS includes the capability of Presence. Presence is a feature of Microsoft Lync Server 2010 that indicates a user's current availability allowing users to communicate with the right person at the right time. Presence awareness can extend to other Office applications and SharePoint. In each case the same presence indicator shows availability with the same interactive contact card and allows the opportunity to initiate communication from within those applications. Lync connects presence information with the MaaS solution. This includes presence status updates based on Exchange calendar information, IM and presence in Outlook Web Apps, out-of-office messages in Lync 2010, and presence status and click-to-communicate in from properly configured Outlook clients also running the Lync client software.UCaaS service provides peer-to-peer file transfer capability enabling users to transfer files within a conversation avoiding clogging of email systems.The collaboration Service leverages Symantec Enterprise Vault and Symantec IM Manager as a common compliance storage and management tool. Instant messaging conversations will be recorded within this compliance tool and be searchable through a single consistent interface. This service does not include Call Detail Records (CDR) for video or voice calls made using Lync.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"User, StorageAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Included in unit cost for standard Lync. Enterprise voice provisioning incurs additional costs depending on complexity and requirements.",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Unified Communication as a Service,"Fujitsu's Cloud based collaboration service (UCaaS) provides a dedicated Australian cloud hosted Microsoft Lync Server 2010 service which can be consumed on a Per User per Month procurement model.Through the Microsoft Lync interface, users can start an instant messaging session with a single contact or multiple contacts. After starting an instant messaging session, users can invite other contacts to the session and add audio and video to the session without opening a new Conversation window.The solution within UCaaS includes the capability of Presence. Presence is a feature of Microsoft Lync Server 2010 that indicates a user's current availability allowing users to communicate with the right person at the right time. Presence awareness can extend to other Office applications and SharePoint. In each case the same presence indicator shows availability with the same interactive contact card and allows the opportunity to initiate communication from within those applications. Lync connects presence information with the MaaS solution. This includes presence status updates based on Exchange calendar information, IM and presence in Outlook Web Apps, out-of-office messages in Lync 2010, and presence status and click-to-communicate in from properly configured Outlook clients also running the Lync client software.UCaaS service provides peer-to-peer file transfer capability enabling users to transfer files within a conversation avoiding clogging of email systems.The collaboration Service leverages Symantec Enterprise Vault and Symantec IM Manager as a common compliance storage and management tool. Instant messaging conversations will be recorded within this compliance tool and be searchable through a single consistent interface. This service does not include Call Detail Records (CDR) for video or voice calls made using Lync.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"User, StorageAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Included in unit cost for standard Lync. Enterprise voice provisioning incurs additional costs depending on complexity and requirements.",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Collaboration as a Service,"Fujitsu's Collaboration as a Service delivers the level of security, resilience and performance that enterprises require, enabling customers to reduce IT costs and focus on their core business.Collaboration as a Service is delivering Microsoft SharePoint on the Fujitsu Cloud with the flexibility to meet business and users requirements. It is designed for all types of users from executive and power users to desk less and mobile workers, with options of a Dual site DR service.Collaboration as a Service provides customers with an enterprise grade Microsoft SharePoint environment on shared or dedicated virtual machines, scalable storage capacity and cloud-based backup services hosted in Fujitsu's data centres.Collaboration as a Service also consists of Supporting Service Elements that provide the foundation and control for the execution of support activities delivered through the service. These supporting elements are a mandatory component of the service:Infrastructure Management of the server, storage and networking componentsData Centre Services including facilities management and data centre operationsService Management including service desk and standard ITIL processes.Collaboration as a Service is designed to provide customers with a cost effective solution that delivers business class performance, flexibility, availability and scalability as standard.Fujitsu's Collaboration as a Service enables customers to use Fujitsu's computing and storage resources, as needed, paying just for the amount of resources required, under a Cloud consumption model.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"User, StorageAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Included in unit cost for standard SharePoint. Application migration and customisation depends on complexity and requirements.",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Collaboration as a Service,"Fujitsu's Collaboration as a Service delivers the level of security, resilience and performance that enterprises require, enabling customers to reduce IT costs and focus on their core business.Collaboration as a Service is delivering Microsoft SharePoint on the Fujitsu Cloud with the flexibility to meet business and users requirements. It is designed for all types of users from executive and power users to desk less and mobile workers, with options of a Dual site DR service.Collaboration as a Service provides customers with an enterprise grade Microsoft SharePoint environment on shared or dedicated virtual machines, scalable storage capacity and cloud-based backup services hosted in Fujitsu's data centres.Collaboration as a Service also consists of Supporting Service Elements that provide the foundation and control for the execution of support activities delivered through the service. These supporting elements are a mandatory component of the service:Infrastructure Management of the server, storage and networking componentsData Centre Services including facilities management and data centre operationsService Management including service desk and standard ITIL processes.Collaboration as a Service is designed to provide customers with a cost effective solution that delivers business class performance, flexibility, availability and scalability as standard.Fujitsu's Collaboration as a Service enables customers to use Fujitsu's computing and storage resources, as needed, paying just for the amount of resources required, under a Cloud consumption model.",SaaS,Collaboration Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"User, StorageAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Included in unit cost for standard SharePoint. Application migration and customisation depends on complexity and requirements.",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Fujitsu Global Cloud Platform,"The Fujitsu Global Cloud Platform (FGCP) Service delivers a dynamic, self-provisioned, pay as you go, highly available, Infrastructure as a Service (IaaS) across six Tier III data centres around the globe: Australia, UK, Japan, Singapore, Germany, and the USA.The Service Description Overview constitutes the description of the Service for the purposes of the Service Specification which forms a part of the Fujitsu Cloud Service Agreement.The Service delivers multi-tenanted capability from a pool of IT resources (network, storage and compute) and provides customisable virtual environments based on a set of pre-defined operating system templates (Windows and Linux). Procurement, configuration and management of these for Australian hosted resources are achieved using the FGCP Web Portal or the FGCP API (see http://globalcloud.fujitsu.com.au/).The FGCP Portal includes an infrastructure design studio to allow definition or selection of templates to create multi-tier architectures (maximum of three), enabling rapid deployment of infrastructures; and allowing capacity to be scaled both up and down in line with computing demands.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,&gt; 60 min,&gt; 60 mins,"Compute, Storage, Network",Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Fujitsu Global Cloud Platform,"The Fujitsu Global Cloud Platform (FGCP) Service delivers a dynamic, self-provisioned, pay as you go, highly available, Infrastructure as a Service (IaaS) across six Tier III data centres around the globe: Australia, UK, Japan, Singapore, Germany, and the USA.The Service Description Overview constitutes the description of the Service for the purposes of the Service Specification which forms a part of the Fujitsu Cloud Service Agreement.The Service delivers multi-tenanted capability from a pool of IT resources (network, storage and compute) and provides customisable virtual environments based on a set of pre-defined operating system templates (Windows and Linux). Procurement, configuration and management of these for Australian hosted resources are achieved using the FGCP Web Portal or the FGCP API (see http://globalcloud.fujitsu.com.au/).The FGCP Portal includes an infrastructure design studio to allow definition or selection of templates to create multi-tier architectures (maximum of three), enabling rapid deployment of infrastructures; and allowing capacity to be scaled both up and down in line with computing demands.",IaaS,Compute Services,,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Customer Admin Only,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,&gt; 60 min,&gt; 60 mins,"Compute, Storage, Network",Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Infrastructure as a Service,"Infrastructure as a Service (IaaS) provides a range of compute, storage and network options.Compute is provided in the form as virtual machines (42 different configurations) in a shared environment.Networking is provided as an extension to customers existing network in form of a firewall protected dedicated VLAN. There are options for additional network capabilities such as VLANs, firewalls, and local and global traffic managers.The assumption is that the customer is self-service and connects to the IaaS service via direct connection. The base service provides firewall and VLAN.These comments are based on the existing pricing and service definitions and are subject to change.",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Compute, Storage, NetworkThe cost to provision a base IaaS service for direct connected customers is nil. Customer is responsible for costs to connect to the Cloud Data Centre.The cost to provision a virtual machine using standard templates for compute and storage is nil. The cost for network options ranges from $50 depending upon the component.For a base compute VM with Windows OS, .",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Infrastructure as a Service,"Infrastructure as a Service (IaaS) provides a range of compute, storage and network options.Compute is provided in the form as virtual machines (42 different configurations) in a shared environment.Networking is provided as an extension to customers existing network in form of a firewall protected dedicated VLAN. There are options for additional network capabilities such as VLANs, firewalls, and local and global traffic managers.The assumption is that the customer is self-service and connects to the IaaS service via direct connection. The base service provides firewall and VLAN.These comments are based on the existing pricing and service definitions and are subject to change.",IaaS,Compute Services,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Compute, Storage, NetworkThe cost to provision a base IaaS service for direct connected customers is nil. Customer is responsible for costs to connect to the Cloud Data Centre.The cost to provision a virtual machine using standard templates for compute and storage is nil. The cost for network options ranges from $50 depending upon the component.For a base compute VM with Windows OS, .",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Mobile Device Management as a Service,"Fujitsu's global Managed Mobile service manages customer's smartphones, tablets and end devices and the applications and settings within them using standardized services, management tools and methods regardless of the user's location.Depending on device model service components are applied to an applicable extent depending on the mobile operating platform functionality availability. The service incorporates standardized processes and hardware configurations for the management of mobile devices.The managed service is centrally delivered from a state-of-the-art and PCI, Finnish Government (VAHTI), ISO27001 certified Fujitsu Tier 3 data centre in Finland and supported by Fujitsu's global 2nd lineservice desk in Ldz, Poland. The Managed Mobile service is delivered as a Cloud service unless otherwise agreed.Fujitsu will deliver our well established Managed Mobile services across all areas of our Customer's business - to all end users and their devices - controlled by our ITIL compliant service delivery management processes.The Managed Mobile service secures our Customer's devices, networks, mobile applications and data. Data is SSL encrypted 128bit in transit. Fujitsu administrator activities are logged and visible and Fujitsu personnel only have access to our Customer's mobile device asset data. No corporate Customer data rest in Fujitsu networks and secure user IDs and access credentials are audited and certified according to ISO27001.A multi-tenant architecture with separate database instances for each Customer and relevant governance and service management processes ensure data protection and integrity.The Fujitsu offering takes into account the latest technologies for and tablets, new ways of working including role based, mobile task working, accessing corporate systems and integrating new ways of presenting applications.Combining decades of experience in running desktop estates all around the world with our innovation - Fujitsu will deliver cost competitive and reliable Managed Mobile services for our customers.",SaaS,Content Management,Mobile Device Management,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"UserAssumptions: 1,000 users, core services only (Cloud infrastructure, software license and managed service including 2nd; 3rd and 4th level service desk)$30,000 including architecture (service integration - Infrastructure changes)",Finland,,,Tier 3,Customer site,,,,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Mobile Device Management as a Service,"Fujitsu's global Managed Mobile service manages customer's smartphones, tablets and end devices and the applications and settings within them using standardized services, management tools and methods regardless of the user's location.Depending on device model service components are applied to an applicable extent depending on the mobile operating platform functionality availability. The service incorporates standardized processes and hardware configurations for the management of mobile devices.The managed service is centrally delivered from a state-of-the-art and PCI, Finnish Government (VAHTI), ISO27001 certified Fujitsu Tier 3 data centre in Finland and supported by Fujitsu's global 2nd lineservice desk in Ldz, Poland. The Managed Mobile service is delivered as a Cloud service unless otherwise agreed.Fujitsu will deliver our well established Managed Mobile services across all areas of our Customer's business - to all end users and their devices - controlled by our ITIL compliant service delivery management processes.The Managed Mobile service secures our Customer's devices, networks, mobile applications and data. Data is SSL encrypted 128bit in transit. Fujitsu administrator activities are logged and visible and Fujitsu personnel only have access to our Customer's mobile device asset data. No corporate Customer data rest in Fujitsu networks and secure user IDs and access credentials are audited and certified according to ISO27001.A multi-tenant architecture with separate database instances for each Customer and relevant governance and service management processes ensure data protection and integrity.The Fujitsu offering takes into account the latest technologies for and tablets, new ways of working including role based, mobile task working, accessing corporate systems and integrating new ways of presenting applications.Combining decades of experience in running desktop estates all around the world with our innovation - Fujitsu will deliver cost competitive and reliable Managed Mobile services for our customers.",SaaS,Content Management,Mobile Device Management,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"UserAssumptions: 1,000 users, core services only (Cloud infrastructure, software license and managed service including 2nd; 3rd and 4th level service desk)$30,000 including architecture (service integration - Infrastructure changes)",Finland,,,Tier 3,Customer site,,,,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,IT Management as a Service,"Delivered as an on-demand service through Fujitsu's Global Cloud Infrastructure, IT Management as a Service (ITMaaS) gives you the visibility you need to actively monitor and manage your IT environments. The technology driving the Monitoring, Service Desk, and Cloud Application Monitoring services is Nimsoft. All three services have been architected to be integrated under a unified messaging hub or sold separately.Fujitsu's Service Desk as a Service (SDaaS) provides customers with a clear, consistent interface between business and IT. It accelerates incident response and enables active IT management --so customers can increase end user satisfaction, reduce costs, and meet business objectives.Fujitsu's Monitoring as a Service (MONaaS) solution enables:Sophisticated root cause analysis and speeds issue identification.Automatic deployment and configuration.Scalable, extensible architecture and data collection.Intuitive visualization and reporting and sophisticated alarms enable fast, timely insights.Fujitsu ITMaaS provides a compelling alternative to costly and complex on-premise solutions. Powered by Nimsoft, you can leverage the industry's only unified IT Management as a Service solution - giving you all the capabilities you need to ensure a high performance environment - without the cost or complexity of on-premise deployment.The suite marries the broadest set of monitoring data with ITIL v3 best-practice event-to -resolution workflows to provide exceptional service levels. Instead of suffering the lengthy, complex deployments that can be faced with on-premise solution, ITMaaS can be deployed in weeks, rather than months.",SaaS,Information Management,IT Service Management,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,&gt; 1 day,&gt; 1 day,Notes:Service Desk aaS to support a desk of 5 fixed users with a 24x7 (3 shifts/day roster of 10 agents)Availability of HA (99.9%)Price is inclusive of:o Infrastructureo24x7 email and telephone supportoMaintenance and upgrades Notes:Monitoring aaS to support :o 100 x network deviceso50 x advanced network deviceso100 x serverso50 x application serversoService Response Time -o10 x testing locations for critical applicationso5 x storage arraysAvailability of HA (99.9%)Price is inclusive of:o Infrastructureo24x7 email and telephone supportoMaintenance and upgrades,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,IT Management as a Service,"Delivered as an on-demand service through Fujitsu's Global Cloud Infrastructure, IT Management as a Service (ITMaaS) gives you the visibility you need to actively monitor and manage your IT environments. The technology driving the Monitoring, Service Desk, and Cloud Application Monitoring services is Nimsoft. All three services have been architected to be integrated under a unified messaging hub or sold separately.Fujitsu's Service Desk as a Service (SDaaS) provides customers with a clear, consistent interface between business and IT. It accelerates incident response and enables active IT management --so customers can increase end user satisfaction, reduce costs, and meet business objectives.Fujitsu's Monitoring as a Service (MONaaS) solution enables:Sophisticated root cause analysis and speeds issue identification.Automatic deployment and configuration.Scalable, extensible architecture and data collection.Intuitive visualization and reporting and sophisticated alarms enable fast, timely insights.Fujitsu ITMaaS provides a compelling alternative to costly and complex on-premise solutions. Powered by Nimsoft, you can leverage the industry's only unified IT Management as a Service solution - giving you all the capabilities you need to ensure a high performance environment - without the cost or complexity of on-premise deployment.The suite marries the broadest set of monitoring data with ITIL v3 best-practice event-to -resolution workflows to provide exceptional service levels. Instead of suffering the lengthy, complex deployments that can be faced with on-premise solution, ITMaaS can be deployed in weeks, rather than months.",SaaS,Information Management,IT Service Management,24 X 7 X 365,,0.999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Yes,Off,Off,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Off,&gt; 1 day,&gt; 1 day,Notes:Service Desk aaS to support a desk of 5 fixed users with a 24x7 (3 shifts/day roster of 10 agents)Availability of HA (99.9%)Price is inclusive of:o Infrastructureo24x7 email and telephone supportoMaintenance and upgrades Notes:Monitoring aaS to support :o 100 x network deviceso50 x advanced network deviceso100 x serverso50 x application serversoService Response Time -o10 x testing locations for critical applicationso5 x storage arraysAvailability of HA (99.9%)Price is inclusive of:o Infrastructureo24x7 email and telephone supportoMaintenance and upgrades,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,,,,,
Fujitsu Australia Limited,10001011427,Messaging as a Service,"Fujitsu's Messaging as a Service (MaaS) offering provides a secure and scalable, cloud hosted email platform, based on Microsoft Exchange Server 2010. Our solution delivers an enterprise-grade service that is locally hosted in Australia ensuring that customer data stays in country at all times and ensuring data sovereignty. Providing enterprise capable, cloud messaging created challenges and Fujitsu has worked with global technology partners such as Microsoft, Cisco, CA and Symantec to design build and operate our MaaS platform.The platform is designed to meet the needs of the Enterprise customer and is designed to incorporate a number of key principles including:Offer high availabilityHosted within NSW across dual Tier III data centresEmbedded securityAbility to scale for the largest customers, utilising commoditised Infrastructure as a ServiceIndustrialised design and accelerated transitionA messaging platform, up to date with market releases of Exchange, Evergreen24x7 MaaS management and supportA feature rich Archiving and Compliance serviceOptions for inclusion of tools such as Microsoft LyncOther considerations of our MaaS design include advanced integration with VoIP systems, Microsoft, Lync (Unified Communications as a Service, UCaaS) integration with SharePoint and services such as Desktop as a Service, allowing access anywhere anytime. To support our customers and their MaaS experience Fujitsu incorporated world class IT Service Management standards. Our service is supplied by our ISO 20000 support teams and to enhance the user experience a MaaS user portal is available to allow self-help and access to information such as the FAQ repository. Further, users authorised by the customer are able to log and track incidents, view reports, and create Service Requests.To underpin the solution and to deliver the highest level of security Fujitsu's MaaS platform is hosted in our ISO 27001 accredited Data centres and Fujitsu leverages evergreen cloud capabilities that will be used to support the customer. The Fujitsu Maas offering that will always provide the latest product enhancements from vendors, supporting the customer in never having to plan or conduct an email infrastructure upgrade again. The upgrades will be delivered in partnership with the customer utilising standard Operational Change Management in support of the business.",SaaS,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Mailbox, Storage, OptionsAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Depends on network links and migration requirements. ",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,, Fujitsu Australia Limited,10001011427,Messaging as a Service,"Fujitsu's Messaging as a Service (MaaS) offering provides a secure and scalable, cloud hosted email platform, based on Microsoft Exchange Server 2010. Our solution delivers an enterprise-grade service that is locally hosted in Australia ensuring that customer data stays in country at all times and ensuring data sovereignty. Providing enterprise capable, cloud messaging created challenges and Fujitsu has worked with global technology partners such as Microsoft, Cisco, CA and Symantec to design build and operate our MaaS platform.The platform is designed to meet the needs of the Enterprise customer and is designed to incorporate a number of key principles including:Offer high availabilityHosted within NSW across dual Tier III data centresEmbedded securityAbility to scale for the largest customers, utilising commoditised Infrastructure as a ServiceIndustrialised design and accelerated transitionA messaging platform, up to date with market releases of Exchange, Evergreen24x7 MaaS management and supportA feature rich Archiving and Compliance serviceOptions for inclusion of tools such as Microsoft LyncOther considerations of our MaaS design include advanced integration with VoIP systems, Microsoft, Lync (Unified Communications as a Service, UCaaS) integration with SharePoint and services such as Desktop as a Service, allowing access anywhere anytime. To support our customers and their MaaS experience Fujitsu incorporated world class IT Service Management standards. Our service is supplied by our ISO 20000 support teams and to enhance the user experience a MaaS user portal is available to allow self-help and access to information such as the FAQ repository. Further, users authorised by the customer are able to log and track incidents, view reports, and create Service Requests.To underpin the solution and to deliver the highest level of security Fujitsu's MaaS platform is hosted in our ISO 27001 accredited Data centres and Fujitsu leverages evergreen cloud capabilities that will be used to support the customer. The Fujitsu Maas offering that will always provide the latest product enhancements from vendors, supporting the customer in never having to plan or conduct an email infrastructure upgrade again. The upgrades will be delivered in partnership with the customer utilising standard Operational Change Management in support of the business.",SaaS,eMail,,24 X 7 X 365,,0.9999,&gt; 5 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Off,Yes,Yes,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Yes,Yes,Yes,Yes,&gt; 60 min,&gt; 60 mins,"Mailbox, Storage, OptionsAssumptions are 1000 users, HA=99.9%, customer supplied user licenses. Depends on network links and migration requirements. ",Australia,NSW,1.6,Tier 3 aligned,Australia,NSW,1.6,Tier 3 aligned,,,,,,,,,,,,
Fuse Information Technologies Ltd,70116793300,S2T Direct,"The HP TRIM Records Management System now has excellent connectivity to Salesforce CRM. A number of applications are provided to ensure specific business requirements are met. For example some applications target users who primarily work in Salesforce, while others are for TRIM centric users.This offering is for S2T, a native Salesforce.com application that pushes attachments, chatter documents and even records to TRIM. This application is Salesforce centric so users interact with TRIM web services from within Salesforce. Making cloud documents available on a local server helps organisations meet document governance and regulatory compliance obligations.S2T allows Salesforce attachments and chatter documents to be saved to TRIM while individual records are automatically converted to PDF format first, and then pushed. S2T can be configured for multiple TRIM instances.See our web page for more http://fuseit.com/Solutions/S2T/What-is-S2T.aspx",SaaS,Document Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 day,A unit is one Salesforce user per month (SaaS based),USA,California,1.47,IV,USA,Virginia,1.47,IV,Singapore,Singapore,1.47,IV,Japan,Tokyo,1.47,IV,,,, Fuse Information Technologies Ltd,70116793300,S2T Direct,"The HP TRIM Records Management System now has excellent connectivity to Salesforce CRM. A number of applications are provided to ensure specific business requirements are met. For example some applications target users who primarily work in Salesforce, while others are for TRIM centric users.This offering is for S2T, a native Salesforce.com application that pushes attachments, chatter documents and even records to TRIM. This application is Salesforce centric so users interact with TRIM web services from within Salesforce. Making cloud documents available on a local server helps organisations meet document governance and regulatory compliance obligations.S2T allows Salesforce attachments and chatter documents to be saved to TRIM while individual records are automatically converted to PDF format first, and then pushed. S2T can be configured for multiple TRIM instances.See our web page for more http://fuseit.com/Solutions/S2T/What-is-S2T.aspx",SaaS,Document Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 day,A unit is one Salesforce user per month (SaaS based),USA,California,1.47,IV,USA,Virginia,1.47,IV,Singapore,Singapore,1.47,IV,Japan,Tokyo,1.47,IV,,,,
Fuse Information Technologies Ltd,70116793300,S4S Data Recovery Solution,FuseIT offer a wide range of integration solutions between Salesforce and Sitecore CMS. To expand the data sharing capabilities of these systems we also provide tools to federate the information to other systems.The S4S Data Recovery Solution automatically pulls the data from a Salesforce Data Export and inserts it into a fully referenced SQL Server database. This is then available for federation to other systems including exposure in Sitecore CMS web pages to users with the required credentials.With the S4S Data Recovery Solution you can reveal your Salesforce data to privileged users on your local Sitecore website. This gives companies the ability to access their critical data if the connection to Salesforce is lost. The solution also provides a number of opportunities to selectively share your Salesforce data to other sources without constraints.,Other,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 day,An installation that connects one Sitecore CMS (or Sitecore Intranet) instance with one associated Salesforce instance,N.A. (Client installed SaaS backup software),,,,,,,,,,,,,,,,,,, Fuse Information Technologies Ltd,70116793300,S4S Data Recovery Solution,FuseIT offer a wide range of integration solutions between Salesforce and Sitecore CMS. To expand the data sharing capabilities of these systems we also provide tools to federate the information to other systems.The S4S Data Recovery Solution automatically pulls the data from a Salesforce Data Export and inserts it into a fully referenced SQL Server database. This is then available for federation to other systems including exposure in Sitecore CMS web pages to users with the required credentials.With the S4S Data Recovery Solution you can reveal your Salesforce data to privileged users on your local Sitecore website. This gives companies the ability to access their critical data if the connection to Salesforce is lost. The solution also provides a number of opportunities to selectively share your Salesforce data to other sources without constraints.,Other,Disaster Recovery,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier and Agency,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Off,Yes,Off,Yes,Off,Off,Yes,Off,Off,Off,Yes,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 day,An installation that connects one Sitecore CMS (or Sitecore Intranet) instance with one associated Salesforce instance,N.A. (Client installed SaaS backup software),,,,,,,,,,,,,,,,,,,
Fuse Information Technologies Ltd,70116793300,T4S,"The HP TRIM Records Management System now has excellent connectivity to Salesforce CRM. A number of applications are provided to ensure specific business requirements are met. For example some applications target users who primarily work in Salesforce, while others are for TRIM centric users.This offering is for T4S, a Salesforce centric application that pushes and pulls documents to and from HP TRIM. Salesforce records can also be saved to TRIM as PDF documents. This application can be configured so the pushes to TRIM are fully automated and largely invisible to Salesforce users. Alternatively users can manage document transfers manually on a file by file basis.T4S is installed as a package into Salesforce. It also requires .NET based middleware to be installed on a local network server. T4S interacts with TRIM web services and can be configured for multiple TRIM instances.Making cloud documents available on a local server helps organisations meet document governance and regulatory compliance obligations.See more at our web page http://fuseit.com/Solutions/S2T/What-is-T4S.aspx",SaaS,Document Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 week,A unit is one Salesforce user per month (SaaS based),USA,California,1.47,IV,USA,Virginia,1.47,IV,Singapore,Singapore,1.47,IV,Japan,Tokyo,1.47,IV,,,, Fuse Information Technologies Ltd,70116793300,T4S,"The HP TRIM Records Management System now has excellent connectivity to Salesforce CRM. A number of applications are provided to ensure specific business requirements are met. For example some applications target users who primarily work in Salesforce, while others are for TRIM centric users.This offering is for T4S, a Salesforce centric application that pushes and pulls documents to and from HP TRIM. Salesforce records can also be saved to TRIM as PDF documents. This application can be configured so the pushes to TRIM are fully automated and largely invisible to Salesforce users. Alternatively users can manage document transfers manually on a file by file basis.T4S is installed as a package into Salesforce. It also requires .NET based middleware to be installed on a local network server. T4S interacts with TRIM web services and can be configured for multiple TRIM instances.Making cloud documents available on a local server helps organisations meet document governance and regulatory compliance obligations.See more at our web page http://fuseit.com/Solutions/S2T/What-is-T4S.aspx",SaaS,Document Management,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Supplier or Customer Admin,Supplier Only,24 X 7 X 365,Yes,Yes,Yes,Off,Yes,Yes,Yes,Off,Off,Yes,Off,Off,Off,Off,Yes,Yes,Yes,Off,Off,Off,&gt; 1 week,&gt; 1 week,A unit is one Salesforce user per month (SaaS based),USA,California,1.47,IV,USA,Virginia,1.47,IV,Singapore,Singapore,1.47,IV,Japan,Tokyo,1.47,IV,,,,
GovSource Pty Ltd,41161080146,Design Collaboration Web site,"Provision & supervision of crowd sources resources to design a Collaboration Website to support interactive features such as User Registration, Permissions, Search, Wikis, Forums, Appointments. Activities and deliverables include; Requirements Gathering and solution outline Authentication & Permissions model Data Model / Information Architecture Wireframes and Graphic Designer Mock-ups Mobile device optimisationDelivery management using GovSource ALM Cloud hosted management platform.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, and 3 collaborative plugins (eg forum, wiki, appointments, support tickets), on a common CMS platform such as Drupal, Joomla, Wordpress etc). Design on GovSource online ALM and cloud Infrastructure. Service unit = 1",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,, GovSource Pty Ltd,41161080146,Design Collaboration Web site,"Provision & supervision of crowd sources resources to design a Collaboration Website to support interactive features such as User Registration, Permissions, Search, Wikis, Forums, Appointments. Activities and deliverables include; Requirements Gathering and solution outline Authentication & Permissions model Data Model / Information Architecture Wireframes and Graphic Designer Mock-ups Mobile device optimisationDelivery management using GovSource ALM Cloud hosted management platform.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, and 3 collaborative plugins (eg forum, wiki, appointments, support tickets), on a common CMS platform such as Drupal, Joomla, Wordpress etc). Design on GovSource online ALM and cloud Infrastructure. Service unit = 1",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,,
GovSource Pty Ltd,41161080146,Build Collaboration Web site,"Provision & supervision of crowd sources resources to build a Collaboration website including features such as Delegated Authoring, User Resigration, Permissions, Search, Correspondence, WIkis, Forums, Appointments, on a common CMS platform such as Drupal, Joomla, Wordpress etcWebsite on common CMS platform (Drupal, Wordpress, Joomla etc). Activities and deliverables include;Build Basic System Installation & configuration Home Page, Theme, & Navigation Framework Custom search screens Security Review & Penetration Test Search Engine OptimisationManagement & Delivery using GovSource ALM clound hosted management platform. Architecture / Quality Assurance Project Management Documentation, Packaging & deliveryIncludes hosting of test server infrastructure on Sydney Amazon IaaS cloud for duration of the project plus 1 month.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, and 3 collaboration plugins (eg wiki, forum, helpdesk, Appointments) on a common CMS platform such as Drupal, Joomla, Wordpress etc). Construction and testing on GovSource online ALM and cloud Infrastructure. Service unit = 1 ",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,, GovSource Pty Ltd,41161080146,Build Collaboration Web site,"Provision & supervision of crowd sources resources to build a Collaboration website including features such as Delegated Authoring, User Resigration, Permissions, Search, Correspondence, WIkis, Forums, Appointments, on a common CMS platform such as Drupal, Joomla, Wordpress etcWebsite on common CMS platform (Drupal, Wordpress, Joomla etc). Activities and deliverables include;Build Basic System Installation & configuration Home Page, Theme, & Navigation Framework Custom search screens Security Review & Penetration Test Search Engine OptimisationManagement & Delivery using GovSource ALM clound hosted management platform. Architecture / Quality Assurance Project Management Documentation, Packaging & deliveryIncludes hosting of test server infrastructure on Sydney Amazon IaaS cloud for duration of the project plus 1 month.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, and 3 collaboration plugins (eg wiki, forum, helpdesk, Appointments) on a common CMS platform such as Drupal, Joomla, Wordpress etc). Construction and testing on GovSource online ALM and cloud Infrastructure. Service unit = 1 ",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,,
GovSource Pty Ltd,41161080146,Design Transcational Web site,Provision & supervision of crowd sources resources to design a Transactional Website to support an automated business process. Includes static content and user collaboration features plus customisation such as online forms and system integration. Activities and deliverables include; Requirements Gathering Detailed Requirements Gathering Solution Outline Data Model / Information Architecture Integration Model Security Model High Level Use Cases Wireframes and Graphic Designer Mock-ups Mobile device optimizationDelivery management using GovSource ALM cloud hosted management platform.,Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, Correspondence, Forums, Appointments, 5 transactional features (eg online Forms, Integration with Backend systems and Third party applications, Payments) on a common CMS platform such as Drupal, Joomla, Wordpress etc. Design on GovSource online ALM and cloud Infrastructure. Service unit = 1",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,, GovSource Pty Ltd,41161080146,Design Transcational Web site,Provision & supervision of crowd sources resources to design a Transactional Website to support an automated business process. Includes static content and user collaboration features plus customisation such as online forms and system integration. Activities and deliverables include; Requirements Gathering Detailed Requirements Gathering Solution Outline Data Model / Information Architecture Integration Model Security Model High Level Use Cases Wireframes and Graphic Designer Mock-ups Mobile device optimizationDelivery management using GovSource ALM cloud hosted management platform.,Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, Correspondence, Forums, Appointments, 5 transactional features (eg online Forms, Integration with Backend systems and Third party applications, Payments) on a common CMS platform such as Drupal, Joomla, Wordpress etc. Design on GovSource online ALM and cloud Infrastructure. Service unit = 1",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,,
GovSource Pty Ltd,41161080146,Build Transactional Web site,"Provision & supervision of crowd sources resources to build a Transactional Website to automate a business process - including static conent management, user management, collaboration features, Online Forms, Payments, and Integration to Back End systems and/or third party systems. Build utilises common CMS platform (Drupal, Wordpress, Joomla etc) and common application development language (PHP, Java etc). Activities and deliverables include;Build Basic System Installation & configuration Home Page, Theme, & Navigation Framework User Roles & permissions Web Forms design and implementation Custom search screens Custom Workflows External System Integration Touchpoints Self-service registration & profile management External Authentication / SSO Online Forum Online Payments (credit card & Paypal) Customer messaging (email & sms) Simple Feedback & Content rating Customer Helpdesk & support Other Data Source migration (source count) Security Review & Penetration Test Search Engine OptimisationManagement & Delivery using GovSource ALM cloud hosted development management platform. Architecture / Quality Assurance Project Management Documentation, Packaging & deliveryIncludes hosting of test server infrastructure on Sydney Amazon IaaS cloud for duration of the project plus 1 month.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, 5 transactional features (eg Correspondence, Forums, Appointments, Forms, Integration with Backend and Third party applications, payments), on a common CMS platform such as Drupal, Joomla, Wordpress etc). Construction and testing on GovSource online ALM and cloud Infrastructure. Service unit = 1",Australia,NSW,As per Amazon Web Services current rating,As per Amazon Web Services current rating,,,,,,,,,,,,,,,, GovSource Pty Ltd,41161080146,Build Transactional Web site,"Provision & supervision of crowd sources resources to build a Transactional Website to automate a business process - including static conent management, user management, collaboration features, Online Forms, Payments, and Integration to Back End systems and/or third party systems. Build utilises common CMS platform (Drupal, Wordpress, Joomla etc) and common application development language (PHP, Java etc). Activities and deliverables include;Build Basic System Installation & configuration Home Page, Theme, & Navigation Framework User Roles & permissions Web Forms design and implementation Custom search screens Custom Workflows External System Integration Touchpoints Self-service registration & profile management External Authentication / SSO Online Forum Online Payments (credit card & Paypal) Customer messaging (email & sms) Simple Feedback & Content rating Customer Helpdesk & support Other Data Source migration (source count) Security Review & Penetration Test Search Engine OptimisationManagement & Delivery using GovSource ALM cloud hosted development management platform. Architecture / Quality Assurance Project Management Documentation, Packaging & deliveryIncludes hosting of test server infrastructure on Sydney Amazon IaaS cloud for duration of the project plus 1 month.",Managed Service,Dev Test,,24 X 7 X 365,,0.999,&gt; 2 Hours,NA,Auto Scaling,Supplier Only,08 - 20 Bus Excl Hols,Yes,Yes,Yes,Yes,Yes,Yes,Yes,Off,Yes,Yes,Off,Yes,Off,Yes,Yes,Yes,Yes,Yes,Off,Yes,&gt; 60 min,&gt; 60 mins,"10 Page templates, Delegated Authoring, User Resigration, Permissions, Search, 5 transactional features (eg Correspondence, Forums, Appointments, Forms, Integration with Backend a