/* Custom Setting */
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="fixed"] {
    position: relative;
    z-index: 1028; 
}
th, td {
    white-space:unset !important;
}

/* .pcoded-main-container {
    margin-top: 0px !important;
    padding: 30px 0;
} */

.btn-status {
    padding: 3px 6px; border-radius: 4px; font-size: 14px;
}

/* Header */
header {
    background-color: #fff;
    display: flex;
    justify-content: center;
}
header .logo { height:80px; margin-top: 10px; margin-right: 10px;}
header .logo, header .main-title {
    font-size: 26px;
    line-height: 40px;
    display: inline-flex;
}
header .main-title b {
    color: #4fc3f7
}
/* Main Menu */
.header-navbar .nav-left li  {
    padding: 0 6px !important;
}
.header-navbar .nav-left li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px !important;
}
.header-navbar .nav-left li:hover {
    background-color: #2976fb;
}

/* Login */
.login-block {
    background: url(../images/background/bg_login.jpg) no-repeat center center;
    background-size: cover;
    height: calc(100vh - 150px); 
    width: 100%;
    overflow: hidden;
}
.login-block form {
    padding-top: 30px;
}