/* CSS BASE ******************* */
body {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f8f8f8 !important;
    margin: 0px;
}

form {
    margin: 0px;
    /* Necesario para IE */
    position: relative;
    height: 100%;
}

form .parte {
    margin: 0px;
    /* Necesario para IE */
    position: relative;
    height: 30% !important;
}

img {
    border-width: 0;
}

a {color: #104a73; text-decoration: none; font-weight: bold;}

a,button {
    outline: none;
}

h2 {
    font-size: 24px;
    color: #104a73;
    font-weight: normal;
    padding: 0 0 20px 0;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #104A73;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #104A73;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

table {
    border-spacing: 0;
}

hr {
    margin: 40px auto;
    border-style: inset;
    border-width: 1px;
    border-bottom: 0;
    border-top: 1px solid #f1f1f1;
}

textarea {
    padding: 5px;
    font-size: 13px!important
}

label {
    font-weight: bold;
    font-size: 0.85em;
    display:block;
    clear:both!important;
    padding-bottom:3px;
}

.hidden, .is-hidden { display: none; }

.has-text-centered {text-align: center}

.title {
    margin-bottom: 0
}

.subtitle {
    margin-top: 10px
}

.help {
    font-size: 11px;
    max-width: 85%;
}

.help-pie-cancerpiel {
    margin: 12px 12px;
    font-size: 10px!important;
}

.bgWhite {
    background-color: white;
}

.boldColor {
    color: #104a73;
    font-weight: bold;
}

span.boldColor {
    margin-bottom: 5px;
}

.grey {
    color: #999;
}

.dark-grey {
    color: #666;
}

.mime {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
}

.text-centered {
    text-align: center!important;
}

.text-right {
    text-align: right!important;
}

.margin {
    margin: 20px auto
}

.margin-small {
    margin: 10px auto;
}

.botones-footer {
    position: absolute;
    bottom: 0
}

.item-read {
    background-color: #fff;
    border: 2px solid #0D5875;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.item-unread {
    background-color: #0D5875;
    border: 2px solid #0D5875;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.username {
    color: rgba(16,111,145,0.7);
}

.fullwidth { width: 97%; }

/* Botones */
.button {
    cursor: pointer;
    background-color: #104A73;
    border: 0;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
}

.button:hover {
    background-color: #199dd9;
}

.button-cinf-generico {
    cursor: pointer;
    background-color: #104a73;
    border: 1px solid #0D5875;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
}

.button-cinf-generico:hover {
    background-color: #199dd9;
}
.button-cinf-capiel {
    cursor: pointer;
    background-color: #104a73;
    border: 1px solid #0D5875;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
}

.button-cinf-capiel:hover {
    background-color: #199dd9;
}

.button-white {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #BBBBBB;
    color: #104A73!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
}

.button-white:hover {
    background-color: #BBBBBB;
}

.button-red {
    cursor: pointer;
    background-color: #e22424;
    border: 1px solid #a01c1c;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.1s ease;
}

.button-red:hover {
    background-color: #a01c1c;
}

.button-green {
    cursor: pointer;
    background-color: #23D160;
    border: 1px solid #26ad55;
    color: #fff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
}

.button-green:hover {
    background-color: #26ad55;
}

.button-small {
    cursor: pointer;
    background-color: #104a73;
    border: 1px solid #0D5875;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s ease;
}

.button-small:hover {
    background-color: #199dd9;
}

.button-red-small {
    cursor: pointer;
    background-color: #e72e2e;
    border: 1px solid #be2121;
    color: #ffffff!important;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s ease;
}

.button-red-small:hover {
    background-color: #be2121;
}

.button-right {
    float: right;
    margin-top: 19px;
    margin-bottom: 12px;
}

/* Tablas */
.table {
    width: 100%;
}

.table thead {
    color: #ffffff;
    background-color: #199DD9;
    text-align: left;
    font-size: 14px;
}

.table thead a {
    color: #ffffff;
}

.table thead a {
    color: #ffffff;
}

.table thead th, .table thead td {
    padding: 8px 5px;
    text-align: left;
}

.table tbody {
    color: #343434;
}

.table tbody a {
    color: #387895;
}

.table tbody tr {
    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
    background-color: #FFFFFF;
}

/*.listado tbody tr:nth-child(odd) {background-color: #ededed;}*/
.table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table tbody tr td {
    padding: 8px 5px;
    border-bottom: 1px solid #d4d4d4;
}

/*.table tbody img{max-width:18px;max-height:18px;}*/
/*
.listado {
	width:100%; 
}

.listado thead {
	color:#ffffff;
	background-color:#104a73;
	text-align:left;
	font-size:14px;
}

.listado thead a { color:#ffffff; }
.listado thead th, .listado thead td {padding:6px 15px 6px 10px; text-align:left;}

.listado tbody {
	color: #387895;
}
.listado tbody a { color:#387895; }
.listado tbody tr {
	border-collapse:collapse;
	text-align:left;
	font-size:12px;
	background-color:#FFFFFF;
}
.listado tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.listado tbody tr:nth-child(even) {
  background-color: #e4eff4;
}
	
.listado tbody tr td {
	padding:5px 15px 2px 10px;
	border-bottom:1px solid #d4d4d4;
}
.listado tbody img{
	max-width:18px;
	max-height:18px;
}*/
.tCentrada {
    text-align: center !important;
    padding: 5px 10px 5px 10px !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

/* Columnas */
.columns > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
    /*margin: 10px 20px;*/
}

.columns .column-40 {
    width: calc(100% - 60% - 60px);
}

.columns .column-60 {
    width: calc(100% - 40% - 60px);
}

/*CHECKBOOX */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 30px;
  }
  
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E93B15;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 23px;
    left: -4px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #008000;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Override jQuery UI */
.ui-dialog-title {
    color: #104A73;
    font-size: 20px;
    font-weight: bold;
}

.ui-widget input{
    font-size: 13px;
    padding: 6px 10px;
}

.ui-widget input.date{
    font-size: 13px;
    padding: 3px 10px;
}

.ui-widget button{
    font-size: 12px;
}

.ui-tabs {
    padding: 0!important;
    border: none!important;
}

.ui-tabs .ui-tabs-panel {
    padding: 0!important
}

.ui-widget-header {
    border: none!important;
    background: #ffffff;
    color: #104A73!important;
    font-weight: normal!important;
    /* font-size:16px!important; */
    font-family: Arial, sans-serif!important;
}

.ui-state-default a, .ui-state-default a:link {
    font-weight: normal!important;
    color: #104A73!important;
}

.ui-state-active a, .ui-state-active a:link {
    font-family: Arial, sans-serif!important;
    color: #104A73!important;
    font-weight: bold!important;
    border-bottom: 3px solid #104A73!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 15px;
    border: none!important;
    background: none!important;
    color: #104A73!important;
}

.ui-dialog {
    border-radius: 14px!important;
}

.ui-dialog-titlebar-close {
    right: 2em!important;
}

.ui-dialog-title {
    padding: 10px 0 0 0px;
}

.ui-dialog-content {
    padding: 2em
}

.ui-dialog .ui-dialog-content {
    background-color: #ffffff;
}
.ui-widget-content{
    background-color: #ffffff;
    background: #ffffff;
}

/*.ui-corner-all {border-radius:0!important;}*/
/*.ui-widget-content {border:none!important;background:none!important}*/
.ui-widget-overlay {
    opacity: .75 !important;
    /* Make sure to change both of these, as IE only sees the second one */
    filter: Alpha(Opacity=75) !important;
    background: rgb(0, 0, 0) !important;
    /* This will make it darker */
}

/************** MENU & HEADER ****************/
#div-menu {
    width: 100%;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

#div-menu #menu {
    float: left;
    margin-left: 20px
}

#div-menu #menu .menu-item {
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px 13px 15px;
}

#div-menu #menu .active {
    border-bottom: 3px solid #104A73
}

#div-menu #menu .menu-item a {
    color: #104A73;
    text-decoration: none;
}

#div-menu #acciones {
    float: right;
    padding: 10px 10px 0px 0px
}

#div-menu #acciones > div {
    display: inline-block;
    text-align: right;
    padding: 0;
}

#div-menu #acciones .perfil {
    margin-right: 60px;
}

#div-menu #acciones .logout {
    width: 37px;
}

#usuario {
    font-size: 12px;
    text-align: right;
    background-color: #e4e4e4;
    padding: 10px 10px 10px 0;
}

#usuario a {
    color: #333;
    text-decoration: none;
}

#usuario a:hover {
    color: #104A73
}

#header_rol {
    text-align: center!important;
}

.seccion {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.seccion-container {
    margin: 5px;
}

.seccion-container:last-child {
    padding-bottom: 0px;
    padding-top: 0;
}

.seccion h2 {
    font-size: 24px;
    color: #104A73;
}

.divVersionPre {
    color: #ff0000;
    float: right;
    margin-top: 20px;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    right: 32%;
}

.seccion-titulo {
    color: #999;
    font-size: 12px;
    padding: 20px 0 10px 0;
}

.seccion-header {
    background-color: #fff;
    padding: 0 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

/* Clases generales **************** */
.clear {
    clear: both;
    margin: 0px;
    /* Necesario para IE */
    padding: 0px;
    /* Necesario para IE */
    height: 0px;
    /* Necesario para IE */
    font-size: 0px;
    /* Necesario para IE */
}

.nopadding {
    padding: 0 !important;
}

.tnaranja {
    color: #CE943D !important;
}

.tnaranjac {
    color: #ffdead !important;
}

.t10 {
    font-size: 10px !important
}

.tCenter {
    text-align: center !important;
}

.tBold {
    font-weight: bold !important;
}

.tBold a{
    font-weight: 900 !important;
}

.tGrey {
    color: #888888 !important;
}

.tblue {
    color: #19415e !important;
}

.disabled {
    zoom: 1; filter: alpha(opacity=70);
    opacity: 0.7;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.anulado {
    opacity: 0.6;
}

.estadoActivo {
    color: #6bc400;
    font-weight: bold;
}

.estadoAnulado {
    color: #a0a0a0;
    font-weight: bold;
}

.estadoBorrador {
    color: #c17d7d;
    font-weight: bold;
}

.estadoNoActivo {
    color: #c17d7d;
    font-weight: bold;
}

/* Ocultar un div */
.oculto {
	display: none!important;
}

/* Menu */
.menu {
    margin: 0 auto;
    /*width:1000px;*/
}

/* Sistema de pestaï¿½as ***************** */
#tabs {
    /*width:1000px;*/
}

/* PANEL */
.tabla-dashboard-mensajes {
    /* tdm */
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.tabla-dashboard-mensajes td {
    padding: 5px 5px 15px 5px;
}

.tabla-dashboard-mensajes .tdm-icono {
    text-align: center;
    vertical-align: top;
}

.tabla-dashboard-mensajes .tdm-titulo a {
    font-size: 14px;
    font-weight: bold;
    color: #104a73;
    text-decoration: none;
}

.tabla-dashboard-mensajes .tdm-fecha {
    font-size: 14px;
    color: #666;
    text-align: right;
}

/* AUTO-SUGGEST - AUTOCOMPLETADO REGISTROS ****************** */
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 9px;
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('images/icon_loading.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/* iViewer jquery plugin style *************** */
.viewer {
    -ms-touch-action: none;
    width: 100%;
    height: 450px;
    outline: 1px solid #d1d1d1;
    position: relative;
}

.iviewer_common {
    position: absolute;
    bottom: 10px;
    /*border: 1px  solid #000;*/
    height: 30px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: url(images/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(images/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    background: url(images/iviewer.zoom_in.png) center center no-repeat;
}

.iviewer_zoom_out {
    left: 55px;
    background: url(images/iviewer.zoom_out.png) center center no-repeat;
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(images/iviewer.zoom_zero.png) center center no-repeat;
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(images/iviewer.zoom_fit.png) center center no-repeat;
}

.iviewer_zoom_status {
    font: 1.2em/28px sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.75);
    left: 160px;
    width: 60px;
    border-radius: 3px;
}

.iviewer_rotate_left {
    left: 227px;
    background: url(images/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
    left: 262px;
    background: url(images/iviewer.rotate_right.png) center center no-repeat;
}

.iviewer_previous {
    left: 297px;
    background: url(images/iviewer.previous.png) center center no-repeat;
}

.iviewer_previous.ro {
    opacity: 0.3;
}

.iviewer_next {
    left: 332px;
    background: url(images/iviewer.next.png) center center no-repeat;
}

.iviewer_next.ro {
    opacity: 0.3;
}

/* HEADER ****************************/
.header {    
    height: 70px;
    padding: 0;
    background: #104a73;
    background: -moz-linear-gradient(top,  #104a73 0%, #199dd9 100%);
    background: -webkit-linear-gradient(top,  #104a73 0%,#199dd9 100%);
    background: linear-gradient(to bottom,  #104a73 0%,#199dd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104a73', endColorstr='#199dd9',GradientType=0 );
}

.header .header-diraya {
    margin: 10px 0 0 10px;
    float: left;
}

.header .header-teleconsulta {
    margin: 22px 0 0 20px;
    float: left;
    color: #fff;
    font-size: 24px;
}

.header .header-sas {
    margin: 5px 10px 0 0;
    float: right;
}

.ayuda {
    width: 15px;
    height: 15px;
    background-image: url(images/ayuda.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0px 5px -3px 5px;
}

.atencion {
	color: red;
	font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
}

.cabecera {
    color: #585858;
    background-image: url(images/bg_top_header-r.gif);
    background-repeat: repeat-x;
    height: 40px;
}

.administrador {
    float: left;
    color: #585858;
    background-image: url(images/bg_top_header-c.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 25px;
    padding: 10px 230px 5px 5px;
    line-height: 25px;
}

.logout {
    position: absolute;
    right: 20px;
    height: 25px;
    padding: 0px 10px 5px;
}

.logout a, .logout a:visited {
    color: #337089;
    text-decoration: none;
}

.logout a:hover {
    color: #c7d9e2;
    text-decoration: underline;
}

.logout img {
    vertical-align: middle;
}

.logout span.centro {
    vertical-align: bottom;
}

.logout span.centro a {
    vertical-align: bottom;
}

/* FOOTER ****************************/
.footer {
    color: #636d73;
    background: #f7f3f7;
    background: -moz-linear-gradient(top, #f7f3f7 0%, #dedbde 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f3f7), color-stop(100%,#dedbde));
    background: -webkit-linear-gradient(top, #f7f3f7 0%,#dedbde 100%);
    background: -o-linear-gradient(top, #f7f3f7 0%,#dedbde 100%);
    background: -ms-linear-gradient(top, #f7f3f7 0%,#dedbde 100%);
    background: linear-gradient(to bottom, #f7f3f7 0%,#dedbde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f3f7', endColorstr='#dedbde',GradientType=0 );
    padding: 1px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid white;
}

.footer p {
    margin: 5px 0px;
}

.bloque {
    padding: 25px;
    margin-bottom: 30px;
    border: 3px solid #e4e4e4;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
}

.bloque:last-child {
    margin-bottom: 50px;
}

.titular {
    color: #337593;
    background-color: #fff;
    background-image: url(images/bg_subheader.gif);
    background-repeat: repeat-x;
    border: 1px solid #d6d9da;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

/* BUSQUEDAS ******************************************/
.titular_search {
    color: #104a73;
    font-size: 14px;
    padding: 20px 0 10px 0;
}

.search {
    font-size: 12px;
    *margin-bottom: 20px;
}

.item_search {
    display: inline-block;
    /*vertical-align: top;*/
    vertical-align: baseline;
    /*margin:0 25px 10px 0;*/
    margin: 0 15px 0 0;
    height: 50px;
}

.item_search label {
    display:block;
    clear:both!important;
    color: #999;
    font-weight: bold;
    font-size: 0.85em;
    padding-bottom: 3px;
}

.input_search {
    border: 1px solid #d1d1d1;
    padding: 6px 4px 6px 4px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select_search {
    border: 1px solid #aaa;
    padding: 5px 4px 5px 4px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*.select2-container {
    font-size: 11px!important;
}*/

.check_search {
    margin-top: 20px;
}

.registros {
    /*background-color:#e9e9e9;*/
    background: #f5f5f5;
    border-top: 1px solid #e9e9e9;
    font-size: 11px;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.registros select {
    border: 1px solid #d2d2d2;
}

/* BOTONES ********************************************************/
.btn_mostrar {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_mostrar.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_mostrar:hover {
    cursor: pointer;
    background: url(images/btn_mostrar_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_buscar {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_buscar.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
    margin-top: 13px;
}

.btn_buscar:hover {
    cursor: pointer;
    background: url(images/btn_buscar_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_editar {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_editar.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_editar:hover {
    cursor: pointer;
    background: url(images/btn_editar_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_borrar {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_borrar.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_borrar:hover {
    cursor: pointer;
    background: url(images/btn_borrar_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_print {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_print.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_print:hover {
    cursor: pointer;
    background: url(images/btn_print_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_xls {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/btn_xls.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_xls:hover {
    cursor: pointer;
    background: url(images/btn_xls_over.gif) no-repeat center center;
    border: 0px;
    background-size: cover;
}

.btn_nuevo {
    float: left;
    display: block;
    font-size: 11px;
    color: #fff;
    background-color: #3f7890;
    background-image: url(images/bg_btn.gif);
    background-repeat: repeat-x;
    border: 1px solid #3f7890;
    margin: 0px 0 10px 0;
}

.btn_nuevo a {
    color: #fff !important;
    text-decoration: none;
    padding: 4px 6px;
    display: block;
    cursor: pointer;
}

.btn_nuevo a:hover {
    color: #FFFFFF;
    display: block;
    background-color: #3f7890;
    padding: 4px 6px;
}

.btn_tool {
    float: left;
    display: block;
    font-size: 11px;
    color: #fff;
    background-color: #3f7890;
    background-image: url(images/bg_btn.gif);
    background-repeat: repeat-x;
    border: 1px solid #3f7890;
    margin: 0px 5px 0px 0;
}

.btn_tool a {
    color: #fff !important;
    text-decoration: none;
    padding: 3px 6px;
    display: block;
}

.btn_tool a:hover {
    color: #FFFFFF;
    display: block;
    background-color: #3f7890;
    padding: 3px 6px;
}

/* LISTADO IMAGENES ********************************************/
.item_imagen {
    float: left;
    padding: 5px 0px 5px 0px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item_imagen.list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background-color: rgba(25, 157, 217, 0.5);
    /* background-color: #199DD9; */
    /* color: white; */
    border-radius: 5px;
    /* border: 1px solid rgba(25, 157, 217, 0.8); */
    border: 1px solid #104A73;
}

.item_imagen i.fas{
    font-size: 10px;
}

.item_imagen a {
    text-decoration: none;
}

.item_imagen .imagen a {
    text-align: center;
    display: block;
}

.texto_img {
    font-size: 11px;
    text-align: center;
    margin: 2px 0 2px 0;
}

.btn_img {
    text-align: center;
    margin-top: 5px;
}

/* FORMS ******************************************************/
.bloque_form {
    padding: 15px 15px 15px 15px;
    /*background-color: #f5f5f5;*/
    margin-bottom: 15px;
    font-size: 11px;
}

.bloque_form2 {
    border-bottom: 1px solid #a8cadb;
    margin-bottom: 5px;
}

.subtitular {
    color: #104a73;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
}

.subtitularNoMargin {
    color: #337593;
    border-bottom: 2px solid #337593;
    font-size: 11px;
    margin-top: 0px;
    font-weight: bold;
    padding: 0px 0 2px 10px;
}

.add_btn_form {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/add_btn_form.gif) no-repeat;
    border: 0px;
}

.lock_btn_form {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/lock_btn_form.gif) no-repeat;
    border: 0px;
}

.save_btn_form {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/save_btn_form.gif) no-repeat;
    border: 0px;
}

.send_btn_form {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/send_btn_form.gif) no-repeat;
    border: 0px;
}

.cancel_btn_form {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(images/cancel_btn_form.gif) no-repeat;
    border: 0px;
}

/* Image list */
.contenedor_imagenes {
    /*max-height: 390px;*/
    /* min-height: 390px; */
    /* overflow: auto; */
    padding: 0 8px;
}

/* PAGINACION *************************************************/
.paginacion {
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
}

.paginacion li {
    display: inline;
}

.paginacion a, .paginacion a:visited {
    padding: 8px 12px;
    background-color: #e4e4e4;
    color: #343434;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginacion a:hover, .paginacion a:active {
    background-color: #199DD9;
    color: #FFFFFF;
}

.paginacion li.currentpage {
    padding: 8px 12px;
    font-weight: bolder;
    background-color: #199DD9;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.paginacion li.disablepage {
    padding: 8px 12px;
    color: #999;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*.paginacion li.nextpage a {font-weight: bold; text-decoration:none;}*/
/*.paginacion ul {padding:0px 0px 0px 15px; margin:10px 0 0 0;}*/
/* FORM ****************************************************/
.titularFicha {
    color: #337593;
    background-color: #fff;
    background-image: url(images/bg_subheader.gif);
    background-repeat: repeat-x;
    border: 1px solid #d6d9da;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}

.item_form {
    float: left;
    margin: 0 25px 10px 0;
    display: inline;
}

.item_form label {
    /*color: #387895;*/
    font-weight: bold;
    font-size: 13px;
}

.input_form {
    border: 1px solid #d7d7d7;
    padding: 3px 2px 3px 2px;
}

.select_form {
    font-size: 13px !important;
    border: 1px solid #aaa;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.check_form {
    margin-top: 20px;
}

.btn_form {
    font-size: 11px !important;
    color: #fff;
    background-color: #3f7890;
    background-image: url(images/bg_btn.gif);
    background-repeat: repeat-x;
    border: 1px solid #3f7890;
    cursor: pointer;
    padding: 1px 2px;
    height: 20px
}

.btn_form:hover {
    color: #FFFFFF;
    background-color: #3f7890;
    background-image: none;
    padding: 1px 2px;
}

.mail_form {
    /* font-size: 14px; */
    text-align: justify;
    /* margin: 20px auto; */
    height: 240px;
    overflow-y: auto;
}

.teleconsulta_form {
    padding: 5px 10px 5px 10px;
    background-color: #f5f5f5;
    font-size: 11px;
    border-bottom: 1px solid #CCCCCC;
}

.divSelectedUser .item_form {
    margin-bottom: 6px;
}

.RO {
    background-color: #e1e1e1 !important;
    border: 1px solid #bababa !important;
}

input.error {
    border: 1px solid #ff0000 !important;
}

select.error {
    border: 1px solid #ff0000 !important;
}

label.error {
    color: #ff0000 !important;
    padding-left: 5px;
}

/* CITAS ***************************************************************/
.cont_citas {
    width: 100%;
    margin-left: 1%;
    margin-top: 10px;
}

.tit_dia {
    position: relative;
    background-color: #aeafc0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    white-space: nowrap;
}

.list_citas {
    position: relative;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.cita_cell {
    color: #FFFFFF;
    border: 1px solid #416F0C;
    background-color: #95B23B;
    font-size: 0.9em;
    position: absolute;
    overflow: hidden;
}

.cita_cell_header {
    width: 100%;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
    background-color: #779324;
    white-space: nowrap;
}

.cita_cell_header a {
    color: #FFFFFF !important;
    text-decoration: none;
}

/* Bloqueos ************** */
.bloqueo_cell {
    color: #FFFFFF;
    border: 1px solid #891c1c;
    background-color: #c25555;
    font-size: 0.9em;
    position: absolute;
    overflow: hidden;
}

.bloqueo_cell_header {
    width: 100%;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
    background-color: #a73a3a;
    white-space: nowrap;
}

.bloqueo_cell_header a {
    color: #FFFFFF !important;
    text-decoration: none;
}

/* Preview del dï¿½a para seleccionar la hora  */
.cita_cell_selector {
    color: #FFFFFF;
    border: 1px solid #cfcfcf;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.cita_cell_selector:hover {
    background-color: #799cff;
}

.cita_cell_header_selector {
    width: 100%;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
}

.highlight {
    background-color: #ffff70 !important;
}

.odd {
    background-color: #dddddd;
}

/* Rejilla  */
.cita_cell_grid {
    border-bottom: 1px solid #cfcfcf;
    position: absolute;
    overflow: hidden;
}

.cita_cell_header_grid {
    width: 100%;
    font-family: Verdana,Arial,Helvetica;
    font-weight: bold;
}

/* Notas de la agenda ************************** */
.list_citas_nota {
    height: 50px;
    border: 1px solid #fad42e;
    background-color: #f6f1ca;
    overflow-y: auto;
}

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

.list_citas_nota ul li {
    border-bottom: 1px solid #fad42e;
    background-color: #fbec88;
    margin: 0;
}

.list_citas_nota ul li a {
    padding: 2px;
    color: #000;
    text-decoration: none;
}

.seguimientoList {
    height: 560px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.obligatorio {
    font-weight: bold;
    /* font-size: 16px; */
    color: #d21313;
    vertical-align: text-top;
    padding-right: 3px;
}

/* Componente externo - Select2 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 5px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 0.9em;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    font-size:13px;
    line-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #199DD9;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #199DD9;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #199DD9;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #199DD9;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #199DD9;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #199DD9;
}

.select2-dropdown {
    z-index: 9999!important;
}

/* Componente externo - Combo Box AutoComplete */
.item_form_combobox {
    float: left;
    margin: 0 25px 0 0;
    height: 50px;
    padding-right: 25px;
}

.item_form_combobox label {
    color: #387895;
    font-weight: bold;
}

/* Modificadores JS ************************* */
/* Fix tabs */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: none;
}

/*.ui-widget-content{border-bottom: 0px!important;}*/
.ui-tabs {
    /*border-bottom: 1px solid #888!important;*/
}

/* BACK PANEL for no modal dialogs incompatibility */
#backpanel {
    position: fixed;
    width: 100%;
    min-height: 100%;
    display: none;
    z-index: 102;
    background-image: url(images/backpanel.png);
}

/* TINY MCE */
.mce-edit-area iframe body {
    margin-top: 0px!important;
}

/* Dialog fix */
.ui-dialog-content.fit {
    height: auto!important;
    padding-bottom: 15px!important;
    min-height: 300px;
    -webkit-transition: height 2s linear;
    -moz-transition: height 2s linear;
    transition: height 2s linear;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.autocomplete-suggestion {
    padding: 4px 5px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    font-family: Arial,Helvetica,sans-serif
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #199DD9;
    color: white;
}

.autocomplete-suggestions strong {
    font-weight: normal;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.blockUI {
    padding: 20px!important;
    border: 0px!important;
}

.blockOverlay {
    background-color: initial!important;
    background-image: url(images/backpanel.png);
}

/* JGrowl */
.jGrowl-notification {
    background: #ffffff url("images/success.png") 20px center no-repeat!important;
    border: 1px solid #aaa!important;
    width: auto!important;
    max-width: 400px;
    padding-left: 60px!important;
}

.jGrowl-notification .jGrowl-message {
    color: #000;
    font-family: Arial,Helvetica,sans-serif!important;
    white-space: pre-line;
    word-break: keep-all;
    width: 89%;
}

.jGrowl-closer.highlight {
    background-color: #3f7d99!important;
    font-family: Arial,Helvetica,sans-serif!important;
}

.textToCopy {
    display: none
}

/* Teleconsultas */
#teleconsulta-nueva-tipo {
    width: 100%;
}

#teleconsulta-nueva-tipo .teleconsulta-especialidad {
    display: inline-block;
    vertical-align: top;
}

#teleconsulta-nueva-tipo .teleconsulta-tipo {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

#teleconsulta-nueva-tipo .teleconsulta-peticiona {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

#teleconsulta-paciente {
}

#teleconsulta-paciente .teleconsulta-filtros {
}

#teleconsulta-paciente .teleconsulta-bloque-paciente {
    padding: 8px 15px 0px 15px;
    margin-bottom: 5px;
}

.select_paciente {
    /* bloque textarea de seleccion de paciente tras bÃºsqueda de nuhsa */
    border: 0;
    width: 920px;
    height: 150px;
}

.teleconsulta-tabla-paciente {
    width: 100%;
    background-color: #f8f8f8;
    outline: 1px solid #d8d8d8;
    padding: 10px;
}

.teleconsulta_tabs {
    height: 99%;
}

.teleconsulta_tabs>ul {
    border-top: 1px solid #d1d1d1!important;
    border-bottom: 1px solid #d1d1d1!important;
    margin-bottom: 20px;
    padding: 0!important;
}

.teleconsulta_tabs .ui-state-active a, .teleconsulta_tabs .ui-state-active a:link {
    background-color: #104a73;
    color: #fff!important;
    margin-top: -1px;
}

.div-resumen-teleconsulta {
    height: 515px;
    overflow: auto;
}

.div-comunicaciones-teleconsulta {
    background-color: #e4e4e4;
    height: 615px;
    /* height: 465px; */
    overflow: auto;
    padding: 20px;
}

.div-nuevatc-media {
    /* contenedor de archivos adjuntos en teleconsulta borrador */
    overflow: auto;
    width: 100%;
    height: 498px;
}

.div-nuevatc-mediacp {
    /* contenedor de archivos adjuntos en teleconsulta borrador */
    overflow: auto;
    width: 100%;
    /* height:465px; */
}

.dialog-content-wrapper {
    position: relative;
    height: 100%;
}

.dialog-footer {
    /* footer de botones en el popup de nueva teleconsulta */
    /* width:95%; */
    /*position: absolute;*/
    /*position:inherit;*/
    
    margin: 20px 0;
}

.dialog-footer-media {
    /* footer de botones en el popup de nueva teleconsulta */
    /* width:95%; */
    position: initial;
    /*position:inherit;*/
    bottom: 0px;
}

.dialog-footer-paciente {
	/* footer de botones en el popup de nueva teleconsulta */
	/* width:95%; */
	/*position:absolute;*/
	bottom: 0px;
}

.dialog-footer-mensajes {
    /* footer de botones en el popup de nuevo mensaje */
    /* width:95%; */
    position: absolute;
    bottom: 10px;
}

.dialog-footer-cap {
    /* footer de botones en el popup de nuevo Centro solicitante */
    /* width:95%; */
    position: absolute;
    bottom: -15px;
}

.div-general-cancerpiel {
    overflow: auto;
    height: 435px;
    ; /* padding-bottom: 20px; */
}

.div-documentos-teleconsulta {
    /* background-color:#d1d1d1; */
    /* height:100%; */
    /* overflow:auto; */
    /* padding:20px; */
}

.table-comunicaciones {
    width: 100%;
}

.table-comunicaciones td {
    padding: 10px;
    vertical-align: top
}

.comunicaciones-teleconsulta {
    width: 70%;
    background: white;
    padding: 15px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.comunicaciones-teleconsulta .comunicacion-icono {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.comunicaciones-teleconsulta .comunicacion-texto {
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
}

.comunicaciones-teleconsulta .comunicacion-texto .comunicacion-asunto {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #104a73
}

.comunicaciones-teleconsulta .comunicacion-texto .comunicacion-cuerpo {
    font-size: 12px;
    text-align: justify
}

.comunicacion-cuerpo p {
    margin: 0;
}

.comunicaciones-teleconsulta-adjuntos {
    text-align: left;
}

.comunicaciones-teleconsulta-adjuntos > div {
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}

.comunicacion-izquierda {
    float: left;
}

.comunicacion-derecha {
    float: right;
}

.comunicacion-fecha {
    padding: 10px;
    max-width: 230px;
    word-break: break-word;
}

.documento-teleconsulta {
    background: white;
    padding: 15px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.documento-teleconsulta .documento-icono {
    display: inline-block;
    padding-right: 10px;
}

.documento-teleconsulta .documento-texto {
    display: inline-block;
    width: calc(100% - 135px);
    vertical-align: top;
}

.documento-teleconsulta .documento-texto > div {
    width: 100%;
}

.documento-teleconsulta .documento-texto .documento-nombre {
    font-weight: bold;
    font-size: 16px
}

.documento-teleconsulta .documento-texto .documento-descripcion {
    padding: 10px 0;
    font-size: 12px;
    text-align: justify
}

.teleconsulta_adjuntos {
    width: 700px;
}

table .media-thumbs {
    vertical-align: top;
}

table .qr {
    vertical-align: bottom;
    text-align: center;
}

/* .qr-img{ */
/* } */
/* .teleconsulta_adjuntos .item_imagen{
	float: left;
    padding: 8px 4px 3px 5px;
    background: #FFFFFF;
	margin: 5px;
	min-width: 120px;
} */
.comunicacion_teleconsulta_adjuntos {
    /* height: 285px; */
    /* width: 695px; */
    /* border: 2px dotted#104a73;
    border-radius: 5px; */
}

.comunicacion_teleconsulta_adjuntos .item_imagen {
    padding: 0px 0px 5px 0px;
    background: #FFFFFF;
    margin: 0px;
    min-width: 105px;
}

/* .teleconsulta_adjuntos > div {
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
} */
.badge {
    background-color: red;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    position: absolute;
    text-align: center;
    right: -6px;
    top: -8px;
    font-size: 11px;
    z-index: 10;
}

.texto-classy .classyedit {
    width: 600px;
}

.table-nuhsa {
    width: 100%;
    text-align: left;
}

#table-nuhsa {
    /* margin-top: 25px; */
}

#table-nuhsa-header {
    background-color: #f8f8f8;
    /* position: fixed; */
}

.table-nuhsa thead td {
    color: #999;
    border-bottom: 1px solid #ccc;
}

.table-nuhsa td {
    padding: 5px;
}

.table-nuhsa td:first-child {
    width: 45px;
}

.table-nuhsa td:first-child + td {
    width: 450px;
}

.table-nuhsa td:first-child + td + td {
    width: 200px;
}

.table-nuhsa td:first-child + td + td + td {
    width: 200px;
}

.table-nuhsa td:first-child + td + td + td + td {
    width: 200px;
}

.table-nuhsa tbody tr {
    cursor: pointer;
}

.table-nuhsa tbody tr:hover {
    background-color: white;
}

.table-nuhsa .situacion {
    height: 20px;
    width: 20px;
    /* position: relative; */
    background-color: #ffd24d;
    margin: 0 auto;
    border-radius: 3px;
}

.table-nuhsa .situacion-pasivo {
    background-color: #ffd24d;
}

#cnt_seccion_dashboard_ayuda .seccion-container .bloque div {
    padding: 5px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0;
}

.ui-dialog-title span {
    font-size: 17px;
}

.select-id {
    margin-left: -4px;
    border-radius: 0px 4px 4px 0px;
    padding: 4px;
}

.teleconsulta-generico-inputs {
    font-size: 13px;
}

#table-teleconsulta-adjuntos {
    width: 100%;
    height: 230px;
}

#table-teleconsulta-adjuntos.cp {
    position: absolute;
    bottom: 75px!important;
}

.input-teleconsulta-generico {
    width: 920px;
    padding: 5px 10px;
}

.qr-img img {
    width: 140px;
}

#teleconsulta-paciente .input_form {
    width: 95px;
}

.lesion {
    width: 500px;
}

/* .teleconsulta_adjuntos{
	width: 695px;
} */
table .media-thumbs {
    vertical-align: top;
}

table .qr {
    vertical-align: bottom;
    text-align: center;
}

/* .qr-img{ */
/* } */
.teleconsulta_adjuntos .item_imagen {
    float: left;
    /* padding: 8px 4px 3px 5px; */
    /* background: #FFFFFF; */
    /* margin: 5px; */
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 120px;
}

.comunicacion_teleconsulta_adjuntos {
    /* height: 285px; */
    /* width: 695px; */
    /* border: 2px dotted#104a73;
    border-radius: 5px; */
}

.comunicacion_teleconsulta_adjuntos .item_imagen {
    padding: 0px 0px 5px 0px;
    background: #FFFFFF;
    margin: 0px;
    min-width: 105px;
}

.teleconsulta_adjuntos > div {
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top;
}

ul.teleconsulta-tabs {
    display: inline-block;
    margin-bottom: -20px !important;
}

ul.teleconsulta-tabs li {
    padding: 10px;
    background-color: #ffffff;
    color: #104a73;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

/* ul.teleconsulta-tabs .ui-state-active a, ul.teleconsulta-tabs .ui-state-active a:link{
	background-color: #104a73;
	color: white !important;
	border-radius: 10px 10px 0 0 !important;
	border-bottom: 0px !important;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important;
} */
table td.title {
    width: 240px;
}

table td.input {
    width: 200px;
}

.teleconsulta-teleictus-evolucion {
    padding: 10px;
    text-align: center;
    background-color: #ccc;
    border-radius: 10px;
}

.teleconsulta-teleictus-evolucion h4, .teleconsulta-teleictus-evolucion h5 {
    margin: 15px 0px;
}

.teleconsulta-teleictus-evolucion h4 {
    font-size: 20px;
}

#teleconsulta-teleictus-general table.teleconsulta-teleictus-general-inputs {
    width: 100%;
    text-align: right;
}

#teleconsulta-teleictus-general table.teleconsulta-teleictus-general-inputs tr td:first-child {
    text-align: left;
}

#teleconsulta-teleictus-general table.teleconsulta-teleictus-general-inputs tr td:last-child {
    text-align: right;
}

#teleconsulta-teleictus-general table.teleconsulta-teleictus-general-inputs tr:first-child td {
    padding-bottom: 10px;
}

/* #teleconsulta-teleictus-general table.teleconsulta-teleictus-general-inputs #rankin{
	cursor: pointer;
} */
#teleconsulta-teleictus-antecedentes table#tabla-antecedentes {
    width: 95%;
    text-align: right;
}

#teleconsulta-teleictus-antecedentes table#tabla-antecedentes td {
    padding: 7px;
}

#teleconsulta-teleictus-antecedentes table#tabla-antecedentes td #sexo {
    width: 112px;
}

#teleconsulta-teleictus-antecedentes table#tabla-antecedentes td #peso {
    width: 39px;
}

table td #nihss, table td #tension_art_sistolica, table td #tension_art_diastolica, table td #bm_test, table td #puntuacion_aspects, table td #tac {
    width: 59px;
}

#inr_valor {
    width: 20px;
}

label.title {
    font-weight: bold
}

.input-group {
    display: inline-block;
}

#teleconsulta-teleictus-tac table#tabla-tac {
    width: 50%;
    text-align: right;
    float: left
}

#teleconsulta-teleictus-tac table#tabla-tac td {
    padding: 7px;
}

table#tabla-tac td.title {
    width: 215px;
}

#teleconsulta-teleictus-tac .tac-img {
    float: left;
    width: 50%;
    text-align: center;
}

#teleconsulta-teleictus-tac .tac-img img {
    margin-bottom: 30px;
}

#teleconsulta-teleictus-video .video-button {
    margin-top: 50px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#teleconsulta-teleictus-video .video-button #video-button {
    padding: 10px;
    font-size: 18px;
}

#teleconsulta-teleictus-video .video-url {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

#teleconsulta-teleictus-video .video-url input {
    width: 300px;
    text-align: center;
}

#teleconsulta-teleictus-video .video-qr {
    width: 50%;
    float: left;
}

#teleconsulta-teleictus-video .video-qr small {
    text-align: right
}

#teleconsulta-teleictus-video .video-qr img {
    margin-left: 20px;
}

#teleconsulta-teleictus-informe #informe_list {
    height: 275px;
    overflow: auto;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(1), .table-informes td:nth-child(1) {
    width: 160px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(2), .table-informes td:nth-child(2) {
    width: 200px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(3), .table-informes td:nth-child(3) {
    width: 160px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(4), .table-informes td:nth-child(4) {
    width: 160px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(5), .table-informes td:nth-child(5) {
    width: 150px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(6), .table-informes td:nth-child(6) {
    width: 100px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(7), .table-informes td:nth-child(7) {
    width: 100px;
}

#teleconsulta-teleictus-informe .table-informes th:nth-child(8), .table-informes td:nth-child(8) {
    width: 150px;
}

.criterios-options div {
    display: inline-block;
    /* padding: 7px; */
}

.criterios-options div.criterios-section:not(:first-child)::before {
    content: " ";
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #ccc;
}

.criterios-options .input-group {
    padding: 0 6px;
}

.criterios-bubble {
    background-color: #104a73;
    color: white;
    padding: 5px 10px;
    border-radius: 30px;
}

.criterios-bubble.red {
    background-color: #ea0909;
}

.criterios-bubble.green {
    background-color: #109132;
}

.tabla-rankin {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.tabla-rankin td {
    vertical-align: middle;
    padding: 20px;
}

.tabla-rankin .rankin-0 {
    color: #57AE0C;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-1 {
    color: #B9BF00;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-2 {
    color: #FFDD00;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-3 {
    color: #F5A300;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-4 {
    color: #AA8200;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-5 {
    color: #FF0034;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-6 {
    color: #333;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #d1d1d1
}

.tabla-rankin .rankin-select {
    cursor: pointer;
}

label.label-radio {
    font-weight: 100;
    margin-left: 10px;
}

.inline-item {
    display: inline-block;
    margin-right: 40px;
}

#criteriosForm table td {
    padding: 10px;
}

#criteriosForm table td {
    padding: 10px;
}

#criteriosForm table td.input {
    width: 40px;
}

#nihss {
    /* cursor: pointer; */
}

.block-div {
    height: 400px;
    width: 100%;
    background-color: red;
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

ul.teleconsulta-tabs {
    display: inline-block;
    margin-bottom: -5px !important;
    margin-right: 10px !important;
}

ul.teleconsulta-tabs li {
    padding: 10px;
    background-color: #ffffff;
    color: #104a73;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

ul.teleconsulta-tabs .ui-state-active a, ul.teleconsulta-tabs .ui-state-active a:link {
    /* box-shadow: inset 0 -3px 0 #104a73!important; */
    background-color: white;
    color: #104a73 !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 3px solid !important;
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important; */
}

ul.section-tabs {
    display: inline-block;
    margin-bottom: -5px !important;
    margin-right: 10px !important;
}

ul.section-tabs li {
    padding: 10px;
    background-color: #ffffff;
    color: #104a73;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

ul.section-tabs .ui-state-active a, ul.section-tabs .ui-state-active a:link {
    /* box-shadow: inset 0 -3px 0 #104a73!important; */
    background-color: white;
    color: #104a73 !important;
    border-radius: 10px 10px 0 0 !important;
    border-bottom: 3px solid !important;
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15) !important; */
}

a.no-style {
    text-decoration: none;
    /*color: black !important;*/
}

#teleconsulta-teleictus-informe {
    height: 570px;
}

.teleconsulta-teleictus-criterios h5 {
    margin: 10px 0;
}

.separador {
    float: left;
    border-bottom: 1px solid #a8cadb;
    width: 100%;
    margin: 10px 0;
}

.registros_adicionales {
    font-size: 14px;
}

.informe_list {
    /*height: 485px;*/
}

.informe_list_cancerpiel {
    height: 375px;
}

.informe_list_ah {
    height: 535px;
}

.informe_list_cancerpiel_ah {
    height: 505px;
}

.seguimientoList_general {
    height: 730px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* DATA TABLES */
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: 0;
    height: 333px;
}
table.dataTable thead th, table.dataTable thead td{
	border-bottom: 0;
}
table.dataTable.no-footer{
	border-bottom: 0;
}
.dataTables_scroll{
    height: 280px;
}
.dataTables_scroll .dataTables_scrollBody{
    height: 90% !important;
}
.seguimiento-select{
	width: 270px;
	text-align: center;
	margin-left: 10px
}

.jgrowlWarning{
    background: #ffda79 20px center no-repeat!important;
}

.jgrowlDanger{
    background: #b33939 20px center no-repeat!important;
}

.jgrowlDanger .jGrowl-message{
    color: white;
}

@media screen and (max-width: 1024px), screen and (max-height: 900px){
    /* Styles go here */
	/* HEADER ****************************/
	body{
		font-size: 11px;
	}
	h3{
		font-size: 18px;
		margin: 10px 0;
	}
	h5 {
		font-size:13px;
		font-weight:bold;
	}
	.help{
        font-size: 11px;
        max-width: 85%;
    }
    .help-pie-cancerpiel {
        margin: 12px 12px;
        font-size: 10px!important;
    }
	
	.seccion-header {
		background-color:#fff;
		padding:0 10px;
		border-top:1px solid white;
		border-bottom:1px solid #e4e4e4;
		margin-bottom:10px;
	}
	.seccion-header>h2{
		padding: 0;
		font-size: 18px;
		display:none;
	}
	#usuario{
		padding: 5px 10px 5px 0;
		font-size: 11px;
	}
	#usuario img{height:12px;}
	.footer p{
		font-size:11px
	}
	.table thead {
    color: #ffffff;
    background-color: #104a73;
	font-size: 11px;
	}
	.bloque {
	padding: 8px 10px;
	margin-bottom:15px;
	border:1px solid #f8f8f8;
	background-color:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	}
	.header .header-diraya {margin:5px 0 0 5px;float:left;}
	.header .header-teleconsulta {margin:19px 0 0 15px;float:left;color:#fff;font-size:16px;}
	.header .header-sas {margin:0px 5px 0 0;float:right;}
	.header-diraya img{
		height: 40px;
	}
	.header-sas img{
		height: 50px;
	}
	.seccion-container{
		margin: 10px;
	}
	.bloque h3{
		font-size: 17px;
		margin: 5px 0;
	}
	.subtitle{
		margin: 5px 0;
		font-size: 13px;
	}
	.bloque p{
		font-size:11px;
		margin: 5px 0;
	}
	.seccion-titulo{
		padding: 5px 0;
	}
	.search{
		margin: 0;
	}
	.margin{
		margin: 10px auto;
	}
	#cnt_seccion_dashboard_ayuda .seccion-container .bloque div{
		padding: 0;
	}
	.table tbody tr{
		font-size: 11px;
	}
	.ui-dialog-title{
		padding: 0;
	}
	.ui-dialog .ui-dialog-content{
		padding-top: 0;
	}
	.teleconsulta_tabs ul{
		margin-bottom: 10px;
	}
	.teleconsulta-tabla-paciente{
		padding: 5px;
		font-size: 11px;
	}
	.div-resumen-teleconsulta{
		font-size: 11px;
	}
	.div-resumen-teleconsulta h3{
		font-size: 15px;
		margin: 10px 0;
	}
	.comunicaciones-teleconsulta{
		width: 65%;
	}
	.comunicaciones-teleconsulta .comunicacion-texto .comunicacion-asunto{
		font-size: 13px;
	}
	.comunicaciones-teleconsulta .comunicacion-texto .comunicacion-cuerpo{
		font-size: 11px;
	}
	.comunicacion-fecha.dark-grey div{
		margin-bottom: 2px;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
		padding:5px !important;
		margin: 0;
	}
	.ui-dialog-title span{
		font-size: 14px;
	}
	/* .ui-widget button{
		padding: 4px 5px;
	} */
	.button{
        font-size: 13px;
        padding: 2px 10px;
	}
	.button-white{
        font-size: 11px;
        padding: 4px 5px;
	}
	.button-red{
        font-size: 10px!important;
        padding: 4px 5px;
	}
	.button-green{
        font-size: 10px;
        padding: 4px 5px;
    }
    .button-cinf-generico{
        font-size: 10px;
        padding: 4px 5px;
    }
    .button-cinf-capiel{
        font-size: 10px;
        padding: 4px 5px;
    }
	.select2-selection{
		font-size: 10px;
	}
	.select2-container .select2-selection--single{
		height: 20px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow{
		height: 20px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 18px;
	}
	input.input_search{
		font-size:10px;
	}
	.ui-widget input{
		padding: 3px 5px;
	}
	.table tbody tr{
		font-size: 10px;
	}
	.btn_buscar{
		height:20px;
		width:20px;
		margin-top: 11px;
	}
	.btn_print{
		height:20px;
		width:20px;
		margin-top: 11px;
	}
	.btn_xls{
		height:20px;
		width:20px;
		margin-top: 11px;
	}
	.btn_mostrar{
		height:20px;
		width:20px;
		margin-top: 11px;
	}
	.input_search{
		width:100px;
	}
	.select_search.lg{
		width:130px!important;
	}
	.select_search.sm{
		width:80px!important;
	}
	.item_search label{
		font-size: 10px;
	}
	.select-id{
		padding: 2px 3px 2px;
		font-size: 10px;
	}
	.item_search{
		height: 35px;
	}
	.button-right{
        margin-top: 14px;
        margin-bottom: 12px;
	}
	.boldColor{
		font-size: 13px;
    	margin-bottom: 5px;
	}
	.item_form label{
		font-size: 11px;
	}
	.button-editar{
		height: 18px;
	}
	.button-descargar-todo{
		height: 18px;
	}
	.button-consentimiento{
		height: 18px;
	}
	.button-rdq{
		height:18px;
	}
	.button-pdf-img{
		height:18px;
	}
	.button-borrar{
		height: 18px;
    }
    .button-leer{
		height: 18px;
	}
	.button-informe{
		height: 18px;
	}
	.button-copiar{
		height: 18px;
	}
	.button-ver{
		height: 18px;
	}
	.button-maximizar{
		height: 18px;
    }
    .button-seleccionar-informe{
		height: 18px;
    }
    .button-seleccionar-volante{
		height: 18px;
	}
	.paginacion li.currentpage{
		padding: 4px 7px;
		font-size: 11px;
	}
	.paginacion a, .paginacion a:visited{
		padding: 4px 7px;
		font-size: 11px;
	}
	.paginacion{
		margin: 15px auto;
		font-size: 11px;
	}
	.ui-dialog-title{
		font-size: 18px;
	}
	.button-small{
		font-size: 11px !important;
	}
	.ui-widget input, .ui-widget button{
		font-size: 12px;
	}
	.teleconsulta_tabs ul li{
		font-size: 11px;
	}
	textarea{
		font-size: 11px!important;
	}
	.teleconsulta_adjuntos .item_imagen{
		padding: 0;
		margin:2px;
		min-width:135px;
	}
	.teleconsulta_adjuntos img{
		width: auto;
	}
	img.button-editar-img{
		width: 18px;
	}
	img.button-descargar{
		width: 18px;
	}
	img.button-real{
		width: 18px;
	}
	img.button-borrar{
		width: 18px;
	}
	table .qr{
		vertical-align: bottom;
	}
	.teleconsulta-generico-inputs{
		font-size: 11px;
	}
	#table-teleconsulta-adjuntos, .table-teleconsulta-adjuntos{
		width:100%;
		height:180px;
	}
	#table-teleconsulta-adjuntos.cp{
		position:absolute;
		bottom: 60px!important;
	}
	.div-comunicaciones-teleconsulta{
		height: 550px;
	}
	.teleconsulta_tabs{
		height: 99%;
	}
	.div-resumen-teleconsulta{
		height:410px;
		font-size: 13px;
	}
	.contenedor_imagenes{
		/* height:450px; */
	}
	.div-documentos-teleconsulta{
		/* height: 450px; */
	}
	.input-teleconsulta-generico{
		width: 805px;
	}
	.qr-img img{
		width: 110px;
	}
	.div-general-cancerpiel{
		height: 410px;
	}
	.table-nuhsa{
		width: 800px;
	}
	#teleconsulta-paciente .input_form{
		width:80px;
	}
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
		font-size: 13px;
	}
	.subtitular{
		font-size: 13px;
		padding: 5px 0px;
	}
	.lesion{
		width: 360px;
	}
	.teleconsulta-bloque-paciente{
		margin-top: 5px;
	}
	.select_paciente{
		width: 830px;
		height: 130px;
	}
	ul.teleconsulta-tabs{
		margin-bottom: -9px!important;
	}
	ul.section-tabs{
		margin-bottom: -9px!important;
	}
	#teleconsulta-teleictus-informe{
		height: 500px;
	}
	#teleconsulta-teleictus-informe #informe_list{
		height: 250px;
	}
	#identificador{
		font-size: 13px;
	}
	.no-leido{
		width: 10px;
	}
	.leido{
		width: 10px;
	}
	.informe_list{
		height: 325px; 
	}
	.informe_list_cancerpiel{
		height: 325px;
	}
	.informe_list_ah{
		height: 430px; 
	}
	.informe_list_cancerpiel_ah{
		height: 430px; 
	}
	.seguimientoList{
		height: 500px;
	}
	.seguimientoList_general{
		height: 500px;
	}
	table td.input{
		width: 225px;
	}
	.seguimiento-select{
		width: 215px;
	}
	.dialog-footer {
		/* footer de botones en el popup de nueva teleconsulta */
		/* position:absolute; */
		/* bottom: -70px; */
    }
    .ui-widget input{
        font-size: 13px;
        padding: 2px 10px;
    }

    .ui-widget input.formato{
        font-size: 13px;
        padding: 1px 3px;
    }
    
    .ui-widget input.date{
        font-size: 13px;
        padding: 0px 10px;
        border: 1px solid red;
    }

    .select_search {
        border: 1px solid #aaa;
        padding: 1.5px;
        font-size: inherit;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    input, select {
        font-size: 13px;
        border: 1px solid #aaa!important;
        border-radius: 4px;
        background-color: white;
    }

    /* Elementos de la ficha_cirugia*/
    #parte_disponible {
        height: 22px!important;
    }
    #minuto_operacion {
        height: 22px!important;
    }

    .boton-icono a.formato-btn {
        font-size: 1.1em !important;
        display: inline-block;
        padding: 5px !important;
        margin: 0;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: #d8d8d8;
        color: #104A73!important;
    }
}


/* Sulime @juamperuiz */

.header-content {
	width: 100%;
	max-width: 95%;
	margin:0 auto;
}

.container { width: 100%; max-width: 95%; margin: 0 auto;}

.header-logo { padding: 5px; width: 45%; max-width: 45%;}
.header-logo img { width: 145px }
.header-logo a { width: 145px}

/* .header-terminos { padding: 5px; width: 45%; max-width: 45%; }
.header-terminos a { width: 350px; float: right; } */

.has-text-danger {color: red;}
.margin {margin:20px auto;}

.field .label {display: block;clear: both;}
.label { font-weight: bold; font-size: 0.9em; padding: 5px;}

input, select { 
    font-size:13px;
    /* border: 1px solid #d1d1d1;  */
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: white;
}
input {padding: 5px; margin: 0 5px 5px 0;}
select { padding: 4px 2px 4px 2px;}

/* Botones */
.boton-icono { font-size:1.1em !important; display:inline-block; padding: 7px !important; margin:0 1px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; background-color:#d8d8d8; color: #104A73!important; }
.boton-icono:hover { background-color: #104A73; color:white!important; }

.boton-header { font-size: 1.8em; display:inline-block; color: #104A73!important; cursor:pointer; transition: all 0.3s ease;}
.boton-header:hover {color: #199dd9!important;}
.boton-primary { background-color: #104A73; color: white!important; transition: all 0.3s ease; border:0; }
.boton-primary:hover { background-color: #199dd9; }
.boton-danger { background-color: #FF394D; color: white!important; transition: all 0.3s ease; border:0; }
.boton-danger:hover { background-color: #ff6675; }
.boton-warning { background-color: #df3f0e; color: white!important; transition: all 0.3s ease; border:0; }
.boton-warning:hover { background-color: #e6a37c; }
.boton-success { background-color: #76c893; color: white!important; transition: all 0.3s ease; border:0; }
.boton-success:hover { background-color: #57946d; }

.botonParte { font-size: 1em; font-weight: bold; padding: 6px; border-radius: 6px; cursor: pointer; transition: all 0.3s ease; color: white; }
.botonParte:hover { background-color: #104A73; color:white!important; }


.boton-mini { cursor:pointer; background-color: #104A73; color: white; padding: 6px 10px; border-radius: 3px; font-size:0.85em; }

.is-fullwidth {width: 100%}

.box {
    border: 3px solid #e4e4e4;
    background-color: white;
    margin: 2em;
    padding: 25px 15px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.10);
}

.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.boton { 
    color: white;
    background-color: #104A73;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.8em;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.boton:hover {
    background-color: #199DD9;
}

.lopd { font-size: 0.85em; color: #666666; text-align: justify}

.ui-tabs .ui-tabs-nav {background-color: #F8F8F8; }

.activar-tarifa{
    background-color: #ffe08a;
    border-color: transparent;
    color: rgba(0,0,0,.7);
}

.contador { background-color: #104a73; color: white; font-size:0.8em; text-align: center; padding: 8px 0; margin-bottom: 5px; }

/* Header top */
#header-top { background-color:#e4e4e4; font-size: 0.9em; color: #343434; text-align: right; padding: 5px 0;}
#header-top > div > div { display: inline-block; padding-left: 10px; vertical-align: middle; }
#header-top #header-user { font-weight: bold; padding-top: 2px; }
#header-top #header-rol { text-align: center; }
#header-top #header-change-rol {}
#header-top #header-centro { padding-top: 2px; }
#header-top #header-options {}

/* Footer para usuario_paciente*/
.footer-terminos { font-size: 0.7em!important;}
.footer-opciones { margin: 20px auto; }
.footer-opciones-label { font-size: 0.70em; opacity: 0.6; margin-bottom: 8px; }

.espacio_notas{width: 100%; bottom: 0;right: -20px;position: inherit;margin-top: 10px;position: absolute;}

.alergia #alergia{width: 350px !important;}
#alergia{width: 400px;}

/* Alineación botones de informes */
.align_botones{
    display: inline-flex;
}
.align_botones a{
    margin-right: 10px !important;
}

/* Listado de fichas quirurgicas para un parte */
.ficha_quirurgica {
	margin: 10px auto;
	background-color: #199DD9;
	border: 2px solid  #1cc2f5;
	color: white;
	width: 100%;
	text-align: left;
}

.centrado {
	margin: 1% 1%;
	width: 40%;
}

input.ro, textarea.ro {background-color:#EBEBE4 !important; color:#00333e !important; border: 1px solid #CCC; cursor:default;}

.left {
	float: left;
    width: 50%;
}

.right {
	float: right;
    width: 50%;
}

.baremo-right {
    float: right;
    width: 66%;
}

/* Tooltips https://codepen.io/denic/details/zYobqqa */
.tooltip {
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip .icon { color: #104a73!important; }
  
/* Tooltip box */
.tooltip:before {
    content: attr(data-tooltip); 
    position: absolute;
    width: 150px;
    background-color: #104a73;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-size: 13px!important;
    font-weight: normal!important;
    visibility: hidden;
}
  
/* Tooltip arrow */
.tooltip:after {
    content: "";
    position: absolute;
    bottom: 75%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    opacity: 0;
    transition: opacity .6s;
    border-color: #062B45 transparent transparent transparent;
    visibility: hidden;
}
  
.tooltip:hover:before, .tooltip:hover:after {
    opacity: 1;
    visibility: visible;
}

/* Pestaña de incidencias */
#incidencia-form { width: calc(100% - 10px); height: 175px; background-color: #f1f1f1; padding: 10px 5px 0 5px; margin-bottom: 15px; border-radius: 6px; }
#incidencia-form .columns { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; align-content: center; }
#incidencia-form .fullwidth { width: 100%; }

.incidencia-header { background-color: #f1f1f1; border-radius: 6px; padding: 10px 0; font-size: 0.9em; }
.incidencia-header h4 { color: #666666; font-size: 0.8em; margin: 3px auto; font-weight: normal; }
.incidencia-comentarios-container { overflow: auto; }
.comentario-item { font-size: 0.85em; border-bottom: 1px dashed #d1d1d1; text-align: justify; }
.comentario-autor, .comentario-fecha { color: #666666; }

.titulo-modal {
	background-color: #f1f1f1; 
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	color: #104a73;
	font-size: 1.2em;
	font-weight: bold;
}

.padding { padding: 1em; }

.columns { 
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.column {
    flex-grow: 1;
}

.columnsFlex { 
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.columnFlex {
    flex-grow: 1;
}

.datos-tutor {
    border-radius: 8px;
    padding:0;
    background-color: #f1f1f1;
    margin: 20px auto;
}

/* Partes quirúrgicos */
.datos-ficha { background-color: white!important; margin: 10px auto 20px auto!important; }
.parte-cirugia-block {padding: 10px; border: 1px solid #104A73; border-radius: 6px; background-color:rgba(25, 157, 217, 0.1) }

.teleconsultaNoPagada { font-weight:bold; text-align: center; font-size: 0.8em; width: calc(100% - 20px); margin: 10px 0 0 0; padding: 10px; background: rgba(242, 53, 87, 0.1); border-radius: 6px; }

/* DIV del input AuthCode */
#divInsertarAuthcode { background-color: #f1f1f1; padding: 20px; margin: 0 10px 20px auto; }
#divInsertarAuthcode input { width: 300px; }