﻿.header {
    display: flex;
    height: 80px;
}
.hidden {
    display: none !important;
}

.headercol-1 {
    width: 60px;
    margin:10px;
}

.headercol-2 {
    flex: 1;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    vertical-align: central;
    margin-top: 20px;
}

.bold {
    font-weight: 700 !important;
}

.headercol-3 {
    width: 60px;
}

.page-container {
    min-height: calc(100vh - 220px);
    text-align: center;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}


.footer {
    bottom: 0;
    width: 100%;
    height: 40px; /* Footer height */
    text-align: center;
}






/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    font-size: .8em;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.mydropdown-button {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2001;
    display: none;
    float: left;
    padding: 5px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #707271;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

/*-----------maindropdown-menu -----*/
.maindropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #000000;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.maindropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.maindropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.maindropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ffffff;
  white-space: nowrap;
}

.maindropdown-menu > li > a:hover,
.maindropdown-menu > li > a:focus {
  color: #a31425;
  text-decoration: none;
  background-color: #428bca;
}

.maindropdown-menu > .active > a,
.maindropdown-menu > .active > a:hover,
.maindropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.maindropdown-menu > .disabled > a,
.maindropdown-menu > .disabled > a:hover,
.maindropdown-menu > .disabled > a:focus {
  color: #999999;
}

.maindropdown-menu > .disabled > a:hover,
.maindropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .maindropdown-menu {
  display: block;
}

/*-----------maindropdown-menu -----*/



.open > .mydropdown-button {
    display: block;
}

.img-responsive.img-center {
    margin: 0 auto;
}

.hline {
    width: 100%;
    height: 1px;
    background: #8F8F8F;
}

.vline {
    width: 1px;
    height: 300px;
    background: #8F8F8F;
}

hrr {
    width: 1px;
    height: 250px;
    background: #8F8F8F;
}

hrrr {
    width: 100%;
    height: 1px;
    background: #8F8F8F;
}

.center {
    display: flex;
    justify-content: center;
}
#appExceptionTable, #unlockExceptionTable, #appContainer, #unlockContainer, .content-container {
    padding: 3px 0;
}
/*#appDaySchedule > div.container-fluid.content-container , #unlockDaySchedule > div.container-fluid.content-container {*/
/*    padding-right: var(--bs-gutter-x, 0.75rem);*/
/*    padding-left: var(--bs-gutter-x, 0.75rem);*/
/*}*/

#exception > div.content-container {
    display: flex;
    justify-content: center;
}

#appExceptionContainer, #unlockExceptionContainer {
    padding-top: 5px;
}
.title-container, .timeContainer {
    display: flex;
    justify-content: space-between;
}
.title-container > .col-5 {
    padding: 0;
}



h4.col-12 {
    float:none;
}

.btnContainer{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.timeRecord {
    padding: 0;
}

.btnContainer button{
    margin: 10px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus{
    background-color: #a31425 !important;
    border-color: #a31425 !important;
    background-image: unset !important;
}

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 0px;
        }

    .side-collapse {
        top: 100%;
        bottom: initial;
        left: 0;
        width: 200px;
        position: absolute;
        overflow: hidden;
        transition: width .4s;
        z-index: 1000;
    }

        .side-collapse.in {
            width: 0;
        }
}


.open > .side-collapse {
    display: block;
}


.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.menu-seperator { 
    border-bottom: solid 1px #707271 ;
    margin-left: 20px;
    margin-right: 20px;
}
.divider-vertical {
    height: 20px;
    margin-top: 5px;
    border-left: 1px solid #F2F2F2;
}

.borderTextBox {
    border: 1px solid;
    border-color: #a31425;
}

.btnLoginFacebook {
    background: url('Images/btnLoginFacebook.png') no-repeat;
    cursor: pointer;
    border: none;
    width: 170px;
    height: 29px;
}


.infoMarker {
    height: 200px;
    width: 350px;
    -webkit-user-select: none;
    background-color: white;
}

#map_canvas img {
    max-width: none;
}


.container_workout {
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 100%;
   overflow:hidden;
   background-color:aliceblue;
   min-height:0px !important;
   padding-bottom:0px
}

#GymContainer > form{
    text-align: center;
    padding-top: 1%;
    padding-bottom:1%;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

div.dropdown{
    display: flex;
    justify-content: space-between;
    padding-bottom: 3px;
    font-size: clamp(11px, 2vw, 14px);
}

#CollateralContainer {
    padding-top: 1%;
    padding-bottom:1%;
    margin-right: auto;
    margin-left: auto;
}

.rowHelper.row{
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
}

div>input.col-9.inputTextSize.form-control{
    width: 75% !important;
}
div>textarea.col-9.inputTextSize.form-control{
    width: 75% !important;
}

div.topMargin{
    margin-top:1vh;
}

.removeSwitchPadding{
    padding:0;
    flex-wrap: nowrap;
    height:100%;
}

.centerMargin{
    margin-top: auto;
    margin-bottom: auto;
}

#GymSelect{
    border: 1px solid black;
}

.labelFlex{
    flex-grow: 1.9;
}

.inputFlex{
    flex-grow: 8;
}

.accessHeaders{
    width: 14vw !important;
    /*text-align: center;*/
    max-width: 13.33vw;
}

.memberAccessHeader{
    width: 50% !important;
    /*text-align: center;*/
    max-width: 13.33vw;
}
#AccessEventsContainer .dataTables_scrollHeadInner {
    min-width: 100% !important;
}

#accessEventTable {
    min-width: 100% !important;
}

.btnIcons{
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    height: auto;
}

#updateLocationBtn{
    height: 100%;
    margin-top: auto;
    margin-bottom:auto;
    background-color:rgb(163, 23, 30);
    color:#FFFFFF;
}

.hybridBtn{
    margin-top: auto;
    margin-bottom:auto;
    background-color:rgb(163, 23, 30);
    color:#FFFFFF;
}

#saveGymBtn{
    height: 100%;
    width: 60%;
    margin-top: auto;
    margin-bottom:auto;
    background-color:rgb(163, 23, 30);
    color:#FFFFFF;
}
div >.form-check-input{
    width: 3em;
    margin-left: 0;
    height:1.5em;
}
.flex-container{
    display: flex;
    flex-direction: column;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.flexRow{
    display: flex;
    flex-direction: row;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}


/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
  .container {
    max-width: 1170px;
  }
}


.seven-cols{
    margin-bottom: 15px;
    overflow: hidden; 
    border-top : 1px solid #a31425;
    border-bottom : 1px solid #a31425;
}

.col-equal-height{
    outline : 1px solid #a31425;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.col-align {
    display: flex;
    align-items: center;
    padding: 0px;
}

.addSpace {
    padding-bottom: 8px;
    padding-top: 8px;
}

.nav-tabs.nav-justified > li{
    width: 50% !important;
}

.btn-learnmore {
    border-radius: 5px; 
    margin-top:5px; 
    display:block; 
    padding: 10px 10px ; 
    color:white; 
    background:rgb(61, 158, 41);
    height:40px;
}

.ils-modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .ils-modal-dialog {
    right: auto;
    left: 50%;
    width: 700px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
    
.dropdown .dropdown-menu a:hover {
color: #000 !important;
}

.nav.nav-tabs.nav-justified > li > a {
    background: #ddd !important;
    border-radius: unset !important;
    color: unset;
}

.nav.nav-tabs.nav-justified> li > a.active {
    border-bottom-color: #000 !important;
}

.checkbox-slider--b-flat {
    position: relative;
}
.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-slider--b-flat input + span:before {
    position: absolute;
    left: 0px;
    display: inline-block;
}
.checkbox-slider--b-flat input + span > h4 {
    display: inline;
}
.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    background: #ffffff;
    transition: margin-left 0.1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}
.checkbox-slider--b-flat input:checked + span:after {
    margin-left: 20px;
    content: "";
}
.checkbox-slider--b-flat input:checked + span:before {
    transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
    padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
    border-radius: 20px;
    width: 40px;
}
.checkbox-slider--b-flat input + span:after {
    background: #ffffff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px;
}
.checkbox-slider--b-flat input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in 0.3s normal;
    animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in 0.3s normal;
    animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:before {
    background: #5cb85c;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
    border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
    border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
    border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
    box-shadow: none;
}

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
    background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
    background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
    background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
    line-height: 10px;
}
.checkbox-slider-sm input + span {
    padding-left: 20px;
}
.checkbox-slider-sm input + span:before {
    width: 20px;
}
.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
    height: 10px;
    line-height: 10px;
}
.checkbox-slider-sm input + span:after {
    width: 10px;
    vertical-align: middle;
}
.checkbox-slider-sm input:checked + span:after {
    margin-left: 10px;
}
.checkbox-slider-md {
    line-height: 30px;
}
.checkbox-slider-md input + span {
    padding-left: 60px;
}
.checkbox-slider-md input + span:before {
    width: 60px;
}
.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
    height: 30px;
    line-height: 30px;
}
.checkbox-slider-md input + span:after {
    width: 30px;
    vertical-align: middle;
}
.checkbox-slider-md input:checked + span:after {
    margin-left: 30px;
}
.checkbox-slider-lg {
    line-height: 40px;
}
.checkbox-slider-lg input + span {
    padding-left: 80px;
}
.checkbox-slider-lg input + span:before {
    width: 80px;
}
.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
    height: 40px;
    line-height: 40px;
}
.checkbox-slider-lg input + span:after {
    width: 40px;
    vertical-align: middle;
}
.checkbox-slider-lg input:checked + span:after {
    margin-left: 40px;
}

.adminButtonContainer {
    aspect-ratio: 1/1;
    width: 70%;
    justify-self: center;
    align-self: center;
}

.form-select {
    font-size: clamp(11px, 2vw, 14px) !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    border-radius: unset !important;
}

.centerPage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}



.inputTextSize {
    font-size: clamp(9px,2vw,16px);
}

.labelSet {
    font-size: clamp(11px,2vw,14px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchRow {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}

.adminButton {
    display: grid;
    align-self: center;
    align-content: center;
    justify-content: center;
    font-size: clamp(10px, 2vw, 14px);
}

.centerLine {
    background: linear-gradient(#000, #000) no-repeat center/2px 100%;
    width: 100%;
}

#accessContainer > div {
    padding-top: 3px;
    padding-bottom: 3px;
}

#tabs a.nav-link {
    background-color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 63px;
    
}

.accessTabsFont{
    font-size: clamp(12px,2vw,18px);
    padding: .5em .5em;
}

#tabs a.nav-link.active {
    border-bottom-color: white !important;
    color: white;
    background-color: #a31425 !important;
}

#supportTable, #interfaceTable,.dataTables_scroll table {
    font-size: clamp(10px, 2vw, 14px);
    max-width: calc(100%)!important;
    width: 100% !important;
    text-overflow: ellipsis;
    word-wrap: anywhere;
}

#interfaceTable {
    word-wrap: anywhere;
}

.noWrap{
    word-wrap: unset !important;
}

#tableOptions #exportContainer {
    display: flex;
    min-width: 370px;
}

#accessContainer #tableOptions #exportContainer {
    display: flex;
    min-width: 98%;
}

#exportContainer #exportText, #exportContainer #exportAccessText {
    width: 18%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
#exportContainer #exportText, #exportContainer #exportAccessText {
    margin-bottom: 0.5em;
}
    #accessEventsList #tableOptions {
        justify-content: center;
    }
    #accessContainer #accessEventsFilter {
        display: flex;
        float: none !important;
        justify-content: space-around;
        position: static !important;
        padding: 3px 0;
    }
}

#exportContainer #tableButtons {
    width: 82%
}
.dataTables_wrapper{
    width: 100%;
}

#tableButtons .dt-buttons {
    width: 100%
}

thead {
    background-color: #a31425;
    color: white;
}

#headerArea, .headerArea {
    background-color: #a31425;
    color: white;
}

#tableOptions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

#p_member_list table.dataTable td{
    max-width: 20%;
    white-space: normal;
    word-wrap: anywhere;
    width: 15.5vw;
}

#p_member_list table.dataTable td:first-child{
    max-width: 20%;
    white-space: normal;
    word-wrap: anywhere;
    width: 12vw;
}

#p_member_list table.dataTable td.thirdChild{
    max-width: 20%;
    white-space: normal;
    word-wrap: anywhere;
    width: 19vw;
}

#p_member_list table.dataTable td.fourthChild{
    max-width: 20%;
    white-space: normal;
    word-wrap: anywhere;
    width: 12vw;
}

#p_member_list table.dataTable th{
    max-width: 20%;
    white-space: normal;
    word-wrap: anywhere;
}

#interfaceContainer table.dataTable td{
    max-width: calc(20% - 1rem);
    white-space: normal;
    word-wrap: anywhere;
}

#accessEventsList #tableOptions {
    display: flex;
    justify-content: right;
    flex-wrap: wrap-reverse;
}
#accessContainer #accessEventsFilter {
    display: flex;
    float: left;
    justify-content: space-around;
    z-index: 200;
    position: relative;
}

#tableOptions button {
    color: #fff;
    background-color: #A31425!important;
    border-color: #A31425!important;
}

#doorsModal .modal-header, #memberGuestModal .modal-header{
    justify-content: center;
    background-color: #a31425;
    color: white;
}

#doorsModal .save, #memberGuestModal .save{
    background-color: #a31425;
    color: white;
    background-image: unset;
    text-shadow: unset;
}

.defaultButton{
    background-color: #a31425;
    color: white;
    background-image: unset;
    text-shadow: unset;
}

#interfaceContainer > div {
    padding: 3px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /*filter: invert(100%);*/
}
.carousel-indicators li {
    /*background-color: black !important; !* Change this to the desired color *!*/
}
.carousel-item .header {
    display: flex;
    height: 80px;
    justify-content: space-around;
    align-items: center;
}
.carousel-item img {
    max-width: 250px;
    width: 70%;
    margin: 0 5%;
}
.carousel-item .headercol-2 {
    text-align: center;
    font-size: x-large;
    font-weight: bold;
    color: #FFFFFF;
}
#scheduleHeader, #MyGymHeader, #memberDetailsHeader {
    margin: 0 -12px;
    width: calc(100% + 2* var(--bs-gutter-x, .75rem));
}
#ScheduleContainer #scheduleHeader #scheduleTabContainer
{
    margin: unset;
}
textarea#interfaceParameter{
    min-height: calc(20em + .75rem + 2px);
}
.checkbox-slider--b-flat input:checked + span:before {
    background: #0d6efd;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 100 !important;
}
.carousel-indicators {
    position: unset !important;
}
