.material-icons {
    vertical-align: -6px;
}

.header{
    padding: 0 8%;
    background: #FFCC66;
    position: relative;
}

footer{
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size:small;
  font-style:italic;
}

anav{
    color: #FFCC66;
}

.myInputClass {
    background-color: #ffffff;
    padding: 0.375rem !important
}

.myRequiredInputClass {
    background-color: #fce8e8 !important;
    padding: 0.375rem !important 
}

.login_style {
  color:#84f4bb;
}

label {
    font-size: 1rem;
    color: #000000;
}

.disabledInput {
    color: rgb(111, 8, 8) !important;
    background-color:#198754 !important;
}

.btn:disabled {
    background-color: var(--bs-btn-bg) !important;
    color: var(--bs-btn-color) !important;
} 

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #198754;
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

@media print {
    .nonPrintable, .nonPrintable * {
        display: none;
    }
}

img {
    height: auto;
    max-width: 100%;
  }

  .dataTables_length select {
    background-color: white !important;
 }
 .dataTables_filter input {
    background-color: white !important;
    width: 300px;
 }

 td {
    min-width: 70px;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(153, 153, 161) !important;
    font-style: italic;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }
  .spinner {
      margin: 0 auto;
      height: 64px;
      width: 64px;
      animation: rotate 0.8s infinite linear;
      border: 5px solid firebrick;
      border-right-color: transparent;
      border-radius: 50%;
  }
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }

  .mylogoinfospin {
    position: absolute;
    left: 48%; top: 35%;
    animation: rotation-reverse 3s infinite linear;
  }
  .mylogoinfo {
    position: absolute;
    left: 45%; top: 35%;
  }
  .mylogo {
    position: absolute;
    left: 45%; top: 40%;
    transform: translate(-50%,-50%);
    animation: rotation 3s infinite linear;
  }
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }@keyframes rotation-reverse {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-359deg);
    }
  }

  /* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */
.legend .ishost { background-color: #00e3ff; }
.legend .notpaid { background-color: #e4f70f; }
.legend .isblocked { background-color: #f98d88; }
.legend .isexpired { background-color: #609cf6; }
.legend .isunsubscribed { background-color: #5206ea99; }
.legend-clicked { color: red}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #FFCC66 !important
}

.checkbox-outline {
  margin: auto !important;
  outline: 1px solid black !important;
}

.watermarkbr
{
 position:fixed;
 bottom:5px;
 right:5px;
 opacity:0.3;
 z-index:-1;
 color:blue;
}
.watermarkbl
{
 position:fixed;
 bottom:5px;
 left:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}
.watermarktl
{
 position:fixed;
 top:75px;
 left:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}
.watermarktr
{
 position:fixed;
 top:75px;
 right:5px;
 opacity:0.3;
 z-index: -1;
 color:blue;
}