@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

*{border-radius:0 !important;font-size:13px !important}

body {
	background-color: rgb(234, 234, 234) !important;
	background-color: rgba(234, 234, 234, 1) !important;	
}

.whmcscontainer {

}

#whmcsheader {
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 1) !important;
	border-bottom-color: rgb(221, 221, 221) !important;	
	border-bottom-color: rgba(221, 221, 221, 1) !important;	
}

#whmcsheader a {
	color: rgb(93, 93, 93) !important;
	color: rgba(93, 93, 93, 1) !important;	
}

#whmcsheader ul.dropdown-menu li a {
	color: #fff !important;
}

#whmcsimglogo {
	width: 185px !important;
	height: 41px !important;
	background-image: url("/logo.png") !important;
}

#whmcscontent .whmcscontainer {
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 1) !important;
	border-color: rgb(221, 221, 221) !important;
	border-color: rgba(221, 221, 221, 1) !important;
}

#whmcsfooter .whmcscontainer {
	color: rgb(102, 102, 102) !important;
	color: rgba(102, 102, 102, 1) !important;
}

.navbar {
	background-color: rgb(51, 51, 51) !important;
	background-color: rgba(51, 51, 51, 1) !important;
}

.navbar a, .navbar h2 {
	color: rgb(204, 204, 204) !important;
	color: rgba(204, 204, 204, 1) !important;
}

.navbar a:hover {
	color: rgb(255, 255, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.navbar .dropdown-menu li a {
	background-color: rgb(248, 248, 248) !important;
	background-color: rgba(248, 248, 248, 1) !important;
	color: rgb(51, 51, 51) !important;
	color: rgba(51, 51, 51, 1) !important;
}

.navbar .dropdown-menu li a:hover {
	color: rgb(51, 51, 51) !important;
	color: rgba(51, 51, 51, 1) !important;
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 1) !important;
}

.well, .product {
	background-color: rgb(242, 250, 255) !important;
	background-color: rgba(242, 250, 255, 1) !important;
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;
}

.internalpadding, .breadcrumb, .form-actions, #domainresults {
	background-color: rgb(250, 250, 250) !important;
	background-color: rgba(250, 250, 250, 1) !important;
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;
}

.adminheader, ul.departments li:hover {
	background-color: rgb(0, 127, 179) !important;
	background-color: rgba(0, 127, 179, 1) !important;
}

.adminheader, ul.departments li a:hover {
	color: rgb(255, 255, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.clientheader, ul.departments li {
	background-color: rgb(57, 57, 57) !important;
	background-color: rgba(57, 57, 57, 1) !important;
}

.clientheader, ul.departments li a {
	color: rgb(255, 255, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

input[type="text"], input[type="password"], textarea, input[type="email"] {
	background-color: rgb(255, 255, 255) !important;
	background-color: rgba(255, 255, 255, 1) !important;
	border-color: rgb(204, 204, 204) !important;
	border-color: rgba(204, 204, 204, 1) !important;
	color: rgb(51, 51, 51) !important;
	color: rgba(51, 51, 51, 1) !important;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus {
	border-color: rgb(15, 144, 196) !important;
	border-color: rgba(15, 144, 196, 1) !important;
	-moz-box-shadow: 0 0 4px rgba(6, 152, 255, 1) !important;	
	-webkit-box-shadow: 0 0 4px rgba(6, 152, 255, 1) !important;	
	box-shadow: 0 0 4px rgba(6, 152, 255, 1) !important;
}

a {
	color: rgb(0, 74, 149) !important;	
	color: rgba(0, 74, 149, 1) !important;	
}

a:hover {
	color: rgb(0, 74, 149) !important
	color: rgba(0, 74, 149, 1) !important;	
}

.btn {
	background-color: rgb(249, 249, 249) !important;
	background-color: rgba(249, 249, 249, 1) !important;
	color: rgb(51, 51, 51) !important;
	color: rgba(51, 51, 51, 1) !important;
}

.btn:hover {
	background-color: rgb(238, 238, 238) !important;
	background-color: rgba(238, 238, 238, 1) !important;
}

.btn-primary {
	background-color: rgb(0, 127, 179) !important;
	background-color: rgba(0, 127, 179, 1) !important;
	color: rgb(255, 255, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.btn-primary:hover {
	background-color: rgb(0, 113, 159) !important;
	background-color: rgba(0, 113, 159, 1) !important;
}

.btn-success {
	background-color: rgb(102, 180, 0) !important;
	background-color: rgba(102, 180, 0, 1) !important;
	color: rgb(255, 255, 255) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.btn-success:hover {
	background-color: rgb(91, 160, 0) !important;
	background-color: rgba(91, 160, 0, 1) !important;
}

.table_title {
	background-color: rgb(250, 250, 250) !important;
	background-color: rgba(250, 250, 250, 1) !important;
	border-color: rgb(204, 204, 204) !important;
	border-color: rgba(204, 204, 204, 1) !important;
}

.table_title h3 {
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;
}

.whmcscontainer table {
	border-color: rgb(204, 204, 204) !important;
	border-color: rgba(204, 204, 204, 1) !important;
}

.whmcscontainer table th { 
	background-color: rgb(241, 241, 241) !important;
	background-color: rgba(241, 241, 241, 1) !important;
}

.whmcscontainer table th a {
	color: rgb(0, 74, 149) !important;
	color: rgba(0, 74, 149, 1) !important;
}

.whmcscontainer table td { 
	background-color: rgb(252, 252, 252) !important;
	background-color: rgba(252, 252, 252, 1) !important;
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;
}

h1 {

	font-size: 18px !important;
	color: rgb(0, 0, 0) !important;	
	color: rgba(0, 0, 0, 1) !important;	
}

h2 {
	font-family: "Lato" !important;
	font-size: 20px !important;
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;	
}

h3 {
	font-family: "Lato" !important;
	font-size: 18px !important;
	color: rgb(0, 0, 0) !important;
	color: rgba(0, 0, 0, 1) !important;	
}

body {
	font-family: "Open Sans" !important;
	font-size: 13px !important;
	color: rgb(0, 0, 0) !important;	
	color: rgba(0, 0, 0, 1) !important;		
}


@media only screen and (min-width: 960px) {
	.collapse { height: auto !important; }
}

body{background:none !important;direction:rtl;text-align:right}
*{font-family:Tahoma !important}

#whmcsheader{background: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important}
#whmcsheader .nav > li.dropdown{background: none !important;border: none !important;}
.adminreturndiv{display:none}
#order-modern .configtable td.fieldarea{text-align:right !important}
.whmcscontainer h1, .whmcscontainer h2, .whmcscontainer h3{font-family:Tahoma !important;font-weight:normal !important}
#order-modern table.cart th{color:inherit !important}

@media screen and (min-width: 540px){
.pull-right .dropdown-menu:after, .dropdown-menu.pull-right:after{left:13px !important}
.navbar.whmcscontainer .dropdown-menu{left:inherit !important;right:0 !important;width:200px !important}
.dropdown-menu{left:0 !important;right:inherit !important}
.navbar .nav > li > a{padding:10px !important}
.navbar .nav{float:right}
#whmcsheader .nav{margin:5px;float:left !important;left:0 !important;right:inherit !important;height:30px;z-index:999}
#whmcsheader ul.dropdown-menu:after{right:auto !important}
#whmcsheader ul.dropdown-menu:before{left:12px !important;right:inherit !important}
}
#whmcsheader .nav{height:30px;z-index:999}
@media screen and (max-width: 700px){
.quick-nav-btn{float:left !important}
#whmcsheader .nav{margin-top:0 !important}
.quick-nav-btn{margin:10px 0 0 10px !important}
.navbar .nav:first-child{border-top:1px solid #ccc}


}

.whmcscontainer h2{font-weight:normal !important;display:none !important}
.table_title a.btn{float:left !important}
input.bigfield{width:98% !important}
.alert .arrow{display:none}
.configtable input[type="text"],.configtable input[type="password"],.configtable textarea,.configtable input[type="email"]{}#domainregister{direction:ltr}
#order-modern select{padding:5px !important;float:left}
.textright{text-align:left !important}
.selectboxit-container .selectboxit{padding:0 !important}
.btn{padding:6px 8px !important;font-size:12px !important;font-weight:normal !important}
.checkoutbuttons br{display:none}
#regperiod{margin-left:10px}
#order-modern .domainregperiod{text-align:right !important}
#order-modern .domainregperiod{margin-right:10px}
.selectboxit-text{padding-left:10px}
.input-append{direction:ltr}
.table_title{text-align:left}
.input-medium{width:220px !important}
.table_title h3{text-align:right}
#whmcscontent .dropdown-menu{min-width:inherit !important}
.table th, .table td{text-align:right}
.whmcscontainer table th a{padding-right:30px !important}
.nav-tabs > li, .nav-pills > li{float:right}
.whmcscontainer fieldset.onecol div.controls{margin:0 !important}
#order-modern table.renewals th, table.datatable th a, table.datatable th a:visited{color:inherit !important}
.selectboxit-container{}
.whmcscontainer fieldset.onecol label{float:none !important}
.control-group{margin:5px 0 !important}
.form-horizontal .control-label{float:right !important;width:inherit !important}
.form-horizontal .controls{margin:0 !important;float:left !important}
#order-modern .domainreginput{direction:ltr}
.btn-primary{padding:6px !important;border:0 !important}
#order-modern .product .pricing{float:left !important}

#whmcsimglogo{float:right !important}



input.bigfield{height:inherit !important}
a#whmcsimglogo{display:none}
#whmcsheader .nav li.dropdown > a{color:#ebebeb !important;font-weight:normal !important}
.navbar .nav > li > a{padding:10px !important}
#whmcsfooter{display:none}
#whmcsheader ul.dropdown-menu li a{font-weight:normal !important}
#order-modern .product .description{margin:0 !important}
#whmcsorderfrm li{margin-right:10px}
.btn-group{min-width:110px}
#order-modern .domainoptions{width:inherit !important}
#order-modern h1{text-align:right !important}