﻿.btn-group-xs > .btn, .btn-xs {
    padding: 3px;
    margin-top: 9px;
}

a {
    color: white;
    font-size: 1.3em;
}

.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;
}


.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/fondoREMO.jpg') 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;
    /*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*/
h1 {
    text-align: center;
    padding: 0.5em;
}
/*div principal del calendario*/
#calendario {
    border: 2px solid #337ab7;
    max-width: 100%;
    background-color: #337ab7;
    text-align: center;
}
/*tabla del calendario*/
#diasc {
    border: 1px solid #999;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

    #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;
    }




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;
}

.cabecera_filtro {
    border-bottom: 1px solid darkblue;
    background-color: darkslateblue
}

    .cabecera_filtro h4 {
        color: white;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.2em
    }

.btn-buscar-filtro {
    padding: 10px;
    color: white;
    text-align: center;
    background-color: cornflowerblue;
    border-radius: 3px;
    border: 1px solid e4e4e4;
    width: 100%;
}

    .btn-buscar-filtro:hover {
        background-color: blue;
        color: white
    }

.btn-limpiar-filtro {
    border-radius: 0;
    width: 100%;
    height: 40px;
    background: #F44336;
    border: 0px;
    text-shadow: none;
    color: white;
    text-align: center;
}

    .btn-limpiar-filtro:hover {
        background-color: firebrick;
        color: white
    }

.fd-filtro {
    border-top: 1px solid #d4d4d4;
    padding-top: 5px
}

    .fd-filtro div {
        padding: 10px
    }

.input-sm {
    padding: 15px;
}



.panel-filtro {
    zoom: 0.75;
    padding-right: 20px;
    padding-left: 20px;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.bubble {
    position: relative;
    width: 250px;
    height: 40px;
    padding: 0px;
    background: ivory;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #e4e4e4 solid 1px;
    padding: 10px;
    font-size: 12px;
    text-align: left
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px 0px 10px 15px;
        border-color: transparent cadetblue;
        display: block;
        width: 0;
        z-index: 1;
        right: -15px;
        top: 9px;
    }

/*.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 12px 17px 12px 0;
border-color: transparent #e4e4e4;
display: block;
width: 0;
z-index: 0;
left: -18px;
top: 6px;


}*/

/* BOTON FINALIZAR */
.form-group input[type="checkbox"] {
    /*display: none;*/
    display: block;
}

    .form-group input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

.js-example-basic-multiple {
    width: 600px;
}

.datepicker {
    z-index: 1151 !important;
}

.thumbnail {
    position: relative;
    z-index: 0;
}

    .thumbnail:hover {
        background-color: transparent;
        z-index: 50;
    }

    .thumbnail span img {
        border-width: 0;
        padding: 2px;
    }

    .thumbnail:hover span {
        visibility: visible;
        top: 0;
        left: 100px;
    }

    .thumbnail span {
        position: absolute;
        background-color: #FAFAFA;
        -webkit-box-shadow: 0 0 4px 2px #D6D6D6;
        box-shadow: 0 0 5px 2px #D6D6D6;
        padding: 5px;
        left: -100px;
        border: 0px;
        visibility: hidden;
        color: #000;
        text-align: center;
        text-decoration: none;
    }

/*Radio buttons*/
.btn-default.btn-on.active {
    background-color: #5BB75B;
    color: white;
}

.btn-default.btn-off.active {
    background-color: #DA4F49;
    color: white;
}

.alertify-notifier .ajs-message.ajs-error {
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.alertify-notifier .ajs-message.ajs-success {
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.modal-xl {
    max-width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal .modal-dialog {
    width: 850px !important;
}

.modal-dialog {
    max-width: 850px;
    margin: 2rem auto;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 80%;
    }
}

.vistaUsuario h2 {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 18px;
}

.vistaUsuario h5 {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 49px;
}

.table-responsive-vu {
    margin-bottom: -20px;
    background-color: rgba(245, 241, 241, 0.81);
    padding: 10px 10px 10px 10px;
}

.password-icon {
    float: right;
    position: relative;
    margin: -25px 10px 0 0;
    cursor: pointer;
}


@media (max-width: 600px) {
    .legajo_th, .legajo_td, .agente_th, .agente_td {
        display: none;
    }

    table.dataTable tbody td {
        padding: 18px 5px 18px 5px;
    }

    table.dataTable {
        font-size: 10px !important;
    }

        table.dataTable thead th {
            padding: 10px 10px;
        }

    .fa-eye {
        font-size: .72em;
        margin: -6px -6px -6px -6px;
    }

    .vistaUsuario h2 {
        color: white;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        font-size: 14px;
    }

    .vistaUsuario h5 {
        color: white;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        margin-left: 25%;
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 10px;
    }

    #logoMuni {
        width: 150px;
    }

    #cerrarSesionButton {
        font-size: 11px;
    }   

}

.nav-tabs {
    background-color: blanchedalmond;
    padding: 10 10 10 10;
}

    .nav-tabs > li.active > a {
        background-color: #337ab7;
        color: white;
    }

    .nav-tabs > li > a {
        background-color: #e4e4e4;
        border: medium none;
        border: 2px solid grey;
        border-radius: 10px;
        color:black;
    }

    .nav-tabs > li.active > a:hover {
        background-color: #1199c6 !important;
        border: medium none;
        border-radius: 10px;
        color: white;
    }
