.login-box {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    background-color: rgba(255, 255, 255, 0.8);
}
.login-logo {
    color: #17a2b8;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 10px;
}
.login-logo img {
    width: 100px;
}
.login-box-msg {
    color: #666 !important;
    padding: 0 10px 20px !important;
}
.text-error {
    font-size: 12px !important;
    color: red !important;
}
.search-content {
    margin: 0 auto;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.color-white {
    color: #ffffff !important;
}
.table-list tr th, .table-list tr td:last-child {
    text-align: center;
}
.status-span {
    padding: 7px;
}
.w90 {
    width: 90px !important;
}
.ml15 {
    margin-left: 15px;
}
.footer-action {
    width: 170px;
    margin: 0 auto;
}
.total span {
    font-weight: 600;
}
.mt10 {
    margin-top: 10px;
}
.fw-normal {
    font-weight: normal !important;
}
.ml140 {
    margin-left: 140px;
}
.rule-setting-detail {
    width: 100%;
}
.rule-setting-detail td {
    line-height: 2.5;
}
.rule-setting-detail tr td:nth-child(1) {
    font-weight: 600;
    color: #666;
}
.mt110 {
    margin: 0 auto;
    margin-top: 20px;
    width: 110px;
}
.display_none {
    display: none;
}
.border-none {
    border: none;
}
.mr30 {
    margin-right: 30px;
}
#setting-name {
    text-transform: uppercase
}
.btn-show-record:hover,
.btn-edit-record:hover,
.btn-delete-record:hover,
.btn-resetpwd-record:hover,
.btn-verify:hover,
input[type='checkbox'] + label:hover {
    cursor: pointer;
}
label .status {
    line-height: 1.5;
}
/* display overplay */
#overlay{	
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
}
.is-hide{
    display:none;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: thin !important;
}
.table-list thead th, .table-list tbody td {
    vertical-align: middle !important;
}
.table-list thead tr:nth-child(2) th {
    border-top-width: 0 !important;
}
#list-setting thead tr:nth-child(1) th {
    border-bottom-width: 0 !important;
}
#list-setting thead tr th:last-child {
    border-right-width: 0 !important;
}
.link-forget-pwd {
    color: #17a2b8;
    margin-top: 10px;
}
.resend-mail {
    margin-top: 35vh;;
}
.lh1-5 {
    line-height: 1.5;
}
 /* modal document */
#modal-document .info-content dl img,
#modal-document .info-content dl embed {
    width: 100%;
}
.area-delete a {
    width: 80%;
}
.item-image {
    width: 100%;
    height: 70%;
}
.item-name {
    margin-top: 20px;
}
.item-name label {
    margin-right: 10px;
}