/* list of common colors 
 	#71005E
	#006F54
	#8B2300
	#35006F
	#8B6500
	#321321
	#654654
	#503665
 */

body,html{
	cursor:pointer;
	width:100%;
	height:100%;
	margin:0px;
	background-color:#000;
	font-family: Geneva, Verdana, sans-serif;
	overflow:hidden;
}
a {
   outline: 0;
}
img {
   outline: 0;
}
div.playPauseButton{
	background-color:#136093;
	color:#fff;
	height:55px;
	width:95px;
	line-height:55px;
    font-size: 22pt;
	cursor:pointer;
	float:left;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	-moz-user-select: none;
	display:inline-block;
	font-weight: bold;
}
div.playPauseButton {

}
/*
div.playPauseButton:hover{
	background-color:#136093;
	color:#ffffff;
	height:35px;
	width:75px;
	line-height:35px;
	cursor:pointer;
	float:left;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	-moz-user-select: none;
	display:inline-block;
	font-weight: bold;
}
*/
div.fullscreenButton{
	background-color:#a5e006;
	color:#000000;
	height:35px;
	width:120px;
	line-height:30px;
	cursor:pointer;
	float:right;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	-moz-user-select: none;
	display:inline;
	font-weight: bold;
    display: none;
}
div.fullscreenButton:hover{
	background-color:#0f6109;
	color:#ffffff;
	height:35px;
	width:120px;
	line-height:35px;
	cursor:pointer;
	float:right;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	-moz-user-select: none;
	display:inline;
	font-weight: bold;
    display: none;
}
video.videoStyle{
	background-color:#000000;
	margin:0px;
	/*height: 100%;
	max-height: 100%;
	max-width: 100%;*/
	text-align: center;
}
.currentTimeHolder {
	background-color:#136093;
	color:#fff;
	height:55px;
	width:115px;
    margin-left: 40px;
	line-height:55px;
    font-size: 20pt;
	cursor:pointer;
	text-align:center;
	-moz-user-select: none;
	bottom: 0px;
	display:inline-block;
	float:left;
/*	display:none;  remove this line to show current time*/
}
.durationTimeHolder{
	background-color:#136093;
	color:#fff;
	height:55px;
	width:115px;
    font-size: 20pt;
	line-height:55px;
    margin-right: 10px;
	cursor:pointer;
	text-align:center;
	-moz-user-select: none;
	display:inline-block;
	float:right;
/*	display:none;  remove this line to show duration time*/
}
.control{
	background-color:#000000; /*#136093; */
	width:100%;
    position: absolute;
    bottom: 0px;
	height: 55px !important;
	margin: 0px;
    z-index: 1000;
}
.seekBar{
	background-color:#a5e006;
	display:inline-block;
	width: 590px !important;
	margin-left:20px;
	margin-right:0px;
	margin-top: 20px;
	margin-bottom: 5px;
/*	display:none;  remove this line to show seek Bar*/
}
div.loaderGif {
	position:absolute;
	z-index: 5000;
	top:0px;
	background-color: #ffffff;
	width:500px;
	height:200px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#video-container{
    z-index: 1;
}
#escapeNotification{
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:normal;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	position: absolute;
	width: 400px;
	height:50px;
	line-height: 50px;
	display: none;
	visibility:hidden;
}
#escapeNotification:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
    background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
    background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
    background-color:#0688fa;
}


/* --- Pop-Up Box --- */

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 5;
    /* Sit on top */
    padding-top: 20px;
    /* 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.2);
    /* Black w/ opacity */
}

/* PopUp Content */

.popup-content {
    height: 85%;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: #fff !important;
    float: right;
    font-size: 35px;
    font-weight: bold;
    width: 170px;
    margin-top: 12px;
    line-height: 1.6;
    margin-right: 10px;
}
.close:hover,
.close:focus {
    color: #fff;
}
.popup-header {
    background-color: #136093;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1.4;
    height: 80px;
    margin-top: -35px;
}

.popup-header h1{
    font-size: 28pt;
    text-align: center;
    padding-top: 15px;
}

.popup-header h2{
    text-align: center;
    padding-top: 14px;
    font-size: 25pt;
}

.popup-body {
    margin-top: -15px;
    padding: 2px 16px;
    min-height: 520px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popUpInfo{
    text-align: left;
}

.popUpInfo p{
    font-size: 28pt;
}

.popUpInfo h2{
    font-size: 33pt;
}

.pictureSlot{
    margin-top: 40%;
}

.infoButtons button{
    background-color: deepskyblue;
    color: white;
    font-size: 16px;
    margin-right: 15px;
}

.infoButton{
    position: absolute;
    right: 0px;
    bottom: 336px;
    width: 65px;
    z-index: 1;
    display: inline-block;
}

#turnvolumeon{
    position: absolute;
    right: 0px;
    top: 75px;
    width: 65px;
    z-index: 1;
    display: inline-block;
}

.container{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.verticalAlign{
    position: relative;
    top: 54%;
    transform: translateY(-50%);
}

.control icon-play {
    background: url('/img/volume_up_white.png');
    height: 48px;
    width: 48px;
    display: block;
    /* Other styles here */
}

.control icon-pause {
    background: url('/img/volume_off_white.png');
    height: 48px;
    width: 48px;
    display: block;
    /* Other styles here */
}

#turnvolumeoff{
    position: absolute !important;
    right: 0px;
    top: 75px;
    width: 65px;
    z-index: 2;
    display: none;
}