body,
html {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: Geneva, Verdana, sans-serif;
    overflow: hidden;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    outline: 0;
}

img {
    outline: 0;
}

div.radioText {
    z-index: 100;
    margin-left: 1em;
    margin-top: 1em;
    width: 26em;
    max-height: 29em;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2pt solid #6E9077;
    color: #484148;
}

div.radioText h1 {
    font-size: 1.5em;
    /* 3.7em;	 */
    margin: 20px 10px 10px 20px;
    /* .5em 2em 0 20px; */
    padding: 0;
}

div.radioText h2 {
    font-size: 1.5em;
    /* 3em; */
    margin: 20px 10px 10px 20px;
    padding: 0;
}

div.radioText p {
    font-size: 1.5em;
    /* 2.9em; */
    padding-left: 20px;
    font-weight: normal;
}

div.playPauseButton {
    background-color: #399CD9;
    color: #fff;
    height: 42px;
    width: 95px;
    line-height: 1.8;
    font-size: 18pt;
    cursor: pointer;
    float: left;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -moz-user-select: none;
    display: inline-block;
    margin-top: 7px;
    border-radius: 5px;
    margin-left: 10px;
}

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 {
    color: #484F60;
    height: 55px;
    width: 115px;
    margin-left: 30px;
    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 {
    color: #484F60;
    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: #fff;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 55px !important;
    margin: 0px;
    z-index: 1000;
}

.seekBar {
    background: #CDD5DA !important;
    display: inline-block;
    width: 590px !important;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
    border: none;
    /*	display:none;  remove this line to show seek Bar*/
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #005E9E;
    color: #005E9E;
    border-radius: 20px;
    border: none;
    width: 1.3em;
    height: 1.3em;
}

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;
}

#fullscreenbtn {
    position: absolute;
    right: 0px;
    bottom: 136px;
    width: 65px;
    z-index: 1;
    display: inline-block;
}

#exitbtn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background-color: #136093;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    font-size: 28pt;
    line-height: 1.3;
    z-index: 3;
    display: none;
}

/* FOCUS STYLES */
@media (min-width: 1100px) {
    div.radioText {
        margin-left: 1em;
        margin-top: 1em;
        width: 33em;
        border: 3pt solid #6E9077;
        max-height: 100%;
    }

    div.radioText h1 {
        font-size: 2em;
        margin: 20px 10px 10px 20px;
    }

    div.radioText h2 {
        font-size: 2em;
        margin: 20px 10px 10px 20px;
    }

    div.radioText p {
        font-size: 2em;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    div.playPauseButton {
        height: 65px;
        width: 115px;
        line-height: 1.8;
        font-size: 25pt;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .control {
        background-color: #fff;
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 85px !important;
        margin: 0px;
        z-index: 1000;
    }

    .seekBar {
        width: 830px !important;
        margin-top: 38px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        width: 2em;
        height: 2em;
        margin-top: -5px;
    }

    .durationTimeHolder {
        margin-top: 17px;
    }

    .currentTimeHolder {
        margin-top: 17px;
    }
    
}

/* ECLIPSE WINDOWED STYLES */
@media (min-width: 1600px) {
    div.radioText {
        margin-left: 2em;
        margin-top: 2em;
        width: 44em;
        border: 3pt solid #6E9077;
        max-height: 100%;
    }

    div.radioText h1 {
        font-size: 2.5em;
        margin: 20px 10px 10px 20px;
    }

    div.radioText h2 {
        font-size: 2.5em;
        margin: 20px 10px 10px 20px;
    }

    div.radioText p {
        font-size: 2.5em;
        padding-left: 20px;
        padding-right: 20px;
    }

    div.playPauseButton {
        height: 65px;
        width: 115px;
        line-height: 1.8;
        font-size: 25pt;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: 10px;
    }

    .control {
        background-color: #fff;
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 85px !important;
        margin: 0px;
        z-index: 1000;
    }

    .seekBar {
        width: 1270px !important;
        margin-top: 38px;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        width: 2em;
        height: 2em;
        margin-top: -5px;
    }

    .durationTimeHolder {
        margin-top: 17px;
    }

    .currentTimeHolder {
        margin-top: 17px;
    }
}

/* ECLIPSE FULLSCREEN STYLES */
@media (min-width: 1800px) {
    .seekBar {
        width: 1455px !important;
        margin-top: 38px;
    }

    div.playPauseButton {
        height: 65px;
        width: 125px;
    }

    .currentTimeHolder {
        margin-left: 20px;
    }

    .durationTimeHolder {
        margin-right: 20px;
    }

    div.radioText {
        margin-left: 2em;
        margin-top: 2em;
        width: 49em;
        border: 3pt solid #6E9077;
        max-height: 100%;
    }

    div.radioText h1 {
        font-size: 3em;
        margin: 30px 10px 10px 30px;
    }

    div.radioText h2 {
        font-size: 3em;
        margin: 20px 10px 10px 30px;
    }

    div.radioText p {
        font-size: 3em;
        padding-left: 30px;
        padding-right: 20px;
    }
}
