h2,
h3 {
  margin-top: 0px;
}

.fade.show {
  opacity: unset !important;
  }

  modal-overlay {
    display: none;
  }

modal-overlay:has(css-backdrop.show) {
  display: inline;
}

body.modal-open {
  overflow: unset;
}

body.modal-open:has(css-backdrop.show) {
  overflow: hidden;
}

.backLogin {
  background: url(/assets/back.jpg) center center no-repeat;
  /*background-size: auto 100%;*/
  background-color: #308598;  
  /*background-position: center;*/
  /*height: 100vh;*/
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: cover;
}

/*.hover {
  background: lightseagreen !important;
}*/

.form-group {
  margin-bottom: 5px;
}

.navbar-default {
  background-color: #308598
}

.panel-default>.panel-heading {
  background-color: #8AB7C1
}

.panel-body {
  background-color: #E9EEF3;
}

.navbar-default .navbar-nav>li>a {
  color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #E2EBEF;
}

.navbar-default .navbar-brand:hover {
  color: #E2EBEF;
}

.navbar-default .navbar-brand:focus {
  color: #FFF;
}

.navbar-default .navbar-brand {
  color: #FFF;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color: #308598;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #308598;
}

.btn-primary:hover {
  background-color: #266573;
}

.btn-primary {
  background-color: #308598;
}

.btn-primary.disabled,
.btn-primary.disabled:hover {
  background-color: #8AB7C1;
}

.pagination>.active>span,
.pagination>.active>span:hover {
  background-color: #308598;
}

.colspan2 {
  width: 80px;
}

.colspan1 {
  width: 40px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td,
.table>thead:first-child>tr:first-child>th {
  border: 2px solid black;
}

.table-hover>tbody>tr:hover {
  background: #BBB
}

tr:nth-child(even) {
  background: #DDD
}

tr:nth-child(odd) {
  background: #FFF
}

thead>tr:nth-child(odd) {
  background: rgb(100, 171, 187)
}

thead>tr:nth-child(even) {
  background: rgb(100, 171, 187)
}

.taskOTA {
  background-color: #b098cc;
  border-color: #b098cc;
  color: #000;
}

.taskOTA:hover,
.taskOTA.hover {
  background-color: #9098cc;
  border-color: #000000;
  color: #000;
}

.taskOTADeposit {
  background: repeating-linear-gradient( -55deg, transparent, transparent 10px, #ccc 13px, #ccc 14px), linear-gradient( to bottom, #b098cc, #b098cc);
  border-color: #b098cc;
  color: #000;
}

.taskOTADeposit:hover,
.taskOTADeposit.hover {
  background: repeating-linear-gradient( -55deg, transparent, transparent 10px, #ccc 13px, #ccc 14px), linear-gradient( to bottom, #9098cc, #9098cc);
  border-color: #000000;
  color: #000;
}

.taskReserved {
  background: repeating-linear-gradient( -55deg, transparent, transparent 10px, #ccc 10px, #ccc 20px), linear-gradient( to bottom, #999, #999);
  border-color: #999;
  color: #000;
}

.taskReserved:hover,
.taskReserved.hover {
  background: repeating-linear-gradient( -55deg, transparent, transparent 10px, #ccc 10px, #ccc 20px), linear-gradient( to bottom, #999, #999);
  border-color: #000000;
  color: #000;
}

.taskGuaranteed {
  background: #006eff;
  border-color: #006eff;
  color: #000;
}

.taskGuaranteed:hover,
.taskGuaranteed.hover {
  background: #0400ff;
  border-color: #000000;
  color: #000;
}

.taskOption {
  background-color: #e4e43b;
  border-color: #e4e43b;
  color: #000;
}

.taskOption:hover,
.taskOption.hover {
  background-color: #e4c43b;
  border-color: #000000;
  color: #000;
}

.taskConfirmedNoDeposit {
  background-color: #018239;
  border-color: #018239;
  color: #FFF
}

.taskConfirmedNoDeposit:hover,
.taskConfirmedNoDeposit.hover {
  background-color: #015239;
  border-color: #000000;
  color: #FFF
}

.taskConfirmed {
  background-color: #11d867;
  border-color: #11d867;
  color: #000;
}

.taskConfirmed:hover,
.taskConfirmed.hover {
  background-color: #11b867;
  border-color: #000000;
  color: #000;
}

.taskConfirmedWaiting {
  background-color: #fbaf2b;
  border-color: #fbaf2b;
  color: #000;
}

.taskConfirmedWaiting:hover,
.taskConfirmedWaiting.hover {
  background-color: #de9f2b;
  border-color: #000000;
  color: #000;
}

.taskLinked:after {
  content:'';
  position:absolute;
  top:0px;
  right:0px;  
  border-color: black;
  width: inherit;
  border-style: dashed;
  border-left-width: 0;
  border-top-width: 4px;
  border-right: 0px;
  border-bottom: 0px
}

.glyphicon-refresh-animate {
  -animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@media print {
  a[href]:after {
    content: none;
  }
  *,
   :after,
   :before {
    background: none
  }
}

.numberCircle {
  background-color: #ec6464;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0
  }
}
