body { background-color: #EEE; color:#000; background-image: url('../img/bg-body.png')}

.telo { background-color: #FFF; padding: 10px; margin: 5px; 
		border: 2px solid #c2c2c2;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px; 
	}

.navbar { padding-top: 5px; }

.navbar a:hover {
    background-color: #E5E5E5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555555;
    text-decoration: none;
}

.hide { display:none;}

.okna { padding-top: 5px; }

h2 {  text-align: center; color: #777; }

h3 { text-align: center; color: #777; font-size: small; }

.hladaj form { margin-bottom: 0px; }

.hlava-tabulky { background-color: #EEE; font-size: smaller; }

.hlava-tabulky-biela { background-color: #FFF; }

.hlava-tabulky-ano { background-color: #cfffeb; }

.hlava-tabulky-nie { background-color: #fbebc4; }

.dole-bez { margin-bottom: 0px;}

#OknoAdminViewFor { margin-bottom: 0px;}

.spolu { display: inline-block; }

.pevne-tlacitko { width: 65px; }

.table h6 { margin: 0px; font-size: 11px; }

.nav-tabs > li > a {
    border-color: #eee #eee #eee;
    background-color: #F8F8F8;
}

.navbar .nav > li > a { 
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.nav-tabs > .active > a, .nav-tabs > .active {  }

.dropdown-menu > li {
    font-size: 12px;
}

.text-pravo { text-align: right; }

label {
    display: inline-block;
    margin-right: 10px;
    line-height: 10px;
	
}

select {
	float: right;	
	//margin-bottom: 0px;
}

.select {
	vertical-align: middle;
	min-height: 30px;
	margin-bottom: 10px;
}

.hasDatepicker {
	float: right;
	margin-left: 5px;
	border-radius: 4px;
	vertical-align: middle;
}


.radio, .checkbox {
	height: 5px;
	padding-left: 0px;
	display: inline-block;
	
}

.radio input[type="radio"], .checkbox input[type="checkbox"]{
	float: right;
	margin-left: 0px;
}

.odsad-vpravo { margin-right: 5px; }

.odsad-hore { margin-top: 10px; }

.content-dash { 
    display: inline-block; 
    width: 160px;
    margin: 10px; 
    background: #fefefe; 
    padding: 10px 10px 10px 10px; 
    border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: rgba(150,150,150,1) 0 4px 18px; 
    -webkit-box-shadow: rgba(150,150,150,1) 0 4px 18px; 
    text-align: center; 
}

.content-dash2 { 
	
	width: 85%;
	margin: 50px; 
	background: #fefefe; 
    padding: 20px 20px 20px 20px; 
    border-radius: 8px; 
    -webkit-border-radius: 8px; 
    box-shadow: rgba(150,150,150,1) 0 1px 58px; 
    -webkit-box-shadow: rgba(150,150,150,1) 0 1px 58px; 
    text-align: center; 
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    background-color: #EEE;
}

.error,
.notice,
.success,
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice,
.message { background: #ffe92e; color: #585655; border-color: #ffaf1c; }
.success { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a,
.message a { color: #817134; }
.success a { color: #529214; }



#paging{ padding-top:15px;display:block; width:auto;}

.span4 node node-type-blog{ border:1px solid;}


#stresne-okno { padding-right: 5px; padding-top: 9px; }
#okno-mini { padding-top: 9px; padding-right: 5px; }
#dvere-mini {  }
#zimna-mini { width: 150px; padding-left: 0px; }
#design { padding-left: 10px; }

#logo { margin-left:10px; margin-top: 15px; }
#boro-logo { margin-left: 25px; margin-top: 25px; }
#boro-logo2 { margin-left: 25px; margin-top: 25px; width:550px;}

#popis { padding-top: 9px; color: #0081C2; }

/* Paginator */

.disabled {	
display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #BBB;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
    }

div.paging .current{
display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #0099FF;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;

   
}

div.paging a{
display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;

}

div.paging a .next{
}




ul.pagination .current {
background:#0099ff;
color: white;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
ul.pagination a:link,
ul.pagination a:visited {
color: #cd7536;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
ul.pagination a:hover{
border:solid 1px #0e509e
}

div.paging { text-align: center; margin: 30px; }



/* calendar CSS */
 
table.calendar {width: auto; border: 1px solid #cccccc; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar th {background-color: #eeeeee; text-transform: none; color: #444444; padding: 0px; text-align: center; border: 1px solid #eeeeee;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 170px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #F3F5EB;}
table.calendar td {border: 1px solid #cccccc;height:5px;padding: 2px;}
 
table.calendar td div.cell-number { text-align: right; font-size: 15px; color: #444444; display: block; }
table.calendar td div {display: block; font-size: 10px; text-align: left;padding: 0px;}
table.calendar thead th {border: 1px solid #cccccc;}



/* table permissions */

table tr td div.operations a { font-size: 12px; margin-right: 15px; text-decoration: none; text-transform: lowercase; }
table tr td img { margin: 0px; padding: 0px; }
.striped { background-color: #f8f8f8; }

div.level-0 { }
div.level-1 { margin-left: 30px; }

img.permission-toggle:hover { cursor: pointer; }
img.hook-toggle:hover { cursor: pointer; }

.controller-row { background: #6f6f6f; color: #fff; font-weight: bold; }
.controller-row a { color: #efefef; }
.controller:hover { cursor: pointer; }
.collapse { background: url('../img/icons/bullet_arrow_down.png') no-repeat; padding-left: 15px; }
.expand { background: url('../img/icons/bullet_arrow_right.png') no-repeat; padding-left: 15px; }


.hero-unit, .my-hero {
    padding: 30px;
}

.middle {
    vertical-align: middle;
}


.title{
	font-size: 24px;
	font-align: right;
}
