/* Css by ThanhLam */

body{
	background-size: cover;
}
html, body{
    cursor: url('../images/kenh19.cur'), progress
}
a:hover, input[type="submit"]:hover, label:hover, input[type="checkbox"], button:hover, button > span{
    cursor : url('../images/kenh19hover.cur'), progress
}

/* Login */

.logo-login{
    width:60px; 
    height:60px;
    margin: auto;    
}

.logo-home{
    width: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

.section-login{
    background: white;
    min-height: 800px;
    background-image: url('../images/bgr_lg_1.jpg');
    background-size: cover;
}

.form-background{
    background: rgba(0, 0, 0, 0.521);
    margin-top: 120px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.form-background >h3{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    color: white;
}

.form-background >h4{
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
    color: rgb(207, 207, 207);
}

.from-item{
    margin-bottom: 20px;
    color: white;
}

.reset-password{
    text-align: right;
    color: white;
}

.btn-login {
    background-color: #576d74;
    border: none;
    color: white;
    padding: 18px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
}

.btn-login:hover {
    background-color: #006c80;
    color: white;
}

/* Nav*/

.btn-theman{
    color: #636363;
    font-size: 16px;
}

.theman{
    color: #4e73df;
}

.btn-theman :hover{
    background-color: tomato;
}

/* Table */

.first-row{
    border-top: 0.01rem solid #e3e6f0;
}
.chimuc-table{
    text-align: center;
    font-weight: bold;
    background-color: teal;
    color: white;
}
.col-al-center{
    text-align: center;
}

.table th {
    padding: 0.75em;
}


.btn-action, .btn-warning, .btn-danger {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Form */

.form-group {
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.form-group-detail{
    margin-bottom: 0.3rem;
}
.otp-filter{
    padding-top: 0.5rem;
}

.form-control-short {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-title {
    text-align: center;
}
.themds{
    float: right;
}
/* Calendar */
.col {
    margin-right: 15px;
}
.days td{
    height:35px!important;
    text-align:center;
    font-size:14px;
    color:#d6d6d6;
}

.blur{
    color:#791818;
    background: #d3d3d338;
}
.today{
    background: rgba(0, 128, 128, 0.575);   
}
.month td a.date:not(.blur){
    font-size:14px;
    color:#202020
}
.month td{
    margin:0;
    text-align: center;
    height:40px;
    width:70px;
}
.month td:hover:not(.today) {
    background:#cbd1d3
}
.inp-data{
    border: none;
    width: 100%;
    background: initial;
    color: #202020;
}
.inp-data:hover{
    color:white;
}
.inp-data-short{
    border: none;
    width: 70%;
    background-color: initial;
}
.inp-data-shorter{
    border: none;
    width: 32%;
    background-color: initial;
}
.inp-data-shortest{
    border: none;
    width: 20%;
    font-style: italic;
    font-weight: 700;
    color: teal;
    background-color: initial;
}
.inp-lanmopt{
    border: none;
    width: 40%;
    font-weight: 700;
    color: red;
    background-color: initial;
}
.inp-time {
    width: 39%;
    display: inline;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.inp-date{
    width: 60%;
    display: inline;
    float: right;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.title-detail{
    font-weight: bold;
    line-height: 2;
    color: #202020;
}
.title-detail-bold{
    color: #202020;
    font-weight: bold;
    line-height: 2;
}
.title-detail-normal{
    color: #202020;
    font-weight: normal;
    line-height: 2;
}
.title-detail-red-bold{
    color: rgb(114, 36, 0);
    font-weight: 900;
    line-height: 2;
}
.clock-modal{
    font-size: 16px;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
    margin-top: 5px;
}
/* .dropdown-menu.show {
    background: #353535d9;
} */
.action-trial {
    color: white;
}
.attention{
    font-weight:bold;
    text-transform: uppercase;
    text-decoration: underline; 
    color: red
}
.btn-link{
    color: white;
}
.modal-body-trialdetail{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}
.pt-3,
.py-3 {
  padding-top: 0.5rem !important;
}
.md_trialdetail_title {
    text-align: center; font-weight: bold; margin-bottom: 1.5rem; color: brown;
}
.btn-link-dropdown-lxx{
    color: #2c2c2c;
}

.dropdown-submenu {
    position: relative;
   }
   
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
.dropdown-toggle-submenu::after{
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
  }
.form-filter{
display: inline; 
/*width: 10%; */
height: calc(1.5em + 0.75rem + 5px); 
padding: 0.375rem 0.75rem;
font-size: 12px;
font-weight: 400;
line-height: 3.0;
color: #6e707e;
background-color: initial;
background-clip: padding-box;
border-top: none;
border-right: none;
border-left: none;
border-radius: none; 
margin-right: 2rem;
border-color: #b7b9cc;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-setting {
  display: inline;
  width: 40%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
      
  .col-red{
      color: red;
  }
  .form-check{
      margin-bottom: 8px;
  }
  .italic-text{
      font-style: italic;
  }
  .alert-text{
    font-style: italic;
    font-weight: bold;
    color: brown;
    text-align: left;
    margin-left: 0.5rem;
  }
  .form-update{
      width: 100%;
      height: 1.7rem;
  }
  .form-update-left{
      width: 49%;
      height: 1.7rem;
      float: left;
  }
  .form-update-right{
      width: 49%;
      height: 1.7rem;
      float: right;
  }
  .form-update-noheight{
      width: 100%;
      margin-bottom: -5px;
      font-style: italic;
  }
  .lb_date_filter{
    vertical-align: bottom;
    margin-right: 1rem;
    font-style: italic;
    font-weight: bold;
  }
  .source-html-outer{
    border: #d0d0d0 1px solid;
    border-radius: 3px;
    padding: 40px 50px 40px 80px;
    text-align: justify;
    margin: 1rem 4rem;
    font-size: 13pt;
    font-family: Time New Roman;
  }
  .tfood {
      text-align: center; font-weight: bold; color: brown;
  }
  .p-word{
      font-size: 14pt; 
      text-indent: 1cm; 
      text-align: justify;
  }
  /* Định dạng văn bản tố tụng */
  .vbtt-first-col{
    vertical-align: top; 
    font-size: 13pt; 
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
  }
  .vbtt-second-col{
    vertical-align: top; 
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
  }

  .vbtt-title{
    font-size: 14pt; 
    margin-top: 24pt; 
    margin-bottom: 24pt;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
  }
  .lb_noibat{
    color: #600000;
    font-weight: bold;
    font-style: italic;
  }
  .solieu{
    color: #000000;
    font-weight: bold;
    font-style: normal;
  }
