﻿body {    
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}
*/
.uppercase input {
    text-transform: uppercase;    
}

.fp-user-name {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 20px;
    border: none;
    display: none;
}

.color-white-icon {
    filter: brightness(0) invert(1);
    width: 20px;
    margin-bottom: 5px;
}

.color-white-icon:hover {
    filter: brightness(0%);
}

@media screen and (min-width:1700px) {
    #sideBarCloseBT {
        display: none;
    }

    #sideBarOpenBT {
        display: none;
    }

    #mySidenav {
        width: 250px !important;
    }

    #mainLayoutContainer, #mainNavBarContainer {
        width: calc(100% - 250px);
        margin-left: 250px;
    }
}

@media screen and (max-width:350px) {
    .myspan {
        font-size: 20px !important;
    }

    #dropMenuBt {
        margin-top: 5px !important;
    }

    .myspan2 {
        font-size: 12px !important;
    }
}

.dropdown:hover > .settingDropDown {
    display: block;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(128, 128, 128, 0.90);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: black !important;
    background-color: white;
}

.sidenav .active {
    background-color: dimgray !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav-header {
    margin-left: 0px;
    margin-top: 0px;
    height: 100px;
    padding-top: 20px;
    background-color: rgba(155, 153, 153, 0.95);
}

@media screen and (max-height: 450px) {    
    .sidenav a {
        font-size: 18px;
    }
}


.hover-card {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb),.075);
}

.hover-card:hover {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.language-items {
    margin-left: 1rem;
    margin-top: 0.25rem;
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.bg-green {
    background: linear-gradient(to right, #00e857, #02b200) !important;
    color: #fff;
}

.bg-orange {
    background: linear-gradient(to right, #ff4e00, #f7952c) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: red !important;
    color: green;
    background-color: green;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.bg-wrong-zone-finish {
    background-color: #efa31d;
}

.bg-admin-input {
    background-color: #13b955;
}

.bg-abnormal-exit {
    background-color: #009cdc;
}

.bg-auto-finish {
    background-color: #a991d4;
}

/* For DataGrid column headers (only for DataGrid, as can cause problems in PivotGrid, e.g. in row area) */
.dx-datagrid td[role=columnheader] {
    text-align: center !important
}

.dx-datagrid .dx-column-indicators {
    float: right !important
}

.dx-datagrid .dx-sort {
    float: right !important
}
/* =========================== */
