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: -5px;
    color: rgb(194, 16, 16);
}

.backgroud-image{
    width: 100%;
    height: 100%;
}

.dev-link{
    margin-bottom: 10px;
}

.login-body{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.login-box{
    width: 80%;
    height: 360px;
}

.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: 50%;
    min-height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(249, 221, 187);
    border-radius: 30px;
}

.login-background{
    width: 65%;
    background-color: #c26a1d;
    height: 100%;
    min-height: 100%;
}

.login-img-logo{
    max-width:100%;
    max-height:55%;
    width: auto;
    height: auto;
}

.login-title{
    color: #c26a1d;
    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: #ee903e;
}

.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%;
    z-index: 999999;
    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;
    padding: 0px !important;
}

.cell-action{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 35px !important;
    min-height: 35px !important;
    text-decoration: none !important;
}

.full-container{
    width: 100%;
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
    max-width: 100% !important;
}

.dataTables_wrapper > .row {
    overflow: auto !important;
}

/* Start - Table with more performance */
.results tr[visible='true']{
    display:table-row;
}

.counter{
    padding:8px; 
    color:#ccc;
}

/* END */

/* table column width */

.td-30{
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important
}

.td-40{
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important
}

.td-50{
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important
}

.td-70{
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important
}

.td-80{
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !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{
    white-space: nowrap !important;
    max-width: 150px !important;
    overflow: hidden !important; 
    text-overflow: ellipsis !important;
}

.box-scroll{
    overflow: scroll !important;
    overflow-y: hidden !important;
    margin-bottom: 30px;
}

.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-start-aligment-elements{
    display: flex !important;
    flex-direction: row !important;
}

.row-start-aligment-elements > div + div{
    margin-left: 40px !important;
}

.box-full-heigth{
    background-color: red;
    height: 100% !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;
}

#page-wrapper{
    margin-top: 90px !important;
}

.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;
    width: 100%;
}

.form-field-action{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 15px;
}

.form-field-action > .form-group{
    width: 85%;
    margin-bottom: 0px !important;
}

.feedback{
    color: red;
    display: none;
}

.vertical-menu{
    background-color: #e0e0e0 !important;
    z-index: 9999999999999 !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: 0 auto;
}

.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;
}

.btn-group-end{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.box-btn-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.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;
}

.quick-action-box{
    text-decoration: none !important;
    color: #333 !important;
    width: 16%;
    min-width: 16%;
    height: 120px;
    min-height: 120px;
    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);
}

.quick-action-box:hover{
    text-decoration: none !important;
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}

.box-orange0{
    background-color: #c26a1d;
}

.box-orange1{
    background-color: #c47b3b;
}

.box-orange2{
    background-color: #d09968;
}

.box-orange3{
    background-color: #d0ad8e;
}

.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: 25px;
    width: 98%;
}

progress{
    width: 100% !important;
    margin: none !important;
}

.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;
}

.container-column{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.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;
}

.img-link{
    height:40px;
}

.box-img-link{
    width: 100px;
    min-width: 100px;
    height: 50px;
    min-height: 50px;
}

.required-icon{
    color: red;
}

.profile-image{
    width: 270px;
    max-width: 270px;
    max-height:200px;
    width: auto;
    height: auto;
}

.btn-group-start{
    margin-bottom: 20px !important;
}

.color-gray{
    background-color: #f8f8f8;
}

.photo-box-action{
    display: flex;
    flex-direction: column;
}

.photo-box-action > button{
    margin-top: 20px;
}

#camera-container{
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;

}

#camera-container > video{
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.camera-action{
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
    border-radius: 30px !important;
}

.camera-action:hover{
    background-color: #5b8cb7;
    text-decoration: none !important;
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}

#canvas {
    display: none;
}

.box-group{
    width: 100%;
    display: flex;
    align-items: center;
}

.box-group > .box-btn-center{
    margin-left: 25%;
}

.box-group > .box-btn-center + div{
    width: 25%;
    justify-content: end;
}

.quick-actions{
    position: fixed !important;
    width: 96% !important;
    z-index: 99 !important;
    background-color: #fff;
    top: 80px !important;
    right: 30px;
    left: 30px;
    height: 260px !important;
}

.table-quick-actions{
    margin-bottom: 40px !important;
}

#image-profile-feedback{
    color: #dc3545 !important;
    display: none;
}

.quick-action-toogle-margin{
    margin-top: 310px;
}

.quick-action-toogle-top{
    margin-top: 20px;
}


/*auto complete */

.autocomplete {
    position: relative;
    display: inline-block;
    width:450px !important;
  }
  
.autocomplete > input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}
  
.autocomplete + button {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}
  
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
  
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
  
  /*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}
  
  /*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.warning-row{
    background-color: #f21919 !important;
    color: #fff !important;
}

@media (max-width: 1750px){

    .quick-actions{
        height: 230px !important;
    }
    
    .quick-action-toogle-margin{
        margin-top: 240px;
    }

    .home-box-text{
        font-size: 7rem !important;
    }

    .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;
    }

    .login-container{
        height: 70%;
    }
}

@media (max-width: 1450px){

    .home-box-text{
        font-size: 8rem !important;
    }

    .quick-action-box{
        height: 120px;
        min-height: 120px;
    }

    .panel-progress{
        margin-top: 5% !important;
    }
}


@media (max-width: 1350px){

    .home-box-text{
        font-size: 6rem !important;
    }

    .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;
    }

    .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: 1220px){
    #quick-access-nav{
        margin-right: 30px !important;
    }

    .customer-master-label{
        margin-left: 20px;
    }

    .dynamic-table{
        width: 160% !important;
    }
}

@media (max-width: 860px){

    .home-box-text{
        font-size: 6rem !important;
    }

    .box-home-header:first-child{
        font-size: 1rem !important;
    }

    .panel-progress{
        margin-top: 5% !important;
    }

    .display-2{
        font-size: 1.5rem !important;
    }
}

@media (max-width: 550px){

    .login-container{
        height: 100%;
        width: 100%;
        min-height: 100%;
        border-radius: 0px;
    }

    .quick-actions{
        display: none;
    }

    .quick-action-toogle-margin{
        margin-top: 30px;
    }

    .navbar {
        display: flex !important;
        flex-direction: row !important;
    }

    .navbar-header{
        width: 70% !important;
        max-width: 70% !important;
        display: flex !important;
        flex-direction: row !important;
        margin-left: 20px;
    }

    .navbar-header > button{
        display: none !important;
    }

    .navbar-right{
        width: 25% !important;
        max-width: 25% !important;
    }

    .box-img-link{
        width: 60px;
        min-width: 60px;
        height: 25px;
        min-height: 25px;
    }

    .img-link{
        height: 35px !important;
    }

    .menu-break-text{
        display: none;
    }

    .vertical-menu {
        position: fixed;
        top: 55px;
        width: 50%;
    }

    .functions-group{
        margin-left: 15px;
        width: 90%;
        flex-direction: column !important;
    }

    #export-box{
        display: none !important;
    }

    .select-auto-complete{
        margin-top: 10px !important;
        display: flex !important;
        flex-direction: row;
    }
    
    .autocomplete{
        width:90% !important;
    }

    .autocomplete > input {
        width: 90% !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;
}

/* navbar */
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
}

a.article,
a.article:hover {
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}



