﻿/* *****************************************************

  Dash WHMCS Template CSS Stylesheet
  Created: 5th May 2013
  Last Updated: 11th May 2013
  Version: 1.0
  Actualizado: 12-02-2017

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

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

/* General */ 

html {
 -webkit-text-size-adjust: none;
 /*height: 100%; */ /* Conflicto con Scroll del Navegador y si lo activo funciona el footer cuando esta logueado */ /* HTP */ 
 /*overflow: hidden; */ /* Conflicto con Menu Flotante */ /* HTP */ 
}

body {
 background: #000000 url('../img/sidebar-bg.png') repeat-y; /* F4F6F9 */ /* HTP */ 
 height: 100%;
 overflow: auto;
 width: 100%; /* Quita la barra inferior del navegador */ /* HTP */ /* 03-02-2017 */
}

body.sidebar-closed {
 background: #000000; /* F4F6F9 */ /* HTP */ 
}

.whmcscontainer p {  
 margin: 1em 1em 1em; /* 1em 0 0 */ /* HTP */
 color: #b3c1cc;
}

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

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

.btn, .alert,
#whmcsheader ul.dropdown-menu li a,
.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; 
 /*font-size: 13px; 
 font-family: 'OpenSansRegular', arial, helvetica, sans-serif; */ /* da error en el menu cuando estas legueado */ /* HTP */
 line-height: 1.6em; /* Se habia colocado en 1 pero da error en el menu cuando estas logueado */ /* HTP */
 color: #b3c1cc; /* fff 747470 */ /* HTP */
}
.whmcscontainer h1, .whmcscontainer h2, .whmcscontainer h3 {
 font-family: 'OpenSansRegular', arial, helvetica, sans-serif; /*"Lato", Arial, sans-serif; */ /* HTP */
}
.whmcscontainer h1 {
 font-size: 18px;
 /*font-weight: 700;*/ /* HTP */
 line-height: 30px;
}
.whmcscontainer h2 {
 font-size: 20px;
 /*font-weight: 700;*/
 line-height: 24px; /*50 24px */ /* HTP */
}
.whmcscontainer h3 {
 font-size: 19px;
 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;
 /*margin-left: 10px;*/ /* HTP */ /* 06-02-2017 */
}
.fontsize2 {
 font-size: 1.1em;
}

.fontsize3 {
 font-size: 1.5em; /* 1.3em */ /* HTP */
}


/* Text Colors */

a {
 color: #b3c1cc; /* b3c1cc */ /* HTP */
 text-decoration: none; /* HTP */
}

/* WHMCS Quitar WHMCompleteSolution **/ /* HTP */ /* 25-02-2017 */
/*
a[href="http://www.whmcs.com/"] {
  pointer-events: none;
  cursor: default;
  display: none;
  color: #000000;
}
a:hover[href="http://www.whmcs.com/"] {
  pointer-events: none;
  cursor: default;
  display: none;
  color: #000000;
}
/* ----------------------------------------- */

a:hover {
    color: #ffffff;
}
.lighttext {
 color: #999;
}

#whmcsfooter {
 color: #666;
}

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


/* Header */
/*
#whmcsheader {
 background: #323a45 url('../img/header-bg.png') repeat-x; 
, inset 0 -2px 3px rgba(1,2,2,.2);
	min-height: 70px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 1px 0 2px rgba(78,86,100,.35);, ,
}
*/
#whmcsheader {
	background: #323a45 url('../img/header-bg.png') repeat-x; /* 343942 */ /* HTP */
	, inset 0 -2px 3px rgba(1,2,2,.2);
	min-height: 70px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 1px 0 2px rgba(78,86,100,.35);, ,
}

#whmcsheader .whmcscontainer {
 overflow: hidden;
}

#whmcsheader .toggle-div {
 height: 100%;
 list-style: none;
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 left: 20px;
}

#whmcsheader .toggle-div > a.sidebar-toggle {
 position: relative;
 top: 50%;
 margin-top: -22px;
 background: url("../img/sidebar-toggle.png") no-repeat;
	display: block;
	width: 44px; height: 44px;
}

#whmcsheader .quicklinks {
 height: 100%;
 list-style: none;
 margin: 0;
 padding: 0;
 position: absolute;
 left: 35px;
}

.whmcscontainer .quick-stats .col4:last-child {
	margin-right: 0 !important;
}

#whmcsheader .quicklinks > a {
  border: 1px solid #202934; /* 282c34 */ /* HTP */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(255,255,255,.02), inset 0 2px 3px rgba(195,216,253,.03);
  -webkit-box-shadow: 0 1px 2px rgba(255,255,255,.02), inset 0 2px 3px rgba(195,216,253,.03);
  box-shadow: 0 1px 2px rgba(255,255,255,.02), inset 0 2px 3px rgba(195,216,253,.03);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQwIDM4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YjUzNWYiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTNmNDkiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iMzgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(57,63,73,.3) 100%);
  background-image: -o-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(57,63,73,.3) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(57,63,73,.3) 100%);
  background-image: linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(57,63,73,.3) 100%);
 color: #fff;
 height: 16px;
 margin-top: -20px;
 margin-right: 10px;
 padding:10px;
 position: relative;
 top: 50%;
 float:left;
 -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#whmcsheader .quicklinks > a:hover {
border: 1px solid #202934; /* 2c3038*/ /* HTP */
  background-color: #323a45; /* rgba(75,83,96,0.7) */ /* HTP */
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05), inset 0px 1px 0px rgba(255,255,255,0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05), inset 0px 1px 0px rgba(255,255,255,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05), inset 0px 1px 0px rgba(255,255,255,0.05);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDQwIDM4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YjUzNWYiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjM4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: -o-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.05) 100%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#whmcsheader .quicklinks > a span {
 display: block;
 height: 18px;
 width: 20px;
}
/* Iconos menu superior (6-Mis Consultas, 4-Mis Email, 7-Anuncios, 9-FAQ, 1-Carrito) */
#whmcsheader .quicklinks > a span.link1 { background: url('../img/icons.png') no-repeat -11px -7px; }
#whmcsheader .quicklinks > a:hover span.link1 { background: url('../img/icons.png') no-repeat -11px -37px; }

#whmcsheader .quicklinks > a span.link2 { background: url('../img/icons.png') no-repeat -38px -8px; }
#whmcsheader .quicklinks > a:hover span.link2 { background: url('../img/icons.png') no-repeat -38px -37px; }

#whmcsheader .quicklinks > a span.link3 { background: url('../img/icons.png') no-repeat -71px -8px; }
#whmcsheader .quicklinks > a:hover span.link3 { background: url('../img/icons.png') no-repeat -71px -37px; }

#whmcsheader .quicklinks > a span.link4 { background: url('../img/icons.png') no-repeat -101px -8px; }
#whmcsheader .quicklinks > a:hover span.link4 { background: url('../img/icons.png') no-repeat -101px -37px; }

#whmcsheader .quicklinks > a span.link5 { background: url('../img/icons.png') no-repeat -101px -8px; }
#whmcsheader .quicklinks > a:hover span.link5 { background: url('../img/icons.png') no-repeat -101px -37px; }

#whmcsheader .quicklinks > a span.link6 { background: url('../img/icons.png') no-repeat -161px -8px; }
#whmcsheader .quicklinks > a:hover span.link6 { background: url('../img/icons.png') no-repeat -161px -37px; }

#whmcsheader .quicklinks > a span.link7 { background: url('../img/icons.png') no-repeat -191px -8px; }
#whmcsheader .quicklinks > a:hover span.link7 { background: url('../img/icons.png') no-repeat -191px -37px; }

#whmcsheader .quicklinks > a span.link8 { background: url('../img/icons.png') no-repeat -221px -8px; }
#whmcsheader .quicklinks > a:hover span.link8 { background: url('../img/icons.png') no-repeat -221px -37px; }

#whmcsheader .quicklinks > a span.link9 { background: url('../img/icons.png') no-repeat -251px -8px; }
#whmcsheader .quicklinks > a:hover span.link9 { background: url('../img/icons.png') no-repeat -251px -37px; }

#whmcsheader .quicklinks > a span.link10 { background: url('../img/icons.png') no-repeat -281px -8px; width:27px; }
#whmcsheader .quicklinks > a:hover span.link10 { background: url('../img/icons.png') no-repeat -281px -37px; width:27px; }

#whmcsheader .quicklinks > a:hover > span {
 background-position-y: -37px !important;
}

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

#whmcsheader .nav > li.dropdown {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  	border-radius: 5px;
 	top:50%;
	margin-top:-19px;
	margin-right: 35px;
	border: 2px solid #202934; /* 2c3038 */ /* HTP */
	background-color: #27303b; /* 4b5260 */ /* HTP */
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
	box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5NyAzNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGI1MzVmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOTciIGhlaWdodD0iMzQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
	background-image: -o-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
	background-image: linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);*/
	font-size: 110%;
	/*text-shadow: 0 -1px 0 #3d4551;*/ /* HTP */
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

#whmcsheader .nav > li.dropdown:hover {
background-color: #323a45; /* 545c6a */
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#whmcsheader .nav li.dropdown > a {
 color: #fff;
 display: block;
 height: 20px;
 padding: 7px 15px;
 text-align: center;
 text-decoration: none;
}

#whmcsheader ul.dropdown-menu {
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
margin-right: 35px;
    margin-top: -5px;
    padding: 9px;
    padding-top: 3px;
}

#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 {
 border: 1px solid #202934; /* b8bfc7 */ /* HTP */
  background-color: #27303b; /* eff3f7 */ /* HTP */
 cursor: pointer;
 display: block;
 font-weight: bold;
 line-height: 18px;
 margin-bottom: 0;
 text-align: left;
 text-decoration: none;
 zoom: 1;
    color: #b3c1cc; /* 616b7f */ /* HTP */
	/*text-shadow: 0px 1px 0px white;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 13px;
	font-size: 110%;
	background-clip: border-box;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-top: 6px;
	/*background-image: linear-gradient(bottom, rgba(239,243,247,0) 0%, rgba(255,255,255,.44) 100%);*/ /* HTP */
}

/*#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: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -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-color: #323a45; /* white */ /* HTP */
}

#whmcsheader ul.dropdown-menu li a:active{
  background-color: #323a45; /* e2e8ef */ /* HTP */
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
}
#whmcsheader ul.dropdown-menu li a.logout {
 background: #27303b; /* b80000 */ /* HTP */
 border-color: #202934 !important; /* 6f1212 */ /* HTP */
 display: inline-block;
 margin-top: 0;
 -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 2px rgba(0,0,0,0.1);
 -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 2px rgba(0,0,0,0.1);
 box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.1), inset 0px -1px 2px rgba(0,0,0,0.1);
color: white;
text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}

ul.dropdown-menu li a.logout:hover {
 background-color: #323a45 !important; /* d80000 */ /* HTP */
}

ul.dropdown-menu li a.logout:active {
 background-color: #323a45 !important; /* 980000 */ /* HTP */
 -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3) !important;
 -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3) !important;
 box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3) !important;
}

.selectboxit-arrow {
	background: url("../img/arrow_down.png") no-repeat !important;
	 right: 11% !important;
    top: 45% !important;
}

select {
-webkit-appearance: none;
/*-moz-appearance: none;*/ /* HTP */ /* QUITADO PARA QUE MUESTRE LA FLECHA EN LA SELECCION DE PERIODO EN DISPONIBILIDAD DE DOMINIO EN VENTANA EMERGENTE TEMPLATE domainoptions.tpl- cart.php?a=add&pid=1 */
appearance: none;
border: 2px solid #202934; /* b8bfc7 */ /* HTP */
background-color: #323a45; /* eff3f7 */ /* HTP */
 cursor: pointer;
 display: block;
 font-family: "Open Sans", Arial, sans-serif;
 font-size: 13px;
 font-weight: 300;
 line-height: 18px;
 margin-bottom: 0;
 text-align: left;
 text-decoration: none;
 zoom: 1;
    color: #ffffff !important; /* 9199a0 */ /* HTP **/
	text-shadow: 0px 1px 0px white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 7px;
	padding: 4px 13px;
	background-clip: border-box;
	/*background-image: linear-gradient(bottom, rgba(239,243,247,0) 0%, rgba(255,255,255,.44) 100%);*/
}

.select-arrow {
	position:relative;
	display:none;
	background: #323a45 url('../img/icons.png') no-repeat -189px -126px; /* eff3f7 */ /* HTP */
	padding-top: 1px;
	padding-left: 17px;
	z-index: 9;
	cursor:pointer;
}

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

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


/* Sidebar */

#sidebar {
 float: left;
 width: 290px;
}

.nav-link {
	border-right: 1px solid #323A45; /* ccd1d7 */ /* HTP */
}

.sidebar-mobile {
float: none !important;
	position: fixed;
	left:0;
	top:0;
	height:100%;
	overflow-y: auto;
}

#sidebar .logo, .logo-clone {
  background: #27303b; /* 222 */ /* HTP */
  font-size: 24px;
  line-height: 1em;
 min-height: 70px;
  border-right: 1px solid #27303b; /* 25282f */ /* HTP */
  padding: 21px 20px;
  background: url('../img/header-left.png') repeat-x;
  background-color: #27303b; /* 282c34 */ /* HTP */
}

#sidebar .logo a {
  display: block;
  color: #fff;
  height: auto;
  text-decoration: none;
}

#sidebar .logo img {
  max-width: 100%;
}

.kbsearch { margin: 20px; }

.kbsearch input[type=text] {
  width: 100%;
  border: 2px solid #202934; /* c9cdd2 */ /* HTP */
  -moz-border-radius: 5px; /* 17 */ /* HTP */
  -webkit-border-radius: 5px; /* 17 */ /* HTP */
  border-radius: 5px; /* 17 */ /* HTP */
  /*-moz-box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(196,203,213,.25);
  -webkit-box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(196,203,213,.25);
  box-shadow: 0 2px 2px rgba(255,255,255,.1), inset 0 1px 2px rgba(196,203,213,.25); */ /* HTP */
  font-size: 120%;
  padding: 6px 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #323a45 url("../img/kbsearch.png") no-repeat 15px center; /* HTP */
  padding-left: 35px;
}

input[type=text]:hover {
  /*border: 1px solid #202934;*/ /* 9ea6af */ /* HTP Amplia el input al pasar el mouse en el Newsletter */
}

input[type=text]:focus {
 border: solid 2px #202934; /* 0f90c4 */ /* HTP */ 
 /*-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); */ /* HTP color Azul border input 19-02-2016 */
 outline: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.domaincheck .bigfield, .domaincheck .bigfield:focus {
	/*height: 32px !important;*/
	padding: 0 12px;
}

.navbar {
 font-size: 110%;
 	/*border-top: 10px solid #27303B; /* BEC3CC */ /* HTP */ 
 	border: 4px solid #202934; /* HTP */
 	border-radius: 5px; /* HTP */
}

.navbar ul {
  padding: 0;
}

.navbar ul li a {
  border-bottom: 1px solid #202934; /* bec3cc */ /* HTP */
  background: #27303B; /* dbdfe5 */ /* HTP */
  text-decoration: none;
  color: #B3C1CC; /* 888e99 */ /* HTP */ 
  font-size: 115%;
  /* text-shadow: 0 1px 0 rgba(255,255,255,.75); */ /* HTP */
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  /*-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);*/ /* HTP */
}

.navbar ul li.active a.nav-link,.navbar ul li.active a.nav-link:hover  {
	border-right: 1px solid #323a45 !important; /* 007ca1 */ /* HTP */
	border-top: 1px solid #202934 !important; /* 007ca1 */ /* HTP */
	border-bottom: 1px solid #202934 !important; /* 007ca1 */ /* HTP */
	background-color: #323A45 !important; /* 18a2ca */ /* HTP */
	color: white;
	margin-top: -1px;
	background-image: linear-gradient(bottom, rgba(0,90,116,.1) 0%, rgba(0,198,255,.1) 100%);
	border-left-style: none !important;
	border-left-color: inherit !important;
	border-left-width: medium;
}

.navbar ul li.active a.nav-link.open {
	border-bottom: 1px solid #202934 !important; /* 3B434D */ /* HTP */
}

.navbar ul li > a span {
 float: left;
 height: 17px;
 margin-right: 10px;
 margin-top: 3px;
 width: 20px;
}

/** Iconos Inicio **/
.navbar ul li > a span.link1 { background: url('../img/icons.png') no-repeat -11px -171px; }
.navbar ul li.active > a span.link1 { background: url('../img/icons.png') no-repeat -11px -201px; }

/** Iconos Servicios **/
.navbar ul li > a span.link2 { background: url('../img/icons.png') no-repeat -41px -172px; }
.navbar ul li.active > a span.link2 { background: url('../img/icons.png') no-repeat -41px -203px; height: 18px; }
	.navbar ul li > a span.link2-1 { background: url('../img/icons.png') no-repeat -11px -247px; }
	.navbar ul li > a span.link2-2 { background: url('../img/icons.png') no-repeat -42px -248px; }
	.navbar ul li > a span.link2-3 { background: url('../img/icons.png') no-repeat -72px -248px; }
	.navbar ul li > a span.link2-4 { background: url('../img/icons.png') no-repeat -100px -247px; }

	.navbar ul li > a:hover span.link2-1 { background: url('../img/icons.png') no-repeat -11px -277px; }
	.navbar ul li > a:hover span.link2-2 { background: url('../img/icons.png') no-repeat -42px -278px; }
	.navbar ul li > a:hover span.link2-3 { background: url('../img/icons.png') no-repeat -72px -278px; }
	.navbar ul li > a:hover span.link2-4 { background: url('../img/icons.png') no-repeat -100px -277px; }

/** Iconos Dominios **/
.navbar ul li > a span.link3 { background: url('../img/icons.png') no-repeat -72px -172px; }
.navbar ul li.active > a span.link3 { background: url('../img/icons.png') no-repeat -72px -202px; }
	.navbar ul li > a span.link3-1 { background: url('../img/icons.png') no-repeat -11px -323px; }
	.navbar ul li > a span.link3-2 { background: url('../img/icons.png') no-repeat -42px -323px; }
	.navbar ul li > a span.link3-3 { background: url('../img/icons.png') no-repeat -72px -323px; }
	.navbar ul li > a span.link3-4 { background: url('../img/icons.png') no-repeat -101px -323px; }
	.navbar ul li > a span.link3-5 { background: url('../img/icons.png') no-repeat -131px -322px; }

	.navbar ul li > a:hover span.link3-1 { background: url('../img/icons.png') no-repeat -11px -353px; }
	.navbar ul li > a:hover span.link3-2 { background: url('../img/icons.png') no-repeat -42px -353px; }
	.navbar ul li > a:hover span.link3-3 { background: url('../img/icons.png') no-repeat -72px -353px; }
	.navbar ul li > a:hover span.link3-4 { background: url('../img/icons.png') no-repeat -101px -353px; }
	.navbar ul li > a:hover span.link3-5 { background: url('../img/icons.png') no-repeat -131px -352px; }

/** Iconos Facturas **/
.navbar ul li > a span.link4 { background: url('../img/icons.png') no-repeat -102px -172px; }
.navbar ul li.active > a span.link4 { background: url('../img/icons.png') no-repeat -102px -203px; }
	.navbar ul li > a span.link4-1 { background: url('../img/icons.png') no-repeat -11px -395px; }
	.navbar ul li > a span.link4-2 { background: url('../img/icons.png') no-repeat -41px -396px; }
	.navbar ul li > a span.link4-3 { background: url('../img/icons.png') no-repeat -72px -395px; }
	.navbar ul li > a span.link4-4 { background: url('../img/icons.png') no-repeat -72px -247px; }
	.navbar ul li > a span.link4-5 { background: url('../img/icons.png') no-repeat -101px -396px; }

	.navbar ul li > a:hover span.link4-1 { background: url('../img/icons.png') no-repeat -11px -426px; }
	.navbar ul li > a:hover span.link4-2 { background: url('../img/icons.png') no-repeat -41px -427px; }
	.navbar ul li > a:hover span.link4-3 { background: url('../img/icons.png') no-repeat -72px -426px; }
	.navbar ul li > a:hover span.link4-4 { background: url('../img/icons.png') no-repeat -72px -277px; }
	.navbar ul li > a:hover span.link4-5 { background: url('../img/icons.png') no-repeat -101px -427px; }

/** Iconos Soporte **/
.navbar ul li > a span.link5 { background: url('../img/icons.png') no-repeat -132px -172px; }
.navbar ul li.active > a span.link5 { background: url('../img/icons.png') no-repeat -132px -202px; }
	.navbar ul li > a span.link5-1 { background: url('../img/icons.png') no-repeat -10px -473px; }
	.navbar ul li > a span.link5-2 { background: url('../img/icons.png') no-repeat -41px -472px; }
	.navbar ul li > a span.link5-3 { background: url('../img/icons.png') no-repeat -72px -472px; }
	.navbar ul li > a span.link5-4 { background: url('../img/icons.png') no-repeat -100px -474px; }
	.navbar ul li > a span.link5-5 { background: url('../img/icons.png') no-repeat -130px -472px; }
	.navbar ul li > a span.link5-6 { background: url('../img/icons.png') no-repeat -160px -472px; }

	.navbar ul li > a:hover span.link5-1 { background: url('../img/icons.png') no-repeat -10px -503px; } 
	.navbar ul li > a:hover span.link5-2 { background: url('../img/icons.png') no-repeat -41px -502px; }
	.navbar ul li > a:hover span.link5-3 { background: url('../img/icons.png') no-repeat -72px -502px; }
	.navbar ul li > a:hover span.link5-4 { background: url('../img/icons.png') no-repeat -100px -504px; }
	.navbar ul li > a:hover span.link5-5 { background: url('../img/icons.png') no-repeat -130px -502px; }
	.navbar ul li > a:hover span.link5-6 { background: url('../img/icons.png') no-repeat -160px -502px; }

/** Iconos Mis Email **/
.navbar ul li > a span.link6 { background: url('../img/icons.png') no-repeat -162px -172px; }
.navbar ul li.active > a span.link6 { background: url('../img/icons.png') no-repeat -162px -202px; }

/** Iconos Abrir Nueva Consulta **/
.navbar ul li > a span.link13 { background: url('../img/icons.png') no-repeat -312px -172px; }
.navbar ul li.active > a span.link13 { background: url('../img/icons.png') no-repeat -312px -202px; }

/** Iconos Informar un Pago **/
.navbar ul li > a span.link14 { background: url('../img/icons.png') no-repeat -342px -172px; }
.navbar ul li.active > a span.link14 { background: url('../img/icons.png') no-repeat -342px -202px; }


/** Iconos Afiliaciones Logueado **/
.navbar ul li > a span.link7 { background: url('../img/icons.png') no-repeat -192px -172px; }
.navbar ul li.active > a span.link7 { background: url('../img/icons.png') no-repeat -192px -202px; }

/** Iconos Anuncios **/
.navbar ul li > a span.link8 { background: url('../img/icons.png') no-repeat -221px -172px; }
.navbar ul li.active > a span.link8 { background: url('../img/icons.png') no-repeat -221px -202px; }

/** Iconos FAQ **/
.navbar ul li > a span.link9 { background: url('../img/icons.png') no-repeat -252px -172px; }
.navbar ul li.active > a span.link9 { background: url('../img/icons.png') no-repeat -252px -202px; }


/** Iconos Estado de Red **/
.navbar ul li > a span.link10 { background: url('../img/icons.png') no-repeat -281px -173px; }
.navbar ul li.active > a span.link10 { background: url('../img/icons.png') no-repeat -281px -203px; }

/** Iconos Afiliaciones no logueado **/
.navbar ul li > a span.link11 { background: url('../img/icons.png') no-repeat -192px -172px; }
.navbar ul li.active > a span.link11 { background: url('../img/icons.png') no-repeat -192px -202px; }

/** Iconos Contacto **/
.navbar ul li > a span.link12 { background: url('../img/icons.png') no-repeat -162px -172px; }
.navbar ul li.active > a span.link12 { background: url('../img/icons.png') no-repeat -162px -202px; }

.nav-sep {
 border-right: 1px solid #27303B !important; /* BEC4CC */ /* HTP */
    /*-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3) !important;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3) !important;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.3) !important;*/ /* HTP */
    -moz-box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
    -webkit-box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
    box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
    height: 51px !important;
    margin: -15px 15px 0 0 !important;
    width: 7px !important;
    color: #BEC4CC;  
}

.sub-nav-sep {
 border-right: 1px solid #202934; /* 363e49 */ /* HTP */
    height: 42px !important;
    margin: -11px 15px 0 0 !important;
    width: 7px !important;
    list-style:none;
}

li.active .nav-sep {
	border-color: #202934 !important; /* 007da1 */ /* HTP */
    /*-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) !important;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) !important;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) !important;*/
    -moz-box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
    -webkit-box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
    box-shadow: 1px 0 0 rgba(32, 41, 52, 2.3) !important;
}

.navbar ul li > a span.arrow {
 float: right;
 height: 7px;
 margin-right: 0;
 margin-top: 8px;
 width: 10px;
}

.navbar ul li > a span.arrow { background: url('../img/icons.png') no-repeat -15px -552px; }
.navbar ul li > a.open span.arrow { background: url('../img/icons.png') no-repeat -44px -552px; }
.navbar ul li.active > a span.arrow { background: url('../img/icons.png') no-repeat -76px -552px; }
.navbar ul li.active > a.open span.arrow { background: url('../img/icons.png') no-repeat -106px -552px; }

.navbar ul li a.open:hover {
	background-color: #323A45; /* fcfdff */ /* HTP */
}

.navbar ul li a:hover, .navbar ul li a.open {
  border-color: #323a45; /* b0b6c0 */ /* HTP */
  background: #323a45; /* fcfdff */ /* HTP */
  /*-moz-box-shadow: 0 2px 3px rgba(69,75,84,.07), inset 0 -1px 3px rgba(156,163,175,.1);
  -webkit-box-shadow: 0 2px 3px rgba(69,75,84,.07), inset 0 -1px 3px rgba(156,163,175,.1);
  box-shadow: 0 2px 3px rgba(69,75,84,.07), inset 0 -1px 3px rgba(156,163,175,.1);
/* HTP *//*  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI5OCA1MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTVlOGVjIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC41NCIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI5OCIgaGVpZ2h0PSI1MCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, rgba(230,233,237,.3) 0%, rgba(255,255,255,.54) 100%);
  background-image: -o-linear-gradient(bottom, rgba(230,233,237,.3) 0%, rgba(255,255,255,.54) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(230,233,237,.3) 0%, rgba(255,255,255,.54) 100%);
  background-image: linear-gradient(bottom, rgba(230,233,237,.3) 0%, rgba(255,255,255,.54) 100%);
*/
  color: #ffffff; /* 5d646f */ /* HTP */
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar ul li a.open {
  border-bottom: 1px solid #202934; /* 3b434d */ /* HTP */
}

.navbar ul li a img {
  margin-top: 7px;
}

.navbar ul li.toggle ul {
  display: none;
}

.navbar ul li.toggle ul li a {
  border-bottom: 1px solid #202934; /* 3b434d */ /* HTP */
  background-color: #323d45; /* 464d59 */ /* HTP */
  color: #b3c1cc; /* 9ea8b4 */ /* HTP */
  display: block;
  font-size: 105%;
  /* text-shadow: 0 -1px 0 rgba(42,50,61,.25); */ /* HTP */
  padding: 10px 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar ul li.toggle ul li:first-child a {
  -moz-box-shadow: inset 0 2px 2px rgba(24,27,33,.15) !important;
  -webkit-box-shadow: inset 0 2px 2px rgba(24,27,33,.15) !important;
  box-shadow: inset 0 2px 2px rgba(24,27,33,.15) !important;
}

.navbar ul li.toggle ul li:last-child a {
  -moz-box-shadow: inset 0 -2px 2px rgba(24,27,33,.15) !important;
  -webkit-box-shadow: inset 0 -2px 2px rgba(24,27,33,.15) !important;
  box-shadow: inset 0 -2px 2px rgba(24,27,33,.15) !important;
}

.navbar ul li.toggle ul li a:hover {
  background-image: none;
  background-color: #323a45; /* 5b6575 */ /* HTP */
  -moz-box-shadow: inset 0 2px 2px rgba(255,255,255,.02), inset 0px 1px 0px rgba(255,255,255,0.05);
  -webkit-box-shadow: inset 0 2px 2px rgba(255,255,255,.02), inset 0px 1px 0px rgba(255,255,255,0.05);
  box-shadow: inset 0 2px 2px rgba(255,255,255,.02), inset 0px 1px 0px rgba(255,255,255,0.05);
  color: #b3c1cc; /* d3ddeb */ /* HTP */
}

#languagechooser {
  padding: 20px;
}


/* Main Content */

#whmcscontent {
 height: auto !important;
 height: 100%;
 margin-left: 290px;
 min-height: 100%;
 position: relative;
 min-width: 320px;
}

/*
.contentpadded {
 border-left: 1px solid #ccd1d7;
}
*/
#whmcscontent .toggle-sidebar {
 display: none;
}

.sidebar-margin {
overflow:hidden;
position:fixed !important;
left:290px;
min-width:640px !important;
}

.internalpadding, .well {
 background-position: 0% 0%;
	margin-right: 20px;
	/* background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(250,253,255,0)); */
	background-color: #323a45; /* fff */ /* HTP */
	background-repeat: repeat;
	background-attachment: scroll;
	border: solid 4px #202934; /* HTP */
}

.well {
border: 4px solid #202934; /* c5cad2 */ /* HTP */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #323a45; /* e1e5e9 */ /* HTP */
/*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(61,80,103,.05), inset 0px 1px 0px rgba(255,255,255,0.2), inset 0px 1px 2px rgba(255,255,255,0.1);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(61,80,103,.05), inset 0px 1px 0px rgba(255,255,255,0.2), inset 0px 1px 2px rgba(255,255,255,0.1);
box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(61,80,103,.05), inset 0px 1px 0px rgba(255,255,255,0.2), inset 0px 1px 2px rgba(255,255,255,0.1);
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDgzOCAxMzciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGZlNSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI4MzgiIGhlaWdodD0iMTM3IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
background-image: -moz-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: -o-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);*/
 margin-right: 0;
 margin-top: 20px;
 padding: 20px;
 margin-bottom:20px; /* HTP */
}

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

.internalpadding h2 {
 /*-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; */
	background-color: #27303b; /* e5e8ed */ /* HTP */
	border-bottom: solid 4px #202934; /* HTP */
	/*-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,.05), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.4); */
	/*border: solid 4px #202934; /* c6cbd2 */ /* HTP */
	/*background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(219,223,229,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(219,223,229,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(219,223,229,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(219,223,229,0));
	background-image: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(219,223,229,0));*/
	font-weight: 300;
	padding: 12px 20px;
	margin-bottom: 0;
	color: #b3c1cc; /* 575F6C */ /* HTP */
	font-size: 20px;
	text-shadow: 0px 1px 0px white;
}

.row .innercontent {
 padding: 20px;
}

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

.row .innercontent p:first-child {
 margin-top: 0;
}

.row .innercontent p:last-child {
 margin-bottom: 0;
}

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

.invoice-footer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.invoice-footer .btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Form elements */

.btn {
 border: 2px solid #202934; /* b8bfc7 */ /* HTP */
 background-color: #27303b; /* eff3f7 */ /* HTP */
 cursor: pointer;
 display: inline-block;
 font-weight: bold;
 line-height: 18px;
 margin-bottom: 0;
 text-align: center;
 text-decoration: none;
 zoom: 1;
    color: #b3c1cc; /* ffffff 616b7f */ /* HTP */
	/*text-shadow: 0px 1px 0px white;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 13px;
	font-size: 110%;
	background-clip: border-box;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background-image: linear-gradient(bottom, rgba(239,243,247,0) 0%, rgba(255,255,255,.44) 100%); 
}

.btn-primary, .btn-success {
  /*-moz-box-shadow: linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);*/
  }

.btn-primary {
 border: 2px solid #202934; /*007ca1 */ /* HTP */
 background-color: #27303b; /* 1799c5 */ /* HTP */ 
 color: #b3c1cc; /* fff */ /* HTP */
 padding: 12px 24px; /* HTP */
}

.btn-success {
 border: 2px solid #202934; /* 628a2a */ /* HTP */
  background-color: #27303b; /* 85b13b */ /* HTP */
 color: #fff;
}

.btn:hover {
  background-color: #323a45; /* white */ /* HTP */
}

.btn:active {
  background-color: #323a45; /*323a4 e2e8ef */ /* HTP */
  /*-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;*/
}

.btn-primary:hover {
  background-color: #323a45; /* 17a6d5 */ /* HTP */
}

.btn-primary:active {
  border-color: #202934; /* 0c6c99 */ /* HTP */
  background-color: #323a45; /* 0f8fb9 */ /* HTP */
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important; 
}

.btn-success:hover {
  background-color: #323a45; /* 8fbf3d */ /* HTP */
}

.btn-success:active {
  background-color: #323a45; /* 7ba337 */ /* HTP */
  border-color: #202934; /* 668c25 */ /* HTP */
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1) !important;
}

.btn-group > .btn {
 float: none;
}

input[type=text], input[type=password], input[type=email], input[type=file] {
 background-position: 0% 0%;
	border: 2px solid #202934; /* c9cdd2 */ /* HTP */
	-moz-border-radius: 5px; /* 17 */ /* HTP */
	-webkit-border-radius: 5px; /* HTP */
	border-radius: 5px; /* 17 */ /* HTP */
	background-color: #323A45; /* #27303b QUITADO POR EL FORMULARIO */ /* HTP */
	padding: 6px 12px; 
	-moz-transition: -moz-box-shadow 0.3s;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	height:48px; /* HTP */ /* 11-03-2017 */
	/*background-image: linear-gradient(to bottom, rgba(0,0,0,.02), rgba(255,255,255,.01));
	background-repeat: repeat;
	background-attachment: scroll;*/ /* HTP */
	/*width: 50%; */
}
textarea {
	background-position: 0% 0%;
	border: 2px solid #202934; /* c9cdd2 */ /* HTP */
	-moz-border-radius: 5px; /* 17 */ /* HTP */
	-webkit-border-radius: 5px; /* HTP */
	border-radius: 5px; /* 17 */ /* HTP */
	background-color: #323A45; /* #27303b QUITADO POR EL FORMULARIO */ /* HTP */
	padding: 6px 12px; 
	-moz-transition: -moz-box-shadow 0.3s;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
	color: #ffffff;
}
/*
textarea {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 color:#fff; 
}
*/
input:focus, select:focus, textarea:focus {
 border: solid 2px #202934; /* 0f90c4 */ /* HTP */
 /*-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); */ /* HTP color Azul border input 19-02-2016 */
 outline: none;
 color: #b3c1cc; /* HTP */
 /*padding: 12px 24px; /* HTP Amplia el input del Newsletter al posicionar */
}

input[type=text] {
color: #b3c1cc !important; /*fff 8f939a */ /* HTP */
}

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 {
 border: 4px solid #202934; /* 457f17 */ /* HTP */
	color: #b3c1cc; /* fff */ /* HTP */
	margin: 15px 0 !important;
	overflow: hidden;
	/* background-image: linear-gradient(to top, rgba(1,2,2,.2), rgba(255,255,255,.2)); */ /* HTP */
}

.alert-success {
border: 4px solid #202934; /* 6b942a */ /* HTP */
background-color: #323a45; /* 80ad3b */ /* HTP */
	color: #ffffff; /* d9ff90 */ /* HTP */
	font-size: 15px;
	/* background-image: linear-gradient(bottom, rgba(129,173,59,0) 0%, rgba(255,255,255,.13) 100%, rgba(129,173,59,.13) 100%, rgba(129,173,59,.13) 100%); */ /* HTP */
}

.alert-danger,
.alert-error {
border: 4px solid #202934; /* 7f2020 */ /* HTP */
background-color: #323a45; /* a72f2f */ /* HTP */
	color: #ffffff; /* ffbbbb */ /* HTP */
	font-size: 15px;
	/* background-image: linear-gradient(bottom, rgba(167,47,47,0) 0%, rgba(255,121,111,.2) 100%, rgba(129,173,59,.2) 100%); */ /* HTP */
}

.alert strong {
 color: #b3c1cc !important; /* white */ /* HTP */
 font-size: 18px;
 font-weight: 700;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.alert-warning, .alert-warn {
 background-color: #323a45; /* ffb400 */ /* HTP */
 border-color: #202934; /* c57900 */ /* HTP */
/* 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)); */ /* HTP */
}

.alert-info {
border: 4px solid #202934; /* 434b57 */ /* HTP */
background-color: #323a45; /* 4b5361 */ /* HTP */
	color: #ffffff; /* e1e9f5 */ /* HTP */
	font-size: 15px;
	/* background-image: linear-gradient(bottom, rgba(76,84,97,0) 0%, rgba(154,169,194,.2) 100%, rgba(255,255,255,.2) 100%); */ /* HTP */
}

.alert-info .icon {
	display: block;
	background: url('../img/alert-info.png') no-repeat center center;
	float: left;
	margin-right: 10px;
    margin-top: 4px;
	width: 36px; 
	height: 36px;
}

.alert-success .icon {
	display: block;
	background: url('../img/alert-success.png') no-repeat center center;
	float: left;
	margin-right: 10px;
    margin-top: 4px;
	width: 36px; 
	height: 36px;
}

.alert-error .icon {
	display: block;
	background: url('../img/alert-error.png') no-repeat center center;
	float: left;
	margin-right: 10px;
    margin-top: 4px;
	width: 36px; 
	height: 36px;
}

.alert a {
 color: #fff !important;
}

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

/* Table Styling */

.table-framed {
	border-left: 4px solid #202934 !important; /* ced2d9 */ /* HTP */
	border-right: 4px solid #202934 !important; /* ced2d9 */ /* HTP */
	border-bottom: 4px solid #202934 !important; /* ced2d9 */ /* HTP */
	border-top: 4px solid #202934 !important;  /* HTP */
	/*-moz-box-shadow: 0 2px 2px rgba(42,51,65,.04), 0 0 4px rgba(56,62,72,.05);
	-webkit-box-shadow: 0 2px 2px rgba(42,51,65,.04), 0 0 4px rgba(56,62,72,.05);
	box-shadow: 0 2px 2px rgba(42,51,65,.04), 0 0 4px rgba(56,62,72,.05);*/ /* HTP */
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.whmcscontainer table th a {
 color: #b3c1cc; /* 85898e */ /* HTP */
 text-decoration: none;
 /* text-shadow: 0px 1px 0px white; */ /* HTP */
 font-weight: normal;
 font-size: 14px; 
}

.whmcscontainer table th {
border: 0px solid #202934 !important; /* 2px c5cad2 */ /* HTP */
background-color: #27303b; /* e3e7eb */ /* HTP */
color: #b3c1cc; /* HTP */
/*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 2px rgba(255,255,255,0.05), 1px 0px 1px rgba(255,255,255,0.5);
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 2px rgba(255,255,255,0.05), 1px 0px 1px rgba(255,255,255,0.5);
box-shadow: 0 2px 2px rgba(0,0,0,.03), inset 0 -2px 3px rgba(168,179,193,.07), inset 0px 1px 0px rgba(255,255,255,0.1), inset 0px 1px 2px rgba(255,255,255,0.05), 1px 0px 1px rgba(255,255,255,0.5);
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDgzOCAzNyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGJkZmU1IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjgzOCIgaGVpZ2h0PSIzNyIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: -o-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);
background-image: linear-gradient(bottom, rgba(219,223,229,0) 0%, rgba(255,255,255,.2) 100%);*/ /* HTP */

}

tr.invoice-footer td {
	border-right: 0 !important;
}

tr.invoice-footer td.totaldue {
	text-align: right;
	color: #ffffff; /* 626c7f */ /* HTP */
	font-size: 17px;
}


.whmcscontainer table td {
 background-color: #323a45; /* fcfcfc */ /* HTP */
 color: #ffffff; /* HTP */
}

table td.textcenter .btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 15px;
}

.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, .searchbox { /* HTP */
	background-clip: padding-box;
	background-color: #323a45; 
	border: 4px solid #202934;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 0;
	margin-top: 20px;
	padding: 0 20px;
	margin-bottom:20px; 
	line-height: 55px;
	color: #b3c1cc;
}
.searchbox input[type=text], .searchbox2 input[type=text] {
background-color: #323a45; /* rgba(46,52,62,.81) */ /* HTP */
/* -moz-box-shadow: 0 1px 2px rgba(255,255,255,.04), inset 0 1px 2px rgba(25,28,32,.41);
-webkit-box-shadow: 0 1px 2px rgba(255,255,255,.04), inset 0 1px 2px rgba(25,28,32,.41);
box-shadow: 0 1px 2px rgba(255,255,255,.04), inset 0 1px 2px rgba(25,28,32,.41);
border: 0; */ /* HTP */
border: 2px solid #202934; /* HTP */
color: #fff; /* 757d89 */ /* HTP */
margin-top: 7px;
margin-right: 10px;
}

.searchbox button, .searchbox2 button {
	-webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
 margin-top:7px;
  border: 2px solid #202934; /* 2c3038 */ /* HTP */
  background-color: #323a45; /* 4b5260 */ /* HTP */
  /*-moz-box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
  box-shadow: 0 2px 2px rgba(0,0,0,.08), inset 0 2px 3px rgba(255,255,255,.05);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5NyAzNCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGI1MzVmIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOTciIGhlaWdodD0iMzQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: -o-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);
  background-image: linear-gradient(bottom, rgba(75,83,96,0) 0%, rgba(255,255,255,.03) 100%);*/ /* HTP */
  font-size: 110%;
  /*text-shadow: 0 -1px 0 #3d4551;*/ /* HTP */
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: white;
}

.table_title button:hover,.searchbox button:hover, .searchbox2 button:hover {
	background-color: #323d45 !important; /* 545c6a */ /* HTP */
}

.table_title button:active,.searchbox button:active, .searchbox2 button:hover {
	background-color: #323d45 !important; /* 4b5260 */ /* HTP */
}


.table_title h3 {
 font-weight: normal;
 margin: 0;
 text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.table_title strong {
	color: #ffffff; /* bbc6d9 */ /* HTP */ 
}

.table_title a.btn {
 float: right;
 padding: 5px 11px;
 margin-top: 11px;
border-color: #202934; /* 333941 */ /* HTP */
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
background-clip: padding-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #27303b; /* 323a45 EFF3F7 */ /* HTP */
}

td.last {
  width: 1px;
  white-space: nowrap;
}

table input[type=checkbox] {
	margin: 0;
}

.dlform {
	padding: 20px 20px 33px !important;
}


/* Domain Checker */

.domainchecker span.icon {
	background: url("../img/icons.png") no-repeat -12px -129px;	
float: left;
    height: 16px;
    margin-top: 6px;
    margin-right: 12px;
    width: 16px;
}

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

.domainresults{
	width: 100%;
	background: #000000; /* HTP */ /* 13-02-2017 */
}


/* Submit a Ticket */

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

ul.departments li {
 background: #27303b url('../img/consulta.png') no-repeat 25px center; /* 343942 */ /* HTP */
/* -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); */ /* HTP */
 margin-bottom: 40px;
 border: 4px solid #202934;
 border-radius: 5px;
 width:80%;
 float:left;
 margin-right:40px;
}

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)); */ /* HTP */
 /*color: #b3c1cc; /* fff */ /* HTP */
 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: #323a45 url('../img/consultah.png') no-repeat 25px center; /* 8A2CA */ /* HTP */
 color: #fff;
}

/* Ticket View */

.whmcscontainer .ticketdetailscontainer {
 font-size: 1.1em;
 font-weight: bold;
 margin: 10px 0 20px 0;
 padding: 8px;
 text-align: center;
 overflow: hidden;
}

.ticketdetailscontainer .innercontent {
 background: #27303b; /*  rgba(255,255,255,0.85) */ /* HTP */
 border: solid 1px #202934; /* C5CAD2 */ /* HTP */
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1), 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,.1), 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,.1), 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-position: 0% 0%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #b3c1cc; /* fff */ /* HTP */
	font-size: 115%;
	font-weight: bold;
	padding: 12px 15px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,.12), rgba(255,255,255,0));
	background-color: #27303b; /* 007fb3 */ /* HTP */
	background-repeat: repeat;
	background-attachment: scroll;
}

.ticketmsgs .clientheader {
 background: #27303b; /* 3b3b3b */ /* HTP */
}

.ticketmsgs .adminmsg, .ticketmsgs .clientmsg {
 -moz-border-radius: 0 0 5px 5px;
 -webkit-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
 border-top: 0;
 margin: 0 0 20px;
 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-position: 0% 0%;
	/*padding: 10px 15px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,.35), rgba(255,255,255,0));
	background-color: #eaeaea;*/
	background-repeat: repeat;
	background-attachment: scroll;
}

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

/* Login */

.whmcscontainer .logincontainer {
 background-position: 0% 0%;
	padding: 25px;
	/* background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(250,253,255,0)); */ /* HTP */
	background-color: #323a45; /* fafafa */ /* HTP */
	background-repeat: repeat;
	background-attachment: scroll;
}

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

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

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

.logincontainer label {
 line-height: 2.5em !important;
}

.logincontainer label, .logincontainer label input {
 display: block !important;
}

/* Server Status */

.serverissue {
  color: #000;
}

.serverissue strong {
  color: #000 !important;
}

/* Footer */

#whmcsfooter {
 margin: 25px 0;
}


/* Fixes */

.padding0 {
 padding: 0 !important;
}

.margin0 {
 margin: 0 !important;
}

.left {
 float: left;
}

.right {
 float: right;
}



#languagefrm {
	padding: 10px 0;
}

#languagefrm .selectboxit {
	width: 237px;
}

#languagefrm strong {
	font-weight: 700;
	text-transform: uppercase;
	color: #b3c1cc; /* 92969e */ /* HTP */
	font-size: 14px;
	float: left;
	padding-bottom: 3px;
	border-bottom: 2px solid #202934; /* d9dce1 */ /* HTP */
	letter-spacing: 0.1px;
	font-family: "Lato", sans-serif;
}

#languagefrm .selectboxit-container {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
}

.page-header {
	height: 43px;
	margin-bottom: 25px;
}

.page-subheader {
  height: 25px;
  margin-bottom: 25px;
}

.page-header h1 {
	color: #b3c1cc; /* 3f4550 */ /* HTP */
	font-size: 23px;
	font-weight: 300;
}

.whmcscontainer .quick-stats {
	margin-bottom: 25px;
	margin-right: -3%;
 overflow: hidden;
}

.whmcscontainer .quick-stats .col4 {
 margin-right: 3%;
 width: 22%;
}

.whmcscontainer .statbox {
height: 125px;
border: 4px solid #202934; /* ced2d9 */ /* HTP */
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #323a45; /* fff */ /* HTP */
/* -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); */ /* HTP */
/* -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); */ /* HTP */
/* 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); */ /* HTP */
text-align: center;
text-decoration: none;
}

.whmcscontainer .statbox h2 {
	color: #b3c1cc; /* 92969e */ /* HTP */
	font-size: 15px;
	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 #202934; /* E6E9ED */ /* HTP */
	display: inline-block;
}

.whmcscontainer .statbox h3 {
	font-size: 50px;
	color: #ffffff; /* 4f5865 */ /* HTP */ 
	margin: 0;
	padding-top: 15px;
}

.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #323d45 !important; /* F4F6F9 */ /* HTP */
}

.whmcscontainer .page-header {
	/* border-bottom: 1px solid #dbdfe5; 
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.5); */  /* HTP */
}

.well h2 {
	color: #b3c1cc; /* 575f6c */ /* HTP */
	font-weight: 300;
	text-shadow: 0px 1px 0px white;
	font-family: "Lato", sans-serif;
}

.opentickets span.icon {
	background: url("../img/icons.png") no-repeat -43px -127px;	
float: left;
    height: 16px;
    margin-top: 20px;
    margin-right: 12px;
    width: 16px;
}

.dueinvoices span.icon {
	background: url("../img/icons.png") no-repeat -72px -127px;	
float: left;
    height: 17px;
    margin-top: 19px;
    margin-right: 12px;
    width: 16px;
}

.accountinfo span.icon {
	background: url("../img/icons.png") no-repeat -101px -127px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.accountinfo .btn {
	padding-top: 9px;
	padding-bottom: 9px;
}

.accountinfo .btn span.icon {
	background: url("../img/icons.png") no-repeat -134px -87px;	
float: left;
    height: 17px;
    margin: 1px 10px 0 0;
    width: 14px;
}

.accountview span.icon {
	background: url("../img/icons.png") no-repeat -131px -127px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.ordernew span.icon {
	background: url("../img/icons.png") no-repeat -281px -128px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.manageaccount span.icon {
	background: url("../img/icons.png") no-repeat -252px -127px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.announcementsbox span.icon {
	background: url("../img/icons.png") no-repeat -342px -128px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.twitterbox span.icon {
	background: url("../img/icons.png") no-repeat -312px -128px;	
float: left;
    height: 17px;
    margin: 18px 12px 0 20px;
    width: 18px;
}

.account-overview {
	padding: 0;
	margin: 0;
}

.account-overview li {
	border-bottom: 2px solid #202934; /* e0e3e7 */ /* HTP */
	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: #b3c1cc; /* 4e5561 */ /* HTP */
	padding-left: 20px;
	font-weight: 700;
}

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

.go-arrow {
	float: right;
	display: block;
	height: 49px;
	border-left: 2px solid #202934; /* e0e3e7 */ /* HTP */
	width: 45px;
}

.go-arrow span.icon {
	background: url("../img/icons.png") no-repeat -158px -124px;	
display: block;
float: right;
    height: 24px;
    margin-left: 12px;
    margin-top: 14px;
    width: 24px;
}

.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: #ffffff; /* dbdfe5 */ /* HTP*/
color: #27303b; /* 898f9b */ /* HTP */
font-size: 15px;
text-decoration: none;
/* text-shadow: 0px 1px 0px rgba(255,255,255,0.5); */ /* HTP */
float: left;
line-height: 21px;
text-align: center;
margin-left: 7px;
}

.account-overview .badge-active {
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: #27303b; /* 179fc9 */ /* HTP */
color: #ffffff;
font-size: 15px;
text-decoration: none;
/* text-shadow: 0px 1px 0px rgba(0,0,0,0.1);  */ /* HTP */
float: left;
line-height: 21px;
text-align: center;
margin-left: 7px;
}

.sidebar-toggle {
	background: url("../img/sidebar-toggle.png") no-repeat;
	display: block;
	width: 44px; height: 44px;
}


table.no-header {
	border-top: 4px solid #202934; /* ced2d9 */ /* HTP */
}

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

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

/* Header */

#whmcsheader .toggle-div {
 display: block;
}

#whmcsheader .quicklinks {
 display: none;
}

#whmcsheader .nav > li.dropdown {
 margin-right: 20px;
}

#whmcsheader ul.dropdown-menu {
margin-right: 20px;
}

/* Sidebar */

#sidebar {
 display: none;
}

/* Main Content */

#whmcscontent {
 margin-left: 0;
 padding: 0;
}

.contentpadded { padding: 20px; overflow: hidden; }

#whmcscontent .toggle-sidebar {
 display: block;
}

}

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

/* Header */

#whmcsheader .logo {
 border-right: 0;
 width: 100%;
}

/* 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 .page-header {
 border-bottom: 0;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 height: auto;
}

.whmcscontainer h1 small, .whmcscontainer h2 small {
 display: block;
 margin-top: 7px;
 margin-left: 0;
}

.whmcscontainer .col2half,
.whmcscontainer .col2half2,
.whmcscontainer .col4,
.whmcscontainer .col15,
.whmcscontainer .col20,
.whmcscontainer .col30,
.whmcscontainer .col40,
.whmcscontainer .col60,
.whmcscontainer .col70,
.whmcscontainer .col85 {
 float: none !important;
 margin-right: 0 !important;
 margin-top: 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-top: 6px solid #27303b; /* 1px ced2d9 */ /* HTP */
 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: 4px solid #27303b; /* 1px ccc */ /* HTP */
}

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

.no-more-tables .last {
 width: auto;
 height: 27px
}

.table_title + .no-more-tables {
 border-top: 0;
}

.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 .quick-stats {
 display: none;
}

.whmcscontainer .affiliatestatcontainer {
 width: auto;
}

.whmcscontainer .affiliatestatblock {
 float: none;
 height: 120px;
 margin: 0 0 10px;
 width: auto;
}

.whmcscontainer .affiliatestatblock h2 {
 height: auto;
 line-height: normal;
}

.fb_iframe_widget {
 display: none !important;
}

}


@media (max-width: 600px) {

/* Tabbed Navigation -> Stacked */

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

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

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

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

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

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

.nav-tabs > li > a:hover {
 background: rgba(0,0,0,0.03);
}

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