 html, body {
        height: 100%;
        margin: 0px;
    }

body {
	font-family: 'Roboto', sans-serif;
	/* fallback */
  background-color: #1b81c7;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#1b81c7), to(#024067));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #1b81c7, #024067);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #1b81c7, #024067);

  /* IE 10 */
  background: -ms-linear-gradient(left, #1b81c7, #024067);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #1b81c7, #024067);
}

.row {height:100%;}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
.login-title
{
    color: #3177bc;
	font-size: 18px;
	font-weight: 400;
	display: block;
	background: #ececec;
	padding: 10px;
	width: 66%;
	border-radius: 50px;
	margin: 7px auto;
}
.profile-img
{
    margin: 0 auto 10px;
    display: block;
	width: 70%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.btn-login {
background: rgba(44,120,195,1);
background: -moz-linear-gradient(top, rgba(44,120,195,1) 0%, rgba(12,90,163,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,120,195,1)), color-stop(100%, rgba(12,90,163,1)));
background: -webkit-linear-gradient(top, rgba(44,120,195,1) 0%, rgba(12,90,163,1) 100%);
background: -o-linear-gradient(top, rgba(44,120,195,1) 0%, rgba(12,90,163,1) 100%);
background: -ms-linear-gradient(top, rgba(44,120,195,1) 0%, rgba(12,90,163,1) 100%);
background: linear-gradient(to bottom, rgba(44,120,195,1) 0%, rgba(12,90,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c78c3', endColorstr='#0c5aa3', GradientType=0 );
}

.container {background:#fff; border-radius: 5px;}
.navbar {margin-bottom: 10px;}
.navbar-brand img {height:40px !important; width: auto;}
.navbar-brand { padding: 5px 5px;}
.navbar-inverse {
    background-color: #f7f7f7;
    border:none;
	border-radius: 0px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {background:#2980c3}
.firmware-panel-body {padding: 60px;}

.table-responsive {
    width: 100% !important;
    margin-bottom: 0px !important;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px;
}

/*table*/ 

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 430px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

.table-fixed .btn {padding: 0px 8px; width: 95%;}
.panel-heading h4 {color: #1a7fc5;font-weight: bold;}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {border-bottom: 1px solid #ddd; border-top: 0px; line-height: 1.8;padding: 5px 8px; }


.filename {font-size: 15px;width: 43%;}


/*table*/


/*footer*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  line-height: 45px; /* Vertically center the text there */
  background-color: #146195;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#146195), to(#02304d));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #146195, #02304d);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #146195, #02304d);

  /* IE 10 */
  background: -ms-linear-gradient(left, #146195, #02304d);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #146195, #02304d);
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  background: none;	
	text-align: center;
	
}
.text-muted {color: #59a0d6;}
/*footer*/


.panel-default > .panel-heading {
    color: #333;
    background-color: #ebebeb;
}
.panel-heading {
	padding: 1px 15px;}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th { background: #fff;}
.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {background: #e6f4bf;}
.color1 {background: #d8c2fb !important;}
.color2 {background: #c1e7f1 !important;}
.color3 {background: #b9e5c5 !important;}
.color4 {background: #e6f4bf !important;}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}.navbar-inverse .navbar-nav > li > a > i {
    background: #2980c3; padding: 4px; color: #fff; border-radius: 50%; font-size: 12px;
}



.nopadding {padding:0px;position: absolute;z-index: 99999;height: 62.8%;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}










/*-----Left menu panel------*/

.left-menubar {padding: 0px 1px 0px 0px; border-radius: 5px;width: 100%;height: auto; float: left;}

.cbp-vimenu {
	overflow: hidden;
/*
	top: 0;
	left: 0;
	height: 100%;
	list-style-type: none;
*/
	margin: 0;
	padding: 0;
}

.cbp-vimenu li a {
	display: block;
	text-align: center;
	color: #1a7fc5;
	border-bottom: 1px solid rgba(76, 75, 75, 0.3);
	padding: 5px 5px;
	font-size: 10px;
	text-transform: uppercase;
}

.menu-icon {
	display: block;
	font-size: 35px;
	text-align: center;
	padding: 8.4px 7px;
}

.cbp-vimenu li a:hover {
	background: #2980c3;
	text-decoration: none;
	color: #fff !important;
}
/*
.cbp-vimenu li i:hover{
	background: #2980c3;
	text-decoration: none;
	color: #fff;
}
*/
.cbp-vimenu li a:focus {
	text-decoration: none;
}

/*
.cbp-vimenu li:first-child a{
	color: #fff;
}
.cbp-vimenu li:first-child i{
	color: #fff;
}

.cbp-vimenu li:first-child a:hover{
	border-radius: 5px 5px 0px 0px;
}



.cbp-vimenu li:last-child a{
	color: #fff;
}
.cbp-vimenu li:last-child i{
	color: #fff;
}

.cbp-vimenu li:last-child a:hover{
	border-radius: 0px 0px 5px 5px;
}
*/

/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
	background: #fff;
	color: #47a3da;
}

.cbp-vimenu li a:before {
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4em;
	-webkit-font-smoothing: antialiased;
}

.cbp-vimenu li a.icon-logo:before {
	content: "C";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

/* Example for media query (depends on total height of menu) */
@media screen and (max-height: 34.9375em) { 

	.cbp-vimenu {
		font-size: 70%;
	}

}

/*-----Left menu panel------*/

body.modal-open .supreme-container{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
	margin: 0px !important;
}

.modal-header3 {
	padding: 7px 10px; border-right: 1px solid #3c3e3f;
	border-bottom: 1px solid #30312d; 
	width: 100%; display: inline-block; 
	text-align: center; 
	color: #fff; 
	font-size: 14px; 
	font-weight: bold;
	margin-top: 0px; 
	border-radius: 6px 6px 0px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57574f+0,2f302c+100 */
	background: #57574f; /* Old browsers */
	background: -moz-linear-gradient(top, #57574f 0%, #2f302c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #57574f 0%,#2f302c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #57574f 0%,#2f302c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57574f', endColorstr='#2f302c',GradientType=0 ); /* IE6-9 */
}
.modal-header {
    border-bottom: 1px solid #3c3e3f;
    background: #1c1f20;
    padding: 0px;
	border-radius: 5px 5px 0px 0px;
}
button.close2 {
	color: #434242;
    left: 10px;
    position: absolute;
    top: 8px;
   /* background: #f74049;*/
    padding: 4px 4px;
    border-radius: 50%;
    line-height: 10px;
    font-size: 15px;
    background: #f47c80;
    background: -moz-linear-gradient(top, #f47c80 0%, #f74049 100%);
    background: -webkit-linear-gradient(top, #f47c80 0%,#f74049 100%);
    background: linear-gradient(to bottom, #f47c80 0%,#f74049 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47c80', endColorstr='#f74049',GradientType=0 );
	border: 0px;
	outline: 0;
}






/*settings popup*/
.modal-dialog3 {width: 320px; margin: 30px auto;}

/*-----modal-dialog3 transition------*/
.modal.in .modal-dialog3 {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal.fade .modal-dialog3 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal-dialog3{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}

.modal.in .modal-dialog3{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}


/*-----modal-dialog3 transition------*/



/*settings popup*/


/*--------------progress bar----------------*/


.html5-progress-bar {
/*	padding: 6px 0px 1px 0px;*/
	border-radius: 15px;
	width: 100%;
	margin-top: 16px;
/*
	position: absolute;
	top: 44%;
	left: 34%;
	width: 322px;
*/
	
}
.html5-progress-bar progress {
	background-color: #f3f3f3;
	border: 0;
	width: 82%;
	height: 18px;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar progress::-webkit-progress-value {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,2980c3+100 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #2980c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#2980c3',GradientType=0 ); /* IE6-9 */
	border-radius: 9px;
}
.html5-progress-bar progress::-moz-progress-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,2980c3+100 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #2980c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#2980c3',GradientType=0 ); /* IE6-9 */
	border-radius: 9px;
}
.html5-progress-bar .progress-value {
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	margin-left: 0px;
	font-size: 11px;
	color: #555;
	height: 18px;
	float: right;
	width: 50px;
	background: #e4e4e4;
	border-radius: 10px;
	text-align: center;
}

/*-------------progress bar----------------*/



/*--------------progress bar 2----------------*/


.html5-progress-bar2 {
	border-radius: 15px;
	width: 100%;
	margin-top: 0px;
}
.html5-progress-bar2 progress {
	background-color: #f3f3f3;
	border: 0;
	width: 84%;
	height: 10px;
	border-radius: 9px;
}
.html5-progress-bar2 progress::-webkit-progress-bar {
	background-color: #f3f3f3;
	border-radius: 9px;
}
.html5-progress-bar2 progress::-webkit-progress-value {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,2980c3+100 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #2980c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#2980c3',GradientType=0 ); /* IE6-9 */
	border-radius: 9px;
}
.html5-progress-bar2 progress::-moz-progress-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,2980c3+100 */
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #2980c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#2980c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#2980c3',GradientType=0 ); /* IE6-9 */
	border-radius: 9px;
}
.html5-progress-bar2 .progress-value {
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	margin-left: 0px;
	font-size: .9em;
	color: #555;
	height: 18px;
	float: right;
	width: 50px;
	background: #e4e4e4;
	border-radius: 10px;
	text-align: center;
}

.p-bar-width {width: 20%;}
.btn-rgt {text-align: right; color: #a9a9a9;}

/*-------------progress bar 2 ----------------*/



.accordion-toggle:before {
    content: "\f078";    
	font-family: 'Font Awesome\ 5 Free';
    float: right;
	font-weight: 900;
	font-size: 13px;
	margin-top: 10px;
	color: black;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f0d7"; 
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
}
.accordion{margin-bottom:20px;}
.accordion-group{margin-bottom:0px;border-bottom:1px solid #bebbbb;}
.accordion-heading{border-bottom:0;}
.accordion-heading .accordion-toggle{
	display: block;
	padding: 11px 15px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.accordion-toggle{cursor:pointer;}
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;background: #fff;font-size: 14px;}

.rgt-txt {float: right; padding-right: 22px; font-weight: normal;}
.rgt-toggle {background: #eee; position: absolute; right: 15px;}

/*-----------------toogle button------------------*/

.switch-toggle2 {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	border-radius: 25px;
	background-color: #989898;
}

label {
    margin-bottom: 0px !important;
}

.switch-toggle2 input {
	display: none;
}

.switch-toggle2 div {
	position: absolute;
	border-radius: 50%;
	background-color: #DFDFDF;
	transition: .1s ease;
}

.switch-toggle2 input:checked + div {
	left: 50%;
	background-color: #2693E6;
}

.switch-toggle2.rect {
	border-radius: 0;
}

.switch-toggle2.rect div {
	border-radius: 0;
}

.switch-toggle2.inner div {
	width: 18px;
	height: 18px;
	top: 1px;
	left: 1px;
	
}

.switch-toggle2.outer div {
	width: 26px;
	height: 26px;
	top: -3px;
	left: -3px;
	
}

/*-----------------------toggle button-------------------------*/


/*----------------------file upload----------------------*/

.upload-drop-zone {
		  height: 200px;
		  border-width: 2px;
		  margin-bottom: 20px;
		}

		/* skin.css Style*/
		.upload-drop-zone {
		  color: #ccc;
		  border-style: dashed;
		  border-color: #ccc;
		  line-height: 200px;
		  text-align: center
		}
		.upload-drop-zone.drop {
		  color: #222;
		  border-color: #222;
		}



		.file-preview-input {
			position: relative;
			overflow: hidden;
			margin: 0px;    
			color: #333;
			background-color: #fff;
			border-color: #ccc;    
		}
		.file-preview-input input[type=file] {
			position: absolute;
			top: 0;
			right: 0;
			margin: 0;
			padding: 0;
			font-size: 20px;
			cursor: pointer;
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.file-preview-input-title {
			margin-left:2px;
		}
		
		.col-centered{
			float: none;
			margin: 40px auto;
			}

/*--------------------------file upload-------------------*/


.video-box {width: 100%; height: auto; border-radius: 0px 0px 5px 5px;object-fit: inherit;}
.record-stop-btn {position: absolute; width: 100%; height: auto; bottom: 33px; text-align: center; z-index: 2;}
.record-stop-btn a > img {border-radius: 50%;box-shadow: 0px 0px 6px 7px rgba(0, 0, 0, .4);}
.record-stop-btn a > img:hover {border:2px solid #1a7fc5; border-radius: 50%;box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, .4);}

.rec {position: absolute;right: 103px; top: 11px; background: #ffffffb3;padding: 4px 5px 5px 5px;border-radius: 5px; }
.rec img {width:40px; }

.battery {position: absolute;right: 13px; top: 11px; background: #fff;padding: 0px 5px;border-radius: 5px;min-width:86px; max-width: 180px;    z-index: 1;}
.battery-per {float: left; margin-top: 5px; margin-right: 5px;}
.battery-vol {float: left; margin-top: 5px; margin-right: 5px;}
.battery-temp {float: left; margin-top: 5px; margin-right: 5px;}
#div1 {font-size:28px;color: #08b008;}
.vdo-padding {padding: 0px;margin-bottom: -6px;}





.panel-heading-font {
	padding: 7px 15px;
	font-size: 13px;
}
.table-top {text-align: left; margin-top: 59px;}
.swiper-slide .btn {
    padding: 0px 8px;
}
.login .container {background: none;}

@media only screen and (max-width: 990px) {
	.login .container {width: auto;}
	
		.navbar-nav {
		margin: -45.5px -15px 3.5px -15px;
		float: right;
		padding-right: 8px;
			
	}
	.navbar-brand {margin-left: 9px;}
	.navbar {
    margin-bottom: 0px;
	}
	.nopadding {background: none; height: auto;}
	
	.cbp-vimenu li a {
		padding: 5px;
		font-size: 9px;
	}
	.cbp-vimenu li a:hover {
		border-radius: 5px;
	}
	.cbp-vimenu li i {font-size: 19px;padding: 4px 7px;}
	.cbp-vimenu li {background: #FFFFFF;display: inline-table;border-radius: 5px;margin: 6px 1px 3px 1px;}
	.rec {padding: 0px 3px 3px 3px;}
	.cbp-vimenu {padding: 0px 4px;font-size: 52%;}
	.container {
    	width: 100%;
		border-radius: 0px;
	}
	.footer {display: none;}
	.panel {margin-bottom: 0px !important; border-radius: 0px;}
	.panel-default > .panel-heading {
		border-radius: 0px;
	}

	.battery {right: 9px;top: 11px;padding: 0px 4px;min-width:66px ;max-width: 186px;height: 23px;}
	.battery-per {float: left; margin-top: 4px; margin-right: 4px;font-size: 10px;}
    .battery-vol {float: left; margin-top: 4px; margin-right: 4px;font-size: 10px;}
    .battery-temp {float: left; margin-top: 4px; margin-right: 4px;font-size: 10px;}
	#div1 {
    font-size: 10px;
    color: #08b008;
	}
	.rec {right: 79px;}
	.html5-progress-bar progress {width: 89%;}
	.filename {font-size: 15px;}
	
	body {background: #fff;}
	
}

@media (max-width: 770px) {
	
	/*.navbar-nav {margin:0px;}*/
	.html5-progress-bar progress {width: 82%;}
	.firmware-panel-body {padding: 60px;}
	.filename {font-size: 13px; vertical-align: middle !important;}
	.swiper-slide .btn {
    	padding: 0px 5px;
    	font-size: 13px;
	}
	.table-fixed .btn {
    padding: 0px 8px;
    width: auto;
	}
	thead th {font-size: 9px;}
	.table-fixed .btn {font-size: 11px;}
	
}
@media (max-width: 480px) {
	.html5-progress-bar progress {width: 79%;}
	.firmware-panel-body {padding: 19px;}
	
}
@media (max-width: 360px) {
	.filename {font-size: 13px;}
	.table-fixed tbody td, .table-fixed thead > tr> th {
	  padding: 6px;
	}
	.html5-progress-bar2 progress {width: 100%;}
}

/*@media screen and (max-width: 1000px) and (min-width: 990px) {
  .video-box {
    height: 475px;
	}
}*/
@media (max-width: 991px) and (min-width: 770px) {
	  .navbar-nav {
		margin: 0px -15px 3.5px -15px;
		float: right;
		padding-right: 8px;
			
	}
	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 990px) and (max-width: 1199.98px) { 

  .vdo-container {
	  width:912px !important; height: 514px;
	}
	
  .video-box {
	  height: 515px;
	}
	
	.blank-container {
	  width:912px !important; height: 514px;
	}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) { 	
	
	.vdo-container {width:950px !important; height: 577px;
 }
	.video-box {
    height: 533px;
 }
	
	.blank-container {width:950px !important; height: 577px;
 }

}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1920px) { 	
	
	.vdo-container {width:1115px !important; height: 670px;
 }
	.video-box {
    height: 626px;
 }
	.table-fixed tbody {
    height: 505px;
    overflow-y: auto;
    width: 100%;
}
	.blank-container {width:1115px !important; height: 670px;
 }

}


.blank-container {height: 577px;
 }
 .swiper-slide-active table tbody tr{
	 cursor: pointer;
 }

 .accordion-inner.active{
	 background-color: grey;
 }
 .accordion-inner{
	 cursor: pointer;
	 padding-left: 35px;
 }
 .modalWindow{
	 margin-top: 80px;
	 background-color: white;
	 height: 185px;
	 margin-right: 15px;
     border-radius: 7px;
	 margin-left: 15px;
	 padding-right: 0px !important;
 }
 .modalWindow .modal-body{
	 font-size: medium;
 }

 .modalWindow .modal-header{
	background: rebeccapurple;
	padding: 2px 20px;
	color: white;
 }
 .modalWindow .close{
	 color: white;
	 opacity: 1;
	 margin-top: 0px;
 }
#accordion .panel-heading h4{
	color: #333333;
}
#accordion .panel-title{
	margin-top: 10px;
    margin-bottom: 10px;
}
#accordion .panel-default > .panel-heading{
	background-color: white;
}
#accordion .panel-heading a:hover, #accordion .panel-heading a:visited, #accordion .panel-heading a:link,#accordion .panel-heading a:active
{
    text-decoration: none;
}
.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
  }
  .webrtc_status{
	  text-align: right;
	  color: white;
  }
#remote-video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top: 0;
	width: 100%;
	height: 95%;
	z-index:1;
	color:white;
}
.overlay-with-background{
	background: url(/image/loader.gif) round;
}
.swiper-slide-active{
	overflow: auto;
}
#videoOverlay{
	margin-top: 190px;
}
.modal-header-success{
	color: #fff;
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #5cb85c;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-header-danger{
	color: #fff;
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #d9534f;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.disable-button {
	background:#767682; 
	pointer-events: none; 
	cursor: default;
}

.file-action{
	width: 200px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 26px;
	left: 4px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  .toggle-button-div{
	margin-top: 2px !important;
    height: 23px;
  }
  .download-info{
	color: darkorange;
    font-size: 12px;
  }
  .fileInfo {padding: 0px !important;;}
  .btn-rgt-back{
	padding-top: 5px !important;
  }
  .btn-rgt-folder{
  	padding-top: 14px !important;
  }
  .btn-rgt-file{
  	padding-top: 24px !important;
  }
  #streamTable td, #streamTable th {
    padding: 18px 8px;
  }
  #accordion .panel-default > .panel-heading{
	border-bottom: 1px solid #ebebeb;
  }
  .collapse-inner{
	margin: 5px 40px;
  }
  #popUpContainer_modalWindow{
	z-index: 99999;
  }
  .button-stop-streaming {
	padding: 2px 9px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #e80f0f;
	border: none;
	border-radius: 8px;
	float:right;
	margin-top: -30px;
  }
  
  .button-stop-streaming-hide {
	background-color: grey;
	pointer-events: none;
  }
  @media only screen and (max-width: 768px) {
	/* For mobile phones: */
	#videoOverlay{
		margin-top: 112px;
	}
	.webrtc_status{
		color:black;
	}
	.overlay{
		height: 90%;
	}
	.modal {
		z-index: 99999;
	}
	.modal-footer{
		padding: 6px;
	}
	.modalWindow .modal-body{
		font-size: 14px;
	}
	.modal-header h4{
		font-size: 16px;
	}
	.btn{
		padding: 3px 12px;
	}
	.firmware-version{
		font-size: 13px;
	}
  }
  