/* Add here all your CSS customizations */
/* #logo {
    margin: 0 auto;
    max-width: 65%;
    width: auto;
    height: auto;
    display: block;
  } */
  @media only screen and (max-width: 768px) {
    #logo {
      max-width: 100px;
    }
    .navbar-brand {
      max-width: 100px;
    }
    /* below is for the demo but might help you position 
    the hamburger menu on mobile */
    .navbar-toggler {
      right: 0;
      position: absolute;
      margin: 10px;
    }
  }
  @media (min-width: 768px) {
    #logo {
        max-width: 150px;
        /* max-height: 85%; */
        /* background-repeat: no-repeat; */
      /* background-image: url(https://khickit.com/assets/images/Khick_IT.png); */
    }
  }
  .title {
    /* background-color: #CCC; */
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.pill_button {
  min-width: 100px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
} 
/* Nav Secondary */
.nav-secondary {
	background: #fafafa;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	z-index: 99;
	width: 100% !important;
}

.nav-secondary .nav-pills > li {
	float: none;
	display: inline-block;
}

.nav-secondary .nav-pills > li a {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 13px;
	text-transform: uppercase;
}

.nav-secondary.sticky-active {
	border-bottom-color: #ed5348;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
/* End of Secondary Nav */

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #f04c23;
	border-color: #ea3b10;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #f04c23;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #f04c23;
	box-shadow: 0px 0px 1px #f04c23;
}

.switch.switch-primary .ios-switch .on-background {
	background: #f04c23;
}

.progress-bar {
	background-color: #f04c23;
}

.progress .progress-bar-primary {
	background-color: #f04c23;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #f04c23;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to left, #f37353 0, #f04c23 50%, #d2350e 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to right, #f37353 0, #f04c23 50%, #d2350e 100%);
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
	background: #f04c23;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
	background: #f04c23;
}

.datepicker table thead tr:last-child th:hover {
	color: #f04c23;
}

.datepicker table tbody tr td.day:hover {
	background: #f04c23;
}

.datepicker table tbody tr td.day.active {
	background: #d2350e;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
	background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #f04c23;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
	background: #d2350e;
}

.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #f04c23;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #d2350e;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #f25f3b;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #f04c23;
	color: #FFF;
}

.select2-container-multi .select2-choices .select2-search-choice {
	background: #f04c23;
}

.wizard-steps > li.active .badge {
	background-color: #f04c23;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #f04c23;
}

.wizard-tabs ul > li.active .badge {
	background-color: #f04c23;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #f04c23;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #f04c23;
	background: #f04c23;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #f04c23;
	border-color: #f04c23;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #f04c23 !important;
}

.dataTables_processing {
	background-color: #f04c23;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #f04c23;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
	background-color: #f04c23;
}
/* Alert Success Color */
.custom-notification-alert-success .notification {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.custom-notification-alert-success .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #c3e6cb;
}

/* Alert Danger Color */
.custom-notification-alert-danger .notification {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.custom-notification-alert-danger .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #f5c6cb;
}

/* Alert Warning Color */
.custom-notification-alert-warning .notification {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.custom-notification-alert-warning .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #ffeeba;
}

/* Alert Info Color */
.custom-notification-alert-info .notification {
	color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.custom-notification-alert-info .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #bee5eb;
}

/* Alert light Color */
.custom-notification-alert-light .notification {
	color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.custom-notification-alert-light .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #fdfdfe;
}

/* Alert dark Color */
.custom-notification-alert-dark .notification {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.custom-notification-alert-dark .ui-pnotify .notification .ui-pnotify-icon > span {
	border-color: #c6c8ca;
}