/*https://material.io/guidelines/style/color.html#color-color-palette*/
html, body {
    height: 100%;
    width: 100%;
}
body{
    /*padding-top:50px;*/ 
}

        
.content .checkbox a {
    color: #337ab7 !important;
}
.content .checkbox  a:hover, a:focus {
    color: #337ab7;
}

.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;
}

.navbar{
    color: #fff;
    background-color: #007DFF;
    margin-bottom: 20px !important;
}

.navbar-brand a,
.navbar-brand a:hover,
.navbar-brand a:focus
{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
        text-decoration: none;
        color: rgb(187, 6, 11) !important;
}

.navbar-brand .bigger{
    font-size: 140%;
    color: #ec971f;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

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



.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: 14px;
	font-weight: bold;
}

.content{
        height: 100%;
        width: 100%;
}

.content-full-width{
    height: 100%;
    width: 100%;    
    margin-left:10px;
    margin-right: 10px;
}

@media(min-width: 992px){
    .content{
        width: 870px !important;
    }
}

.row.inside{
	margin-bottom: 20px;
	margin-top: 20px;
}
.stred{
	text-align: center;
}

.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;
}

.metadata{
    font-style: italic;
    font-size: 12px;
    color: #606060;
}
.finished{
    font-style: italic;
    font-size: 12px;    
}
.activity-detail{
    margin-bottom: 20px;
}
.comment{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;    
}
.comment-author{
    margin-right: 30px;
}
.comment-other{
    margin-left: 30px;
}
.comment-block{
    margin-top: 20px;
}
textarea.note {
    height: 55px;
}
.btn-info {
    background-color: #57CDFF;
    border-color: #009FE3;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #009FE3;
    border-color: #009FE3;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;	
}
.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    color: #333;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
    border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
    color: #333;
    font-size: 12px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background-color: #fefefe;
    color: #007dff;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #333 !important;
}
.dropdown-header {
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.form-search label{
    font-size: 13px;
    font-weight: 500 !important;
    padding-top: 3px;
}
.form-search input{
    margin-right: 5px;
}
.form-search .form-group{
    margin-right: 5px;
}
.ajax-loader,
.loader-mini-bg {
    background-color: transparent;
    background-image: url('../images/bg-loader.png');
    background-repeat: repeat;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1020;
}
.ajax-loader-img {
    background-image: url('../images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1019;
}
.description{
    padding-top: 5px;
    padding-bottom: 5px;
}

.description-content-finished{
    -webkit-box-shadow: -11px 0px 0px -1px rgba(223,240,216,1);
    -moz-box-shadow: -11px 0px 0px -1px rgba(223,240,216,1);
    box-shadow: -11px 0px 0px -1px rgba(223,240,216,1);
}
.description-content-continue{
    -webkit-box-shadow: -11px 0px 0px -1px rgba(230,230,230,1);
    -moz-box-shadow: -11px 0px 0px -1px rgba(230,230,230,1);
    box-shadow: -11px 0px 0px -1px rgba(230,230,230,1);
}
.description-content{
    margin-left: 10px;
    padding-left: 5px;
}
.sorter {
    color: #7D7D7D;
    text-decoration: none;
}
.sorter:hover {
    text-decoration: none;
}
.orderedBy-selected {
    color: #0BD64B;
}
.orderedBy-selected:hover {
    color: #2E9E51;
}
.accidentCount{
    margin-top: 10px;
}
.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;
}
span.error{
    color: #a94442;
    font-weight: bold;
}

#newAccidentMap{
    height: 400px;
}


.color-red {
    color: #b94a48;
}

.photos .microitem {
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 45px;
}
.photos a.micropic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
    display: inline-block;
    height: 40px;
    margin: 4px;
    width: 40px;
    border: 1px solid #f5f5f5;
}

/*cookies panel*/
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    padding: 20px;
    text-align: center;
}
.cookies a {
    color: white;
    font-weight: bold;
}
.cookies button{
    margin-left:10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.btn-info-user{
    font-size: 12px;
    color: white !important ;
}



.losts{
    display: block;
    margin-bottom: 20px;
    min-height: 140px;
}
.icon{
    float: left;
    padding-right: 20px;
    min-width: 220px;
}
.icon-vertical{
    padding-right: 20px;
    min-width: 200px;
}
.icon img, .icon-vertical img{
    margin: 0 auto;
    display: block;
}
.losts-count{
    font-size: 18px;
    font-weight: bold;    
}
table .losts-count{
    font-size: 13px;
    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: 11px;
    color: #808080;
}
#tabs-analyzes .counts{
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.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;    
}

.blurry-text {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
table{
    border-spacing: 0;
    border-collapse: collapse;    
    vertical-align: center;

}
tbody{
    text-align: center !important;
}
table > thead > tr > th{
    text-align: center !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
table > tbody > tr >td{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}
table .caption{
    text-align: left;
    vertical-align: center;
}

.bottom-border-strong > td {
    border-bottom-width: 2px !important;
    border-bottom-color: #C0C0C0 !important;
}
.table-icon{
    float: left;
    padding-right: 20px;
    min-width: 140px;    
}
.cyklisti_area.navigace ul.nav li a  {
	color:black
}

.cyklisti_area_box {
	background:none

}