 
  body {
	background-color: #c1e0ff;
	color: #000000;
    font-family: "Arial", sans-serif;
  }

.header p {
	/*border: 1px solid #0000ff;*/
	margin-top: 5px;
	margin-bottom: 0px;
 }

.header h2 {
	/*border: 1px solid #008000;*/
	margin-top: 5px;
	margin-bottom: 5px;
 }

/*farba textu sa nijako nedala zmenit, trebalo len inverse
.navbar-default {
    border-color: #c0c0ff;
    border-width: 2px;
	background-color: RGB(30,100,161);
	
    font-weight: bold; 
	color: green;
}
*/

.navbar-inverse {
	background-color: RGB(25,84,135);
  /*background-color: RGB(30,100,161);*/
	font-weight: bold;
}

.div_centr {
	/*border: 1px solid #008000;*/
	margin: 0px auto;
	width: 380px;
	/*padding-bottom: 30px;*/
 }
 
 .frmprvok {
	/*border: 1px solid #008000;*/
	/*margin-top: 20px;*/
	margin: 20px 15px 0px 15px;
 }

/*------- bt-Toast -------*/

.bt-cervena {
	background-color: RGB(220,53,69);
}
.bt-oranzova {
	background-color: RGB(255,193,7);
}
.bt-zelena {
	background-color: RGB(35,191,119);
}

.bt-toast {
	border-radius: 5px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	color: white;
	width: 350px;
	/*margin: 0px auto 40px auto;*/
	padding: 14px;
	margin: 0px auto;
	margin-bottom: 0px;
}

.bt-toast-body {
   /*border: 1px solid #ffffff;*/
	width: 306px;
	display: inline-block;
}

.bt-btn-close {
	color: white;
}

/* --------------- managment super */

   .div_scroller1 {
	  /*height: 120px;*/
	  /*width:  590px;*/
	  max-height: 120px;
	  max-width: 590px;
  	  overflow-x: scroll;
	  overflow-y: scroll;
	  /*font-size: 13px;*/
   }
   
   .div_scroller2 {
	  width: 590px;
	  /*height: 120px;*/
	  max-height: 120px;
  	  /*overflow-x: scroll;*/
	  overflow-y: scroll;
   }

/* nezafungovalo na vrchnom
   .tr_fix_h {
	  height: 30px;
	  max-height: 30px;
   }
   
   tr {
	 height: 30px;
     max-height: 30px;
  }
 */