@font-face {
    font-family: Optima; /* ÃƒÂÃ‹Å“ÃƒÂÃ‚Â¼Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
    src: url(../fonts/VERDANA.ttf); /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â»Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ */
    src: url(../fonts/CALIBRI.ttf); /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â»Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ Ãƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ */
}


body {
/*    font-family:'Arial';*/
  
    padding: 0px;
    margin: 0px;    
    box-sizing: border-box;
    overflow-y: hidden;   
    overflow-x: hidden;   

    width: 100%;
    height: 100vh;

    color: var(--clr-f);

    font-size: 11pt;
    font-family: Optima;
    background-color: var(--clr-bg)
  }
body.logo {
    background-image: url('../image/backgrnd.jpg'); /* ÃƒÂÃ…Â¸Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼Ãƒâ€˜Ã†â€™ ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¶ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã…Â½ */
    background-position: top;
    /*background-size: cover;*/	
}


table{
    border-collapse: collapse;
    text-align:center;
    padding: 0;
    border-collapse:collapse;  
    font-size: inherit;
}
td, th{
    border: 1px solid var(--clr-border-dark);
    padding: 0;
}
th {
   font-weight: bold;
}
ul{
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 0px;
}
form {
    position: absolute;
    /*top: calc(40% - 100px);*/
    top: 300px;
    left: calc(50% - 150px);    
}
  
.split {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	overflow-y: auto;
	overflow-x:hidden;
	 margin: 0px;  
}

.content {
	height: 100%;
	margin: 0px;
}   
.content2 {
	height: 100%;
	float: left;
	margin: 0px;   
}   
.rightBorder{
  /*border-right:1px solid #ddd*/
}
.leftBorder {
  /*border-left:1px solid #ddd*/
}

.gutter {
	background-repeat: no-repeat;
	background-position: 50%;
	  
	border: 1px  solid var(--clr-border);
}

.gutter.gutter-horizontal {
	cursor: col-resize;
	background-image: url('../image/vertical.png');
	border-width: 0px 1px; 
}

.gutter.gutter-vertical {
	cursor: row-resize;
	background-image: url('../image/horizontal.png');
	border-width: 1px 0px;
}

.split.split-horizontal, .gutter.gutter-horizontal {
	height: 100%;
	float: left;
	margin: 0px;  
}
  

.main{
    height: calc(100% - 38px - 17px);
	margin: 0px;
}

.loginTable {  
        /*border:0.25vmin solid #428bca;
        border-radius:0.5vmin;  */                              
        /*margin-top:25vh;        */
        border-collapse:collapse;
        border-style: none;

}
.loginTable td {
    padding: 1vmin;
    border-width: 0px; 
	color: var(--clr-f-dark);
}
.label {
    text-align:right;
}
.input {
    text-align:left;
}
.loginTable input {
    height:3vmin;
    min-height: 30px;
    border-radius:0.5vmin;
    padding: 0;
    font-family:'Arial';
    font-family:'Arial';
    font-size:12pt; 
    background: #fff;
	padding: 5 10;
    border-color: #999;
}

.Button {
    height: 35px; /*4vh;*/
    min-height: 35px;
    background-color: #ffffff;
    
    margin: 5px;
    padding: 5px 15px 5px 15px;
    /* height: 2.5vmin; */
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

#userInf {
  width:30%;
  float: left;
  height: 100%;
  padding: 10px;
  text-align: center;    
}

#userInfo {
  color: var(--clr-f);
  text-shadow: 0 1px 0 var(--clr-bg-light);
}
.buo_filter_panel {
	background:  var(--clr-bg-dark);
	border-bottom: 2px solid var(--clr-border);
}

.buo_filter_panel h4,
#buo_filter_body {
	padding: 5 10;
}
.buo_filter_panel h4:hover {
	background: var(--clr-bg-texthover);		
}
.buo_filter_panel h4 span{
	color: var(--clr-f);
    font-weight: normal;
    font-size: small;
}

/*--------------------------------------------ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾----------------------------------------*/
.modal {
    display: none; 
    position: fixed;
    padding-top: 100px;    
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: calc(100% - 100px); 
    overflow: auto; 
    background-color: var(--clr-bg-modal); 
}

.modal.modal_main {
	z-index: 100;
}
.modal-content {
    position: relative;
    background-color:var(--clr-bg);
    margin: auto;
    padding: auto;
    /*margin-top: 100px;*/
    border: 2px solid var(--clr-border-modal);
    border-radius: 5px;
    max-width: 40%;
    min-width: 10%;
}

.close {
    color: var(--clr-f);
    float: right;
    font-weight: bold;
    margin: 0 3px;
}

.close:hover,
.close:focus {    
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 8px 8px 5px 16px;
    color: #428bca;
    border-color: var(--clr-bg);
    border-style: inherit;
    border-width: 2px 2px 2px 2px;
    background-color: var(--clr-bg-dark);
    border-radius: 5px 5px 0px 0px;
    /* background-image: url(../image/optima-logo_bckg.gif); */
    background-repeat: no-repeat;
}
.modal-header span {
    font-weight: bold;
    font-size: 110%;
}

.modal-body {
    padding: 2px 6px 7px 6px;
}

.modal-footer {
    padding: 2px 16px;    
    color: black; 
    border-width:2px 0px 0px 0px; 
    border-color: blue;
    border-style:inherit;
    min-height: 10px;
}

/*----------------------------------alert ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾---------------------------------------*/
.alert-modal-content {
    position: relative;
    background-color: var(--clr-a-bg);/*rgba(173, 216, 230,1);*/
    margin: auto;
    padding: auto;
    border: 2px solid var(--clr-a-border-modal);
    border-radius:5px;
    max-width: 36%;
    min-width: 10%;
    box-shadow: 0px 4px 8px 0 var(--clr-a-box-shadow), 0px 6px 2px 0 var(--clr-a-box-shadow);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.alert-modal-header {
    padding: 4px 4px 3px 10px;
    border-color: var(--clr-a-bg);
    border-style: inherit;
    border-width: 2px 2px 2px 2px;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--clr-a-dark);
    color: var(--clr-a-f-head);
}    
.alert-modal-header span b{
  font-size:large;
}
.alert-modal-body {
    padding: 10px;
    color: var(--clr-a-f);
}
.alert-modal-body table{
    width: 100%;
    border: none;
}
.alert-modal-body table tr{
    height: 20px;
}
.alert-modal-body table tr:hover{
    background: var(--clr-a-hover);
    color: var(--clr-a-f-hover);
}
.alert-modal-body table td{
    border: none;
    text-align: left;
}
.alert-modal-body table td:first-child{
    width: 150px;
}

.alert-modal-footer {
    /* padding: 10px; */
    color: #ff0303;
    /* border-width:2px 0px 0px 0px; */
    /* border-color: #ae0303; */
    /* border-style:inherit; */
    min-height: 10px;
    text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½-----------------------------------------------------------------*/
/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: var(--clr-bg-dark);
  height: 35px;/*4%;*/
  margin: 0px;
  font-size: 11pt;
  font-weight: bold;
  border: 0px;
  border-bottom: 2px solid #026aff;
}

/* Links inside the navbar */
.navbar a {
  float: left;  
  color: var(--clr-f-title);
  text-align: center;
  padding: 0.5% 2%;
  padding: 10px 10px;
  text-decoration: none;
}
.navbar a:hover {
	background: var(--clr-f-title);
	color: var(--clr-bg-light)
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding:1vh;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;    
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.logout{
   float:right;
    margin:0;
    padding:0;  
    height: 100%;
}
.logoImg{
    float:left;

    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../image/optima-logo_dark.gif) no-repeat;
    width: 250px;
    height: 35px;
}
[data-theme="light"] .logoImg{
    background: url(../image/optima-logo.gif) no-repeat;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

.pagefooter{
    background-color: #c0d9e4;
    text-align: center;
    margin: 0px;
    height: 15px;
    padding-top: 1px;
    border-top: 2px solid #428bca;
    color: #0a6aa1;    
    font-weight: bold;
	background-image: url('../image/backgrnd_footer.jpg');	
	background-position: bottom;
}
/* --------------------- BUO data, LAMP data ---------------- */
.buoData td{
    width: 26.6%
}
.buoData td:nth-child(1){
    width: 20%
}
.buoData:nth-child(4) td{
    width: 20%;
}

.buoData.offline td {
    color: #666666;
}
.buoData.offmercury td { 
    color: red;
}

#g,
#h {
	padding: 0 10px;
	padding: 5px;
}
#g table {
    width: 100%;
}

.table_params {

}
.table_params th {
    color: var(  --clr-f);
    background-color: var(--clr-bg-light);
    padding-top: 3px;
    padding-bottom: 3px;
}
.table_params th.param {
    text-align: left; 
    padding-left: 10px;
}
.table_params td{
    font-weight: bold;
    color: var(  --clr-f-param);
}

.controlTable td{
    border: none;
}

#grWarrnings span {
	vertical-align: middle;
}
/*---------------------------------------Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬Â¹Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â-----------------------------------------------------------------------------------*/
.eventTable {    
   border-width:0;
   width: 98%;    
}
.eventTable th, 
.eventTable td {
    border-width:0;
}
.eventTable th{
    color: var(--clr-f-dark);
    background-color: var(--clr-bg-light);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 0;
    border-bottom: 1px solid var(--clr-border-dark);
    border-top: 1px solid var(--clr-border-dark);
}
.eventTable td {
    text-align: left;
    padding-left: 3px;

    white-space: nowrap; /* ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
    overflow: hidden; /* ÃƒÂÃ…Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ */
    text-overflow: ellipsis; /* ÃƒÂÃ…â€œÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ */
}
.eventTable td :hover{
    white-space: normal;
    overflow: visible;
}

#lampsTable td,
#lampsTable2 td{
    white-space: nowrap; /* ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° */
    overflow: hidden; /* ÃƒÂÃ…Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ */
    /*padding: 5px; /* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â */
    text-overflow: ellipsis; /* ÃƒÂÃ…â€œÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Âµ */
	min-height: 1.2em;
}
#lampsTable td:hover,
#lampsTable2 td:hover{
    white-space: normal;
    overflow: visible;
}

.odd{
    background: var(--clr-bg-odd);
}
.odd:hover{
    background: var(--clr-bg-texthover);
    color: var(--clr-f-light);
}
.even{
    background: var(--clr-bg-even);
}
.even:hover{
    background: var(--clr-bg-texthover);
    color: var(--clr-f-light);
}
div.evFilter{
    display: block;
    float: right;
    border: 1px var(--clr-border-dark);
    border-style: solid;
    width: 45px;
    border-radius: 3px;
    background-color: var(--clr-bg-light);
    margin: 2px;
}
#eventsTable tr.hideRow{
    display: none;
}

#eventsBtn.tabBtn {
    min-height: 25px;
    margin: 0px 10px 0px 10px;
    padding: 0px 12px 0px 10px;
}
/*------------------------------------------Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°----------------------------------------------------------------------------*/
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;    
    color: #fff;
}
.tabs-nav .tab-active {
    border-bottom-color: hsla(0, 0%, 0%, 0);
    background-color: var(--clr-bg-active);
    border: 1px solid var(--clr-border-stage);
}

.tabs-nav a {
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 21px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--clr-f);
    text-decoration: none;
    text-shadow: 1px 1px 0 var(--clr-bg-light);
}
.tabs-nav a:hover {
    text-decoration: underline;
}
.tabs-nav .tab-active a{
    color: var(--clr-f);
}
.tabs-nav li {
    float: left;
    background: var(--clr-bg-light);
    border-bottom-color: hsla(0, 0%, 0%, 0);
    cursor: default;
    border: 1px solid var(--clr-border-dark);
    border-bottom-width: 1px;     
    padding: 5px 0px 3px;
    border-radius: 5px 5px 0px 0;    
}

.tabs-stage {
    border-width: 1px;
    border-color: var(--clr-border-stage);
    border-style: solid;     
    clear: both;
    height: auto;
    overflow-y: auto;
    border-radius: 0px 0px 3px 3px;
    padding: 0 10px 10px 10px;    
}

.tabs-stage select{ width:100%; }

    

.tabBtns{
    margin:0;   
    padding: 10px;
    display: block;
    text-align: center;    
}
.tabBtn{
    min-height: 35px; /*4vh;*/
    margin: 5px;
    padding: 5px 10px 5px 10px;
    /* height: 2.5vmin; */
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;

    background-color: var(--clr-bg-light);
    color: var(--clr-f);
    text-shadow: 1px 1px 0 var(--clr-f-textshadow);
    border: 1px solid var(--clr-border);
    box-shadow: 2px 2px 2px var(--clr-bg-dark);    
}
.tabBtn:hover{
    cursor: pointer;
    background-color: var(--clr-bg-active);    
}
.tabBtn:disabled,
.tabBtn:disabled:hover{
    cursor: auto;
    background-color: var(--clr-bg);
    color: var(--clr-bg-light);
    text-shadow: none;
    border: 1px solid var(--clr-border-dark);
}
.grBtn {
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    background-color: var(--clr-bg-light);  
    border: 1px solid var(--clr-border);
    box-shadow: 2px 2px 2px var(--clr-bg-dark); 
    color:var(--clr-f);
}
.grBtn:hover{
    cursor: pointer;
    background-color: var(--clr-bg-active);
    box-shadow: inner 0 0 2px var(--clr-bg-dark);
}
.grBtn:disabled {
    background-color: var(--clr-bg);
    color: var(--clr-bg-light);
    text-shadow: none;
    border: 1px solid var(--clr-border-dark);	
}
.phaseOff, .phaseOn, .lampOn, .lampOff{
    margin: 5px 20px;
    padding: 5px 15px 5px 15px;

    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.phaseOff, .lampOff{
    min-height: 35px; /*4vh;*/
    background-color: lightgray;    
    border-color: #999;/*buttonface;    */
}
.phaseOn, .lampOn{
    height: 35px; /*4vh;*/
    background-color: #9FD468;    
    border-color: #4f9507;/*#999;/*buttonface;    */
}
.phaseOff:disabled, .phaseOn:disabled,
.lampOff:disabled, .lampOn:disabled{
    background-color: inherit;
    cursor: auto;
}
.phaseOff:disabled,
.lampOff:disabled{
    border-color: #999;/*buttonface;    */
}
.phaseOn:disabled,
.lampOn:disabled{
    border-color: #4f9507;/*buttonface;    */
}

#lampGroupData input[type=checkbox]{
    vertical-align: middle;
    margin-left:20px;
}
#brightnessLevel{
    
    margin: 10px 0;
}
/*
#lampsManipulationBtns button{
    margin: 1vh 0;
    height: 4vh;
    border-radius:5px; 
    background-color: aliceblue;
    font-family: inherit;
    font-size: inherit;
}
*/
/*------------------------------------------- ÃƒÂÃ‚Â² Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¦-----------------------------------------*/
#g h2,
#h h2 {
    display: block;
    font-size: 12pt;
    font-size: 12pt;
	margin: 0px;
    text-align: center;
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
    padding-top: 5px;	
}
#g h2 span,
#h h2 span {
    font-size: 90%;
    font-weight: normal;
}

h2 {
    display: block;
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
    /*background: #beebff;
    background: #ddd;*/
}

h3 {
    display: block;
    font-size: 12pt;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
    color: var(--clr-f-title);
    text-align: center;
    font-weight: bold;
}
h4{
	color: var(--clr-f-title);
	text-align: left;
	height: 1em;
	margin: 0px;
}

.offonline {
	float: right;
	text-align: center;
	font-size: 11px;
	/*color: #f83535;*/
	width: 120px;
}
.buolinkstatus {
	width: 55px;
	height: 11px;
	display: inline-block;
	/*background: blue;*/

	background-repeat: no-repeat;
	background-position: left;
}
.buolinkstatus.linkOn{
	background-image: url(../image/link_on_dark.png);	
}
.buolinkstatus.linkOff{
	background-image: url(../image/link_off_dark.png);	
}
[data-theme="light"] .buolinkstatus.linkOn{
	background-image: url(../image/link_on.png);	
}
[data-theme="light"] .buolinkstatus.linkOff{
	background-image: url(../image/link_off.png);	
}



/*-------------------------------------------Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â² Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¦-----------------------------------------*/
table, 
.lampsTable{
    border-collapse: collapse;
    text-align:center;
    padding: 0;
    border-collapse:collapse;  
    font-size: inherit;
}
.lampsTable{
    width: 100%;
}
.lampsTable th{    
    padding-top: 3px;
    padding-bottom: 3px; 

    background-color: var(--clr-bg-dark);
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
    border-bottom: 1px solid var(--clr-border);
    border-top: 1px solid var(--clr-border);
    color: var(--clr-f);
}
.lampsTable.newConfig,
.lampsTable.newConfig th{
    background: #ffffaa;
}
#lampsTable.scroll tbody tr td:nth-child(1),
#lampsTable.scroll thead tr th:nth-child(1) {
    width: 30px;
    text-align: right;
    padding-right: 3px;
}
#lampsTable.scroll tbody tr td:nth-child(2),
#lampsTable.scroll thead tr th:nth-child(2) {
    width: 20px;
    text-align: center;
} 
#lampsTable.scroll tbody tr td:nth-child(3),
#lampsTable.scroll thead tr th:nth-child(3) {
    width: 50px;
    text-align: left;
} 
#lampsTable.scroll tbody tr td:nth-child(4),
#lampsTable.scroll thead tr th:nth-child(4) {
	width: 120px;
    font-weight: bold;
    text-align: left;
}
#lampsTable.scroll tbody tr td:nth-child(5),
#lampsTable.scroll thead tr th:nth-child(5) {
    width: calc(100% - 330px);	
}
#lampsTable.scroll tbody tr td:nth-child(6),
#lampsTable.scroll thead tr th:nth-child(6) {
    width: 80px;	
}
#lampsTable.scroll tbody tr td:nth-child(7),
#lampsTable.scroll thead tr th:nth-child(7) {
    width: 20px;	
}


#lampsTable2.scroll tbody tr td:nth-child(1),
#lampsTable2.scroll thead tr th:nth-child(1) {
    width: 70px;
    text-align: left;
} 
#lampsTable2.scroll tbody tr td:nth-child(2),
#lampsTable2.scroll thead tr th:nth-child(2) {
	width: 120px;
    font-weight: bold;
    text-align: left;
}
#lampsTable2.scroll tbody tr td:nth-child(3),
#lampsTable2.scroll thead tr th:nth-child(3) {
    width: calc(100% - 300px);	
}
#lampsTable2.scroll tbody tr td:nth-child(4),
#lampsTable2.scroll thead tr th:nth-child(4) {
    width: 80px;	
}
#lampsTable2.scroll tbody tr td:nth-child(5),
#lampsTable2.scroll thead tr th:nth-child(5) {
    width: 20px;	
}
#locationTable td:nth-child(1), 
#locationTable th:nth-child(1) {
	width: 75%;
	text-align: left;
}

.lampsTable th,
.lampsTable td{
    min-height: 16px;
    border-right: none;
}
.lampsTable td.odd{
    background: #454545;
}
.lampsTable tr:hover{
    background:var(--clr-bg-texthover);
}
.lampsTable tr.selected:hover{
  background:var(--clr-bg-active);
}
.lampsTable tr:hover td{
    border-color: var(--clr-bg-texthover);
}
.lampsTable tr.selected:hover td{
    border-color: var(--clr-bg-active); 
}

.lampsTableContainer,
.lampsTableContainer2{
    overflow-y: none;
    padding: 5px;
}

#modalBox6_reports h4{
	background: var(--clr-bg-active);
	text-align: center;
	padding: 5 10;
}

#modalBox6_reports h5 {
    margin: 0;
    font-size: 1em;
    background: var(--clr-bg-light);
    padding: 2 10;
}
#modalBox6_reports h5 span{
	font-weight: normal;
}

#buoLoadConfig {
    background: var(--clr-bg-texthover);
}

.modal-body table
{
    border-collapse: collapse; 
    /*margin-top:1vmin;*/ 
    border: none;
    border-spacing: 4px;
}

.form td{
    padding: 5px 10px;
    border: none;
    text-align: left
}
#buoParamsTable2 {
	width: 100%;
}
#buoParamsTable2 td:nth-child(3),
#buoParamsTable2 td:nth-child(2){
    text-align: center;
}

#buoParamsTable td,
#buoParamsTable2 td,
#lampParams table td,
#settings_tbl td {
    padding: 5px 10px;
    border: none;
    text-align: left;
}
#buoParamsTable2 th{
    padding: 5px 10px;
    border: none;
    text-align: center;
	color: #777;
}
#settings_tbl td {
  vertical-align: top;	
}

div.buo_params {
	overflow-y: auto;
    max-height: 500px;
    border-top: 1px solid var(--clr-border);
    border-bottom: 1px solid var(--clr-border);
}
div.buo_params tbody tr:hover{
	background: var(--clr-bg-active);
}

.buosschedules {
	width: 100%;
    border-collapse: collapse; 
    border: none;	
}
.buosschedules td {
    padding: 2px 5px;
    border: none;
} 
.buosschedules th {
    padding: 0px 5px;
    border: none;
}
.buosschedules th {
/*    color: #428bca;*/
}
.buosschedules.newConfig {
    background: var(--clr-bg-newconfig);
}
/*#buoGroupNamesScheds tr:first-child {
    background: #C9E3FE
}*/
.buosschedules td:first-child {
    font-weight: bold;
}
.buosschedules select.newConfig {
    color: magenta;
}
.manipulationsBtn{
	width: 100%;
}
.manipulationsBtn td{
    padding: 0px 5px;
    border: none;
}
#buoParams input[type=text],
#buoParams input[type=number] {
    width: 100%;
}

a:focus {
	outline:none;
}
:focus {
    outline: #428bca dotted 1px;
    outline-offset: -2px;  
}
/*
#lampsTable{ border-collapse: collapse;width:100%;}
#lampsTable td,th{
    border: 1px solid #428bca;  
    padding: 0;
}  */
#lampsManipulationBtns input{
    font-family: inherit;
    font-size: inherit;
}
#lampsManipulationBtns select{
    font-family: inherit;
    font-size: inherit;
}

.addRemoveLampsBtn{
    margin:1vh 3vh;
}

.selected {
    background-color: var(--clr-bg-active);
}

.lampFactoryNumber{
    margin:1vh 0vh; 
    width: 80%;
    font-family: inherit;
    font-size: inherit;
    padding: 2 10; 
}


.treeContextMenuItem{  
}

.newGroupName{    
    margin: 10px;
    font-size: inherit;
    font-family: inherit;
    height:3vmin;
    /*border-radius:0.5vmin;*/
    padding: 1px;
    width: 370px;
}


#groupAddForm, #groupRenameForm {
    padding: 10px;
}
.phaseControl {
    height: 40px;
    width: 50px;
    border-radius: 20px;
    margin: 5px;
    text-align: center;
    font-weight: bold;

    border: 1px solid var(--clr-border);
    background: none;
    color: var(--clr-f);
    text-shadow: none;    
}
.phaseControl.allphaseOn {
    border-color: var(--clr-border);
    color: var(--clr-f-title);
}
.phaseControl.allphaseOn:hover {
    border-color: var(--clr-border);
    background: var(--clr-control-on);
    color: var(--clr-f-light);
    text-shadow: 1px 1px 2px var(--clr-bg-dark);
}
.phaseControl:focus {
    outline: none;
}
.phaseControl.allphaseOff:hover {
    border-color: var(--clr-bg-dark);
    background: var(--clr-bg-semidark);
}

.reloadBUO {
    height: 40px;
    width: 220px;
    border-radius: 20px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
}
.reloadBUO:focus {
    outline: none;
}
div.separator {
    height: 2px;
    background: var(--clr-border-dark);
}
/* ================================================== Schedules =============================================== */
.search_input_device
{
	font-size:11;
	width:100%;
	background: url(image/Search_obj.png);
	background-repeat: no-repeat;
	border: 1px solid #a5b5d0;
	padding-left: 16px;
	border-radius:3px;"
}
.rowpadding
{
	border-spacing: 0px;
	width:100%;
}

.rowpadding table td {padding: 0;}

.rowpadding table tr {padding: 10px 0;}

#modalBox5_schedules h2{
	color: #428bca;
	text-align: center;
	margin: 5px;	
}
#modalBox5_schedules h3{
	background: #428bca;
	text-align: center;
	color: #fff;
	font-size: inherit;
	margin: 0;
	height: 1.5em;
}
#modalBox5_schedules h4{
	background: var(--clr-bg-texthover);
	text-align: center;
	font-size: inherit;
	margin: 0;
	height: 1.5em;
}
#modalBox5_schedules div.modal-body {
	height: 600px;
}
#modalBox5_schedules div.modal-body div.section{
	float: left;
	margin: 3px;
}
#left_div_schedules_lighting
{
    float: left;
	overflow-y: none;
}
#center_div_schedules_lighting
{
	height: calc(100% - 100px);
	border: 2px solid #428bca;
	overflow-y: auto;
}
#script_edit_div_schedules_lighting,
#schedules_edit_div_schedules_lighting
{
/*	height: 100%;
	overflow-y: auto;*/    
	border: 2px solid #428bca;
}
}
#script_edit_div_schedules_lighting input
{
    text-align: right;
}
.right_div_schedules_lighting
{
	height: calc(50% - 6px);
	border: 2px solid #428bca;
}

.center_name_div_schedules_lighting
{
	height: auto;
	width: auto;
	/*background: #ccc;*/
	FONT-WEIGHT: bold;
	font-size: 14px;
}

#param_save_div_schedules_lighting
{
	bottom: 10px;
	right: 247px;
	height: auto;
	width: auto;
	position: absolute;
	z-index: 2000;
	background-color:#ffffff;
	border:1px solid #333333;
	display: none;
	/* Internet Explorer */
	filter:alpha(opacity=50);
	opacity:0.8;
	color: #000000;
	/*background: #ccc;
	FONT-WEIGHT: bold;
	font-size: 14px;*/
}

#ListLightingSchedules table, 
#ListLightingSchedules tr, 
#ListLightingSchedules th, 
#ListLightingSchedules td
{
    border: none;
}

.tcat {
    background-color: #539bda;  /*#428bca;*/
    color: #FFFFFF;
    font-weight: bold;
}
.tsched {
    background-color: #FFFFFF; 
    color: #428bca;
    height: 35px;
    font-size: 120%;
    /*font-weight: bold;    */
}

.tzone {
}

#LightingSchedulesWindowContent{
    max-width: none;
    position: relative;
}
#LightingSchedulesWindowContent tr, 
#LightingSchedulesWindowContent th,
#LightingSchedulesWindowContent td,
#LightingSchedulesWindowContent table
{
    border-style: none;
    padding: 1px;
}

#LightingSchedulesWindowContent tr, 
#LightingSchedulesWindowContent td,
#LightingSchedulesWindowContent table
{
    text-align: start;
    font-size: 9pt;
}
#LightingSchedulesWindowContent tr.tzone{
	border-bottom: 2px solid var(--clr-border-dark);
    background-color: var(--clr-bg-light);
    font-size: 13px;
    height: 20px;	
}
#LightingSchedulesWindowContent tr.tzone:hover{
    background-color: var(--clr-bg-texthover);
}
.cellDay{
    background: var(--clr-bg-light);
}
.selectedDay {
    background: #FF69B4;
    color: var(--clr-f-light)
}
#LightingSchedulesWindowContent .cellDay{
    text-align: center;
}

/*LightingSchedulesWindowContent*/ 
#left_div_schedules_lighting input{
    text-align: right;
    padding: 0;
}

.scr_param {
    text-align: start;
}

#center_view_schedules{
    top: 35px;
}
#LightingSchedulesWindowContent table
.tablDay{
    border-style: solid;
    /*border-color: #fff;*/
    cursor: pointer;
    text-align: start;
}

#LightingSchedulesWindowContent table
.selectedTbl{
    border-style: solid;
    border-color: #FF69B4;
    cursor: pointer;
    text-align: start;
}

#LightingSchedulesWindowContent table
.tablDay:hover{
    border-style: solid;
    border-color: inherit;    
    cursor: pointer;    
}

#LightingSchedulesWindowContent table
.selectedTbl:hover{
    border-style: solid;
    border-color: inherit;    
    cursor: pointer;
}

#tSelectShedulesDay, .tborder0 {
    text-align: start;
}


.a_selected{
    color: var(--clr-f-title);
    font-weight: bold;
}
.a_nonedited{
   color: var(--clr-f-dark); 
   font-style: italic; 
}
.a_nonedited.a_selected{
   color: var(--clr-f-title);
   font-weight:normal;
}
.paramdescr{
    font-size: 75%;
}

.s_on  {color: var(--clr-bg-sch-on); font-style: normal; width: 95%;}
.s_dim {color: var(--clr-bg-sch-dim); font-style: normal; width: 95%;}
.s_off {color: var(--clr-bg-sch-off); font-style: normal; width: 95%;}
.s_scr {color: var(--clr-bg-sch-scr); font-style: italic; width: 95%;}

.sched_h {background: #d0f1fb; text-align: center;}

#center_view_div_schedules_lighting {
    border-bottom: 1px solid darkgrey;
}
#schedule_info_div {
    height: 90px;
    overflow-y: auto;
}
//-----------------------------------------------------------------Tooltip----------------------------------------------------------------------------------------------------------------------------------------------
.leaflet-tooltip{
    height: 2vh;
    width: 3vw;
    background-color: green;
}

//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

.checkbox input{
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox__text{
  position: relative;
  padding: 0 10px 0 55px;
  cursor: pointer;
}
.checkbox__text:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 5;
  width: 45px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid var(--clr-border-dark);
  background: var(--clr-bg-texthover);
  box-shadow: inset 0 2px 5px var(--clr-bg-dark);
  transition: .2s;
}
.checkbox__text:after{
  content: '';
  position: absolute;
  top: -0px;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: var(--clr-bg);
  box-shadow: 0 2px 5px var(--clr-bg-dark);
  transition: .2s;
}
.checkbox input:checked + .checkbox__text:before{
  background: var(--clr-control-on);
  border: 1px solid var(--clr-border-dark);
  box-shadow: inset 0 2px 5px var(--clr-bg-dark),  inset 2px 0px 5px var(--clr-bg-dark);
}
.checkbox input:checked + .checkbox__text:after{
  left: 29px;
}
.checkbox input:focus + .checkbox__text:before{
  box-shadow: inset 0 2px 3px var(--clr-bg-dark), 0 0 0 3px rgba(255,255,0,.7);
}
.checkbox input:disabled + .checkbox__text:before{
  background: var(--clr-bg);
}
.checkbox input:disabled + .checkbox__text:after{
  background: var(--clr-bg);
}
.checkbox input:checked:disabled + .checkbox__text:before{
  background: var(  --clr-control-on-disabled);
}
.checkbox input:checked:disabled + .checkbox__text:after{
  background: var(--clr-bg);
}
/--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
.range_container{
        position: relative;
        width: 100%; /*input range width*/
        height: 20px; /*input range height*/
        overflow: hidden;
    }
input[type="range"] {
    /*color: rgb(196, 196, 196);*/
    width: 100%;
}
input[type=range] {
    -webkit-appearance: none;
    width: 80%;
    border-radius: 8px;
    height: 7px;
    border: 1px solid var(--clr-border);
    background-color: var(--clr-bg-light);
}
input[type=range]:focus {
    /*outline: #9FD468 auto 5px;*/
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: var(--clr-bg-light);
    border: 1px solid #999/*#bdc3c7*/;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
}

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
table.scroll {
width: 100%;
border-spacing: 0;
border: 2px solid black;
}

table.scroll th,
table.scroll td,
table.scroll tr,
table.scroll thead,
table.scroll tbody { display: block; }

table.scroll thead tr { 
  width: 97%;
  width: -webkit-calc(100% - 1px);
  width: -moz-calc(100% - 1px);
  width: calc(100% - 1px);
}

table.scroll tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}

table.scroll tbody {height: 70px;overflow-y: scroll;overflow-x: hidden;}

table.scroll tbody td,
table.scroll thead th {
/*width: 250px;*/
float: left;
/*border-right: 1px solid black;*/
}
table.scroll tbody tr td:nth-child(1),
table.scroll thead th:nth-child(1) {
    width: 150px;	
} 
table.scroll tbody tr td:nth-child(2),
table.scroll thead th:nth-child(2) {
	width: 150px;
	font-weight: bold;
}
table.scroll tbody tr td:nth-child(3),
table.scroll thead th:nth-child(3) {
    width: calc(100% - 309px);	
}

#alarmEventsTable.scroll tbody tr td:nth-child(3),
#alarmEventsTable.scroll thead th:nth-child(3) {
    width: calc(100% - 412px);	
}
#alarmEventsTable.scroll tbody tr td:nth-child(4),
#alarmEventsTable.scroll thead th:nth-child(4) {
    width: 100px;	
}

#actualErrorsTable.scroll tbody tr td:nth-child(3),
#actualErrorsTable.scroll thead th:nth-child(3) {
    width: calc(100% - 412px);	
}
#actualErrorsTable.scroll tbody tr td:nth-child(4),
#actualErrorsTable.scroll thead th:nth-child(4) {
    width: 100px;	
}

#actualErrorsTable.scroll tbody tr:nth-child(even) {
    background-color: var(--clr-bg-even);
}

#actualErrorsTable.scroll tbody tr:hover {
    background: var(--clr-bg-texthover);
    color: var(--clr-f-light);
}

.errorsTable.scroll tbody tr td:nth-child(3),
.errorsTable.scroll thead th:nth-child(3) {
    width: calc(100% - 612px);	
}
.errorsTable.scroll tbody tr td:nth-child(4),
.errorsTable.scroll thead th:nth-child(4) {
    /*width: 100px;	*/
}
.errorsTable.scroll tbody tr td:nth-child(5),
.errorsTable.scroll thead th:nth-child(5) {
    width: 150px;	
    text-align: right;
}

.errorsTable.scroll tbody tr:nth-child(even) {
    background-color: var(--clr-bg-even);
}

.errorsTable.scroll tbody tr:hover {
    background: var(--clr-bg-texthover);
    color: var(--clr-f-light);
}

thead tr th { 
height: 15px;
line-height: 15px;
}
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
.evFilter{
    display: block;
    border: 1px #0a6aa1;
    border-style: solid;
    width: 50px;
    float: right;
    border-radius: 5px;
    background-color: #fff;
}
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
.custom-popup .leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 14px;
	}
.custom-popup .leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 8px;
	}
.custom-popup .leaflet-popup-content {
	margin: 10px 19px 10px 10px;
	line-height: 1.4;
	}
.custom-popup .leaflet-popup-content p {
	margin: 5px 0;
	}
.custom-popup .leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.custom-popup .leaflet-popup-tip {
	width: 13px;
	height: 13px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.custom-popup .leaflet-popup-content-wrapper,
.custom-popup .leaflet-popup-tip {
	background: #ffffff99;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
div.leaflet-control-container h2,
div.leaflet-control-container h3 {
    margin: 5px;
}
div.leaflet-control-container h4 {
    text-align: center;
    margin: 5px;
    /* background-color: #eee; */
}
div.leaflet-control-container input[type=file] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
    z-index: 100;
    background: red;
    width: 100%;
    height: 100%;
}    
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â° ÃƒÂÃ‚Â±Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â· Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¼Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¡Ãƒâ€˜Ã¢â‚¬ËœÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²  */
div#modalBox6_reports div.modal-body div {
    text-align: center;
    margin: 10px;
}
div#modalBox6_reports div.modal-body a {
    color: #428bca;
    cursor: pointer;
}
div#modalBox6_reports div.modal-body a:hover {
    text-decoration: underline;
}
div#selDevices p{
    margin: 0;
    font-weight: bold;
}
div#selDevices p span{
    margin: 0;
    font-weight: normal;
}
.selectBuosCheckBoxes
{      
    border: 0;
    width: 100%;
    text-align: left
}
.selectBuosCheckBoxes td
{      
    border: none;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    float: left;    
}
div#reportParams table{
    border: none;
    text-align: left;
}
div#reportParams table td{
    border: none;
}

.tbl_event_history th {
	background: #cccccc;
	border-color: #aaa;
	padding: 2;
}
.tbl_event_history td:nth-child(6) {
	text-align: left;
}

table.dateperiod {
	margin-left: auto;
    margin-right: auto;
}
table.dateperiod td{
	border: none;
}
table.dateperiod input[type=number] {
	text-align: right;
	width: 50px;
	height: 2em;
}

/* Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â´ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¸ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸ */
div.chart-plot
{
  height: 15vh;    
}
.legend {
	display: block;
	-webkit-padding-start: 2px;
	-webkit-padding-end: 2px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;		
    margin-top: 5px;		
}

.legendLayer .background {
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(0, 0, 0, 0);
    stroke-width: 0;
}
/* ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ */
#usersDataTbl {
    border: none;
}
#usersDataTbl th, 
#usersDataTbl td {
    border: none;
}
#usersDataTbl td {
    padding: 5px 2px;
}

.custom-tooltip {
   /*-webkit-text-stroke: 1px white;*/
   color: red;
   text-shadow:
		2px 2px 0 #000, 
	  -2px -2px 0 #000, 
	   0px -2px 0 #000, 
	   -2px 2px 0 #000, 
	    2px 0px 0 #000
}/*
[data-theme="light"] .custom-tooltip {
   color: black;
   text-shadow:
		2px 2px 0 #fff, 
	  -2px -2px 0 #fff, 
	   0px -2px 0 #fff, 
	   -2px 2px 0 #FFf, 
	    2px 0px 0 #fff
} */
/* *** */
#g, #h {
	background: var(--clr-bg);
}

#control_panel,
#events_panel {
	position: absolute;
}

.float_panel {
    position: fixed;
    top: 0px;
    /*width: auto;*/
    border: 1px solid var(--clr-border-dark);
    padding: 5px;
    /*padding: 3px;
    padding-bottom: 20px;*/
    background: transparent;
	z-index: 50;
	box-shadow: 0 0 10px var(--clr-bg);
}
.float_panel h2,
.float_panel h3 {
	cursor: move
}
.float_panel__content {
	height: 100%;
    overflow: hidden;	
}
/* ***************************************************************** */
.report_group {
	margin: 10px 0;
}
.report_tbl {
	font-size: 12px;
	background:var(--clr-bg);
	width: 100%;
}
.report_tbl th {
	background: var(--clr-bg-light);
}
.report_tbl tr:hover{
	background: var(--clr-bg-texthover);
}
.report_tbl td{
	padding: 0 2px;
}
.report_tblsummary {
	background: var(--clr-bg-light);
	color:var(--clr-f-light);
}
#modalBox8_chart div.charts {
	position: absolute;
    top: 50;
    left: 50%;
    background: var(--clr-bg-light);
    width: 1000px;
    border: 2px solid var(--clr-border-modal);
    border-radius: 3px;
    padding: 5px;
    box-shadow: 1px 0px 15px var(--clr-f-title), 0px 1px 15px var(--clr-f-title), -1px 0px 15px var(--clr-f-title), 0px -1px 15px var(--clr-f-title);
    transform: translate(-50%, 0%);
}

#modalBox8_chart div.charts h2{
	cursor: pointer;
}
#modalBox8_chart div.charts h2:hover{
	background: var(--clr-bg-active);
}
#modalBox8_chart div.charts h2::after{
	content: ' Закрыть';
	float: right;
	font-size: small;
}

div.chart_btn {
	width: 14px;
	height: 14px;
	display:inline-block;
	margin: 1px;
	margin-right: 5px;
	border: 1px solid var(--clr-border-stage);
	padding:1px;
	border-radius: 3px;
	background: var(--clr-bg-light);
}
div.chart_btn >img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    width: 99%;
    height: 99%;
}
/* ***************************************************************** */
input,
input[type=text],
input[type=number],
input[type=date] {
    background: var(--clr-bg-light);
    color: var(--clr-f-param);
    border: 1px solid var(--clr-border-dark);
    padding: 2 10;   
}
input[type=number] {
	padding: 0;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
[data-theme="light"] input[type=number]::-webkit-outer-spin-button,
[data-theme="light"] input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}


input:disabled{
	background: var(--clr-bg-semidark);
	color: var(--clr-bg-light);
}


/* **************************************************** */
input[type=checkbox] + label {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background-color: var(--clr-bg-light);
    background:url('../image/check.png') left top no-repeat;
    cursor:pointer;
    border: 1px solid var(--clr-border-dark);
    border-radius: 4px;
}

/* *********************************** */
/* ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â checkbox */
/* *********************************** */
/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 5px;
    margin: 2px 0px 2px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.infopanel__checkmark {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 11px;
  width: 11px;
  background-color: var(--clr-bg-light);
  border-radius: 3px;
  border: 1px solid  var(--clr-border-dark);
}

/* On mouse-over, add a background color */
.checkbox_container:hover input ~ .infopanel__checkmark {
  background-color: var(--clr-bg-texthover);
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .infopanel__checkmark {
  /*background-color: #ffab0020;*/
  border-color:  var(--clr-border-dark);
}

/* Create the checkmark/indicator (hidden when not checked) */
.infopanel__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .infopanel__checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .infopanel__checkmark:after {
  left: 3px;
  top: 0px;
  width: 3px;
  height: 6px;
  border: solid var(--clr-f);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show the checkmark when disabled */
.checkbox_container input:disabled ~ .infopanel__checkmark {
	background:var(--clr-bg-dark);
    border-color: var(--clr-bg-dark);
}
/* Show the checkmark/indicator when disabled */
.checkbox_container input:checked:disabled ~ .infopanel__checkmark:after {
	border-color: var(--clr-bg);
}





























/* **************************************************** */
label > input[type=radio] {
	display: none;
}
input[type=radio] + span {
	position: relative;
    display:inline-block;
    width:11px;
    height:11px;
    margin:-2px 5px 0 5px;
    vertical-align:middle;
    background-color: var(--clr-bg-light);    
    cursor:pointer;
    border: 1px solid var(--clr-border);
    border-radius: 14px;
}
input[type=radio] + span:hover {
	border:  #428bca solid 1px;
}
input[type=radio]:checked + span:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: var(--clr-f-title);
}
/* **************************************************** */
select {
    background: var(--clr-bg-light);
    color: var(--clr-f-param);
    border: 1px solid var(--clr-border-dark);
}



/* **************************************************** */
::-webkit-scrollbar {
    width: 7px;
	height: 7px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--clr-bg-dark); 
    /*-webkit-border-radius: 10px;*/
    border-radius: 10px;
} 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--clr-border); 
    /*-webkit-box-shadow: inset 0 0 10px #f4f4f4; */
    border: 1px solid var(--clr-border-dark);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: var(--clr-border); 
}


.flot-x-axis, 
.flot-y-axis {
    fill: var(--clr-f-dark);
}
.x1Label {
    fill: var(--clr-f-dark);
}
.y1Label {
    fill: var(--clr-f-dark);
    font-size: 18px;
}
.legend {
    fill: var(--clr-f-dark);
}

/* **************************************************** */

.blink {
  animation-name: blinker;
  animation-iteration-count: infinite;
  /*animation-iteration-count: 3;*/
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-duration: 2s;
  
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-iteration-count: 3;*/
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 2s;
}
 
@keyframes blinker {
  from { border-color: red; background-color: #ffab00; }
  to   { border-color: ;    background-color: #fdffd4; }
  /*from { opacity: 1.0; }
  to { opacity: 0.0; }*/
}
 
@-webkit-keyframes blinker {
  from { border-color: red; background-color: #ffab00; }
  to   { border-color: ;    background-color: #fdffd4; }
  /*from { opacity: 1.0; }
  to { opacity: 0.0; }*/
}