.bg-gray {
  background-color: #e1e1e1;
}
.scr-height {
  height: 100vh !important;
}
/* .full-screen{
    margin-left: 20%;
    margin-right: 20%;
} */
.logo {
  text-align: center;
  vertical-align: middle !important;
  margin-top: 34vh;
}
.logo span:nth-child(1) {
  font-size: 50px !important;
  color: #6a6b6d;
  font-weight: 600;
}
.logo span:nth-child(2) {
  color: #e07465;
  font-size: 50px !important;
  font-weight: 600;
}
.make-middle {
  display: inline;
  vertical-align: middle;
}
.padding-customized {
  padding-left: 161px;
  padding-right: 194px;
}

.null-top-margin {
  margin-top: 0px;
}
.nav-brand-custom {
  width: 209px;
  border-right: 1px solid #dedcdd;
  margin-right: 0;
}
.border {
  border: 2px solid lightgray;
  padding: 4px;
  padding-left: 10px;
  height: 100%;
}
.border-small {
  margin-left: 29px;
  margin-right: 10px;
}
.padding-top-btm {
  padding-top: 0px;
  padding-bottom: 0px;
}
.null-padding {
  padding: 0px;
}
.null-margin {
  margin: 0px;
  overflow: hidden;
}
.btn-right-margin {
  margin-right: 10px;
}
.top-margin {
  margin: 20px 10px 0px;
}
.clr-blue {
  color: skyblue;
}
.clr-green {
  color: green;
}
.font-clr {
  color: gray !important;
}
.table {
  margin-top: 40px;
}
.custom-pink {
  background-color: #dadada;
  padding: 0px 10px 0px;
}
.bg-white {
  background-color: white;
}
.clr-red {
  color: #e07465;
  padding-left: 28px;
}
/* .container.bg-white{
    height: calc(100vh - 192px);
    overflow: auto;
} */
.custom-form-control {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid lightgray;
  width: 50%;
}
.button-custom {
  margin: 40px 0px;
}
.heading-custom {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 840px;
  }
}

.button-width {
  width: 140px;
}

.radio-opacity {
  opacity: 1 !important;
}
.table-hover tbody tr:hover
{
  background-color: #fb89cb47!important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc
{
  background-image: none!important;
}

.readonly {
        background-color: #ffff !important;
}