html.nd,
html.nd body {
    background: #f2f2f2;
}

.clear {
    width: 100%;
    clear: both;
    height: 0;
}

h1, h2, h3, h4 {
    font-weight: 300;
}

th.text-left,
td.text-left,
.text-left {
    text-align: left;
}

th.text-right,
td.text-right,
.text-right {
    text-align: right;
}

th.text-center,
td.text-center,
.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.sidebar {
    width: 24%;
    float: left;
}

.nd-content .sidebar .boxed.aside-sidebar {
    width: 90%;
    margin: 4% 0;
}

#kbsearch input.search {
    font-size: 18px;
    padding: 17px 27px 17px 56px;
    margin: -16px 10px 0;
    width: 91%;
    /* background: #fff url(../img/search.gif) no-repeat left top -2px;*/
    background-color: #fff;
    border-radius: 6px;
}

.overlay {
    right: -34px;
    bottom: 0;
    left: -34px;
    z-index: 700;
    background-color: #fff;
    opacity: 0.7;
    top: -12px;
    text-align: center;
    position: absolute;
}

.overlay img {
    padding-top: 13%;
}

.pos-rel .overlay {
    left: 0;
    right: 0;
}

.pos-rel {
    position: relative
}

a.rev-under {
    text-decoration: underline;
}

#mailboxWorking, #quickAddWorking {
    display: none;
}

.text-right,
th.text-right,
td.text-right {
    text-align: right;
}

a.rev-under:hover {
    text-decoration: none;
}

.nd .nd-content.central {
    text-align: center;
}

.nd-content .boxed p {
    color: #8F9295;
    font-weight: 400;
    font-size: 15px;
}

.action-col {
    width: 160px;
}

.nd-content .boxed.aside-sidebar {
    width: 21%;
    margin-right: 3%;
}

.nd-content .boxed.aside-sidebar .nav {
    margin-bottom: 0;
}

.nd-content .boxed.aside-sidebar .nav a {
    border: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 20px;
}

.nd-content .boxed.aside-sidebar .nav li:first-child a {
    border-top: 0;
}

.nd-content .boxed.aside-sidebar .nav li:last-child a {
    border-bottom: 0;
}

.enpty-state {
    text-align: center;
}

.empty-state #mailboxes {
    text-align: center;
}

.empty-state #mailboxes div.promo.promo-trio {
    width: 30%;
    padding: 1.5%;
    text-align: center;
    display: inline-block;
}

.empty-state div.promo i {
    padding: 20px;
}

.empty-state .promo-trio:first-child {
    padding-left: 0;
}

.empty-state .promo-trio:last-child {
    padding-right: 0;
}

.nd-content .boxed.main-w-sidebar {
    width: 70%;
    float: right;
    margin-bottom: 2%;
}

.nd-content .unboxed.main-w-sidebar {
    width: 75%;
    float: right;
    margin-bottom: 2%;
}

.box-sect h3 {
    margin-top: 0 !important;
}

.box-sect.downloads-sect h3,
.box-sect.downloads-sect p {
    padding: 0 37px;

}

.td1 {
    width: 70%;
    padding-left: 50px !important;
}

.td2,
.td3 {
    width: 15%;
}

.td1 img {
    padding-right: 6px;
}

.box-sect.downloads-sect h4 {
    padding: 20px 37px 0;
}

.nd-content .boxed.full-width.no-pad {
    width: 100%;
}

.nd-content .boxed.full-width {
    width: 96%;
}

.boxed.no-pad.main-w-sidebar {
    width: 76%;
}

.nd-content .boxed.no-pad {
    padding: 0;
}

.nd-content .text-central * {
    text-align: center;
}

.nd-content {
    max-width: 1140px;
    margin: 60px auto 0;
}

.nd-content .boxed {
    background: #fff;
    padding: 3%;
    border-radius: 5px;
    margin: 1% 0 2%;
    display: inline-block;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
}

.nd-content .unboxed {
    padding: 0;
    margin: 0;
}

.nd-content.changepassword .alert,
.nd-content.login .alert,
.nd-content.register .alert {
    max-width: 450px;
    margin: 0 auto 30px;
}

.nd-content .copyright p {
    color: #21282C;
    opacity: 0.6;
}

.nd-content .copyright {
    margin-bottom: 60px;
}

.nd-content.changepassword,
.nd-content.login,
.nd-content.register {
    margin-top: 100px;
}

.nd-content.changepassword .copyright p,
.nd-content.login .copyright p,
.nd-content.register .copyright p {
    text-align: center;
}

.nd-content.changepassword .boxed,
.nd-content.login .boxed {
    text-align: left;
}

.nd-content.changepassword input,
.nd-content.login input,
.nd-content.register input,
.nd-content.changepassword span.add-on,
.nd-content.login span.add-on,
.nd-content.register span.add-on {
    font-size: 17px;
    padding: 10px 10px;
    height: auto;
}

.nd-content input[type="submit"],
.nd-content .btn.btn-cta {
    border: none;
    background: #4EA5D6;
    text-shadow: none;
    color: #fff;
    padding: 10px;
    -o-transition: all .2s ease-out, all .3s ease-in;
    -ms-transition: all .2s ease-out, all .3s ease-in;
    -moz-transition: all .2s ease-out, all .3s ease-in;
    -webkit-transition: all .2s ease-out, all .3s ease-in;
}

.nd-content input[type="submit"]:hover,
.nd-content .btn.btn-cta:hover {
    background: #0089BA;
}

.nd-content.register .boxed,
.nd-content.login .boxed {
    width: 250px;
}

.nd-content.changepassword .boxed {
    width: 400px;
}

.nd-content.changepassword .copyright,
.nd-content.login .copyright,
.nd-content.register .copyright {
    margin-top: 50px;
}

.nd-content.changepassword .boxed label,
.nd-content.login .boxed label {
    margin-top: 20px;
    font-weight: 500;
}

.nd-content.changepassword .boxed div:first-child label,
.nd-content.login .boxed div:first-child label,
.nd-content.register .boxed div:first-child label {
    margin-top: 0;
}

.nd-content.changepassword .boxed footer,
.nd-content.login .boxed footer,
.nd-content.register .boxed footer {
    margin-top: 20px;
}

.nd-content .logo {
    margin-bottom: 20px;
}

.boxedthirty {
    width: 30% !important;
}

#searchResults {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 50px;
    /*overflow-x: auto;*/
    box-shadow: 5px 5px 5px #ccc;
    z-index: 800;
}

.nd-content.main {
    margin-top: 70px;
}

.nd-content.main .copyright {
    margin-top: 60px;
}

header.page-title {
    padding: 30px 0;
}

.boxed header h1,
header.page-title h1 {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 32px;
    margin-top: 0;
}

.boxed header h2,
header.page-title h2 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 160%;
    color: #888C8F;
}

.boxed.boxed-banner {
    padding: 2% 6%;
    width: 86%;
    margin-left: 1%;
    text-align: center;
}

.marg-left {
    margin-left: 30px;
}

div.boxed .box-sect:last-child {
    border: none;
}

div.downloads-sect {
    margin: 0 -71px -31px;
}

.nd-content .boxed footer.box-footer {
    padding: 0;
    margin: 34px -34px -35px -34px;
    text-align: right;
    border-top: #eee 1px solid;
}

.nd-content .boxed footer.box-footer .cancel {
    color: #666;
    margin-right: 30px;
    text-decoration: underline;
}

.nd-content .boxed footer.box-footer .cancel:hover {
    text-decoration: none;
}

.nd-content .boxed footer.box-footer .btn {
    margin: 0 !important;
    padding: 20px 50px;
    border-radius: 0;

}

.no-pad.main-w-sidebar header.page-title {
    padding: 30px !important;
    border-bottom: 1px solid #eee;
}

.nd-content .med-box {
    width: 70%;
}

p.error,
span.invalid {
    font-size: 12px;
    margin-top: 10px;
}

.dualfield p.error,
.dualfield span.invalid {
    display: table;

}

input.error, input.invalid,
input.error:focus input.invalid:focus,
textarea.invalid, textarea.invalid:focus {
    border-color: #b01b1b;
    color: #b01b1b;
    outline: none !important;
    font-weight: 400;
    margin-left: 0;
}

input.error, input.invalid,
select.invalid,
textarea.invalid,
input.error:focus, input.invalid:focus,
select.invalid:focus,
textarea.invalid:focus {
    outline: transparent none;
}

/**
 * Provisioning
 * ====================================================================================================================
*/
.box-centre {
    text-align: center;
}

.box-centre .boxed {
    text-align: left;
}

.provision-product-single {
    width: 80%;
    display: inline-block;
}

.nd-content .boxed.boxed-pagination {
    padding: 0;
}

.boxed-pagination ul li a {
    border: none;
}

.boxed-pagination nav {
    margin-bottom: -2px;

}

.provision-multiple .boxed {
    width: 25%;
    margin: 1%;
    text-align: center;
}

.provision-multiple .boxed img,
.support .dashboard .boxed img {
    height: 72px;
}

.support .dashboard .boxed img {
    padding: 20px;
}

.provision-multiple .boxed h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 23px;
}

.provision-multiple .boxed p {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 14px;
    opacity: 0.6;
}

.provision-product-single .server-details {
    margin-bottom: 20px;
}

.crossed {
    position: relative;
    display: inline-block;

}

.crossed::after {
    border-bottom: 3px solid #333;
    content: "";
    left: 0;
    transform: rotate(0.7deg);
    -ms-transform: rotate(0.7deg); /* IE 9 */
    -webkit-transform: rotate(0.7deg);
    position: absolute;
    right: 0;
    top: 50%;
}

.crossed::after {
    transform: rotate(-0.9deg);
    -ms-transform: rotate(-0.9deg); /* IE 9 */
    -webkit-transform: rotate(-0.9deg);
}

.boxed.todolist {
    width: 260px;
    font-family: "marker felt", comic-sans, sans-serif;
    padding-top: 10px;
    padding-left: 60px;
    font-size: 19px;
    font-weight: 100;
}

.boxed.todolist ol li {
    line-height: 41px;
    padding-top: 6px;
    margin-right: 45px;
}

/**
 * WordPress
 * ====================================================================================================================
*/
.input-wordpressname.input-append {
    text-align: center;
    margin-top: 25px;
}

.input-wordpressname.input-append .add-on {
    padding: 10px 20px 10px 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
}

.no-pad .table-bordered {
    border: none;
}

.nd-content .country-select {
    width: 26.5%;
    margin: 1.5%;
    padding: 1.5%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.nd-content .country-select p {
    margin-bottom: 0;
    font-size: 12px;
}

.nd-content .country-select img {
    margin-bottom: 10px;
}

.wordpress-external-hosting-form h3 {
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

.wordpress-services-recap h3 {
    margin-top: 0;
}

.wordpress-services-recap .your-product {
    margin-top: 42px;
    font-variant: all-small-caps;
}

.wordpress-services-recap h4 {
    margin-top: 2rem;
}

.boxed .wordpress-services-recap ul li {
    margin-left: 0;
}

/**
 * Tables
 * ====================================================================================================================
*/
.nd-content .boxed table.table {
    margin-bottom: 0;
}

.nd-content .boxed table thead tr.info {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.nd-content .boxed table thead:first-child tr.info {
    border-top: none;
}

.nd-content .boxed table.table td,
.nd-content .boxed table.table th {
    border-top: 1px solid #f2f2f2;
    /*padding: 10px 20px;*/
}

.nd-content .boxed table.table th h4 {
    font-weight: 500;
}

.nd-content .boxed table.table th {
    border-top: none;
}

.nd-content .btn.btn-mini {
    padding: 4px 7px;
}

.nd-content .btn a i {
    color: #fff;
    margin-top: 0;
}

/**
 * Forms
 * ====================================================================================================================
*/
.nd-content label.inline {
    display: inline;
    margin-right: 8px;
}

/**
 * Breadcrumbs
 * ====================================================================================================================
*/
.breadcrumbs {
    color: #aaa;
    padding: 4px 20px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    font-size: 0.875em;
    margin-top: 42px;
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}

.breadcrumbs a, .breadcrumbs span {
    margin: 0 3px;
}

.nd-content .boxed.main-w-sidebar footer.box-footer {
    margin-bottom: -54px;
    margin-top: 0;
    /* border-top: 0; */
}

.nd-content .boxed.main-w-sidebar footer.box-footer .btn-cta {

    position: relative;
    left: 1px;
    border-bottom-right-radius: 5px;
}

/**
 * Box sect
 * ====================================================================================================================
*/
.box-sect {
    margin: 0 -37px;
    padding: 37px;
    border-bottom: 1px solid #eee;
}

/* removed by Colin Robinson to stop log viewer display issue
.active span {
    float: right;
    font-size: 18px;
    line-height: 1;
}
*/

/**
 * Pagination
 * ====================================================================================================================
*/
.boxed-pagination {
    padding: 5px;
}

.boxed-pagination nav.pagination {
    margin: 0;
}

.navbar.navbar-inverse a .caret {
    border-top: 4px solid #999;
}

.span9 div.span8, .span9 div.span9, .span9 div.span7, .span9 div.span6, .span9 div.span5, .span9 div.span4, .span9 div.span3, .span9 div.span2, .span9 div.span1 {
    margin-left: 0 !important;
    margin-right: 20px;
}

/*
.error .helper {
    color: #b94a48;
    margin-top: -5px;
}
*/

.invalid {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 1px 4px 2px;
    border-radius: 3px;
}

h3.search-filter a.mailboxAction {
    padding-left: 0;
    font-size: 0.7em !important;
    font-weight: 500;
}

.control-group.invalid {
    margin-left: -3px;
}

.chosen-container-active .chosen-with-drop .chosen-single.invalid div b {
    color: #b94a48
}

.chosen-container.invalid a {
    border-color: #b94a48;
    background: #dfd0d0;
    color: #b94a48;
    font-weight: 400;
    text-shadow: none;
}

span.invalid {
    background: #B94A48;
    margin-left: 6px;
}

.formList {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.formList li {
    position: relative;
    list-style: none outside none;
    padding: 3px 35px 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-clip: padding-box;
    color: #333;
    line-height: 16px;
    display: block;
    float: left;
    clear: both;
    margin: 3px 0 10px;
}

.control-group.add-list {
    border-bottom: 1px solid #eee;
    padding: 40px;
}

.box-sect .control-group.add-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.formList li:hover {
    background-color: #eee;
}

.formList li a.formList-close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.formList li a.formList-close:hover {
    opacity: 0.5;
}

.formList li a.formList-check {
    position: absolute;
    top: 3px;
    right: 18px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.formList li a.formList-check:hover {
    opacity: 0.5;
}

.formList li a.formList-check .fa-check-square {
    color: green;
}

.formList li a.formList-check .fa-minus-square {
    color: red;
}

.formList li.error {
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B94A48;
}

.formList li.error:hover {
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B94A48;
}

.first-cust-box .pull-left {
    float: left;
    max-width: 45%;
    padding: 0 2.5% 0 0;
    border-right: 1px solid #eee;
    text-align: left;
}

.first-cust-box .pull-right {
    float: right;
    max-width: 45%;
    text-align: center;
    padding: 2.5%;
}

.boxed ul li {
    margin-left: 40px;
    color: #8F9295;
}

.boxed ul.dropdown-menu li {
    margin-left: 0;
}

.boxed .pagination ul li {
    margin-left: 0;
}

.boxed .nav-tabs li {
    margin-left: 0;
}

.boxed ol li {
    margin-left: 40px;
    color: #8F9295;
}

.formList li {
    margin-left: 0;
}

.nd-content .alert {
    max-width: 100%;
}

.provision-product-single form {
    margin-bottom: 0;
}

.boxed-half {
    margin: 1% !important;
    width: 25%;
    display: block;
    float: left;
}

.service-stats ul li {
    list-style: none !important;
    width: 50%;
    display: block;
    float: left;
    margin-left: 0;
}

.service-stats ul {
    margin: 0;
}

.service-stats ul li dd {
    margin-left: 0;
    font-size: 18px;
    color: #333;
}

.boxed-dash header {
    margin-top: -17px;
}

.service-stats ul li dt {
    font-size: 12px;
}

.service-stats ul li dl {
    margin: 5px 0;
}

.boxed-dash.no-pad {
    width: 31%;
}

.boxed-dash .inner {
    margin-top: -10px;
    padding: 30px;
    color: #fff;
}

.boxed-dash .inner h5 {
    margin-top: 10px;
}

.boxed-dash .lower {
    text-align: center;
}

.promo {
    text-align: center;
}

.promo .topper.green {
    background: #53A830;
    background: rgba(83, 168, 48, 1.00);
}

.promo .topper.blue {
    background: #4EA5D6;
}

.promo .topper.amber {
    background: #e28710;
}

.promo .topper.red {
    background: #c31313;
}

.btn-success {
    background: #4EA5D6;
    text-shadow: none;
    color: #fff;
    padding: 4px 13px;
    -o-transition: all .2s ease-out, all .3s ease-in;
    -ms-transition: all .2s ease-out, all .3s ease-in;
    -moz-transition: all .2s ease-out, all .3s ease-in;
    -webkit-transition: all .2s ease-out, all .3s ease-in;
}

.btn-success-green {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #5bb75b !important;
    *background-color: #51a351;
}

.btn-success:hover {
    background: #347ea8;
}

.btn-success-green:hover {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.service-stats ul {
    padding: 0 24px;
}

.promo .topper {
    padding: 26px;

    color: #fff;
    margin: -3% -6%;
    /*margin-bottom: 19px;*/
}

.promo .topper h4 {
    font-size: 18px;
}

.promo-solo, .promo-solo i {
    padding: 20px;
    max-width: 580px;
    margin: 0 auto;
}

.big-stat {
    text-align: center;
}

.half-split div {
    width: 50%;
    float: left;

}

.neg-pad {
    margin-left: -3%;
    margin-right: -3%;
    margin-bottom: -3%;
}

.half-split div:first-child {
    margin-right: -1px;
}

.half-split .boxed {
    width: 40%;
    margin: 1%;
}

.big-stat h5 {
    font-size: 30px;
    padding-top: 20px;
}

.big-stat div p.explainer {
    font-size: 14px;
}

.dashboard .boxed {
    height: 400px;
    padding: 0 !important;
    display: block;
    float: left;
}

.dashboard .boxed header {

    padding-left: 20px;
}

.dash-content {
    overflow-y: auto;
}

.dash-content {
    height: 178px;
}

.dashboard .boxed header h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.dashboard .boxed header {
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
    padding: 18px 21px;
}

.dashboard .boxed header h3 {
    line-height: 15px !important;
}

.dashboard .boxed header .btn.btn-mini {
    margin-top: -5px;
    margin-right: -5px;
}

.nd-content .dashboard .boxed {
    margin: 1%;
    overflow: hidden;
}

.box-third {
    width: 27.6%;
}

.box-half {
    width: 44%;
}

.box-twothirds {
    width: 60.5%;
}

.box-third {
    width: 31.3%;
}

.box-half {
    width: 48%;
}

.box-twothirds {
    width: 64%;
}

.box-third .neg-pad {
    margin-left: -6%;
    margin-right: -6%;
}

tr.bold {
    border-top: 2px solid #aaa;
    font-weight: 800;
}

.dashboard h3 span {
    margin-left: 5px;
    opacity: 0.7;
    font-size: 85%;
}

.formList-show {
    display: block;
    clear: both;
    text-align: left;
    text-decoration: underline;
    font-size: 0.8em;
    padding-left: 0;
}

.dashboard-placeholder {
    margin: 1%;
    background-color: dimgray;
    display: block;
    float: left;
    border-radius: 5px;
}

.nav .dropdown-menu {
    text-align: left;
}

.chosen-container.invalid .chosen-results li.active-result {
    color: #333 !important;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.chosen-container.invalid .chosen-results li.active-result {
    color: #fff;
}

.search-control {
    margin-bottom: -30px;
}

.dash-content.noscroll {
    overflow-x: hidden;
}

.dash-content.noscroll thead {
    height: 20px;
    display: block;
    width: 100%;
    position: relative;
}

.dash-content.noscroll tr {
    display: table;
}

.dash-content.noscroll tbody {
    height: 170px;
    display: inline-block;
    width: 100%;
}

.wordpress-details {
    width: 311px;
    margin: 0 auto;
    text-align: left;
}

/*
.chosen-container {
    width: 220px !important;
}
*/

.support-search input {
    font-size: 18px;
    width: 98%;
    margin: -16px 10px 30px;
    padding: 27px 27px 27px 56px;
    /* background: #fff url(../img/search.gif) no-repeat left top -2px;*/
    background-color: #fff;
    border-radius: 6px;
}

.support-search input::-webkit-input-placeholder,
.support-search input:-moz-placeholder,
.support-search input::-moz-placeholder,
.support-search input:-ms-input-placeholder {
    font-style: italic;
}

.service-stats .full-width ul li {
    width: 100%;
    padding: 4px 0;
}

.noPageHead {
    margin-top: 100px;
}

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}

.boxed ul.formList {
    margin-top: -30px;
}

.boxed ul.formList li {
    margin-left: 0;
}

.boxed ul.formList li:first-child {
    margin-top: -24px;
}

.add-list .controls {
    position: relative;
    top: -15px;
}

.boxed .pagination {
    margin-bottom: 0;
}

.control-group.invalid .control-label,
.control-group.invalid .help-block,
.control-group.invalid .help-inline {
    color: #b94a48;
}

.control-group.invalid .checkbox,
.control-group.invalid .radio,
.control-group.invalid input,
.control-group.invalid select,
.control-group.invalid textarea {
    color: #b94a48;
}

.control-group.invalid input,
.control-group.invalid select,
.control-group.invalid textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.invalid input:focus,
.control-group.invalid select:focus,
.control-group.invalid textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.invalid .input-prepend .add-on,
.control-group.invalid .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

p.search-filter {
    color: #333 !important;
}

#unsavedmailboxes table,
#aliases table,
#lists table,
#mailboxes table {
    margin: 0 -34px 24px -34px;
    font-size: 12px;
    width: 867px;
}

#unsavedmailboxes table thead,
#aliases table thead,
#lists table thead,
#mailboxes table thead {
    text-align: left;
    border-bottom: 1px solid #eee;
}

/*
#unsavedmailboxes table thead th,
#aliases table thead th,
#lists table thead th,
#mailboxes table thead th {
    padding-left: 10px;
}
*/
#unsavedmailboxes table .label,
#aliases table .label,
#lists table .label,
#mailboxes table .label {
    font-size: 11px;
    font-weight: 400;
}

#unsavedmailboxes table td,
#aliases table td,
#lists table td,
#mailboxes table td {
    /*padding: 10px;*/
    vertical-align: bottom;
}

#mailboxes table th.quota {
    width: 120px;
}

#unsavedmailboxes table td.checkbox-col,
#aliases table td.checkbox-col,
#aliases table th.checkbox-col,
#lists table td.checkbox-col,
#lists table th.checkbox-col,
#mailboxes table td.checkbox-col,
#mailboxes table th.checkbox-col {
    width: 10px;
    padding-top: 1px;
    padding-left: 20px;
}

.dash-content table {
    width: 100%;
    overflow: auto;
}

.dashboards .boxed {
    overflow: hidden;
}

.mailbox-list {
    width: 109%;
    clear: both;
}

.mailbox-list table {
    width: 100%;
    margin: 0;
}

.nd-content .boxed.screen-options {

    position: fixed;
    top: 38px;
    right: 22%;
    left: 22%;
    width: 50%;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;

}

.nd-content .boxed.screen-options.closed {
    top: -109px;
}

.nd-content .boxed.screen-options {

    position: fixed;
    top: 38px;
    right: 22%;
    left: 22%;
    width: 50%;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 1%;

}

.nd-content .boxed.screen-options.closed {
    top: -104px;
}

.nd-content .boxed.screen-options.two.closed {
    top: -148px;
}

.nd-content .boxed.screen-options.three.closed {
    top: -192px;
}

.nd-content .boxed.screen-options.four.closed {
    top: -236px;
}

.nd-content .boxed.screen-options .tab {
    position: absolute;
    bottom: -39px;
    display: inline-block;
    right: -1px;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.metabox-prefs {
    margin: 20px 0;
}

.metabox-prefs label {
    float: left;
    margin-right: 15px;
}

.metabox-prefs label input {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.nd-content .boxed.screen-options.closed .tab {
    bottom: -59px;
}

.mailbox-stats {
    margin: -30px 0 20px 0;
}

.mailbox-stats, .nd-content .boxed .mailbox-stats p {
    color: #333;
}

.mailbox-stats small {
    font-size: 90%;
}

/* repetition start - have deleted all dupes i think  */

span.bubble {
    border: 3px solid #ddd;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
}

span.bubble i {
    border: 3px solid #fff;
    width: 33px;
    height: 33px;
    border-radius: 33px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    background: #4EA5D6;
    color: #fff;
    font-size: 16px;
}

body {
    max-width: 100%;
    max-height: 100%;
    background: #f1f2f2;
}

.cp-diagram * {
    padding: 0;
    margin: 0;
}

.cp-diagram {
    margin: 20px auto;
    width: 840px;
}

.cp-diagram li {
    list-style: none;
    float: left;
}

.cp-diagram ul {
    clear: both;
}

.diagram-row {
    text-align: left;
}

.diag-box {
    width: 280px;
    height: 200px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.diag-box-spacer {
    width: 280px;
    height: 200px;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.diag-text-box {
    margin-left: 110px;
    width: 390px;
    height: 200px;
    background: transparent;
    overflow: hidden;
}

.diag-box .diag-box-top {
    height: 50%;
    padding: 5% 10%;
}

.diag-box .diag-box-bottom {
    height: 30%;
    padding: 5% 10%;
}

.diag-box .diag-box-top.blue {
    background: #4EA5D6;
    color: #fff;
}

.connect-vert {
    display: inline-block;
    height: 100px;
    width: 3px;
    background: #ddd;
    content: "";
    margin-left: 139px;
    margin-right: 139px;

}

.connect-vert-spacer {
    display: inline-block;
    height: 100px;
    width: 3px;
    background: transparent;
    content: "";
    margin-left: 139px;
    margin-right: 139px;

}

.connect-spacer {
    display: inline-block;
    height: 100px;
    width: 3px;
    background: transparent;
    content: "";
    margin-left: 108px;
    margin-right: 108px;
}

.connect-vert span.bubble {
    position: relative;
    left: -21px;
    top: 26px;
    cursor: pointer;
}

.connect-horiz {
    display: inline-block;
    height: 3px;
    width: 220px;
    background: #ddd;
    content: "";
    margin-top: 100px;
}

.connect-horiz span.bubble {
    position: relative;
    top: -21px;
    left: 90px;
    cursor: pointer;
}

.diag-box-top h3 {
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 143%;
    padding: 13px 5px;
}

.diag-box p.subtitle {
    font-style: normal !important;
}

span.bubble.green i {
    background: #17b64a;
}

span.bubble.amber i {
    background: darkorange;
}

span.bubble.red i {
    background: #c11111;
}

.popover.blue {
    background-color: #4EA5D6;
    color: #fff;
}

.popover.right.blue .arrow {
    border-right-color: #4EA5D6;
}

.popover.green {
    background-color: #17b64a;
    color: #fff;
}

.popover.right.green .arrow {
    border-right-color: #17b64a;
}

.popover.amber {
    background-color: darkorange;
    color: #fff;
}

.popover.right.amber .arrow {
    border-right-color: darkorange;
}

.popover.red {
    background-color: #c11111;
    color: #fff;
}

.popover.right.red .arrow {
    border-right-color: #c11111;
}

.popover.green a,
.popover.amber a,
.popover.red a {
    color: #fff;
    text-decoration: underline;
}

.searchResultsTable {
    margin: 0;
    padding: 0 10px;
    position: relative;
}

/* Addded 13/01/2015 from Patrick's css */

/* Helper Text */

.helper label {
    color: #b01b1b;
    text-shadow: none;
    font-weight: normal;
}

.helper input {
    color: #b01b1b;
    border-color: #b01b1b;
}

.helper .input-append span.add-on,
.helper .input-prepend span.add-on,
.helper .input-group span.add-on {
    color: #b01b1b;
    background-color: #f2dede;
    border-color: #b01b1b;
}

.helper span.helper {
    color: #fff;
    background-color: #b01b1b;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 11px;
    text-shadow: none;
    font-weight: normal;
    white-space: nowrap;
}

span.helper {
    color: #fff;
    background-color: #b01b1b;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 11px;
    text-shadow: none;
    font-weight: normal;
    white-space: nowrap;
}

.control-group.helper label,
.control-group.helper .help-block,
.control-group.helper .help-inline {
    color: #b94a48;
}

.control-group.helper .checkbox,
.control-group.helper .radio,
.control-group.helper input,
.control-group.helper select,
.control-group.helper textarea {
    color: #b94a48;
}

.control-group.helper input,
.control-group.helper select,
.control-group.helper textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.helper input:focus,
.control-group.helper select:focus,
.control-group.helper textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* Reinstate green button -

repleace btn-green below with btn-success if you want
to update all instances of the current blue button.
I don't recommend this.

*/

.btn-green {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-green:hover, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
    background: #51a351;
    color: #fff;
}

/* Change customer name to not be a button -

repleace a.btn.btn-mini.btn-success with a.customer - this will add an underline to the customer and make it easier to understand.

*/

a.customer-title {
    text-decoration: underline;
}

a.customer-title:hover {
    text-decoration: none;
}

.btn-primary {
    background: #4EA5D6;
    text-shadow: none;
    color: #fff;
    /* padding: 7px 13px; why do we need extra padding? */
    -o-transition: all .2s ease-out, all .3s ease-in;
    -ms-transition: all .2s ease-out, all .3s ease-in;
    -moz-transition: all .2s ease-out, all .3s ease-in;
    -webkit-transition: all .2s ease-out, all .3s ease-in;
}

.nav.nav-pills .dropdown .caret {
    position: relative;
    top: -2px;
}

.statsbar {
    border-color: transparent;
}

.input-append-not-select select {
    margin-right: 6px;
}

/* Addded 13/01/2015 from Patrick's css */

/* Addded 19/01/2015 from Patrick's css */
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #347ea8;
}

.btn-group.open .btn-green.dropdown-toggle {
    background-color: #51a351;
}

/* Addded 19/01/2015 from Patrick's css */

/* Addded 21/01/2015 from Patrick's css */
.add-pad {
    padding: 20px;
}

.add-pad-horiz {
    padding: 0 20px;
}

/* Addded 21/01/2015 from Patrick's css */

.subInfo {
    cursor: pointer;
}

.working {
    background: url("../img/loader24.gif") no-repeat right 5px center;
}

.navbar-blue {
    color: #ffffff;
}

.navbar-blue .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-blue .brand,
.navbar-blue .nav > li > a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(86, 165, 209, 0.25);
}

.navbar-blue .brand:hover,
.navbar-blue .nav > li > a:hover {
    color: #ffffff;
}

.navbar-blue .nav > li > a:focus,
.navbar-blue .nav > li > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-blue .nav .active > a,
.navbar-blue .nav .active > a:hover,
.navbar-blue .nav .active > a:focus {
    color: #ffffff;
    background-color: #0D5680;
}

.navbar-blue .navbar-link {
    color: #ffffff;
}

.navbar-blue .navbar-link:hover {
    color: #ffffff;
}

.navbar-blue .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.navbar-blue .nav li.dropdown.open > .dropdown-toggle,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle {
    color: #ffffff;
    background-color: #398FBF;
}

.navbar-blue .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #0D5680;
    border-bottom-color: #0D5680;
}

.navbar-blue .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-blue .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-blue .navbar-search .search-query {
    color: #ffffff;
    background-color: #0D5680;
    border-color: #398FBF;
    /*
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
         -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
              box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-blue .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-blue .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-blue .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-blue .navbar-search .search-query:focus,
.navbar-blue .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-blue .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    /*filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);*/
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar-blue .btn-navbar:hover,
.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active,
.navbar-blue .btn-navbar.disabled,
.navbar-blue .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #0D5680;
    *background-color: #0D5680;
}

.navbar-blue .btn-navbar:active,
.navbar-blue .btn-navbar.active {
    background-color: #0D5680 \9;
}

.navbar-blue .navbar-inner {
    border-color: #4EA5D6;
    background: rgb(0, 51, 102) linear-gradient(to bottom, #4EA5D6, #398FBF) repeat-x;
}

.navbar-blue .nav > .active > a > [class^="icon-"],
.navbar-blue .nav > .active > a > [class*=" icon-"] {
    background-image: url("../img/glyphicons-halflings-white.png");
}

dl {
    padding: 0.5em;

    dt {
        float: left;
        clear: left;
        width: 100px;
        text-align: right;
        font-weight: bold;
    }

    dt:after {
        content: ":";
    }

    dd {
        margin: 0 0 0 110px;
        padding: 0 0 0.5em 0;
    }
}

.product-details {
    margin-bottom: 20px;

    .details-pair {
        .details-key {
            text-align: right;
            font-weight: bold;
        }

        .details-key:after {
            content: ":";
        }

        .details-value {
            padding-left: 10px;
        }
    }
}


/* Featured Product view */

.products .product {
    margin: 1%;
}

.products .featured-product .product {
    width: 92%;
}

.products .featured-product img {
    float: left;
    padding-right: 4%;
    padding-bottom: 0;
    max-width: 10%;
    padding-top: 2%;
}

.products .featured-product .product-info {
    display: block;
    float: left;
    width: 83%;
    text-align: left;
}

.products .featured-product .product-info p {
    max-width: 660px;
    float: left;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.products .featured-product .product-info button {
}

.products .featured-product p {
    display: inline-block
}

.products .product-trio .product {
    display: inline-block;
    width: 27.1%;
    text-align: center;
    padding: 2%;
}

.products .product-trio p {
    margin-bottom: 25px;
}

.products .product-trio-mini .product {
    width: 28%;
    padding: 1% 1.5%;
}

.products .product-trio-mini img {
    float: left;
    width: 21%;
    padding: 10% 7%;
}

.products .product-trio-mini .product-info {
    display: block;
    float: left;
    text-align: left;
}

.products .product-trio-mini .product-info h4 {
    font-size: 20px;
    opacity: 0.7;
    font-weight: 400;
}

/**
 * Featured Product View
 * ====================================================================================================================
*/
.dropDownFixed > .dropdown-menu {
    position: fixed;
}

.file-input-name {
    color: #000;
    font-size: 12px;
}

.nav-stacked > li.nav-header {
    cursor: default;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    background-color: #4EA5D6;
    text-shadow: 0 1px 0 rgba(12, 83, 122, 0.5);
    border-radius: 5px 5px 0 0;
}

.nd-content .headerBox .boxed {
    margin: 0 0 10px 0.5%;
    overflow: hidden;
}

.nd-content .headerBox .boxed:first-child {
    margin-left: 0;
    overflow: hidden;
}

.headerBox .boxed {
    height: 100px;
    padding: 0 !important;
    display: block;
    float: left;
}

.headerBox .box-third {
    width: 33%;
}

.headerBox .btn {
    margin: 0 5px 0 0;
}

.headerBox .headerPromo {
    padding: 0 10px;
    max-width: 580px;
    margin: 0 auto;
    height: 55px;
}

.headerBox .headerPromo h4 {
    margin: 10px 0 0 0;
}

.headerBox .headerPromo p {
    margin: 5px 0 0 0;
    font-size: 9px;
    line-height: 10px;
}

.statusLink {
    padding: 10px 10px 10px;
    display: block;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.input-append-button {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;

}

.ellipsisoverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 1px;
}

.btn-success[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}

.footer-info {
    text-align: center;
}

.label-success, .badge-success {
    background-color: #51a351;
}

.social {
    display: block;
    clear: both;
}

.social ul li {
    display: inline-block;
    border-radius: 30px;
    margin: 15px 8px 5px 0;
}

.social ul li:hover {
    opacity: 0.8;
}

.social ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 5px 15px;
    display: block;
}

.social ul li a i {
    font-size: 120%;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.twitter {
    background: #2eaaf4;
}

.facebook {
    background: #3c589d;
}

.youtube {
    background: #b31217;
}

.linkedin {
    background: #0077b5;
}

.step_progress {
    margin: 5px auto 40px auto;
    text-align: center;
}

.step_progress .stepMarker,
.step_progress .bar {
    display: inline-block;
    background: #fff;
    width: 95px;
    height: 41px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}

.step_progress .bar {
    position: relative;
    width: 80px;
    height: 6px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.step_progress .stepMarker .label {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}

.step_progress .stepMarker .title {
    color: #b5b5ba;
    font-size: 13px;
    line-height: 30px;
    margin-left: -5px;
}

.step_progress .bar.done,
.step_progress .stepMarker.done {
    background: #eee;
}

.step_progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.step_progress .stepMarker.done .label {
    color: #FFF;
    background: #69ca40;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.step_progress .stepMarker.done .title {
    color: #444;
}

.step_progress .stepMarker.active .label {
    color: #FFF;
    background: #0c95be;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.step_progress .stepMarker.active .title {
    color: #0c95be;
}

.bar.done {
    background: #69ca40 !important;
}

.step_progress .bar.halfdone {
    background: linear-gradient(to right, #69ca40 40%, #FFF 60%);
}

hr.parabreak {
    width: 50%;
    margin: 20px auto;
}

.control-group.motivation {
    margin-bottom: 0;
}

/**
 * Sign-up
 * ====================================================================================================================
*/
.signup h2 {
    text-align: center;
}

.signup .receive-email-option label {
    font-size: 12px;
    color: #777776;
}

.signup .business-sectors {
    width: 103%;
}

.signup .step1-form {
    width: 535px;
    float: left;
}

.signup .step1-endorsements {
    float: left;
    width: 475px;
    border-left: 1px solid #ccc;
    min-height: 340px;
    padding: 60px 10px 0 50px;
}

.signup #reg_password-error {
    display: none !important;
}

.signup .policy_alert_pass {
    font-size: 12px;
}

/**
 * CRUX Modules
 * ====================================================================================================================
*/
.configModuleHeader .title {
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    margin: 30px -40px;
    padding: 10px 15px;
    display: block;
    background-color: #4EA5D6;
    color: white;
    box-shadow: 3px 3px 3px #ccc;
}

/**
 * Notifications
 * ====================================================================================================================
*/
.notifyTitle {
    font-weight: bold !important;
}

.notifyDateStamp {
    font-size: 11px;
    color: #8F9295;
}

.notifyMessage {
    font-size: 12px;
    margin-right: 14px;
}

/**
 * DNS UI
 * ====================================================================================================================
*/
.dns-ui {
}

.dns-ui .tab-title {
    line-height: 1;
    margin: 0;
}

.dns-ui li.dirty a:before {
    position: relative;
    margin-left: -12px;
    margin-top: -8px;
    margin-bottom: -7px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: coral transparent transparent transparent;
}

.dns-ui .nav-tabs > li > a {
    border: 1px solid #ddd;
    min-width: 51px;
    text-align: center;
}

.dns-ui .nav-tabs > .active > a,
.dns-ui .nav-tabs > .active > a {
    border-bottom-color: transparent !important;
}

.dns-ui .dnsrecord,
.dns-ui input:not([type]),
.dns-ui input[type="text"] {
    font-family: monospace;
}

.dns-ui dl {
    margin: 0;
    padding: 0;
}

.dns-ui dt {
    width: inherit;
}

.dns-ui dt,
.dns-ui dd {
    font-size: small;
    line-height: 14px;
}

.dns-ui .actionCell {
    width: 60px;
}

.dns-ui .fwinput {
    width: 95%;
}

.dns-ui .table td {
    vertical-align: inherit;
}

.dns-ui .tab-pane {
    margin-bottom: 30px;
}

.dns-ui .dnsrecord span {
    display: inline-block;
    word-wrap: break-word;
}

.dns-ui .dnsrecord.deletedRecord,
.dns-ui .dnsrecord.deletedRecord span {
    color: coral;
    text-decoration: line-through;
}

.dns-ui .dnsrecord.newRecord,
.dns-ui .dnsrecord.newRecord span {
    color: coral;
}

.dns-ui tfoot th {
    border-top: 1px solid #ddd !important;
}

/**
 * User password check UI
 * ====================================================================================================================
*/

.userpassword .policy_alert {
    font-size: 11px;
    margin: 0;
}

.userpassword .policy_alert_fail li {
}

.userpassword .policy_alert_fail li,
.userpassword .policy_alert_fail p {
    color: #b94a48 !important;
    font-size: 11px;
    margin-bottom: 0;
}

/**
 * Pendeo Backup Restore UI
 * ====================================================================================================================
*/


.pendeo_backup_ui .backup_date_text {
    width: 200px;
    line-height: 30px;
}

.pendeo_backup_ui .progress_container {
    margin-left: 10px;
    width: 300px;
    line-height: 30px;
}

.pendeo_backup_ui .progress_text {
    margin-right: 10px;
}

.pendeo_tools_ui .flushContainer {

}

.domainContactsTable td {
    padding-right: 20px;
    padding-bottom: 5px;
}

.wide_dl dt {
    width: 150px;
}

.widex_dl dt {
    width: 200px;
}

.wide_dl dd {
    margin: 0 0 0 160px;
}

.widex_dl dd {
    margin: 0 0 0 210px;
}

.accordion-heading.active {
    background-color: #4EA5D6;
    padding-bottom: 2px;
}

.accordion-heading.active .accordion-toggle {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.accordion-heading span.defaultMethod {
    background-color: #0D5680;
    padding: 5px 15px;
    margin: 7px;
}

input.provisioning_input {
}

input.provisioning_input {
    padding: 10px;
    font-size: 18px;
}

select.provisioning_input {
    padding: 1px;
    font-size: 18px;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.form-row {
    width: 75%;
    float: left;
}

.stripeGetCardBtn {
    width: 20%;
    float: left;
    margin-left: 1%;
    height: 41px;
}


/**
 * List form control
 * ====================================================================================================================
*/
.toggle.togglemargin {
    margin-right: 10px;
}

.listDisplay {
    width: 99%;
    height: 127px;
    overflow-y: auto;
    overflow-x: auto;
    margin: 10px 0;
}

.listEntry {
    width: 550px;
    border: 1px solid #ccc;
    padding: 10px;
}

.listEntry ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0 7px 0 0;
    width: 100%;
}

.listEntry ul li {
    position: relative;
    list-style: none outside none;
    padding: 3px 3px 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-clip: padding-box;
    color: #333;
    line-height: 20px;
    display: block;
    float: left;
    clear: both;
    margin: 0 0 2px;
    width: 98%;
    background-color: #f5f5f5;
}

.listEntry ul li.disabled {

}

.listEntry .listbtn {
    float: right;
    margin-left: 3px;
}

.listEntry .listTotalText {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}

.listEntry span.helper {
    color: #fff;
    background-color: #b01b1b;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 11px;
    text-shadow: none;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 5px;
}

.listEntry .listAddItem {
    margin-left: 1%;
    width: 15%;
}

.listEntry .listInput {
    width: 81%;
    margin: 0;
}

.listEntry .listInputIP {
    width: 65%;
    margin: 0;
}

.listEntry .listInputPort {
    width: 10%;
    margin: 0;
}

.listEntry .listFilter {
    margin: 0;
    width: 92%;
    background-image: url("../img/lens-128x128.png") !important;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
    padding-left: 32px;
}

.listEntry .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
}

.listEntry.disabled li {
    color: #8F9295;
}


/**
 * Modal Loader
 * ====================================================================================================================
 */
.modal-loader {
}

.modal-loader .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
    padding: 5px;
}

.modal-loader .modal-content {
    background-color: transparent;
    border: none;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.modal-loader i {
    line-height: 38px;
    margin-right: 10px;
}

.modal-loader .message {
    width: 100%;
    line-height: 38px;
    vertical-align: top;
    position: relative;
}


/**
 * General Text Formatting
 * ====================================================================================================================
 */
.reserved {
    font-family: "Courier New", monospace;
    white-space: nowrap;
}

.monocode {
    font-family: monospace;
    padding: 3px 10px;
    margin-top: 5px;
    border: 1px solid lightgray;
    background-color: #888C8F;
    color: white;
}

/* Fix alert formatting */
.nd-content .boxed .alert p,
.boxed .alert ul li {
    color: inherit;
}


/**
 * Price list
 * ====================================================================================================================
 */
.nd-content .pricelistHeader .headerBox .boxed:first-child {
    overflow: visible;
}

.nd-content .pricelistHeader .headerBox .boxed {
    overflow: visible;
}

.pricelistHeader .headerBox .boxed {
    height: 125px;
}

.pricelistHeader .headerBox .headerPromo p {
    font-size: 11px;
    line-height: 12px;
}

.pricelist .price-select {
    width: 100%;
}

.pricelist .currency-display {
    clear: both;
    padding-top: 0.3em;
    padding-bottom: 0.1em;
}


/**
 * Price list request form
 * ====================================================================================================================
 */
.pricelist_request {
    width: 500px;
}

.pricelist_request h2 {
    text-align: center;
}


/**
 * Discount Templates
 * ====================================================================================================================
 */
.discountTemplates .form-horizontal .control-group {
    margin-bottom: 5px;
}

input.forceucase {
    text-transform: uppercase;
}

input.forceucase::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

input.forceucase:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

input.forceucase::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

input.forceucase:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

input.forceucase::placeholder { /* Recent browsers */
    text-transform: none;
}

.boxed .alert ul li {
    margin-left: 0;
}

.modal-header {
    padding: 0 15px;
}

.modal-body {
    padding: 10px 15px;
}

#cardholder-name.stripeInput {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.newContact .controls {
    margin-left: 110px;
}

.newContact .control-label {
    width: 100px;
}

.paymentWarningContainer {
    position: absolute;
    z-index: 300;
    width: 86%;
    height: 65%;
}

.paymentWarning p {
    margin-bottom: 20px;
}

.paymentWarning button {
    margin-right: 10px;
}

#cardPayNowModal .btn {
    margin-right: 10px;
}


/**
 * Radio Panels
 * ====================================================================================================================
 */
.target-choice h2 {
    margin: 0;
    font-size: 24px;
}

.target-choice {
    background-color: white;
    cursor: pointer;
    padding: 5px 19px;
}

.target-choice.active {
    border-color: rgba(0, 153, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 255, 0.6);
    outline: 0 none;
    background-color: #e3f1f8;
}

.target-choice.active .text * {
}

.target-choice input[type=radio] {
    visibility: hidden;
    float: right;
}

.titleblue {
    color: #4EA5D6;
}

.tickbox {
    color: #4EA5D6;
    font-size: 50px;
    line-height: 100px;
}

.tickbox i {
    visibility: hidden;
}

.target-choice.active .tickbox i {
    visibility: visible;
}

.country-select.active {
    border-color: rgba(0, 153, 255, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 153, 255, 0.6);
    outline: 0 none;
    background-color: #e3f1f8;
}

.productDetailPanel .sectionanchor:target {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}

.productDetailPanel .essentials {
    padding-left: 50px;
}

.productDetailPanel .essentials h3 {
    font-size: 18px;
    line-height: 28px;
}

.productDetailPanel .boxed {
    padding: 3% 3% 4px 3%;
}

/**
 * Branding
 * ====================================================================================================================
*/

.service-branding .imagePlaceholder,
.service-productDefaults .imagePlaceholder {
    border: 2px solid black;
    margin-bottom: 10px;
    background-color: #005A95;
    background-repeat: no-repeat;
}

.service-branding div.jconfirm-content .control-label,
.service-productDefaults div.jconfirm-content .control-label {
    width: 190px;
}

.service-branding div.jconfirm-content .controls,
.service-productDefaults div.jconfirm-content .controls {
    margin-left: 200px;
    text-align: left;
    font-size: 15px;
    color: #777;
}

/**
 * Product Defaults
 * ====================================================================================================================
*/

.productDefaults .imagePlaceholder {
    border: 0;
    margin-bottom: 10px;
    background-color: #ddd;
    background-repeat: no-repeat;
}

/**
 * Comparison Matrix
 * ====================================================================================================================
*/
.comparison-matrix #box-table-a th a {
    color: #fff;
    text-decoration: underline;
}

.comparison-matrix #box-table-a tr:nth-child(2) th {
    font-size: 11px;
}

.comparison-matrix #box-table-a tr:nth-child(2) td {
    text-align: center !important;
}

.comparison-matrix .page-id-70553092 #box-table-a tr td {
    text-align: left;
    line-height: 1.7em;
}

.comparison-matrix #box-table-a {
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    line-height: 140%;
}

.comparison-matrix #box-table-a th {
    font-size: 15px;
    font-weight: normal;
    padding: 15px;
    background: #3C97D3;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.comparison-matrix .sharedaddy {
    margin-top: 30px;
}

.comparison-matrix .colspecial {
    background: #3C97D3 !important;
    color: #fff !important;
}

.comparison-matrix th.top-title {
    text-align: center;
}

.comparison-matrix th.blank {
    background: #fff !important;
}

.comparison-matrix th.left-title {
    background: rgb(204, 204, 204) !important;
    color: rgb(51, 51, 51) !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.comparison-matrix #box-table-a td {
    padding: 10px;
    background: #efefef;
    border-bottom: 1px solid #fff;
    color: #333 !important;
    text-align: center;
    width: 140px;
    border-top: 1px solid transparent;
}

.comparison-matrix #box-table-a td p {
    color: #333 !important;
}

.comparison-matrix #box-table-a tr:nth-child(even) td {
    background: #fafafa;
}

.comparison-matrix #box-table-a tr:hover td {
    background: #e1e1e1;
    color: #000;
}

.comparison-matrix p, .comparison-matrix span {
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 300 !important;
    line-height: 1.7em;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.comparison-matrix #box-table-a td.col2 {
    font-family: 'Open Sans', sans-serif;
    color: #0c95be !important;
}

.comparison-matrix p {
    margin-bottom: 10px;
}


/**
 * Tooltip
 * ====================================================================================================================
*/
.the-tooltip {
    position: relative;
}

.the-tooltip :focus + :last-child, .the-tooltip:focus > :last-child, .the-tooltip:hover > :last-child {
    opacity: 1;
    -webkit-transition: 0.4s 0s;
    -moz-transition: 0.4s 0s;
    -ms-transition: 0.4s 0s;
    -o-transition: 0.4s 0s;
    transition: 0.4s 0s;
    visibility: visible;
}

.the-tooltip > :last-child {
    border: solid 1px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.5;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    -webkit-transition: 0.2s 0s;
    -moz-transition: 0.2s 0s;
    -ms-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}

.the-tooltip > :last-child * {
    max-width: 100%;
}

.the-tooltip > :last-child:after, .the-tooltip > :last-child:before {
    border: solid 11px;
    content: "";
    display: block;
    margin: 0 20px 0 20px;
    position: absolute;
}

.the-tooltip.bottom > :last-child {
    margin-top: 15px;
    top: 100%;
}

.the-tooltip.bottom > :last-child:after {
    margin-bottom: -1px;
}

.the-tooltip.bottom > :last-child:after, .the-tooltip.bottom > :last-child:before {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    bottom: 100%;
}

.the-tooltip.bottom > :last-child:before {
    margin-bottom: 0;
}

.the-tooltip.center > :last-child {
    left: -125px;
    margin-left: 50%;
}

.the-tooltip.center > :last-child:after, .the-tooltip.center > :last-child:before {
    left: 50%;
    margin-left: -10px;
}

.the-tooltip.left > :last-child {
    left: 0;
}

.the-tooltip.left > :last-child:after, .the-tooltip.left > :last-child:before {
    left: 0;
}

.the-tooltip.right > :last-child {
    right: 0;
}

.the-tooltip.right > :last-child:after, .the-tooltip.right > :last-child:before {
    right: 0;
}

.the-tooltip.top > :last-child {
    bottom: 100%;
    margin-bottom: 15px;
}

.the-tooltip.top > :last-child:after {
    margin-top: -1px;
}

.the-tooltip.top > :last-child:after, .the-tooltip.top > :last-child:before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: 100%;
}

.the-tooltip.top > :last-child:before {
    margin-top: 0;
}

.the-tooltip.auto-width > :last-child {
    white-space: nowrap;
    width: auto;
}

.the-tooltip.full-width > :last-child {
    left: 0;
    margin-left: 0;
    width: 100%;
}

.the-tooltip.apple-green > :last-child {
    background-color: #8db600;
    border-color: #658300;
    color: #161d00;
}

.the-tooltip.apple-green > :last-child:after {
    border-color: #8db600;
}

.the-tooltip.apple-green > :last-child:before {
    border-color: #658300;
}

.the-tooltip.apple-green > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.the-tooltip.apricot > :last-child {
    background-color: #fbceb1;
    border-color: #f9b080;
    color: #441d03;
}

.the-tooltip.apricot > :last-child:after {
    border-color: #fbceb1;
}

.the-tooltip.apricot > :last-child:before {
    border-color: #f9b080;
}

.the-tooltip.apricot > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.the-tooltip.black > :last-child {
    background-color: #333333;
    border-color: #0d0d0d;
    color: #ffffff;
}

.the-tooltip.black > :last-child:after {
    border-color: #333333;
}

.the-tooltip.black > :last-child:before {
    border-color: #0d0d0d;
}

.the-tooltip.black > :last-child {
    text-shadow: 0 1px 0 #000000;
}

.the-tooltip.carrot-orange > :last-child {
    background-color: #ed9121;
    border-color: #b3690f;
    color: #251603;
}

.the-tooltip.carrot-orange > :last-child:after {
    border-color: #ed9121;
}

.the-tooltip.carrot-orange > :last-child:before {
    border-color: #b3690f;
}

.the-tooltip.carrot-orange > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.the-tooltip.eggplant > :last-child {
    background-color: #614051;
    border-color: #33222b;
    color: #ffffff;
}

.the-tooltip.eggplant > :last-child:after {
    border-color: #614051;
}

.the-tooltip.eggplant > :last-child:before {
    border-color: #33222b;
}

.the-tooltip.eggplant > :last-child {
    text-shadow: 0 1px 0 #000000;
}

.the-tooltip.forest-green > :last-child {
    background-color: #014421;
    border-color: #001209;
    color: #ffffff;
}

.the-tooltip.forest-green > :last-child:after {
    border-color: #014421;
}

.the-tooltip.forest-green > :last-child:before {
    border-color: #001209;
}

.the-tooltip.forest-green > :last-child {
    text-shadow: 0 1px 0 #000000;
}

.the-tooltip.bright-lavender > :last-child {
    background-color: #bf94e4;
    border-color: #9a57d5;
    color: #250e38;
}

.the-tooltip.bright-lavender > :last-child:after {
    border-color: #bf94e4;
}

.the-tooltip.bright-lavender > :last-child:before {
    border-color: #9a57d5;
}

.the-tooltip.bright-lavender > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.the-tooltip.dark-midnight-blue > :last-child {
    background-color: #003366;
    border-color: #000d1a;
    color: #ffffff;
}

.the-tooltip.dark-midnight-blue > :last-child:after {
    border-color: #003366;
}

.the-tooltip.dark-midnight-blue > :last-child:before {
    border-color: #000d1a;
}

.the-tooltip.dark-midnight-blue > :last-child {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.the-tooltip.magic-mint > :last-child {
    background-color: #aaf0d1;
    border-color: #69e5ae;
    color: #0c432a;
}

.the-tooltip.magic-mint > :last-child:after {
    border-color: #aaf0d1;
}

.the-tooltip.magic-mint > :last-child:before {
    border-color: #69e5ae;
}

.the-tooltip.magic-mint > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.the-tooltip.mustard > :last-child {
    background-color: #ffdb58;
    border-color: #f1bd00;
    color: #3f3100;
}

.the-tooltip.mustard > :last-child:after {
    border-color: #ffdb58;
}

.the-tooltip.mustard > :last-child:before {
    border-color: #f1bd00;
}

.the-tooltip.mustard > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.the-tooltip.sienna > :last-child {
    background-color: #882d17;
    border-color: #47170c;
    color: #ffffff;
}

.the-tooltip.sienna > :last-child:after {
    border-color: #882d17;
}

.the-tooltip.sienna > :last-child:before {
    border-color: #47170c;
}

.the-tooltip.sienna > :last-child {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.the-tooltip.sky-blue > :last-child {
    background-color: #87ceeb;
    border-color: #45b3e0;
    color: #0d3a4d;
}

.the-tooltip.sky-blue > :last-child:after {
    border-color: #87ceeb;
}

.the-tooltip.sky-blue > :last-child:before {
    border-color: #45b3e0;
}

.the-tooltip.sky-blue > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.the-tooltip.sunset > :last-child {
    background-color: #fad6a5;
    border-color: #f6b55d;
    color: #4f2f04;
}

.the-tooltip.sunset > :last-child:after {
    border-color: #fad6a5;
}

.the-tooltip.sunset > :last-child:before {
    border-color: #f6b55d;
}

.the-tooltip.sunset > :last-child {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.the-tooltip p {
    color: #ffffff !important;
}