@import url(fontawesome/css/fontawesome.css);
@import url(fontawesome/css/solid.css);
@import url(fontawesome/css/v4-font-face.css);
@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(afterbt.css);
@import url(chosen.css);
@import url(../js/jquery.timepicker.css);
@import url(../js/lib/bootstrap-datepicker.css);
@import url(daterangepicker.css);
@import url(../js/lib/site.css);
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px; }

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px; }

a {
  color: #0275d8; }

div.field, div.actions {
  margin-bottom: 10px; }

#notice {
  color: green;
  display: block; }

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table; }

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff; }

#error_explanation ul li {
  font-size: 12px;
  list-style: square; }

.chosen-select {
  width: 100%; }

.chosen-container-multi {
  border: none; }
  .chosen-container-multi .chosen-choices {
    background-image: none;
    padding: 2px 7px;
    border: 1px solid #ced4da;
    border-radius: 4px; }
    .chosen-container-multi .chosen-choices li.search-choice {
      box-shadow: none;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 10px;
      padding-right: 26px;
      border: none;
      background-image: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
  right: 8px; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 32px;
  font-size: 14px; }

.chosen-container .chosen-drop {
  border: none !important;
  box-shadow: none !important;
  margin-top: 3px;
  border-radius: 4px; }

/*Colors*/
.color-1 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #e5e4cc; }

.color-2 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #c7f0db; }

.color-3 .chosen-container-multi .chosen-choices li.search-choice {
  background-color: #d3f4ff; }

/* ____________________ */
#page {
  max-width: 1200px;
  min-width: 800px;
  margin: 0 auto;
  padding: 10px 0 0; }

#nav {
  margin-bottom: 20px; }

.footer {
  margin-top: 20px; }

table.table-boxed {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
  table-layout: fixed; }

.table.table-boxed thead th,
table.table-boxed tr:nth-child(2n) td {
  background-color: #e0e0e0;
  border: 1px solid #000; }

.table-boxed th, .table-boxed td {
  padding: 1px 5px;
  border: 1px solid #000; }

div.schedule {
  margin-bottom: 40px; }

table.schedule {
  width: 100%; }

table.schedule, table.schedule td, table.schedule th {
  border: 1px solid #000; }

.schedule th .actions {
  float: right; }

th, td {
  padding: 1px 5px;
  width: 5px; }

.schedule td + td {
  text-align: center; }

.schedule a {
  text-decoration: none; }

.schedule a:hover {
  text-decoration: underline; }

.schedule a.empty_slot {
  padding: 5px 10px; }

.slot_overlay {
  position: absolute;
  width: 325px;
  padding: 10px;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 0px 4px 0px #303030;
  box-shadow: 0px 0px 4px 0px #303030;
  background-color: #fff;
  text-align: left; }

.overlay_action {
  text-align: right; }

form {
  margin-bottom: 10px; }

.field {
  margin-bottom: 3px; }

.kw_nav {
  text-align: center;
  margin-bottom: 20px; }

.log_entry {
  white-space: nowrap; }

/*# sourceMappingURL=styles.css.map */
/*CSS Spinner*/
.spinner {
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.blockout_display {
  color: #787f79;
  font-style: italic; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.loader {
  display: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  border-top: 2px solid #333;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 1.5s linear infinite;
  /* Safari */
  animation: spin 1.5s linear infinite; }

.loader.inline {
  display: inline-block; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
input.bc_daterangepicker {
  width: calc(50% - 40px);
  vertical-align: middle; }

.btn-link.btn-sm {
  padding-left: 2px;
  padding-right: 2px; }

.btn-link i {
  font-size: larger; }

.blocked_customer {
  transition: all 0.5s ease-out; }

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate; }

@keyframes skeleton-loading {
  0% {
    background-color: #e6e6e6; }
  100% {
    background-color: whitesmoke; } }
.table-results {
  padding-bottom: 300px; }

table#results {
  position: relative; }

table#results td {
  min-width: 130px; }

/*# sourceMappingURL=styles.css.map */
