
.datetimepicker{
    max-width: 280px !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 99999!important;
}

#topnav .navbar-brand {
  background: url("../img/logo/kamumau_logo_64.png") no-repeat left 0 center;
}

.alert-success {
    color: white !important;
    background-color: #3c763d !important;
    border-color: #3c763d !important;
}

.alert-danger {
    color: white !important;
    background-color: #a94442 !important;
    border-color: #a94442 !important;
}

.alert-error {
    color: white !important;
    background-color: #a94442 !important;
    border-color: #a94442 !important;
}

.alert-warning {
    color: white !important;
    border-color: #e0e00b !important;
    background: #e0e00b !important;
}

.alert-alert {
    color: white !important;
    border-color: #e0e00b !important;
    background: #e0e00b !important;
}

.custom-notif .alert {
    border-radius: 0px;
}

.label-corner {
    padding: 5px !important;
    border-radius: 10px !important;
}

div#product-list-nav {
    margin-bottom: 20px;
}

.ln-letters a {
    font-size: 18px !important;
}

.ln-letters .m {
    margin: 0!important;
}

.ln-letters .p {
    padding: 2px 6px !important;
}

.ln-no-match {
    text-align: center !important;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 12px;
  padding: 5px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
.pac-container {
  z-index: 10000 !important;
}

.datepicker {
    max-width: 280px !important;
}

.myslider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #37474f;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.myslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9e9e9e;
    cursor: pointer;
}

.myslider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#dailystock-datatable_processing {
    margin-top: 10px;
}

.margin-bottom-5px {
    margin-bottom: 5px!important;
}

.sub-table {
    background-color: lightcyan !important;
}

.second-sub-table {
    background-color: green !important;
}

.slick-prev:before, .slick-next:before {
    color: black!important;
}
.slick-carousel{
  display: none !important;
}
.slick-carousel.slick-initialized{
  display: block !important;;
}

input.datepicker {
    max-width:none !important;
}

#calendar.fc-theme-standard {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#calendar.fc-theme-bootstrap {
  font-size: 14px;
}

#calendar {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 10px;
}

#calendar button.fc-button {
    padding-top: 3px;
    background-color: #2C3E50 !important;
}

#calendar a.fc-daygrid-day-number {
    color: black !important;
}

#calendar a.fc-col-header-cell-cushion {
    color: black !important;
    font-weight: bold;
    padding: 5px;
    font-size: 14px;
}

.select2 {
  width: 100% !important;
}