/* *****************************************************



     WHMCS CSS Stylesheet

     Created: 1st September 2011

     Last Updated: 8th May 2012

     Generated By: System Default

     Version: 1.2



     This file is part of the WHMCS Billing Software

       http://www.whmcs.com/



***************************************************** */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
 @import url("https://fonts.googleapis.com/css?family=Lato:400,700");
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 13px "Open Sans", Arial, sans-serif;
	line-height: 1.6em;
	color: #474747;
}
.bold {
	font-weight: bold;
}
.textleft {
	text-align: left !important;
}
.textright {
	text-align: right !important;
}
.textcenter, .textcenter td {
	text-align: center !important;
}
.clear {
	clear: right;
	height:30px;
}
.clearboth {
	clear: both;
}
.whmcscontainer {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contentpadded {
	padding:20px 35px;
}
#whmcstxtlogo {
	display: none;
}
#whmcsimglogo {
	display: block;
}
#whmcstxtlogo a {
	font-size: 3.2em;
	float: left;
	color: #fff;
	text-decoration: none;
}
.whmcscontainer .page-header {
	margin: 0 0 20px 0 !important;
	padding: 0 0 10px 0;
}
.whmcscontainer .page-header h1, .whmcscontainer .page-header h2 {
	margin: 0;
}
.whmcscontainer .error ul {
	margin: 10px 0 10px 30px;
}
.whmcscontainer .error ul li {
	color: #fff;
}
ul.inputs-list li {
	list-style:none;
}
#whmcsfooter {
	margin: 0;
}
#whmcsfooter #languagefrm select {
	margin: 0 0 0 5px;
	padding: 2px;
	color: #666;
	height: 28px;
	line-height: 28px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #aaa;
}
#whmcsfooter #languagefrm span.selectboxit-container {
	margin: 0 0 0 8px;
}
#whmcsfooter #copyright {
	float: right;
	line-height: 27px;
}
/* Navigation */



#sidebar .navbar {
	position: relative;
	border-top: 1px solid #BECEE0;
}
#sidebar .navbar .nav {
	position: relative;
	left: 0;
	list-style:none;
	padding:0;
	margin: 0;
}
#sidebar .navbar .nav .pull-right {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
#sidebar .navbar .nav > li > a {
	display: block;
	padding:15px 20px;
	text-decoration: none;
}
#sidebar .navbar .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
#sidebar .navbar .nav .active > a,  #sidebar .navbar .nav .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #222222;
}
#sidebar .navbar .divider-vertical {
	width: 1px;
	height: 40px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #222222;
	border-right: 1px solid #333333;
}
#sidebar .navbar .nav li.dropdown .dropdown-toggle .caret,  #sidebar .navbar .nav li.dropdown.open .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.nav li.dropdown.active .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sidebar .navbar .nav li.dropdown.open > .dropdown-toggle,  #sidebar .navbar .nav li.dropdown.active > .dropdown-toggle,  #sidebar .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
}
#sidebar .navbar .nav li.dropdown.active > .dropdown-toggle:hover {
	color: #ffffff;
}
.pull-right .dropdown-menu,  .dropdown-menu.pull-right {
	left: auto;
}
#whmcscontent .pull-right .dropdown-menu:before,  #whmcscontent .dropdown-menu.pull-right:before {
	right: 12px;
	left: auto;
}
.pull-right .dropdown-menu:after,  .dropdown-menu.pull-right:after {
	right: 13px;
	left: auto;
}
.dropup,  .dropdown {
	position: relative;
}
.dropdown-toggle {
 *margin-bottom: -3px;
}
.dropdown-toggle:active,  .open .dropdown-toggle {
	outline: 0;
}
.caret {
	background: url("../img/icons.png") no-repeat scroll -136px -13px transparent;
	display: inline-block;
	height: 10px;
	opacity: 1;
	vertical-align: top;
	visibility: visible;
	width: 10px;
}
#whmcsheader .caret {
	background: url("../img/icons.png") no-repeat scroll -126px -2px transparent;
	background-position: -125px -31px;
	display: inline-block;
	height: 25px;
	vertical-align: top;
	visibility: visible;
	width: 20px;
	border:none;
}
#whmcsheader .open .caret {
	background: url("../img/icons.png") no-repeat scroll -126px -2px transparent;
	background-position: -125px -31px;
}
.whmcscontainer .table {
	margin-top:15px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top:0;
 *border-right-width: 2px;
 *border-bottom-width: 2px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	white-space: nowrap;
}
li.active .dropdown-menu a,  .btn-group .dropdown-menu a,  td .dropdown-menu a {
	padding:8px 15px;
	border-top:1px solid #ccc;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
li.active .dropdown-menu a:hover,  .btn-group .dropdown-menu a:hover,  td .dropdown-menu a:hover {
	font-weight:bold;
}
.open {
 *z-index: 1000;
}
.open .dropdown-menu {
	display: block;
}
#sidebar .navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	margin-left: 5px;
}
/* Containers */



.whmcscontainer .col4 {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}
.whmcscontainer .col2half {
	float: left;
	padding: 0;
	width: 50%;
}
.whmcscontainer .col2half2 {
	float: left;
	padding: 0;
	width: 48%;
}
.whmcscontainer .col15 {
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
}
.whmcscontainer .col20 {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}
.whmcscontainer .col30 {
	float: left;
	margin: 0;
	padding: 0;
	width: 30%;
}
.whmcscontainer .col40 {
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
}
.whmcscontainer .col45 {
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
}
.whmcscontainer .col60 {
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}
.whmcscontainer .col70 {
	float: left;
	margin: 0;
	padding: 0;
	width: 70%;
}
.whmcscontainer .col85 {
	float: left;
	margin-right:1%;
	padding: 0;
	width: 84%;
}
.whmcscontainer .center80 {
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
.whmcscontainer .center95 {
	margin: 0 auto;
	padding: 0;
	width: 95%;
}
.whmcscontainer .row {
	margin: 20px 0 0;
	overflow: hidden;
}
.whmcscontainer .rowend {
	margin-right: -20px;
}
.whmcscontainer .rowbottom {
	margin-top: 0;
	margin-bottom: 20px;
}
.whmcscontainer .row .multicol {
    float: left;
    margin: 0 7px 0 0;
    width: 48%;
}
.whmcscontainer .halfwidthcontainer {
	width: 50%;
	margin: 0 auto;
}
.whmcscontainer .logincontainer {
	width: 300px;
	margin: 10px auto 30px;
}
.whmcscontainer 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;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
.input-btn-large, input.btn-large {
	width: auto; /* Fix for Massive Width on Buttons from Bootstrap */
}
input.bigfield {
	width: 100%;
}
input.fullwidth, textarea.fullwidth {
	width: 95%;
}
.whmcscontainer label.full {
	float: none;
	text-align: left;
	width: auto;
}
.whmcscontainer .alert.alert-error a, .whmcscontainer .alert.alert-success a, .whmcscontainer .alert.alert-info a {
	color: #fff;
	text-decoration: underline;
}
.whmcscontainer .alert.alert-error a:hover, .whmcscontainer .alert.alert-success a:hover, .whmcscontainer .alert.alert-info a:hover {
	text-decoration: none;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
	margin: 0 6px 0 0;
}
/* Alerts */



.alert {
	padding: 12px 15px;
	margin: 20px 0;
}
.alert-heading {
	color: inherit;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.whmcscontainer .alert > p,  .whmcscontainer .alert-block > p,  .alert-block > ul {
	margin: 0;
}
.whmcscontainer .alert-block p + p {
	margin-top: 5px;
}
/* Table Styling 



table {

  max-width: 100%;

  background-color: transparent;

  border-collapse: collapse;

  border-spacing: 0;

}



.table {

  width: 100%;

  margin-bottom: 20px;

}

*/

.table th,  .table td {
	text-align: left;
	vertical-align: top;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table-framed {
	border-top:0;
}
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;
	border-right: 1px solid #dde0e4;
	border-bottom: 1px solid #dde0e4;
}
table.table-centered tr:last-child td {
	border-bottom: none !important;
}
.whmcscontainer table .headerSortasc, .whmcscontainer table .headerSortdesc {
	background-image:url('../img/sortasc.png');
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.whmcscontainer table .headerSortdesc {
	background-image:url('../img/sortdesc.png');
}
.whmcscontainer table th a {
	display: block;
	margin: -10px -10px -9px;
	padding: 10px 10px 9px;
}
.whmcscontainer .tableresults {
	padding: 5px;
}
.whmcscontainer .recordslimit {
	float: right;
}
.whmcscontainer .recordslimit select {
	width: 60px;
}
/* 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: 7px 10px 0;
	font-size: 18px;
}
.whmcscontainer .invoicetotal .textred {
	color: #dd0000;
}
.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(../../../images/twittericon.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0 20px 10px 20px;
	padding-left: 25px;
}
#twitterfeed p {
	text-align:center;
}
/* Login */



.logincontainer .loginbtn {
	display: inline;
}
.logincontainer .rememberme {
	display: inline;
	padding-top: 8px;
}
.logincontainer .rememberme label {
	display: inline;
}
/* Announcements */



.whmcscontainer .tweetbutton {
	float: right;
	margin: 0 0 20px 30px;
}
/* Password Strength */
.searchbox .input-append input[type="text"] {
    width: auto !important;
}


.whmcscontainer #pwstrengthbox {
	width: 292px;
	border: 1px solid #91ba68;
	line-height: 28px;
	text-align: center;
	background-color: #deffbe;
	color: #498a0a;
	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;
	line-height: 46px;
	margin: 0 0 10px 20px;
}
.whmcscontainer .searchbox2 {
	float: right;
	margin: -6px -8px;
}
.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 0;
	font-size:90%;
	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: 20px auto 0;
	padding: 5px 15px;
	width: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.whmcscontainer .domcheckererror {
	color: #cc0000;
}
.whmcscontainer .domcheckersuccess {
	color: #009933;
}
.whmcscontainer textarea.bulksearch {
	width: 60%;
}
/* Affiliates */



.whmcscontainer .affiliatestatcontainer {
	margin: 15px auto;
	padding: 0;
	width: 720px;
}
.whmcscontainer .affiliatestatblock {
	float: left;
	margin: 0 10px;
	padding: 10px;
	width: 194px;
	height: 150px;
	border: 1px solid #ced2d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 2px rgba(42,51,65,.05), 0 0 4px rgba(56,62,72,.05), inset 0 0 0 3px rgba(244,246,249,.65);
	-webkit-box-shadow: 0 2px 2px rgba(42,51,65,.05), 0 0 4px rgba(56,62,72,.05), inset 0 0 0 3px rgba(244,246,249,.65);
	box-shadow: 0 2px 2px rgba(42,51,65,.05), 0 0 4px rgba(56,62,72,.05), inset 0 0 0 3px rgba(244,246,249,.65);
	text-align: center;
}
.whmcscontainer .affiliatestatblock h2 {
	color: #92969e;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-align: center;
	font-family: "Lato", sans-serif;
	padding: 15px 0 5px;
	border-bottom: 2px solid #E6E9ED;
	display: inline-block;
}
.whmcscontainer .affiliatestatblock h3 {
	font-size: 50px;
	color: #4f5865;
	margin: 0;
	padding-top: 15px;
}
/* Popup Window */



body.popupwindow {
	margin: 0;
	padding: 15px !important;
	background-color: #F4F6F9;
	font: 13px "Open Sans", Arial, sans-serif;
}
body.popupwindow h2 {
	font-size: 18px;
	padding: 0 0 0 15px;
}
body.popupwindow .popupcontainer {
	margin: 15px;
	padding: 15px;
	height: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow: auto;
	width: 86%;
}
/* Tickets */



.whmcscontainer .ticketdetailscontainer .detail {
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: normal;
}
.whmcscontainer .ticketreplybox {
	margin: 20px 0;
	padding: 15px;
	background-color: #deedfd;
	color: #3c5c81;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.whmcscontainer .ticketreplybox label {
	color: #3c5c81;
	font-size: 20px;
}
.whmcscontainer .ticketmsgs {
	margin: 20px 0;
	padding: 0;
	color: #000;
}
.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 {
	background: 0;
	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('../../../images/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 {
	overflow: hidden;
}
#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: 0;
	font-size: 1em;
	line-height: 14px;
	width: auto;
	text-align: left;
	float: none;
}
#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: 0 5px;
	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 h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em 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;
}
/* tables */



#whmcsorderfrm table {
	display: table;
	border: 0;
	border-spacing: 0px; /* 2px ? */
	border-collapse:collapse;
	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 {
	vertical-align: inherit;
	text-align: inherit;
}
#whmcsorderfrm th {
	vertical-align: inherit;
	font-weight: bold;
	padding: 7px;
}
 #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 {
	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;
}
/* admin area link */



.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;
}
/* 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;
}
.styled_title1 {
	height: 55px;
	border: 1px solid #404040;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-clip: border-box;
	background-color: #353b43;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1);
	background: rgb(81,81,81);
 background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(67,67,67,1) 47%, rgba(64,64,64,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(81,81,81,1)), color-stop(47%, rgba(67,67,67,1)), color-stop(100%, rgba(64,64,64,1)));
	background: -webkit-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(67,67,67,1) 47%, rgba(64,64,64,1) 100%);
	background: -o-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(67,67,67,1) 47%, rgba(64,64,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(81,81,81,1) 0%, rgba(67,67,67,1) 47%, rgba(64,64,64,1) 100%);
	background: linear-gradient(to bottom, rgba(81,81,81,1) 0%, rgba(67,67,67,1) 47%, rgba(64,64,64,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#404040', GradientType=0 );
	line-height: 55px;
	margin-bottom: 10px;
	padding:13px;
}
.styled_title1 h2 {
	color: #fff;
}
.styled_title1 h3 {
	color: #fff;
}
.margin2 {
	margin-bottom: 0px;
	margin-top: 30px;
}
.tbtop {
	margin-top:0px !important;
}
.recordslimit select {
	float: right;
	margin-left: 8px;
	padding: 0px 8px !important;
}
.domainreginput input[type=text] {
	display: inline-block;
	border-radius: 0px !important;
	padding: 19px !important;
	width: 46%;
}
.domainreginput select {
	display: inline-block !important;
	padding: 20px 30px !important;
	border-radius: 0px !important;
	top: 3px;
	position: relative;
}
.domainreginput .readmore_but5 {
	padding:20px !important;
}
.transfer {
	background-color:#515054 !important;
	color:#fff;
}
.sarchbar {
	border-radius: 50px 0px 0px 50px !important;
	padding: 10px !important;
	width: 85% !important;
}
#order-modern .product {
	text-align:center;
}
.selectbar {
	width: 50% !important;
	display: inline !important;
	top: 4px;
	position: relative;
	height:51px;
}
.lout {
	border-radius:0px !important;
	background:#F00 !important;
	display: block !important;
	width: 100%;
	border: 0px !important;
	text-shadow: none !important;
	color: #fff !important;
}
.lon {
	border-radius:0px !important;
	background:#060 !important;
	display: block !important;
	width: 100%;
	border: 0px !important;
	text-shadow: none !important;
	color: #fff !important;
}
.lreset {
	border-radius:0px !important;
	background:#00F !important;
	display: block !important;
	width: 100%;
	border: 0px !important;
	text-shadow: none !important;
	color: #fff !important;
}
