@font-face {
  font-family: 'FontMedium';
  src: url('../fonts/HeinekenSerif18-Medium.ttf');
  font-weight: normal; 
   font-style: normal;
}
@font-face {
  font-family: 'FontBold';
  src: url('../fonts/HeinekenSerif18-Bold.ttf');
  font-weight: normal; 
   font-style: normal;
}


html, body {

	overscroll-behavior-y: contain;
	/* disable pull to refresh, keeps glow effects */
}
body {
    padding: 0;
    margin: 0;
	font-family: 'FontMedium';
	background:#007117;
    color:#BABBBF
}
.Supervisors .login-logo img{
    height:100px !important;
}
p,a, .custom-btn{
		font-family: 'FontMedium'
}
h1,h2,h3,h4,h5,h6, .heading{
	font-family: 'FontMedium';
    color: #fff;
	text-align: center;
    letter-spacing: 1px;
}
p{
	text-align: center;
	margin-bottom: 10px;
}
.heading {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 70px;
    text-transform: uppercase;
}
.long-heading {
    font-size: 35px;
	margin-bottom: 25px;
    line-height: 50px;
}
.p-heading {
    font-size: 30px;
	color:#fff;
    line-height: 45px;
}
.form-control {
    font-family: 'FontMedium' !important;
    font-family: initial;
    font-size: 16px;
    line-height: 28px;
    color: #BABBBF;
    border-radius: 15px;
    height: 65px;
    background: #278912;
    opacity: 1;
    border: 2px solid #FFFFFF;
}
label {
    display: block;
    color: #BABBBF;
    margin-bottom: 10px;
    font-size: 14px;
}
.input_group a{
    color: #BABBBF;
}
.form-control::placeholder{
	color:#BABBBF;
	/* opacity:1; */
}
select {
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}
select option:first-of-type {
  color: #bcbcbc;
}
.form-group {
    margin-bottom: 20px;
}
.custom-btn{
	display: inherit;
	border-radius: 15px;
    width: 220px;
    /* height: 48px; */
    font-size: 20px;
    text-align: center;
    padding: 15px;
    line-height: 27px;
    margin: 2px auto 10px;
    
}

.btn.red{
	background-color:#D10002;
	color:#fff;
}
.btn.white{
	background-color: #fff;
    color: #000;
     border: 2px solid #fff;;
}
.btn.black{
	background-color: #000;
    color: #fff;
     border: 2px solid #000;;
}
.btn.homelink {
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    width: 78px;
    padding: 0 0 3px;
    color: #fff;
}
.common{
	display:none
}

.white_box { 
   /* border-radius: 90px; */
    padding: 12px 20px 20px;
    margin-bottom: 30px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
	border-color:#D10002
}

.radio-group .input_group {
	display: flex;
	 
	font-size: 14px;
}
.radio_mm {
	display: flex;
    width: 25%;
	    font-size: 14px;
	/* margin-bottom: 13px; */
}
.radio_label{
	width: 50%;
	margin-right:30px
}
	
.radio {
    width: 120px;
    /* height: 51px; */
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
	margin: 3px 6px 0 0;
    border-radius: 25px;
    font-size: 30px;
    float: left;
}
 
.radio input:checked{
	background-color:#000;
}
input[type="radio"] {
	accent-color:#000;
	width:20px;
	height:20px;
}
input[type="checkbox"] {
	accent-color:#278912;
	width:20px;
	height:20px;
	
}

.span-block{
    display:block;
	color: #BABBBF;
    font-size: 13px;
    margin-top: 3px;
    margin-left: 5px;
}
.help-block, .error-message{
    display:block;
	/* color: #BABBBF; */
    font-size: 13px;
    margin-top: 3px;
    margin-left: 5px;
	background-color: #D10002;
    color: #fff;
	width: fit-content;
	padding: 0px 5px;
    border-radius: 4px;
}
 
.content p{color:#BABBBF}
.form_message{
    width: 220px;
    margin: 20px auto;
}
.location_icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: auto;
}
.location_icon img{
	width: 100%;
}

ul.location_list {
    margin: 0;
    padding: 0;
}
.location_list li {
    list-style: none;
    display: block;
    padding: 6px;
    padding-left: 0px;
}
.location_list li input {
    margin-right: 20px;
	
}
.location_list li label {
    cursor: pointer;
	position:relative;
	top:-4px;
}

.frontpage .location_list li label {
    display:inline-block
}

.modal .btn-primary{
	color:#fff;
	background-color:#000;
	box-shadow:none;
	width:100px;
	font-size:18px;
	height:auto;
	border-radius:10px;
	border:2px solid #000;
}
.modal .btn-secondary{
	background-color:transparent;
	color:#000;
	border:2px solid #000;
	width:100px;
	font-size:18px;
	height:auto;
	border-radius:10px;
}
.btn-secondary:focus, .btn-primary:focus {
	box-shadow:none;
	background-color:#000;
	border:none;
	outline:0;
}
.btn:active:focus{
	box-shadow:none;
}
.btn-primary:hover, .btn-secondary:hover{
	/* background-color:#000;
	border-color:#000; */
}
.modal-title{
	font-size:25px;
}
.modal-footer{
	border-top:none;
}

.modal-header{
	border-bottom:1px solid #000;
}
.btn-close:focus{
	box-shadow:none;
}
.location-modal .modal-body{
	max-height:500px;
	overflow-y: scroll; 
}

table {
            border-collapse: collapse;
            width: 100%;
            }

            td, th {
            border: 2px solid #000;
            text-align: center;
            padding:5px 8px;
            }
.user_data{
	height:196px;
	width:100%;
	overflow:Scroll;
	margin:0 auto;
}

.thank_you h3{
	font-size:65px;
	margin-top:52px;
}
.thank_you p{
	font-size:25px;
	width:420px;
	margin:40px auto 50px;
}
.loaderAjax { 
  display: none;
}
.loaderAjax .overlayBgLoader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  left: 0;
  z-index: 99999999;
}
.loaderImg {
  padding: 10px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  z-index: 99999999;
}



/* New */

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100vh; */
    -ms-flex-pack: center;
    justify-content: center;
	overflow-x: hidden;
}

.login-logo{
	text-align:center;
	margin-bottom: 50px;
        margin-top: 40px;
	
}
.Supervisors .login-logo {
    
    margin-bottom: 40px;
    margin-top: 30px;
}
.card {
    background: #007117;
   border-radius: 0;
	min-height: 400px;
    border:none;
}
.login-box {
    max-width: 480px;
    width: 100%;
}

.menu {
    position: absolute;
    background: #D10002;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    color: #fff;
    padding-top: 40px;
    text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu h2{
	color:#fff
}
.menu ul {
	list-style: none;
}
.menu .nav-link a {
    color: #fff;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
}
.terms_content p,
.terms_content li{
	font-size: 14px;
	text-align: left;
    margin-bottom: 10px;
	
}
.flash_message {
	text-align: left;
}
.flash_message h5{
	text-align: left;	
}
.alert.alert-danger{
    background: #D10002;
    color: #fff;
}
.alert .close{
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
	border: none;
    background: transparent;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table thead tr {    background-color: rgba(0, 0, 0, .05);}
.table thead th {
	color: #D10002;
    vertical-align: bottom;
    /* border-bottom: 2px solid #dee2e6; */
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.nav-btn img{    width: 20px;}
.close-icon img{    width: 30px;}
.nav-btn {
	display: flex;
    width: 18px;
    /* border-radius: 50%; */
    height: 40px;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #fff; */
    position: absolute;
    top: -34px;
    right: 10px;
}
.nav-btn.hide {
	display:none
}

 .pubimage a {
	width: 25%;
    display: inline-block;
    text-align: left;
    color: #f00;
    text-decoration: none;
}
.pubimage p {
    text-align: left;
}

img#blah {
    height: 200px;    margin: 10px 0;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display:block;
  margin: 10px auto 0;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
      margin-top: 20px;
      height: 100px;
}
.upload-btn-wrapper .cemara-btn {
    font-size: 24px;
    text-align: center;
    border: 3px solid #000;
    border-radius: 15px;
    color: #000;
    width: 100%;
    margin-top: 20px;
	height: 100px;
}

.content {
    margin-top: 0;
}
.user_list {
    max-height: 450px;
    overflow: auto;
    padding: 20px;
    width: 90%;
    margin: 30px auto;
    background: #278912;
    border-radius: 15px;
}
.user_list ul{
list-style: none;    padding: 0;
}
.user_detail{
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.user_list1 li:last-child .user_detail {
    border-bottom: none;
        margin-bottom: 0;
    padding-bottom: 0;
}
.user_list1{
    margin-bottom:0
}
.user_detail .img img, .no-img{
    width: 45px;
    border-radius: 50%;
    height: 45px;
    object-fit: cover;
    display: block;
    background: #fff;
    margin-right: 20px;
}
.user_detail h4{
    text-align: left;
    font-size: 15px;
    color:#BABBBF
}
.user_detail h6{
    text-align: left;
    font-size: 12px;
    color:#BABBBF
}
.user_list1 li:hover h4, .user_list1 li:hover h6{
    color:#fff
}
.user_detail  .details a{
    text-decoration: none; 
}

.bartender_details.user_detail{
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bartender_details .details{
    margin-bottom: 20px;
}
.bartender_details h4{color:#fff}

textarea.form-control{
    height:100px
}
.preview_images img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 15px;
    margin: 5px;
}
.sup_dashboard {
    background: #278912;
    border-radius: 15px;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.sup_dashboard div{
    border-bottom: 2px solid #BABBBF;
    border-radius: 0;
}
.sup_dashboard div:last-child{
    border:none
}
.sup_dashboard .buttn {
    color: #BABBBF;
    border-radius: 0;
    text-decoration: none;
    padding: 20px 10px;
    display: block;
    font-size: 18px;
}
.sup_dashboard .buttn:hover, .sup_dashboard .buttn:focus{
    border:none;
    color:#fff
}
.popup_content{position:relative}
.popup_content p, .popup_content li{
    color:#BABBBF;font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
.popup_content a{color:#fff}

.svgicon{
    fill: #fff;
}
.likeicon{text-align: center;    margin-bottom: 40px}
.likeicon svg{
    width: 120px;
    margin: 0 auto;
    
}
.clight{
color:#BABBBF !important
}
.cwhite{color:#fff !important}

.file-upload input[type="file"] {
    display: none; /* Hide default file input */
}
.plus-icon svg{
    width: 45px;
    fill: #BABBBF;
}
.uploadBox{
    background: #278912;
    padding: 10px;
    border-radius: 15px;
}
.file-upload {
    width: 55px;
    display: inline-block;
    margin-bottom: 10px;
}
.preview_images {
    display: inline-block;
}
.file_label{
    color:#fff;
    font-size: 16px;
    margin-bottom: 12px;
}
.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-grid
;
}
.preview_images a {
    position: relative;    display: inline-block;
}
.remove-btn img{
    width: 7px;
    height: auto;
    margin: 0;
    border-radius: 0;
}
.scroll {
    max-height: 500px;
    overflow: auto;
    margin: 27px 0;
}
.upload_photo {
    font-family: 'FontMedium' !important;
    font-size: 16px;
    line-height: 28px;
    color: #BABBBF;
    border-radius: 15px;
    height: 65px;
    background: #278912;
    opacity: 1;
    border: 2px solid #FFFFFF;
    display: flex;
    cursor: pointer;
    padding: .375rem .75rem;
    align-items: center;
}

.upload_photo img{
        margin-right: 10px;
    width: 24px;
}
.simpleinput{
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    outline: 0 !important;
    color: #BABBBF;
}
.upload_sign{
    display: inline-block;
    background: none;
    border: none;
    height: auto;
    border-radius: 0;
    padding: 0;
}
.upload_sign svg{
 width:25px
}
.upload_sign_box label{
    display: inline-block;    cursor: pointer;
}
.filetypegroup .preview_images{
    display: block;
}
.score_table_input tr td:first-child {
    text-align: left;
    color: #BABBBF;
    width: 65%;
    border: none;
}
.score_table_input tr td:last-child {
    text-align: center;
    color: #BABBBF;
    font-size: 15px;
    width: 34%;
    border: none;
}
.score_table_input .simpleinput {
        display: inline-block;
    width: 40px;
    padding: 0;
    height: auto;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #BABBBF !important;
    border-radius: 0;
    text-align: right;
    color: #fff;
}
.score_table_input .simpleinput:focus{
    background: transparent;
    border-bottom: 1px solid #BABBBF !important;
    color: #fff;
}
.score_table_input tr {
    margin-bottom: 13px;
    border-bottom: 1px solid #BABBBF;
    display: flex;
}
.score_table_input tr:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.score_table_input label { 
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
}
.audit_screen span{
    color: #BABBBF;
    font-size: 12px;
    display: block;
}