._1st-modal-dialog .modal-content .modal-header{
  /* background-color: rgb(0, 255, 200); */
  background-color: rgb(73,133,254);
}
._2nd-modal-dialog .modal-content .modal-header{
  /* background-color: rgb(0, 255, 200); */
  background-color: rgb(73,133,254);
  
}
._2nd-modal-dialog .modal-content .modal-header .modal-title{
  color: white;
}
._3rd-modal-dialog .modal-content .modal-header{
  /* background-color: rgb(0, 255, 180); */
  background-color: rgb(73,90,254);
}
._3rd-modal-dialog .modal-content .modal-header .modal-title{
  color: white;
}
._4th-modal-dialog .modal-content .modal-header{
  /* background-color: rgb(0, 255, 160); */
  background-color: rgb(73,133,254);
}
._4th-modal-dialog .modal-content .modal-header .modal-title{
  color: white;
}

.form-group .col-form-label:not(.optional)::before{
  padding: 0 5px;
  color: red;
  content: '*';
}

#kt_datatable_wrapper{
  width: 100%;
}

.jq-container-toggle-on{
  border: dashed 1px rgb(0, 136, 255);
  /* margin-top: 10px;
  margin-bottom: 10px; */
  /* margin: 20px; */
  padding: 10px;
  background-color: aqua;
}

input[readonly], select[disabled], .form-control:disabled, .form-control[readonly] {
  background-color: gray;
  color: white;
}

.aside-minimize .brand-logo {
  display: none;
}
.aside-minimize-hover .brand-logo {
  display: flex;
}

h3{
  margin-top: 20px;
}

table th{
  background-color: rgb(255, 198, 202);
}
/* table tr.odd{
  background-color: rgb(255, 198, 234);
}
table tr.even{
  background-color: rgb(156, 247, 233);
} */
table tr{
  background-color: rgb(255, 198, 234);
}
table a[href]{
  color: blue;
  text-decoration: underline;
}
.card-toolbar .dropdown:not(.released){
  display: none;
}
i{
  color:#3699FF;
}
table tr{
  background-color: white;
}
table thead th{
  background-color: rgb(73,133,254);
  /* background-color: rgb(178,189,255); */
  color:#ffffff !important;
}
/* table thead th.sorting_asc, table thead th.sorting_desc, th.sorting_desc, th.sorting_asc{
  color:#ffffff !important;
} */
.dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable td.sorting_desc
, .dataTables_wrapper .dataTable th.sorting_asc, .dataTables_wrapper .dataTable td.sorting_asc{
  color:yellow !important;
}
.table-bordered th, .table-bordered td{
  border: 1px solid lightgray !important;
}
table td.digits, table td.date{
  text-align: right;
}
table thead, table thead th{
  text-align: center;
}
label.error{
  color:red;
  font-weight: bold;
}
.input-readonly{
  color: gray !important;
  text-decoration: line-through;
}
.btn i.fa-edit{
  margin: 0 0 0 10px;
}
/* .jqBtnExport{
  display: none;
} */
.font-weight-bold{
  font-weight: bold !important;
}
td.percentage{
  text-align: right;
}

.NDA{
  color: red;
  font-weight: bold;
}
.NDA-login-page{
  font-size: large;
  text-align: left;
}
.NDA-front-page{
  display: none;
}
tfoot th.digits, tfoot th.percentage{
  text-align: right;
}
.txt-with-dash-before::before{
  content: '-';
}