.sq {
  border-radius: 0 !important;
}
.mt-25 {
  margin-top: 25px;
}
.input-w-select label {
  display: block;
}
.input-w-select input {
  display: inline-block;
  width:66%;
  border-right-width: 1px;
  padding-right: 0px;
}
.input-w-select select {
  display: inline-block;
  width:30%;
  border-left-width: 1px;
  padding-left: 0px;
}
.input-w-select small {
  font-size:60%;
}

@media (max-width:992px) {
  .form-steps-outer button {
    width: 100%;
  }
  .form-steps-outer .input-w-select input {
    width: 68%;
  }
}

.mai-date {
  display: block;
  width: 100%;
  height: 34px;
}

.pointer {
  cursor: pointer;
}

.fa {
  cursor: pointer;
}

@media (max-width: 768px) {
  .center-children-sm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.pad-10 {
  padding: 10px;
}

.sml-font {
  font-size: 12px;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.material-switch {
  padding-top: 7px;
  padding-bottom: 7px;
}

#admin-filter .form-control {
  background: none !important;
  color: #fff !important;
}
#admin-filter .form-label {
  color: #fff !important;
}
#admin-filter h4 {
  color: #fff !important;
}

#admin-content {
  margin-top: 10px;
}

#admin-content #location-content {
  padding: 10px;
  background: #eee !important;
}
#admin-content .tabs {
  display: inline-flex;
}
#admin-content .tabs > div {
  padding: 10px 10px;
  border: solid 1px #949292;
  border-bottom: #eee !important;
  border-right: none;
  cursor: pointer;
  color: #949292;
}
#admin-content .tabs > div:first-child {
  border-top-left-radius: 5px;
}
#admin-content .tabs > div:last-child {
  border: 1px solid #949292;
  border-bottom: #eee;
  border-top-right-radius: 5px;
}
#admin-content .tabs > div.active {
  padding: 10px 10px;
  cursor: pointer;
  background-color: #949292;
  color: #fff;
}
#admin-content {
  padding: 0 10px 10px 10px;
}
#admin-content .grouping {
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#admin-content .grouping:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.tabs-right {
  float: right;
}
.save-tab.valid {
  background-color: #dff2bf;
  color: #4f8a10 !important;
  border-color: #4f8a10 !important;
  font-weight:bold;
}
.save-tab.disabled {
  cursor: not-allowed !important;
}
.show-small {
  display: none;
}
@media only screen and (max-width : 480px) {
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: block;
  }
}
div.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.53);
  transition: all 0.5s;
  padding: 10px;
  margin-bottom: 10px;
}
div.shadow:hover {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.53);
}
.dropdown-admin-tabs > button {
   width: 100%;
   border-radius: 0;
   background-color: #949292;
   color: #fff;
}
.dropdown-admin-tabs .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.dropdown-admin-tabs .dropdown-menu > * {
  text-align: center;
}
.save-dropdown.valid {
  background-color: #dff2bf;
  color: #4f8a10 !important;
  font-weight:bold;
}
#right-side-bar .form-control {
  background: none !important;
  color: #fff !important;
}
#right-side-bar  .form-label {
  color: #fff !important;
}
#right-side-bar  h4 {
  color: #fff !important;
}
#right-side-bar p {
  color: #fff !important;
}
#right-side-bar  option {
  color: #000 !important;
}
.mai-panel {
  border-radius: 0 !important;
  height: 100%;
}
.mai-panel .panel-heading {
  border-radius: 0 !important;
  background: #444 !important;
  color: #fff !important;
  border-color: #444;
}
.mai-panel .panel-body {
  border-radius: 0 !important;
  background: #fff !important;
  color: #444 !important;
  border-color: #444;
  overflow: hidden;
}
.panel {
  margin-bottom: 5px !important;
}
.relative {
  position: relative;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}
.cov-date-monthly {
  background: #3c8dbc;
}
.cov-date-body {
  font-family: inherit !important;
}
input.cov-datepicker {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
}
.cov-vue-date {
  display: block !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
.icon-fw i {
  display: inline-block;
  width: 20px !important;
}

.skin-blue .main-header .navbar {
  background-color: #0095da !important;
}

.skin-blue .main-header .logo {
  background-color: #ffffff !important;
}

.btn-external-link {
  background-color: #0095da !important;
}
.flex-container {
  display: flex;
}
.validation-error {
  font-weight: bold;
  color: red;
}
