/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  outline:0;
  border:0;
  vertical-align:baseline;
  font: inherit;
  font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; background:transparent; vertical-align:baseline; font-size:100%; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-weight:bold; font-style:italic; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-spacing:0; border-collapse:collapse; }
hr { display:block; margin:1em 0; padding:0; height:1px; border:0; border-top:1px solid #ccc; }
input, select { vertical-align:middle; }

html {height: 100%;}
/*body { font:12px/1.231 "Open Sans", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif; *font-size:small; } */
body { font:14px/1.231  'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #333; }
input, textarea {
    border: 1px solid #cbc8b9;
    border-radius: 3px;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
/*a, a:active, a:visited { color: #607890; }*/
a, a:active, a:visited { color: black; }
a:hover { color: #036; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 90%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub, sup { position: relative; font-size: 75%; line-height: 0; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: 4px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
a, label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input.ng-invalid, textarea.ng-invalid*/
/*input:invalid, textarea:invalid { border-radius: 1px; -webkit-box-shadow: 0px 0px 5px red;  -moz-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }*/
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
input:required, textarea:required {
    box-shadow: none;
}

::-moz-selection{ background: #c3ebbd; color:#000; text-shadow: none; }
::selection { background:#c3ebbd; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #c3ebbd; }

button { overflow: visible;  width: auto; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; overflow: hidden; background-repeat: no-repeat; text-align: left; text-indent: -999em; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { position: static; overflow: visible; clip: auto; margin: 0; width: auto; height: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { display: block; visibility: hidden; height: 0;  content: "\0020";	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

em { font-weight: bold;}

.onethird {width: 33%;}
.twothirds {width: 66%;}
.half {width: 49%;}
.left { display: inline; float: left; }
.right { display: inline; float: right; }
.inline {display: inline;}



 /* Primary Styles
    Author: tj@mailroute.net
 */


::-webkit-input-placeholder {
   color: darkgrey;
}

:-moz-placeholder {
   color: darkgrey;
}

.placeholder {
    color: darkgrey;
}


body {
    min-width:360px;
}


h1 { display: inline; font-size: 200%; }
h2 { display: inline; font-weight: bold; font-size: 150%;}
h3 { display: inline; font-weight: bold; font-size: 1.05rem;}
h4 { display: inline; font-weight: bold; font-size: 100%;}
h5 { display: inline; font-weight: normal; font-style: italic; font-size: 100%;}



label {
    line-height: 1.2em;
}
input {
    /*position: relative;*/
    /*top: -1px;*/
    margin:0;
    padding: 0.3em 0.5em;
    vertical-align: middle;
    overflow: hidden;
}

 /* Wrapper */

.wrapper {
     position: relative;
     /*padding: 0 .75em 0 .75em;*/
     /*margin: 0 auto;*/
     /*width: 960px;*/
     /*width: 95%;*/
 }




div#container {
    position: relative;
    /*margin: 10px;*/
}


span.plus {
    color: #32CD32;
    font-weight: bold;
}

/* override jquery-ui settings
   use body.mr to override the standad settings without using !important
*/


body.mr  {
    background-color: white;
}

body.mr .ui-dialog:after {
}

.ui-tabs-hide
{
  display: none;
}



 /*   Header stuff */

div#hdr {
    /*font-weight: 600;*/
    /*border-top-right-radius: 3px;
    border-top-left-radius: 3px;*/
    padding: 0 1.5em;
    /*height: 80px;*/
    background-color: #fff;

}

div#rtn {
    padding-bottom: 20px;
    font-weight: normal;
}



table.logoheader {
    height: 80px;
    width: 100%;
}
table.logoheader tr {
    height: 80px;
}
table.logoheader td {
    vertical-align: middle;
    text-align: center;

}
table.logoheader td.logo {
    /*padding-left: 1.5em;*/
    white-space: nowrap;
}
table.logoheader td.service_name {
    padding-left: 10px;
    white-space: nowrap;
    font-size: 200%;
}
table.logoheader td.service_name a {
    text-decoration: none;
    font-style: none;
}

table.logoheader td.login {
    /*padding-right: 20px;*/
    width: 99%;
    vertical-align: middle;
}





div#hdr div#login {
    display: inline;
    float: right;
    text-align: right;
    font-size: 100%;
    padding: 2em 0 0 0;
    /*color: #ffffff;*/
}


div#hdr #login a:link, div#hdr #login a:visited, div#hdr #login a {
    /*text-shadow: 1px 1px 0 #000;*/
    font-weight: 500;
}
div#hdr #login a, #login a:visited {
    text-align: center;
    text-decoration: none;
    /*color: #ffffff;*/
}
div#hdr #login a:hover {
    text-decoration: underline;
}
div#hdr #login {
}

div#nav {
    z-index:2;
    min-width: 340px;
    margin: 0px;
    padding: 5px 0 0 0;
    /*min-width: 600px;*/
    /*background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));*/
    /*background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    font-size: 100%;

}
div#main {
    /*z-index: 1;*/
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
    border:none;
    border-radius: 0 3px 3px 3px;
    background-color: white;
    /*overflow: hidden;*/
    min-width: 900px;
}

div#shadow {
/*    -webkit-box-shadow:0 1px 5px 3px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 5px 3px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 5px 3px rgba(0, 0, 0, 0.3);
*/
    /*border: 2px solid #ccc;*/
    /*border-radius: 3px;*/
    padding: 0 1.5em;
}


.inset {
    margin: 0px 0 0px 0;
    padding: 0px 10px;
}

.center {
    text-align: center;
}

div#explain, div.explain  {
    margin: 0 auto 1em auto;
    width: 90%;
    font-weight: normal;
    font-size: 70%;
}

div.explain_disabled_userlist_incomplete {
    margin: 40px;
    font-size: 150%;

}

div#content {
    min-height: 800px;
    padding-top: 10px
}

div.gimmespace {
    margin: 40px;
}

/* main tabs */
div#nav ul {
    float: left;
    /*clear: both;*/
    margin: 0;
    /*width: 30%;*/
    list-style: none;
    padding-top: 17px
}
@media screen and (max-width: 600px) {
    div#nav ul {
        width: 55%
    }
    div#nav li {
        margin-right: 0px
    }
    div#nav li a {
        padding: 0 !important;
    }
}

div#nav li:last-child {
    margin-right: 0 !important;
}
div#nav li:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
div#nav li:first-child a {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

div#nav li {
    position: relative;
    float: left;
    line-height: 2.25em;
    padding: .25em 0em;
    margin-right: 1em;
}

div#nav li  a {
    z-index: 1;
    display: block;
    /*margin: 0 1em 0 0;*/
    color: #444;
    text-decoration: none;
    padding: 0 1em 0 1em;
    font-weight: 500;
    text-shadow: none !important
}

div#nav li a:last-child {
    padding-right: 0 !important;
}

div#nav li a:not(:hover) {
    text-shadow: 1px 1px 0px #000;
}

div#nav li:hover, div#nav li:hover a {
    /*background: white;*/
    /*color: #444;*/
    text-decoration: underline;
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    /*border-bottom-left-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    outline: 0;
}

div#nav li.current, div#nav li.current a, .reseller .reseller-top a, .dashboard .dashboard-top a
, .customer .customer-top a, .domain .domain-top a, .user .user-top a, .quarantine .quarantine-top a, .mysettings .mysettings-top a

{
    /*background-color: white !important;*/
    /*color: #444 !important;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    /*border-bottom-left-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    text-shadow: none !important;
}

div#entity-tab {
    z-index:2;
    margin: 0px;
    padding: 0 0 0 1.5em;

    /*background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));*/
    /*background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    /*background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
    font-size: 100%;
    /*background-color: #77d06d;*/
    /*border-bottom: 2px solid #77d06d;*/
    border-top: 2px solid #77d06d;
    /*background: #eee;*/
}
div#entity-tab ul {
    float: left;
    clear: both;
    margin: 0;
    width: 100%;
    list-style: none;
}


div#entity-tab li {
    position: relative;
    float: left;
    line-height: 2.25em;
    /*padding: .25em 0em;*/
    margin-right: 1em;
}

div#entity-tab li div {
    z-index: 1;
    display: block;
   /* margin: 0 1em 0 0; */
    color: white;
    text-decoration: none;
    padding: 0 1em 0 0;
}

/*div#entity-tab li div:not(:hover) {*/
    /*text-shadow: 1px 1px 0px #000;*/
/*}*/
div#entity-tab li, div#entity-tab li div {
    /*background-color: white !important;*/
    color: #444 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-shadow: none !important;
}




.info {
    display: block;
    margin-bottom: .5em;
    /*padding: 0;
    padding-left: 20px;
    font-weight: normal;
    font-size: 90%;
    */
}

.row {
    display:block;
     padding: 0px;
}

.controls {
    margin: 10px 0 10px 0;
    text-align: left;
}

span.name {
    font-weight: bold;
}

button.inline-edit-button {
    display: inline;
    margin-top: 1em;
    margin-left: 20px;
    vertical-align: top;
}


.inlb {
    display: inline-block;
    float: left;
    margin-top: 3px;
}

div.rendered-obj {
    margin-top: 40px;
}

div.rendered-obj-title {
    /*font-size: 150%;*/
    margin-bottom: 0.5em;
}


span#domain-name-field, span#customer-name-field {
    font-weight: bold;
}

div.domain-verification {

}

span.domain-deliveryport {
    font-weight: normal;
}

 /*hide all dialog by default*/
.dialog {
   display: none;
}

.hide {
    display: none;
}

#footer  {
	padding: 20px 0px 20px 0;
	text-align: center;
	font-size: 100%;
    color: #444;
}
#footer a, #footer a:visited {
    color: #444;
}
#footer a:hover {
    text-decoration: underline;
}

/* login */

.calltoaction {
    text-align: center;
    font-size: 150%;
    color: #77d06d;

}

.successexplain {
    margin-bottom: 1em;
    padding: 20px;
    color: #333;
   text-align: left;
   font-size: 130%;
}

.successexplain p {
    margin-top: 1em;
}

div.buttons {
    margin-top: 20px;
}


/* end messy hack */

div#signup_dialog em {
    color: #77d06d;
    font-size: 200%;
}

div#login_header, div#signup_header {
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    background-color: #fff;
}




div#login_dialog,
div#login_dialog_old,
div#signup_dialog{
    font-size: 100%;
}
div#login_dialog div.accountinfo,
div#login_dialog_old div.accountinfo,
div#signup_dialog div.accountinfo {
    margin-top: 10px;
    text-align: center;
    font-size: 175%;
}


div#login_dialog div.loginform,
div#login_dialog_old div.loginform,
div#signup_dialog div.signupform {
    margin: 0px auto;
    width: 340px;
}

div#login_dialog div.accountinfo p,
div#login_dialog_old div.accountinfo p,
div#signup_dialog div.accountinfo p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 120%;
}

div#login_dialog div.textentry label,
div#login_dialog_old div.textentry label,
div#signup_dialog div.textentry label {
    display: inline-block;
    padding: 0px 0em;
    width: 100px;
    vertical-align: middle;
    text-align: right;
    font-size: 90%;
}

div#signup_dialog div.textentry label {
    width: 200px !important;
}

div#login_dialog div.textentry label em,
div#login_dialog_old div.textentry label em,
div#signup_dialog div.textentry label em {
    margin-top: 3px;
    color: #d00;
}

div#signup_dialog div.textentry select {
    width: 273px;
}
div#signup_page fieldset {
    padding-bottom: 15px;
}

div#login_dialog div.info,
div#login_dialog_old div.info,
div#signup_dialog div.info {
    font-size: 50%;
}


div#signup_dialog div.mrform {
    margin: 0 auto;
    width: 300px;
}

div#signup_dialog div.mrform {
    margin: 0 auto;
    width: 300px;
}

div#create_customer_page div.mrform {
    width: 400px;
}

div#create_customer_page input[type="password"], div#create_customer_page input[type="text"] {
    width: 300px;
}

div#user-edit-dialog div.mrform {
    width: 600px;
}


div.signup-success {
    margin: 0 auto;
    width: 700px;
}
div.signup-success p, div#create_customer_page p {
    margin-top: 20px;
    font-size: 125%;
}



.dropboxcontainer {
    position:relative;
    z-index:1;
    margin:0 auto;
    padding:20px;
    width:480px;
    background:transparent;
}

.dropboxcontainer:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"";
    font-size:0;
}

.drop-shadow {
    position:relative;
    padding:1em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
    position:absolute;
    z-index:-2;
    content:"";
}

.drop-shadow p {
    font-weight:bold;
    font-size:16px;
}




/* End Primary Styles
*/


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {


  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important;
  -ms-filter: none !important; filter:none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #333 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*menu*/

.hidden { position:absolute; top:0; left:-9999px; overflow:hidden; width:1px; height:1px; }

/* div#contacts .grid-header, div#resellers .grid-header, div#users .grid-header, div#customers .grid-header, div#domains .grid-header {
*/

span.editable {
    /*padding: 0px 24px 0px 4px;*/
    cursor: pointer;
}
span.editable:hover {
    color: grey;
}

span.editable:hover:after {
    padding-left: 0.5em;
    content: "\f040";
    font-family: FontAwesome;
    position: absolute;
}

span.active {
    color: green;
    cursor: pointer;
}
span.inactive {
    color: darkgrey;
    cursor: pointer;
}

span.inactive:hover, span.active:hover {
    color: grey;
}


.red {
    color: red;
}

.green {
    color: green;
}

.grey {
    color: grey;
}

.light-green {
    color: #77d06d;
}

ul.ns-record {
    margin-top: 0px !important;
    font-size: small !important;
}
ul.ns-record li {
    margin-left: 15px !important;
    padding-left: 20px !important;
}

.error{
    color: #d00;
}


/*   CLEANUP - CHECK these next two */
.enabled {
    color: green;
    content: "\f111";
    font-family: FontAwesome;
}

.disabled {
    color: red;
    content: "\f111";
    font-family: FontAwesome;
}

.toggle {
    width: 24px;
}

#username {
    font-weight: 500;
}



div#content  div.explain {
    /*padding: 10px;*/
    width: 100%;
    vertical-align: middle;
    font-size: 100%;

    background-color: #f2f2f2;
    border-radius: 3px;
    color: #484848;
    overflow: hidden;
}

div#content  div.explain p {
    margin: 8px;
}

div#content  div.explain .heading {
    margin: 8px;
    font-weight:bold;
    font-size:135%;
}


div#content div.name {
    min-width: 25em;
    vertical-align: middle;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 1em;;
}


div#content div.name img, div#content div.name label, div#content div.name input{
    display: inline;
    vertical-align: middle;
    font-weight: normal;
}

div.image {
    display: inline-block;
    vertical-align: middle;
}

div.presets {

    padding: 0px;
}
div#content div.detail {
    margin-top: 1em;
}

div#content div.detail h4 {
    padding: 10px 0 10px 0;
}

div#content div.detail div.choice {
    margin: 10px 24px;
}


div.form_entry{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

div.form_sub_field {
    margin-bottom: 20px;
}
div.details {
    margin-top: 0.4em;
    margin-left: 220px;
}

div.details p {
    margin: 5px 0;
}
div.form_entry label {
    display: block;
    float: left;
    width: 220px;
    font-weight: bold;
}
.form_error {
    background-color: #ffdfdf;
    color: #d00;
}
span.form_error {
    display: inline-block;
    padding: 3px 3px;
}

div.form_cat h2 {
    display: inline;
    line-height: 2.5em;
}

/*div.form_cat:last-child .form_entry {*/
/*    border-bottom: none;*/
/*}*/

div.form_entry button {
    margin: 10px 0;
}

div.form_entry button.save {
    display: block;
}

div.form_entry .roomy {
    margin: 10px 0;
}

span.error {
    display: block;
}

div#content div.form_field p {
    margin: 5px 0px;
}

div.allow_branding {
    font-size: 90%;
}


div#spam_warning_text {
    padding: 5px;
    background-color: #fcc;
    font-size: 85%;
}

.inline-fields button {
    display: block;
}

/* default width for forms */
.mrform {
    margin: 1em 0;
    width: 500px;
}

.mail-header-toggle {
    margin: 1em 0;
}

#notif-container .ctrlHolder {
    margin-bottom: 20px;
}
#notif-container ul li {
    margin-bottom: 8px;
    list-style: none;
}

.noborder {
    border: none;
    box-shadow: none;
}


div.warning, div.goodjob {
    margin-top: 10px;
    padding: 8px;
    min-height: 40px;
}
div.warning {
        background-color: #ffeeee;
}
div.goodjob {
        background-color: #eeffee;
}



div.setup-checklist{
    display: inline-block;
}
div.setup-checklist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-size: 130%;*/
    /*line-height: 2em;*/

}
div.setup-checklist li {
    padding-left: 80px;
}
div.setup-checklist li.setup-checklist-option {
     padding-left: 40px;
}

div.setup-checklist li.bad:before {
    margin-left: -1.25em;
    padding-right: 0.5em;
    color: red;
    content: "\f056";  /* icon-minus-sign */
    font-size: 1.25em;
    font-family: FontAwesome;

}
div.setup-checklist li.good:before {
    margin-left: -1.25em;
    padding-right: 0.5em;
    color: green;
    content: "\f058";  /* icon-ok-sign */
    font-size: 1.25em;
    font-family: FontAwesome;
}

div.setup-checklist li.neutral:before {
    margin-left: -1.25em;
    padding-right: 0.5em;
    color: grey;
    content: "\f06a";  /* fa-exclamation-circle  */
    font-size: 1.25em;
    font-family: FontAwesome;
}

/*   REMOVE  the next three */
div.setup-checklist li.bad {
}
div.setup-checklist li.good:before {
}

div.setup-checklist li.neutral{
}
div.setup-checklist-button-pane  {
    font-size: 70%;
}

div.setup-checklist li.neutral div.setupexplain.neutral,
div.setup-checklist li.good  div.setupexplain.good,
div.setup-checklist li.bad   div.setupexplain.bad
{
    display: block;
}
div.setup-checklist li.neutral div.setupexplain.good,
div.setup-checklist li.good  div.setupexplain.bad,
div.setup-checklist li.bad  div.setupexplain.good
 {
    display: none;
}


div.setupexplain {
    display: none;
    margin-right: 20px;
    padding: 10px 0px;
    width: 100%;
    vertical-align: middle;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.2em;
}

div.setupexplain p {
    margin-top: 8px;
}
div.setupexplain ul {
    margin-top: 0px;
    padding-left: 10px;
    list-style: disc;
    font-size: 90%;
}
div.setupexplain li {
    padding-left: 0px;
}


div.current-mx {
    padding: 10px 10px;
    width: 100%;
    vertical-align: middle;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.2em;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.4em 0em;
}

.disabled-explain {
    display: none;
}

div#user_import p {
    margin-top: 20px;
}

div#user_import pre {
    margin-left: 2em;
    background-color: #eee;
}

div#user_import ol {
    font-size: 125%;
}

div#user_import ul.messages {
    margin-top: 20px;
    margin-left: 20px;
    list-style: none;
    font-size: 150%;
    line-height: 2em;
}


div#user_import li.warning {
    background-image: url("/static/icons/32/sad.png");
    background-position: 0 top;
    background-repeat: no-repeat;
}
div#user_import li.info {
    background-image: url("/static/icons/32/ok.png");
    background-position: 0 top;
    background-repeat: no-repeat;
}

div#user_import label.update_mode ul > li {
    padding-left: 5px;
    list-style: none;
}


div#user_import table{margin:20px 20px 0;padding:0;border-collapse:collapse;}
div#user_import table tr{margin:0;padding:0; height: 2em;border:1px solid #ccc;background-color:#fff; font-size: 90%;}
div#user_import table tr:nth-child(2n){background-color:#eee;}
div#user_import table tr th, div#user_import table tr td{margin:0;padding:6px 13px;border:1px solid #ccc;text-align:left;}

/* :not(.ui) to not clash with semantic table css */
.table:not(.ui){display: block;overflow: auto;margin:20px 20px 0;padding:0;width: 95%;border-collapse:collapse;}
.table:not(.ui) tr{margin:0;padding:0; height: 2em;border:1px solid #ccc;background-color:#fff; font-size: 100%;}
.table:not(.ui) tr:nth-child(2n){background-color:#eee;}
.table:not(.ui) tr th, .table:not(.ui) tr td{margin:0;padding:6px 13px;border:1px solid #ccc;text-align:left;}

div.domain_detail_email_on_hold {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -155px;
}

div.display_mx_record {
    display: inline-block;
    vertical-align: middle;

}

div.display_mx_record pre {
}

#user-setup-mx-record-info p {
    margin: 8px 0px;
    font-size: 125%;
}

#user-setup-mx-record-info ul {
    margin-top: 20px;
    list-style: none;
    font-size: 110%;
}
#user-setup-mx-record-info ul li {
    margin-top: 12px;
}




span.frown {
    display:inline-block;
    color: #bbb;
    font-size: 50px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    }

.disabled-elem {
    color: #808080 !important;
}

.breadcrumb>li+li:before {color: #77d06d; content: "\00a0\2771\00a0";}

.breadcrumb {
    background-color: white;
    list-style: none outside none;
    display: block;
    margin: 0;
}

.breadcrumb:empty {
    display: none;
}

.breadcrumb > li {
    font-size: 14px;
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 0.7em 0 0.3em 0;
}


#s2id_id_csr_country {
    margin-top:-5px;
}

#message_size_limit {
    width: 50px;
}


#domain-name-indicator {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

body.login {
    background: #fff;
}

.pointer {
    cursor: pointer;
}


div.table_info {
    display: table;
    margin-bottom: 0.5em;
}
div.table_info div.row {
    display: table-row;


}
div.table_info div.row div.label,div.table_info div.row div.value  {
    display: table-cell;
    padding: 0em .5em;
}
div.table_info div.row div.label {
    text-align: right;
}
div.table_info div.row div.value {
    font-weight: bold;
}

.wizard-wrapper {
    /*width: 70%;*/
    margin: 0 auto;
}
.wizard-content {
    margin: 0 14%;
}
/* wizard progress bar */
#progressbar {
    counter-reset: step;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    color: #797979;
    margin-left: 0;
}
#progressbar li {
    float: left;
    font-size: 9px;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    width: 33.33%;
}
#progressbar li::before {
    background: #e5e5e5 none repeat scroll 0 0; /*num back*/
    border-radius: 3px;
    color: #797979;
    content: counter(step, decimal);
    counter-increment: step;
    display: block;
    font-size: 10px;
    line-height: 20px;
    margin: 0 auto 5px;
    width: 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
#progressbar li::after {
    background: #e5e5e5 none repeat scroll 0 0; /*bar back*/
    content: "";
    height: 2px;
    left: -46.9%;
    position: absolute;
    top: 9px;
    width: 94%;
    /*z-index: -1;*/
}
#progressbar li:first-child::after {
    content: none;
}
#progressbar li.active::before, #progressbar li.active::after {
    background: #27ae60 none repeat scroll 0 0;
    color: white;
    text-shadow: none;
}
/* end wizard progress bar */


/* ========= user dropdown menu ======= */
div#hdr #login .dropdown-menu a:hover {
    text-decoration: none;
}
/* ========= end user dropdown menu ======= */

/* ======= charts related ========== */
@media (min-width: 368px) {
    .block-33 {
        width: 74%;
        margin-left:15px;
        float:left;
    }
}
@media (min-width: 768px) {
    .block-33 {
        width: 97%;
        margin-left:15px;
        float:left;
    }
}
@media (min-width: 992px) {
    .block-33 {
        width: 97%;
        margin-left:15px;
        float:left;
    }
}
@media (min-width: 1200px) {
    .block-33 {
        width: 32%;
        margin-left:15px;
        float:left;
        min-width:450px;
    }
}

.panel-block-container {
    margin-left: -15px;
    margin-right: -12px;
}
.block-title {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-weight:bold;
}
.block-50 {
    width: 48.5%;
    margin-left:15px;
    float:left;
    min-width:450px;
}
.block-33 .table, .block-50 .table {
    width: 100%;
    margin: 0;
    display: table;
}
.table-csv-icon {
    padding-top: 15px;
    padding-right: 10px;
    float: right;
}
/* ======= end charts related ========== */

.table-column {
    margin:0 15px 15px 0;
    width: auto;
    float: left;
}

sup {
    color: #ff7570;
    font-size: 65%;
}

.date-filter-panel {
    float: left;
    padding-bottom:15px;
}
.date-filter-panel > span {
    margin-top: 3px;
    margin-right: 3px;
    float: left;
}
.date-filter-panel > div {
    margin-right: 5px;
    float: left;
}
.date-filter-panel .input {
    float: left;
    padding-right: 5px;
}

[v-cloak] {
  display: none;
}

.main-content {
    float:left;
    width: 79.5%;
}

@media only screen and (max-width: 1283px) {
    .main-content {
        float: left;
        width: 75%;
        min-width: 592px
    }
}
@media only screen and (max-width: 1023px) {
    .main-content {
        float: left;
        width: 60%;
        min-width: 592px
    }
}
.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #eaeaea;
}

/*fix for mobiles*/
#reseller-index #main, #customer-index #main, #domain-index #main, #user-index #main {
    min-width: 300px
}
