@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.topbar{
    background: white !important;
}
.dropify-message p{
    text-align: center;
}
.v-avatar{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.container-fluid {
    padding: 0 15px 25px 15px;
}
table thead tr{
    font-size: 14px;
}

.form-group label{
    font-weight: bold;
}
.info-code h3{
    font-size: 28px;
    color: blue;
}
.info-code p{
    margin: 0;
    padding: 0;
}

.jq-icon-info{
    background-color: #1976D2;
    color: white !important;
}
.jq-icon-warning {
    background-color: #8a6d3b;
    color: white !important;
}
.vicon{
    display: none;
}
.btn{
    background-color: #1a4485 !important;
    border: 1px solid #1a4485 !important;
    color: white !important;
}

button i{ color: white;}
.menu-head{
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px;
}
.menu-head ul, .menu-head li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-head > ul > li{
    float: left;
    padding: 25px 15px;
    height: 80px;
}
.menu-head  ul > li:hover > ul{
    display: block;
}
.menu-head > ul > li > ul > li > a{
    color: white;
    display: block;
    padding: 10px;
    background-color: white;
}
.menu-head > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 999;
    background-color:white;
    padding-bottom: 10px;
    margin-top: 18px;
}
.menu-head a{
    font-weight: bold;
    text-transform: capitalize;
}
.menu-head > ul > li > ul > li{
    border-top: 1px solid #494a4a;
}
.menu-head > ul > li > ul > li:hover {
    background-color: #1a4485;
}
.menu-head > ul > li > ul > li:hover a{
    color: white !important;
    background-color: #1a4485;
}
#sidebarnav .active a{
    color: #1a4485;
}
#sidebarnav .active:hover ul {
    display: block;
}

.menu-head > ul> li > a{
    color: #494a4a;
}
.menu-head  ul > li:hover a, .menu-head  ul > li:active a{
    color: #1a4485 !important;
}

.page-titles {
    background: #eef5f9;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.left-sidebar{display: none;}
.page-wrapper{margin-left: 0}
.menu-bar{display: none}
.topbar .top-navbar .navbar-header{ display: none;}
.footer{left: 0}
.collapse .in{
    display: block;
}
#sidebarnav .in {  display: none;}

#main-wrapper {
    padding: 0px 0px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.box-user .avatar{
    text-align: center;
    margin-bottom: 5px;
}
.box-user .avatar img{
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
}
.box-user .name {
    text-align: center;
}
.box-user .name h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.box-list-user {
    background-color: #EEF5F9;
    padding: 10px
}
.box-list-user .box-user {
    background-color: white;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
}
.box-list-user .name p{
    margin: 7px 0px;
    font-size: 12px;
}
.box-list-user .info{
    border-top: 1px solid #cdcdcd;
    text-align: center;
    margin: 10px 0px;
    padding: 10px;
}
.box-list-user .info button {
    font-size: 12px;
}

.info-full .card {
    padding: 15px;
}
.info-full .card p{
    font-weight: bold;
}
.info-full .card span {
    font-weight: normal;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.box-new h2{
    font-size: 16px;
    font-weight: bold;
}
.box-new p{
    font-size: 14px;
}
.box-new p, .box-new h2 {
    margin: 0;
}

.content img {
	display: block;
	margin: auto;
    max-width: 600px;
	width: 100% !important;
    height: auto !important;
}
.permission {
    height: 300px;
    overflow: auto;
}

.checkbox [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    left: 0;
    opacity: 1;
    margin-left: 0;
    position: inherit;
}

.checkbox-h4 {
    margin: 0;
    background-color: #1a4485;
    color: white;
    font-size: 14px;
    padding: 0px 10px;
}

.header-fixed {
    position: fixed;
    z-index: 999999;
    background-color: white !important;
    width: 100%;
    border-bottom: 1px solid #eef5f9;
}
.info-user-full .modal-dialog {
    max-width: 800px !important;
}

.info-user-full .modal-header, .info-user-full .modal-header h5 {
    background-color: #1A4485;
    color: white;
    border-bottom: none;
}

.info-user-full .modal-body {
    background-image: linear-gradient(to right, #1A4485, #a6c0ea);
}
.info-user-full .card {
    margin-bottom: 0px;
}
.box-news .title .thread {
    font-size: 2em;
}
.box-news .title .thread span{
    float: right;
    font-size: 14px;
    margin-top: 8px;
}
.box-news .content-list h2 {
    height: 40px;
    overflow: hidden;
}

.button-check {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 25px;
    border-radius: 8px;
    font-size: 1.3em;
}
.button-check i {

}
.button-check span {
    margin-top: -10px;
}
.btn-danger {
    background: #ef5350 !important;
    border: 1px solid #ef5350 !important;
}
.popup-check-out .modal-content{
    padding: 20px;
}
.popup-check-out h5 {
    color: #EF5350;
    font-weight: bold;
    font-size: 1.5em;
}
.popup-check-out .is-bold {
    font-weight: bold;
}
.popup-check-out .info-title {
    margin: 10px 0px 20px 0px;
}

.popup-check-out textarea {
    border: 1px solid #cdcdcd !important;
    border-radius: 4px !important;
    background-position: unset !important;
}
.jq-toast-wrap {
    z-index: 999999999999999 !important;
}
.popup-check-out .btn-default {
    background-color: #dfdede !important;
    color: #686767 !important;
    border: 1px solid #cdcdcd !important;
}
.popup-check-out .modal-footer {
    border-top: none !important;
}
.box-time-now {
    background: #c7d2d9;
    color: #1a4485;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: bold;
}
.box-new-height {
    min-height: 363px;
}
.input-delete input:checked {
    position: unset;
    opacity: 1;
}
.input-delete .form-checkbox {
    margin-left: 5px;
}
.time_out, .action_controller {
    background-color: #D7E8F2;
    padding: 5px;
    border-radius: 4px;
}
.action_controller {
    padding: 5px 10px;
    cursor: pointer;
}
.sum_all {
    background-color: #ef5350;
    padding: 0px 15px;
    color: white;
    border-radius: 6px;
}

.time_abc {
    font-weight: bold;
    font-size: 16px;
}

.v-col {
    width: 150px;
}
.img-avatar-icon {
    margin-right: 10px;
}
.img-avatar-icon img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.v-scroll th , table th {
    background-color: #1a4485;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}
.v-scroll th, .v-scroll td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-icon-avatar {
    background-color: #1a4485;
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.box-edit-daily .modal-dialog {
    margin-top: 10%;
}

@media screen and (max-width: 768px) {
    .vicon{ display: block !important; }
    .color-bar{background-color: #1a4485 !important;}
    .hide-menu-nav{display: none !important;}
    .left-sidebar{display: block;}
    .page-wrapper{margin-left: 0}
    .menu-bar{display: block}
    .topbar .top-navbar .navbar-header{ display: block;}
    #sidebarnav .in {  display: block;}

    .box-edit-daily .modal-dialog {
        margin-top: 20%;
    }
}

/* Scroll */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/* END */

.datepicker-months .month {
    padding: 10px;
}
.datepicker-months tr {
    text-align: center;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 20px;
    height: 17px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.while-nowrap {
    white-space: nowrap !important;
}


.box-html {
    background-color: #e3e2e2;
    margin-top: 20px;
    padding: 20px 0px;
}
.html-docx {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #cdcdcd;
    padding: 15px 25px;
    background-color: white;
    color: black;
}

.html-docx h1, .html-docx h2, .html-docx h3 {
    font-family: "Times New Roman";
}

.box-html .center p {
    text-align: center !important;
}
.html-docx input {
    border: none;
    max-width: 130px;
    width: 100%;
}

.heading p {
    padding: 0 !important;
    margin: 0 !important;
}

.heading-left {
    padding-right: 40px;
}

.html-docx input[name="display_name"] {
    max-width: 200px;
}

.html-docx input[name="permanent_address"] {
    max-width: 500px;
    width: 500px !important;
}

.html-docx input[name="contract"] {
    max-width: 400px;
    width: 400px !important;
}


.score-lists {
}

.score-lists .item {
    background-color: #f1f6ff;
    padding: 10px;
    border: 1px solid #c5d6f1;
    border-radius: 5px;
    margin-top: 15px;
}

.score-lists .item .header {
    font-weight: bold;
    color: #1a4485;
    border-bottom: 1px dotted black;
    margin-bottom: 11px;
}

.score-lists .vScore {
    background-color: #1a4485;
    color: white;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    display: inline;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

/* Life Cycle */
.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px !important;
    font-size: 16px !important;
}


.modal_life_cycle input,
.modal_life_cycle select {
    border: none;
}
.modal_life_cycle input:focus,
.modal_life_cycle select:focus {
    border: none !important;
    box-shadow: none !important;
}

.btn-vClick {
    position: absolute;
    right: 1%;
    top: 0;
}

.table th, .table thead th {
    white-space: nowrap;
    text-transform: capitalize;
}
