body,html{
	height:100%;
	margin:0px;
	font-family: 'CalibriRegular';
	font-size:12px;
	padding:0;
	background-color:#ebf0ea;
	width: 100%;
}
@font-face {
  font-family: 'CalibriRegular';
  src: url('../fonts/calibri_1.eot');
  src: url('../fonts/calibri_1.eot') format('embedded-opentype'),
       url('../fonts/calibri_1.woff') format('woff'),
       url('../fonts/calibri_1.ttf') format('truetype'),
       url('../fonts/calibri_1.svg#CalibriRegular') format('svg');
}
@font-face {
  font-family: 'MyriadProBold';
  src: url('../fonts/myriadpro-bold_1.eot');
  src: url('../fonts/myriadpro-bold_1.eot') format('embedded-opentype'),
       url('../fonts/myriadpro-bold_1.woff') format('woff'),
       url('../fonts/myriadpro-bold_1.ttf') format('truetype'),
       url('../fonts/myriadpro-bold_1.svg#MyriadProBold') format('svg');
}
@font-face {
  font-family: 'CalibriBold';
  src: url('../fonts/calibrib_1.eot');
  src: url('../fonts/calibrib_1.eot') format('embedded-opentype'),
       url('../fonts/calibrib_1.woff') format('woff'),
       url('../fonts/calibrib_1.ttf') format('truetype'),
       url('../fonts/calibrib_1.svg#CalibriBold') format('svg');
}

html:-webkit-full-screen {
    background: #f00;
}

textarea:focus, input:focus, select:focus{ outline: none; }

a img { border:none;}
a { text-decoration:none; }
img { border:none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.container {
	float: left;
	width: 100%;
}
.header {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #2D3A4D;
}
.page_left {
	float: left;
	width: 274px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 6px solid #f0f0f0;
	background-color: #fff;
	position: relative;
}
.logo {
	background-color: #2D3A4D;
	width: 200px;
	height: 50px;
	float: left;
}
.frontlogo{
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px 0 0 0;
}
.MenuIcon {
	float: left;
	margin: 15px 0 0 10px;
	display: none;
	z-index: 9999999;
}
.logo span {
	float: left;
	color: #fff;
	font-family: 'CalibriBold';
	font-size: 30px;
	width: 100%;
	margin-left: 12px;
	margin-top: 4px;
	text-shadow: 1px 2px 0 rgba(12,12,12,.55);
	-moz-text-shadow: 1px 2px 0 rgba(12,12,12,.55);
	-ms-text-shadow: 1px 2px 0 rgba(12,12,12,.55);
	-webkit-text-shadow: 1px 2px 0 rgba(12,12,12,.55);
	-o-text-shadow: 1px 2px 0 rgba(12,12,12,.55);
	letter-spacing: 1px;
}
.UserInfo {
	float: left;
	color: #fff;
	width: 100%;
}
.UserInfo img {
	float: left;
	margin: 8px 10px 0 0;
}
.UserInfo a {
	float: left: 
}
.UserName {
	float: left;
	font-size: 18px;
	margin: 12px 10px 0 0;
}
.btnLogout{
	float:right;
	margin:8px 10px 0 0;
}
.page_right {
	float: left;
	border-right: 1px solid #757575;
}
.TabsWrap {
	float: left;
	width: 99%;
	margin: 10px 0 0 1%;
}
.CamImg {
	width: 900px;
	height: 600px;
	position: relative;
	display: none;
}

.CamImg.imgSelected{
	display:block;
}

.ImgInfo {
	float: left;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	z-index: 9999;
	position: absolute;
	bottom: 0;
}
.imageOpt {
	float: left;
	margin:40px 0 0 0;
}
.imageOpt a {
	margin: 3px 0;
	position: relative;
	z-index: 10;
	float:left;
	background: #ced0d0;
	height: 50px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	width: 40px;
}
.imageOpt a img{
	margin: 5px 0;
	float:left;
}
.ImgFullScreen {
	float: right;
	margin: 0;
	height: 28px;
	width: 28px;
}
.btnFullScr{
	width: 26px;
	float: left;
	margin: 2px 0 0 0;
	cursor: pointer;
}

.ImgName {
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	width: 70%;
	font-family: 'CalibriBold';
	position: absolute;
	top:7px;
	left: 15%;
	z-index: 9;	
}
.authorName{
	float:right;
	width: 200px;
	font-size: 12px;
	font-family: 'CalibriBold';
	color: #fFF;
	margin: 6px 10px 0 0;
	text-align: right;
}
.authorName a{
	color:#FFF;
}
.BlueBtn {
	background-color: #2d89d6;
	color: #fff;
	font-size: 18px;
	padding: 5px 25px;
	border: 1px solid #1a72bb;
	text-align: center;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.BlueBtn:hover {
	background-color: #2173b7;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.DarkBlueBtn {
	background-color: #2d3a4d;
	color: #fff;
	font-size: 18px;
	padding: 5px 25px;
	border: 1px solid #202b3c;
	text-align: center;
}
.DarkBlueBtn:hover {
	background-color: #232e3f;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.imageOptions {
	float: left;
	width: 220px;
}
.imageOptions a {
	float: left;
	width: 220px;
	margin: 4px 0;
}
.PopupField {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.PopupField label {
    float: left;
    font-size: 18px;
    width: 20%;
    text-indent: 12px;
}
.PopupFieldWrap {
    float: left;
    width: 98%;
}
/*.PopupFieldWrap div:first-child {
	float: left;
	width: 50%;
}
.PopupFieldWrap div:last-child {
	float: right;	
	width: 50%;
}*/
.odd_even_popup {
	padding-top: 10px !important;
}
.odd {
	float: left;
	width: 98%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px 1%;
	margin: 15px 0;
}
.even {
	float: left;
	width: 98%;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 15px 1% 5px;
}
.DateInput {
	height: 26px;
	width: 73%;
	background: url(../images/calendar_icon.png) center right no-repeat #fff;
	border: 1px solid #ccc;
	padding-right: 26px;
	-webkit-appearance: none;
	border-radius: 0;
	text-indent: 5px;
}
.DesktopHidden {
	display: none;
}
.EmailField {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.EmailField label {
	float: left;
	font-size: 16px;
	width: 100%;
}
.EmailField input {
	float: left;
	width: 98.5%;
	height: 26px;
	text-indent: 5px;
	border-radius: 0;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.EmailField textarea {
	float: left;
	width: 98.5%;
	height: 80px;
	resize: none;
	text-indent: 5px;
	font-family: 'CalibriRegular';
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	overflow: hidden;
}

.thumbView{
	float:left;
	width: 100%;
}
.thumbView h1{
	color: #c0c0c0;
	border-bottom: 1px solid #CCC;
	font-family: 'CalibriRegular';
	font-size: 20px;
	margin: 0;
}
.thumb_block{
	float:left;
	width: 100%;
	margin: 10px 0;
}
.thumb_block img{
	width: 272px;
	float:left;
}
#slider{
	width: 181px;
	float:left;
	margin: 10px 0 10px 8px;
	height: 20px;
}
.slider_range{
	float:left;
	width: 182px;
	margin-left: 10px;
}
.minOne{
	float:left;
	text-align: left;
}
.maxOne{
	float:right;
	text-align: right;
}
.dvMainLoader{
	display:none;
	margin-top: 8px;
	float:right;
}

/**
 * 	plugin css
 */

#pluginDetails{
	margin-top: 50px;
}

#positionButtonDiv{
	color:#FFFFFF;
	padding: 8px;
	text-align: left;
	position:absolute;
	right: 35px;
	top: 190px;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
}
.calendarBlock{
	width: 270px;
	float: left;
	margin: 0;
}

.calendarBlock h1{
	color: #c0c0c0;
	border-bottom: 1px solid #CCC;
	font-family: 'CalibriRegular';
	font-size: 20px;
	margin: 5px 0;
}

.timepicker{
	float:left;
	width: 144px;
	margin: 5px 0 0 0;
	height: 35px;
	border:2px solid #c0c0c0;
	padding: 5px;
}

.preloader{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 9999;
	height: 40px;
	width: 40px;
}
.btnReset{
	font-weight: bold;
	float:right;
	width: 70px;
	font-size: 15px;
	margin: 5px 0 0 0;
	cursor: pointer;
	padding: 10px 0;
	background-color: #f0f0f0;
	color: #6e6e6e;
	border-radius: 5px;
	border:0;
}
.sliderBlock{
	width: 190px;
	float:left;
}
.btnClip{
	float:right;
	width: 40px;
	margin: 5px 0 0 2%;
	font-size: 14px;
	cursor: pointer;
}
.btnExitFullScr{
	display:none;
	cursor: pointer;
	width: 26px;
	margin: 2px 0 0 0;
	float:left;
}
.DataSelectbox {
    float: left;
    width: 96%;
    margin: 4px 0 0 12px;
    padding: 5px;
}

.weatherLocation{
	width: 100%;
	float:left;
	text-align: center;
	font-weight: bold;
	color: #C0C0C0;
	cursor: pointer;
}
.weatherDetail{
	width: 100%;
	float:left;
	text-align: center;
	font-weight: bold;
	color: #C0C0C0;
}
#map-canvas { 
	width: 500px;
	height: 400px;
	display: block;
}
.pauseSlide{
	display: none;
	cursor:pointer;
	z-index:9999;
	float:left;
	margin: 4px 5px 0 5px;
}
.playSlide{
	cursor:pointer;
	z-index : 9999;
	float: left;
	margin: 4px 5px 0 5px;
}

.error{
            border:1px solid #f00 !important;
}
hello
{
	display: none !important;
}
.ui-datepicker{
	z-index:999999999!important;
	
}
.dpicker{
	width: 100%;
	float:left;
	margin: 5px 0 0 0;
}
.dateBox{
	float:left;
	width: 139px;
	position: relative;
}
.picker{
	border:2px solid #c0c0c0;
	border-radius:0;
	text-indent: 5px;
	float:left;
	height: 30px;
	width: 100%;
}
.dateIc{
	position: absolute;
	right: 0px;
	top:7px;
	z-index: 45;
	cursor: pointer;
}
.prevDate{
	float:left;
	cursor: pointer;
	margin: 4px 0 0 0;
}
.nextDate{
	float:left;
	cursor: pointer;
	margin: 4px 0 0 6px;	
}
.btnMostRecent{
	float:right;
	cursor: pointer;
}
.prevTime{
	float:left;
	cursor: pointer;
	margin: 8px 0 0 0;
}
.nextTime{
	float:left;
	cursor: pointer;
	margin: 8px 0 0 0;
}

.imageWrapper{
	height: 100%;
	width: 100%;
	float:left;
	position: relative;
}
.innerwrapper{
	float:left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.btnPrev{
	float:left;
	margin: 8px 5px 0 10px;
}
.btnNext{
	float:left;
	margin: 8px 10px 0 5px;
}
.right_sidebar{
	float:left;
	width: 50px;
	position: relative;
}
ul.cameraTab{
	float:left;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	width: 50px;
}
ul.cameraTab li{
	height: 60px;
	background: #ced0d0;
	margin: 5px 0 0 0;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	padding-top:5px;
	float: left;
}
ul.cameraTab li.SelectCam{
	background: #959595;
}
.camNum{
	font-size: 24px;
	font-weight: bold;  
}

.noUi-base{
	background: url(../images/range_slider.png) no-repeat !important;
	background-position: left bottom !important;
	width: 181px !important;
}
.noUi-origin{
	background-color: transparent !important;
	border:0 !important;
	
}
.noUi-target{
	border-radius: 0 !important;
	border:0 !important;
	box-shadow: 0 0 0 #000 !important;
}
.noUi-background{
	background:transparent !important;
	box-shadow: 0 0 0 #000 !important;
}
.noUi-horizontal .noUi-handle{
	width: 15px !important;
	background: #787878 !important;
}
.noUi-handle{
	background: #787878 !important;
	box-shadow: 0 0 0 #000 !important;
	border:0 !important;
	border-radius: 0 !important;
}

.overlay{
	position: absolute;
	z-index: 998;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background: rgba(0,0,0,0);
	display: none;
}
.progressBar{
	width: 100%;
	position: absolute;
	height: 3px;
	bottom:30px;
	left:0;
	z-index:99999;
}
.progress{
	background: #3498DB;
	position: relative;
	width: 0;
	height: 100%;
	-webkit-transition: width 1s ease-in-out 1s linear;
	-moz-transition: width 1s ease-in-out 1s linear;
	-ms-transition: width 1s ease-in-out 1s linear;
	-o-transition: width 1s ease-in-out 1s linear;
	transition: width 1s ease-in-out 1s linear;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.progressBar .progress{
	-moz-box-shadow: 0 -1px 4px #8ad0ff;
	-webkit-box-shadow: 0 -1px 4px #8ad0ff;
	box-shadow: 0 -1px 4px #8ad0ff;
}
.ImgOptions{
	width : 200px;
	float:left;
}
.pageloader{
	background-color: rgba(255,255,255,1);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-position: center;
	left:0;
	top:0;
}
.imgLoader{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 99999999999;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 25px;
	
	display: none;
	border: 2px solid #29d;
  	background-color: #fff;
}

.imgProtext{
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 190px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 15px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family:  Helvetica, Arial, "Lucida Grande", sans-serif;
}


.imgProtext:after {
  content: attr(data-progress-text);
  display: inline-block;
  margin-left:80px;
  float:left;
}

.pace:before {
  content: "Loading Page";
  display: inline-block;
  width:100%;
  margin-top:-20px;
  float:left;
  text-align: center;
}


.imgLoader:before {
  content: "Loading Image";
  display: inline-block;
  width:100%;
  margin-top:-20px;
  float:left;
  text-align: center;
}





@media only screen and (max-width: 1024px) {

	.page_left {
		position: absolute;
		left:-300px;
		top : 50px;
	}
	.MenuIcon{
		display: block;
		cursor: pointer;
	}
	.MobileHidden {
		display: none;
	}
	.DesktopHidden {
		display: block;
	}
	.CamSelectBox {
		float: left;
		width: 98%;
		margin: 10px 1% 0 1%;
		padding: 10px;
		background-color: #FFF;
		border: 1px solid #ccc;
	}

}

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

@media only screen and (max-width: 600px) {
	.ImgName{
		width: 100%;
		left: 0;
	}
	.ImgInfo{
		height: 100px;
	}
	.ImgOptions{
		margin: 50px 0 0 0;
	}
	.ImgFullScreen{
		margin: 50px 10px 0 0;
	}
	.dvMainLoader{
		margin-top: 50px;
	}
	.ImgName{
		font-size: 20px;
		margin: 16px auto 0;
	}
	/*.PopupFieldWrap div:first-child {
		float: left;
		width: 100%;
	}
	.PopupFieldWrap div:last-child {
		float: left;
		width: 100%;
	}*/
	.FromDate, .ToDate {
        float: left;
        margin-left: 10px;
        line-height: 30px;
        width: 60px;
	}
    .PopupField label {
        width: 100%;
        text-indent: 0;
    }
    .DateInput {
        float: left;
        width: 90%;
        margin-left: 10px;
    }

    .DataSelectbox {
        width: 90%;
    }
	
}

@media only screen and (max-width: 350px) {
	.FromDate, .ToDate {
		margin-bottom: 0;
		margin-left: 5px;
	}
    .DateInput {
        float: left;
        width: 80%;
        margin-left: 10px;
    }
}


