

/*  TODO mejorar el codigo que genera el paginador y reveer todas estas clases*/
/*  Esto sirve para que el Content del Page ocupe el 100% del Height disponible */
body{
   min-height: 100vh;
}

.main-container{
   min-height: inherit;
}

.main-container-inner{
    min-height: inherit;
}

.main-content{
    min-height: inherit;
}

.main-content > div{
    min-height: inherit;
}

.page-content  {
    min-height: inherit;
}

.page-content > div {
    min-height: inherit;
}

.page-content > div > .row {
    min-height: inherit;
}

.page-content > div > .row > div {
    min-height: inherit;
}

.page-content > div > .row > div > .page-inner-content{
    min-height: inherit;
}

/* --------------------------------------------------------------- */
.center-container{
    margin-left: 25%;
    margin-right: 25%;
}

.line-through{
    text-decoration: line-through
}

.number-spinner-button{
    border-radius:1px !important;
    border-width: 0px !important;
}

.icon-button-behavior{
    position: absolute!important;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 10px;
    height: 14px;
}

.icon-button-behavior:before{
    border-width: 7px 5px !important;
}

.panel-group .panel{
    overflow: visible;
}

.title-component{
    padding-bottom: 5px;
}

.fit{
   width : 100%;
   height : 100%;
}

.fit-vertically{
   height : 100%;
}

.widget-header{
    padding : 0px;
}

.widget-body-padding{
    padding : 12px;
}

.row-display{
    margin-top: 6px;
/*    margin-left: -15px !important;
    margin-right: 15px !important;*/
    padding-right: 0;
}

.no-row-padding{
    padding-left : 0 !important;
    padding-right : 0 !important;
}

.btn-margin{
    padding-top: 3px;
    padding-bottom: 3px;
}

.field ~ .btn{
    margin-top: 32px;
}

.field ~ .btn.btn-white{
    margin-top: 26px;
}

.container-outline{
    border-color: #FF8482;
    border: 3px;
}

.input-padding{
    padding-right: 1px !important;
    padding-left:0;
}

.vbox {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}

.tab-disabled{
    cursor: not-allowed;
}

.box-gray{
    -webkit-box-shadow: 0px 0px 0px 1px rgba(88,88,88, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(88,88,88, 1);
    box-shadow: 0px 0px 0px 1px rgba(88,88,88, 1);
}

.box-depth{
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5),
    inset 5px 5px 8px rgba(0,0,0,0.5);
}

.box-depth:hover{
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(49, 171, 249, 0.5),
    inset 5px 5px 8px rgba(49, 171, 249, 0.5);
}

.dropbox-slot{
    cursor:pointer;
    display: table-cell;
    vertical-align: middle;
}

.center-icon{
    display: block;
    background-color: transparent;
    height: 1px;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-fill-screen{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.image-fit{
    max-width: 99%;
    max-height: 99%;
}

.table-overflow-x{
    overflow-x: auto;
}

.table-fixed{
    text-overflow: ellipsis;
    table-layout: fixed;
    word-wrap: break-word;
}

.container-border-blue{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

button.close-editor{
    opacity: 0.8 !important;
    font-size : 120px;
    color: #62a8d1 !important;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
    .image-small{
        height:0;
        padding-bottom: 95%;
    }
}

/* Vista de Auditoría de Ventas */
/*Para resoluciones mayores a 1600px*/
.auditoria-header-cuenta{
    font-size: 1.3vw;
}
.auditoria-subHeader-cuenta{
    font-size: 1.1vw;
}
.auditoria-left-col{
    font-size: 1vw;
}
.auditoria-data-col{
    font-size: 1.05vw;
}
.auditoria-div-data-col{
    text-align: right;
    width: 80%;
}

@media (max-width: 1280px) {
    .auditoria-header-cuenta{
        font-size: 1.4vw;
    }
    .auditoria-subHeader-cuenta{
        font-size: 1.3vw;
    }
    .auditoria-left-col{
        font-size: 1.3vw;
    }
    .auditoria-data-col{
        font-size: 1.5vw;
    }
    .auditoria-div-data-col{
        text-align: right;
        width: 90%;
    }
}
@media (max-width: 800px) {
    .auditoria-header-cuenta{
        font-size: 1.7vw;
    }
    .auditoria-subHeader-cuenta{
        font-size: 1.5vw;
    }
    .auditoria-left-col{
        font-size: 1.8vw;
    }
    .auditoria-data-col{
        font-size: 1.8vw;
    }
    .auditoria-div-data-col{
        text-align: right;
        width: 90%;
    }
}

.round-button {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #62a8d1;
    border-radius: 50%;
    color: #62a8d1;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    font-weight: bold;
}
.round-button:hover {
    background: #cac9d1;
}
/* Fin Vista de Auditoría de Ventas */