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

  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 */

body {
 background: #eaeaea;
}

.whmcscontainer {
 max-width: 960px;
}

.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, .innercontent,
ul.departments li, .ticketdetailscontainer,
.ticketdetailscontainer .innercontent, .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.png) 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.png) !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 {
 background: #fff;
 border:1px solid #ccc;
 -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
 -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
 box-shadow: 0 0 2px rgba(0,0,0,.1);
 clear: both;
}

.internalpadding, .well {
 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: 0 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: 0 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: 0 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);
 margin-right: 20px;
}

.well {
 background: #f2faff; 
 margin-right: 0;
 margin-top: 20px;
 padding: 20px;
}

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

.row .innercontent {
 background: #ccc;
 background: rgba(255,255,255,.15);
 border: 1px solid #ddd;
 border: 1px solid rgba(1,2,2,.1);
 -webkit-box-shadow: 0 2px rgba(255,255,255,.1);
 -moz-box-shadow: 0 2px rgba(255,255,255,.1);
 box-shadow: 0 2px rgba(255,255,255,.1);
 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: #f9f9f9;
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.05), rgba(255,255,255,.03));
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.05), rgba(255,255,255,.03));
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.05), rgba(255,255,255,.03));
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.05), rgba(255,255,255,.03));
 background-image: linear-gradient(to top, rgba(1,2,2,.05), rgba(255,255,255,.03));
 border: 1px solid #ddd;
 border: 1px solid rgba(0,0,0,.2);
 border-bottom-color: #bbb;
 border-bottom-color: rgba(0,0,0,.3);
 border-top-color: #ddd;
 border-top-color: rgba(0,0,0,.2);
 -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.1), inset 0px -2px 2px rgba(0,0,0,0.03);
 -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.1), inset 0px -2px 2px rgba(0,0,0,0.03);
 box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.1), inset 0px -2px 2px rgba(0,0,0,0.03);
 color: #333;
 cursor: pointer;
 display: inline-block;
 font-size: 110%;
 font-weight: bold;
 line-height: 18px;
 margin-bottom: 0;
 padding: 6px 13px;
 text-align: center;
 text-decoration:none;
 zoom: 1; 
}

.btn-primary {
 background: #007fb3;
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: linear-gradient(to top, rgba(1,2,2,.1), rgba(255,255,255,.03));
 -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 color: #fff;
}

.btn-success {
 background: #66b400;
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.1), rgba(255,255,255,.03));
 background-image: linear-gradient(to top, rgba(1,2,2,.1), rgba(255,255,255,.03));
 -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.1), 0px 1px 2px rgba(0,0,0,0.15), inset 0px -2px 2px rgba(0,0,0,0.05);
 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: #fff;
 background-image: -webkit-linear-gradient(top, rgba(0,0,0,.02), rgba(255,255,255,.01));
 background-image: -moz-linear-gradient(top, rgba(0,0,0,.02), rgba(255,255,255,.01));
 background-image: -o-linear-gradient(top, rgba(0,0,0,.02), rgba(255,255,255,.01));
 background-image: -ms-linear-gradient(top, rgba(0,0,0,.02), rgba(255,255,255,.01));
 background-image: linear-gradient(to bottom, rgba(0,0,0,.02), rgba(255,255,255,.01));
 border: 1px solid #ccc;
 border: 1px solid rgba(0,0,0,.2);
 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 1px 1px 2px rgba(0,0,0,.05);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 1px 1px 2px rgba(0,0,0,.05);
 box-shadow: 0 1px 2px rgba(0,0,0,.05), inset 1px 1px 2px rgba(0,0,0,.05);
 padding: 6px;
 -moz-transition: -moz-box-shadow 0.3s;
 -webkit-transition: -webkit-box-shadow 0.3s;
 transition: box-shadow 0.3s;
}
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;
}

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

/* Alert boxes */

.alert {
 background-image: -webkit-linear-gradient(bottom, rgba(1,2,2,.2), rgba(255,255,255,.2));
 background-image: -moz-linear-gradient(bottom, rgba(1,2,2,.2), rgba(255,255,255,.2));
 background-image: -o-linear-gradient(bottom, rgba(1,2,2,.2), rgba(255,255,255,.2));
 background-image: -ms-linear-gradient(bottom, rgba(1,2,2,.2), rgba(255,255,255,.2));
 background-image: linear-gradient(to top, rgba(1,2,2,.2), rgba(255,255,255,.2));
 border: solid 1px #457f17;
 -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 2px rgba(0,0,0,.1); 
 box-shadow: inset 0px 1px 2px rgba(255,255,255,0.2), inset 0px 1px 0px rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,.13), inset 0 -2px 2px rgba(0,0,0,.1); 
 color: #fff;
 margin: 15px 0 0 0 !important;
}

.alert-success {
 background: #72b63b;
 border-color: #457f17;
 color: #d7ffb1;
}

.alert-danger,
.alert-error {
 background-color: #b80f0f;
 border-color: #8a0000;
 color: #ffbbbb;
}

.alert strong {
 color: white !important;
}

.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: #067ec3;
 border-color: #005e94;
 color: #89d4ff;
 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 a {
 color: #fff !important;
}

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

/* Table Styling */

.table-framed {
 border: 1px solid #ccc !important;
}

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

.whmcscontainer table th { 
 background-color: #f1f1f1;
 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;
}

.whmcscontainer table td {
 background-color: #fcfcfc;
}

.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: #fafafa;
 border: 1px solid #ccc;
 border-bottom: 0;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 -moz-box-shadow:0 -1px 2px rgba(0, 0, 0, 0.07) inset, 0 2px 2px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.005) inset;
 -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.07) inset, 0 2px 2px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.005) inset;
 box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.07) inset, 0 2px 2px rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.005) inset;
 margin-top: 20px;
 padding: 15px;
}

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

.table_title a.btn {
 float: right;
 margin: -5px;
 padding: 5px 9px;
}
 
 
/* 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.png') 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.png') no-repeat 25px center;
}

/* Ticket View */

.whmcscontainer .ticketdetailscontainer {
 background: #eaeaea;
 background-image: -webkit-linear-gradient(top, rgba(255,255,255,.55), rgba(255,255,255,0));
 background-image: -moz-linear-gradient(top, rgba(255,255,255,.55), rgba(255,255,255,0));
 background-image: -o-linear-gradient(top, rgba(255,255,255,.55), rgba(255,255,255,0));
 background-image: -ms-linear-gradient(top, rgba(255,255,255,.55), rgba(255,255,255,0));
 background-image: linear-gradient(to bottom, rgba(255,255,255,.55), rgba(255,255,255,0));
 -moz-box-shadow: 0 2px 2px rgba(0,0,0,.06), inset 0 -2px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.26);
 -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.06), inset 0 -2px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.26);
 box-shadow: 0 2px 2px rgba(0,0,0,.06), inset 0 -2px 3px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.26);
 color: #000;
 font-size: 1.1em;
 font-weight: bold; 
 margin: 10px 0 20px 0;
 padding: 8px;
 text-align: center;	
}

.ticketdetailscontainer .innercontent {
 background: rgba(255,255,255,0.15);
 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;
}

.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 .page-header {
 margin-bottom: 10px !important;
}

.whmcscontainer .logincontainer .rememberme {
 color: #666;
}

.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;
}

.right {
 float: right;	
}

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



@media only screen and (max-width: 540px) {
	
.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.png) 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: 520px) {


/* 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 { 
 /* Behave  like a "row" */
 border: none;
 border-bottom: 1px solid #eee; 
 position: relative;
 padding-left: 50%; 
 text-align: left;
 white-space: normal;
}

.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);
}

.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;
}


/* 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;
}

}

@media (max-width: 480px) {
	
.whmcscontainer {
 margin-left: 0;
 margin-right: 0;
}

/* 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;
}

}