/* TEMP */
.box {
//	border: 1px solid blue;	
}

html {
   min-height: 100%;   
}

.app-footer__credit svg {
	height: 0px !important;
}

/* VARIABLES */

.logo {
	background-image: url('../img/diap_logo.png');
	}

body {
//	background-image: url('../img/back.png');
	background-color: #cf112d;
	font-family:DinPro, Arial, sans-serif;
	overflow: visible;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.rounded {
	border: 1px solid #d6d4d4;
	border-radius: 0px;
}

.qrcode {
		background-color: #666;
}

@media only screen and (max-width: 700px){
  .qrcode {
    display: none;
  }
}

.row {
	max-width: 1400px; /* full page width */
}


/* OVERALL */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem; */
    font-weight: 500;
    line-height: 1.2;
}

.centered {
	text-align: center;
	margin: auto;
}

.overflow {
	overflow: visible;
}

.margintop {
	margin-top: 40px;
}

.marginbottom {
	margin-bottom: 40px;
}

.logo {
	width: 100%;
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	margin-bottom: 2px;
	margin-top: 2px;
}

@media (max-width: 767px) { 
    .logo    {
        display: none;
    }
}

/* TIMER PAGE */
.text-uppercase {
	text-transform:uppercase;
}
	
h1.text-uppercase {
	color: #d6d4d4;
	font-size: 2.5vw;
}

h2.text-uppercase {
	color: #d6d4d4;
	font-size: 2vw;
}

h2.text-title {
	color: #fff;
	font-size: 1.5vw;
}

h3.text-uppercase {
	color: #ffffff;
	font-size: 1vw;
	
}

#timer {
	font-size:1.5em;
	font-weight:100;
	color:#FFF;
}
	
#timer div {
	display:inline-block;
	min-width:60px
}
	
#timer div span {
	color:#FFF;
	display:block;
	font-size:.35em;
	font-weight:400
}
	
hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    max-width: 50px;
    border-width: 3px;
    border-color: #d6d4d4;
    margin: 30px auto 0px auto;
    }

/* LOGIN PAGE */
.loginbox {
	width: 300px; 
	margin: auto; 
	width: 50%; 
	padding-top:20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.btn {
	margin: auto;
    margin-top: 15px;
	width: 100%;
    text-align: center;
    background-color: #ebcd00;
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all .3s ease-in-out 0;
    border: 0 !important;
    margin-top: 1px;
}

.btn:hover {
	color: #fff;
}

/* VIDEO PAGE */
video {
  width: 100%    !important;
  height: auto   !important;
}

.amazoncontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.caption {
	font-family: DinPro, Arial, sans-serif;
	color: #d6d4d4;
	margin: 5px 25px 5px 25px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
} 

.icon {
  color: white;
  padding-bottom: 5px;
}

.amazoncontainer {
  position: relative;
}

.infobar {
    color: #d6d4d4;
    padding: 8px 0px 0px 5px;
}

.qrcode {
	margin-top: 5px;
	font-size: 80%;
	text-align: center;
	color: #FFF;
	padding: 10px;
}
	
.qrcode img  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.help { 
	color: #004682;
	position:absolute;                  
	bottom:0;                          
	left:0; 
	padding: 2px 5px 2px 5px;
	background-color: #ffffff;
	font-size: 85%;                         
}

/* POP UP OVERLAY */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 60%;
  max-width: 400px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 45px;
  right: 75px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* VIDEOPLAYER SETTINGS */

/* To Style Button element <Button> </Button> */
.mute-btn11 {
  color: white;
  background-color: inherit;
  border: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  outline: none;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}

/* Class for hide mute button */
.mutebtnHide {
  opacity: 0;
  pointer-events: initial;
}

/* Class for show mute button */
.mutebtnShow {
  opacity: 1;
  pointer-events: all;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-2x {
    font-size: 2em;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}