* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 14px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: black;
    background: #dbdbdb url(images/bg.png) repeat-x;
    background-attachment:fixed;
}

.wrapper { 
  width: 1155px;
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 100%;
}

#etklogo {
	max-width: 90%;
}

#wall {
	float:right;
	width:620px ;
	padding: 10px 17px 11px 19px;
	min-height: 150px;
}

#uvod {
  margin-top: 100px;
}

#uvod > table {
  margin: 0 auto;
}

#uvod img {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid silver;
}

#uvod input {
  padding: 3px;
  margin: 5px 0;
  width: 250px;
  border: 1px solid silver;
}

#uvod input[type="submit"] {
  height: 40px;
  width: 250px;
}

#logo {
    height: 40px;
    margin-left: 96px;
    margin-top: 5px;
}

#left {
    width: 165px;
    height: 100%;
	float: left;
    position: fixed;
    background: #dbdbdb url(images/bg.png) repeat-x; 
    z-index: 100;
}

#left .inside {
    height: 100%;
    /*background: url('../images/leftbg.png') no-repeat;*/
}

#authstripe {
  height: 75px;
  text-align: right; 
  width: 144px;
}

#logged {
    font-size: 16px;
    font-weight: bold;
}

h1 {
	margin: 5px;
    padding-top: 0px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 23px;
    color: black;
    display: block;
    float:left;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #377EBB;
}
a:hover { 
	text-decoration: underline; 
}

img.hover {
	opacity: 0.65;
}
img.hover:hover {
	opacity: 1;
}

.alert {
	margin: 5px 0px 5px 0;
	padding: 10px 20px;
}

.form-control {
/*	height: 30px;*/
	margin-bottom: 1px; 
}

#toolbar {
  position: fixed;
  top: 0px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: -5px 10px 20px rgb(255, 255, 255);
  width: 953px;
  z-index: 100;
  /*border-bottom: 1px solid silver;*/
}

#toolbar .btn-group, #toolbar > .btn {
	margin-right:5px;
}
#toolbar .btn-group-sm {
	margin-top:3px;
}

table td {
  padding-left: 2px;
  padding-right: 2px;
}

table.data td {
  border-bottom: 1px dashed #DADADA;
}

td.active {
  color: white;
  font-weight: bold;
  background-color: #aDaDaD;
}

table.data tr:first-child {
    background-color: #f0f0f0;
    color: #6D6D6D;
}

table.data tr:first-child td {
    border-bottom: 1px dotted silver;
}

#boxcaption {
  padding: 5px 0;
  font-size: 19px;
  font-weight: bold;
  clear: both;
  /*background: rgba(0,0,0,0.05);*/
}

#box {
  padding: 5px 0 10px 0;
}

#back {
  margin-top: 7px;
  margin-right: 5px;
  float: left;
}

#onlyboxcaption {
  margin: 3px;
  padding: 3px 7px 3px 0;
  float: left;
}

#onlyboxcaption img {
  vertical-align: middle;
  margin-right: 2px;
}

#onlyboxcaption a {
  font-weight: normal;
  color: black;
}

#hodiny {
  border: 0px;
  margin-top:10px;
  margin-bottom:5px;
  text-align:center;
}

#hodiny td {
  padding:0px;
  font-size: 12px;
}

#main {
    float: left;
    width: 990px;
    background-color: white;
    min-height: 400px;
    margin-left: 165px;
    /*background: url('../images/mainbg.png') repeat-y;*/
    padding: 40px 20px;
}

#bottom {
  clear: both;
  font-size: 13px;
  padding: 25px;  
  text-align: right;
}

#bottom, #bottom a { 
    color: #505050;
}

#bottom a:hover { text-decoration: underline; }

.menu {
    list-style: none;
    margin-bottom: 15px;
    display: block;
}

.menu li {
    display: block;
    text-align: right;
    float: left;
    width: 165px;
    height: 22px;
}

.menu li a {
    padding: 2px;
    padding-right: 25px; 
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: black;
}

.menu li a:hover, #activeitem a {
    
    text-decoration: none;
    font-weight: bold;
    /*left: 20px;*/
    /*background: url(../images/menuitemhover.png) no-repeat;*/
}

#activeitem {
    background: url(../images/menuitemactive.png) no-repeat;
}

#warn, #ok, #info {
  padding: 5px;
  padding-left: 25px;
  margin: 10px 30px;
  color: black;
  text-decoration: none;
  clear:left;
}

#warn *, #ok *, #info * {
  font-weight: bold;
}

#warn {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}

#ok {
  background-color: rgba(0, 255, 0, 0.1);
  border: 1px solid green;
}

#info {
  background-color: rgba(0, 0, 255, 0.1);
  border: 1px solid blue;
}

.icon {
  height: 20px;
  opacity: 0.6;
}

.table .icon {
  height: 18px;
}         

.icon.hover, .icon:hover {
  opacity: 1;
}

a:hover > img.icon {
  opacity: 1;
}   

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 1px 4px;
}

label {
	font-weight: normal;
	margin-bottom: 0;
	cursor: pointer;
}

.shortcuts img {
	height: 130px;
}

.shortcuts {
	margin-top: 10px;
}

tr.vp > td {
	background: #e4ffe4;
}

tr.mala-absencia > td {
	background: #f4d1ce;
}


img:not(.icon) {
	max-width: 100%;
		
}

@media(min-width:1000px) {
	.datepicker.datepicker-dropdown.dropdown-menu {
		margin-left: 300px;
	}
}

.ziadost-o-prijatie .alert {
	font-size: 125%;
	padding: 50px 20px;
}
