.dropdown-container {
    display: none;
    background-color: #ccc;
    padding-left: 14px;
}

@font-face {
  font-family: "Open Sans", sans-serif;
  font-display: fallback;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f2efea;
    /*background: #ff0000;*/
}

.admin-breadcrumbs {
    font-size: 1.6em;
    font-family: Source Sans Pro, sans-serif;
    text-transform: uppercase;
}

.card {
    border-radius: 0px;
}

.card-header {
    border-radius: 0px;
}

.form-control  {
    border-radius: 0px;
    background-color: #efefef;
    /*font-weight: bold;*/
    color: #444;
}

#cover {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    opacity: 0.6;
    margin-top:10px;
    display: block;
}

.bg-dark {
    background-color: #2b3a42 !important;
}
.thead-light th {
    background-color: #f5f5f5 !important;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes  lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader {
  position:fixed;
  top: 50%;
    left: 50%;
    z-index:10000;
    margin-top: -80px;
    margin-left: -40px;
    display:none;
}

#modal-loader {
  position:fixed;
  top: 50%;
    left: 50%;
    z-index:10000;
    margin-top: -80px;
    margin-left: -40px;
    display:none;
}

#loader-text {
  position:fixed;
  top: 50%;
    left: 50%;
    z-index:20000;
    margin-top: 10px;
    margin-left: -50px;
    color:#fff;
    font-weight: bold;
    font-size: 1.4em;
    display:none;
}



#overlay {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 5000; 
}

body {
  font-size: .875rem;
}


.app-card {
  border-color: #6e8b9f;
  border-radius: 0px !important;
}



.app-card-header {
  color:#191317;
  background-color: #ffffff;
  border-color: #2a2228;
  border-radius: 0px !important;
}

.app-card-header-mobile {
  color:#191317;
  background-color: #ffffff;
  border-color: #2a2228;
  border-radius: 0px !important;
  border-bottom: 0px;
}

.app-card-body-mobile {
  padding-top: 0px;
}

.app-card-header-alt {
  color:#ffffff;
  background-color: #66d7d1;
  border-color: #66d7d1;
  border-radius: 0px !important;
}



/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}




/*
 * Buttons
 */
.btn-sm {
    border-radius: 2px;
    font-family: Source Sans Pro, sans-serif;
}

.btn-admin {
  border-radius: 2px;
}

.btn-success {
  background-color: #5EC6C0;
  border-color: #5EC6C0;
}

/*
 * Cards
 */
.card-dark {
  border:1px solid #2b3a42;

}

.card-dark .card-header {
  background-color: #2b3a42;
  border-radius: 0px;
  color:#fff;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
}

.header-caps {
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

#processing {
    background-color: #ff0000;
    width: 100%;
    height:20px;
    position:fixed;
    color:#fff;
    z-index:10000;
    /*display:none;*/
    text-align: center;
}

.app-input {
  font-weight: bold;
  border-radius: 4px;
}


.htmx-indicator{
        opacity:0;
        transition: opacity 500ms ease-in;
    }
    .htmx-request .htmx-indicator{
        opacity:1
    }
    .htmx-request.htmx-indicator{
        opacity:1
    }

/* Media Queries */
@media (min-width: 768px){
    .desktop {
      display:block;
    }

    .mobile {
      display:none;
    }


}

@media (max-width: 767px){
    .desktop {
      display:none;
    }

    .mobile {
      display:block;
    }

    h1 {
      size:1em !important;
    }
}
