#whmcsimglogo{
	float:left
}

#menu-top{
	float:right;
	padding:68px 0 0;
}

#menu-top li{
	display:inline-block;
	padding:0 5px;
}

#menu-top li a{
	color:#CCC
}

#menu-top li a:hover{
	color:#fff
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a {
    color: #004A95;
}

.fontsize2 {
    font-size: 1.2em;
}

.fontsize3 {
    font-size: 1.4em;
}

.lighttext {
    color: #ccc;
}

.bold {
    font-weight: bold;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.textcenter, .textcenter td {
    text-align: center !important;
}

.clear {
    clear: both;
}

.whmcscontainer p {
    margin-bottom: 3px;
}

.whmcscontainer h1 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
	color:#333;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.whmcscontainer h2 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-2px;
    text-shadow: 0 0 2px #ccc;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.whmcscontainer h3 {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing:-1px;
    text-shadow: 0 0 2px #ccc;
    font-size: 18px;
    font-weight: 700;
}

.whmcscontainer h1 small, .whmcscontainer h2 small, .whmcscontainer h3 small {
    font-family: Arial;
    letter-spacing: -1px;
    text-shadow: 0 0 0;
    font-weight: 400;
}

.adminreturndiv {
    position:absolute;
    top:0 !important;
    right:0 !important;
    padding:5px 10px !important;
    background-color:#B4B4B4 !important;
    font-family:Tahoma !important;
    font-size:11px !important;
    color:#000 !important;
}
.adminreturndiv a {
    color: #fff !important;
    text-decoration: underline !important;
}

.whmcscontainer {
    max-width: 960px;
    margin: 0 auto;
}

.whmcscontainer .contentpadded {
	border-width:0 3px 0 3px;
	border-style:solid;
	border-color:#026637;
    padding: 15px;
}

.whmcscontainer img {
    vertical-align: top;
    border: 0;
}

.navbar {
    position: relative;
}

#whmcsheader {
}

#whmcstxtlogo {
    padding: 20px 30px 20px 30px;
}
#whmcsimglogo {
	padding:25px 0px 20px 0px;
    display: none;
}

#whmcstxtlogo a {
	font-size: 3.2em;
	color: #fff;
    text-decoration: none;
}

.menu-dropdown, .dropdown-menu {
    min-width: 180px;
}

.whmcscontainer .page-header {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #DDDDDD;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 0;
}

.whmcscontainer .error ul {
    margin: 10px 0 10px 30px;
}

.whmcscontainer .error ul li {
    color: #fff;
}

ul.inputs-list li {
	list-style:none;
}

.footerdivider {
    border-top: 1px solid #003d5b;
	display:none;
}

.whmcscontainer .footer {
    margin: 0;
    padding: 15px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #f8f8f8;
    color: #666;
	border-width:0 3px 3px 3px;
	border-style:solid;
	border-color:#026638;
}

.whmcscontainer .footer #languagefrm select {
    margin: 0 0 0 5px;
    padding: 4px;
    font-family: Tahoma;
    font-size: 11px;
    color: #666;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .footer #copyright {
    float: right;
    line-height: 24px;
}

/* *****************************************************

     Standalone Portal Look Styling
     Comment out this section for full width style

***************************************************** */

body {
    
    background: url(/_imgs/background_head_strip.png);
    background-size: 100% 121px;
    background-repeat: no-repeat;
    background-color: #292929!important;
}
/* added whmcs-logo-container to customize logo container */
.whmcs-logo-container {
}
.whmcscontainer {
    background-color: #fff;
}

#whmcsheader {
    max-width: 960px;
    margin: 0 auto;
    background: url(/_imgs/background_head.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}

#whmcstxtlogo {
    display: none;
}
#whmcsimglogo {
    display: block;

}

.navbar .navbar-inner {
    margin: 0 auto;
    max-width: 960px;
    height: 35px;
}

.footerdivider {
    margin: 0 auto;
    width: 960px;
    height: 5px;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#116691), to(#003d5b));
    background-image: -moz-linear-gradient(top, #116691, #003d5b);
    background-image: -ms-linear-gradient(top, #116691, #003d5b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #116691), color-stop(100%, #003d5b));
    background-image: -webkit-linear-gradient(top, #116691, #003d5b);
    background-image: -o-linear-gradient(top, #116691, #003d5b);
    background-image: linear-gradient(top, #116691, #003d5b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#116691', endColorstr='#003d5b', GradientType=0);
}

.whmcscontainer .footer {
}

/* Containers */

.whmcscontainer .col4 {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}

.whmcscontainer .col2half {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.whmcscontainer .col30 {
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
}

.whmcscontainer .col40 {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.whmcscontainer .col60 {
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
}

.whmcscontainer .col70 {
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
}

.whmcscontainer .center80 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.whmcscontainer .center95 {
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

.whmcscontainer .row {
    margin: 0;
    padding: 0 0 15px 0;
}

.whmcscontainer .row .multicol {
    float: left;
    margin: 0 50px 0 0;
}

.whmcscontainer .internalpadding {
    padding: 5px;
}

.whmcscontainer .halfwidthcontainer {
    width: 50%;
    margin: 0 auto;
}

.whmcscontainer .logincontainer {
    width: 280px;
    margin: 30px auto 100px auto;
}

.whmcscontainer .logincontainer label {
    font-weight: bold;
}

.whmcscontainer fieldset.onecol label {
    color: #404040;
    float: left;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    width: 225px;
}

.whmcscontainer fieldset.onecol .controls-list label {
    float: none;
    width: auto;
    line-height: 18px;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.whmcscontainer fieldset.onecol div.controls {
    margin-left: 245px;
}

/* Forms */

form {
    margin: 0px;
}

select {
    width: auto;
}

.input-btn-large, input.btn-large {
    width: auto; /* Fix for Massive Width on Buttons from Bootstrap */
}

input.bigfield {
    width: 60%;
    height: 30px;
    font-size: 1.4em;
}

input.fullwidth, textarea.fullwidth {
    width: 95%;
}

.whmcscontainer label.full {
    float: none;
    text-align: left;
    width: auto;
}

.whmcscontainer .alert.alert-danger a, .whmcscontainer .alert.alert-success a, .whmcscontainer .alert.alert-info a {
    color: #fff;
    text-decoration: underline;
}
.whmcscontainer .alert.alert-danger a:hover, .whmcscontainer .alert.alert-success a:hover, .whmcscontainer .alert.alert-info a:hover {
    text-decoration: none;
}
.whmcscontainer .alert.alert-block.alert-warning a, .whmcscontainer .alert.alert-block.alert-warning a, .whmcscontainer .alert.alert-block.alert-danger a, .whmcscontainer .alert.alert-block.alert-success a, .whmcscontainer .alert.alert-block.alert-info a {
    color: #000;
    text-decoration: underline;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    margin: 0 3px;
    height: 18px;
}

/* Table Styling */

.table-framed {
    border: 1px solid #DDD;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table.table-striped tr td {
    vertical-align: middle;
}
table.table-striped tr.subtotal td {
    background-color:#FFFFDD;
    font-weight: bold;
}
table.table-striped tr.tax td {
    background-color:#EBF2FE;
    font-weight: bold;
}
table.table-striped tr.credit td {
    background-color:#FFE1E1;
    font-weight: bold;
}
table.table-striped tr.total td {
    background-color:#E7FFDA;
    font-weight: bold;
}
table.table-striped tr.recurring td {
    background-color:#FFE1E1;
    font-weight: bold;
}
table.table-centered tr th, table.table-centered tr td {
    text-align: center;
}

.whmcscontainer table .headerSortasc {
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-image:url('../img/sortasc.png');
    background-repeat:no-repeat;
    background-position:95% 50%;
}

.whmcscontainer table .headerSortdesc {
    background-color: rgba(141, 192, 219, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-image:url('../img/sortdesc.png');
    background-repeat:no-repeat;
    background-position:95% 50%;
}

.whmcscontainer table th a {
    display: block;
    margin: -10px -10px -9px;
    padding: 10px 10px 9px;
}

.whmcscontainer .tableresults {
    padding: 5px;
}

.whmcscontainer .recordslimit {
    float: right;
    padding-right: 20px;
}
.whmcscontainer .recordslimit select {
    width: 80px;
}

/* Status Colors */

.label.pending {
    background-color: #F89406;
}
.label.active {
    background-color: #46A546;
}
.label.suspended {
    background-color: #0768B8;
}
.label.terminated {
    background-color: #C43C35;
}
.label.cancelled {
    background-color: #BFBFBF;
}
.label.expired {
    background-color: #888;
}
.label.fraud {
    background-color: #000;
}
.label.unpaid {
    background-color: #cc0000;
}
.label.paid {
    background-color: #779500;
}
.label.refunded {
    background-color: #224488;
}
.label.collections {
    background-color: #D3C403;
}

.whmcscontainer .invoicetotal {
    float: left;
    padding: 5px 10px 10px;
    font-size: 20px;
    color: #666;
}
.whmcscontainer .invoicetotal .textred {
    color: #cc0000;
}
.whmcscontainer .invoicetotal .textgreen {
    color: #468E46;
}

/* Twitter Feed */

#twitterfeed ul {
    list-style-type: none;
    margin: 15px 0 20px 0;
    padding: 0;
}
#twitterfeed li {
    background-image: url(/_imgs/twittericon.png);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0 20px 10px 20px;
    padding-left: 25px;
}
#twitterfeed p {
    margin:15px;
    text-align:center;
}



/* Announcements */

.whmcscontainer .tweetbutton {
    float: right;
    margin: 0 0 20px 30px;
}

/* Password Strength */

.whmcscontainer #pwstrengthbox {
    width: 200px;
    border: 1px solid #ccc;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    color: #9A9A9A;
    font-weight: normal;
}

.whmcscontainer #pwstrengthbox.strong {
    background-color: #33CC00;
    border: 1px solid #289F00;
    color: #fff;
    font-weight: bold;
}

.whmcscontainer #pwstrengthbox.moderate {
    background-color: #ff6600;
    border: 1px solid #C44F00;
    color: #fff;
    font-weight: bold;
}

.whmcscontainer #pwstrengthbox.weak {
    background-color: #cc0000;
    border: 1px solid #9D0000;
    color: #fff;
    font-weight: bold;
}

/* Services */

.whmcscontainer .searchbox {
    float: right;
    margin: 0 0 10px 20px;
    padding: 10px 10px 5px 10px;
    background-color: #efefef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .resultsbox {
    float: left;
    margin: 0;
    padding: 25px 0 8px 0;
}

.whmcscontainer .moduleoutput {
    margin: 20px 0 20px 0;
    padding: 10px;
    text-align: center;
    width: 90%;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .usagecontainer {
    border: 1px solid #ccc;
    height: 20px;
    width: 80%;
}

.whmcscontainer .usagecontainer .used {
    background-color: #99CCFF;
    height: 20px;
}

/* Domain Addons */

.whmcscontainer .domaddonimg {
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
    text-align: center;
}

/* Domain Checker */

.whmcscontainer .captchainput {
    margin: 10px auto 5px auto;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px dashed #ccc;
    width: 425px;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.whmcscontainer .captchainput div {
    margin: 0 auto;
}

.whmcscontainer .multitldbtn {
    position:relative;
    top:5px;
    right:0px;
    height:0;
}
.whmcscontainer .multitldbtn input {
    padding: 4px 7px;
    font-size: 11px;
}

.whmcscontainer .domcheckertldselect {
    margin: 0 auto;
    padding: 10px;
    width: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.whmcscontainer .domcheckererror {
    color: #cc0000;
}

.whmcscontainer .domcheckersuccess {
    color: #009933;
}

.whmcscontainer textarea.bulksearch {
    width: 60%;
}

/* Affiliates */

.whmcscontainer .affiliatestatcontainer {
    margin: 15px auto;
    padding: 0;
    width: 660px;
}

.whmcscontainer .affiliatestatblock {
    float: left;
    margin: 0 10px;
    padding: 10px;
    width: 180px;
    height: 70px;
    background-color: #efefef;
    text-align: center;
    font-size: 16px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .affiliatestatblock .stat {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}

/* Popup Window */

body.popupwindow {
    margin: 0;
    padding: 15px;
    background-color: #efefef;
}

body.popupwindow .popupcontainer {
    margin: 15px;
    padding: 15px;
    height: 250px;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: auto;
}

/* Tickets */

.whmcscontainer .ticketdetailscontainer {
    margin: 10px 0 20px 0;
    padding: 5px;
    background-color: #E8E8E8;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .ticketdetailscontainer .detail {
    margin: 5px 0 0 0;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .ticketreplybox {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer .ticketmsgs {
    margin: 20px 0;
    padding: 0;
    color: #000;
}
.whmcscontainer .ticketmsgs .adminheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.whmcscontainer .ticketmsgs .adminmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.whmcscontainer .ticketmsgs .clientheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #C0C0C0;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.whmcscontainer .ticketmsgs .clientmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.whmcscontainer .ticketmsgs .clientmsg:last-child, .whmcscontainer .ticketmsgs .adminmsg:last-child {
    border-bottom: 1px solid #ccc;
}

.whmcscontainer .ticketmsgs .attachments {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    width: 40%;
    background-color: #fff;
    font-size: 0.9em;
    color: #666;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.whmcscontainer table.ticketrating {
  display: table;
  width: auto;
  border: 0;
  border-spacing: 1px; /* 2px ? */
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  /* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
  text-indent: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.whmcscontainer table.ticketrating td {
  display: table-cell;
  min-width: 16px;
  line-height: 16px;
  vertical-align: inherit;
  text-align: inherit;
  padding: 0;
  border: 0;
}
.whmcscontainer table.ticketrating td.point {
    cursor: pointer;
    cursor: hand;
}
.whmcscontainer table.ticketrating td.star {
    background: url('/_imgs/rating_neg.png');
    cursor: pointer;
    cursor: hand;
}

/* Chat Transcripts */

div.chat div.visitor div.name, div.chat div.operator div.name {
    font-weight: bold;
}
div.chat div.visitor div.message, div.chat div.operator div.message {
    padding: 0 25px;
}

/* Security */

div#twofaactivation {
    margin: 50px auto;
    padding: 20px;
    width: 75%;
    min-height: 250px;
    background-color: #fff;
    border: 4px solid #efefef;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

div#twofaactivation .errorbox {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    background-color: #FF4F4F;
    text-shadow: none;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

div#twofaactivation p {
    margin: 15px 0;
}

div.twofabackupcode {
    margin: 15px 0;
}

div.twofabackupcode p {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

/* Order Form Resets */

#whmcsorderfrm p, #whmcsorderfrm dl, #whmcsorderfrm multicol {
  display: block;
  margin: 1em 0;
}

#whmcsorderfrm label, #whmcsorderfrm label input, #whmcsorderfrm label textarea, #whmcsorderfrm label select {
    /*display: inline;*/
}

#whmcsorderfrm div.loading {
    display: none;
}

#whmcsorderfrm dd {
  display: block;
  -moz-margin-start: 40px;
}

#whmcsorderfrm label {
    padding: 0px;
    font-size: 1em;
    line-height: 14px;
    width: auto;
    text-align: left;
    float: none;
}

#whmcsorderfrm input {
    width: auto;
}
#whmcsorderfrm input[type="image"] {
    height: auto;
    border: 0;
    -webkit-transaction: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#whmcsorderfrm input[type="checkbox"], #whmcsorderfrm input[type="radio"] {
    /*margin: 0px 0px;*/
    padding: 0;
}

#whmcsorderfrm blockquote {
  display: block;
  margin: 1em 40px;
}

#whmcsorderfrm center {
  display: block;
  text-align: -moz-center;
}

#whmcsorderfrm blockquote[type=cite] {
  display: block;
  margin: 1em 0px;
  -moz-padding-start: 1em;
  -moz-border-start: solid;
  border-color: blue;
  border-width: thin;
}

#whmcsorderfrm span[_moz_quote=true] {
  color: blue;
}

#whmcsorderfrm pre[_moz_quote=true] {
  color: blue;
}

#whmcsorderfrm h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

#whmcsorderfrm h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

#whmcsorderfrm h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

#whmcsorderfrm h4 {
  display: block;
  font-weight: bold;
  margin: 1.33em 0;
}

#whmcsorderfrm h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

#whmcsorderfrm h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}

#whmcsorderfrm xmp, #whmcsorderfrm pre, #whmcsorderfrm plaintext {
  display: block;
  font-family: -moz-fixed;
  white-space: pre;
  margin: 1em 0;
}

/* buttons */

#whmcsorderfrm input[type="button"], #whmcsorderfrm input[type="reset"], #whmcsorderfrm input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #CCC;
    border-bottom-color: #BBB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

/* tables */

#whmcsorderfrm table {
  display: table;
  border: 0;
  border-spacing: 1px; /* 2px ? */
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  /* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
  text-indent: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#whmcsorderfrm table tr, #whmcsorderfrm table th, #whmcsorderfrm table td {
    border: 0;
}

#whmcsorderfrm table tbody tr:first-child td:first-child, #whmcsorderfrm table tbody tr:first-child td:last-child,
#whmcsorderfrm table tbody tr:last-child td:first-child, #whmcsorderfrm table tbody tr:last-child td:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

#whmcsorderfrm table[align="left"] {
  float: left;
}

#whmcsorderfrm table[align="right"] {
  float: right;
  text-align: start;
}

#whmcsorderfrm table[rules]:not([rules="none"]) {
  border-collapse: collapse;
}

/* caption inherits from table not table-outer */
#whmcsorderfrm caption {
  display: table-caption;
  text-align: center;
  -moz-box-sizing: border-box;
}

#whmcsorderfrm table[align="center"] > caption {
  margin-left: auto;
  margin-right: auto;
}

#whmcsorderfrm table[align="center"] > caption[align="left"] {
  margin-right: 0;
}

#whmcsorderfrm table[align="center"] > caption[align="right"] {
  margin-left: 0;
}

#whmcsorderfrm tr {
  display: table-row;
  vertical-align: inherit;
}

#whmcsorderfrm col {
  display: table-column;
}

#whmcsorderfrm colgroup {
  display: table-column-group;
}

#whmcsorderfrm tbody {
  display: table-row-group;
  vertical-align: middle;
}

#whmcsorderfrm thead {
  display: table-header-group;
  vertical-align: middle;
}

#whmcsorderfrm tfoot {
  display: table-footer-group;
  vertical-align: middle;
}

/* for XHTML tables without tbody */
#whmcsorderfrm table > tr {
  vertical-align: middle;
}

#whmcsorderfrm td {
  display: table-cell;
  vertical-align: inherit;
  text-align: inherit;
  padding: 1px;
}

#whmcsorderfrm th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  padding: 1px;
}

#whmcsorderfrm tr > form:-moz-is-html, #whmcsorderfrm tbody > form:-moz-is-html,
#whmcsorderfrm thead > form:-moz-is-html, #whmcsorderfrm tfoot > form:-moz-is-html,
#whmcsorderfrm table > form:-moz-is-html {
  /* Important: don't show these forms in HTML */
  display: none !important;
}

/* inlines */

#whmcsorderfrm q:before {
  content: open-quote;
}

#whmcsorderfrm q:after {
  content: close-quote;
}

#whmcsorderfrm b, #whmcsorderfrm strong {
  font-weight: bolder;
}

#whmcsorderfrm i, #whmcsorderfrm cite, #whmcsorderfrm em, #whmcsorderfrm var, #whmcsorderfrm dfn {
  font-style: italic;
}

#whmcsorderfrm u, #whmcsorderfrm ins {
  text-decoration: underline;
}

#whmcsorderfrm s, #whmcsorderfrm strike, #whmcsorderfrm del {
  text-decoration: line-through;
}

#whmcsorderfrm sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}

#whmcsorderfrm sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

#whmcsorderfrm nobr {
  white-space: nowrap;
}

/* lists */

#whmcsorderfrm ul, #whmcsorderfrm menu, #whmcsorderfrm dir {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  -moz-padding-start: 40px;
}

#whmcsorderfrm ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  -moz-padding-start: 40px;
}

#whmcsorderfrm li {
  display: list-item;
}

/* leafs */

#whmcsorderfrm hr {
  display: block;
  height: 2px;
  border: 1px inset;
  margin: 0.5em auto 0.5em auto;
  color: gray;
  -moz-float-edge: margin-box;
  -moz-box-sizing: border-box;
}

#whmcsorderfrm hr[size="1"] {
  border-style: solid none none none;
}

/* hidden elements */
#whmcsorderfrm area, #whmcsorderfrm base, #whmcsorderfrm basefont, #whmcsorderfrm head, #whmcsorderfrm meta, #whmcsorderfrm script, #whmcsorderfrm style, #whmcsorderfrm title,
#whmcsorderfrm noembed, #whmcsorderfrm param {
   display: none;
}

:focus {
  -moz-outline-style: none;
}
/* You Will See This: */

:-moz-any-link:focus {
  outline: 1px dotted invert;
}

/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}

.form-stacked {
	background: rgb(243, 243, 243);
	padding: 10px !important;	
}
input[disabled] {
	border-color: rgb(187, 187, 187);	
}


/**
 * -------------------------
 * Markdown Editor
 * -------------------------
 */

.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: #959694;
    text-align: right;

}

.small-font {
    font-size: 0.9em;
}

/**
 * -------------------------
 * Markdown Content Formatting
 * -------------------------
 */

.markdown-content h1 {
    font-size: 1.6em;
    color: #333;
}
.markdown-content h2 {
    font-size: 1.4em;
    color: #333;
}
.markdown-content h3 {
    font-size: 1.2em;
    color: #333;
}
.markdown-content h4 {
    font-size: 1.1em;
    color: #333;
}

.markdown-content pre {
    background-color: #fff;
    border: 0;
}
.markdown-content pre code {
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
}

.markdown-content blockquote {
    font-size: 1em;
}

.markdown-content table {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.markdown-content table > thead > tr > th {
    padding: 4px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}
.markdown-content table > tbody > tr > td {
    padding: 3px 8px;
    border: 1px solid #ddd;
}

/**
 * -------------------------
 * Custom CSS 
 * -------------------------
 */

section#header {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
    background-image: url(/_imgs/site/header.jpg);
    background-position: top;
    height: 139px;
    position: relative;
}




.navbar-inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #006633);
  background-image: -moz-linear-gradient(top, #189055, #006633);
  background-image: -ms-linear-gradient(top, #189055, #006633);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#189055), to(#006633));
  background-image: -webkit-linear-gradient(top, #189055, #006633);
  background-image: -o-linear-gradient(top, #189055, #006633);
  background-image: linear-gradient(top, #189055, #006633);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px 4px 0px 0px;
     -moz-border-radius: 4px 4px 0px 0px;
          border-radius: 4px 4px 0px 0px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#116691', endColorstr='#006633)', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}


.navbar-inner .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inner .navbar-toggle {
  padding: 0px 0px;
  float: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(191, 191, 191, 0.45);
    border-color: #000000;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(51, 51, 51, 0.37);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(51, 51, 51, 0.37);
    border-color: #000000;
}

.container-fluid>.navbar-collapse {
background-color: #116691;
  background-image: -moz-linear-gradient(top, #189055, #006633);
  background-image: -ms-linear-gradient(top, #189055, #006633);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#189055), to(#006633));
  background-image: -webkit-linear-gradient(top, #189055, #006633);
  background-image: -o-linear-gradient(top, #189055, #006633);
  background-image: linear-gradient(top, #189055, #006633);
  background-repeat: repeat-x;  
}

.container-fluid>.navbar-collapse.in > .dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu {
    background-color: #006633;
}

.dropdown-menu .divider {
    background-color: #089850;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
	border-width: 0 0 0px;
}
.navbar-nav {
  position: relative;
  left: 0;
  display: block;
  margin: 0 10px 0 0;
}

.navbar-nav > li > a {
  float: none;
  padding: 0 10px ;
  line-height: 35px;
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.50);
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 0px;
  overflow: visible;
  min-height: 0;
}
.dropdown-menu>li>a {
    color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;

}

.btn-group > .btn {
    float: none;
}

h2 small {
  font-size: 18px;
}

.label-info, .badge-info {
    background-color: #3a87ad;
}

.label-important, .badge-important {
    background-color: #b94a48;
}

.input > input-append {
    width: 150px;
}




/* Home and Hosting pages  */
#container{
    background-image:none;
    background:#c9c9c9
}

.gradient{
    font-style:normal!important
}

#package-container{
    width:800px;
    margin:-12px 0 0;
    float:right
}

#package-container .package{
    width:200px;
    height:265px;
    float:left;
    cursor:pointer
}

#package-container h3{
    font-size:24px;
    font-weight:bold;
    text-transform:uppercase;
    color:#fff;
    padding:0 22px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.6)
}

#package-container h2{
    font-size:24px;
    font-weight:100;
    text-transform:uppercase;
    color:#fff;
    padding:0 22px;
    text-shadow:1px 1px 1px rgba(0,0,0,0.6)
}

#package-container .price, #package-container .gradient sup{
    width:100%;
    text-align:center;
    color:#cac4c4;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:12px;
}

#package-container .gradient sup{
    font-size:12px
}

#package-container .lite .price,#package-container .ten .price{
    margin:0px 0 -5px;
}

#package-container .plus .price{
    margin:30px 0 5px;
}

#package-container .ultimate .price,#package-container .ultimate .gradient sup{
    margin:20px 0 20px;
    //color:#040b07;
    text-shadow:1px 1px 1px rgba(255,255,255,0.2)
}

#package-container .ultimate .gradient{
    font-size:54px;
    color:#f2e542
}

#package-container .gradient{
    font-family:Arial, Helvetica, sans-serif;
    font-size:36px;
    font-weight:bold;
    color:#066c3a;
    font-style:none;
    text-shadow:1px 1px 0px rgba(255,255,255,0.1)
}

#package-container .lite{
    background:url(/_imgs/site/package_lite_bg.png) top center no-repeat;
}

#package-container .lite h3{
    margin:78px 0 -12px;
}

#package-container .plus{
    background:url(/_imgs/site/package_plus_bg.png) top center no-repeat;
}

#package-container .plus h3{
    margin:48px 0 -12px;
}

#package-container .ultimate{
    background:url(/_imgs/site/package_ultimate_bg.png) top center no-repeat;
}

#package-container .ultimate h3{
    margin:18px 0 -12px;
}

#package-container .ten{
    background:url(/_imgs/site/package_ten_bg.png) top center no-repeat;
}

#package-container .ten h3{
    margin:78px 0 -12px;
}

#table-wrapper{
    margin:0 auto;
    padding:20px 0 0;
    background:url(/_imgs/site/wrapper_bg.jpg) top center no-repeat;
    border-left:1px solid #b0b0b0;
    border-right:1px solid #b0b0b0
}

#list-container{
    text-align:right;
    width:560px;
    float:right;
}

#list-container ul{
    float:left;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    color:#eeeeee;
    height:100px;
    margin:0;

}

#list-container ul li{
    /*list-style:none;*/
    line-height:22px;
    list-style-image: url('/_imgs/site/list-container_bg.png');
    padding:0 0 0 0px
}

#list-container ul li.none{
    margin:4px 0 0;
    background:none;
}

#products-list {
    width:100%;
    background:#d9d9d9;
    font-size:12px;
}

#products-list tr td,table tr td{
    background:#fff;
    color:#646464;
    /*height:36px;*/
    text-align:center;
}

#frmcheckout table,#frmlogin table {margin:auto;}

#frmcheckout td, #frmlogin td {text-align:left !important;}

#products-list tr.buy{
    height:36px;
}

#products-list tr td.title{
    background:#f0f0f0;
    font-family:'Ubuntu', sans-serif;
    font-size:14px;
    color:#3a3939;
    padding:0 0 0 10px;
    text-align:left;
}

#products-list tr.header td{
    background:#e7e7e7;
    text-align:center;
    height:40px;
    color:#444444;
    font-size:12px;
    font-weight:100;
}

#products-list tr.header td h4{
    color:#444444;
    font-size:12px;
    font-weight:bold;
}

#products-list tr.alt td{
    background:#f5f5f5
}

#products-list tr.alt td.title{
    background:#e7e7e7
}

#products-list tr td.ultimate{
    background:#edf2f0!important;
    color:#373737!important
}

#products-list tr.alt td.ultimate{
    background:#cfe4db!important;
}

a.order{
    width:192px;
    height:265px;
    display:block;
    position:absolute;
    margin:-198px 0 0 4px;
    background:url(/_imgs/site/table_order.png) no-repeat;
    background-position:bottom left;
    text-indent:-5999px;
    outline:none;
}

a.order:hover, .order-hover{
    background-position:bottom right;
}

a.bottomorder{
    position:relative;
    margin:4px auto 0;
    height:53px;
}

#products-list tr:hover td{
    background:#e0e0e0;
    text-shadow:1px 1px 0px rgba(255,255,255,0.6)
}

#products-list tr:hover td.title{
    background:#d3d3d3
}

#products-list tr:hover td.ultimate{
    background:#b6c8c0!important
}


#stepsboxactive{background:#53b06c;width:20%;padding:10px 0;font-size:12px;text-align:center;color:#ffffff;margin-bottom:5px;float:left}
#stepsboxinactive{background:#efefef;width:20%;padding:10px 0;font-size:12px;text-align:center;margin-bottom:5px;float:left;}
.left{-webkit-border-top-left-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomleft: 10px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.right{-webkit-border-top-right-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-topright: 10px;-moz-border-radius-bottomright: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

#table-wrapper > h2{text-indent:-5999px;width:20px;overflow:none;color:#464646;float:left;}


#mini-features {
	/*width:930px;
	height:159px;*/
	/*background:url(/_imgs/site/mini-features-bg.jpg) top center no-repeat;*/
	background: #555555; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#555555, #333333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#555555, #333333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#555555, #333333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#555555, #333333); /* Standard syntax */
	margin:20px 0 0;
}
.mini-features{
	font-size:12px;
	padding:20px;
	color: #ffffff;
}
.mini-features h3{
	margin:-14px 0 10px;
	 text-shadow:none;
}
.text-white {
    color: #ffffff;
}
.package-bg-dark {
	background: #555555; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#555555, #333333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#555555, #333333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#555555, #333333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#555555, #333333); /* Standard syntax */
	color: #ffffff;
}
.mini-features h3{
	margin:-14px 0 10px;
	text-shadow:none;
	color: #ffffff;
}
.mini-features h2{
	margin:-14px 0 10px;
	text-shadow:none;
	color: #ffffff;
}
.ssl-bg-gblue {
	color: #ffffff !important;
	background-color: rgb(85, 110, 136)!important;
}
.ssl-bg-dblue {
	color: #ffffff !important;
	background-color: rgb(51, 102, 153)!important;
}
.ssl-bg-blue {
	background-color: rgb(185, 208, 208)!important;
}
.ssl-bg-green {
	background-color: rgb(183, 227, 155)!important;
}
.ssl-bg-sugreen {
        color: #ffffff !important;
	background-color: rgb(13, 125, 69)!important;
}
.ssl-bg-lblue {
	background-color: rgb(175, 232, 243)!important;
}
.ssl-bg-dyellow {
	background-color: rgb(188, 206, 85)!important;
}
.panel-ssl-single {
    border-color: #ddd;
    color: #ffffff;
}
.panel-ssl {
    margin-bottom: 20px;
    //background-color: #336699;
    background-color: rgb(13, 125, 69)!important;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.panel-ssl-single>.panel-heading {
    color: #ffffff;
    //background-color: #336699;
    background-color: #02522e;
    border-color: #0d7d45;
    font-size:25px;
    text-shadow: 0 0 2px #ccc;

}
.vertical-align {
    vertical-align: middle !important;
}
.ssl-bordered {
    border: 2px solid rgb(13, 125, 69) !important;
}
.text-white {
    color: #ffffff;
}
a.text-white {
    color: #ffffff;
}

/*hosting packages - ssl*/
tr.hosting-packages-ssl td {
    background: #282828!important;
    color: #ffffff!important;
}
tr.hosting-packages-ssl.lastrow td {
	padding:5px!important;
}
tr.hosting-packages-ssl td.me1.title {
    background: #056d39!important;
    padding: 5px!important;
}
.hosting-packages-ssl:nth-child(odd) td:nth-child(4) {
    background: #063420!important;
}
.hosting-packages-ssl:nth-child(even) td:nth-child(4) {
    background: #033b23!important;
}
.hosting-packages-ssl td a{color:#84dfb1};

#products-list tr td.title.show_toggle_wrapper{position:relative!important;}
.show_toggle_wrapper{cursor:pointer;}
.show_toggle_wrapper span.show-toggle {
    width: 12px;
    height: 12px;
    display: inline-block;
	position:absolute;
	top:0px;
	right:10px;
	border-right: 4px solid #00542a;
    border-bottom: 4px solid #00542a;
    transform: rotate(45deg);
}
.show_toggle_wrapper.open span.show-toggle {
    transform: rotate(-135deg);
	top:5px;
}
.pt10{padding-top:10px;}
.w200{width: 200px;}
.w160{width: 160px;}
.fsmedium{font-size: medium;}
.pr{position:relative;}
.wp49{width: 49%;}
.fr{float:right;}
.letsencryptimg{border-radius:10px;background:#ffffff;padding:2px;margin-right:10px;width:105px;height:31px}
.sectigoimg{border-radius:10px;background:#ffffff;padding:2px;margin-right:10px;width:105px;}
.hpu{margin:3px 0}
.wp80{width: 80%;}