/* Blinker Class */
.blink {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.20;
  }
}

/* Player Module */
.vertical-center > tbody > tr > td {
     vertical-align: middle;
}

.control  {
    display: none;
}

#dataTables_paginate ul {
    margin-top: 0;
    margin-bottom: 0rem;
}

.caltime-padding .form-control:not(:first-child) {
    padding-left: 1rem;
}
.caltime-padding .form-control:not(:last-child) {
    padding-right: 2.5rem;
}
.caltime-padding .form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

table.dataTable tr.dtrg-group td {
    background-color: rgba(0,0,0,0.03);
    text-transform: uppercase;
    color: #6e7582;
}

/* Multi Uploader */
.dropzone {
    background: transparent;
    border: 1px solid rgba(110,117,130,.2);
    min-height: 120px;
}

/* wizard */
.wizard .container-tight {
    max-width: 40rem;
}

.twitter-typeahead {
  width: 100%;
}

.tt-menu {
    background-color: #fff;
    right: 0;
    margin-top: 2px;
    border-radius: 2px;
    border: 1px solid #f1f2f3;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    z-index: 1080 !important;
}
.tt-suggestion {
    display: block;
    margin: 4px;
    padding: 6px 12px;
    cursor: pointer;
    color: rgba(53, 64, 82, 0.72);
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

/* Alert Handler */
.alert_handler {
  position: relative;
  padding: 0;
  min-width: 250px;
}
.alert_handler button.close {
  margin: 0.45rem 1rem;
  opacity: 0.75;
}
.alert_handler button.close:hover {
  opacity: 1;
}
.alert_handler-icon,
.alert_handler-text {
  display: table-cell;
  vertical-align: middle;
}
.alert_handler-icon {
  min-width: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
}
.alert_handler-text {
  color: #2d3a51;
  padding: 1rem;
  width: 100%;
  font-size: 12px;
}
.alert_handler-text > h5 {
  margin-top: 0;
  font-weight: 600;
  font-size: 14px;
}
.alert_handler-danger {
  background-color: #fdf5f5;
  border-color: #f6d3d3;
}
.alert_handler-danger .alert_handler-text h5 {
  color: #d33534;
}
.alert_handler-danger .alert_handler-icon {
  background-color: #d33534;
}

/* Dropzone */
.dropzone .dz-preview.dz-image-preview {
    background: none;
}
.dropzone .dz-preview .dz-image {
    border-radius: 10px;
    width: 100px;
    height: 100px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #206bc4;
    background: linear-gradient(to bottom, #789AC1, #206bc4);
}


/* DARK MODE */
@media not print {
  .theme-dark a:not(.btn) {
    color: #59a6ff;
  }
  .theme-dark a:hover {
      color: #eeeeee;
  }
  .theme-dark .btn-link {
    color: #59a6ff;
  }
  .text-body {
    color: unset !important;
  }
  .theme-dark .tt-menu {
      background-color: #354052;
      color: #354052;
      border: 1px solid #2f3949;
  }
  .theme-dark .tt-menu a {
      color: #f5f7fb !important;
  }
  .theme-dark .caltime-padding .form-control:disabled, .theme-dark .form-control[readonly] {
      background-color: #2f3949;
  }
  .theme-dark .flatpickr-time input {
    background: #2f3949;
    color: #f5f7fb;
  }
  .theme-dark .flatpickr-time input:hover, .theme-dark .flatpickr-time .flatpickr-am-pm:hover, .theme-dark .flatpickr-time input:focus, .theme-dark .flatpickr-time .flatpickr-am-pm:focus {
    background: rgba(110,117,130,.06);
  }
}
