/* ===== Misc CSS ===== */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: fit-content;
}
.page-wrapper>.container-stretch {
    min-height: calc(100vh - 112px);
}
.pointer {
    cursor: pointer;
}
.hover-row:hover {
  background: #f8f8f8!important;
  background-color: #f8f8f8!important;
  border-color: #CCC!important;
}
.hover-row-blue:hover {
  background: #effaff !important;
  background-color: #effaff !important;	
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.rounded, .rounded-1, .rounded-2, .rounded-3 {
	border-radius: 0.5em!important;
}
.listing-link {
	color: #555;
}
.listing-link:hover {
	color: #ed8d00;
}
.nav-pills .nav-link:hover {
	background: #f0f0f0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #ed8d00;
}
.form-select {
  background-position: right 0.4rem center;
  background-size: 8px;
}
.rounded-1 {
  border-radius: 0.25em!important;
}
.btn-disabled {
  pointer-events: none;
}
.border-lightgray {
    border-color: #CCC !important;
}


.page-link {
  color: #666 !important;
}
.page-item.active .page-link {
  background: #eee;
  border: 1px solid #CCC;
}


/* ===== Search Overrides ===== */
.search-box .app-search .srh-btn {
  color: #000;
  font-size: 1.1rem;
}


/* ===== Zebra Database CSS ===== */
#zdc-mini {
  right: auto !important;
  left: 0;
}
#zdc-main {
  left: 70px !important;
}


/* ===== XS Font Size ===== */
.fs-xs-1 {
  font-size: 0.7rem!important;
}
.fs-xs-2 {
  font-size: 0.6rem!important;
}
.fs-xs-3 {
  font-size: 0.5rem!important;
}


/* ===== Elegant Buttons CSS ===== */
.btn-elegant {
	background-color: #ed8d00!important;
	color: #eee;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.btn-elegant:hover {
	background-color: #df3826!important;
	color: #fff;
}
.btn-elegant-sm {
	background-color: #814a44!important;
	color: #eee;
}
.btn-elegant-sm:hover {
	background-color: #df3826!important;
	color: #fff;
}


/* ===== Scrollbar CSS ===== */
* {
  scrollbar-width: auto;
  scrollbar-color: #999999 #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 10px;
  border: 3px solid #ffffff;
}


/* ===== SlideBar CSS ===== */
.slideBar {
  position: fixed; 
  top: 0; 
  right: 0; 
  width: 0; 
  height: 100vh; 
  z-index: 9999; 
  box-shadow: -7px 1px 20px 0px #00000026; 
  transition: width 0.1s;
}
.slideBar-background {
  position: absolute; 
  background: #f8f8f8; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  border-left: 1px solid #CCC;
}
.slideBar-close {
  color: #000;
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
  z-index: 10000;
  width: 100%;
  text-align: right;
  top: 0.5em;
}
.slideBar-content {
  position: absolute; 
  color: #333; 
  top: 0; 
  left: 0; 
  width: 100%; 
  padding: 1em; 
  height: calc(100vh - 4em); 
  overflow-y: auto;
}
.slideBar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4em;  
  padding: 0em 1em 0em 1em;
}
.slideBar-heading {
  font-size: 1.75em;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 0.02em;
}
.slideBar-paddedContent {
  padding: 0.25em;
  margin-top: 0.5em;
}


/* ===== Login CSS ===== */
.admin-passkey:focus {
  border: inherit;
}


/* ===== Search CSS ===== */
#search_bar:focus {
	border: 0px;
    border-bottom: 1px solid #CCC;
}


/* ===== jSpreadsheet CSS ===== */
#jspreadsheet > div.jexcel_content > table > tbody > tr {
    height: 50px;
}
.jexcel tbody td {
    vertical-align: top;
}
.jexcel>thead>tr>td {
	font-weight: bold;
	padding-left: 5px;
}
.jexcel_toolbar {
    border-radius: 4px;
    padding: 8px 8px 12px;
    color: #666;
}
.jexcel_toolbar i.jexcel_toolbar_item {
    margin-right: 10px;
    width: auto;
    height: auto;
    border-radius: 4px;
}


/* ===== Tags Input CSS ===== */
.bootstrap-tagsinput .label-info {
    background-color: #28b779;
}
.tt-suggestion:hover, .tt-suggestion:focus {
	background-color: #28b779;
}


/* ===== Toggle Switch CSS ===== */
.a-toggle-switch {
    position: relative;
}
.a-toggle-switch label {
    padding: 0;
}
input.cb-switch {
    display: none;
}
.a-toggle-switch label input + span {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.3rem;
    background: #bdc1c8;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 5px #828282;
    cursor: pointer;
}
.a-toggle-switch label input + span small {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1.875rem;
    background: #eee;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}
.a-toggle-switch label input:checked + span {
    background-color: #3e85be;
}
.a-toggle-switch label input:checked + span small{
    left: 0.9rem;
    transition: left .25s;
}
.a-toggle-switch span:after {
    content: "USED";
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
    position: absolute;
    top: 0.75rem;
    transition: opacity .25s;
    left: -0.05rem;
    opacity: 0.3;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
}
.a-toggle-switch label input:checked + span:after {
    opacity: 1;
}
.i-toggle-switch {
    position: relative;
}
.i-toggle-switch-left-caption {
    display: inline-block;
    font-size: 70%;
    text-transform: uppercase;
    top: -0.5em;
    position: relative;
    font-weight: 600;
    color: #666;
    margin-right: 0.5em;
}
.i-toggle-switch-right-caption {
    display: inline-block;
    font-size: 70%;
    text-transform: uppercase;
    top: -0.5em;
    position: relative;
    font-weight: 600;
    color: #666;
    margin-left: 0.5em;
}
.i-toggle-switch label {
    padding: 0;
}
input.cb-switch {
    display: none;
}
.i-toggle-switch label input + span {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 1.3rem;
    background: #b94949;
    border: 1px solid #b94949;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.i-toggle-switch label input + span small {
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1.875rem;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}
.i-toggle-switch label input:checked + span {
    background-color: #5da55f;
    border: 1px solid #1e5d20;
}
.i-toggle-switch label input:checked + span small{
    left: 0.9rem;
    transition: left .25s;
}
.i-toggle-switch span:after {
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
    position: absolute;
    top: 0.75rem;
    transition: opacity .25s;
    left: -0.05rem;
    opacity: 0.3;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
}
.i-toggle-switch label input:checked + span:after {
    opacity: 1;
}




.overlay{
    position: fixed;
    top:0px;
    left: 0px;
    height:100%;
    width:100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    opacity:0.9;
    display:none; 
}
.close{
    position: fixed;
    top:30px;
    right:30px;
    width:16px;
    height:16px;
    z-index:9999;
    display:none;
    cursor: pointer;
}
.main-vid-box{
    position: fixed;
    width: 100%;
    height:100vh;
    display:none;
    top:0px;
    left:0px;
    z-index: 999;
}
.videoWrapper {
    position: relative;
    z-index:999;
    background-color:#000;
    width:100%;
    height: 100%;
    margin:0 auto;
}
.videoWrapper video {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100% !important;
    height: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 40px;
    border-style: solid;
    border-color: transparent;
}


/* ===== Dropzone CSS ===== */
.dropzone {
	background: #f8f8f8;
	border: 1px solid #CCC;
	width: -webkit-fill-available;
	box-sizing: border-box;
	margin: 10px;
	padding: 15px;
	border-radius: 4px;
}


/* ===== Custom Responsive CSS ===== */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hr-10 { height: 10rem !important }
    .hr-9  { height: 9rem !important }
    .hr-8  { height: 8rem !important }
    .hr-7  { height: 7rem !important }
    .hr-6  { height: 6rem !important }
    .hr-5  { height: 5rem !important }
    .hr-4  { height: 4rem !important }
    .hr-3  { height: 3rem !important }
    .hr-2  { height: 2rem !important }
    .hr-1  { height: 1rem !important }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hr-sm-10 { height: 10rem !important }
    .hr-sm-9  { height: 9rem !important }
    .hr-sm-8  { height: 8rem !important }
    .hr-sm-7  { height: 7rem !important }
    .hr-sm-6  { height: 6rem !important }
    .hr-sm-5  { height: 5rem !important }
    .hr-sm-4  { height: 4rem !important }
    .hr-sm-3  { height: 3rem !important }
    .hr-sm-2  { height: 2rem !important }
    .hr-sm-1  { height: 1rem !important }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hr-md-10 { height: 10rem !important }
    .hr-md-9  { height: 9rem !important }
    .hr-md-8  { height: 8rem !important }
    .hr-md-7  { height: 7rem !important }
    .hr-md-6  { height: 6rem !important }
    .hr-md-5  { height: 5rem !important }
    .hr-md-4  { height: 4rem !important }
    .hr-md-3  { height: 3rem !important }
    .hr-md-2  { height: 2rem !important }
    .hr-md-1  { height: 1rem !important }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hr-lg-10 { height: 10rem !important }
    .hr-lg-9  { height: 9rem !important }
    .hr-lg-8  { height: 8rem !important }
    .hr-lg-7  { height: 7rem !important }
    .hr-lg-6  { height: 6rem !important }
    .hr-lg-5  { height: 5rem !important }
    .hr-lg-4  { height: 4rem !important }
    .hr-lg-3  { height: 3rem !important }
    .hr-lg-2  { height: 2rem !important }
    .hr-lg-1  { height: 1rem !important }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hr-xl-10 { height: 10rem !important }
    .hr-xl-9  { height: 9rem !important }
    .hr-xl-8  { height: 8rem !important }
    .hr-xl-7  { height: 7rem !important }
    .hr-xl-6  { height: 6rem !important }
    .hr-xl-5  { height: 5rem !important }
    .hr-xl-4  { height: 4rem !important }
    .hr-xl-3  { height: 3rem !important }
    .hr-xl-2  { height: 2rem !important }
    .hr-xl-1  { height: 1rem !important }
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .w-xs-100 {
    width: 100% !important;
  }

  .w-xs-75 {
    width: 75% !important;
  }

  .w-xs-50 {
    width: 50% !important;
  }

  .w-xs-25 {
    width: 25% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

}


@media (min-width: 576px) {
    .border-sm-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-sm-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-sm-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-sm-top-0 {
      border-top: 0 !important;
    }
    .border-sm-right-0 {
      border-right: 0 !important;
    }
    .border-sm-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-sm-left-0 {
      border-left: 0 !important;
    }
    .border-sm-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-sm {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 768px) {
    .border-md-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-md-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-md-top-0 {
      border-top: 0 !important;
    }
    .border-md-right-0 {
      border-right: 0 !important;
    }
    .border-md-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-md-left-0 {
      border-left: 0 !important;
    }
    .border-md-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 992px) {
    .border-lg-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-lg-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-lg-top-0 {
      border-top: 0 !important;
    }
    .border-lg-right-0 {
      border-right: 0 !important;
    }
    .border-lg-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-lg-left-0 {
      border-left: 0 !important;
    }
    .border-lg-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 1200px) {
    .border-xl-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-xl-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-xl-top-0 {
      border-top: 0 !important;
    }
    .border-xl-right-0 {
      border-right: 0 !important;
    }
    .border-xl-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-xl-left-0 {
      border-left: 0 !important;
    }
    .border-xl-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }