/*hlavicka start*/
body{
	font-size: 13px;
}
.form-control{
	font-size: 13px;
}
.header{
	background-color: #007DFF;
	margin-bottom: 10px;
	color: #fff;
	margin-right: auto;
	padding: 0px;
	/*background-image: url("../img/logo-cdv.png"); */
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: auto 30px;  	
}
.navigace ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.navigace .nav li a:hover,
.navigace .nav li a:focus,
.navigace .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,1);
	color: #007fff;
}
.navigace .nav li a:hover,
.navigace .nav li a:focus,
.navigace .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,1);
	color: #007fff;
}

h1{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-left: 10px;
	padding-right: 25px;
	margin-top: 15px;
}

.logo{
	float: left;
	margin-left: 15px;
	margin-top:  5px;
}
.navbar-fixed-top {
	position: relative;
}


.fa {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*hlavicka end*/

h2,h3,h4{
	text-transform: uppercase;
}
h2{
	font-size: 16px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: bold;
}
h4{
	font-size: 12px;
	font-weight: bold;
}
h5{
	font-size: 12px;
	font-weight: bold;
}

.content{
	width: 1170px !important;
        height: 100%;
}
.row.inside{
	margin-bottom: 20px;
	margin-top: 20px;
}
.stred{
	text-align: center;
}
.footer{
	background-color: #007DFF;
	padding-top: 10px;	
	color: #fff;
}
.footer a, .footer a.focus, .footer a.hover{
	color: #fff !important;
}



/* tooltips */
.ui-tooltip, .arrow:after {
	background:  rgba(0,125,255,1);
	/*border: 2px solid rgba(0,121,191,1);*/
}
.ui-tooltip {
	padding: 10px 20px;
	color: #FFF;
	border-radius: 10px;
	font: 12px "Arial"  !important ;
	color: white !important;
	background-color: rgba(0,125,255,1) !important;
	/*text-transform: uppercase;
	box-shadow: 0 0 7px black;*/
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 15px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}



.ajax-loader,
.loader-mini-bg {
	background-color: transparent;
	background-image: url('img/bg-loader.png');
	background-repeat: repeat;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1020;
}
.loader-mini-bg {
	position: absolute;
	top: 0;
}
.loader-mini {
	background-image: url('img/ajax-loader-small.gif');
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 100%;
	width: 100%;
}
.ajax-loader-img {
	background-image: url('img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	z-index: 1019;
}
.ajax-loader-animation {
	background-color: transparent;
	background-image: url('img/bg-loader.png');
	background-repeat: repeat;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1020;
}
.ajax-loader-img-animation {
	background-image: url('img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	z-index: 1019;
}

.fixed-flash {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0;
	z-index: 11;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*select combobox*/
.custom-combobox {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}
.custom-combobox-toggle {
	position: absolute !important;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0 !important;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

/* tabulka podminek*/
#tabs { 
	margin-top: 1em; 
	display: none;
}
#tabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
#add_tab { cursor: pointer; }

/*scroll u comboboxu*/
.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index:1000 !important;
}

#settings .ui-selectmenu-button{
	width: 190px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
#settings .ui-multiselect{
	width: 190px !important;
}
#settings .date{
	width: 190px !important;
}
button.larger{
	padding-top: 7px;
	padding-bottom: 7px;
}
.ui-multiselect-menu .ui-state-hover{
	background: #007fff none repeat scroll 0 0 !important;
	border: 1px solid #003eff !important;
	color: #fff !important;
	font-weight: normal !important;
}
.map{
	height: 547px;
}
#map{
	font-weight: bold;
	margin-bottom: 10px;
	padding:0px;
}
.popup a,.popup  a:hover,.popup a:visited,
#table tbody a,#table tbody  a:hover,#table tbody a:visited{
	color: #007DFF !important;
	text-decoration: none;   
}
.losts{
	display: block;
	padding-bottom: 15px;
	min-height: 110px;
}
.icon{
	float: left;
	padding-right: 20px;
	min-width: 170px;
}
.icon-vertical{
	padding-right: 20px;
	min-width: 170px;
}
.icon img, .icon-vertical img{
	margin: 0 auto;
	display: block;
}
.losts-count{
	font-size: 18px;
	font-weight: bold;    
}
.losts-count-higher{
	color: rgba(255,86,0,1);
}
.losts-count-smaller{
	color: rgba(83,223,0,1);
}
.tuk{
	font-weight: bold;
}
.losts-desc-center{
	text-align: center;
}
.last-losts{
	font-weight: bold;
}
.note{
	font-style: italic;
	font-size: 10px;
}
#tabs-analyzes .counts{
	float: right;
	font-size: 12px;
	font-weight: normal;
}
#tabs-analyzes .map-title{
	padding-right: 70px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: rgb(69, 69, 69);
}

.hidden{
	display: none;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.input-autocomplete{
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #c5c5c5;
	color: inherit;
	padding: 6px 0 6px 10px;
	vertical-align: middle;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;    
}
.sel-cond-unique{
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #c5c5c5;
	color: inherit;
	padding: 6px 0 6px 10px;
	vertical-align: middle;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;    
}

button.send, button.send:hover, button.send:focus{
	color: #fff;
	font-weight: bold;
	background-color: #00C900;
}
button.send:active{
	color: #fff;
	font-weight: bold;    
	background-color: #23b023;
	border: 1px solid #ccc;
}

button.cancel, button.cancel:hover, button.cancel:focus{
	color: #fff;
	font-weight: bold;
	background-color: #fb7200;
}
button.cancel:active{
	color: #fff;
	font-weight: bold;    
	background-color: #e27f2d;
	border: 1px solid #ccc;
}

.form-control[readonly] {
	background-color: #f6f6f6 !important;
}

.blurry-text {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.caption{
	font-weight: bolder;
	color: #808080;
}
.nasledek{
	padding-left: 30px;
}
.div-collapse{
	position: relative;
	text-align: right !important;
	width: 100%  !important;
}

.tools {
	position: absolute;
	top: 120px;
	right: 0;
	margin: 5px 13px 5px 5px;
}
.tools .tool {
	margin: 0 0 2px 0;
	z-index: 1000;
}
.tools .btn{
	padding: 8px 13px !important;
}
.btn-active{
	color: #fff;
	background-color: #007DFF;
}
.police{
	color: #707070;
	font-style: italic;
	margin-top: 50px;
}
.input-with-addon{
	width: 150px !important;
}



.layers-legend-clusters .clusters{
	background-color: #0000CC;
}
.layers-legend-clusters .clusters{
	background-color: #0000CC;
}
.layers-legend-accidents .accidents{

}
.layers-legend td.line{
	border-bottom: 6px solid #fff;
	border-top: 6px solid #fff;
}
.layers-legend td.point{
	padding-left: 5px;
}
.layers-legend{
	padding-left: 10px;
}
.layers-form-group .checkbox-level-1{
	margin-top: 10px !important;
	margin-bottom: 0px !important;
}
.layers-form-group .radio-level-2{
	margin-top: 1px !important;
	margin-bottom: 0px !important;
	padding-left: 10px;
}
#link-dialog .input-group{
	width: 270px;
}
#layers-dialog img{
	padding-bottom: 3px;
	padding-left: 3px;
}
.logo-mapycz{
	position: absolute;
	bottom: 10px;
	left: 70px;
	margin: 5px 13px 7px 9px;
}
.logo-cdv{
	position: absolute;
	bottom: 25px;
	left: 5px;
	margin: 5px 13px 17px 2px;
}

.image-map-cr{
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;    
}

/*tabulka*/
#table{
	min-height: 1850px;
}

.grid{
	font-size: 12px;

}
.grid table, .grid th,.grid td{
	border: 1px solid ;
	border-color: #E0E0E0;    
}
.grid td,.grid th{
	padding:8px;
}
.grid th{
	border-bottom-width: 3px;
}
.grid .alt{
	background-color: #f9f9f9;
}

.grid tbody tr:hover{
	background-color: #EDEDED;
}
.sorter {
	color: #7D7D7D;
	text-decoration: none;
}
.sorter:hover {
	text-decoration: none;
}
.orderedBy-selected {
	color: #0BD64B;
}
.orderedBy-selected:hover {
	color: #2E9E51;
}
label.required{
	padding-left: 3px;
	border-left: solid 6px rgba(217,83,79,.5);
}
.accidentCount{
	margin-top: 10px;
}

.no-borders{
	border: 0px !important;
}

.cyklisti_area.navigace ul.nav li a  {
	color:black
}

.cyklisti_area_box {
	background:none

}