:root {
    --primary-color: #c93;
    --primary-color-hover: #a27a29;
    --secondary-color: #990000;
    --secondary-color-hover: #670000;
}

.left{
    text-align: left !important;
}

.red{
    color:var(--secondary-color)
}

.h3-border-bottom{
    border-bottom: 2px solid #cacaca;
}

.flarge{
    font-size:large;
}

.success{
    color:green;
}

.error-tick{
    color: red;
}

.mt20{
    margin-top:20px;
}

.w400{
    width:400px
}

#payment-modal{
    max-width:900px
}

.w100{
    width:100px
}

.admin-form .radio, .admin-form .checkbox{
    min-height: inherit;
    padding-top: inherit;
}

.center{
    text-align:center;
}

.mw500{
    max-width:500px;
}

.ml100{
    margin-left:100px
}

.login-title{
    display:block;
    font-size: 30px;
}

table a{
    cursor: pointer;
}

.navbar-brand .logo{
    width: 54px;
    margin-top: 4px;
    margin-right: 7px;
}

.filters hr{
    margin-bottom: 7px;
    margin-top: 21px;
}

.filters .option{
    margin-right:9px;
}

.label-input {
    color:var(--secondary-color);
    padding-bottom: 10px;
    font-weight: 600;
    display: block;
}

.radio-custom.radio-primary label:before, .checkbox-custom.checkbox-primary label:before {
    border-color: var(--secondary-color);
}

.radio-custom.radio-primary input[type=radio]:checked + label:after, .radio-custom.radio-primary input[type=checkbox]:checked + label:after, .checkbox-custom.checkbox-primary input[type=checkbox]:checked + label:after, .checkbox-custom.checkbox-primary input[type=radio]:checked + label:after {
    background-color: var(--secondary-color);
    color: var(--secondary-color);
}

.new-label{
    font-size: 52%;
}

.admin-form .gui-input[disabled]{
    color: #1b1b1b;
}

.swal2-popup{
    font-size: 1.1rem !important;
}

.fc-view-container .fc-event{
    background: #4c4a49;
}

.full-height{
    height:100%
}

body.external-page #main{
    background:url(../img/login-bg.jpg) no-repeat top cover #2d494d;
}

.full-width{
    max-width:100%
}

.dashboard-image{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.dt-buttons{
    display: inline-block;
    margin-top:5px;
    margin-left:5px;
    margin-bottom: 5px;
}

.dataTables_filter{
    margin-top:5px;
    margin-right:5px;
}

.dataTables_info{
    margin-left:5px;
    padding-top: 20px !important;
}

.dataTables_paginate{
    margin-right:5px !important;
}

.sidebar-menu {
    margin-left:0 !important
}

.error-page .error-title {
    font-size: 140px;
    font-weight: 800;
    color: #3498db;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 20px;
    line-height: 120px;
}

.error-page .error-subtitle {
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    color: #AAA;
    margin-bottom: 80px;
}

label.field{
    margin-bottom:20px;
}

.pl0{
    padding-left:0 !important
}

.pr0{
    padding-right:0 !important
}

.admin-form .panel-primary > .panel-heading {
    font-size:24px;
    font-weight:bold
}

#content-footer.affix{
    z-index: 1000
}

.mt40{
    margin-top:40px
}

.admin-form .switch > label + span {
    display: inline;
    padding-left:0
}

.w140{
    width:140px !important
}

.tal{
    text-align: left !important
}

.pl39{
    padding-left: 39px;
}

.right{
    float:right
}

.pr10{
    padding-right:10px;
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 16.25px;
    border-left: 5px solid #eeeeee;
}


/* autocomplete input */
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  #modal-notes{
    max-width: 700px;
  }

  .notes{
    cursor: pointer;
  }

  .fa-sticky-note{
    font-size: 30px;
  }

  #customer-notes-name{
      font-weight:600
  }

body.external-page #content .admin-form{

    margin-top: 0%
}

body.external-page #content .admin-form {
    margin-top: 0%
}

.panel-heading{
    font-size:20px;
}

#user-profile-panel .panel-body{
    font-size:large;
}

.btn-info {
    background-color:var(--secondary-color);
}

.btn-info:hover, .btn-info:focus {
    background-color:var(--secondary-color-hover);
}

.button, .admin-form .btn-primary {
    background-color:var(--secondary-color);
}

.button:hover, .button:focus, .admin-form .btn-primary:hover, .admin-form .btn-primary:focus  {
    background-color:var(--secondary-color-hover);
}

.admin-form .panel-primary.heading-border:before, .admin-form .panel-primary .heading-border:before{
    background-color:var(--secondary-color-hover);
}

.admin-form.theme-primary .gui-input:focus, .admin-form.theme-primary .gui-textarea:focus, .admin-form.theme-primary .select > select:focus, .admin-form.theme-primary .select-multiple select:focus {
    border-color: var(--secondary-color)
}

.admin-form.theme-primary .gui-input:hover, .admin-form.theme-primary .gui-textarea:hover, .admin-form.theme-primary .select > select:hover, .admin-form.theme-primary .select-multiple select:hover, .admin-form.theme-primary .gui-input:hover ~ .input-footer, .admin-form.theme-primary .file .gui-file:hover + .gui-input, .admin-form.theme-primary .gui-textarea:hover ~ .input-footer {
    border-color: var(--secondary-color)
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: var(--secondary-color) !important;
}

.pagination > li > a, .pagination > li > span{
    color: var(--secondary-color);
}

.pagination .current{
    background:var(--secondary-color);
}

a{
    color: var(--secondary-color); 
}

.href{
    color: var(--secondary-color);
}

.href:hover{
    color: var(--secondary-color);
    text-decoration: underline;
    cursor: pointer;
}

a:hover{
    color: var(--secondary-color-hover);
}

#sidebar_left {
    background-color: var(--primary-color);
}

.sidebar-menu > li.active > a > span {
    color: var(--secondary-color);
}

.sidebar-menu > li > a > span:hover {
    color: var(--secondary-color);
}

.sidebar-menu > li.active > a > span:nth-child(1) {
    color: var(--secondary-color);
}

.sidebar-menu > li > a > span:nth-child(1):hover {
    color: var(--secondary-color);
}

.sidebar-menu .sidebar-label {
    color: var(--secondary-color);
}

.sidebar-widget.author-widget .media-links a{
    color: var(--secondary-color)
}

.swal2-popup {
  font-size: 1rem !important;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.zipcodeInput input::-webkit-outer-spin-button,
.zipcodeInput input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.zipcodeInput input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#startbutton{
    display:block;
    margin-top:10px;
    margin-bottom:10px;
}

#myOnlineCamera video{width:320px;height:240px;margin:15px;float:left;}
#myOnlineCamera canvas{width:320px;height:240px;margin:15px;float:left;}
#myOnlineCamera button{clear:both;margin:30px;}

.city{
    text-transform:capitalize;
}

/*------------------- LOADER CSS --------------------- */

/* Absolute Center Spinner */
.loading {
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    position:absolute;
    bottom:180px;
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

/*------------------- LOADER CSS END --------------------- */

#webcamWidget{
    position:relative
}

/* ------------------- SPINNER -------------------- */

@keyframes spinner-border {
    to { transform: rotate(360deg); }
  }

.spinner-border {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 10px;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


@keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
    }
  }

/* ------------------- SPINNER END -------------------- */

/* Meticul Changes */
.step-container {
  width: calc(100% - 60px);
  margin: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.step-container .step-left {
  width: 100px;
}
.step-container .step-middle {
  width: calc(100% - 300px);
}
.step-container .step-right {
  width: calc(150px);
}

.step-container .step-right a {
  width:  85px !important;
}
.step-no {
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 40px;
  border-radius: 10px;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  padding-top: 15px;
  font-weight: bold;
}
.step-title {
  color: #666666;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.step-content {
  color: #666;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  width: 100%;
  text-align: left;
}

.step-content .redAlert {
  color: #e36d5a;
  font-weight: 500;
  padding-top: 10px;
}

.step-no.red {
  background-color: #e36d5a;
}

.disable, .disable:hover, .disable:focus, .disable:active {
  color: #777777 !important;
  background-color: #cfcfcf !important;
  border: 1px solid #cfcfcf !important;
  cursor: default !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

#admin-add-athlete .panel-footer{
    margin-bottom: 45px !important;
}

.table-responsive .top-row{
    margin-bottom: 24px;
}

.table-responsive .filters{
    float: right;
    width: 260px;
}

.table-responsive{
    padding-top: 10px
}