
::-webkit-input-placeholder { 
    color:    black;
    opacity: 1 !important;
    }

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}  

@media only screen and (max-width: 700px) {
#no-more-tables, .nomoretable table,
#no-more-tables, .nomoretable thead,
#no-more-tables, .nomoretable tbody,
#no-more-tables th, .nomoretable th,
#no-more-tables td, .nomoretable td,
#no-more-tables tr, .nomoretable tr {
display: block !important;
}

.modal-content {
    z-index:2;
}
  
#no-more-tables thead tr, .nomoretable thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
 
#no-more-tables tr, .nomoretable tr { 
    border-bottom: 1px solid rgb(131, 131, 131); 
}
  
#no-more-tables td, .nomoretable td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 35%;
white-space: normal;
text-align:left;
}
 
#no-more-tables td:before, .nomoretable td:before {
position: absolute;
top: 6px;
left: 6px;
padding-right: 5px;
white-space: nowrap;
text-align:left;
}
 
#no-more-tables td:before, .nomoretable td:before { content: attr(data-title); }
}

.picker-dialog{
    z-index: 2000 !important;
}

section{
    display: flex;
    flex-direction: column;
}

input[type="time"]{
    max-width: 110px;
}

@media only screen and (max-width: 991px) {
  .mobilenav{
    position: fixed;
    bottom: 0;
    top: auto !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  body.bg-dark, body.bg-white{
      padding-top:0 !important;
      padding-bottom:56px !important;
      background-color: #fff !important;
  }
  footer.adminfooter{
      margin-bottom:56px !important;
  }
  #menumobile{
      position:fixed;
      right: 14px;
      bottom: 7px;
      z-index: 9990;
      background-color: #343a40;
  }
  .bottombuttons{
      bottom: 56px !important;
  }
  .bottombanner{
      bottom: 56px !important;
  }
  .hideOnMobile{
    display:none !important;
  }
  .showOnMobile{
    display:inline-block !important;
  }
  .navitem-badgewrap{
    position:static !important;
  }
  .picker, .picker-dialog-bg {
    height: calc(100vh - 100px) !important;
    width: 90vw !important;
    bottom: 100px !important;
  }
  .stickybuttons{
    position: sticky;
    top: 10px;
    z-index: 99;
   }

   .stickybottombuttons{
    position: sticky;
    bottom: 60px;
    z-index: 90;
   }

   .modal .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 60px !important;
    }
    
    td.fc-list-event-title {
        word-break: break-word;
    }
}

@media (min-width: 992px){
    #mainNav .navbar-brand {
        width: auto !important;
    }
    #mainNav .navbar-sidenav {
        height: calc(100vh - 112px);
        max-width: 200px;
        overflow: hidden visible !important;
    }
    #mainNav .navbar-collapse .navbar-sidenav > .nav-item {
        max-width: 200px;
    }
    .sidenav-toggled .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level {
        display: none;
    }
    .content-wrapper,footer.adminfooter {
        margin-left: 200px;
    }
    #mainNav.fixed-top .sidenav-toggler > .nav-item {
        width: 200px;
        padding: 0;
    }
    footer.adminfooter {
        margin-left: 200px;
        width: calc(100% - 200px);
    }
    .stickybuttons{
        position: sticky;
        top: 60px;
        z-index: 99;
    }
    .stickybottombuttons{
        position: sticky;
        bottom: 0px;
        z-index: 90;
    }

    .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 60px !important;
    }
    
}

.fc-timegrid-event{
    border-width: medium;
}


.navbar-brand .fa{
    color: #868e96;
}

.sidenav-toggled .navbar-collapse .navbar-sidenav li.nav-item{
    height:45px;
}
.navbar span.badge{
    transform: translate(3px,-7px);
    font-size:0.6em;
    border-radius: 40%;
}

.navitem-badgewrap{
    position:absolute;
    right:43px;
}

.showOnMobile{
    display:none;
}

.bottombuttons{
    z-index:99; 
    position:fixed; 
    right: 70px; 
    bottom: 0px;  
    border-radius:5px;
}

.buttonbuttons.btn{
    background-color:white;
}

.rightbuttons{
    position:fixed; 
    top: calc(100vh - 300px); 
    left: calc(100vw - 100px); 
    z-index:99
}

#snackbar {
    visibility: hidden; 
    min-width: 250px;
    margin-left: -125px; 
    background-color: #333;
    color: #fff; 
    text-align: center;
    border-radius: 2px; 
    padding: 16px; 
    position: fixed;
    z-index: 1;
    left: 50%; 
    bottom: 100px;
}

#snackbar.show {
    visibility: visible;
   -webkit-animation: fadein 0.5s;
   animation: fadein 0.5s;
}

.content-wrapper {
    background-color: #f6f6f6;
}
.taskbox {
    font-weight: bold;
    right: 5px;
    min-width: 30px; /* Set a default minimum width */
    background-color: #333; /* Black background color */
    opacity: 0.5;
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 10px; /* Rounded borders */
    padding: 5px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 99; /* Add a z-index if needed */
}

.bottombanner{
    border-radius: 5px; /* Rounded borders */
    font-size: 0.7em;
    margin-right: 15px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100vw;
    background-color: #333;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1;
    animation: blink 0.5s linear 0.5s infinite alternate;
}

.blink{
    animation: blink 0.5s linear 0.5s infinite alternate;
}

.blinkonce{
    animation: blink 0.5s linear 0.2s 1 normal;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes helpstep {
    from {outline: 1px dashed rgb(179, 116, 0);}
    to {outline: 5px solid rgb(255, 174, 0);}
}

@keyframes blink {
    from {opacity: 0;}
    to {opacity: 1;}
}

.btmborder td, 
.btmborder tr,
.btmborder th {
    border-style:none;
    border-bottom:solid #585858;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.modal {
    overflow-y:scroll;
}

img.responsive{
    max-width:100% !important;
    height:auto !important;
}

.fitcontent{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; margin:auto;
  z-index: 2;
  position:relative;
}

.maincontent{
    z-index: 2;
    position:relative;
}

.blurback{
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding-right:10px;
  padding-left:10px;
  border-radius: 10px;
}

.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.fitVids-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#pageloaderspin {
    position: fixed;
    border: 25px solid #f3f3f3;
    border-radius: 50%;
    border-top: 25px solid  #F0C419;
    border-right: 25px solid #26B99B;
    border-bottom: 25px solid #E57E24;
    width: 100px;
    height: 100px;
    left:50%;
    margin-left: -50px;
    margin-top: -50px;
    top:50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

#pageloaderspin.show {
    visibility: visible;
}
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.flexcard{
    display: flex;
    flex-direction: column;
}
.flexcardcontent{
    flex: 1 1 auto;
}

.helpitemnow{
    animation: helpstep 0.5s linear 0.5s infinite alternate;
}

.helphighlight{
    outline: 2px solid rgb(255, 174, 0);
}
        
.lowopacity{
    opacity: 0.4;
}

.playerwrapper::before{
    content: attr(data-before);
    color: #212529;
    background-color: #ccc;
    position: absolute;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3rem;
}


  ::-webkit-scrollbar {
    display:none;
    width: 3px;
    height: 2px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
  }
  ::-webkit-scrollbar-thumb {
    background: #000; 
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.bg-orange{
    background-color: orange;
    color: black;
}

.bg-pink{
    background-color: hotpink;
    color: black;
}

.bg-brown{
    background-color: chocolate;
    color: white;
}

.bg-navy{
    background-color: navy;
    color: white;
}

.bg-olive{
    background-color: darkolivegreen;
    color: white;
}

.bg-purple{
    background-color: indigo;
    color: white;
}

#div1, .btn, tbody, .dataTables_wrapper, input, select, text, textarea, .breadcrumb,
h1,h2,h3,h4,h5,h6 {
    position: relative;
}

.fc-toolbar-title{
    font-size: 1.2em !important;
}

.fc-non-business{
    background: #585858 !important;
}