@font-face{
	/*//font-family: "ArialNarrow"; src: url(ARIALNI.TTF);*/
font-family: ArialNarrow;
src: url(ARIALNI.TTF);
/*font-weight: 900;
font-style: italic;
font-stretch: semi-extended;
font-variant: normal;*/
}
body {
 background-color: #fffff0;
 //background: linear-gradient(blue 50%, yellow 50%) no-repeat;
 overflow-y: auto;
 overflow-x: hidden;
 height: 96vh;
 width: 98vw;
 padding: 70px 0;
}
table {
 table-layout: fixed;
 border-collapse: collapse;
}
th,td,p,select { 
 //font-family: Verdana, Arial, Helvetica, sans-serif;
 font-family: Arial;
 font-size : 15px; 
 line-height: 15px;
}
h3,h4,h5,p,ul,ol,dl,pre,blockquote {
 margin-top: 5px;
 margin-bottom: 5px;
}
td img { display: block; }
a:link,a:active { 
// text-decoration: none; color : #006699; 
}

i {
	cursor: pointer;
}
input[type=date] {
	cursor: pointer;
}

#Menu {
	position: fixed;
	top: 0;
	left:0;
	width: 100vw;
	font-family: Arial;
	background: #505050;
	color:lime;
	height: 70px;
	font-size: 25px;
	padding: 10px;
}
#Menu a {
	color:#a0a0a0;
	font-size: 25px;
	padding-top: 25px;
	text-decoration: none;
}
#Menu a:hover {
	color:yellow;
	text-decoration: none;
}

#errorBlock {
	color: red;
}
#Loginerror {
	color: red;
}
#Spravaerror {
	color: red;
}
#footer {
	position: fixed;
	top: 97vh;
	left:0;
	font-family: Arial;
	background: #505050;
	color:lime;
	height: 30px;
	font-size: 12px;
	padding: 7px;
}
#TUsers{
	font-size: 18px;
	border: 2px solid black;
}
.THead {
   color: white; 
   font-size: 18px;
   //background: #33CC9A;
   background: grey; 
} 

.TBody {
   text-align: center; 
   //cursor: pointer;
   font-size: 18px;
   padding-bottom: 20px; 
}    
.TBody:hover{
   background:  #DAF5EC;
}
.user_edit, .user_delete, .user_pass, .zapyt, .zbir, .n-client, .e-client,
.d-client, .e-zajav, .n-zajav, .d-zajav{
	cursor: pointer;
}
.datatables_info {
	font-size: 18px;
}
#login_error{
	color:red;
}
#UserPanel {
	float:right;
	height: 50px;
	padding: 0;
	margin: 0 20px;
	font-size: 15px;
	color:white;
}
#DivSprava{
	float:right;
	height: 50px;
	padding: 0;
	margin: 0px 10px;
	font-size: 20px;
	color:white;
	//background: blue;
}
#Sprava{
	/*float:right;
	height: 50px;
	padding: 0;
	margin: 15px 10px;
	font-size: 15px;
	color:white;
	background: yellow;*/
}
.bybly_check{
	cursor: pointer;
}
.Page {
	font-size : 15px;
}
.Page label {
	font-size : 15px;
	font-weight: bold;
}
.Page textarea {
	font-size : 15px;
	width: 100%;
}
.b_zv {
	//width: 250px;
	 width: 100%;
}

.ImClose {
	/*position: absolute;
	top : 0px;;
	right: 0px;*/
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: right;
}

.input-icon{
  cursor: pointer;
  float: right;
  margin-right: 6px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

#carrency{
	float:left;
	cursor: pointer;
	height: 30px;
	margin-top: 10px;
	margin-left: 10px;
}


