.info-user {
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 1px 1px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 20px -5px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 20px -5px rgba(0,0,0,0.75);
}

.info-user-icons {
    padding-top: 5px; 
    font-size: 16pt; 
}

.info-user-tools-1 {
    margin-top: 2px; 
    background: #b1e7e0; 
    width: 100%; 
    padding: 3px; 
    text-align: right; 
    padding-right: 10px; 
    font-size: 11pt;
}

.info-user-tools-2 {
    margin-top: 2px; 
    background: #b3b3ff; 
    width: 100%; 
    padding: 3px; 
    text-align: right; 
    padding-right: 10px; 
    font-size: 11pt;
}

.info-user-tools-3 {
    margin-top: 2px; 
    background: #ffb380; 
    width: 100%; 
    padding: 3px; 
    text-align: right; 
    padding-right: 10px; 
    font-size: 11pt;
}

.info-user-name {
    width: 100%; 
    font-weight: 600; 
    color: #309c8e; 
    padding-left: 5px; 
    padding-right: 5px; 
    min-height: 40px; 
    vertical-align: top;
    font-size: 11pt;
}

#imgAvatar:hover {
    box-sizing: inherit;
    border: 1pt solid black;
    opacity: 0.5;
}

.img-circle-noHover {
    border-radius: 50%;
}

.img-circle-noHover:hover {
    box-sizing: inherit;
}

.img-circle:hover {
    box-sizing: inherit;
    border: 1pt solid black;
}


.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

.enabledDiv {
    pointer-events: auto;
    opacity: 1;
}

.btn-sino {
    opacity: 0.8;
    height: 20px;
    width: 45px;
    padding: 1px;
    padding-top: 0px;
}

.btn-sexoMF {
    opacity: 0.8;
    height: 20px;
    width: 80px;
    padding: 1px;
    padding-top: 0px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        /*padding: 3px 20px;*/
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
        cursor: pointer;
        padding: 5px;
    }
    
.filtros {
    width: 97%;
    padding-left: 20px;
    padding-top: 0px;
    background: white;
    margin: auto;
    margin-top: 10px;
    border: 1pt solid #dcdcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
}

.filtros-title {
    padding: 10px;
    font-size: 12pt;
    color: #818181;
}

#filtrosAdicionales {
    display: none;
    width: 100%;
}

.bth-sexo {
    border-radius: 10px; 
    margin-right: 10px;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-md {
  width: 32px;
  height: 32px;
  padding: 4px 7px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 16px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/************* TURNOS *************/
#dvTurnos {
    display: none;
    overflow-x: auto !important;
    padding-left: 0px;
    padding-right: 0px;
}
.grilla-turno-fecha-td {
    /*width: 16.66666667%;*/
    min-width: 170px;
}

.grilla-turno-fecha {
    color: #000000; 
    background: #ffffff; 
    text-align: center; 
    border: 1pt solid #7d7d7d;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    padding: 6px;
    font-size: 13px;
}

.grilla-turno-profesional {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    background: #ffffff;
    margin-bottom: 5px;
    color:#000000;
    border: 1pt solid #7d7d7d;
    font-size: 13px;
    height: 200px;
}

.grilla-turno-datosProfesional {
    border: 1pt;
    border-right: 0px;
    border-color: black;
    border-style: solid;
    min-width: 170px;
    height: 165px;
    overflow-y: auto !important;
    width: 16.66666667%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    font-size: 13px;
    vertical-align: top;
    padding-top: 15px;
}

.grilla-turno-agendas {
    text-align: left; 
    font-weight: 400; 
    font-size: 8pt;
    padding-left: 10px;
}

.grilla-turno-horarios {
    margin: auto;
    max-height: 250px;
    background: #f9f9f9;
    padding-left:1px;
    padding-right: 1px;
    border: 1pt solid #ffffff;
    border-top-color: black;
    border-bottom-color: black;
    min-width: 170px;
    overflow-y: auto !important;
    width: 16.66666667%;
    font-size: 13px;
}

.grilla-turno-horarios-div {
    max-height: 250px;
    background: #f9f9f9;
    overflow-y: auto !important;
}

.grilla-turno-link-horario-turno {
    padding: 3px; 
    font-size: 8pt; 
    cursor: pointer;
    color: White;
    background-color: #00a79d;
    border-radius:5px;
    margin:2px;
    margin-top:6px; 
    font-weight: 800
}

.grilla-turno-link-horario-turno:hover {
    background-color: #3c8dbc;
    color: #7ef5c9;
}

.grilla-turno-link-horario-sobreturno {
    padding: 3px; 
    font-size: 8pt; 
    cursor: pointer;
    color: White;
    background-color: #e4bc72;
    border-radius:5px;
    margin:2px;
    margin-top:6px; 
    font-weight: 800
}

.grilla-turno-link-horario-sobreturno:hover {
    background-color: #c1830f;
}

.dlg-titulo {
    font-size: 12pt;
    color: #309c8e;
    font-weight: 800;
}
.dlg-etiqueta-10 {
    font-size: 10pt;
    font-weight: 800;
    color: #444444;
}
.dlg-etiqueta-11 {
    font-size: 11pt;
    font-weight: 800;
    color: #444444;
}
