/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */
.voffset-10 { margin-top: 10px; }
.voffset-20 { margin-top: 20px; }
.voffset-30 { margin-top: 30px; }
.voffset-40 { margin-top: 40px; }
.voffset-50 { margin-top: 50px; }
.voffset-60 { margin-top: 60px; }
.voffset-70 { margin-top: 70px; }

.vboffset-10 { margin-bottom: 10px; }
.vboffset-20 { margin-bottom: 20px; }
.vboffset-30 { margin-bottom: 30px; }
.vboffset-40 { margin-bottom: 40px; }
.vboffset-50 { margin-bottom: 50px; }

.hiddenOverflow {
    overflow: hidden;
}

#header {
    height: 70px;
    background: #FFFFFF;
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #DDD;
    box-shadow: 0 0 2px #CCC;
}

#header .navbar {
    box-shadow: none;
}

#header .navbar .nav li a  {
    color: #222222;
    height: 69px;
    line-height: 69px;
}

#header .navbar .nav li a:hover, #header .navbar .nav li a:focus, #header .navbar .nav.navbar-nav > .open > a, #header .navbar .nav.navbar-nav > .open > a:focus {
    background: #f9f9f9;
}

@media (max-width: 767px) {
    #header .navbar .top-nav {
        background: #FFF;
        height: 69px;
        padding: 0;
        box-shadow: none;
    }

}

.cpBox {
    padding-top: 80px;
    padding-bottom: 60px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #768399;
    background-color: #fff;
    border-color: #C7C7C8;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #768399;
    background-color: #F2F2F2;
    border-color: #C7C7C8;
}
.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.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: #333;
}

.btn-primary {
    color: #fff;
    background-color: #3598dc;
    border-color: #3598dc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006EBE;
    border-color: #006EBE;
}
.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.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: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    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.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: #3598dc;
    background-color: #fff;
    border-color: #3598dc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3598dc;
    border-color: #3598dc;
}
.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.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: #FFF;
    border-color: #CCC;
    color: #CCC;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #FF5C69;
    background-color: #FFF;
    border-color: #FF5C69;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #FF5C69;
    border-color: #FF5C69;
}
.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.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.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    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.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-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
    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: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-blue {
    color: #FFF;
    background-color: #1B38DB;
    border: 1px solid #1B38DB;
    border-radius: 12px;
    padding: 13px 40px;
    text-decoration: none;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #0074d9;
    color: #FFF;
    border-color: #0074d9;
}

.panel-heading .panel-title {
    font-size: 18px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.blue-link {
    color: #1B38DB !important;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

.blue-link:hover, .blue-link:visited, .blue-link:focus {
    color: #1B38DB !important;
    text-decoration: underline;
}

.fa {
    margin-right: 5px;
}

.domainBox {
    background: #F9F9F9;
    border: 1px solid #DDD;
    margin: 20px;
    border-radius: 5px;
}

.domainBox:hover {
    background: #F8F8F8;
    border: 1px solid #D3D3D3;
    margin: 20px;
    border-radius: 5px;
}

.tableBox {
    list-style: none;
    padding: 0;
}

.tableBox li {
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    padding: 10px;
    overflow: hidden;
}

.tableBox li:last-child {
    border-bottom: 1px solid #DDD;
}

.tableBox li:hover {
    background-color: #F9F9F9;
}

.tableBox li h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0 10px;;
}

.tableBox li .btn {
    margin-right: 10px;
}

.panel-default > .panel-body {
    border: none;
}

.list-group-item {
    overflow: hidden;
}

.serverPageHeader {
}

#content .content-wrapper .heading h1.page-header i {
    opacity: 1;
}

.removedserver {
    color: #CCC;
}

.serverBtnBox {
    margin-top: 20px;
}

.serverBtnBox .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.status-PROVISIONED {
    background-color: #71d398;
}

.status-SHUTDOWN {
    background-color: red;
}

.status-REMOVED, .status-SHUTTINGDOWN, .status-POWERINGON,  .status-LOADING-STATUS  {
    background-color: #ccc;
}

.status-SUSPENDED, .status-SUSPENDING {
    background-color: #F97B67;
}

.status-REMOVING, .status-BUILDING, .status-RESIZING, .status-RESTARTING, .status-RESETTING, .status-ROLLING, .status-RESTORING, .status-REPROVISIONING, .status-FILESYSTEM, .status-ATTACHING, .status-DETACHING   {
    background-color: #ffcc66;
}

#addServerHome {
    display: block;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 25px;
}

#addServerHome i {
    float: left;
    font-size: 38px;
    margin-right: 5px;
    padding-top: 5px;
}

#addServerHome span {
    font-size: 32px;
}

.vmDetailsBox {
    display: inline-block;
    overflow: hidden;
}

.vmLogoBox {
    display: inline-block;
    float: left;
    margin: 3px 20px 0 7px;
}

#vmunavailable > .col-lg-2, #vmavailable > .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-left {
    float: left !important;
}

.navbar-right {
    float: right !important;
}

#drop-down {
    height: 6px;
    margin-left: 5px;
}

#vm_description {
    font-size: 25px;
    font-weight: bold;
}

.ajax-loader {
    margin-left: 5px;
    margin-bottom: 2px;
    height: 8px;
}

h1.page-header {
    font-size: 28px;
}

.page-header .fa {
    display: none;
}

.panel-body {
    margin: 0;
    padding: 0;
}

#sidenav {
    position: fixed;
    left: -250px;
    display: block;
    background-color: #FFF;
    border-right: 1px solid #CCC;
    width: 250px;
    z-index: 99;
    height: auto;
    bottom: 0;
    top: 0;
    padding-top: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}


.show-sidenav {
    left: 0 !important;
}

#content {
}

.nav-pills > li > a {
    background: #FFFFFF;
    margin: 10px 0px;
    font-size: 16px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav > li > a.active {
    background-color: #F3F5F6;
}

.nav-pills > li > a > .fa {
    margin-right: 7px;
}

.email-signup-page {
}

.login-page {
    background-color: #F7F7F7 !important;
}

#login-box {
    background: #FFF !important;
    padding: 18px 50px;
    margin-top: 6%;
    border: 1px solid #CCC;
}

#login-box img {
    display: block;
    margin: 13px auto 30px auto;
}

#login-box label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

#login-box hr {
    margin-top: 20px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #CCC;
}

#login-box .form-control {
    padding: 18px 17px;
    font-size: 16px;
    line-height: normal;
    height: auto;
    font-weight: bold;
}

#login-box .btn {
    padding: 14px 17px;
    font-size: 21px;
    line-height: normal;
    height: auto;
    width: 100%;
}

#login-box .login-links {
    margin-top: 20px;
}

.login-links a {
    color: #1B38DB;
}

.login-links a:hover, .login-links a:visited, .login-links a:focus {
    color: #1B38DB;
}

#login-box p {
    display: block;
    text-align: center;
}

#login-box p a {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

.bullet-check i {
    display: inline-block;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239AD93D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M236.5,432c-17,20.4-47.5,23.3-68.1,6.4l0,0c-20.6-16.9-23.5-47.2-6.5-67.6l246.5-296 c17-20.4,47.5-23.3,68.1-6.4l0,0c20.6,16.9,23.5,47.2,6.5,67.6L236.5,432z'/%3E%3Cpath class='st0' d='M227.9,380.8c17,20.4,14.1,50.7-6.5,67.6l0,0c-20.6,16.9-51.1,14-68.1-6.4L30.1,294 c-17-20.4-14.1-50.7,6.5-67.6l0,0c20.6-16.9,51.1-14,68.1,6.4L227.9,380.8z'/%3E%3C/svg%3E%0A");
}

.bullet-dot i {
    display: inline-block;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bdisplay:none;fill:%239AD93D;%7D .st1%7Bfill:%23A5A5A5;%7D%0A%3C/style%3E%3Cpath class='st0' d='M236.5,432c-17,20.4-47.5,23.3-68.1,6.4l0,0c-20.6-16.9-23.5-47.2-6.5-67.6l246.5-296 c17-20.4,47.5-23.3,68.1-6.4l0,0c20.6,16.9,23.5,47.2,6.5,67.6L236.5,432z'/%3E%3Cpath class='st0' d='M227.9,380.8c17,20.4,14.1,50.7-6.5,67.6l0,0c-20.6,16.9-51.1,14-68.1-6.4L30.1,294 c-17-20.4-14.1-50.7,6.5-67.6l0,0c20.6-16.9,51.1-14,68.1,6.4L227.9,380.8z'/%3E%3Ccircle class='st1' cx='239' cy='253.4' r='169.3'/%3E%3C/svg%3E%0A");
}

.op-green {
    color: green;
}

.op-red {
    color: #B36500;
}

.form-control {
    border: 1px solid #CCC;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.form-control:focus {
    border-color: #3598DC !important;;
    outline: 0;
    box-shadow: none;
}

.box-list-header {
    padding: 10px;
    background: #F3F5F6;
    border: 1px solid #DDD;
}

.box-list-header p {
    margin: 0 !important;
}

.box-list {
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    padding: 10px;
    overflow: hidden;
}

.box-list div {
    overflow: hidden;
}

.box-list p {
    margin: 0 !important;
}

.box-list .server-img {
    float: left;
    margin-right: 9px;
    height: 22px;
}

.box-list label {
}


.box-list:hover {
    background-color: #F9F9F9;
}

.box-list h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0 10px;;
}

.disabled-nav {
    background: #FFFFFF;
    margin: 10px 0px;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.fw {
    display: inline-block;
    width: 100%;

}
.dots-fw-1:after, .dots-fw-2:after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 62%;
    right: 42px;
    border-top: 2px solid #DDDDDD;
    height: 2px;
    width: 80%;    
}

.fw-done:after {
    border-color: #2ECC71 !important;
}

.dots-c {
    position: relative;
    background: #DDD;
    height: 32px;
    width: 32px;
    display: inline-block;
    border-radius: 16px;
    top: 0px;
    left: 50%;
    margin-left: -13px;
}
.wizard-img {
    margin-bottom: 20px;
}
.wizard-img .dot-done {
    background: url('/assets/img/signup/complete.png') no-repeat;
}

.wizard-img .dot-active {
    background: #FFF;
    border: 5px solid #2ECC71;
}

#dots-1 {
}

#dots-2 {

}

#dots-3 {	
}

.img-transparent {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.hint {
    position: absolute;
    top: 10px;
    right: 22px;
}


/* Form */

form.form-group {
    position: relative;
    margin: 20px 0 0 0;
    padding: 5px 25px 25px 25px;
    width: 600px;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.1);
    clear: left;
    border-radius: 3px;
    border: solid 1px #BDC2C8;
    background-color: #FAFAFF;
}

form.form-group .form-control {
    background: white url("/images/form-field-invalid.png") no-repeat left top;
}



form.form-group input.valid {
    background: white url(/images/form-field-valid.png) no-repeat right top !important;
}
form.form-group input.invalid {
    background: white url(/images/form-field-invalid.png) no-repeat right top !important;
    border: 1px solid #bb3e3e !important;
}
form.form-group select.invalid {
    border: 1px solid #bb3e3e !important;
}
form.form-group span.invalid-message {
    color: #bb3e3e;
}
form.form-group span.optional-message {
    color: #999;
    font-style: italic;
}
form.form-group span.hidden {
    display: none;
}

.form-control.error {
    border-color: #FF5C69 !important;
}

.form-error {
    color: #FF5C69 !important;
    padding-bottom: 8px;
}

.invalid-message {
    color: #FF5C69;
    font-size: 12px;
    display: none;
}

.server-title-form {

}

.server-title-form input {
    font-size: 18px !important;
    padding: 2px 10px !important;
    width: 50% !important;
    height: auto !important;
    border: 1px solid #DDD;
    font-weight: normal;
}

.server-title-form button {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 10px;
}

.server-title-form button[type="submit"] {
    background-color: #3598dc;
    color: #FFF;
}

.signup-step .form-control {
    padding: 10px 18px;
    font-size: 16px;
    line-height: normal;
    height: auto;
}

.cc-fieldset {
    background-color: #ddd;
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 15px 8px;
    margin: 20px 0;
}

.signup-step .invalid-message {
    position: absolute;
    bottom: 13px;
    right: 28px;
    padding: 0 9px;
    font-size: 10px;
}

.signup-step .form-group {
    margin-bottom: 10px;
    margin-top: 0px;
}

.step-label {
    font-weight: normal;
    font-size: 10px;
    background-color: #FFF;
    position: absolute;
    top: -7px;
    left: 25px;
    padding: 0 10px;
    border: 1px solid #CCC;
    display: none;
    z-index: 1;
    -moz-transform-origin: 0 0em;
    -ms-transform-origin: 0 0em;
    -webkit-transform-origin: 0 0em;
    transform-origin: 0 0em;
    -moz-transition: -moz-transform 160ms, color 200ms;
    -o-transition: -o-transform 160ms, color 200ms;
    -webkit-transition: -webkit-transform 160ms, color 200ms;
    transition: transform 160ms, color 200ms;
    -moz-transform: scale(1, 1) rotateY(0);
    -ms-transform: scale(1, 1) rotateY(0);
    -webkit-transform: scale(1, 1) rotateY(0);
    transform: scale(1, 1) rotateY(0);
}

#invalid_tou {
    font-size: 14px;
    position: initial;
    line-height: 20px;
}

#invalid_hpa {
    font-size: 14px;
    position: initial;
    line-height: 20px;
}

#signupAjaxIndicator {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=60);
    z-index: 99;
}
#signupAjaxIndicator > #loading {
    width: 400px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -150px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    line-height: 34px;
}

#signupAjaxIndicator > #loading > img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.tab-content .tab-pane {
}

.planLocked {
    color: #A9A9A9;
}

.planDisabled {
    color: #A9A9A9;
}


#locked_plan_msg {
    z-index: 1999;
}

.table-dns {
    margin: 10px 0 52px 0;
}

.table-dns td {
    max-width: 300px;
    word-wrap: break-word;	
}

.box-list div {
    padding-right: 0;
    padding-left: 10px;
}

.box-list .form-control {
    padding: 6px 8px;
}

.acc-box {
    border: 1px solid #E4E9EB;
    border-radius: 10px;
    padding: 32px 32px;
    margin-bottom: 20px;
}

.acc-box h3 {
    font-weight: 100;
    margin-top: 0;
}

.acc-box p {
    display: block;
    text-align: left;
}

.social-share-box {
    display: block;
    text-align: center;
    width: 100%;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px;
}

.social-share-box a {
    margin: 0 10px;
}

.social-share-box .share-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#ref-link {
    display: block;
    padding: 5px 10px;
    margin-top: 20px;
    width: 100%;
    color: #696969;
    border: 1px solid #B7B7B7;
    background: #FDFDFD;
    cursor: pointer;
}

.ref-status {
    padding: 0;
    margin: 0;
    text-align: center;
}

.ref-status h3 {
    display: block;
    text-align: center;
    /* font-weight: bold; */
    font-size: 26px;
}

.ref-status p {
    display: block;
    text-align: center;
    font-size: 10px;
}

@media (min-width: 992px) {
    .crd-box {
        margin-top: -80px;
    }
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    min-height: 70px;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput .label {
    padding: 10px;
    font-size: 100%;
    font-weight: normal;
}

.bootstrap-tagsinput .label-info {
    background-color: #3598DC;
}

.bootstrap-tagsinput input {
    border: none;
    padding: 10px;
    outline: none;
}

#invite_emails_errors {
    color: red;
    display: block;
    height: 40px;
    margin-left: 15px;
}

.invalid_email_errors {
    background-color: #FF004F !important;
}


div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

.credit-btn {
    font-size: 14px;
    padding: 4px 10px;
    margin: 8px 8px;
    text-transform: none;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #3598dc;
    border-color: #3598dc;
    border-style: solid;
    border-width: 0 0 2px 0;
    position: absolute;
    border-radius: 5px;
}

.support-link {
    position: absolute;
    right: 240px;
}

.server-delete-lock {
    font-size: 18px;
    display: block;
    width: 40px;
    padding: 4px 0 0px 14px;
    margin: 0;
}

.navbar-signup {
    border-radius: 0;
    margin: 0;
    min-height: 90px;
    background: #007BD5;
}

#signupSection {
    padding: 30px 0;
    margin: 30px 0;
}

#signup-box {
    padding: 20px 50px 45px;
    margin: 30px -15px 0 -15px;
    border: 1px solid #CCC;
    text-align: center;
    color: #444444;
    background: #F2F2F4;
}

#signup-box hr {
    border-top: 1px solid #cccccc;
}

#signup-box h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

#signup-box .get-started-msg p {
    color: #3598dc;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px 0;
}

.signup-link {
    margin-top: 20px;
    font-size: 18px;
    display: block;
    text-align: center;
}

#signup-box label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}


#signup-box .form-control {
    padding: 18px 17px;
    font-size: 16px;
    line-height: normal;
    height: auto;
    font-weight: bold;
}

#signup-box .btn {
    padding: 14px 17px;
    font-size: 21px;
    line-height: normal;
    height: auto;
    width: 100%;
}

#signup-box p {
    display: block;
    text-align: center;
}

#signup-box p a {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

.signup-text-box {
    color: #444444;
}

.signup-text-box h1 {
}

.signup-text-box .signup-subtitle {
    font-size: 22px;
    padding-bottom: 8px;
}

.signup-text-box .signup-feat {
    margin-bottom: 6px;
}

.signup-text-box .signup-check {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    margin: 11px 15px 40px;
}

#clientsSection {
    background: #BE2A2C;
    padding: 40px 0;
}

#clientsSection h3 {
    color: #FFF;
    margin: 0 0 45px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}

/* Copy Right Section */ 

#copyRightSection {
    background: #1A1A1A;
    color: #C1C1C1;
    padding: 25px 0 60px;
    font-size: 14px;
}

.pageMainHeader {
    padding: 0;
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .pageMainHeader {
        padding-bottom: 0;
    }
}

.header-nav {
    background: #0054a6;
}

.header-navbar {
    font-size: 12px;
    list-style: none;
    margin-bottom: 0;
}

.header-navbar > li {
    float: left;
}

.header-navbar > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
    color: #FFF;
}

/* Header Navigation Ends */

/* Main Navigation */
.navbar-brand {
    height: 70px;
    padding: 10px;
}

#mainNavbar {
}

.navbar {
    border: 0;
    margin-bottom: 0;
}

.navbar-anet {
    background: #FFF;
    border-radius: 0;
    box-shadow: 0 0 5px 0 #9b9b9b;
}

.navbar-fixed-top {
    top: 0;
}

/* Message Section */

#msgSection {
    text-align: center;
    padding: 55px 0 0;
    color: #222222;
    background-color: #F2F2F4;
}

#msgSection h3 {
    margin: 25px 0 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}

#msgSection p {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 25px;
}

#msgSection .featureImg {
    width: 35px;
    margin: auto;
}

.login-captcha-box {
    display: block;
    width: 302px;
    margin: auto;
    padding: 2px 0 10px 0;
}

.modal-box .form-group {
    margin: 0 !important;
}

#reprovision_content .modal-backdrop {
    height: 1700px !important;
}

.successContainer {
    text-align: center;
}
.successContainer .successTitle {
    color: #222222;
    margin: 25px 0 15px 0;
    font-size: 30px;
    font-weight: 100;
}
.successContainer img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 20px auto;
}
.top-m-p {
    float: left;
    display: inline-block;
    color: #3598dc;
    font-size: 14px;
    padding: 3px 12px;
    font-weight: bold;
}
.top-m-a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    padding: 3px 12px;
}
.top-m-a:hover {
    color: #FFF;
    text-decoration: underline;
}

.testimonialsContainer img {
    float: right;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    border-radius: 40px;
}
.successTitle {
    font-size: 28px;
    color: #444;
}
.baaBanner {
    background: url("/assets/img/blue-bg.svg") #1B38DB top center no-repeat;
    background-size: 135%;
    padding: 18px 0 12px 0;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 100;
    line-height: 54px;
}

.hipaa-certs {
    padding: 35px 0;
}

.topClientsSection {
    background: #f5f5f5;
    padding: 20px;
    margin: -12px 0 0 0;
}

.topClientsSection p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #585858;
    line-height: 26px;
}

#chat-box {
    background-color: #3598dc;
    border: 1px solid #3598dc;
    display: block;
    position: fixed;
    cursor: pointer;
    top: 134px;
    right: 140px;
    width: 174px;
    height: auto;
    color: #727272;
    box-shadow: 0 0 1px #000;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
}

#chat-box:hover {
    background-color: #006EBE;
    border: 1px solid #006EBE;
    color: #FFF;
}

#chat-box .chat-title {
    font-weight: bold;
    font-size: 18px;
}

#chat-box .chat-msg {
    font-size: 14px;
}

.bg-danger {
    font-size: 14px!important;
    padding: 0 10px;
    color: #FFF;
    padding: 5px;
}

.help-orange {
    display: block;
    padding: 6px;
    font-weight: bold;
    background: #FF7300;
}

.hasError {
    color: #FF0000 !important;
}

.hasError input, .hasError textarea, .hasError .form-style {
    border-color: #FF0000 !important;
}

@media (max-width: 1024px) {
    #chat-box {
        display: none;
    }
}

@media (max-width: 1750px) {
    #chat-box {
        top: auto;
        right: auto;
        left: 0;
        bottom: 20px;
    }
}

label.error:empty,
label.error[style*="display: none"] {
    display: none !important;
}
