/*
 * Light sidebar
 * Uncomment to apply
 */
/*
.pmd-sidebar {
  background-color: #fff;
}

.pmd-sidebar .pmd-sidebar-nav li a {
  color: #4d575d;
}

.pmd-sidebar .pmd-sidebar-nav .dropdown-menu {
  background: #eee;
  padding: 10px 0;
  color: #4d575d;
}

.pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a:hover, .pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a:focus, .pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a.active {
  opacity: 1;
  color: #4d575d;
  background-color: #ddd;
}

.pmd-sidebar-left .nav > li > a:hover, .pmd-sidebar-left .nav > li > a:focus {
  background-color: #e5e5e560;
  color: #4d575d;
}

.pmd-sidebar-left .nav > li > a:active, .pmd-sidebar-left .nav > li > a.active, .pmd-sidebar .pmd-sidebar-nav li .dropdown-menu li a.active {
  color: @main;
}

*/
.btn-default.btn-social.pmd-btn-outline {
  border: solid 1px rgba(0, 0, 0, 0.14);
}
/* Navbar */
.navbar-inverse {
  background-color: #007AA6;
  border-color: #004d69;
}
.pmd-user-info .pmd-badge > .mdi,
.pmd-user-info .pmd-badge > .material-icons {
  background-color: #fff;
  color: #333;
}
.pmd-badge.pmd-badge-overlap > .material-icons,
.pmd-badge.pmd-badge-overlap > .mdi {
  right: -10px;
}
.badge-primary {
  color: #fff;
  background-color: #007AA6;
}
.pmd-badge[data-badge]::after {
  background: #007AA6;
}
.pmd-badge > .material-icons,
.pmd-badge > .mdi {
  position: absolute;
  top: -10px;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  content: attr(data-badge);
  background: #6292f8;
  border-radius: 50%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb li a:hover,
a:focus {
  color: #007AA6;
}
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after,
.togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label::after {
  background-color: #007AA6;
}
/* Used by fullcalendar to theme buttons */
.fc-prev-button,
.fc-next-button,
.fc-today-button,
.fc-month-button,
.fc-agendaWeek-button,
.fc-agendaDay-button,
.fc-listMonth-button {
  background-color: #007AA6 !important;
}
.fc-prev-button:hover,
.fc-next-button:hover,
.fc-today-button:hover,
.fc-month-button:hover,
.fc-agendaWeek-button:hover,
.fc-agendaDay-button:hover,
.fc-listMonth-button:hover {
  background-color: #007AA6 !important;
}
/* Slider */
.pmd-range-slider .noUi-connect,
.pmd-range-slider .noUi-handle:before {
  background: #007AA6 !important;
}
/* Dropdown */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #007AA6;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
}
.highlighted {
  color: #007AA6;
}
/* Panel */
.panel-group .panel-title a:hover {
  color: #007AA6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Buttons */
.btn-primary,
.dropdown-toggle.btn-primary {
  background-color: #007AA6;
}
.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
  background-color: #004d69;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00374a;
  border-color: #00374a;
}
.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-primary.active,
.dropdown-toggle.btn-primary.active {
  background-color: #00374a;
}
.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #004d69;
}
.btn-primary:disabled,
.dropdown-toggle.btn-primary:disabled,
.btn-primary.disabled,
.dropdown-toggle.btn-primary.disabled,
.btn-primary[disabled],
.dropdown-toggle.btn-primary[disabled] {
  background-color: #b3b3b3;
}
.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
  background-color: #004d69;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #00374a;
  border-color: #00374a;
}
/* Button flat */
.pmd-btn-flat.btn-primary {
  color: #007AA6;
  background-color: transparent;
}
.pmd-btn-flat.btn-primary:hover {
  color: #004d69;
  background-color: #e5e5e5;
}
.pmd-btn-flat.btn-primary:active,
.pmd-btn-flat.btn-primary.active {
  color: #00374a;
  background-color: #ccc;
}
.pmd-btn-flat.btn-primary:focus {
  color: #004d69;
  background-color: #ccc;
}
.pmd-btn-flat.btn-primary .ink {
  background-color: #808080;
}
/* Button outline */
.pmd-btn-outline.btn-primary {
  color: #007AA6;
  background-color: transparent;
  border: solid 1px #007AA6;
}
.pmd-btn-outline.btn-primary:hover,
.pmd-btn-outline.btn-primary:focus {
  color: #fff;
  background-color: #007AA6;
  border: solid 1px #007AA6;
}
/* Tabs */
.pmd-tabs ul.nav.nav-tabs li.active {
  box-shadow: inset 0 -3px 0 #007AA6;
}
/* Progress bars */
.pmd-progress {
  background-color: rgba(0, 122, 166, 0.4);
}
.pmd-progress .determinate {
  background-color: #007AA6;
}
.pmd-progress .indeterminate {
  background-color: #007AA6;
}
/* Default Button */
.btn-default {
  background-color: #fff;
  color: #333c4e;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #ccc;
  color: #333c4e;
}
/* spinner */
.path {
  stroke: #007AA6;
}
/* Inputs */
.pmd-textfield-focused {
  background-color: #007AA6;
}
/* Checkbox */
.pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before {
  background-color: #007AA6;
  border-color: #007AA6;
}
/* Datetime picker */
.topdateinfo,
.topdateinfo .dayname,
.timepicker-picker,
.bootstrap-datetimepicker-widget table td.day.active:hover span,
.bootstrap-datetimepicker-widget table td.hour.active:hover span,
.bootstrap-datetimepicker-widget table td.minute.active:hover span,
.bootstrap-datetimepicker-widget table td.second.active:hover span,
.bootstrap-datetimepicker-widget table td.active span,
.bootstrap-datetimepicker-widget table td.active span:hover,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget .accordion-toggle {
  background-color: #007AA6;
}
.timepicker .secondHnad,
.timepicker .minuteHnad,
.timepicker .hourHnad,
.timepicker .secondHnad:before,
.timepicker .minuteHnad:before,
.timepicker .hourHnad:before,
.timepicker .secondHnad:after,
.timepicker .minuteHnad:after,
.timepicker .hourHnad:after {
  background: #007AA6;
}
td.day.today {
  color: #007AA6;
  font-weight: 500;
}
td.day.today.active {
  color: #FFF;
  font-weight: normal;
}
/* UI-Select */
.ui-select-multiple.ui-select-bootstrap {
  padding: 0 !important;
  margin: 0;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  border-radius: 1rem;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 0.5rem 0 0.75rem;
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  cursor: default;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  color: #333;
  border-radius: 50%;
  font-size: 2em !important;
  padding: 1px 2px 2px 2px;
  margin-left: 5px;
  margin-top: 7px;
}
.ui-select-match.btn-default-focus {
  outline: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  font-size: 16px;
  text-transform: none;
  background-color: transparent !important;
  line-height: 34px;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #007AA6 !important;
}
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0 !important;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.uiselect-menu-right .ui-select-dropdown {
  right: 0;
  left: auto;
}
