/*
    Created on : Apr 20, 2022, 2:08:35 PM
    Author     : Nguyen Van Thong
*/
@import "dashboard.css";
body {
    font-size: 12px;
}
.file-drop-zone-title {
    padding: 10px;
    margin: 10px;
}
.file-drop-zone {
    height: auto;
    min-height: 100px;
}

.krajee-default .file-footer-caption {
    margin-bottom: 5px;
}
.krajee-default.file-preview-frame {
    margin: 2px;
    padding: 2px;
}
.krajee-default.file-preview-frame .kv-file-content {
    height: 50px;
    width: 180px;
}
.modal-dialog {
    width: 96%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 5px;
}
.scoring-result-item:hover {
    background-color: #95caff;
}

.label-group:hover {
    background-color: #d2e7fc;
}

.main-content .page-content > .header, .main-content .page-content > div > .header {
    padding: 10px 15px 20px;
    position: relative;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.vertical-center, .vertical-center td {
    vertical-align: middle !important;
    float: none;
}
.vertical-top, .vertical-top td {
    vertical-align: top !important;
    float: none;
}
.vertical-bottom, .vertical-bottom td {
    vertical-align: bottom  !important;
    float: none;
}
.point-app .card-link::before {
    top: 15px;
}
.point-app .card-link, .card .card-header span {
    font-size: 12px;
}
.point-app .accordion .card-header{
    padding: 5px;
    margin-bottom: 5px !important;
    background: gainsboro;
    border-radius: 5px;
}
.title-menu{
    padding: 20px 10px 0;
    margin-top: 0;
}
.list-menu{
}
.list-menu li{
}
.list-menu li a{
    display: flex;
    align-items: center;
    padding: 10px;
}
.list-menu li a:hover{
    background: #0F70C21A;
    color: #0F70C2;
}
.list-menu li a:hover p{
    color: #0F70C2;
}
.list-menu li a > span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}
.list-menu li a > span img{
    width: 100%;
}
.list-menu li a:hover > span img{
    filter: invert(20%) sepia(95%) saturate(755%) hue-rotate(157deg) brightness(101%) contrast(103%);
}
.list-menu li a > p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: calc(100% - 35px);
    color: #333;
}
.list-menu li a > p > span{
}
.note-table{
    display: flex;
}
.note-table > span{
    width: 10%;
    height: 100%;
    margin-right: 5px;
}
.note-table > span img{
    width: 100%;
    height: 100%;
}
.note-table > article{
    width: 90%;
    height: 100%;
}
.note-table > article label{
}
.note-table > article p{
    margin-bottom: 0;
    line-height: 19px;
}
.note-table > article >span{
}

.drop-temp{
    width: 100%;
    text-align: left !important;
    position: relative;
    margin-bottom: 0 !important;
    background: #0F70C24D;
}
.drop-temp span{
    position: absolute;
    top: 15px;
    right: 15px;
}
.drop-temp label{
}
.drop-temp p{
    width: 100%;
    margin-bottom: 0;
    white-space: break-spaces;
    border-left: 0 !important;
}
.drop-list{
    max-height: 260px;
    overflow-y: scroll;
}
.drop-list li{
}
.drop-list li a{
    border-bottom: 1px solid #dcdcdc;
}
.drop-list li a label{
}
.drop-list li a p{
    white-space: break-spaces;
    margin-bottom: 0;
}

.drop-acc{
    max-width: 380px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px !important;
    margin-bottom: 0 !important;
}
.drop-acc span.caret{
    position: absolute;
    top: 15px;
    right: 15px;
}
.drop-acc span.drop-ava{
    margin-right: 5px;
}
.drop-acc p{
    margin-bottom: 0;
}
.drop-acc p b{
}
.acc-list{
    width: 100%;
}
.acc-list li{
}
.acc-list li input{
    margin-bottom: 5px;
}
.acc-list li a{
    display: flex;
    align-items: center;
}
.acc-list li a:hover{
    background: #f2f2f2;
}
.acc-list li a span{
    margin-right: 5px;
}
.acc-list li a p{
    margin-bottom: 0;
}
.acc-list li a p b{
    word-break: break-all;
    white-space: normal;
}
.tag-name-all{
    display: block;
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
}
.tag-name-all.tna-success{
    background: #0F70C20D;
}
.tag-name-all.tna-danger{
    background: #E60A320D;
}
.tag-name{
    background: #fff;
    display: inline-block;
    padding: 0.2em 0.6em 0.2em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 20px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #2B2F3366;
}
.tag-name span{
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}
.tag-name span img{
    width: 100%;
}
.tag-name p{
    margin-bottom: 0;
}
.card-edit{
    width: 600px;
}

.list-button-file{
}
.list-button-file li{
}
.list-button-file li a{
    font-size: 16px;
    display: inline-block;
    position: relative;
    border: 1px solid #22313F4D;
    background: rgba(34, 49, 63, 0.05);
    border-radius: 8px;
    padding: 6px 8px;
    margin-right: 8px;
    cursor: pointer;
    color:  #000;
}
.list-button-file li a span{
}
.list-button-file li a span img{
}
.list-button-file li a input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.db-other{
    margin-top: 20px;
}
.db-other label{
    color: rgba(34, 49, 63, 0.5);
    font-style: italic;
    font-weight: 700;
}
.db-other ul{
}
.db-other ul li{
    display: inline-block;
    margin-bottom: 5px;
}
.dbo-detail{
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 8px;
    width: 220px;
    display: inline-block;
    position: relative;
}
.dbo-detail .dbdi-big{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.dbo-detail .dbdi-big img{
    max-width: 100%;
    max-height: 100%;
}
.dbo-detail .dbdi-small{
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #0F70C2;
    border-radius: 0px 0px 8px 8px;
    padding: 5px;
}
.dbo-detail .dbdi-small img{
}
.dbo-detail .dbdi-small input{
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 4px;
    outline: none;
}
.dbo-detail .dbdi-close{
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
}
.dbo-detail .dbdi-close img{
    width: 100%;
}

.dbo-pdf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #759F25;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
.dbo-pdf span{
}
.dbo-pdf span img{
}
.dbo-pdf a{
}
.dbo-pdf a img{
}

.list-deeplink{
}
.list-deeplink ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding:  5px 10px;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    margin-bottom: 5px;
}
.list-deeplink ul li{
    display: inline-block;
}
.list-deeplink ul li input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    padding: 6px 8px;
    outline: none;
}
.list-deeplink ul li select{
    background: #FFFFFF;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    padding: 10px 4px;
    width: 100%;
}
.list-deeplink ul li button{
    font-size: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 49, 63, 0.05);
    padding: 5px 0;
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 4px;
}

.list-locallink{
}
.list-locallink ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    padding:  5px 10px;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    margin-bottom: 5px;
}
.list-locallink ul li{
    display: inline-block;
}
.list-locallink ul li input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    padding: 6px 8px;
    outline: none;
}
.list-locallink ul li select{
    background: #FFFFFF;
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    padding: 10px 4px;
    width: 100%;
}
.list-locallink ul li button{
    font-size: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 49, 63, 0.05);
    padding: 5px 0;
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 4px;
}
.list-locallink-button{
    font-size: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 49, 63, 0.05);
    padding: 5px 0;
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 4px;
}
.justify-content-between {
    justify-content: space-between;
}
.tag-name-all{
    display: block;
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
}
.tag-name-all.tna-success{
    background: #0F70C20D;
}
.tag-name-all.tna-danger{
    background: #E60A320D;
}
.tag-name{
    background: #fff;
    display: inline-block;
    padding: 0.2em 0.6em 0.2em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border-radius: 20px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #2B2F3366;
}
.tag-name span{
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}
.tag-name span img{
    width: 100%;
}
.tag-name p{
    margin-bottom: 0;
}

.wrapper {
    margin: 0 15px;
    display: grid;
    grid-template-columns: 260px auto;
    gap: 16px;
}

.p-16 {
    padding: 16px;
}

.radius16 {
    border-radius: 16px !important;
}

.radius8 {
    border-radius: 8px !important;
}

.no-weight {
    font-weight: normal;
}

.w20 {
    width: 20px;
}

.avarta .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    object-fit: cover;
}
.showimg {
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 8px;
    width: 202px;
    height: 162px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
}

.showimg img {
    width: auto;
    height: 120px;
    object-fit: contain;
}

.showimg .bottom {
    background: #0F70C2;
    color: #fff;
    font-weight: 500;
    padding: 6px;
    display: flex;
    align-items: center;
    height: 41px;
}

.showimg .bottom img {
    width: 20px;
    height: auto;
}

.showimg .bottom .form-control {
    padding: 5px;
    border: 1px solid rgba(34, 49, 63, 0.1);
    border-radius: 4px;
}

.m-b-16 {
    margin-bottom: 16px;
}
.container-fluids {
    display: flex;
}

.boxcoint {
    max-width: 600px;
    min-width: 500px;
}

.boxcoint:first-child {
    margin-right: 16px;
}

.box-img {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.box-img img.w-80 {
    max-height: 500px;
    object-fit: cover;
}
.listgroup {
    display: flex;
    border: 1px solid rgba(34, 49, 63, 0.2);
    padding: 5px 8px;
    border-radius: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.listgroup li {
    display: flex;
    align-items: center;
    border: 1px solid rgba(43, 47, 51, 0.4);
    border-radius: 16px;
    padding: 2px 8px;
    margin: 5px 10px 5px 0;
}

.listgroup li .img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.group2 {
    border: none;
}

.listgroup.group2 li {
    background: rgba(43, 47, 51, 0.05)
}

.lists li {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: auto auto;
}
.menu-left{
    width: 260px;
}

.deeplink {
    display: grid;
    grid-template-columns: 21% 25% 22% 25%;
    gap: 10px;
    border: 1px solid rgba(34, 49, 63, 0.1);
    padding: 8px;
    border-radius: 6px;
}

.deeplink label {
    color: rgba(34, 49, 63, 0.8);
    font-size: 14px;
    font-weight: normal;
}

.deeplink .form-control {
    border: 1px solid rgba(43, 47, 51, 0.1) !important;
    border-radius: 8px !important;
    height: 45px;
}

.quantity {
    display: flex;
    position: relative;
    width: 62px;
}

.quantity .number {
    height: 45px;
    width: 92px;
    background: #fff;
    border: 1px solid rgba(43, 47, 51, 0.1);
    padding: 10px;
    border-radius: 8px;
}

.quantity .item {
    top: 4px;
    height: 20px;
    width: 28px;
    position: absolute;
    right: -26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
    padding: 0;
}

.quantity .item.bottom {
    top: 20px;
}

.quantity .item.increment-item img {
    transform: rotate(180deg);
}

.quantity .item img {
    width: 18px;
    height: 18px;
}

.card textarea {
    border: 1px solid rgba(43, 47, 51, 0.1) !important;
    border-radius: 8px !important;
}
.box-blue {
    background: rgba(15, 112, 194, 0.05);
    border: 1px solid rgba(15, 112, 194, 0.3);
    border-radius: 16px;
    padding: 16px;
}

ul.lists label {
    color: #76809B;
    font-size: 14px;
    font-weight: 400;
}

.box-blue ul span {
    color: #212633;
    font-size: 14px;
}

.badge-soft-danger {
    background: #FAF0F1;
    border: 1px solid #FCAEB3;
    border-radius: 24px;
    display: inline-block;
    color: #FF3B49 !important;
    padding: 0px 16px;
}

.badge-soft-warring {
    background: #FFFAEA;
    border: 1px solid #FFE084;
    border-radius: 24px;
    display: inline-block;
    color: #FEC318 !important;
    padding: 0px 16px;
}

.disp-file {
    border: 1px solid rgba(43, 47, 51, 0.1);
    padding: 10px;
    border-radius: 10px;
    color: rgba(34, 49, 63, 0.8);
}

.btn-feedback {
    background: #0F70C2;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
}

.form-style label {
    color: rgba(34, 49, 63, 0.8);
    font-size: 14px;
    font-weight: normal;
}

.btn-borBlue {
    border: 1px solid #0F70C2;
    color: #0F70C2;
    border-radius: 6px;
    background: none;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tags span {
    border: 1px solid rgba(43, 47, 51, 0.1);
    background: rgba(43, 47, 51, 0.1);
    border-radius: 30px;
    color: #22313F;
    padding: 4px 8px;
    margin-right: 12px;
}

.btm-gray {
    background: rgba(34, 49, 63, 0.05);
    border: 1px solid rgba(34, 49, 63, 0.3) !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    display: flex;
    color: #000 !important;
}
.btn-edit {
    background-color: #F3F8FC !important;
    border-radius: 8px !important;
    color: #0F70C2 !important;
    font-weight: 500 !important;
}

.btn-stop {
    color: #E60A32;
    background: rgba(230, 10, 50, 0.1);
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.btn-red {
    color: #fff;
    background: #E60A32;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

.badge-soft-success {
    background: #F5FCF6;
    color: #34C759;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 8px;
    font-weight: 500;
}

.form-answer {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 16px;
}

.form-comment {
    background: #F0F0F0;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 5px;
}

.form-answer .form-control {
    border: 1px solid rgba(43, 47, 51, 0.1);
    border-radius: 8px;
    height: 48px !important;
}
.nav.nav-tabs > li > a.btn-success {
    background-color: #18a689;
    color: #fff;
}
.nav.nav-tabs > li > a.btn-success:hover {
    background-color: #1b7e5a;
    color: #fff;
}
.border-right-cs {
    border-right: 1px solid #ddd;
}
table tr td.vertical-align-top, .vertical-align-top {
    vertical-align: top;
}

.note-contract .form-group .cke {

}
.note-contract .form-group .cke .cke_inner {

}
.note-contract .form-group .cke .cke_inner .cke_top {
    display: none;
}
.note-contract .form-group .cke .cke_inner .cke_contents {
    height: 25px;
}
.note-contract .form-group .cke .cke_inner .cke_contents .cke_wysiwyg_frame {

}
.note-contract .form-group .cke .cke_inner .cke_contents .cke_wysiwyg_frame > html {

}
.note-contract .form-group .cke .cke_inner .cke_contents .cke_wysiwyg_frame html body {

}
.note-contract .form-group .cke .cke_inner .cke_contents .cke_wysiwyg_frame html body p {
    margin: 0;
    padding: 0;
}
.note-contract .field-appraisalfileform-original_file-0-note, .note-contract .form-group {
    margin: 0;
}
.font-weight-500 {font-weight: 500;}