﻿.btn-group-xs > .btn, .btn-xs {
    padding: 3px;
    margin-top: 9px;
}
.icon-bar {
  color: black;
  border-color: black;
  background-color: black;
}
/*a {
    color: white;
    font-size: 1.3em;
}*/
.feriados {
    border: solid 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-top:5px;
    border-color: #7f8c8d;
}
.dropdown-menu > li > a {
    padding: 7px 20px;
}

.table-responsive {
    margin-bottom: -20px;
}

h2 {
    color: #000000;
    font-weight: bold;
}

h4 {
    color: #000000;
    /*color: #00A9DB;*/
    font-weight: bold;
}

.panel-heading .bera {
    background-color: #0e7dc2;
    color: #FFF;
}

.tit_2 {
    background: none;
    border: initial;
    border-color: initial;
}

    .tit_2 .bera .panel-title {
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        margin-left: 15px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin: 0;
        margin-top: 20px;
        color: #000;
        letter-spacing: 2px;
    }

.tit_3 .bera .panel-title {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 20px;
    color: #000;
    letter-spacing: 2px;
}

.panel-success_bera > .panel-heading {
    background-color: #5cce90;
    border-color: #000000;
    color: #ffffff;
}

/*5cce90 verde
ee4b4c rojo
ffc857 naranja
0e7dc2 azul oscuro
*/

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}

.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

/*.header-panel
{
    background-color:#cccccc;
}*/
BODY {
    /*background: url('../Images/fondo_2_naranja.png') no-repeat center center fixed;*/
    /*background: url('../Images/fondo_salud.png') no-repeat center center fixed;*/
    opacity: 0.95;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    /*background-repeat: no-repeat;
    background-color: #C0C0C0;
    margin-top: 0;*/
}

.popover {
    width: 200px;
    height: 250px;
}

.contenedor {
    font: normal 9pt arial;
    max-width: 100%;
    text-align: center;
    padding-bottom: 3px;
}


/*instrucciones generales*/
* {
    margin: auto;
}
/*cabecera de la página*/
.encabezado-datos {
    padding: 22px 15px !important;
    background-color: rgba(64, 158, 192, 0.6) !important;
}

    .encabezado-datos .tit_1 {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .encabezado-datos .fa-angle-down {
        color: #fff;
        font-size: 22px;
    }

.nuevo .fa-angle-down {
    color: #000;
    font-size: 22px;
}

.buscador input {
    border-radius: initial;
    height: 40px;
}

.table > thead > tr > th {
    vertical-align: middle;
    padding: 0 6px;
    text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    text-align: left;
}

.btn-edit {
    padding: 9px 14px;
}

.buscador .btn-buscar {
    height: 40px;
    border-radius: initial;
}

.body {
    padding: 15px;
    padding-bottom: 50px !important;
}
/*cabecera de la página*/
.panel-default {
    border-color: initial;
    border: initial;
    margin-top:20px;
}
.titulo-principal h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-left: 15px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-top: 20px;
    color: #000;
    letter-spacing: 5px;
}

.titulo-principal h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-left: 15px;
    font-size: 22px;
    margin-top: 8px;
    font-weight: 400;
    margin: 0;
    color: #3a9cbf;
}
.panel-default > .panel-heading h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-left: 15px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-top: 20px;
    color: #000;
    letter-spacing: 5px;
}

/*div principal del calendario*/
#calendario {
    border: 2px solid #f6f3f3;
    max-width: 100%;
    background-color: #f6f3f3;
    text-align: center;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    text-align: left;
    /* margin: 0; */
    /* height: 46px; */
    vertical-align: middle;
}
/*tabla del calendario*/
.panel {
    background-color: rgba(255, 255, 255, 0.4);
}

.panel-default > .panel-heading {
    color: #333;
    padding-left: 18px;
    background-color: transparent;
    border-color: transparent;
}
.panel-info > .panel-heading {
    color: #333;
    padding: 22px 15px !important;
    background-color: rgba(64, 158, 192, 0.6) !important;
}
.panel-info > .panel-body {
    padding: 0px 0px !important;
    background-color: transparent;
    border-color: transparent;
}
.cabecera_calendario {
    color: #333;
    padding: 22px 0px 10px 0px !important;
    background-color: rgba(64, 158, 192, 0.6) !important;
}
.cabecera_tab {
    color: #FFF !important;
    padding: 5px 15px !important;
    background-color: rgba(64, 158, 192,1) !important;
}

#diasc {
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}
.panel-body {
    padding: 15px;
    padding-bottom: 50px !important;
}
    #diasc td {
        font: normal 14pt arial;
        height: 80px;
    }

    #diasc th {
        font: normal 14pt arial;
        height: 50px;
        color: #3d80ba;
        background-color: #dedede;
        padding-left: 5px;
    }

    #diasc td {
        color: #000000;
        background-color: #eaeaea;
        max-width: 14%;
        width: 14%;
    }
/*línea de la fecha actual*/
#fechaactual {
    font: normal 12pt arial;
    padding: 15px;
    color: white;
}

    #fechaactual i {
        cursor: pointer;
    }

        #fechaactual i:hover {
            color: blue;
            text-decoration: underline;
        }
/*formulario de busqueda de fechas*/
#buscafecha {
    background-color: white;
    color: #337ab7;
    padding: 15px;
}

    #buscafecha select, #buscafecha input {
        background-color: white;
        color: #337ab7;
        font: normal 10pt arial;
    }

    #buscafecha [type=text] {
        text-align: center;
    }

    #buscafecha [type=button] {
        cursor: pointer;
    }
/*cabecera del calendario*/
#anterior {
    float: left;
    width: 100px;
    font: normal 12pt arial;
    padding: 25px;
    cursor: pointer;
    color: white;
}

#posterior {
    float: right;
    width: 100px;
    font: normal 12pt arial;
    padding: 25px;
    cursor: pointer;
    color: white;
}

/*.cargando {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999999999;
    display: none;
    background: #ffffff;
    background-image: url(../Images/cargando_2.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}*/

#profesional {
    background-color: burlywood;
    max-width: 34%;
}

#botonNombre {
    max-width: 540px;
    width: 100%;
}

#anterior:hover {
    color: blue;
    text-decoration: underline;
}

#posterior:hover {
    color: blue;
    text-decoration: underline;
}

#titulos {
    font: normal 20pt "arial";
    padding: 0.2em;
    color: white;
}

/*Estilos para el checkbox*/
input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    input[type=radio].with-font ~ label:before,
    input[type=checkbox].with-font ~ label:before {
        font-family: FontAwesome;
        display: inline-block;
        content: "\f1db";
        letter-spacing: 10px;
        font-size: 1.2em;
        color: #535353;
        width: 1.4em;
    }

    input[type=radio].with-font:checked ~ label:before,
    input[type=checkbox].with-font:checked ~ label:before {
        content: "\f00c";
        font-size: 1.2em;
        color: darkgreen;
        letter-spacing: 5px;
    }

    input[type=checkbox].with-font ~ label:before {
        content: "\f096";
    }

    input[type=checkbox].with-font:checked ~ label:before {
        content: "\f046";
        color: darkgreen;
    }

    input[type=radio].with-font:focus ~ label:before,
    input[type=checkbox].with-font:focus ~ label:before,
    input[type=radio].with-font:focus ~ label,
    input[type=checkbox].with-font:focus ~ label {
        color: green;
    }

/*Estilos para los popup del mapa*/
.ol-popup {
    position: absolute;
    background-color: khaki;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
}

.detalleLabel {
    background-color: lemonchiffon;
    font-size: 10px;
    font-style: italic;
}

.detalleLabel2 {
    background-color: antiquewhite;
    font-size: 10px;
    font-style: italic;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
        content: "✖";
        color: crimson;
}


/*.nav > li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ffffff;
}

.nav > li.active {
        position: relative;
        background-color: white;
        border-bottom: 2px solid #c22121;
        z-index: 5;
}

.nav > li > a {
        padding: 10px;
        color: #fff;
        background-color: #dbdbdb;
        border-top: 0px solid #d4d4d1;
        border-right: 0px solid #d4d4d1;
        border-left: 0px solid #d4d4d1;
        border-bottom: 9px solid #d4d4d1;
        border-radius: 4px;
}

.nav > li .active > a {
        color: #3d80ba;
        background-color: white;
}

.nav > li a:hover {
}*/

span.normal {
  background: #FFA98F;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  margin-right: 15px;
  text-align: center;
  width: 1.1em; 
}

span.sobreturno {
  background: #ffbb33;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  margin-right: 15px;
  text-align: center;
  width: 1.1em; 
}
 
span.red {
  background: #bfd9bf;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  margin-right: 15px;
  text-align: center;
  width: 1.1em; 
}

span.mapa {
  background: blue;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  margin-right: 15px;
  text-align: center;
  width: 1.1em; 
}


/*TURNERO*/

.contenedor {
    padding: 23px;
    margin-top: 15px;
    background-color: gray;
    opacity: 0.7;
    margin-top: 30px;
}

    .contenedor i {
        /*font-size: 9px;*/
        color: #fff;
        display: block;
        text-align: center;
    }

    .contenedor h2 {
        font-size: 100px;
        color: #fff;
        text-align: center;
    }

    .contenedor h4 {
        margin-top: 15px;
        font-size: 33px;
        letter-spacing: 7px;
        color: #fff;
        font-weight: 500
    }

.contenedor-nombre {
    padding: 20px;
    margin-top: 15px;
    background-color: #76b7b7;
    /*opacity: 0.7;*/
    font-size: 18px;
}

    .contenedor-nombre h2 {
        color: #fff;
        margin: 0;
        font-weight: 400;
        margin-top: 8px;
        font-size: 45px;
    }

.contenedor-medico {
    padding: 20px;
    margin-top: 15px;
    background-color: gray;
    opacity: 0.7;
    margin-top: 40px
}

    .contenedor-medico h2 {
        color: #fff;
        margin: 0;
        font-weight: 600;
        font-size: 45px;
    }

    .contenedor-medico i {
        margin-left: 15px;
        color: #fff;
        margin: 0;
        font-weight: 600;
        font-size: 45px;
        float: left;
        margin-right: 15px;
    }

.consultorio-numero {
    background-color: gray;
    padding: 23px;
    opacity: 0.7;
    margin-top: 15px;
}

    .consultorio-numero h2 {
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        font-size: 38px;
    }

        .consultorio-numero h2 span {
            font-size: 45px;
        }

.padding {
    margin-left: 40px;
    margin-top: 25px;
    margin-right: 40px;
}

.logo {
    width: 200px;
    float: right;
    margin-top: 15px;
}

.logo-principal {
    width: 250px;
    margin-top: 20px;
}

@media (min-width: 1680px) and (max-width: 2560px) {
    /*body {
        margin-top: 150px;
    }*/

    .logo-principal {
        width: 300px;
    }

    .contenedor {
        margin-top: 100px
    }

    .padding-top {
        margin-top: 90px !important;
    }

    .contenedor-medico {
        padding: 30px;
    }

    .logo {
        width: 300px;
        margin-top: 40px;
    }
}

/* estilos creados por Mariano (diseñador)*/
.navbar-default {
    height: 107px;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0
}

.navbar-nav {
    margin-top: 26px;
}

    .navbar-nav li a {
        font-size: 17px;
    }

.navbar-default .navbar-text {
    margin-top: 40px;
}
 .navbar-text {
    margin-top: 40px;
}

/*.ng-binding .btn-salir {
    color: #3a9cbf
}*/
.btn-info {
    padding: 8px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: inherit;
}

    .btn-info:hover {
        background-color: #868686 !important
    }
.btn-guardar {
    padding: 8px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: inherit;
    background: gray;
    border: initial;
}

    .btn-guardar:hover {
        background-color: #5bc0de
    }
.btn-primary {
    padding: 8px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: inherit;
    background: #0e7dc2;
    border: initial;
    margin-top: 5px;
}

    .btn-primary:hover {
        background-color: #5bc0de
    }
.btn-sobreturno {
    padding: 8px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: inherit;
    background: #ffbb33;
    border: initial;
    margin-top: 5px;
    font-size:15px
}

    .btn-sobreturno:hover {
        background-color: #5bc0de
    }

.navbar-default .navbar-nav > li > a {
    color: #000 !important;
}

.navbar-nav > li > a {
    color: #000 !important;
}

.logeado p {
    float: right;
    margin-top: 4px;
}

    .logeado p strong {
        color: #000
    }

.logeado a {
    color: #fff
}

.caja {
    background-color: rgba(64, 158, 192, 0.6);
    padding: 8px 18px;
}

.titulo {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    float: right;
    letter-spacing: 3px;
}

.svg {
    width: 285px;
    margin: auto;
    display: block;
    fill: #409ec0;
    padding: 30px;
    height: 259px;
    margin-top: 40px;
    -webkit-filter: drop-shadow( 5px 5px 5px #fff );
    filter: drop-shadow( 5px 5px 5px #fff );
}

#footer p strong {
    color: gray;
}

.ng-scope h2 {
    font-weight: 400;
    letter-spacing: 3px;
}

    .ng-scope h2:hover {
        color: #525152;
    }

.panel-iconos {
    width: 100%;
    margin-bottom: 35px;
}

    .panel-iconos a:hover {
        text-decoration: none;
    }

    .panel-iconos a {
        text-decoration: none;
    }
uib-accordion-heading{
    color:darkgreen
}
.cuadrado {
    padding: 3px;
    margin: 3px 3px 3px 3px;
    background-color: darkgreen;
    border: none;
    color: white;
    font-size: 15px;
    text-align: center;
    background-color: rgba(64, 158, 192, 0.6);
}
.cuadrado_quedan {
    margin: 5px 2px 2px 2px;
    
    background-color: darkgreen;
    border: none;
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.modalImage .image-wrapper {
    text-align: center;
}

    .modalImage .image-wrapper img {
        max-width: 560px;
        max-height: 560px;
    }

.modalImage .image-description {
    text-align: center;
    margin-top: 10px;
}
