/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

 :root {
  --prm-color: #0aa6e3;
  --prm-gray: #d1d1d1;
}

 .datepicker {
    background-color: #ffffff !important;
    color: #888888 !important;
    border: none;
    padding: 10px !important;
    outline: none;
  }
  .datepicker-inline {
    width: 180px;
  }
  .datepicker-rtl {
    direction: rtl;
  }
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  .datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 12px;
  }
  
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day.focused {
    cursor: pointer;
    border-radius: 5px !important;
    color: #ffffff !important;
    background-color: #0aa6e3
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #cccccc;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #cccccc !important;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
  }
  .datepicker table tr td.today,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover {
    background-repeat: repeat-x;
    color: #444444;
  }
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #444444;
  }
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active {
    background-color: #444444 \9;
  }
  .datepicker table tr td.today:hover:hover {
    color: #fff;
  }
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }

  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #999;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  .datepicker .prev.disabled,
  .datepicker .next.disabled {
    visibility: hidden;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .input-append.date .add-on,
  .input-prepend.date .add-on {
    cursor: pointer;
  }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
   
   .datepicker-dropdown:after {

   }
   
   thead tr:nth-child(3) th {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #222222 !important;
    background-color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
   }
   
   .dow, .old-day, .day, .new-day {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
    color: #666666 !important;
   }
   
   .old-day:hover, .day:hover, .new-day:hover, .month:hover, .year:hover, .decade:hover, .century:hover {
    border-radius: 6px !important;
    background-color: #eee;
    color: #0aa6e3;
   }
   
   .active {
    border-radius: 5px !important;
    color: #ffffff !important;
    background-color: #0aa6e3
   }
   
   .disabled {
    color: #cccccc !important;
   }
   
   .prev, .next, .datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #333333 !important;
    background-color: #ffffff !important;
    font-weight: 900;
   }
   
   .prev:hover, .next:hover, .datepicker-switch:hover {
    background-color: #ffffff !important;
    color: #333333 !important;
    opacity: 1;
   }

   .cell-all {
    display: flex;
    flex-wrap: wrap;
   }

   @media (max-width: 1040px) {
   .cell-all {
    justify-content: space-between; 
   }
  }

   .cell-container {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    width: 90px;
   }

   .cell {
    flex: 0 0 0;
    width: 100%;
    background-color: #ffffff;
    border:1px solid #f1f1f1;
    color: #666666;
    margin: 2px;
    font-size: 16px !important;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px !important;
   }
   
   .cell:hover {
    border:1px solid #0aa6e3;
    color: #0aa6e3 !important;
   }
   
   .cell.select {
    border:1px solid #0aa6e3;
    color: #0aa6e3 !important;
   }

   .continue-button {
    margin-top: 1rem;
    background-color: #0aa6e3;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    padding: 10px;
  }

  .continue-button:hover {
    margin-top: 1rem;
    background-color: #0f98ce;
    color: #ffffff;
    width: 100%;
  }
   
   .fa-calendar {
    color: #666666;
    margin-top: 0px;
    font-size: 30px;
    width: 40px;
    text-align: center;
    cursor: pointer;
   }
   
   .dropdown-toggle {
      white-space: nowrap;
    }
    
    .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent;
    }
    
    .dropdown-toggle:empty::after {
      margin-left: 0;
    }
    
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 0.5rem 0;
      margin: 0.125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0.25rem;
    }
    
    .dropdown-menu-left {
      right: auto;
      left: 0;
    }
    
    .dropdown-menu-right {
      right: 0;
      left: auto;
    }
    
    @media (min-width: 576px) {
      .dropdown-menu-sm-left {
        right: auto;
        left: 0;
      }
      .dropdown-menu-sm-right {
        right: 0;
        left: auto;
      }
    }
    
    @media (min-width: 768px) {
      .dropdown-menu-md-left {
        right: auto;
        left: 0;
      }
      .dropdown-menu-md-right {
        right: 0;
        left: auto;
      }
    }
    
    @media (min-width: 992px) {
      .dropdown-menu-lg-left {
        right: auto;
        left: 0;
      }
      .dropdown-menu-lg-right {
        right: 0;
        left: auto;
      }
    }
    
    @media (min-width: 1200px) {
      .dropdown-menu-xl-left {
        right: auto;
        left: 0;
      }
      .dropdown-menu-xl-right {
        right: 0;
        left: auto;
      }
    }
    
    .dropup .dropdown-menu {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: 0.125rem;
    }
    
    .dropup .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0;
      border-right: 0.3em solid transparent;
      border-bottom: 0.3em solid;
      border-left: 0.3em solid transparent;
    }
    
    .dropup .dropdown-toggle:empty::after {
      margin-left: 0;
    }
    
    .dropright .dropdown-menu {
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;
      margin-left: 0.125rem;
    }
    
    .dropright .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
    }
    
    .dropright .dropdown-toggle:empty::after {
      margin-left: 0;
    }
    
    .dropright .dropdown-toggle::after {
      vertical-align: 0;
    }
    
    .dropleft .dropdown-menu {
      top: 0;
      right: 100%;
      left: auto;
      margin-top: 0;
      margin-right: 0.125rem;
    }
    
    .dropleft .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
    }
    
    .dropleft .dropdown-toggle::after {
      display: none;
    }
    
    .dropleft .dropdown-toggle::before {
      display: inline-block;
      margin-right: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid transparent;
      border-right: 0.3em solid;
      border-bottom: 0.3em solid transparent;
    }
    
    .dropleft .dropdown-toggle:empty::after {
      margin-left: 0;
    }
    
    .dropleft .dropdown-toggle::before {
      vertical-align: 0;
    }
    
    .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
      right: auto;
      bottom: auto;
    }
    
    .dropdown-divider {
      height: 0;
      margin: 0.5rem 0;
      overflow: hidden;
      border-top: 1px solid #e9ecef;
    }
    
    .dropdown-item {
      display: block;
      width: 100%;
      padding: 0.25rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
    }
    
    .dropdown-item:hover, .dropdown-item:focus {
      color: #0aa6e3;
      text-decoration: none;
      background-color: #ffffff;
      border: 1px solid #0aa6e3;
    }
    
    .dropdown-item.active, .dropdown-item:active {
      color: #0aa6e3;
      text-decoration: none;
      background-color: #ffffff;
      border: 1px solid #0aa6e3;
    }
    
    .dropdown-item.disabled, .dropdown-item:disabled {
      color: #6c757d;
      pointer-events: none;
      background-color: transparent;
    }
    
    .dropdown-menu.show {
      display: block;
    }
    
    .dropdown-header {
      display: block;
      padding: 0.5rem 1.5rem;
      margin-bottom: 0;
      font-size: 0.875rem;
      color: #6c757d;
      white-space: nowrap;
    }
    
    .dropdown-item-text {
      display: block;
      padding: 0.25rem 1.5rem;
      color: #212529;
    }
    
    .dropdown-toggle-split {
      padding-right: 0.5625rem;
      padding-left: 0.5625rem;
    }
    
    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
      margin-left: 0;
    }
    
    .dropleft .dropdown-toggle-split::before {
      margin-right: 0;
    }
    
    .card {
      display: flex;
      justify-content: center;
      margin-left: auto;
      margin-right: auto; 
    }
    
    .card-body {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-height: 1px;
      padding: 1.25rem;
    }
    
    .card-title {
      margin-bottom: 0.75rem;
    }
    
    .card-subtitle {
      margin-top: -0.375rem;
      margin-bottom: 0;
    }
    
    .card-text:last-child {
      margin-bottom: 0;
    }
    
    .card-link:hover {
      text-decoration: none;
      color: #ffffff;
    }
    
    .card-link + .card-link {
      margin-left: 1.25rem;
    }
   
    .bg-dark{
      background-color: #f1f1f1 !important;
    }
    
    .card-header {
      color: #ffffff;
      background-color: #f1f1f1 !important;
      border: 0;
      padding: 0.2rem 0.2rem;
      margin-bottom: 0;
    }
   
    .card-header span {
      color: #888888;  
    }

    .card-header input {
      background-color: #ffffff !important;
      border-radius: 10px;
      color: #666666 !important;
      font-size: 18px;
      width: 320px;
      height: 45px;
      margin-bottom: 10px;
   }
   
   .card-header input:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
   }
   
   ::placeholder {
      color: #666666;
      font-size: 18px;
      opacity: 1;
      padding-left: 10px;
   }
   
   :-ms-input-placeholder {
      color: #666666;
      font-size: 18px;
      padding-left: 10px;
   }
   
   ::-ms-input-placeholder {
      color: #666666;
      font-size: 18px;
      padding-left: 10px;
   }
   
   button:focus {
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline-width: 0;
   }

  /*# sourceMappingURL=bootstrap-datepicker.css.map */