.glyphicon-large {
    min-height: 260px;
    line-height: 260px;
    font-size: 35px;
    width: 1em;
    display: block;
    margin: -0.5em auto 0px;

}
/* Modales */
.modal-dialog.modal-xl{
    width: 85%;
}

.modal-alert.fade.in {
    z-index: 1060;
}

/* Tables */
td.alignCenter{
    text-align: center;
}

td.alignRight{
    text-align: right;
}
/* PageOverlay */
.page_overlay {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
    
.page_overlay_inner {
    bottom: 0;
    height: 100%;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}

.page_overlay_content {
    height: 72px;
    margin: 250px auto 0;
    width: 152px;
}

.overlay_dialog {
    background: url("/img/loading.gif") no-repeat scroll center center #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
    height: 70px;
    text-align: center;
    width: 150px;
}

.select2-container .select2-choice {
    border-radius: 0;
}

img.persona-img{
    height: 300px;
    width: 300px;
}

div.persona-img{
    margin-left: 15%;
}

div.datos-persona{
    font-size: 20px;
}

div.lkt-disabled-style .datepicker table tr td.disabled {
    color: #555;
}


div.lkt-disabled-style .datepicker table tr td.disabled.old {
    color: #bbb;
}

.datepicker table tr td.selected-verde {
    background-color: #5cb85c;
    font-weight: bold;
    color: #DDFEDD !important;
    border: none;
}

.datepicker table tr td.selected-verde:hover {
    background-color: #5cb85c;
    font-weight: bold;
    color: #076307 !important;
}

.datepicker table tr td.selected-rojo {
    background-color: #e66454;
}

.datepicker table tr td.selected-rojo:hover {
    background-color: #e66454;
}

div[lkt-template] {
    display: none;
}

table:not([lkt-initialized="true"])[lkt-datatable] {
    display: none;
}

.bg-black {
  background-color: #5e5e5e;
}
.bg-black strong {
    color: #fff;
}
.float-right {
    float: right;
}
.day.ocupado:not(.old, .new) {
    background-color: red !important;
    color: white
}
.day.disponible:not(.old, .new) {
    background-color: green !important;
    color: white
}
.day.sin-informacion:not(.old, .new) {
    background-color: grey !important;
    color: white
}

.daily-selector {
    width: 14%; 
    border-color: #070400; 
    border-radius: 20px; 
    border-style: solid;
}

.daily-selector:hover, 
.daily-selector label:hover,
.daily-selector input:hover
 {
    cursor: pointer;
}

.daily-selector .mb-0 {
    margin-bottom: 0;
}
