body {
	/*background: url(../img/fondo-body.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-weight: 400;
	background-color: #FFF; 
}
h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #6BA4D8;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #BADDFA;
}
h2 span {
    color: #583C80;
}
h3 {
    font-size: 28px;
    line-height: 28px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #6BA4D8;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BADDFA;
}
h5,h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #6BA4D8;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BADDFA;
}
.boton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    background-color:#ffffff;
    -webkit-border-top-left-radius:9px;
    -moz-border-radius-topleft:9px;
    border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    -moz-border-radius-topright:9px;
    border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    -moz-border-radius-bottomright:9px;
    border-bottom-right-radius:9px;
    -webkit-border-bottom-left-radius:9px;
    -moz-border-radius-bottomleft:9px;
    border-bottom-left-radius:9px;
    text-indent:0;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#583c80;
    font-family:arial;
    font-size:16px;
    font-weight:bold;
    font-style:normal;
    height:35px;
    line-height:35px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
}
.boton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
    background-color:#dfdfdf;
}
.boton:active {
    position:relative;
    top:1px;
}
table.listado_clientes {
    border-collapse: separate;
    border-spacing: 3px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
table.listado_clientes th:first-child {
    -moz-border-radius: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}
table.listado_clientes th:last-child {
    -moz-border-radius: 0 7px 0 0;
    -webkit-border-radius: 0 7px 0 0;
    border-radius: 0 7px 0 0;
}
table.listado_clientes thead, table.listado_clientes tfoot {
    background: none repeat scroll 0 0 transparent;
}
table.listado_clientes thead tr th, table.listado_clientes thead tr td, table.listado_clientes tfoot tr th, table.listado_clientes tfoot tr td {
    color: #222222;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
}
table.listado_clientes thead tr th, table.listado_clientes thead tr th a {
    color: #FFF;
    font-size: 18px;
}
table.listado_clientes thead tr th {
    background-color: #104B7D;
}
table.listado_clientes thead tr th a {
    text-decoration: underline;
}
table.listado_clientes thead tr th a:hover {
    color: #FFF;
}
table.listado_clientes tr td,
table.listado_clientes tr td p {
    font-size: 18px;
    padding: 0.3rem 0.625rem;
    line-height: 1.5rem !important;
}
table.listado_clientes tr td p {
    padding: 0px;
}
table.listado_clientes tr td a {
    color: #6BA4D8;
    font-weight: bold;
}
table.listado_clientes tr td a:hover {
    color: #104B7D;
}
table.listado_clientes tr td.actions a,
div.cabecera_llamada a,
div.cabecera_llamada button {
    margin-left: 5px; 
    background-repeat: no-repeat;
    background-position: left -5px;
    display: inline-block;
    vertical-align: top;
    width: 43px;
    height: 44px;
    text-indent: -10000px;
    outline: none;    
}
div.cabecera_llamada a,
div.cabecera_llamada button {
    width: 26px;
    height: 28px;
    margin-left: 0px;
}
div.cabecera_llamada button.btn {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: transparent;
}
table.listado_clientes tr td.actions a.nuevallamada {
    background-image: url('/img_panel/icono_nuevallamada.png'); 
}
table.listado_clientes tr td.actions a.editar {
    background-image: url('/img_panel/icono_editarllamada.png'); 
}
table.listado_clientes tr td.actions a.password {
    background-image: url('/img_panel/icono_cambiarpassword.png'); 
}
table.listado_clientes tr td.actions a.duplicar {
    background-image: url('/img_panel/icono_duplicar.png'); 
}
div.cabecera_llamada a.editar {
    background-image: url('/img_panel/icono_editarllamada_peque.png'); 
}
table.listado_clientes tr td.actions a.listado_llamadas {
    background-image: url('/img_panel/icono_listadollamadas.png'); 
}
table.listado_clientes tr td.actions a.borrar {
    background-image: url('/img_panel/icono_delete.png'); 
}
div.cabecera_llamada a.borrar {
    background-image: url('/img_panel/icono_delete_peque.png'); 
}
div.cabecera_llamada a.check {
	margin-left: 5px;
    background-image: url('/img_panel/icono_check.svg'); 
	background-position: left 0px;
	background-size: 20px 20px;
}

div.cabecera_llamada a.uncheck {
	margin-left: 5px;
    background-image: url('/img_panel/icono_uncheck.svg'); 
	background-position: left 0px;
	background-size: 20px 20px;
}

div.cabecera_llamada a.check:hover {
    background-image: url('/img_panel/icono_check_hover.svg'); 
	background-size: 20px 20px;
    background-position: left 0px !important;
}

div.cabecera_llamada a.uncheck:hover {
    background-image: url('/img_panel/icono_uncheck_hover.svg'); 
	background-size: 20px 20px;
    background-position: left 0px !important;
}
	
div.cabecera_llamada button.btn {
    background-image: url('/img_panel/icono_copiar_peque.png'); 
}
table.listado_clientes tr td.actions a.agenda {
    background-image: url('/img_panel/icono_agenda2.png'); 
}
table.listado_clientes tr td.actions a.llamadasatendidas {
    background-image: url('/img_panel/icono_llamadasatendidas.png'); 
}
table.listado_clientes tr td.actions a:hover {
    background-position: left -55px;
}
div.cabecera_llamada a:hover,
div.cabecera_llamada button:hover {
    background-position: left -35px;
}
div.texto_copiar {
    margin-left: -999999px;
    position: absolute;
	max-height: 1px;
	height: 1px;	
}
p.resultados {
    color: #104B7D;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 5px 0;
    text-align: center;
}
div.paging {
    padding: 6px !important;
    color: #ccc;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
span.disabled {
    color: #ccc;
    font-size: 18px;
}
span.prev {
    margin-right: 10px;
}
span.next {
    margin-left: 10px;
}
div.paging a, span.current {
    color: #888;
    margin-left: 8px;
}
span.current {
    color: #000;
}
div.paging a:hover {
    color: #000;
}
div.message {
    border-style: solid;
    border-width: 1px;
    border-color: #78a2c6;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2fafc;
    text-align: center;
}
div.ui-datepicker {
    font-size: 80% !important;
}
select.ui-datepicker-month {
    padding: 0px;
    height: auto;
    color: #000 !important;
}
select.ui-datepicker-month option {
    color: #000 !important;
}
div.textarea {
    margin-bottom: 1rem;
}
/*************************************************************************************
HEADER
*************************************************************************************/
header {
    left: auto;
    right: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    padding-bottom: 35px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url('/img_panel/header_fondo.png');
}
header div.cabecera {
    background-color: #104b7d;
}
header div.cabecera h1 {
    color: #FFF;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}
header div.cabecera h1 span {
    color: #baddfa;
}
header div.navegacion {
    background-color: #EEE;
}
header div.navegacion ul.slimmenu,
div.menu-collapser {
    margin-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    padding-right: 150px;
}
header div.navegacion ul.slimmenu li {}
header div.navegacion ul.slimmenu li a {
    color: #583c80;
    margin-right: 10px;
    font-size: 24px;
    line-height: 50px;  
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px; 
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;    
}
header div.navegacion ul.slimmenu li a.totalllamadas {
    background-image: url('/img_panel/icono_totalllamadas.png'); 
}
header div.navegacion ul.slimmenu li a.clientes {
    background-image: url('/img_panel/icono_clientes.png'); 
}
header div.navegacion ul.slimmenu li a.preguntas {
    background-image: url('/img_panel/icono_preguntas.png'); 
}
header div.navegacion ul.slimmenu li a.operadores {
    background-image: url('/img_panel/icono_operadores.png'); 
}
header div.navegacion ul.slimmenu li a.salir {
    background-image: url('/img_panel/icono_salir.png'); 
}
header div.navegacion ul.slimmenu li a.agenda {
    background-image: url('/img_panel/icono_agenda.png'); 
}
header div.navegacion ul.slimmenu li a.protocolo {
    background-image: url('/img_panel/icono_protocolo.png'); 
}
header div.navegacion ul.slimmenu li a.llamadas {
    background-image: url('/img_panel/icono_llamadas.png'); 
}
header div.navegacion ul.slimmenu li a:hover {
    color: #a9b7f3;
    background-position: left -50px;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
header img.auriculares {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2001;
}
/*************************************************************************************
SUBNAV
*************************************************************************************/
ul.subnav {
    margin-bottom: 15px;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    text-align: right;
}
ul.subnav > li {
    display: inline-block;
    float: none;
}
ul.subnav li a {
    color: #583c80;
    margin-left: 10px;
    font-size: 24px;
    line-height: 50px;  
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 50px; 
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;    
}
ul.subnav li a.nuevocliente {
    background-image: url('/img_panel/icono_nuevocliente.png'); 
}
ul.subnav li a.listadocliente {
    background-image: url('/img_panel/icono_listado.png'); 
}
ul.subnav li a.nuevapregunta {
    background-image: url('/img_panel/icono_nuevapregunta.png'); 
}
ul.subnav li a.nuevallamada {
    background-image: url('/img_panel/icono_nuevallamada.png'); 
}
ul.subnav li a.volver {
    background-image: url('/img_panel/icono_volver.png'); 
}
ul.subnav li a.nuevooperador {
    background-image: url('/img_panel/icono_nuevooperador.png'); 
}
ul.subnav li a.agenda {
    background-image: url('/img_panel/icono_agenda2.png'); 
}
ul.subnav li a:hover {
    color: #a9b7f3;
    background-position: left -50px;
    -webkit-transition: background-position 0.2s ease-in-out;
    -moz-transition: background-position 0.2s ease-in-out;
    -ms-transition: background-position 0.2s ease-in-out;
    -o-transition: background-position 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out;
}
/*************************************************************************************
SECTION
*************************************************************************************/
section {
    padding-top: 160px;
}
/*************************************************************************************
RESULTADOS
*************************************************************************************/
div.resultados {
    padding: 5px 15px !important;
}
div.resultados div {
    padding: 7px 0px;
    font-size: 16px;
    color: #104B7D;
}
div.resultados div {
    font-size: 15px;
}
div.resultados div span{
    font-size: 14px;
    color: #555;
}


.salida { color: green; }
.entrada { color: red; }

.textnotes{
    padding: 3px 3px 3px 5px;
    background-color:  #fff;
    border-radius:  5px;
    color:  #000;
    font-size: 0.8em;
    margin-top: 10px;
    display: none;
    margin-left: 13px;
}