body{
    padding-right: 0!important;
}

.text-turquese{
    color: rgb(7, 167, 167)!important;
}

tr.selected{
    background-color: rgb(182, 206, 229) !important; 
}
button.btn#btnEditMultipleBuyPrices{
    margin-bottom: 10px!important;
}
.menu-item span{
    padding-left: 13px!important;
}
/* ----- Logo M E N U----- */
@media (min-width: 768px){
    a.logo span.logo-lg{
        margin-top: 8px;
    }
    a.logo span.logo-lg img{
        padding: 5px 0;
    }
}
/* ----- Logo LOGIN ----- */
.login-box .login-logo img{
    margin-top: 100px;
    padding: 15px 10px;
}
@media only screen and (min-width: 425px){
    .login-box .login-logo img{
        padding: 25px 50px;
    }  
}
@media only screen and (min-width: 768px){
    .login-box .login-logo img{
        padding: 10px 10px;
    } 
}

/* ----- P R I N T    P D F ----- */
@page{
    margin: 1cm 0.6cm;
}
h1.printPDF{
    font-size: 1.5cm;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0;
}
main.printPDF{
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
main.printPDF h2{
    margin-top: 0;
    margin-bottom: 0.2cm;
    font-size: .6cm;
    text-transform: uppercase;
}
main.printPDF h3{
    margin-top: 0;
    font-size: .5cm;
    text-transform: uppercase;
}
main.printPDF h1.name{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5cm;
    font-size: .9cm;
    text-transform: uppercase;
}
main.printPDF .col{
    width: 49%;
    height: 100%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
main.printPDF .col .cont-BC{
    width: 100%;
    border: 1px solid #000;
    padding: 0.2cm 0.1cm 0.2cm 0.22cm;
}
main.printPDF .col .cont-desc{
    float: right;
    width: 50%;
}
main.printPDF .col .cont-BarCode{
    float: left;
    width: 50%;
    padding-top: 2mm;
}
main.printPDF .col .cont-BC p{
    width: 100%;
    text-align: center;
    margin: .08cm 0;
    font-size: .3cm;
}
main.printPDF .col .cont-BC p.barcode{
    font-size: 0.3cm;
    letter-spacing: 1.5mm;
    margin: 0;
}
main.printPDF .col .cont-BC p.price{
    font-size: .45cm;
}
/* ----------- C A L E N D A R -----------*/
td.fc-event-container{
    cursor: pointer;
}
/* ----------- B A N K   T A B L E -----------*/
.table#tb-bank td.minus{
    color: rgb(216, 18, 18);
}
.table#tb-bank td.plus{
    color: rgb(25, 160, 66);
}
/* -----------  F O R M S  -----------*/
.form-block{
    width: 100%!important;
    display: block!important;
}
/*------------ C L E A N   I N PU T   N U M B E R ----------*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none!important; 
  margin: 0!important; 
}

input[type=number] { -moz-appearance:textfield!important; }
/*=========================================================================*/
/*===========  C O N T A I N E R   IE  &&   E A R N I N G S  ==============*/
/*=========================================================================*/
.container-table-money{    
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 2px
}
#container-IE{
    border-top: 3px solid rgb(7, 99, 160);
}
#container-Earns{
    border-top: 3px solid rgb(7, 160, 152);
}
#container-chart-Providers{
    border-top: 3px solid rgb(7, 160, 152);
}
/*   -------  H E A D ER  -------   */
.container-table-money .header{
    display: block;
    position: relative;
}
@media only screen and (min-width: 768px){
    .container-table-money .header{
        height: 60px;
    }  
}
.container-table-money .header .center-header{
    padding: 0 20%;
    box-sizing: border-box;
}
.container-table-money .header .right-header > button{
    margin-left: 40%
}
.container-table-money .header > div{
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
}
.container-table-money .header > div > h2{
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    font-family: 'Livvic', sans-serif;
}
.container-table-money .header > div > h2#year-title{
    padding-top: 5px;
    letter-spacing: 3px;
    font-size: 2.2em;
}
.container-table-money .header > div > h2#main-title{   /*MAIN TITLE*/
    font-size: 1.8em;
}

@media only screen and (min-width: 768px){
    .container-table-money{
        max-height: 50vh;
    }
    .container-table-money .header > div{
        width: 33.33%;
        float: left;
        margin-top: 0
    }
    .container-table-money .header .center-header{
        padding: 0 5%;
    }
    .container-table-money .header .center-header,
    .container-table-money .header .right-header{
        margin-top: 10px;
    }
}
/*   -------  S  E  L  E  C  T    -------   */
.select-place{
    padding: 0 10%;
    margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px){
    .select-place{
        margin: 10px 0 0 0;
        padding: 0 20%;
    }
}
/*   -------  M A I N   B O D Y    -------   */
.container-table-money .main-body{
    width: 100%;
    height: calc(100% - 195px);
    bottom: 0px;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    
}
@media only screen and (min-width: 768px){
    .container-table-money .main-body{
        height: calc(100% - 120px);
        flex-direction: row;
        overflow: hidden;
    }
}
.col-selected{
    background-color: #e3fcfb!important;
}
.col-disabled{
    background-color: #f3f3f3!important;
}
/* COL - CONTENT */
.container-table-money .main-body .col-content{
    width: 100%;
    flex: 1;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-bottom: rgb(173, 173, 173) 1px solid;
    padding: 7px;
}
@media only screen and (min-width: 768px){
    .container-table-money .main-body .col-content{
        height: 100%;
        border-bottom: none;
        border-right: rgb(173, 173, 173) 1px solid;
    }
}
.container-table-money .main-body .col-content:last-child{
    border: none;
}
.container-table-money .main-body .col-content:first-child{
    border-top: rgb(173, 173, 173) 1px solid;
}
.container-table-money .main-body .content-title{
    width: 30%;
    float: left;
    height: 32px;
    box-sizing: border-box;
}
.container-table-money .main-body .content-title p.title-col{
    border: 1px solid rgb(87, 87, 87);
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2em;
    padding: 2px 5%;
}
@media only screen and (min-width: 768px){
    .container-table-money .main-body .col-content:first-child{
        border-top: none;
    }
    .container-table-money .main-body .content-title{
        width: 100%;
        height: 30px;
    }
}
/*-------*/
.container-table-money .main-body .col-content .content-money{
    width: 35%;
    height: 100%;
    float: left;
    padding: 5px 0;
}
.container-table-money .main-body .col-content > .content-money:nth-child(2n){
    border-right: rgb(175, 175, 175) 1px solid;
}
.container-table-money .main-body .col-content > .content-money.all-width{
    width: 70%;
    border: none!important;
}
@media only screen and (min-width: 768px){
    .container-table-money .main-body .col-content > .content-money.all-width{
        width: 100%;
    }
}
.container-table-money .main-body .col-content .content-money > p{
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'Livvic', sans-serif;
}
.container-table-money .main-body .col-content .content-money > p.title{
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: bold;
}
@media only screen and (min-width: 768px){
    .container-table-money .main-body .col-content .content-money{
        width: 100%;
        height: calc(50% - 30px);
        float: left;
        padding: 10% 0;
    }
    .container-table-money .main-body .col-content > .content-money:nth-child(2n){
        border-right: none;
        border-bottom: rgb(175, 175, 175) 1px solid;
    }
}
/*   -----------------------------  B  I  L  L  S  -------------------------------- */

.row #bills-prov span#selectDate{
    margin-left: 25px;
    font-weight: bold;
    font-size: 1.2em;
}
.row #bills-prov #selectProv-bills,
.row #bills-prov #selectPlace-bills{
    margin-left: 20px;
}
/*-----------------------------------------------------------------------*/
/*  Codigo CSS para cajas que se muestran en la pagina de incio de los encargados,
    donde se muestra la cantidad de credito que deben clientes   */
#credit-boxes .small-box .main-title{
    font-size: 1.5em;
}

#credit-boxes .small-box .main-title{
    font-size: 1.5em;
}
#credit-boxes .small-box .second-title{
    font-weight: bold;
}
/*-----------------------------------------------------------------------*/
/* Codigo Css para spinner de carga */
.container-lds-ring{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 40px 0;
}
.lds-ring.big{
    width: 150px;
    height: 150px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #1e8ac8;
    border-radius: 50%;
    animation: lds-ring 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1e8ac8 transparent transparent transparent;
}
.lds-ring.gray div{
    border-color: rgb(126, 126, 126) transparent transparent transparent;
}
.lds-ring.green div{
    border-color: #00a65a transparent transparent transparent;
}
.lds-ring.big div{
    width: 120px;
    height: 120px;
    border-width: 10px;
}
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/*-----------------------------------------------------------------------*/
/* --------------------------- SELECT PICKER --------------------------- */
/*-----------------------------------------------------------------------*/
.input-group-btn:last-child>.btn{
    height: 100%;
}
div.dropdown-menu.open{
    max-height: 250px!important;
}
/* MODAL MEDIUM */
@media only screen and (min-width: 900px){
    .modal .modal-md{
        width: 700px;    
    }
}
/*-----------------------------------------------------------------------*/
/* --------------------------- C H A R T S   --------------------------- */
/*-----------------------------------------------------------------------*/

.container-chart.container-chart .main-body{
    height: calc(100% - 50px);
    display: block;
} 
.container-chart .main-body .container-chart-half{
    width: 100%;
    height: 33.3%;
}
.container-chart .main-body .container-chart-half h3{
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Livvic', sans-serif;
}
.container-chart .main-body .container-chart-half .container-chart-doug{
    padding: 4em 5.5em;
}
@media only screen and (min-width: 768px){
    .container-table-money.container-chart {
        max-height: 75%;
    }
    .container-table-money .header {
        height: 60px;
        margin-top: 10px;
    }
    .container-chart .main-body .container-chart-half{
        width: 50%;
        height: 100%;
        float: left;
    }
    .container-chart .main-body .container-chart-half .container-chart-doug{
        padding: 2em 2em;
    }
}
@media only screen and (min-width: 992px){
    .container-chart .main-body .container-chart-half .container-chart-doug{
        padding: 2em 2em 6em 2em;
    }
}
@media only screen and (min-width: 1440px){
    .container-chart .main-body .container-chart-half .container-chart-doug{
        padding: 2em 8em 6em 8em;
    }
}
/*=========================================================
                S  A  L  E  S
=========================================================*/
.modal#modalSearchProduct .modal-body table.table.table-striped>tbody>tr:nth-of-type(odd){
    background-color: rgb(230, 230, 230)!important;
}
/*=========================================================
                I  N  V  E  N  T
=========================================================*/
.modal#modalAddInventProduct .modal-dialog{
    width: 700px!important;
}
@media only screen and (min-width: 992px){
    .modal#modalAddInventProduct .modal-dialog{
        width: 900px!important;
    }
}
@media only screen and (min-width: 1200px){
    .modal#modalAddInventProduct .modal-dialog{
        width: 1100px!important;
    }
}
.modal#modalAddInventProduct .modal-body .container-newProducts .col-sm-1,
.modal#modalAddInventProduct .modal-body .container-newProducts .col-xs-3{
    padding-right: 8px;
    padding-left: 8px;
}
@media only screen and (min-width: 768px){
    .modal#modalAddInventProduct .modal-body .col-sm-1{
        width: 11%;
    }
    .modal#modalAddInventProduct .modal-body .col-sm-2{
        width: 12.5%;
    }
}
.modal#modalAddInventProduct .modal-body .container-newProducts span.input-group-addon{
    padding: 6px 6px;
}

/*=========================================================
                C A L E N D A R I O
=========================================================*/
.modal#modalEventCalendar .modal-dialog{
    width: 700px!important;
}
@media only screen and (min-width: 992px){
    .modal#modalEventCalendar .modal-dialog{
        width: 900px!important;
    }
}
@media only screen and (min-width: 1200px){
    .modal#modalEventCalendar .modal-dialog{
        width: 1100px!important;
    }
}

.modal#modalEventCalendar .modal-dialog table td.input div{
    display: flex;
}
.modal#modalEventCalendar .modal-dialog table td.input input{
    width: 50px;
    appearance: none;
    background-color: transparent;
    border: none;
    height: 100%;
}
.modal#modalEventCalendar .modal-dialog table td.input input:focus{
    outline-color: rgb(63, 63, 63);

}
.modal#modalEventCalendar .modal-dialog table td.input input.space-left{
    margin-left: 3px;
}
.modal#modalEventCalendar .modal-dialog table td.input input.space-rigth{
    margin-right: 3px;
}