body
{
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-family: arial, tahoma, verdana;
  font-size: 11px;
  color: #000000;
  background-image: url('../images/bg.jpg');
  background-repeat: repeat-x;
}

a
{
  text-decoration: none;
  color: #ffffff;
  outline: none;
  border: 0px;
}
a:hover
{
  color: #ff9900;
}

.wrapper
{
  margin: 0px auto;
  width: 1700px;
}

.top_line
{
  float: right;
}

.top_line_item
{
  float: left;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
}

.top_line_error
{
  color: red;
  font-weight: bold;
}

.top_line_item_errors
{
  float: left;
  height: 34px;
  line-height: 34px;
  color: red;
  font-weight: bold;
}

.top_line_separator
{
  float: left;
  height: 34px;
  padding-left: 15px;
}

.top_menu
{
  float: right;
  width: 1600px;
}
.top_menu img
{
  border: none;
}
.top_menu_inner
{
  float: left;
}

.top_menu_item
{
  float: left;
  height: 81px;
  width: 120px;
  line-height: 74px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.top_menu_item:hover
{
  color: #ffffff;
  background-image: url('../images/bg_top_hover.jpg');
  background-repeat: repeat-x;
}
.top_menu_item:active
{
  color: #ff9900;
  background-color: #FFFFFF;
  background-image: none;
}

.top_menu_separator
{
  float: left;
  height: 74px;
}

h1
{
  color: #013946;
  font-size: 16px;
}

h3
{
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13px;
}

.login_info
{
  padding-top: 15px;
  height: 50px;
}

.search_info
{
  margin: 0;
  padding: 10px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  width: 1580px;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
}

.search_info select,
.search_info input[type=text]
{
  background-color: #ffffff;
  color: #000000;
}

.search_info .left
{
  float: left;
  text-align: left;
  width: 50%;
}

.search_info .right
{
  float: right;
  text-align: left;
  width: 50%;
}

.search_info .inline
{
  display: inline;
  float: left;
}

.search_info .line
{
  margin: 3px 0px 3px 0px;
  height: 2px;
  border-top: 1px solid #cccccc;
}

#login
{
  width: 312px;
  height: 209px;
  background: #FFFFFF url('../images/login.jpg') top left no-repeat;
}
#login table.login_form
{
  padding-top: 80px;
  font: 13px Arial;
}
#login table.login_form tr td
{
  height: 28px;
}
#login table.login_form input.perm
{
  padding: 0;
  margin: 0px 5px 0px 0px;
}

.notebook
{
  float: left;
  color: #000000;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url(../images/notebook.jpg);
  cursor: pointer;
  cursor: hand;
}
.notebook_hover
{
  float: left;
  color: #FFFFFF;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url(../images/notebook_hover.jpg);
  cursor: pointer;
}
.notebook_line
{
  background-color: #095272;
  height: 10px;
  width: 1600px;
}

.input_text
{
	margin: 2px;
	padding: 4px;
	width: 150px;
	border: 1px solid #b5b5b5;
	background: #ffffff;
}

.input_text:hover
{
	color: #505050;
	border: 1px solid #999;
}

.input_button
{
  background: #ffffff url('../images/button.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}

.input_button:hover
{
  position: relative;
  top: 1px;
  left: 1px;
}

.input_add
{
  font: bold 12px Arial;
  border: none;
  width: 132px;
  height: 32px;
  color: #000000;
  text-align: right;
  background: #ffffff url('../images/add.jpg') no-repeat top center;
  cursor: pointer;
}
.input_add:hover
{
  position: relative;
  top: 1px;
  left: 1px;
  border: none;
  color: #000000;
}

table.submenu
{
  border: none;
  color: #ffffff;
}
table.submenu tr td a
{
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #105b7b;
}
table.submenu tr td a:hover,
table.submenu tr td a.active
{
  text-decoration: none;
  color: #ff9900;
}

table.log tr
{
  text-align: left;
}
table.vypis th,
table.vypis td
{
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
}
table.vypis th
{
	padding: 0 5px;
	min-height: 20px;
	line-height: 20px;
	background: #f0f0f0 url('../images/table-th.png') repeat-x bottom;
	text-align: left;
}
table.vypis tr:nth-child(2n+1)
{
  background-color: #f8f8f8;
}
table.vypis tr:nth-child(2n)
{
  background-color: white;
}
table.vypis tr:hover td
{
  background-color: #f0f0f0;
}
table.vypis tr td.left
{
  text-align: left;
}
table.vypis tr td.right
{
  text-align: left;
}
table.vypis tr td.center
{
  text-align: left;
}
table.vypis tr td img
{
  border: none;
}
table.vypis tr td a
{
  padding-right: 5px;
  text-decoration: none;
  color: #105b7b;

}
table.vypis tr td a:hover
{
  text-decoration: none;
  color: #ff9900;
}

.ok
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #93AF61;
  background: #E2F0C9 url('../images/icon-ok.png') no-repeat 10px 5px;
  color:#516F1B;
}
.error
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #fcadad;
  background: #FDE0E0 url('../images/icon-err.png') no-repeat 10px 5px;
  color:#CE0000;
}
.info
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #EDEDB3;
  background: #FFFFCC url('../images/icon-info.png') no-repeat 10px 5px;
  color:#242424;
}

table.symbol tr td
{
  width: 45px;
  height: 25px;
}

table.symbol tr td img
{
  border: 0px;
  width: 45px;
  height: 25px;
}

.alert
{
  color: red;
}

.clear
{
  padding: 0;
  margin: 0;
  height: 0px;
  clear: both;
}

.btn_checkNegative:hover {
  cursor: pointer;
}

.btn_checkNegative {
  filter: contrast(10%) invert(100%) sepia(80%) saturate(12000%) hue-rotate(0deg);
  -webkit-filter: contrast(10%) invert(100%) sepia(80%) saturate(12000%) hue-rotate(0deg);
}

.btn_checkPositiveNote:hover {
  cursor: pointer;
}

.btn_checkPositiveNote {
  filter: contrast(10%) invert(100%) sepia(60%) saturate(2000%) hue-rotate(50deg);
  -webkit-filter: contrast(10%) invert(100%) sepia(60%) saturate(2000%) hue-rotate(50deg);
}

.btn_checkNormal {
  filter: contrast(30%) invert(100%) sepia(80%) saturate(12000%) hue-rotate(170deg);
  -webkit-filter: contrast(30%) invert(100%) sepia(80%) saturate(12000%) hue-rotate(170deg);
}

.dropDown_like_input {
  background: linear-gradient(rgb(231, 231, 230) 0%, rgb(208, 208, 206) 100%);
  border-radius: 4px;
  border: solid 1px #b6b6b3;
  padding: 7px;
  color: black;
}
