.fullHeight {
    height: 100%;
}
.table-caption {
    /*font-weight: bold;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;*/
    background-color: #285DA9 !important;
    color: #FFF !important;    
    font-size: 1.5rem;    
    max-width: 100%;    
    text-align: center;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.table-row:nth-child(even) {
    background-color: #ffffff;
}
.table-row:nth-child(odd) {
    background-color: #e1f5fe;
}
.table-row.alt:nth-child(even) {
    background-color: #e4f7e8;
}
.table-row.alt:nth-child(odd) {
    background-color: #eff1f3;
}
.table-row.row-0 {
    background-color: #ffffff !important;
}
.table-row.row-1 {
    background-color: #e1f5fe !important;
}
.table-row.alt.row-0 {
    background-color: #eff1f3 !important;
}
.table-row.alt.row-1 {
    background-color: #e4f7e8 !important;
}
.table-row div:before {
    background-color: #607d8b;
    color: #FFF !important;
    font-size: 16px;
    font-weight: bold;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    flex: 0 0 100%;
    display: block;
    text-align: left;
}
.table-row div.estatus,
.table-row div.acciones {
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.table-row input,
.table-row select,
.table-row textarea,
.table-row .input-group {
    width: 90%;
    margin: auto;
    font-size: 0.97rem;
}
.table-row.hover-highlith:not(:hover) button {
    background-color: #356BA7 !important;
}
.table-row .form-error {
    text-align: left;
    padding-left: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
}
.table-row i.material-icons {
    font-size: 36px;
    margin: 3px;
    /*text-shadow: 0px 1px 0px #e4e4e4, 0px 2px 0px #c1c1c1, 0px 3px 1px #ababab, 0px 4px 1px #828282;*/
}
.table-row .acciones i.material-icons {
    cursor: pointer;
}
.table-row div.estatus:before {
    content: 'Estatus';
}
.table-row div.acciones:before {
    content: 'Acciones';
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .table-row div:before {
        display: none !important;
    }
}

.reveal.dinamic {
    margin: 0 auto;
}
.reveal.dinamic iframe {
    border: 0;
    height: calc(100% - 12px);
    left: 6px;
    padding: 0;
    position: absolute;
    top: 6px;
    width: calc(100% - 12px);
}
.input-group input {
    margin: 0;
    /*Aling text %, $ */
    text-align: right;
}
.input-group-label {
    text-align: center;
    font-weight: bold;
}
/*
div.button-holder,
section.button-holder {
    display: flex;
    justify-content: space-around;
}
div.button-holder button ~ button,
section.button-holder button ~ button {
    margin: 0 0 1rem 0 !important;
}
button ~ button {
    margin-left: 1rem !important;
}
*/

input.hasDatepicker[readonly] {
    cursor: pointer;
}

.display-moneda {
    text-align: right;
    position: relative;
}
.display-moneda::before,
.table-row .display-moneda::before {
    content: '$';
    display: inline-block !important;
    width: auto;
    height: auto;
    background: inherit;
    color: inherit !important;
    font-weight: normal;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
}
div.button-holder,
section.button-holder {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 0 0.5rem;
    margin: auto !important;
    max-width: 800px !important;
     
}
div.button-holder-reloaded,
section.button-holder-reloaded{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 0.5rem;
    margin: auto !important;
    max-width: 800px !important;
   
    
}
div.button-holder
button.button.action:not(.icon) {
    margin: 0 !important;
}
body:not(.doc-ready) > * {
    display: none;
}

body:not(.doc-ready):before {
    content : '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(141, 145, 148, 0.4);
    animation: loading-animation 2.0s -1.0s infinite ease-in-out;
}
body:not(.doc-ready):after {
    content : '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(83, 154, 217, 0.4);
    animation: loading-animation 2.0s infinite ease-in-out;
}
body.doc-busy * {
    z-index: -1;
}
body.doc-busy > .busy-overlay-aux {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

body.doc-busy:before {
    content : '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(141, 145, 148, 0.4);
    animation: loading-animation 2.0s -1.0s infinite ease-in-out;
}
body.doc-busy:after {
    content : '';
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(83, 154, 217, 0.4);
    animation: loading-animation 2.0s infinite ease-in-out;
}

@keyframes loading-animation {
    0%, 100% {
        transform: scale(2,2);
        //background-color: rgba(255,255,255,0.3);
    }
    50% {
        transform: scale(0.5,0.5);
        //background-color: rgba(255,255,255,1);
    }
}

.float:hover {
    cursor: pointer;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}

.my-float{
    font-size: 40px !important;
    margin-top: 10px;
    margin-left: 1px;
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 80%;
    }

    html.no-resize {
        font-size: 100%!important;
    }
}
.autocomplete {
    position: relative;
}
.autocomplete
.float-hint-div-style {
    position: absolute;
    background: white;
    border: 1px solid #cacaca;
    margin: 0;
    padding: 0;
    top: 99%;
    border-top: 0;
    box-shadow: 0 0 5px #cacaca;
}
.autocomplete
.float-hint-div-style
.hint {
    padding: 2px 10px;
}
.autocomplete
.float-hint-div-style
.hint:hover {
    color: white;
    background: rgb(143,210,234);
}
.reveal > .hix-container {
    margin-top: 0;
    margin-bottom: 0;
}

.titulo-pdf {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    background-color: #F28A2C;
    color: #FFFFFF;
    font-size: 1.5rem;        
    max-width: none;     
    text-align: center;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.leyenda-pdf {
    color: #285DA9;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.color-boton {
    background-color: rgb(255, 152, 0) !important;
}

.boton-buscar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: auto !important;
    max-width: 800px !important;
}

.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(0.375em + 0.1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: 0.25rem;
    width: 100%;
}

.input_number::-webkit-inner-spin-button, 
.input_number::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.input_number { -moz-appearance:textfield; }

.status-label {
    width: 200px;
    height: 200px;
    
    position: relative;
}

.status-label:hover .label-message {
    display: inline;
   
}

.label-message {
    display:none ;
    transition: opacity 0.3s ease;
    padding: 6px;
    height: 50%;
    bottom: 10vw;
    transform: translate(-50%, -50%);
    background-color: rgb(222, 222, 131); 
    color: black;
    border: 2px solid black;
    border-radius: 5px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}  
.lateral-scroll{
    overflow-y: auto;
}