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

  Flex WHMCS Template CSS Stylesheet
  Created: 14th January 2013
  Last Updated: 5th March 2013
  Version: 1.0

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

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


/* General */

.whmcscontainer p {
 margin: 1em 0 0;
}

/* Multiple uses - delete elements if not needed */

.whmcscontainer, input, select, textarea { 
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

input, select, textarea, .btn, .alert,
.navbar, #whmcsheader ul.dropdown-menu li a,
#whmcscontent .whmcscontainer,
.internalpadding, .well,
ul.departments li, .ticketdetailscontainer,
.ticketdetailscontainer , .ticketmsgs .adminheader, .ticketmsgs .clientheader,
ul.itemlist li, .itemtext, .whmcscontainer .breadcrumb,
.whmcscontainer .logincontainer {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}


/* Fonts and Font Sizes */

body {
 font: 13px "Open Sans", Arial, sans-serif;
 line-height: 1.6em;
}

.whmcscontainer h1, .whmcscontainer h2, .whmcscontainer h3 {
 font-family: "Lato", Arial, sans-serif;
}

.whmcscontainer h1 {
 font-size: 24px;
 font-weight: 700;
 line-height: 30px;
}

.whmcscontainer h2 {
 font-size: 20px;
 font-weight: 700;
 line-height: 24px;
}

.whmcscontainer h3 {
 font-size: 18px;
 font-weight: 700;
}

.whmcscontainer h4 {
 margin:0 0 5px;
}

.whmcscontainer h1 small, .whmcscontainer h2 small, .whmcscontainer h3 small {
 font-weight: 400;
 font-size: 70%;
 line-height: normal;
}

.fontsize2 {
 font-size: 1.1em;
}

.fontsize3 {
 font-size: 1.3em;
}


/* Text Colors */
	
a {
 color: #004A95;
}

.lighttext {
 color: #999;
}

#whmcsfooter {
 color: #666;
}	


.total {
 color: #415c00 !important;
}

/* Header */

#whmcsheader {
 background: #fff;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.15), rgba(255,255,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.15), rgba(255,255,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.15), rgba(255,255,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.15), rgba(255,255,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.15), rgba(255,255,255,0));
 border-bottom: 1px solid #ccc;
 border-bottom: 1px solid rgba(0,0,0,.2);
 -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
 box-shadow: 0 0 3px rgba(0,0,0,.2);
 margin-bottom: 30px;
}

#whmcsheader .whmcscontainer {
 position: relative;
}

#whmcsimglogo {
 background: url(../img/logo.html) no-repeat;
 height: 23px;
 margin: 30px 0;
 width: 186px;
}

#whmcsheader .nav {
 height: 100%;
 margin: 0;
 padding: 0;
 position: absolute;
 right: 0;
}

#whmcsheader .nav > li.dropdown {
 background: #fefefe;
 background: rgba(0,0,0,.01);
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.02), rgba(255,255,255,.02) 77%);
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.02), rgba(255,255,255,.02) 77%);
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.02), rgba(255,255,255,.02) 77%);
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.02), rgba(255,255,255,.02) 77%);
 background-image: linear-gradient(to top, rgba(1,2,2,.02), rgba(255,255,255,.02) 77%);
 border: 1px solid #eee;
 border: 1px solid rgba(1,2,2,.1);
 border-top: 0;
 border-bottom: 0;
 display: table;
 height: 100%;
 padding: 0 25px;
}

#whmcsheader .nav li.dropdown > a {
 color: #5d5d5d;
 display: table-cell;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 vertical-align: middle;
}

#whmcsheader ul.dropdown-menu {	
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 border-top: 1px solid #ccc;
 border-top: 1px solid rgba(0,0,0,.2);
 margin-top: 15px;
 padding: 0 7px;
}

#whmcsheader ul.dropdown-menu:before {
 border-right: 7px solid transparent;
 border-bottom: 7px solid #bbb;
 border-left: 7px solid transparent;
 border-bottom-color: rgba(0, 0, 0, 0.3);
 content: '';
 display: inline-block;
 position: absolute;
 right: 12px;
 top: -7px;
}

#whmcsheader ul.dropdown-menu:after {
 border-right: 6px solid transparent;
 border-bottom: 6px solid #ffffff;
 border-left: 6px solid transparent;
 content: '';
 display: inline-block;
 position: absolute;
 right: 13px;
 top: -6px;
}

#whmcsheader ul.dropdown-menu li a {
 background: #5e5e5e;
 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
 background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
 background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.25), inset 0px 2px 0px rgba(255,255,255,0.15);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.25), inset 0px 2px 0px rgba(255,255,255,0.15);
 box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.25), inset 0px 2px 0px rgba(255,255,255,0.15);
 color: #fff !important;
 display: block;
 font-weight: bold;
 font-size: 110%;
 margin: 7px 0;
 padding: 7px 10px;	
 text-decoration: none;
}

#whmcsheader ul.dropdown-menu li a:hover {
 background: #0085bc !important;
}

#whmcsheader ul.dropdown-menu li a.logout, ul.dropdown-menu li a.logout:hover {
 background: #b80000 !important;
 display: inline-block;
 margin-top: 0;
}

#whmcsheader ul.dropdown-menu .divider {
  margin: 10px 0;
}

#whmcsheader ul.dropdown-menu li a img {
 margin-right: 8px;
}


/* Navigation Bar */

.navbar {
 background: #333;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(251,253,255,0) 78%, rgba(250,253,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(251,253,255,0) 78%, rgba(250,253,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(251,253,255,0) 78%, rgba(250,253,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(251,253,255,0) 78%, rgba(250,253,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(251,253,255,0) 78%, rgba(250,253,255,0));
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 3px rgba(1,2,2,.11), inset 0 0 0 1px rgba(0,0,0,.35);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 3px rgba(1,2,2,.11), inset 0 0 0 1px rgba(0,0,0,.35);
 box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -3px 3px rgba(1,2,2,.11), inset 0 0 0 1px rgba(0,0,0,.35);
 font-size: 110%;
 margin-bottom: 15px;
}
 
.navbar li {
 border-left: 1px solid rgba(255,255,255,.05);
 border-right: 1px solid rgba(0,0,0,.2);
}

.navbar li ul li {
 border: 0;
 border-top: 1px solid #ccc;
 border-top: 1px solid rgba(0,0,0,.2);
}

.nav-collapse .nav li a:hover {
 background: url(../img/nav-hover.html) !important;	
}

.navbar .dropdown-menu {
 background-color: #f8f8f8;
 -moz-box-shadow: 0 0 4px rgba(0,0,0,.17), 0 2px 2px rgba(0,0,0,.08);
 -webkit-box-shadow: 0 0 4px rgba(0,0,0,.17), 0 2px 2px rgba(0,0,0,.08);
 box-shadow: 0 0 4px rgba(0,0,0,.17), 0 2px 2px rgba(0,0,0,.08);
}

.navbar .dropdown-menu a {
 padding: 10px 15px;
 text-decoration: none;
}

.navbar .dropdown-menu a:hover {
 background: #fff;
 background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
 background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
 background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.03), rgba(255,255,255,.03));
 background-image: linear-gradient(to top, rgba(0,0,0,.03), rgba(255,255,255,.03));
 -moz-box-shadow: inset 0 -2px 2px rgba(0,0,0,.01);
 -webkit-box-shadow: inset 0 -2px 2px rgba(0,0,0,.01);
 box-shadow: inset 0 -2px 2px rgba(0,0,0,.01);
 font-weight: bold;
}


/* Main Content */

#whmcscontent .whmcscontainer {
 clear: both;
}

.well,.domain-checker {
	background: #e5ecee;
	border-radius: 4px;
	border: #c8d1d3 1px solid;
	color: #385160;
	margin-top: 20px;	
	padding: 20px;
}

.domain-checker h2{
	background: url(../img/ico_binoculars.png) no-repeat left center;
	padding: 0 0 0 26px;
	margin: 0 0 20px 0;
}

.internalpadding,.well{

}

.internalpadding h2{
	background: #2C3E50;
	padding: 17px 20px;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #16232f;
	-webkit-box-shadow: inset 0px 2px 1px 0px rgba(50,70,89,1);
	-moz-box-shadow: inset 0px 2px 1px 0px rgba(50,70,89,1);
	box-shadow: inset 0px 2px 1px 0px rgba(50,70,89,1);
	overflow: hidden;
}

.internalpadding h2 a{
	float: right;
	color: #fff;
	text-decoration: none;
}

.row h2, .well h2 {
 margin-top: 0;
}

.row .innercontent {
	background: #fff;
	border: 1px solid #ccd8db;
	border-top: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding:20px;
}

.row .innercontent p {
 margin: 0.3em 0;
}

.divider {
 background: #ddd;
 height: 1px;
 margin: 20px 0;
 overflow: hidden;
 *width: 100%;
}

/* Form elements */

.btn {
background: #ffffff;
	border: 1px solid #cdd1d5;
 color: #455e94;
 cursor: pointer;
 display: inline-block;
 font-size: 105%;
-webkit-box-shadow: inset 0px -1px 0px 0px rgba(250,250,250,1);
-moz-box-shadow: inset 0px -1px 0px 0px rgba(250,250,250,1);
box-shadow: inset 0px -1px 0px 0px rgba(250,250,250,1);
 line-height: 21px;
 margin-bottom: 0;
 padding: 6px 13px;
 text-align: center;
 text-decoration:none;
 zoom: 1; 
}

.btn-primary {
background: #008db5;
background: -moz-linear-gradient(top,  #008db5 0%, #008db5 50%, #008db5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008db5), color-stop(50%,#008db5), color-stop(100%,#008db5));
background: -webkit-linear-gradient(top,  #008db5 0%,#008db5 50%,#008db5 100%);
background: -o-linear-gradient(top,  #008db5 0%,#008db5 50%,#008db5 100%);
background: -ms-linear-gradient(top,  #008db5 0%,#008db5 50%,#008db5 100%);
background: linear-gradient(to bottom,  #008db5 0%,#008db5 50%,#008db5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008db5', endColorstr='#008db5',GradientType=0 );
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,150,187,1), inset 0px -1px 1px 0px rgba(0,150,187,1);;
-moz-box-shadow: inset 0px 1px 1px 0px rgba(0,150,187,1), inset 0px -1px 1px 0px rgba(0,150,187,1);;
box-shadow: inset 0px 1px 1px 0px rgba(0,150,187,1), inset 0px -1px 1px 0px rgba(0,150,187,1);;
 color: #fff;
 border: 1px solid #007697;
}

.btn-success {
background: #28af62;
background: -moz-linear-gradient(top,  #28af62 0%, #27ae60 50%, #27ae60 100%, #27ae60 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28af62), color-stop(50%,#27ae60), color-stop(100%,#27ae60), color-stop(100%,#27ae60));
background: -webkit-linear-gradient(top,  #28af62 0%,#27ae60 50%,#27ae60 100%,#27ae60 100%);
background: -o-linear-gradient(top,  #28af62 0%,#27ae60 50%,#27ae60 100%,#27ae60 100%);
background: -ms-linear-gradient(top,  #28af62 0%,#27ae60 50%,#27ae60 100%,#27ae60 100%);
background: linear-gradient(to bottom,  #28af62 0%,#27ae60 50%,#27ae60 100%,#27ae60 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28af62', endColorstr='#27ae60',GradientType=0 );
-webkit-box-shadow: inset 0px 1px 1px 0px rgba(42,181,105,1), inset 0px -1px 1px 0px rgba(37,165,91,1);;
-moz-box-shadow: inset 0px 1px 1px 0px rgba(42,181,105,1), inset 0px -1px 1px 0px rgba(37,165,91,1);;
box-shadow: inset 0px 1px 1px 0px rgba(42,181,105,1), inset 0px -1px 1px 0px rgba(37,165,91,1);
border: 1px solid #25a55b;
color: #fff;
}

.btn:hover {
 background: #eee;
}
.btn-primary:hover {
 background: #00719f;
}
.btn-success:hover {
 background: #5ba000;
}

input[type=text], input[type=password], select, textarea, input[type=email], input[type=file] {
 background-color: #fff;
 box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 1px 2px 0 rgba(207,211,218,.15);border: 1px solid #ccc;
 -moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 1px 2px 0 rgba(207,211,218,.15);border: 1px solid #ccc;
 -webkit-box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 1px 2px 0 rgba(207,211,218,.15);border: 1px solid #ccc;
 padding: 6px;
 border: 1px solid #bbcad1;
 -moz-transition: -moz-box-shadow 0.3s;
 -webkit-transition: -webkit-box-shadow 0.3s;
 transition: box-shadow 0.3s;
 color: #828f9e;
}
input:focus, select:focus, textarea:focus {
 border: solid 1px #0f90c4;
 -webkit-box-shadow: 0 0 6px rgba(6,152,255,.35);
 -moz-box-shadow: 0 0 6px rgba(6,152,255,.35);
 box-shadow: 0 0 6px rgba(6,152,255,.35);
 outline: none;
}

input:disabled, select:disabled, textarea::disabled {
 filter: Alpha(opacity=60);
 opacity: 0.6;
}

input[type="file"], input[type="file"]:focus {
 background: 0;
 border:0;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 box-shadow:none;
 padding: 0;
}

input[type="checkbox"] {
 background: none;
 border: 0;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 padding: 0;
 width: auto !important;
}

.row .control-group input,
.row .control-group select,
.row .control-group textarea { 
 width: 100%;
}

.row .form-horizontal input[type="submit"] {
 width: auto;
}

input.bigfield {
	line-height: 40px;
}

.whmcscontainer label {
 line-height:2.5em;
}

/* Alert boxes */

.alert {

 border: solid 1px #457f17;
 color: #fff;
 margin: 15px 0 0 0 !important;
 padding: 20px 20px 23px 20px;
}

.alert-success {
 background: #ecfff4;
 border-color: #bfdaca;
 color: #d7ffb1;
-webkit-box-shadow: inset 0px 2px 0px 0px #f6fffa, 0px 2px 0px 0px #e1e8e9;
-moz-box-shadow: inset 0px 2px 0px 0px #f6fffa, 0px 2px 0px 0px #e1e8e9;
box-shadow: inset 0px 2px 0px 0px #f6fffa, 0px 2px 0px 0px #e1e8e9;
}

.alert-success h2{
	color: #4b7357;
	border-bottom: 2px solid #d7ede0;
}

.alert-success p{
	color: #719d83;

}

.alert-danger,
.alert-error {
 background-color: #ffecec;
 border-color: #f8c3c3;
 color: #bc8282;
 -webkit-box-shadow: inset 0px 2px 0px 0px #fff2f2, 0px 2px 0px 0px #e1e8e9;
-moz-box-shadow: inset 0px 2px 0px 0px #fff2f2, 0px 2px 0px 0px #e1e8e9;
box-shadow: inset 0px 2px 0px 0px #fff2f2, 0px 2px 0px 0px #e1e8e9;
}

.alert-danger h2,
.alert-error h2{
	color: #8f3434;
	border-bottom: 2px solid #f5dada;
}

.alert-danger a,
.alert-error a{
	color: #bf5858 !important;
}

.alert h2 {
 font-size: 21px;
 display: inline-block;
 padding: 0 0 10px 0;
 margin: 0 0 15px 0;
 font-weight: normal;
}

.alert-warning {
 background-color: #ffb400;
 border-color: #c57900;
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.2));
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.2));
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.2));
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.2));
 background-image: linear-gradient(to top, rgba(1,2,2,.1), rgba(255,255,255,.2));
}

.alert-info {
 background-color: #fff7eb;
 border-color: #e4d3ba;
 color: #907f66;
 -webkit-box-shadow: inset 0px 2px 0px 0px #fffbf5, 0px 2px 0px 0px #e1e8e9;
-moz-box-shadow: inset 0px 2px 0px 0px #fffbf5, 0px 2px 0px 0px #e1e8e9;
box-shadow: inset 0px 2px 0px 0px #fffbf5, 0px 2px 0px 0px #e1e8e9;
}

.alert-info h2{
	color: #745d3b;
	border-bottom: 2px solid #f2e8d9;
}

.alert-info a{ color: #a96500 !important; }

.alert .arrow {
 float: right;
 margin: -5px;
}

/* Table Styling */

.table-framed {
 border: 1px solid #ccc !important;
 border-top: 0 !important;
 -webkit-box-shadow: 0px 1px 0px 0px rgba(227,232,233,1);
-moz-box-shadow: 0px 1px 0px 0px rgba(227,232,233,1);
box-shadow: 0px 1px 0px 0px rgba(227,232,233,1);
}

.whmcscontainer table th a {
 color: #506674;
 text-decoration: none;	
}

.whmcscontainer table th { 
 background-color: #f5f8f9;
 border-top: none;
 -moz-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.05) inset
 -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.05) inset;
 box-shadow: 0 2px 2px rgba(255, 255, 255, 0.05) inset;
 text-align:center;
 padding:0;
}

.whmcscontainer table td {
 background-color: #fff;
 color: #6f7985;
}

.whmcscontainer table .headerSortasc, .whmcscontainer table .headerSortdesc {
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
 background-image: url('../img/sortdesc.png');
 background-repeat: no-repeat;
 background-position: 95% 50%;
}

.whmcscontainer table .headerSortasc {
 background-image: url('../img/sortasc.png');
}

.whmcscontainer table .headerSortasc a, .whmcscontainer table .headerSortdesc a {
 text-shadow: none !important;
}

.table_title {
 background: #2980b9;
 color: #fff;
 border: 1px solid #186394;
 border-bottom: 0;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
-webkit-box-shadow: inset 0px 2px 1px 0px rgba(52,134,189,1);
-moz-box-shadow: inset 0px 2px 1px 0px rgba(52,134,189,1);
box-shadow: inset 0px 2px 1px 0px rgba(52,134,189,1);
 margin-top: 20px;
 line-height: 47px;
 padding: 0 15px;
}

.table_title h3 {
 font-weight: normal;
 color: #fff;
 margin: 0;
}

.table_title h3 strong{
	color: #B8FFFF;
}

.table_title .invoicetotal {
	padding: 0;
	color: #fff;
	font-size: 14px;
	padding: 2px 15px 0 0;
}

.table_title .invoicetotal .textred {
	color: #8c0808;
}

.table_title .searchbox2 {
	padding: 4px;
}

.table_title .input-append {
	padding: 2px 0;
}

.table_title a.btn {
 background: #fff !important;
 float: right;
 color: #455e6e;
 margin: 8px -5px;
 padding: 5px 9px !important;
 border: 0;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
}

.table_title .btn-info {
	padding: 5px 9px !important;
	margin: -4px 0 0 0 !important;
	 -moz-border-radius: 3px !important;
	 -webkit-border-radius: 3px !important;
	 border-radius: 3px !important;
}

.table_title input {
	 padding: 6px 9px !important;
	 margin: -3px 10px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

td.textcenter .btn{
	padding: 3px 17px !important;

}

.whmcscontainer table th {
	background: #f5f8f9;
	font-family: "Oxygen", sans-serif;
	color: #60737f;
	height: 34px;
	font-size: 15px;
	font-weight: 400;
	border-right: #ccd3d6 1px solid;
	border-bottom: #ccd3d6 1px solid;
	border-top: none !important;

	text-align: center;
	line-height: 34px;
}


 
/* Domain Checker */

.domaincheck {
 display: table;
 width: 100%;
}

.domaincheck div {
 display: table-cell;
}

.domaincheck .searchbar {
 width: 100%;
}

.domaincheck .btn {
 margin-left: 10px;	
}

.whmcscontainer .captchainput {
 background: rgba(255, 255, 255, 0.5);
 border: 1px solid rgba(0,0,0,0.1);
 font-size: 100% !important;
 margin: 0 0 20px;
 padding: 0 10px 10px;
}

/* Submit a Ticket */

ul.departments {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.departments li {
 background: #393939 url('../img/dept.html') no-repeat 25px center;
 -moz-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 2px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.26);
 -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 2px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.26);
 box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 2px rgba(0,0,0,.05), inset 0 0 0 1px rgba(0,0,0,.26);
 margin-bottom: 10px;
}

ul.departments li a {
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.12), rgba(255,255,255,0));
 color: #fff;	
 display: block;
 font-size: 120%;
 line-height: 1.6em;
 padding: 15px 15px 15px 65px;
 text-decoration: none;	
}

ul.departments li a .description {
 filter: Alpha(opacity=60);
 opacity: 0.6;
}

ul.departments li:hover {
 background: #0085bc url('../img/dept.html') no-repeat 25px center;
}

/* Ticket View */

.whmcscontainer .ticketdetailscontainer {
 background: #fff;
-webkit-box-shadow: 0px 2px 0px 0px rgba(227,232,233,1);
-moz-box-shadow: 0px 2px 0px 0px rgba(227,232,233,1);
box-shadow: 0px 2px 0px 0px rgba(227,232,233,1);
border: 1px solid #ccd3d6;
 color: #506674;
 font-size: 1.1em;
 font-weight: bold; 
 margin: 10px 0 20px 0;
 padding: 8px;
 text-align: center;	
}

.ticketdetailscontainer .innercontent {
 background: #F5F8F9;
 border: solid 1px #aaa;
 border: solid 1px rgba(0,0,0,.25);
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 2px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 2px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1); 
 box-shadow: 0 1px 3px rgba(0,0,0,.2), inset 0 -2px 2px rgba(0,0,0,.07), inset 0px 1px 0px rgba(255,255,255,0.1);    
 font-size: 1.1em;
 font-weight: bold;
 margin: 8px;
 padding: 10px;
 text-align: center;	
}

.ticketdetailscontainer .detail {
 filter: Alpha(opacity=80);
 opacity: 0.8;
}

.ticketmsgs .adminheader, .ticketmsgs .clientheader {
 background: #007fb3;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.12), rgba(255,255,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.12), rgba(255,255,255,0));
 -moz-box-shadow: 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 3px rgba(0,0,0,0), inset 0 0 0 1px rgba(0,0,0,.3);
 -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 3px rgba(0,0,0,0), inset 0 0 0 1px rgba(0,0,0,.3);
 box-shadow: 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 3px rgba(0,0,0,0), inset 0 0 0 1px rgba(0,0,0,.3);
 color: #fff;
 font-size: 115%;
 font-weight: bold;
 padding: 12px 15px;
}

.ticketmsgs .clientheader {
 background: #3b3b3b;
}

.ticketmsgs .adminmsg, .ticketmsgs .clientmsg {
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 margin: 0 7px 25px;
 padding: 15px;
 line-height: 21px;
}

.ticketbuttons {
 float: right;

}

/* Knowledgebase / Downloads / Announcements */

ul.itemlist {
 list-style: inside url(../../../images/article.gif);
 margin: 0;
 padding: 0;	
}

ul.itemlist li {
 margin: 0;
 margin-bottom: 10px;
 padding: 15px; 
}

ul.downloads {
 list-style: none;
}

.itemtext {
 margin: 0;
 padding: 20px;
}

.whmcscontainer .breadcrumb {
 background: #eaeaea;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.35), rgba(255,255,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.35), rgba(255,255,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.35), rgba(255,255,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.35), rgba(255,255,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.35), rgba(255,255,255,0)); 
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(0,0,0,.1);
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(0,0,0,.1);
 box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(0,0,0,.1);	
 padding: 10px 15px;
}

.whmcscontainer .col15 input {
 width: 100%;
}

/* Login */

.whmcscontainer .logincontainer {
 background: #fafafa;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(250,253,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(250,253,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(250,253,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(250,253,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(250,253,255,0));
 -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03), inset 0 -2px 2px rgba(1,2,2,.02), inset 0 0 0 1px rgba(0,0,0,.12);
 -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03), inset 0 -2px 2px rgba(1,2,2,.02), inset 0 0 0 1px rgba(0,0,0,.12);
 box-shadow: 1px 2px 2px rgba(0,0,0,.03), inset 0 -2px 2px rgba(1,2,2,.02), inset 0 0 0 1px rgba(0,0,0,.12);
 padding: 25px;
}

.whmcscontainer .logincontainer  {
 margin-bottom: 10px !important;
}

.whmcscontainer .logincontainer input {
 width:100%;
}

/* Footer */

#whmcsfooter {
 margin: 25px 0;
}

#languagechooser {
 float: left;
}


/* Fixes */

.padding0 {
 padding: 0 !important;	
}

.margin0 {
 margin: 0 !important;	
}

.left {
 float: left !important;
}

.right {
 float: right !important;	
}

/* MOBILE CODE */
/* For responsiveness */

@media only screen and (min-width: 961px) {

.collapse {
 display: block !important;
 height: auto !important;
}

}

@media only screen and (max-width: 960px) {
	
.whmcscontainer {
 margin-left: 20px;
 margin-right: 20px;
}

/* Navigation */

.navbar .nav {
 float: none;
}

.navbar .nav li {
 border: 0;
 border-top: 1px solid rgba(255,255,255,.05);
 border-bottom: 1px solid #ddd;
 border-bottom: 1px solid rgba(0,0,0,.2);
}

.quick-nav-btn {
 display: block;
 background: url(../img/quick-nav-btn.html) no-repeat;
 width: 45px; height: 38px;
 margin: 10px;
 float: right;
 cursor: pointer;
}

.navbar .dropdown-menu li a {
	margin-bottom: 5px !important;	
}

.navbar h2 {
 color: #fff;
 display: block !important;
 float: left; 
 padding-left: 15px;
}

.nav-collapse {
 clear: both;
}

.nav-collapse li:first-child {
 border-top: none !important;	
}

.nav-collapse .dropdown.open {
 border: none !important;
 color: #dedede !important;	
}

.nav-collapse li a {
 color: #dedede !important;
 font-weight: normal !important;
}

.nav-collapse li a:hover {
 color: white !important;
}

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 color: #777777;
 font-weight: bold;
 padding: 9px 15px;
}

.nav-collapse .btn {
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 font-weight: normal;
 padding: 4px 10px 4px;
}

.nav-collapse .dropdown-menu li + li a {
 margin-bottom: 2px;
}

.nav-collapse .nav > li > a:hover,
.nav-collapse .dropdown-menu a:hover {
 background-color: #f2f2f2;
}

.nav-collapse.in .btn-group {
 margin-top: 5px;
 padding: 0;
}

.nav-collapse .dropdown-menu {
 background-color: transparent;
 border: none;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 display: none;
 float: none;
 left: auto;
 margin: 0 15px;
 max-width: none;
 padding: 0;
 position: static;
 top: auto;
}

.nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after,
.nav-collapse .dropdown-menu .divider,
.nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
 display: none;
}

.nav-collapse .open > .dropdown-menu {
 display: block;
}

.navbar .nav-collapse .nav.pull-right {
 float: none;
 margin-left: 0;
}

.nav-collapse,
.nav-collapse.collapse {
 height: 0;
 overflow: hidden;
}

.navbar .btn-navbar {
 display: block;
 margin:15px;
}

}
@media only screen and (max-width: 720px) {


/* Main Content */

.whmcscontainer .row {
 margin-top: 0;
}

.whmcscontainer .rowend {
 margin-right: 0;
}

.whmcscontainer .internalpadding {
 margin-right: 0;
 margin-top: 15px;

}

.whmcscontainer .internalpadding h2, .whmcscontainer .well h2 {
 text-align: center;
}
.whmcscontainer h1 small, .whmcscontainer h2 small {
 display: block;
 margin-top: 7px;
}

.whmcscontainer .col2half,
.whmcscontainer .col2half2,
.whmcscontainer .col4,
.whmcscontainer .col15,
.whmcscontainer .col20,
.whmcscontainer .col30,
.whmcscontainer .col45,
.whmcscontainer .col70,
.whmcscontainer .col85,
.whmcscontainer .row > .control-group {
 float: none !important;
 margin-right: 0 !important;
 margin-bottom: 15px;
 width: auto;
}

.whmcscontainer .col15 input {
 width: 100%;
}

.well .col85 {
 margin-top: 0;
}

.whmcscontainer .halfwidthcontainer {
 width:auto;
}
	
	
/* Responsive Tables */
table.no-more-tables {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

table.no-more-tables, 
.no-more-tables thead, 
.no-more-tables tbody, 
.no-more-tables th, 
.no-more-tables td, 
.no-more-tables tr { 
 display: block; 
}

.no-more-tables {
 border-bottom: 0;
}

/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables thead tr { 
 position: absolute;
 top: -9999px;
 left: -9999px;
}

.no-more-tables tr {
 border-bottom: 1px solid #ccc;
}

.no-more-tables td,tr.invoice-footer td{ 
 /* Behave  like a "row" */
 border: none;
 border-bottom: 1px solid #eee; 
 padding-left: 60% !important; 
 text-align: left;
 white-space: normal;
 position: relative;
}

.no-more-tables .clientareahome-label-totaldue, .no-more-tables .clientareahome-label-totalamount {
	padding-top: 8px !important;
	padding-bottom: 16px !important;
}

.no-more-tables td:before { 
 /* Now like a table header */
 position: absolute;
 /* Top/left values mimic padding */
 top: 6px;
 left: 6px;
 width: 45%; 
 padding-right: 10px; 
 white-space: nowrap;
 text-align:left;
 font-weight: bold;
}

/* Label the data */
.no-more-tables td:before {
 content: attr(data-title);
 padding: 10px 0 0 0;

}

.no-more-tables .textcenter {
 text-align: left !important;		
}

.no-more-tables h3 {
 font-size: 15px !important;		
}

.no-more-tables .btn {
 font-size: 12px;
}

.no-more-tables .tdhide {
 display: none;
}

.table {
 width:100% !important;
}

.table td, .table th {
 padding-bottom: 5px;
 padding-top: 5px; 
}

.table-centered td {
 text-align: left !important;
}

.table-horizontal th {
 display: none;
}

/* Domain Checker */
	
.domaincheck, .domaincheck div {
 display: block;
}

.domaincheck .btn {
 margin-left: 0 !important;
}
	
.domaincheck .btn {
 display: block !important;
 margin: 8px auto !important;
 text-align: center;
 width: 100%;
}

.whmcscontainer .domcheckertldselect {
 padding: 0 15px 15px;
}
	
/* Support Tickets */

.ticketmsgs .adminheader, .ticketmsgs .clientheader {
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
}

.ticketmsgs .adminheader div, .ticketmsgs .clientheader div {
 float: none !important;
}

.ticketmsgs .adminmsg, .ticketmsgs .clientmsg {
 margin: 0 0 15px 0;
}


/* Other Items */  

.tab-content .row {
 margin: 0;
} 
  
.loginbtn input {
 margin: 4px 0;
}

.whmcscontainer .affiliatestatcontainer {
 width: auto;
}
  
.whmcscontainer .affiliatestatblock {
 float: none;
 margin: 0 0 10px;
 width: auto;
}
  
.fb_iframe_widget {
 display: none !important;
}
  
}


@media (max-width: 600px) {
	
/* Header */

#whmcsheader .nav {
 display: table !important;
 position: absolute !important;
 vertical-align: middle !important;
 top: 50%;
 margin-top: -22px;
}
	
#whmcsheader .nav > li.dropdown {
 border-bottom: 1px solid rgba(1, 2, 2, 0.1);
 border-top: 1px solid rgba(1, 2, 2, 0.1);
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 padding: 0 !important;
 width: 40px;
}
	
#whmcsheader .dropdown-toggle {
 background: url(../img/user-icon.png) no-repeat center center;
 display: block !important;
 height: 40px;
 text-indent: -9999px;
 width: 40px;
}

/* Tabbed Navigation -> Stacked */

.nav-tabs {
 border: 1px solid #ddd;
 border-bottom: 0;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}

.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a { 
 border: 0;
 border-bottom: 1px solid #ddd;
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 border-radius: 0;
 margin-right: 0;
}

.nav-tabs > li:first-child > a {
 -moz-border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px 3px 0 0;
 border-radius: 3px 3px 0 0;
}

.nav-tabs > li:last-child > a {
 -moz-border-radius: 0 0 3px 3px;
 -webkit-border-radius: 0 0 3px 3px;
 border-radius: 0 0 3px 3px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
 background: #eee;
 border: 0;
 border-bottom: 1px solid #ddd;
}

.nav-tabs > li > a:hover {
 background: #eee;
}

/* General */

.whmcscontainer p {
 float: none !important;
}	

.center80 {
 width: auto !important;
}
  
.whmcscontainer .logincontainer {
 width: auto;
}
  
.whmcscontainer fieldset.onecol label {
 float: none;
 text-align: left;
 width: auto;
}

.whmcscontainer fieldset.onecol div.controls {
 margin-left: 0;
}

.whmcscontainer .searchbox {
 float: none;
 margin: 0;
}

.whmcscontainer .searchbox2 {
 display: none;
}

.whmcscontainer .recordslimit, .pagination {
 float: none;
}

.whmcscontainer .recordslimit {
 margin-top: 15px;
}

.ticketbuttons {
 display: none;
}	

/* Footer */

#whmcsfooter #copyright,
#whmcsfooter #languagechooser {
 float: none;
 text-align: center;
}
	
#whmcsfooter #languagechooser {
 margin-bottom: 15px;
}

}

/* Misc */
.account-overview {
	padding: 0;
	margin: 0;
}

.account-overview li {
	border-bottom: 1px solid #e0e3e7;
	height: 49px;
	font-size: 14px;
	line-height: 49px;
	list-style: none;
	overflow: hidden;
}

.account-overview li:last-child {
	border-bottom: 0;
}

.nopadding {
	padding: 0 !important;
}

.account-overview li strong {
	float: left;
	color: #4e5561;
	padding-left: 20px;
	font-weight: 700;
}

.account-overview .badges {
	float: right;
	margin-right: 20px;
    margin-top: 15px;
}


.account-overview .badge-total {
display: block;
width: 21px;
height: 21px;
-moz-border-radius: 11px / 10px;
-webkit-border-radius: 11px / 10px;
border-radius: 11px / 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #dbdfe5;
color: #898f9b;
font-size: 15px;
text-decoration: none;
text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
float: left;
line-height: 21px;
text-align: center;
margin-left: 7px;
}

.account-overview .badge-active {
width: 21px;
height: 21px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #179FC9;
color: white;
text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
display: block;
float: left;
line-height: 21px;
text-align: center;
margin-left: 7px;
}

.clientareahome-label-totaldue strong {
	font-size: 21px;
	color: #4b6178;
	font-weight: normal;
}

.clientareahome-label-totalamount strong {
	font-size: 21px;
	color: #008db5;
	font-weight: normal;
}

.clientareahome-invoice-controls a, .clientareahome-invoice-controls input{
	margin: 10px 0;
	padding: 6px 13px !important;
}

.clientareahome-invoice-controls input{
	padding: 6px 13px !important;
}

.twitter,.announcements {
	border: 1px solid #CCD8DB;
	border-top: 0;
}

.announcements p, .twitter ul li {
	margin: 0 !important;
	padding: 20px;
	background: #fff;
	color: #677483;
}

.announcements p:nth-child(odd) {
	background: #E5ECEE;
}

.box {
	background: #fff !important;
	text-align: center;
}

.box p {
	margin: 0;
	padding: 10px;
	line-height: 20px;
}

.product-details {
	float: right !important;
	background: #fff;
	padding: 1.5% !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccd8db;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(227,232,233,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(227,232,233,1);
	box-shadow: 0px 1px 1px 0px rgba(227,232,233,1);
}

.product-details h4 {
	color: #455e6e;
}

.product-details .col2half span {
	color: #506674;
}

.product-details .control-group { 
	margin: 15px 0 0 0;
}

.product-details th {
	background: #2980b9 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: bold !important;
	border-color: #186394 !important;

}

.product-details table {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	 border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: #4b6178;
  border-color: #4b6178;
}

th.noborder {
	border: 0 !important;
}

.input-medium {
	padding: 15px 13px 14px 13px !important;

}

@media (max-width: 480px) {
	.whmcscontainer {
	 margin-left: 0;
	 margin-right: 0;
	}
	
	.logincontainer {
		width: 80% !important;
	}


	/* Header */

	#whmcsheader .whmcscontainer {
	 padding: 0 15px;
	}

	#whmcsheader .nav {
	 margin-right: 15px;
	}

	/* Navigation */

	.navbar {
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 border-radius: 0px;
	}

	/* Main Content */

	#whmcscontent .whmcscontainer {
	 border-left: 0;
	 border-right: 0;
	 -moz-border-radius: 0px;
	 -webkit-border-radius: 0px;
	 border-radius: 0px;
	 padding: 16px 15px;
	}
}


