html, body {
    height: 100%;
    width: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}
textarea {
    resize: vertical !important;
}
a {
    color: #009FE3;
}
a:hover, a:focus {
    color: #009FE3;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #009FE3;
    color: #ffffff;
}
.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;
}
/* Custom styles overiding Bootstrap styles */
select.small-3 {
    height: 65px;
}
.navbar-inverse {
    background-color: #0079BF;
    border-color: #009FE3;
    color: #ffffff;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #57CDFF;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #009FE3;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
@media (max-width: 768px) {
    .navbar {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 25px;
    }
}
@media (min-width: 768px) {
    .navbar {
        background-repeat: no-repeat;
        background-position: 99% center;
        background-size: auto 25px;
    }
}
@media (min-width: 960px) {
    .navbar {
        background-repeat: no-repeat;
        background-position: 99% center;
        background-size: auto 30px;
    }
}
.navbar-en{
    background-image: url('../images/logo-white-en.png');
}
.navbar-cs{
    background-image: url('../images/logo-white-cs.png');
}
.modul-navi.navbar-fixed-top {
    background-color: #dddddd;
    top: 50px;
}
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-error hr {
    border-top-color: #e6c1c7;
}

.alert-error .alert-link {
    color: #953b39;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #EDEDED;
}
tr.section {
    background-color: #EDEDED;
}
.popover {
    max-width: 310px;
}
.popover .popover-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.popover .popover-content table {
    font-size: 11px;
}
.popover .popover-content table th {
    border-bottom: 1px solid #dddddd;
}
.popover .popover-content table tr.even {
    background-color: #eeeeee;
}
.popover-min-width-310 .popover-content {
    min-width: 310px;
    overflow: hidden;
    width: 310px;
}
.dropdown-header {
    text-transform: uppercase;
}
div.warning,
div.error {
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px 10px;
    margin: 0 0 20px 0;
}
ul.warning h3,
ul.success h3 {
    margin-top: 10px;
}
div.warning hr,
ul.warning hr {
    border-top-color: #c09853;
}
div.warning,
ul.warning {
    color: #c09853;
    border-color: #fbeed5;
}
div.warning,
ul.warning li {
    background-color: #fcf8e3;
}
div.error hr,
ul.error hr {
    border-top-color: #ac2925;
}
div.error,
ul.error {
    color: #ac2925;
    border-color: #ac2925;
}
div.error,
ul.error li {
    background-color: #f2dede;
}
ul.success {
    color: #468847;
    border-color: #d6e9c6;
}
ul.success hr {
    border-top-color: #468847;
}
ul.success li {
    background-color: #dff0d8;
}
p.info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}
.jumbotron {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.min-height-jumbo {
    min-height: 250px;
}
.text-shadow-dark {
    text-shadow: 0px 0px 20px #0D0D0D, 0 0 10px #0D0D0D, 0 0 15px #0D0D0D, 0 0 20px #5E5E5E, 0 0 30px #5E5E5E, 0 0 40px #5E5E5E, 0 0 50px #5E5E5E, 0 0 75px #5E5E5E;
}
.text-shadow-light {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.jumbotron h1, .jumbotron h2, .jumbotron p {
    color: #ffffff;
}
.jumbotron p a {
    text-shadow: none;
}
.nav-tabs-products > li > a {
    border-radius: 0;
}
.nav-tabs-products > li.active > a, 
.nav-tabs-products > li.active > a:hover, 
.nav-tabs-products > li.active > a:focus {
    border-width: 0 0 1px 0;
    color: #333333;
}
.dropdown-menu a {
    height: 26px;
}
.dropdown-menu a .glyphicon {
    float: right;
}
@media screen and (min-width: 768px) {
    .dz-modal .modal-dialog {
        width: 900px;
    }
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
/* Pretty Photo */
div.pp_default .pp_nav {
    width: 80px;
}
div.pp_default .pp_nav .currentTextHolder {
    left: 45px;
}
div.pp_default .pp_expand {
    display: none !important;
}
@media only screen and (max-device-width : 600px)  {

    /* prettyPhoto styling for small screens */
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, /*.pp_hoverContainer,*/ .pp_gallery { display: none!important; }
    .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
    a.pp_close { right: 10px!important; top: 10px!important; }
    .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important;
    }

}
/* Custom styles */
.bold {
    font-weight: bold;
}
a.disabled,
a.disabled:hover {
    color: #eeeeee;
    cursor: not-allowed;
    text-decoration: none;
}
.registration-required {
    padding-top: 7px;
}
.registration-panel-group {

}
.registration-panel-group .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-top: 0 !important;
}
.registration-panel-group .panel  + .panel {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-top-width: 0;
}
.registration-panel-group .panel .panel-heading {
    background-color: transparent;
}
.registration-panel-group .panel .panel-heading a {
    text-decoration: none;
}
.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;
}
.loader-mini-bg {
    position: absolute;
    top: 0;
}
.loader-mini {
    background-image: url('../images/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('../images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1019;
}
.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%; 

    /* Theoretically for IE 8 & 9 (more valid) */	
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.7;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.7;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.7;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-0 {
    padding: 0;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.min-height-65 {
    min-height: 65px;
}
.alphabet {
    list-style: lower-alpha;
}
.loader {
    background-image: url('../images/ajax-loader-small.gif');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    display: none;
    height: 16px;
    position: absolute;
    width: 16px;
}
.position-relative {
    position: relative;
}
.color-red {
    color: #b94a48;
}
.vav-hidden {
    display: none;
}
.vav-crossroad-accident {

}
.costs-table {

}
.costs-table label {
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
}
.costs-table input.unit {
    width: 100px;
}
.costs-table .checkbox label {
    font-weight: bold;
}
.costs-table .cost-field {
    display: inline-block;
    width: 150px;
}
.costs-table > div {
    padding: 0 5px 5px 5px;
    max-width: 575px;
}
.costs-table > div.even {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZjNmZiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(227,243,255,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(227,243,255,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(227,243,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(227,243,255,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(227,243,255,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(227,243,255,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e3f3ff', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
    border: solid #8ACEFF;
    border-width: 1px 0;
}
.uppercase {
    /*text-transform: uppercase;*/
}
td.vertical-align-middle {
    vertical-align: middle !important;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-justify {
    text-align: justify;
}
.text-align-left {
    text-align: left !important;
}
.investments label {
    font-weight: normal;
}
.investments .investment-field {
    display: inline-block;
    width: 150px;
}
.width-50 {
    width: 50px !important;
}
.width-100 {
    width: 100px !important;
}
.width-150 {
    width: 150px !important;
}
.width-110 {
    width: 110px !important;
}
.width-90 {
    width: 90px !important;
}
.form-submit {
    text-align: center;
    margin: 20px 0 0 0;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
}
.custom-input-group {

}
.custom-input-group > div {
    padding: 0;
}
.custom-input-group > div > .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.custom-input-group > div:first-of-type > .form-control {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.custom-input-group > div:last-of-type > .form-control {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.custom-input-group > div:last-of-type > .rounded-edges {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.search-input {
    display: inline-block;
    width: 85%;
}
.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;
}
.x-crossroad,
.t-crossroad,
.prima,
.zalomena {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    height: 120px;
    background-size: auto 100%;
}
.bg-size-100-auto .x-crossroad,
.bg-size-100-auto .t-crossroad,
.bg-size-100-auto .prima,
.bg-size-100-auto .zalomena {
    background-size: 100% auto;
}
.x-crossroad {
    background-image: url('../images/x.png');
}
.t-crossroad {
    background-image: url('../images/t.png');
}
.prima {
    background-image: url('../images/znacka_prima_prednost.jpg');
}
.zalomena {
    background-image: url('../images/znacka_zalomena_prednost.jpg');
}
.list-style-none {
    list-style: none;
}
.accident-order {
    display: inline-block;
    width: 15px;
}
.input-data {
    margin: 20px 0;
}
.input-data .input-name {
    font-style: italic;
}
.input-data .input-name:after {
    content: ':'
}
.input-data .input-value {
    font-weight: bold;
}
.test-map {
    min-height: 600px;
    height: 600px;
}
.scroll-tbody {
    height: 100px;
    overflow-x: auto;
    overflow-y: scroll;
}
.hint {
    height: 50px !important;
    resize: horizontal;
}
.hidePlaceholder input::-webkit-input-placeholder { 
    color: transparent; 
}
.hidePlaceholder input:-moz-placeholder { 
    color: transparent; 
}
.hidePlaceholder input::-moz-placeholder { 
    color: transparent; 
}
.hidePlaceholder input:-ms-input-placeholder { 
    color: transparent; 
}
#cdv-map-ajaxLoader {
    top: 50px !important;
}
#mapModal {

}
#mapModal .modal-dialog,
#mapModal .modal-dialog .modal-content,
#mapModal .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: 100%;
}
#mapModal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
#mapModal .modal-dialog .modal-content .modal-footer {
    margin-top: 0;
    text-align: left;
}
#mapModal .modal-dialog .modal-content .modal-footer span {
    display: inline-block;
}
@media (max-width: 768px) {
    #mapModal .modal-dialog .modal-content .modal-footer span {
        font-size: 11px;
        width: 75%;
    }
}
#mapModal .modal-dialog .modal-content .modal-footer button {
    float: right;
}
#mapModal .cdv-map-search {
    top: 0;
}
.accident-modal {

}
.accident-modal table {
    font-size: 11px;
}
.accident-modal table td {
    padding: 4px 8px;
}
.month,
.day,
.year,
.status {
    color: #0079BF;
}
.month {

}
.day {
    font-size: 21px;
    font-weight: bold;
}
.year {
    font-size: 11px;
}
.priority {
    /*padding-top: 5px;*/
}
.priority .day {
    font-size: 16px;
}
.font-size-12 {
    font-size: 12px;
}
.home-abstract {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    padding: 20px 0 10px;
}
.home-abstract p {
    color: #000;
}
.min-height-100 {
    min-height: 100px;
}
.best {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.best-effectivity {

}
.best-eh {
    color: #3c763d !important;
    background-color: #BBD1B2 !important;
    border-color: #BBD1B2 !important;
}
.font-size-18 {
    font-size: 18px;
}
.h2-right {
    margin-left: 20px;
    margin-top: 45px;
}
.margin-top-100 {
    margin-top: 100px;
}
.float-left {
    float: left;
}
.cdv-logo {
    padding: 5px 10px 0 5px;
}
.cdv-logo img {
    height: 40px;
    width: auto;
}
.motto-well {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.motto-well hr {
    border-color: #bce8f1;
}
.motto-well p {
    font-style: italic;
}
.links {
    width: 100%;
}
.links div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin: 0 0 10px 0;
    cursor: pointer;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 50px auto;
}
.links div.no-name {
    background-size: auto 70px;
    background-position: 0 center;
}
.links div:hover {
    background-color: #f5f5f5;
}
.links span {
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 70px;
    padding: 0 15px 0 70px;
    width: 100%;
    vertical-align: middle;
}
.thumb,
.thumb span {
    height: 188px;
    width: 247px;
}
.thumb {
    overflow: hidden;
}
.thumb:hover {
    text-decoration: none;
}
.thumb span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
.status {
    font-size: 11px;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
.authority {

}
.authority img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: auto;
}
.authority .authority-name {
    word-wrap: break-word;
}
.team-photo {
    width: 60px;
}
.badge-important{
    background-color:#b94a48;
}
.accident-modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 500px;
}
.dropdown-form {
    width: 290px;
}
.dropdown-form .dropdown-control {
    margin: 10px 20px;
}
.dz-image,
.dz-combination-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 100px;
}
.dz-image.landscape-bg,
.dz-combination-image.landscape-bg {
    background-size: 100% auto;
}
.dz-image img {
    width: 100%;
    height: 100%;
}
.dz-image.portrait {
    text-align: center;
}
.dz-image.portrait img {
    height: 100%;
    width: auto;
}
.dz-combination-image {
    height: 75px;
}
.dz-modal hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dz-modal .modal-body {
    font-size: 12px;
}
.dz-modal .dz-image {
    min-height: 200px;
}
.dz-item,
.dz-combination-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dz-item {
    min-height: 250px;
}
.hazard-component .dz-item {
    min-height: 190px;
}
.dz-combination-item {
    padding: 5px;
}
.dz-item:hover,
.dz-combination-item:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-color: #F5F5F5;
    cursor: pointer;
}
.filter-form .form-group > div {
    padding-left: 0;
    padding-right: 0;
}
.dz-images {

}
.dz-images a {
    display: inline-block;
    width: 75px;
    height: 75px;
}
.dz-images a span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.hazard-icon {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}
.anchor {
    color: #fff;
}
.anchor:hover {
    color: #fff;
}
.roman {
    list-style: upper-roman;
}
.dl-section {

}
.dl-section h4,
.dl-section p {
    margin-left: 10px;
}
.dl-section h4 {
    font-size: 14px;
    font-weight: bold;
}
.toc {
    min-height: 20px;
    min-width: 350px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dz-modal h5 {
    font-weight: bold;
}
.dz-modal .modal-body {
    padding: 0;
}
.dz-modal .modal-header {
    background-color: #FFCB96;
}
.dz-modal .modal-header {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.dz-modal .modal-body .remedies {

}
.dz-modal .modal-body .remedies h3,
.dz-modal .modal-body .remedies h4 {
    margin: 0;
    padding: 15px 10px 10px 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    background-color: #D5EDA8;
}
.dz-modal .modal-body .remedies hr {
    border-top: 1px solid #e5e5e5;
}
.dz-modal .modal-body .remedies > hr {
    margin-bottom: 0;
}
.dz-modal .modal-footer {
    margin-top: 0;
}
.dz-modal .bg-color-white {
    background-color: #fff;
}
.fire {
    color: #FF8000;
}
.heart {
    color: #C2D998;
}
.card {
    color: #709629;
}
.thumb-up {
    color: #659111;
}
.road {
    color: #0C6E2C;
}
.hazard-groups li {
    font-weight: normal;
}
.hazard-groups li.active {
    font-weight: bold;
}
.hazard-groups li ul li {
    font-size: 12px;
}
.padding-0 {
    padding: 0;
}
#user-map {
    height: 500px;
}
.location-form {

}
.location-form .form-group {
    margin: 0;
    font-size: 10px;
}
.location-form .form-group select {
    width: 200px;
    float: right;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #57CDFF;
    border-color: #009FE3;
}
.agency-submit {
    padding: 3px 6px;
    font-size: 11px;
}
.color-gray {
    color: #e5e5e5;
}
.color-warning {
    color: #eea236;
}
.color-green {
    color: #3c763d;
}
.attendance-info {
    display: inline-block;
    margin-right: 5px;
}
#map {
    width: 100%;
    height: 100%;
}
#accidentMap{
    height: 600px;
}
#registrationMap {
    height: 400px;
}
#generali-map{
    height: 450px;
}
.info-window {
    min-width: 300px;
    max-width: 350px;
}
.info-window.en {
    min-width: 350px;
}
.info-window-group {
    min-width: 160px;
    max-width: 300px;
}
@media (max-width: 768px) {
    .info-window {
        min-width: 250px;
        max-width: 300px;
    }
    .info-window.en {
        min-width: 300px;
        max-width: 300px;
    }
}
.info-window table {
    width: 100%;
}
.info-window table td {
    color: #000000;
}
.info-window a:hover {
    text-decoration: none;
}
.info-window hr {
    margin-bottom: 10px;
    margin-top: 10px;
}
td.info-window-title,
.info-window-title-text,
.info-window em {
    color: #7D7D7D !important;
}
.info-window-pictures {
    font-size: 24px;
    line-height: 24px;
}
.filter-form {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 15px;
}
textarea.note {
    height: 55px;
}
.sorter {
    color: #7D7D7D;
    text-decoration: none;
}
.sorter:hover {
    text-decoration: none;
}
.orderedBy {
    background-color: #dddddd !important;
}
.orderedBy-selected {
    color: #0BD64B;
}
.orderedBy-selected:hover {
    color: #2E9E51;
}
.map-tools {
    position: absolute;
    top: 190px;
    z-index: 1000;
}
.map-tools .tool {
    margin-left: 23px;
    margin-bottom: 10px;
}
.map-tools .tool-group {
    margin-left: 5px;
}
.plot-tools {
    position: absolute;
    margin: 20px;
    bottom: 0;
    z-index: 1000;
}
.tools {
    position: absolute;
    top: 100px;
    right: 0;
    margin: 5px 25px 5px 5px;
}
.tools .tool {
    margin: 0 0 10px 0;
    z-index: 1000;
}

/*.tools .tool button {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}*/
.custom-share {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
}
.facebook {
    background-image: url('../images/facebook48.png');
}
.twitter {
    background-image: url('../images/twitter48.png');
}
.googleplus {
    background-image: url('../images/googleplus48.png');
}
.legend-container,
.legend {
    font-size: 11px;
}
.legend-container legend {
    font-size: 12px;
    font-weight: bold;
}
.legend-container h3 {
    font-size: 14px;
}
.legend .red,
.legend .orange,
.legend .blue,
.legend .purple,
.legend .black,
.legend .brown,
.legend .gamefeeder-icon{
    background-color: transparent;
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 13px;
    line-height: 13px;

}
.legend #clustering .red {
    background-image: url('../images/cluster.png');
}
.legend #clustering .orange {
    background-image: url('../images/cluster_medium.png');
}
.legend #clustering .blue {
    background-image: url('../images/cluster_low.png');
}
.legend #nonclustering .purple {
    background-image: url('../images/cluster_accident.png');
}
.legend #nonclustering .red {
    background-image: url('../images/cluster_srna.png');
}
.legend #nonclustering .blue {
    background-image: url('../images/cluster_unknown.png');
}
.legend #nonclustering .black {
    background-image: url('../images/cluster_prase.png');
}
.legend #nonclustering .brown {
    background-image: url('../images/cluster_zajic.png');
}
.legend #nonclustering .orange {
    background-image: url('../images/cluster_domaci.png');
}
.type-heading {
    height: 35px;
}
.check-all {
    display: inline-block;
    text-transform: uppercase;
    padding-top: 3px;
}
.export-heading {
    height: 50px;
}
.map-container {
    padding: 0 15px 0 0;
    height: 100%;
}
.legend-container {
    overflow-y: scroll;
    height: 100%;
}
.input-group-dual input.form-control {
    width: 50%;
}
.ui-corner-all {
    border-radius: 0;
}
.ui-menu {
    padding: 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-state-focus {
    color: #ffffff !important;
    text-decoration: none !important;
    background: #009FE3 !important;
    border: 1px solid #009FE3 !important;
}
.navbar-brand {
    text-transform: uppercase;
    font-weight: bold;
}
.measuring-content {
    min-width: 100px;
    min-height: 25px;
    text-align: center;
}
.legend-container h4 {
    font-size: 12px;
    margin-bottom: 5px;
}
.legend-container .filter-order,
.filter-table .filter-order {
    max-height: 140px;
    overflow-x: auto;
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.legend-container .checkbox,
.filter-table .checkbox {
    margin-bottom: 2px;
    margin-top: 2px;
}
.legend-container .filter-order,
.legend-container .filter-family,
.filter-table .filter-order,
.filter-table .filter-family {
    margin-left: 20px;
}
.ui-datepicker .ui-datepicker-title select {
    height: 22px;
    font-size: 0.8em;
}
.selected-filter {
    color: #0079BF;
    font-style: italic;
}
.header-hide {
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 5px;
}
.header-hide h3 {
    margin: 0;
}
.filter-table {
    font-size: 11px;
    height: 135px;
}
.filter-item {
    width: 155px;
    float: left;
    max-height: 40px;
}
.table-table {
    font-size: 11px;
}
input[name="onlyMy"] {
    margin: 0;
}
.slider-box {
    margin: 10px 0;
}
.slider-box .slider {
    margin: 10px 10px 0 10px;
}
.slider-box .ui-corner-all {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.list-group-item {
    background-color: transparent;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 56px;
}
.association {
    background-image: url('../images/ic_account_child_grey600_36dp.png');
    background-color: #FFECDE;
}
.report {
    background-image: url('../images/ic_report_problem_grey600_36dp.png');
    background-color: #FFECDE;
}
.hunts {
    background-image: url('../images/ic_room_grey600_36dp.png');
    background-color: #FFECDE;
}
.games {
    background-image: url('../images/deer.png');
    background-color: #dff0d8;
}
a.association:hover, a.association:focus,
a.report:hover, a.report:focus,
a.hunts:hover, a.hunts:focus {
    background-color: #FCA76A;
}
a.games:hover, a.games:focus {
    background-color: #9FD18A;
}
.users {
    background-image: url('../images/ic_account_circle_grey600_36dp.png');
    background-color: #FFFFDE;
}
.newsletter {
    background-image: url('../images/envelope.png');
    background-color: #FFFFDE;
}
a.users:hover, a.users:focus,
a.newsletter:hover, a.newsletter:focus {
    background-color: #FFF45C;
}

.news {
    background-image: url('../images/ic_stars_grey600_36dp.png');
    background-color: #FFF1C4;
}
.static-texts {
    background-image: url('../images/ic_view_quilt_grey600_36dp.png');
    background-color: #FFF1C4;
}
a.news:hover, a.news:focus,
a.static-texts:hover, a.static-texts:focus {
    background-color: #FFD54A;
}
input.accident-map-search {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#mapHunt {
    width: 100%;
    min-height: 500px;
}
.plot {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.plot #plot {
    width: 320px;
    height: 200px;
}
.plot hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
.plot h3{
    font-size: 14px;
}

.ui-corner-all {
    border-radius: 0;
}
.slider-shluk .ui-corner-all,
.slider-accidents .ui-corner-all {
    border-radius: 10px;
    background: #e6e6e6;
}
.slider-shluk,
.slider-accidents {
    margin: 0 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.splitview {
    height: 50% !important;
}
.type-color {
    border-radius: 7px;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.type-cluster {
    background-color: #bd2bed;
}
.type-section {
    background-color: #25d5e8;
}

/*Legenda*/
.legenda td.symb{
  border: 1px solid #808080;
  padding: 8px;
}
.legenda td.line{
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
}
.clusters-color{
    background: #bd2bed;
}
.density-color{
    background: #25d5e8;
}
.policeClusters-color{
    background: #0000CC;
}
.biocorridors-color{
    background: #67DA00;
}
.legenda{
  margin-left: 10px;
}
.legenda td.value{
  padding-left: 5px;
}
.barva0{
  background: #FFF;
  opacity: 0.7;
}
.barva1{
  background: #FFEBCC;
  opacity: 0.7;
}
.barva2{
  background: #FFCB96;
  opacity: 0.7;
}
.barva3{
  background: #FFAD66;
  opacity: 0.7;
}
.barva4{
  background: #FF9039;
  opacity: 0.7;
}
.barva5{
  background: #F07605;
  opacity: 0.7;
}
.legenda-clusters{
    width: 50px;
    height: 20px;
    background-color: #00CC00;
}
.three-dots{
    font-weight: bold;
    text-decoration: underline;
}
.cadaver-cdv-hlavni{
    background-color: #7109AA;
}
.cadaver-cdv-kontrolni{
    background-color: #AD66D5;
}
.cadaver-ekoplant-hlavni{
    background-color: #FF0700;
}
.cadaver-ekoplant-kontrolni{
    background-color: #FF7673;
}
.cadaver-tajne-hlavni{
    background-color: #00CC00;
}
.cadaver-tajne-kontrolni{
    background-color: #67E667;
}
.cadaver-czu-hlavni{
    background-color: #25D7E8;
}
.cadaver-czu-kontrolni{
    background-color: #83EAF3;
}
.sun {
    position: absolute;
    bottom: -25px;
    left: 35%;
    z-index: 1001;
    display: none;
}
.sun img{
    float:left;
}
.skyline {
    position: absolute;
    bottom: 0px;
    right: 15px;
    z-index: 1010;
}
.elevation{
    float: right;
    font-size: 11px;
    left: 19px;
    position: absolute;
    top: 17px;
}
#animation-tool{
    margin-left: 5px;
    margin-bottom: 10px;
}
#animation-tool .btn{
    font-size: 10px;
}
.scale {
    position: absolute;
    bottom: 0px;
    right: 22px;
    height: 79%;
    z-index: 1002;
    padding-top: 11px;
}
.scale table{
    height: 100%;
 }
.scale td{
    height: 14%;
    border-right: 1px solid black;
    border-top: 1px solid black;
    position: absolute;
    width: 8px;
}
.scale-value{
    font-size: 12px;
    position: absolute;
    top: -9px;
    left: -20px;
}
.scale-left {
    position: absolute;
    bottom: 0px;
    height: 79%;
    z-index: 1002;
    padding-top: 11px;
}
.scale-left table{
    height: 100%;
 }
.scale-left td{
    height: 14%;
    border-left: 1px solid black;
    border-top: 1px solid black;
    position: absolute;
    width: 8px;
}
.scale-left-value{
    font-size: 12px;
    position: absolute;
    top: -9px;
    right: -20px;
    display: none;
}
.plot-animation-tools {
    height: 100%;
    /*border: 1px solid red; */
}

.plot-animation {
    /* border: 1px solid #cccccc; */
    padding: 5px;
    height: 100%;
    
}
.plot-animation canvas{
    height: 100%;
}

.animation-container h3{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.animation-container{
    padding: 0 15px 0 0;
    height: 100%;
}
.animation-row{
    height: 47%;
}
.animation-row-footer{
    height: 6%;
    text-align: center;
}
.animation-map{
    height: 100%;
}
.animation-sun {
    height: 100%;
    display: table;
}

.sun-down {
    position: absolute;
    left: 35%;
    z-index: 1001;
    display: none;
}
.sun-down img{
    float:left;
}
.elevation-down{
    float: right;
    font-size: 11px;
    left: 19px;
    position: absolute;
    top: 17px;
}

.control-panel{
    display: table-cell;
    vertical-align: middle;
}
.control-panel .key{
    font-size: 14px;
    text-align: right;
    padding-right: 3px;
}
.control-panel .value{
    font-weight: bold;    
    font-size: 16px;
    text-align: right;
    padding-left: 3px;
}
.control-panel .week-date{
    text-align: center;
    font-size: 12px;
}
.animation-container .col-lg-2 {
    width: 10.6667% !important;
}
.animation-container .col-lg-5 {
    width: 44.6667% !important;
}
#animation-sun-up-container{
    display: table-cell;
}
.animation-container #map{
    height: 90% !important;
}
.year{
    text-align: center;
    text-transform: uppercase;
    color: #333;
    display: none;
    height: 30px;
    
}
.season{
    position: absolute;
    padding-top: 2px;
    padding-bottom: 2px;    
}
.winter{
    background-color: #C0D6FE;
    box-sizing: border-box;
    float: right;
}
.spring{
    box-sizing: border-box;
    float: right;
    background-color: #B6E589;
}
.summer{
    box-sizing: border-box;
    float: right;    
    background-color: #FFEB99;
}
.autumn{
    box-sizing: border-box;
    float: right;    
    background-color: #D8AF61;
}
.pointer{
    position: absolute;
    border: solid 1px;
    height: 20px;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.year-label{
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;    
    padding-left: 35px;
}
.ajax-loader-animation {
    background-color: transparent;
    background-image: url('../images/bg-loader.png');
    background-repeat: repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1020;
}
.ajax-loader-img-animation {
    background-image: url('../images/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1019;
}

.layers-form-group label{
    display: inline !important;
    margin-left: 3px;
}
.layers-form-group input{
    position: relative;
    top: 2px;
}
.legend .gamefeeder-icon {
    background-image: url('../images/gamefeeder_icon.png');
}
/*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;
}

.generali .gmnoprint{
    color: #fff !important;
}
.generali-podpora{
    padding-left: 0px;
    margin-top: 32px;
}
.generali-podpora img{
    /*padding-left: 55px;*/
    padding-bottom: 10px;   
}
.page-header-generali-title{
    margin-top: 10px;
}
.page-header-generali-title h1{
    padding-top: 10px;
}
.page-header-generali-breadcrumb{
    padding-bottom: 9px;
    margin: 5px 0 20px;
    border-bottom: 1px solid #eee;    
}
.generali h4{
    margin-top: 30px;
}
.generali .row-hidden{
    display: none;
}
.legend-zero{
    background-color: #FFC2AD;
}
.legend-low{
    background-color: #99EB99;
}
.legend-high{
    background-color: #00CC00;
}