.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-state-default, .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #bbb9b9;
  background: #e4e4e4;
  font-weight: bold;
  color: #2779aa;
}
.ui-widget-header {
  border: none;
  background: none;
  color: #222;
  font-weight: bold;
}
.ui-widget-content {
  border: none;
  background: none;
  color: #362b36;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  border-top: 3px;
  padding: 1em 1.4em;
  background: none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #707273;
  text-decoration: none;
}
.ui-state-active, .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #bbb9b9;
  background: #999999;
  font-weight: bold;
  color: #fff;
}
.ui-tabs-nav {
  border-bottom: 1px solid #bbb9b9;
}
/* css over ride*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #0d59f2;
}
.hr_card {
  border-top: 1px solid #333;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.header-row > .table thead th {
  background: #e3e3e3 !important;
}
.cp_data_row {
  border: 1px solid #3f3f3f87;
  padding: 0;
}
.table {
  overflow-x: scroll;
}
.cp_data_row .content {
  padding: 10px;
}
.cp_data_row.well {
  background-color: #f9f9f9;
}
.cp_data_row > .table-bordered {
  border-bottom: 1px solid #685b5b87;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}
.cp_data_row > .table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child {
  border-left: unset;
}
.cp-container {
  background-color: #eee;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
.cp-index_table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.cp-index_table > tbody > tr:hover {
  background-color: #CBEBF4;
}
#ui-datepicker-div {
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.ui-autocomplete {
  max-height: 250px !important;
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  z-index: 1200;
  overflow: scroll;
}
.flatpickr-input {
  background-color: #fff !important;
}
.ui-dialog {
  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  white-space: nowrap;
}
