.UnSelected::after {
  content: "";
  height: 13px;
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/icons-new.png) -112px -96px;
}


.doc_manage {
  width: 151px !important;
}

.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel {
  margin-bottom: 10px !important;
}

.border {
  border: 1px solid red !important;
}

#entityselect>.open>.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover>.active>a {
  background-image: -webkit-linear-gradient(top, #d2dae1 0, #357ebd 100%) !important;
}

.dropdown-menu .open {
  max-height: 250px !important;
}

.modal-header {
  padding: 8px !important;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #A1A6AB;
  -webkit-transition: .4s;
  transition: .4s;

}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #d04a02;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#engt-container .engt-sheet-header-generic-title, #engt-container .engt-sheet-header-title {
  font-family: Helvetica Neue;
  font-size: 15px;
  font-weight: 500;
  color: #465c66;
  letter-spacing: .2px;
  display: inline-block;
  max-width: 362px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#engt-container .engt-sheet-header {
  z-index: 2147483002;
  background: white;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 60px;
  background-color: #1f8ceb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.list-heading {
  font-size: 15px;
  font-weight: bold;
}

.col-border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.col-p-0 {
  padding: 0px !important;
}

.only-top-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}

#advanced-search-plugin .col-md-12 {
  padding: 0px;
}

.less-padding {
  padding: 0% !important;
  padding-bottom: 0px !important;
}

.legend-class:not(#interest_model .legend-class) {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  font-family: HelveticaNeue-Bold !important;
}

.checklist-tab .nav>li>a {
  padding: 5px 18px !important;
}

#standard-report-boxes .box {
  height: 94px !important;
  padding-top: 16px !important
}

/* .div-border-bottom {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  margin-left: 15px !important;
  width: 98.5% !important;

} */

legend {
  border-bottom: 0px solid #e5e5e5 !important;
}

.pl-4 {
  margin-left: 12px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-4 {
  padding: 12px !important;
}

.pt-4 {
  padding-top: 8px !important;
}

.pb-4 {
  padding-bottom: 8px !important;
}

.mt-4 {
  margin-top: 12px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.m-0 {
  margin: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.modal-header legend {
  color: #fff !important;
}

.modal-header {
  background: #d93954 !important;
  padding: 3px 9px !important;
}

.modal-header h3 {
  margin: 5px 0 0 !important;
  padding-bottom: 0px !important;
  font-size: 15px !important;
  color: #fff;
  font-weight: bold;
}

.d-flex-center {
  display: flex;
  justify-content: center;
}

.bootbox:not(.bootbox-alert) .modal-body {
  padding: 0px !important;
}

#bb_message {
  padding-bottom: 10px;
  margin-left: 0px !important;
  margin-bottom: -5px !important;
}

.excelButtonHide {
  display: none !important;
}

/* .exporthover_button:hover .show_export_option{
  display:grid!important;
 }*/
/* #show_export_option{
  height: 111px;
  width: 108.5px;
  position: absolute;
  top: 109%;
  right: 31%;
  z-index: 99;
 }  */
.bg-lms {
  background-color: #d93954 !important;
}

.bg-lms-light {
  background-color: #c7707f !important;
}

.bg-lms-light span,
.bg-lms span {
  color: #fff;
}

.upload-document {
  overflow-y: scroll !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.upload-document::-webkit-scrollbar {
  display: none;
}

.label_tag {
  width: 100% !important;
  padding-left: 0px !important;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.label_tag span {
  background: #fff;
  padding: 0 20px
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding: 10px 0px 0px 0px !important;
}

#tcdrModal table.dataTable thead>tr>th.sorting,
#tcdrModal table.dataTable thead>tr>th.sorting_asc {
  padding-left: 25px;
  min-width: 150px !important;
  text-align: center !important;
}

.bg-white {
  background: #fff !important;
}

.mb-30 {
  margin-bottom: 10px !important;
}

.border-0 {
  border: none !important;
}

.report-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

/** change the switch size **/
input:checked+.slider:before {
  transform: translateX(14px) !important;
}

.slider:before {
  height: 13px !important;
  width: 12px !important;
  left: 2px !important;
  bottom: 1px !important;
}

input:checked+.slider {
  width: 30px;
  height: 15px;
  box-shadow: 1px 2px 2px #1a1818;
  background: linear-gradient(#c7707f, #d54860, #f00f35) !important;
}

.slider {
  width: 30px;
  height: 15px;
  left: 10px !important;
  box-shadow: 1px 2px 2px #1a1818;
  background: linear-gradient(#a1a6ab, #ccc, #a1a6ab) !important;

}

.table-border td {
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: 1px solid #e8e8e8 !important;
}

#summary_filter_row1 th,
#notice_issues_details_grid_filter_row th,
#reply_filter_row th,
#hearing_filter_row th,
#order_filter_row th,
#appeal_filter_row th,
#mis_filter_row th,
#payment_filter_row th,
#security_filter_row th,
#refund_filter_row th,
.bg-report-head th,
#filter_row th,
#provision_filter_row th {
  background: #dddddd !important;
  color: #000 !important;
}

.bg-grey-report th {
  background: #7d7d7d !important;
}

.height {
  height: 16px !important;
  width: 16px !important;
}

.height3 {
  height: 18px !important;
  width: 19px !important;
}