/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.container.col{
	display: flex;
    flex-direction: column;
}

.container.col .row:first-child{
	flex-grow:1;
}

.skip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

a.skip:active, 
a.skip:focus, 
a.skip:hover {
	left: 0; 
	top: 0;
	width: auto; 
	height: auto; 
	overflow: visible; 
}
.container{
	max-width: 1230px;
}
.clear{
	clear: both;
	overflow: hidden;	
}

body{
	font-size: 0.9rem;
	letter-spacing: ;
	line-height: ;
	color:  #474747;
	overflow-x:hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #f8f9fa;
}

img{
	max-width:100%;
}

.container.fullwidth{
	max-width:100%;
}

a.overlay{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}
/* ---------------------------------------------------- */
/* 					Links/Buttons						*/
/* ---------------------------------------------------- */
a{
	color: ;
}

a:hover{
	color: ;
}

.btn{
	font-family: 'Nunito', sans-serif;
	border-width:;
	border-radius: ;
	text-transform: uppercase;
	cursor:;
	font-size: 14px;
	text-align: ;
	letter-spacing: 0.25px;
	line-height: 24px;
	padding: 7px 25px;
	font-weight:700;
	min-width: 80px
}

.btn-sm{
	line-height: ;
}

.btn-lg{
	font-size: 18px;
	line-height: 34px;
	padding: 15px 25px;
	min-width: 110px
}

.btn-primary{
	background: #dc3545;
	border-color:  #dc3545; 
	color: #fff;
} 

.btn-primary:hover{
    color: #fff;
	background-color:#dc3545;
	border-color:#dc3545;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary:disabled:hover {
	color: #fff;
	background-color:#dc3545;
	border-color:#dc3545;
	opacity:0.3
}

.btn-secondary{
	background-color: ;
	border-color:  ;
	color: ;
}

.btn-secondary:hover{
	background-color: ;
	border-color:  ;
	color: ;
}

.btn-outline-primary {
    color: #dc3545;
	border-color: #dc3545;
}


.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
	background-color:#dc3545;
	border-color: #dc3545;
}

.btn-outline-primary:hover {
    color: #fff;
	background-color:#dc3545;
	border-color: #dc3545;
}


.btn-grey{
	background-color: #6c757d;
	border-color:  #6c757d;
	color: #ffffff;
}

.btn-grey:hover{
	background-color: #5a6268;
	border-color:  #5a6268;
	color: #fff;
}

/* Custom Checkboxes */
 
.custom-checkbox{
	cursor:pointer;
	display:flex;
	justfy-content: between;
	align-items: center;
	padding-left: 0;
}

.custom-checkbox .form-check-label{
	margin-left:15px;
}
.custom-checkbox .custom-label {
	vertical-align:top;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.25);
	margin: 0px;
	/*margin-left: 25px;*/
	-moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	-webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
	transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}

.custom-checkbox .custom-label:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.custom-checkbox .custom-label:hover:after {
	color: white;
}

.custom-checkbox .custom-label:after {
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	display: block;
	content: "";
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	height: 100%;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	font-size: 44px;
	-moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	-o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	-webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
	transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3); 
	content: "\f00c";
	background-color: rgba(165, 194, 92, 0);
}

.custom-checkbox .custom-label.checked:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
		line-height: 40px;
	font-size: 32px;
	color: white;
	background-color: #48b045;
}

.custom-checkbox .custom-label.active:hover:after {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.custom-checkbox .custom-label.active:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
		line-height: 40px;
	font-size: 32px;
	color: white;
	background-color: #48b045;
}

.custom-checkbox .custom-label.checked.active:hover:after {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.custom-checkbox .custom-label.active, .agreeCheckbox.checked{
	color: white;
	background-color: #48b045;
}

.checkboxHidden{
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #373737;
}

h1, .h1{
	font-size: 1.4rem;
}

h2, .h2{
	font-size: 1.1rem;
}

h3, .h3{
	font-size: 1rem;
}

h4, .h4{
	font-size: 0.9rem;
}

h5, .h5{
	font-size: 0.8rem;
}

h6, .h6{
	font-size:0.6rem;
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 1.8rem;
	}
	
	h2, .h2{
		font-size: 1.4rem;
	}
	
	h3, .h3{
		font-size: 1.3rem;
	}
	
	h4, .h4{
		font-size: 1.2rem;
	}
	
	h5, .h5{
		font-size: 1.1rem;
	}
	
	h6, .h6{
		font-size:1rem;
	}
}

@media (min-width: 1024px) {
	h1, .h1{
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
@media (min-width: 1440px) {
	h1, .h1{
		
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
		
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

@media (min-width: 1920px) {
	h1, .h1{
		
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}
/* ---------------------------------------------------- */
/* 					Sticky Footer						*/
/* ---------------------------------------------------- */

html,body{
	height: 100%;
	min-height: 100%;
}

#wrapper {
  	min-height: 100%;
  	margin-bottom: -40px; 
}

#wrapper:after {
	content: "";
	display: block;
}

#footer, footer, #wrapper:after {
  height: 40px; 
}

/* ---------------------------------------------------- */
/* 					Sticky Footer						*/
/* ---------------------------------------------------- */

 .w-auto{
	width: auto !important;
 }
 
 @media (min-width: 576px) {
	 .w-sm-auto{
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.w-md-auto{
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.w-lg-auto{
	   width: auto !important;
	}	
}
@media (min-width: 1200px) {
	.w-xl-auto{
		width: auto !important;
	}
}

/* ---------------------------------------------------- */
/* 						Header							*/
/* ---------------------------------------------------- */

#header{
	background: #333333;
	border-bottom: 1px solid #333333;
	/*height: 69px;*/
	box-shadow: 0 0 30px 0 rgba(0,0,0,.04);
}

#header .logo img{
	height: 35px;
}

.lan-flag{
	width:100px;
}

#header .lan-flag{
	height: 50px;
	width:auto;
}


#sideBarOverlay{
	position: fixed;
	height:100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	top:0px;
	left:0px;
	z-index: 999;
	opacity:0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	display:none;
}

#sideBarOverlay.show{
	display:block;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#sideBar{
	position: fixed;
	top: 0px;
	right: 0;
	height: 100%;
	width: 100%;
	background: bottom;
	padding: 28px 40px;
	background: #000000;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 999;
	right: -100%;
	-webkit-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	transition:all .8s ease 0s;
	color: #fe5000;
	font-family: 'capture_itregular', sans-serif;
	font-size: 24px;
	max-height: 100%;
	overflow:auto;
}

#sideBar.collapse{
	
}

#sideBar.expand{
	right: 0px;
	-webkit-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

#sideBar a{
	color: #fff;
}

#sideBar button.nav-link{
	background: transparent;
	color:#ffffff;
	display:block;
	width:100%;
	text-align:left;
	border: 0px;
}

#sideBar a:hover{
	opacity:0.7;
}

#sideBar .btn.btn-close{
	background: transparent;
	color: #fff;
	font-size:28px;
}

@media (min-width: 768px) {
	body{
		font-size: 1.2rem;
	}
	#sideBar{
		width:50%;
		right: -50%;
	}
}

@media (min-width: 992px) {
	#sideBar{
		width:40%;
		right: -40%;
	}
}

@media (min-width: 1200px) {
	#sideBar{
		width:30%;
		right: -30%;
	}
}

/* ---------------------------------------------------- */
/*						Footer							*/
/* ---------------------------------------------------- */
#footer{
	background: #333333;
	border-top:1px solid #343a40;
	font-size:90%;
	color:#ffffff;
}


/* ---------------------------------------------------- */
/* 						Form Fields						*/
/* ---------------------------------------------------- */
/*.form-control:focus {
	border-color: #aaa;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px  rgba(63, 63, 63, 0.6);
}*/
.card.noborder{
	border-color: transparent;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.04);
}

.card.card-hover:hover, .card.active{
	background: #17a2b8;
	border-color:  #17a2b8; 
	color: #fff;
}

.card.card-hover:hover h4,.card.card-hover.active h4{
	color: #fff;
}

.form-control{
	background-color: #fff;
	letter-spacing: .6px;
	background:	#FFF;
	background-color: rgb(255, 255, 255);
	height: 40px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 1.43;
	color: #1c1e25;
}

.form-control-lg {
    text-align: left;
    margin: 0;
}

.form-group {
    margin-bottom: .5rem;
}

.list-group.pending a{
	color: #533f03;
}

.list-group.pending a:hover{
	text-decoration:none;
}

.list-group.pending .list-group-item{
	background:#fff3cd;
}


.list-group .list-group-item .btn{
	margin-top: -3px;
	margin-bottom: -3px;
}

/* Video.js */
.video-js .vjs-big-play-button {
	left: calc(50% - 45px) !important;
    top: calc(50% - 34px) !important;
}

@media (min-width: 768px) {
	#header{
		height: 84px;
	}
	
	#header .logo img{
		height: 50px;
	}
	
	.btn{
		font-size: 15px;
		line-height: 28px;
		padding: 10px 25px;
	}
	
	.btn-sm{
		font-size: 14px;
		line-height: 18px;
		padding: 4px 25px;
	}
	.btn-lg{
		font-size: 18px;
		line-height: 34px;
		padding: 15px 25px;
	}
	.form-control{
		height: 50px;
		padding: 10px 15px;
	}
	.form-group {
		margin-bottom: 1rem;
	}
}