html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    min-height: 100%;
    min-width: 100%;
    overflow-x: hidden !important;
}
[hidden]{
    display: none !important;
}

.env-info{
    margin-top: -15px;
    color: rgb(194, 16, 16);
}

.backgroud-image{
    width: 100%;
    height: 100%;
}

.dev-link{
    margin-bottom: 10px;
}

.login-body{
    display: flex;
    flex-direction: row;
}

.login-box{
    width: 80%;
    height: 360px;
}

.login-form{
    background-color: #fff !important;
}

.login-box-info{
    background-color: #fff;
}

.login-btn{
    width: 100%;
}

.login-logo{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-container{
    width: 35%;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.login-background{
    width: 65%;
    background-color: #35175C;
    height: 100%;
    min-height: 100%;
}

.login-img-logo{
    max-width:80%;
    max-height:45%;
    width: auto;
    height: auto;
}

.login-box{
    background-color:#fff !important;
}

.login-title{
    color: #35175C;
    font-size: 2rem;
}

.center-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-panel{
    display: flex;
    justify-content: flex-start;
}

.panel-system{
    margin-top: 30px;
}
.app-box{
    background-color: #030867;
    width: 320px;
    height: 180px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-right: 10px;
}

.system-box-link{
    text-decoration: none !important;
}

.system-box-link:hover{
    text-decoration: none !important;
}

.app-box:hover{
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
    background-color: #35175C;
}

.app-img{
    width: 80%;
    height: 70%;
}

.app-img > img{
    max-width:150px;
    max-height:110px;
    width: auto;
    height: auto;
}

.app-label{
    width: 80%;
}

.app-font-label{
    font-size: 2rem;
    font-weight: bolder;
    color: #fff;
}

.alert{
    position: fixed;
    width: 70%;
    top: 55px;
    left: 15%;
    z-index: 9999999;
}

.dev-fixed-bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-decoration:none;
    background-color: #f8f8f8;
}

.dev-fixed-bottom:hover{
    text-decoration: none;
}

.dev-fixed-bottom > p{
    text-align: center;
}
.customer-master-label{
    margin-left: 100px;
}

.invisible-disabeld-field{
    border: none !important;
    box-shadow:none !important;
    font-weight: bold !important;
}

.invisible-disabeld-field:disabled{
    background-color: transparent !important;
}

.warning-text-field{
    color:#ffc107 !important;
}

.error-text-field{
    color:#dc3545 !important;
}

.success-text-field{
    color:#28a745 !important;
}

.clickble{
    cursor: pointer;
}

.full-container{
    width: 100%;
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
    max-width: 100% !important;
}

.dataTables_wrapper > .row {
    overflow: auto !important;
}

.row {
    margin-bottom: 20px !important;
}

/* table column width */
.td-05{
    width: 5px !important;
    min-width: 5px !important;
    max-width: 5px !important
}

.td-30{
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important
}

.td-70{
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important
}

.td-100{
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important
}

.td-120{
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important
}

.td-150{
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.td-170{
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
}

td{
    white-space: nowrap !important;
    max-width: 150px !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
}

.invisible-disabeld-field:read-only {
    background-color: transparent !important;
}

.row-element-group{
    display: flex !important;
    flex-direction: row !important;
    justify-content:flex-start !important;
    align-items: end !important;
}

.row-element-group > .form-group{
    margin-right: 20px !important;
}

.icon-menu-img{
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    cursor: pointer;
}

#quick-access-nav{
    margin-right: 150px !important;
}

#menu-nav-bar{
    display: none;
}

.schedule-body > #page-wrapper{
    margin-left: 0px !important;
}

.functions-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-functions-group{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.btn-functions-group > button{
    margin-right: 5px !important;
}

.large-modal{
    width: 60% !important;
}

.row-center-box{
    display: flex !important;
    flex-direction: row !important;
    justify-content:center;
}

.column-group{
    border: solid 1px #ddd;
    width: 42%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.column-group-action{
    width: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.column-group-inner-action{
    width:12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}

.column-group-action > button, .column-group-inner-action > button{
    margin-bottom: 30px;
}

.column-space-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row-space-between > .column-space-between{
    width: 80% !important;
}

.active-columns-order, #order-form{
    width: 80% !important;
}

.column-box-order{
    border: solid 1px #ddd;
    min-height: 30px;
    height: 30px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.column-box-order > .form-check{
    margin-left: 20px;
}

.form-check-label{
    margin-left: 10px !important;
}

.row-space-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vertical-menu{
    background-color: #e0e0e0 !important;
}

.files-name{
    margin-bottom: 15px;
}

.files-name > div{
    margin-top: 2px;
    margin-bottom: -20px !important;
    display: flex;
    flex-direction: row;
}
.files-name > div > a > input{
    border: none;
    cursor: pointer;
}

.files-name > div > a {
    margin-left: 10px;
}

.files-name > div > span{
    cursor: pointer;
}

.multiple-file{
    color: transparent !important;
}

.file-und{
    opacity: 0;
}


/* FILE INPUT TYPE */

#files-area{
	width: 100%;
    margin-left: 15px;
	margin: 0px 0px 0px 15px;
}

#files-names{
    display: flex;
    flex-direction: row;
}

.min-size{
    font-size: 1.2rem;
}

.files-box{
    display: inline-flex;
    flex-direction: column;
    align-items: center;

}

.file-block{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
    align-items: center;
}

.file-saved{
    background-color: #62d37d !important;
    padding: 4px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none !important;
}

.file-block > span.name{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}

.file-delete{
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
}

.file-delete:hover{
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}

.file-delete{
    transform: rotate(45deg) !important;
}

.files-group-type{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.file-action{
    display: flex;
    flex-direction: row;
    background-color: #3fb159;
    width: 170px;
    max-width: 170px;
    min-width: 170px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
    border-radius: 10px !important;
    align-items: center;
    justify-content:flex-start;
    text-decoration: none;
    padding-left: 10px;
}
.file-action:hover, .files-control:hover{
    text-decoration: none;
    text-decoration: none !important;
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}

.files-control{
    margin-left: 10px;
}

.fa {
    z-index: 0 !important;
}

.btn-group-end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.btn-group-end > a{
    margin-left: 10px;
}

.btn-group-end > button{
    margin-left: 10px;
}

.btn-hidden{
    display: none !important;
}

.panel-title{
    width: 100%;
    display: flex;
    justify-content: center;
}

.panel-home{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.schedule-box-status{
    text-decoration: none !important;
    color: #333 !important;
    width: 16%;
    min-width: 16%;
    height: 280px;
    min-height: 280px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(110, 109, 109, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(110, 109, 109, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(110, 109, 109, 0.75);
}

.schedule-box-status:hover{
    text-decoration: none !important;
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}

.box-green{
    background-color: #3fb159;
}

.box-gray{
    background-color: rgb(200, 200, 200);
}

.box-orange{
    background-color: rgb(132, 156, 223);
}

.box-blue{
    background-color: rgb(102, 126, 193);
}

.box-yellow{
    background-color: rgb(82, 106, 173);
}

.box-home-header{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 95%;
    min-height: 95%;
}

.box-home-header > img{
    max-width:20%;
    max-height:12%;
    width: auto;
    height: auto;
}

.box-home-header:first-child{
    font-weight: bolder;
    font-size: large;
    font-size: 2.5rem !important;
}

.home-box-text{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 11rem !important;
    color: white;
}

.panel-progress{
    margin-top: 10%;
    width: 100%;
}

progress{
    width: 100% !important;
    margin: none !important;
}

.tooltip-action {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
.tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #3a3a3a;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: start;
    top: -150px;
    left: 15px;
}

.tooltip-advisor{
    display: flex;
    align-items: start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    z-index: 9999;
}

.tooltip-advisor > span {
    font-family: Arial, Helvetica, sans-serif;
}

.tooltiptext > .tooltip-advisor{
    background-color: #64d37e;
    color: #fff;
}

.tooltiptext > .tooltip-advisor + .tooltip-advisor{
    background-color: #ffd42a;
    color: #000;
}

.tooltiptext > .tooltip-advisor + .tooltip-advisor + .tooltip-advisor{
    background-color: #cf3b2e;
    color: #fff;
}
  
  /* Show the tooltip text when you mouse over the tooltip container */
.tooltip-action:hover .tooltiptext {
    visibility: visible;
}

.panel-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px !important;
}

.panel-title > p{
    font-weight: bolder;
    font-size: 3rem;
}

.panel-title> .form-check{
    margin-left: 50px;
}

.panel-title> .form-check > label{
    font-weight: lighter !important;
    font-size: 1.2rem !important;
}

.label-terminal-panel{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.label-terminal-panel > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label-terminal-panel > div:first-child{
    font-weight: bolder;
    font-size: 2rem;
}

.label-big-number{
    font-weight: bolder;
    font-size: 4rem;
    color: rgb(82, 106, 173);
}

.label-terminal-panel > div{
    font-weight: bolder;
    font-size: 2rem;
}

.print-body{
    border: solid gray 1px;
    margin: 10px;
}

.table-print{
    width: 100%;
    table-layout:fixed;
}

.table-print > tbody> tr > td{
    margin-top: 20px !important;
    border-bottom: gray solid 1px !important;
    margin-right: 10px;
    height: 30px;
    word-wrap: break-word;
}

.table-print > tbody> tr > td:first-child{
    font-weight: bolder;
}

.table-print > tbody> tr > td > p{
    word-wrap: break-word;
}

.table-print > tbody> tr {
    width: 100% !important;
    border-bottom: gray solid 1px !important;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.feedback{
    color: #dc3545 !important;
    display: none;
}

.column-end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.action-area{
    margin-bottom: 20px !important;
}

.page-box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f0f0;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.page-box-header > span, .page-box-header > div > span{
    font-size: 2rem;
}

.page-box-header > span + span{
    font-size: 1.5rem;
}

@media (max-width: 1750px){

    .home-box-text{
        font-size: 7rem !important;
    }

    .schedule-box-status{
        height: 100px;
        min-height: 170px;
    }

    .box-home-header:first-child{
        font-size: 1.7rem !important;
    }

    .label-terminal-panel > div:first-child{
        font-size: 1.7rem;
    }
    
    .label-big-number{
        font-size: 3rem;
    }

    .display-2{
        font-size: 2rem !important;
    }

    .panel-progress{
        margin-top: 5% !important;
    }
}

@media (max-width: 1220px){
    #quick-access-nav{
        margin-right: 30px !important;
    }

    .customer-master-label{
        margin-left: 20px;
    }
}

@media (max-width: 1450px){

    .home-box-text{
        font-size: 8rem !important;
    }

    .schedule-box-status{
        height: 200px;
        min-height: 200px;
    }

    .panel-progress{
        margin-top: 5% !important;
    }
}


@media (max-width: 1350px){

    .home-box-text{
        font-size: 6rem !important;
    }

    .schedule-box-status{
        height: 150px;
        min-height: 150px;
    }

    .box-home-header:first-child{
        font-size: 1.5rem !important;
    }

    .panel-progress{
        margin-top: 7% !important;
    }
}

@media (max-width: 1280px){

    .home-box-text{
        font-size: 6rem !important;
    }

    .schedule-box-status{
        height: 150px;
        min-height: 150px;
    }

    .box-home-header:first-child{
        font-size: 1.5rem !important;
    }

    .panel-progress{
        margin-top: 10% !important;
    }

    .display-2{
        font-size: 2.5rem !important;
    }
}

@media (max-width: 860px){

    .home-box-text{
        font-size: 6rem !important;
    }

    .schedule-box-status{
        height: 120px;
        min-height: 120px;
    }

    .box-home-header:first-child{
        font-size: 1rem !important;
    }

    .panel-progress{
        margin-top: 5% !important;
    }

    .display-2{
        font-size: 1.5rem !important;
    }
}

@media print
    {
        @page {
            margin-top: 0;
            margin-bottom: 0;
        }

        body  {
            padding-top: 72px;
            padding-bottom: 72px ;
        }
    } 

/**** CHARTS  */

.body-chart {
    font-family: Roboto, sans-serif;
  }
  
.chart-box {
    max-width: 95% !important;
    max-height: 500px !important;
    margin: 30px auto;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

