/*https://material.io/guidelines/style/color.html#color-color-palette*/
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.header{
	background-color: #F2F2F2;
	color: #fff;
	/*background-image: url("../img/logo-cdv.png"); */
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: auto 30px;  	
	}
a {
    color: #2aaae6 ;
}
a:hover, a:focus {
    color: #002B59 ;
}
.content .checkbox a {
    color: #2aaae6  !important;
}
.content .checkbox  a:hover, a:focus {
    color: #002B59 ;
}

.navigace ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
        color: #505050;
	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: #002B59;
}
.navigace .nav li a:hover,
.navigace .nav li a:focus,
.navigace .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,1);
    color: #002B59;
}
.navbar-brand {
    text-align: center;
    float: none;    
    padding: 23px 15px;
    font-size: 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: #fff !important;
}


h1{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 25px;
	margin-top: 15px;
}

.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: 14px;
	font-weight: bold;
}

.content{
        height: 100%;
        width: 100%;
}
.content-table{
    width: 1550px !important;
}
@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;
    color: #606060;    
}
.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: #002B59;
}
.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-weight: 500 !important;
    padding-top: 7px;
}
.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;
}
label.required{
    padding-left: 3px;
    border-left: solid 6px rgba(217,83,79,.5);
}
.accidentCount{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.fixed-flash {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin: 0;
    z-index: 999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
span.error{
    color: #a94442;
    font-weight: bold;

}

#newStationMap{
    height: 400px;
}
#newProductionMap{
    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;
}

.header-logo {
    
    padding-left: 10px;
}
.header-logo img {
    width: auto;
    height: 37px;
}
footer{
    text-align: center;
    padding-bottom: 10px;
    font-size: 0.8rem;
}
.logo-mapycz{
    position: absolute;
    bottom: -2px;
    left: 70px;
    margin: 5px 13px 7px 9px;
}
.logo-cdv{
    position: absolute;
    bottom: 15px;
    left: 2px;
    margin: 5px 13px 17px 2px;
}

.logo-googleplay{
    position: absolute;
    bottom: 62px;
    left: 2px;
    margin: 5px 13px 17px 2px;
}
.map-publicity{
    position: absolute;
    bottom: 2px;
    left: 170px;
    margin: 5px 13px 0px 2px;
    font-weight: bold;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.navbar {
    min-height: 40px !important;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 14px !important;
}

.erasmusplus{
    padding: 7px;
}

element {

}
.ui-accordion .ui-accordion-header {

    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;

}
.ui-accordion-header {

}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {

    border-top-right-radius: 3px;

}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {

    border-top-left-radius: 3px;

}
.ui-state-active{
    border: 1px solid #002B59 !important;
    background: #002B59 !important;    
}

a > .glyphicon-map-maker, a > .glyphicon-phone, a > .glyphicon-edit, a > .glyphicon-picture{
    color: #002B59 !important; 
}
.btn-success, .btn-info {
    /*background-color: #002B59 !important;
    border-color: #002B59 !important;*/

}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  font-size: 17px;
  padding-left: 2px;
}
/*.form-group.required input:read-write, .form-group.required select{*/
.form-group.required input, .form-group.required select{
    background-color: #ffc;
}
.form-group input[disabled], .form-group select[disabled]{
    background-color: #e0e0e0 !important;
}


.label {
   color: #000;
   background-color: white;
   border: 1px solid #000;
   font-family: "Lucida Grande", "Arial", sans-serif;
   text-align: center;
   white-space: nowrap;
   padding: 2px;
}

.well-map{
    border: 10px solid;
}
.hidden{
    display: none;
}
.ui-datepicker-buttonpane .ui-datepicker-current{
    opacity: 1;
    font-weight: bold;
}
@media(min-width: 1200px){
    .content{
        width: 1200px !important;
    }
}


.not-approved{
    font-style: italic;
    color: #B0B0B0;    
}
.approve{
    color: #093;    
}
 .form-group input[type="checkbox"]{
    margin-right: 5px;
    margin-left: 5px;
}
#map-detail{
    height: 547px;
}
#frm-newStationForm-newStationForm label{
    display: inline !important;
}
#frm-registrationForm-registrationForm label{
    display: inline !important;
}
.banned{
    color: #a94442 !important;
}
.fake-breadcrumb{
    font-size: 11px ;
    color: rgb(119, 119, 119);
    position: relative;
    float:left;  
    padding-top: 10px;
    
}
.search-form .form-control{
    font-size: 0.8rem;
}
.search-form label {
  font-size: 0.8rem;
  padding-top: 3px;
}
.white-text-btn {
    color: white !important;
    font-weight: bold;
}
