/***
    SECCIÓN FORMULARIO DE LOGIN
*/
/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

body, html {
 height: 100%;
}

header {
    min-height: 50px;
    text-align: center;
}


.container-fluid {
    padding: 0px;
}

.row {
    margin: 0px;
}

.x-date-picker table
{
    width: 100% !important;
}
.x-date-picker
{
    width: 198px !important;
    border:none !important;
}

.otto {
    font-size: 2em;
  /*background: #0e8dbc;*/
  color: #000;
}

.otto2 {
    font-size: 2em;
  /*background: #0e8dbc;*/
  color: #000;
}

.titulo_seccion {
    padding: 7px;
    display: block;
    color: #FFF;
    background-color: #336699;
    font-size: 1.2em;
    font-weight: bold;
}



.login-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(222, 222, 222));
}

.login-bg-sys {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(200, 200, 200), rgb(255, 255,255));
}

.card-container.card {
    max-width: 500px;
    padding: 50px 50px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.icono-excel {
    float: right;
}

.header_direccion {
    background: #FFF;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

/*Old*/
.Menu {
    background-color: #FFF;
    height: auto;
}
#body_content {
    background-color: #FFF;
    padding-top: 5px;
    height: 100%;
    display: block;
}

#logo_encabezado {
    width: 15%;
    height: 15%;
}
  /*Old*/  /*END*/

.header_image_logo {
    width: 200px;
    height: auto;

    display: block;
    margin: 0 auto;

    flex-shrink: 0;
}

.menu-container {
    background-color: #FFF;
    height: auto;
}


.navigation-drawer {
    width: 250px;
    background-color: #FFF;
    height: auto;
    
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column;

    position: fixed;
    height: 100vh;  
    overflow-y: auto;
    top: 0;          
    left: 0;
}

.main-content-container {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    margin-left: 250px;
}



footer {
    display: block;
    bottom: 0px;
    min-height:40px;
    background: #FFF;
    text-align: center;
    color: #336699;
    position: fixed;
    width: 100%;
    line-height: 40px;
    max-height: 40px;
}

.ftdireccion {
    display: block;
    bottom: -40px;
    min-height:40px;
    background: #336699;
    text-align: center;
    color: #FFF;
    position: fixed;
    margin-bottom: 40px;
    width: 100%;
    line-height: 40px;
}

/*
 * Card component
 */
.card {
    background-color: #333;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin input[type=number],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.ip {
    display: inline-block; 
    float: left;
}

.fecha_hora {
    display: inline-block; 
    float: right;
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn-excel {
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(33, 66, 99);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}



/** FORMULARIOS **/
form.sistema {
    background: #FEFEFE;
    border: 1px dotted #CCC;
    margin-bottom:  10px;
}

fieldset {
    padding: 0px;
    margin: 0px;
}

.form-field {
    padding: 2px;
    padding-left: 10px;
}

.etiqueta {
    background: #ccc;
    font-size: 1.2em;
    padding: 3px;
    float: left;
}

.radio {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    border: 1px solid #EFEFEF;
}

.inputGroupContainer {
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.label-radio {
    padding-bottom: 5px;
}

input[type="radio"] {    
    font-size: 1.2em;
}

/* input[type="file"] {
    display: none;
} */

select.select-multiple > option {
    padding: 5px;
    border: 1px dotted #CCC; 
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.subtitulo_seccion {
    font-size: 1.3em;
    font-weight: bold;
}

.gris {
    background: #CCC;
    color: #000;
    text-align: left;
}

.TablaFormateada {
    font-size: .95em;
    padding: 1px;
    margin-bottom: 5px;
}

.TablaFormateada tbody tr td.tdHeadField  {
    background-color: #eee;
    font-weight: bold;
}

.TablaFormateada>tbody>tr>td, 
.TablaFormateada>tbody>tr>th, 
.TablaFormateada>tfoot>tr>td, 
.TablaFormateada>tfoot>tr>th, 
.TablaFormateada>thead>tr>td, 
.TablaFormateada>thead>tr>th {
    padding: 2.5px;
}

.TablaFormateada {
    margin:1px;
}

.FormFormateado {
    margin-bottom: 2px;
}

.FormFormateado .form-control {
    font-size: .9em;
    max-height: 30px;
}

#Form_Aclaracion {
    padding: 2px;
}

#Form_Aclaracion .form-group {
    padding: 2px;
}

#Form_Aclaracion .control-label {
    background: #eee;
    line-height: 30px;
}

.TablaFormateada  .TFencabezado {
    padding: 2px;
    color: #FFF;
    background-color: #336699;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.navbar-inner-red {
    background-color: #600000;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
}

.full-screen {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.normal-screen {
    position: relative;
}

.call-options {
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.tab-video,
.div-video {
    width: 100%;
    height: 0px;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.label-align {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.input-align {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.glass-panel {
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: Gray;
}

.div-keypad {
    z-index: 100;
    position: fixed;
    -moz-transition-property: left top;
    -o-transition-property: left top;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
}

.previewvideo {
    position: absolute;
    width: 88px;
    height: 72px;
    margin-top: -42px;
}

.inputstl {
    padding: 9px;
    border: solid 1px #173955;
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #AACCE8), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #AACCE8 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.moneda {
    text-align: right;
}

.full-width {
    width: 100% !important;
}

._80_ {
    width: 85% !important;
}

.half-width {
    width: 50% !important;
    float: left !important;
}

.center {
    text-align: center;
}

/* Tabla scroll container */

.tabla-scroll-container {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.tabla-scroll-container thead {
    position: sticky;
    top: 0;
    background-color: #336699 !important;
    color: #fff !important;
    z-index: 10;
}

.tabla-scroll-container::-webkit-scrollbar {
    width: 10px;
}

.tabla-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tabla-scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.tabla-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Tabla de usuarios */
.foto-usuario {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.foto-usuario-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.btn-container {
    text-align: center;
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin: 0 auto;
    column-gap: 5px;
    row-gap: auto;
}