﻿/*Address CSS*/

@font-face {
    font-family: Helvetica_Neue;
    src: local(Helvetica_Neue), url('https://militarymaps.info/fnt/HelveticaNeue.ttf?') format('truetype'); /* format('opentype'); */
}

@font-face {
    font-family: Helvetica_Neue_Bold;
    src: local(Helvetica_Neue_Bold), url('https://militarymaps.info/fnt/HelveticaNeueCondensedBlack.ttf?') format('truetype'); /* format('opentype'); */
}

@font-face {
    font-family: Helvetica_Neue_UltraLight;
    src: local(Helvetica_Neue_UltraLight), url('https://militarymaps.info/fnt/HelveticaNeueUltraLight.ttf?') format('truetype'); /* format('opentype'); */
}


html{
 height: 100%;
 overflow: hidden;
}

body{
display: block;
width: 100%;
height: 100%;
margin: 0;
padding:0;
background-color: black;
overflow: hidden;
touch-action: auto;
}

textarea {
    resize: none;
    border:0px;
    outline:none;
}


h1,
h2,
h3,
p,
textarea,
span,
div{
    text-align:center;
    font-family: Helvetica_Neue, Helvetica, Arial, sans-serif
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    /* font-family: 'Ruslan Display', cursive; */
    font-style: normal;
	text-decoration:none;
	vertical-align: middle;
}

h1,
h2,
h3,
p,
img{
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.unselect{
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttonRadius3px{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.buttonRadius7px{
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
			border-radius: 7px;
}

.adDivClass
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	z-index: 9999;
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.adPartClass
{
	width:100%;
	height:33%;
}

.headerEmail{
	font-family: Helvetica_Neue_Bold, Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	font-size: 75px;
	text-decoration:none;
}

.startCounter{
	display: table;
	margin:0 auto;
	padding: 0;
	font-family: Helvetica_Neue_UltraLight, Helvetica, Arial, sans-serif;
	/* font-weight: lighter; */
	font-size: 175px;
	font-size: 20vh;
	text-decoration:none;
	color:rgba(255,255,255,0.95);
}

iframe{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;
	/* -webkit-overflow-scrolling:touch; */ 
	/* overflow: auto; */
}

.latestPointsIframe{
	display: block;
	position: absolute;
	top: 50px;
	left:35px;
	width: 90%;
	/* height: 100%; */
}


.centeredDiv
{
	margin:0px;
	padding: 0px;
	position: absolute;
	top:270px;
	left:75px;
}

.deskDivOuter{
	margin: 0;
	padding: 0;
	
	position:fixed;
	/* bottom:85px; */

	height:20px;
	width:100%;
    z-index: 2;
    
    /* background-color: rgba(59,88,152,0.1); */
    -webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.deskDivOuterUp{
	bottom:85px;
}

.deskDivOuterDown{
	bottom:5px;
}

.deskDiv
{
	display: table;
	margin: 0 auto;
	padding: 0;

	height:20px;
    -webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.polygonOpacity{
	float: left;
	width:20px;
	height: 20px;
	
	margin: 3px;
	padding: 1px;
	color: white;
	
	background-color: rgba(245,0,0,1.0);
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}


.moveDuration
{
	-webkit-transform-origin: center; /* Chrome, Safari 3.1+ */ 
	   -moz-transform-origin: center; /* Firefox 3.5+ */
        -ms-transform-origin: center; /* IE 9  */
         -o-transform-origin: center; /* Opera 10.50-12.00  */
            transform-origin: center; /* Firefox 16+, IE 10+, Opera 12.10+  */
            
	-webkit-transition-property: translate; 
	   -moz-transition-property: translate; 
        -ms-transition-property: translate; 
         -o-transition-property: translate;
            /* transform-transition-property: translate; */
            transition-property: translate;
            
    -webkit-transition-duration: 500ms; 
	   -moz-transition-duration: 500ms; 
        -ms-transition-duration: 500ms;  
         -o-transition-duration: 500ms; 
            /* transform-transition-duration: 500ms; */
            transition-duration: 500ms;
}

/*
.dropShadow
{
	 -webkit-box-shadow:0px 0px 10px 3px rgba(119, 119, 119, 0.5);
		-moz-box-shadow:0px 0px 10px 3px rgba(119, 119, 119, 0.5);
    		 box-shadow:0px 0px 10px 3px rgba(119, 119, 119, 0.5);
}
*/

/* .timePerBtnClass
{
	margin:0;
	padding:5px;
	width:54px; 
	height:25px;
	color: white;
	border: rgba(235,235,235,0.65) 2px solid;
	float: left;
	cursor: pointer;
} */

.newTimePerBtnClass
{
	margin:0;
	padding: 7px;
	position: absolute;
	left: 0px;
	top: 39px;
	width: 95px;
	height:20px;
	color:white;
	background-color: rgba(0, 0, 0, 0.45);
	font-family: Helvetica_Neue;
	font-size: 14px;
	cursor: pointer;
	z-index: 10;
	user-select: none;
}

.newTimePerBtnClass:hover{
	background-color: rgba(214, 255, 0, 0.45);
}

.timePerBtnSide
{
	margin:0;
	padding:3px;
	/* color: rgba(235,235,235,0.35); */
	border: rgba(235,235,235,0.35) 1px solid;
	float: left;
	cursor: pointer;
}

.timePerBtnSide:hover{
	background-color: rgba(165,4,12,0.65);
} 

.dateNavButton {
	transition: transform 0.2s;
	z-index: 11;
	cursor: pointer;
	user-select: none;
}
.dateNavButton:hover {
	transform: scale(1.2);
}

.pointButtons
{
	margin: 7px;
	padding:0;
	height:70px;
	width:70px;
	float: left;

    /*background-color: rgba(235,235,235,0.25);*/
	/*-webkit-border-radius: 20px;			   */
	/*-moz-border-radius: 20px;	  			   */
	/*border-radius: 20px;		  			   */
}

.pointButtonsEnable
{
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	height:15px;
	width:70px;
	float: left;
}

.pointImageBgrndClass
{
	margin:5px; 
	width:60px; 
	height:60px;
	background-color: rgba(46,54,73,0.45);
	border: rgba(235,235,235,0.75) 2px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	border-radius: 10px;		
}

.pointImageBgrndClass:hover{
background-color: rgba(164,31,40,0.45);
/*border: rgba(210,131,38,0.95) 3px solid;*/
border: rgba(235,235,235,0.95) 3px solid;
}

.pointImageClass
{
	margin:10px; 
	width:40px;
	height:40px;
}

.scaleDuration
{
	-webkit-transform-origin: center; /* Chrome, Safari 3.1+ */ 
	   -moz-transform-origin: center; /* Firefox 3.5+ */
        -ms-transform-origin: center; /* IE 9  */
         -o-transform-origin: center; /* Opera 10.50-12.00  */
            transform-origin: center; /* Firefox 16+, IE 10+, Opera 12.10+  */
            
	-webkit-transition-property: scale; 
	   -moz-transition-property: scale; 
        -ms-transition-property: scale; 
         -o-transition-property: scale;
            /* transform-transition-property: scale; */
            transition-property: scale;
            
    -webkit-transition-duration: 100ms; 
	   -moz-transition-duration: 100ms; 
        -ms-transition-duration: 100ms;  
         -o-transition-duration: 100ms; 
            /* transform-transition-duration: 500ms; */
            transition-duration: 500ms;
}


.scaleUpClass
{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
         -o-transform: scale(1.1); 
            transform: scale(1.1);
}

.scaleDownClass
{
    -webkit-transform: scale(0.75);
       -moz-transform: scale(0.75); 
        -ms-transform: scale(0.75); 
         -o-transform: scale(0.75); 
            transform: scale(0.75);
}

.pointButtonsPanel
{
	display: table;
    margin: 0 auto;
    height:84px;
    -webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pointButtonsEnablePanel
{
	display: table;
    margin: 0 auto;
    height:15px;
    -webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pointButtonsPanelOuter
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left:30px;
	margin-right:0;
	
	position:absolute; 
	/* top:0px; */ 
	width:100%;
	height:5px;
	/* background-color:rgba(35,35,35,0.3); */
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lowerPosition{
	top:0px;
}

.upperPosition{
	top:-80px;
}

table{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

td.textCell
{
	width: 100%;
	height: 100%;
}

.welcomeScreenDivOuter{
	position: fixed;
	top:30%;
	width:100%;
	
	background-color: rgba(235,235,235,0.5);
	z-index: 8;
}

.welcomeScreenDiv{
	display: table;
	margin: 0 auto;
	padding: 10px;
	
	width:50%;
	height: 100%;
	background-color: rgba(235,235,235,0.95);
	
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
			border-radius: 7px;
}

/*
#fullScreenButtonDiv{	
	left:20px;
    bottom: 35px;
}
*/

.roundButton{
	position:fixed;
	margin:0;
	padding:0;
	height:60px;
	width:60px;    
    background-color: rgba(46,54,73,0.5);
    border: rgba(235,235,235,0.5) 2px solid;
    cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.roundButton:hover{
background-color: rgba(235,235,235,0.7);
}

.clearOuterButtonDiv{
	position: absolute;
	left: 405px;
	top: 30px;
	z-index: 1000;
		
	margin: 0px;
	padding:1px;
	
	height: 12px;
	width:12px;

	background-color: rgba(0,39,81,0.3);
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	
	/* border: rgba(235,235,235,0.5) 2px solid; */
	

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.closeOuterButtonDiv{
	position: absolute;
	right: 0px;
	top: 0px;
		
	margin: 0px;
	padding:4px;
	
	width:12px;

	background-color: rgba(0,39,81,0.4);
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.closeOuterButtonDiv:hover{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1); 
        -ms-transform: scale(1.1); 
         -o-transform: scale(1.1); 
            transform: scale(1.1);
}

.closeButtonImg{
	display: table;
	margin: 0px;
	padding: 0px;
}

.labelTextArea
{
	margin: 20px;
	padding: 5px;

	width: 70%;
	resize: none;
	float:left;
	
	color: rgba(0,39,81,0.4);
	background-color: rgba(235,235,235,1.0);
    font-size: 25px;
}


.pointNameClass
{
	margin: 0;
	padding: 20px;
	width:auto;
	color: rgba(105,105,105,1.0);
    font-size: 25px;
}


.pointDetailTextArea
{
	display: table;
	margin: 0 auto;
	padding: 15px;
	
	width: 90%;
	height: 90%;
	resize: none;
	
	color: rgba(105,105,105,1.0);
    font-size: 25px;
}

.ratingStar
{
	margin: 0;
	padding:0;
	height:40px;
	width:40px;
	float:left;
}

.scaleStarsUp
{
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2); 
        -ms-transform: scale(1.2); 
         -o-transform: scale(1.2); 
            transform: scale(1.2);
}

.calendarButtons{
	width: 24px; 
	height: 24px; 
	margin-left: 5px;
	background-size: cover; 
	background-color: transparent;
	cursor: pointer;
}

.calendarButtons:hover{
	/* background-color: rgba(5, 0, 0, 0.65); */
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		 -o-transform: scale(1.2); 
			transform: scale(1.2);
}

.rec{
	background-image: url('/img/calendar/rec_button.png'); 
}

.stop{
	background-image: url('/img/calendar/stop_button.png'); 
}

.play{
	background-image: url('/img/calendar/play_button.png'); 
}

.pause{
	background-image: url('/img/calendar/pause_button.png'); 
}

.searchButton{
	background-image: url('/img/calendar/searchButton-03.png');
}

.reloadButton{
	margin: 0;
	padding: 0;
	width: 35px; 
	height: 35px;
	position: absolute;
	top: 10px;
	left: calc(50% - 310px);
	background-size: cover; 
	background-color: transparent;
	background-image: url('/mil_icons/reload@x2.png');
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#pointTabOuter div{
	margin: 0 auto;
	/* padding: 0; */
	float:left;
	overflow: hidden;
}


#pointTabOuter .pointTextPartDiv{
	width: 280px;
	height: 405px;
}

#pointTabOuter .pointTextPartDiv .facebookDiv{
	display: table;
	margin: 5 auto;
	padding: 2px;
	width: 100%;
	height: 75px;
}

.facebookDivClass{
	display: table;
	margin: 0 auto;
	padding: 5 auto;
	width: 100%; /* 170px; */
	height: 30px;
}


#pointTabOuter textarea{
	display: table;
	margin: 0 auto;
	padding: 0;
	color: rgba(46,54,73,1.0);
	width: 100%;
	vertical-align: middle;
	text-align: center;
	
	padding-top:6px;
	padding-bottom: 6px;
}

#pointTabOuter .headerTextArea{
	height: 27px;
	font-size: 27px;
	font-style: normal;
	font-weight: bolder;
	white-space: nowrap;
	overflow: hidden;
}

.enterTextArea{
	margin:3px;
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:15px;
 	/* width:75px; */
	width: 98%;
	color:white;
	opacity: 0.80;
	cursor: pointer;
}

.enterTextArea:hover{
	opacity: 0.95;
}

.lineHeaderTextArea{
	margin: 0px;
	width:92%;
	/* height: 21px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 20px;
	font-style: normal;
	white-space: nowrap;
	overflow: hidden;
}

#pointTabOuter .bodyTextArea{
	width:230px;
	height: 103px;
	font-size: 12px;
	white-space: normal;
	overflow: auto;
}

#pointTabOuter .addressText{
	margin:0; 
	padding:2px; 
	width:100%; 
	height:13px;
	
	font-size: 8px;
	cursor: pointer;
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
	/* font-weight: lighter; */
}

#pointTabOuter .phoneTextArea{
	height: 12px;
	font-size: 12px;
}

#pointTabOuter .linkTextAreaDiv{
	margin: 0 auto;
	width: 280px;
	/* height: 18px; */
}

#pointTabOuter .linkTextAreaURL{
	margin: 0 auto;
	margin-left: 30px;
	margin-right: 5px;
	padding: 5px;
	width: 220px;
	/* height: 16px; */
	font-size: 10px;
	color: rgba(46,54,73,1.0);
	background-color: rgba(235,235,235,1.0);
	cursor: pointer;
}

#pointTabOuter .linkTextArea{
	margin: 0 auto;
	margin-left: 30px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 220px;
	height: 16px;
	font-size: 12px;
	color: rgba(235,235,235,1.0);
	background-color: rgba(46,54,73,1.0);
}

#pointTabOuter .pointTimeStamp{
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px; 
	width:280px;
	font-size: 12px;
	color: rgba(46,54,73,1.0);
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
}

.lineTimeStamp{
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px; 
	width:200px;
	font-size: 12px;
	color: rgba(46,54,73,1.0);
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
}

.polygonTimeStamp{
	margin:0 auto;
	font-size: 12px;
	color: rgba(46,54,73,1.0);
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
}

#pointTabOuter .linePro{
	height:20px;
	line-height: 20px;	
	padding-left:5px;
	padding-right:5px;	
	font-size: 12px;
	cursor: pointer;
	font-family: Helvetica_Neue_Bold, Helvetica, Arial, sans-serif;
	
	color:rgba(235,235,235,1.0);
	background-color: rgba(235,55,35,1.0);
}

#pointTabOuter .ratingOuterDiv{

	display:table;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	height:55px;
	z-index: 4;
}

#pointTabOuter .logoDiv{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	font-family: Helvetica_Neue_Bold, Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	color: rgba(46,54,73,0.85);
	width:200px;
	height: 19px;
}


#lupaImg{
	position: relative;
	z-index: 3;
}

.pointImgOuterDiv{
    display:block;/* table; */
	margin:0 auto;
	padding:0;
	width: 100%;
	height:200px;
} 


.photoImg{
	display:table;
	margin:0 auto;
	padding: 0px;
	z-index: 2;
	cursor: pointer;
	height:185px;
	width:325px;
}

.closeMarkerInfoButton{
	margin:0;
	padding: 0;
	position: absolute;
	left:5px;
	top:5px;
	width:14px;
	height: 14px;
	opacity:0.75;
}

.frameOuterDiv{
	width:315px;
	height:150px;
	position:absolute;
	top:15%;
	right:0px;
}

.latestDiv{
	width:350px;
	height:50%;
	position:absolute;
	top:7%; /* 100px; */
	right:-15px;
	background-color: rgba(35,35,35,0.35);
	z-index:5;
	
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.moveFrameRight
{
    -webkit-transform: translateX(300px);
       -moz-transform: translateX(300px); 
        -ms-transform: translateX(300px); 
         -o-transform: translateX(300px); 
            transform: translateX(300px);
}

.rotateElementRight
{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg); 
        -ms-transform: rotate(180deg); 
         -o-transform: rotate(180deg); 
            transform: rotate(180deg);
}

.commArrow
{
	margin:3px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	height:25px;
	width:25px;
}

#commentBlockTypeButtonDivOuter .commentDivButton{
	display: table;
	margin:0px;
	padding:10px;
	font-size: 14px;
	cursor: pointer;
	text-align:center;
	float: left;
	user-select: none;
}

.commButtonEnabled{
	background-color: #eee;
	color: rgba(30,30,30,1.0)
}

.commButtonDisabled{
	background-color: rgba(30,30,30,1.0);
	color: #eee;
	border-bottom: 1px solid #eee;
}

.helveticaBoldFont{
	font-family: Helvetica_Neue_Bold, Helvetica, Arial, sans-serif;
	font-style: normal;
	/* font-weight: bold; */
	text-decoration:none;
}

.textShadow{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	filter: dropshadow(color=rgba(0,0,0,0.35), offx=1, offy=1);
}

.textWTShadow{
	text-shadow: -1px 0 rgba(255,255,255,0.35), 0 1px rgba(255,255,255,0.35), 1px 0 rgba(255,255,255,0.35), 0 -1px rgba(255,255,255,0.35);
	-moz-text-shadow: -1px 0 rgba(255,255,255,0.35), 0 1px rgba(255,255,255,0.35), 1px 0 rgba(255,255,255,0.35), 0 -1px rgba(255,255,255,0.35);
	-webkit-text-shadow: -1px 0 rgba(255,255,255,0.35), 0 1px rgba(255,255,255,0.35), 1px 0 rgba(255,255,255,0.35), 0 -1px rgba(255,255,255,0.35);
}

.uploadIframe{
	padding: 0px;
	position: absolute;
	top: 75px;
	left: 15px;
	width: 325px;
	height: 300px;
	z-index: 7;
	overflow: hidden;
}

.timeDiv{
	margin: 0px;
	padding: 0px;
	float: left;
	
}

.timeButtonDiv{
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	background-color: white;
	opacity: 0.55;
}

.timeButtonDiv:hover{
	/* opacity: 0; */
	background-color: rgba(165,4,12,0.75);
}

.timeP{

	display: table;
	margin:3px auto;
	padding:0px;
	height: 15px;
	width:40px;
	
	font-size: 12px;
	cursor: pointer;
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	color: rgba(255,255,255,0.95);
	text-align:center;
}

.rotateLight {
	-webkit-transform-origin: center; /* Chrome, Safari 3.1+ */ 
	   -moz-transform-origin: center; /* Firefox 3.5+ */
		-ms-transform-origin: center; /* IE 9  */
		 -o-transform-origin: center; /* Opera 10.50-12.00  */
			transform-origin: center; /* Firefox 16+, IE 10+, Opera 12.10+  */
			
	-webkit-transition-property: transform; 
	   -moz-transition-property: transform; 
		-ms-transition-property: transform; 
		 -o-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 2000ms; 
	   -moz-transition-duration: 2000ms; 
		-ms-transition-duration: 2000ms;  
		 -o-transition-duration: 2000ms; 
			transition-duration: 2000ms;
			
	-webkit-transform: rotate(359deg);
	   -moz-transform: rotate(359deg); 
		-ms-transform: rotate(359deg); 
		 -o-transform: rotate(359deg); 
			transform: rotate(359deg);
}

.socialLoginButton{
	display: table;
	margin: 10px auto;
	padding: 5px;
	
	width:50%;
	
	font-size: 18px;
	cursor: pointer;
	font-family: Helvetica_Neue_Bold, Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	font-style: normal;
	
	color: rgba(255,255,255,0.75);
	background-color: #4062aa; /* rgba(46,54,73,0.05); */
	
	text-align:center;
	text-decoration:none;

	text-shadow: 1px 1px 2px rgba(0,0,0,0.35);
	filter: dropshadow(color=rgba(0,0,0,0.35), offx=1, offy=1);

	/* border: 1px solid rgba(46,54,73,0.1); */
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	
}

.searchLatest{
	position:absolute;
	top:15px; 
	left:60px; 
	width: 250px; 
	height:25px;
	
	font-size: 20px;
	color: rgba(46,54,73,1.0);
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

#timerOuter{
	margin:0;
	padding:0;
	width:81px; 
	/* height:405px;  */
	position:absolute; 
	left:35px; 
	bottom:120px; 
	z-index:10;
}

.snoska{
background-color:rgb(245,236,189); /*rgb(30,45,76);*/
padding-top:3px;
padding-bottom:3px;
padding-left: 5px;
padding-right: 5px;
position:absolute;
z-index:1005;
opacity: 0.65;
/*color: rgb(242,242,242);*/
/* font-family: Helvetica_Neue_Bold; */
font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
font-size: 10px;
/* font-weight: bold; */
color: black;
}

.displayView{
	display:block;
}

.hideView {
	display: none;
}

.soundButton{
	margin:0;
	padding:0;
	width:35px; 
	height:35px; 
	position:absolute; 
	left:10px; 
	/* bottom:545px; */ 
	z-index:10;
}

.liveDie{
	margin:0 auto;
	width:115px; 
	height:20px; 
	color: white; 
	opacity: 0.75;
	cursor: pointer;
	
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
	font-family: Helvetica_Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.liveDie:hover{
	opacity: 0.95;
}

.live{
	background-color: #008f00;
}

.die{
	background-color: rgb(5,5,5);
}

.pHided{
	margin: 0;
	padding: 0;
	width:22px; 
	height:15px; 
	position:absolute; 
	right:95px; 
	top:16px;
	cursor: pointer;
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.85;
}

.pHided:hover{
	background-image: url(/img/hideEye-04.png);
}

.hideOff{
	background-image: url(/img/hideEye-03.png);
}

.hideOn{
	background-image: url(/img/hideEye-05.png);
}

.approve{
	margin: 0;
	padding: 0;
	width:75px; 
	height:75px; 
	position:absolute; 
	left:50px; 
	top:0px;
	cursor: pointer;
}

.approveOn{
	background-image: url(/buttons/approveOn@x1_3.png);
}

.approveOff{
	background-image: url(/buttons/approveOff@x1_3.png);
}

.instructionIframe{
    overflow: scroll;
}

.imageCorner{
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.langDivOuter:hover{
	background-color: rgba(150,150,150,0.75);
}

.cleanButtonDiv{
	z-index: 1000;
		
	margin: 0px;
	padding:1px;
	
	height: 12px;
	width:12px;

	/* background-color: rgba(0,39,81,0.3); */
	-webkit-user-select: none;
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.delete-menu {
    position: absolute;
    background: white;
    padding: 3px;
    color: #666;
    font-weight: bold;
    border: 1px solid #999;
    font-family: sans-serif;
    font-size: 12px;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
    margin-top: -10px;
    margin-left: 10px;
    cursor: pointer;
}
.delete-menu:hover {
	background: #eee;
}


/* @media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) */

@media only screen and (max-device-width: 480px) /* and (-webkit-min-device-pixel-ratio: 2) */ 
{/* iPhone only */
	
	.headerEmail{
		padding: 5px;
		font-size: 30px;
	}
	
	.startCounter{
		font-size: 65px;
	}
	
	html, body {
	  overflow-x: hidden;
	}
	body {
	  position: relative
	}
	
/*
	#pointButtonsPanel
	{
	    width:50%;
	}
*/

}

@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) /* and (-webkit-min-device-pixel-ratio: 2) */ 
{/* iPad only */

	.headerEmail{
		padding: 5px;
		font-size: 50px;
	}
	
	.startCounter{
		font-size: 100px;
		font-size: 20vh;
	}
	
	html, body {
	  overflow-x: hidden;
	}
	body {
	  position: relative
	}
	
/*
	#pointButtonsPanel
	{
	    width:70%;
	}
*/

}
