body {
    background-color: #fff;
}

* {
    font-family: 'Kanit', sans-serif ;
    font-weight: bold;
}

form {
    margin: 0;
}

.tooltip-inner {
    max-width: 700px;
}

.content-box {
    position: relative;
    min-height: 100vh;
}

.menu-img {
    width: 270px;
}

.menu-box {
    list-style: none;
    padding: 0;
}

.menu-box li a {
    display: table;
    margin: auto;
}

.bg-gray {
    background-color: #f5f5f5;
}

.box-research {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(202, 202, 202, 0.25);
    border: rgba(202, 202, 202, 0.5) 2px solid;
}

.box-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

#loading-pop {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    padding: 12px 20px;
    margin-left: -58px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.7);
    z-index: 999999;
}

.header-title {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    text-shadow: 0px 1px 1px rgb(255 255 255);
}

.smalltext {
    font-size: 80%;
    margin-top: -2px;
}

.box {
    padding: 10px 30px;
    margin: 10px 5px;
    background-color: rgba(202, 202, 202, 0.09);
    border-radius: 5px;
    border: rgba(211, 211, 211, 0.1) 2px solid;
}

.border-left-primary {
    border-left: .25rem solid #4e73df !important
}

.border-bottom-primary {
    border-bottom: .25rem solid #4e73df !important
}

.border-left-secondary {
    border-left: .25rem solid #858796 !important
}

.border-bottom-secondary {
    border-bottom: .25rem solid #858796 !important
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important
}

.border-bottom-success {
    border-bottom: .25rem solid #1cc88a !important
}

.border-left-info {
    border-left: .25rem solid #36b9cc !important
}

.border-bottom-info {
    border-bottom: .25rem solid #36b9cc !important
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important
}

.border-bottom-warning {
    border-bottom: .25rem solid #f6c23e !important
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important
}

.border-bottom-danger {
    border-bottom: .25rem solid #e74a3b !important
}

.border-left-light {
    border-left: .25rem solid #f8f9fc !important
}

.border-bottom-light {
    border-bottom: .25rem solid #f8f9fc !important
}

.border-left-dark {
    border-left: .25rem solid #5a5c69 !important
}

.border-bottom-dark {
    border-bottom: .25rem solid #5a5c69 !important
}

.text-xs {
    font-size: .7rem
}

.text-lg {
    font-size: 1.2rem
}

.text-gray-100 {
    color: #f8f9fc !important
}

.text-gray-200 {
    color: #eaecf4 !important
}

.text-gray-300 {
    color: #dddfeb !important
}

.text-gray-400 {
    color: #d1d3e2 !important
}

.text-gray-500 {
    color: #b7b9cc !important
}

.text-gray-600 {
    color: #858796 !important
}

.text-gray-700 {
    color: #6e707e !important
}

.text-gray-800 {
    color: #5a5c69 !important
}

.text-gray-900 {
    color: #3a3b45 !important
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -16 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #3a3b45;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #eaecf4;
}

@media (max-width: 992px) {
    .dropdown-menu {
        padding: 0;
        min-width: 100%;
        border-radius: 0.1rem;
    }
    .dropdown-item {
        padding: 0.7rem 1.5rem;
    }
    .dropdown-divider{
        margin: 0;
    }
}

.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.btn-menu-admin {
    transition: 0.5s;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-menu-admin:hover {
    transition: 0.5s;
    color: #4E73DF;
    border: 1px solid #A7B5DE;
}

.select select {
    max-height: 50%;
}

.TableFileServer {
    max-width: 300px;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

.slideshow{
    height: 500px;
    border-radius: 5px;
    border: 1px solid #ccc;
}