﻿/* Obecné definice */
p {
    padding-bottom: 0.7em;
    line-height: 1.5em;
    font-family: 'PT Sans', sans-serif;
}

strong, b {
    font-weight: bold;
}

em { 
    font-style: italic;
} 

h1, .h1 {
    font-size: 1.8em;
	line-height:1.1em;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    color: #ce0515;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

h2, .h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    color: #059cea;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
    h2.kontakt-jmeno {
        text-transform: none;
    }

h3, .h3 {
    font-size: 1.3em;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 0.2em;
}

/*.content ul, .content ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
}

.content li {
    padding-left: 20px;
    position: relative;
}
    .content li:before {
        content: "•";
        color: #059cea;
        position: absolute;
        left: 0;
    }*/

th {
    text-align: left;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:active, a:hover {
        color: #2a6496;
        text-decoration: underline;
    }

small {
    font-size: 80%;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* Watermarku color for Placeholder jQuery Plugin */
.placeholder {
    color: #aaa !important;
}

.datepicker {
    width: 100px !important;
}

.timepicker {
    width: 75px !important;
}
.datetimepicker {
    width: 152px !important;
}

.ui-datepicker {
    font-size: 14px !important;
    font-size: 0.8em !important;
    line-height: 1.4285 !important;
    z-index: 9999 !important;
}

.ui-datepicker-trigger {
    display: inline-block;
    margin: 0 4px 4px 0;
    margin-left: 1px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker-with-calendar {
    width: 121px !important;
    padding-right: 25px;
}

.datepicker-with-calendar-trigger {
    margin: 0 10px 4px -29px;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 45%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 45% 10px 10px;
        }

a.disabled {
    pointer-events: none;
    cursor: default;
    color: gray;
}

    a.disabled:hover, a.disabled:active, a.disabled:focus {
        pointer-events: none;
        cursor: default;
        color: gray;
        text-decoration: none;
    }

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-top-tiny {
    margin-top: 4px;
}

.margin-top-small {
    margin-top: 8px;
}

.margin-top-medium-small {
    margin-top: 12px;
}

.margin-top-medium {
    margin-top: 19px;
}

.margin-top-high {
    margin-top: 34px;
}

.margin-bottom-tiny {
    margin-bottom: 4px;
}

.margin-bottom-small {
    margin-bottom: 8px;
}

.margin-bottom-medium-small {
    margin-bottom: 12px;
}

.margin-bottom-medium {
    margin-bottom: 18px;
}

.margin-bottom-high {
    margin-bottom: 34px;
}

.margin-right-tiny {
    margin-right: 4px;
}

.margin-right-small {
    margin-right: 8px;
}

.margin-right-medium {
    margin-right: 14px;
}

.margin-right-high {
    margin-right: 20px;
}

.margin-left-tiny {
    margin-left: 4px;
}

.margin-left-small {
    margin-left: 8px;
}

.margin-left-medium {
    margin-left: 14px;
}

.margin-left-high {
    margin-left: 20px;
}

.padding-bottom-tiny {
    padding-bottom: 4px !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.text-error {
    color: #b94a48;
}
    .text-error li {
        padding-left: 20px;
        position: relative;
    }
    .text-error li::before {
        content: "•";
        color: #b94a48;
        position: absolute;
        left: 0;
    }
    .content .tw-bs .text-error ul, .content .tw-bs .text-error ol {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .content .tw-bs .text-error li {
        padding-left: 20px;
        position: relative;
    }
    .content .tw-bs .text-error li::before {
        content: "•";
        color: #b94a48;
        position: absolute;
        left: 0;
    }

.gray {
    color: gray;
}

.green {
    color: green;
}

.brown {
    color: brown;
}

.black {
    color: black;
}

.blue {
    color: #2672EC;
}

.required-color {
    color: #b94a48;
}

.select-option {
    color: #999999;
}

.pager {
    color: #797979;
}

.radio-button-list input[type="radio"], .radioButtonList input[type="checkbox"] {
    margin: 0 6px 0 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clearfix {
    clear: both;
}

    .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.clear {
    clear: both;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic;
}

.red {
    color: #d4021d;
}

.vypis-gray {
        color: gray;
}
    .vypis-gray h2, .vypis-gray .h2 {
        opacity: 0.5;
    }

.pointer:hover {
    cursor: pointer;
}

.plus-minus-icon {
    margin-right: 4px;
    vertical-align: middle;
    display: inline;
}
.plus-minus-icon-link {
    vertical-align: middle;
    display: inline;
}

/* Tables */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

/* Forms */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

label {
    font-weight: normal;
    display: inline-block;
}

.radio, .checkbox {
    display: inline-block;
    min-height: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.radio {
    margin-left: 20px;
}

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

    .radio label, .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
        padding-left: 20px;
    }

.login-panel input[type="radio"], .login-panel input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}
    .login-panel input[type="radio"]:focus, .login-panel input[type="checkbox"]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
}

.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 1px \9;
    margin-left: -18px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline {
    padding-left: 20px;
    margin: 0 3px 0 0;
}

.checkbox-inline {
    margin: 0 6px 0 0;
}
    .checkbox-inline label {
        padding-left: 19px;
    }

.radio-list-validator {
    margin: 0 0 0 0;
    vertical-align: bottom;
}

.form-horizontal {
    padding: 8px 8px 0 8px;
    background-color: #f8f8f8;
}

.form-horizontal .controls:first-child {
    *padding-left: 160px;
}

.form-horizontal .controls {
    margin-left: 160px;
}

.form-actions {
    padding: 7px 0 8px 0;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: whitesmoke;
    border-top: 1px solid whitesmoke;
    *zoom: 1;
}

.form-horizontal .form-actions {
    background-color: whitesmoke;
    padding-left: 168px;
    margin: 20px -8px 0 -8px;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    line-height: normal;
}

.form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
}

.form-horizontal .control-group {
    margin-bottom: 3px;
    *zoom: 1;
}

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

    .form-horizontal .control-group .radio,
    .form-horizontal .control-group .checkbox {
        min-height: 20px;
    }

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 7px;
    text-align: left;
    color: #666666;
}

.form-horizontal .readonly-label {
    padding-top: 0;
}

.form-control {
    display: inline-block;
    width: 100%;
    max-width: 222px;
    height: 34px;
    *height: 20px; /* IE 7 and below */
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control:-moz-placeholder {
        color: #aaa;
    }

    .form-control::-moz-placeholder {
        color: #aaa;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #aaa;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaa;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

.form-control-full-width {
    width: 100% !important;
    max-width: none !important;
}

textarea.form-control {
    height: auto;
}

.form-control-hledani {
    border: 1px solid #00d462;
}
    .form-control-hledani:focus {
        border-color: #00d462;
    }

.line-controls {
    float: left;
    margin-right: 8px;
    line-height: 10px;
}
    .line-controls small {
        font-size: 85%;
    }

    .line-controls .medium-text {
        width: 220px;
        max-width: none;
    }

    .line-controls .medium-long-text {
        width: 280px;
        max-width: none;
    }

    .line-controls .long-text {
        width: 400px;
        max-width: none;
    }

.line-controls-small-margin {
    margin-right: 5px;
}

.form-small-text {
    width: 100px !important;
}
.form-medium-text {
    width: 100% !important;
    max-width: 290px;
}
.form-long-text {
    width: 100% !important;
    max-width: 400px;
}
.form-high-long-text {
    width: 100% !important;
    max-width: 510px;
}

/* Buttons */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
    }

.btn-default {
    color: #333333;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.29), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.29), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    box-shadow: 0 1px 3px rgba(0,0,0,.29), inset 0 1px 0 #fff; /* drop shadow and inner shadow */
    background-color: #f0f0f0;  /* Fallback */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIyMi41OTM0NjY2NTAxMDU2JSIgeTE9IjEwOS4zOTI4OTgwNTI2OTIlIiB4Mj0iMjIuNTkzNDY2NjUwMTA1NiUiIHkyPSI5LjM5Mjg5ODA1MjY5MTg1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* color overlay + gradient overlay */
    background-image: -moz-linear-gradient(bottom, #ededed -18.79%, #f8f8f8 81.21%); /* color overlay + gradient overlay */
    background-image: -o-linear-gradient(bottom, #ededed -18.79%, #f8f8f8 81.21%); /* color overlay + gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #ededed -18.79%, #f8f8f8 81.21%); /* color overlay + gradient overlay */
    background-image: linear-gradient(bottom, #ededed -18.79%, #f8f8f8 81.21%); /* color overlay + gradient overlay */
}
    .btn-default:hover, .btn-default:focus, .btn-default:active, .active.btn-default {
        color: #FFF;
        border: 1px solid #036a98; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        background-color: #19affd;  /* Fallback */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIyMi41OTM0NjY2NTAxMDU2JSIgeTE9IjEwOS4zOTI4OTgwNTI2OTIlIiB4Mj0iMjIuNTkzNDY2NjUwMTA1NiUiIHkyPSI5LjM5Mjg5ODA1MjY5MTg1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMTk5ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOWFmZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
        background-image: linear-gradient(bottom, #0199e7 -18.79%, #19affd 81.21%); /* gradient overlay */
    }

.btn-success {
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #4bad4b; /* stroke */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
    box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
    background-color: #6cc66c;  /* Fallback */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUyIDgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIyMi41OTM0NjY2NTAxMDU2JSIgeTE9IjEwOS4zOTI4OTgwNTI2OTIlIiB4Mj0iMjIuNTkzNDY2NjUwMTA1NiUiIHkyPSI5LjM5Mjg5ODA1MjY5MTg1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YmI3NWIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Y2M2NmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjUyIiBoZWlnaHQ9IjgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #5bb75b -18.79%, #6cc66c 81.21%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #5bb75b -18.79%, #6cc66c 81.21%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #5bb75b -18.79%, #6cc66c 81.21%); /* gradient overlay */
    background-image: linear-gradient(bottom, #5bb75b -18.79%, #6cc66c 81.21%); /* gradient overlay */
}
    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        color: #ffffff;
        border: 1px solid #4bad4b; /* stroke */
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; /* border radius */
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; /* prevents bg color from leaking outside the border */
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        box-shadow: 0 1px 1px rgba(0,0,0,.31), inset 0 1px 0 rgba(255,255,255,.43); /* drop shadow and inner shadow */
        background-color: #369836;  /* Fallback */
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUyIDgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIyMi41OTM0NjY2NTAxMDU2JSIgeTE9IjEwOS4zOTI4OTgwNTI2OTIlIiB4Mj0iMjIuNTkzNDY2NjUwMTA1NiUiIHkyPSI5LjM5Mjg5ODA1MjY5MTg1JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzNjk4MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YmI3NWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjUyIiBoZWlnaHQ9IjgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==); /* gradient overlay */
        background-image: -moz-linear-gradient(bottom, #369836 -18.79%, #5bb75b 81.21%); /* gradient overlay */
        background-image: -o-linear-gradient(bottom, #369836 -18.79%, #5bb75b 81.21%); /* gradient overlay */
        background-image: -webkit-linear-gradient(bottom, #369836 -18.79%, #5bb75b 81.21%); /* gradient overlay */
        background-image: linear-gradient(bottom, #369836 -18.79%, #5bb75b 81.21%); /* gradient overlay */
    }

.btn-primary {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #428bca;
    border-color: #357ebd;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: #ffffff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active,
    .btn-primary.disabled.active, .btn-primary[disabled].active {
        background-color: #428bca;
        border-color: #357ebd;
    }
.btn-danger {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #e61d2d;
    border-color: #cd0515;
}
    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        color: #ffffff;
        background-color: #bb1522;
        border-color: #91040f;
    }

.btn-select {
    background-color: #e7e7e7;
    border-color: #cde0f1;
}
    .btn-select:hover, .btn-select:focus, .btn-select:active, .btn-select.active {
        background-color: #e7e7e7;
        border-color: #428bca;
    }

/*******************************************/
/* boxes */
/*******************************************/

.box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f7f7f7; /* color overlay */
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .box h2 {
        color: #797979; /* text color + color overlay + gradient overlay */
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.52); /* drop shadow */
        font-size: 1.2em;
        padding-bottom: 20px;
        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 0.5em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #c0c0c0;
        margin-bottom: 20px;
    }

.alert-box, .alert {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -ms-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}
    .alert-box:hover, .alert:hover {
        -webkit-transition: background 500ms ease-out;
        -moz-transition: background 500ms ease-out;
        -ms-transition: background 500ms ease-out;
        -o-transition: background 500ms ease-out;
        transition: background 500ms ease-out;
    }
        .alert-box:hover a, .alert:hover a {
            color: #FFF;
            text-decoration: underline;
        }

    .alert-box p, .alert p {
        padding-bottom: 0;
    }

.alert-success {
    background-color: #dff0d8;
    color: #386d39;
    border: none;
    background-image: url('../images/ico-success.png');
    background-image: none, url('../images/ico-success.svg'), url('../images/ico-success.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}
    .alert-success:hover {
        background-color: #386d39;
        color: #fff;
        background-image: url('../images/ico-success-hover.png');
        background-image: none, url('../images/ico-success-hover.svg'), url('../images/ico-success-hover.png');
    }

.alert-info {
    background-color: #d9edf7;
    color: #307192;
    background-image: url('../images/ico-info.png');
    background-image: none, url('../images/ico-info.svg'), url('../images/ico-info.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}
    .alert-info:hover {
        background-color: #307192;
        color: #fff;
        background-image: url('../images/ico-info-hover.png');
        background-image: none, url('../images/ico-info-hover.svg'), url('../images/ico-info-hover.png');
    }

.alert-warning {
    background-color: #fcf8e3;
    color: #9a912e;
    background-image: url('../images/ico-warning.png');
    background-image: none, url('../images/ico-warning.svg'), url('../images/ico-warning.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}
    .alert-warning:hover {
        background-color: #9a912e;
        color: #fff;
        background-image: url('../images/ico-warning-hover.png');
        background-image: none, url('../images/ico-warning-hover.svg'), url('../images/ico-warning-hover.png');
    }

.alert-error, .alert-danger {
    background-color: #f2dede;
    color: #983d3c;
    background-image: url('../images/ico-error.png');
    background-image: none, url('../images/ico-error.svg'), url('../images/ico-error.png');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 60px;
}
    .alert-error:hover, .alert-danger:hover {
        background-color: #983d3c;
        color: #fff;
        background-image: url('../images/ico-error-hover.png');
        background-image: none, url('../images/ico-error-hover.svg'), url('../images/ico-error-hover.png');
    }

/*******************************************/
/* boxes konec*/
/*******************************************/

/*******************************************/
/* seznam souboru*/
/*******************************************/
.seznam-souboru {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #f7f7f7; /* color overlay */
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(255,255,255,.89), inset 0 0 0 1px rgba(0,0,0,.15); /* drop shadow and inner shadow */
    color: #797979;
    margin-bottom: 20px;
    padding: 20px;
}

    .seznam-souboru ul, .seznam-souboru ol {
        margin: 0;
        padding: 0;
    }
    .seznam-souboru li {
        margin: 0;
        padding: 0;
    }

    .seznam-souboru h4 {
        color: #797979; /* text color + color overlay + gradient overlay */
        text-transform: uppercase;
        text-shadow: 0 1px 0 rgba(255,255,255,.52); /* drop shadow */
        font-size: 1.2em;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 25px;
        background-repeat: no-repeat;
        background-position: left top;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #c0c0c0;
        background-image: url('../images/ico-downloads.png');
        background-image: none, url('../images/ico-downloads.svg'), url('../images/ico-downloads.png');
    }

    .seznam-souboru p {
        margin: 0 0;
        padding-bottom: 0.5em;
    }

    .seznam-souboru a {
        text-decoration: none;
        color: #0289e0;
    }
        .seznam-souboru a:active, .seznam-souboru a:hover {
            color: #6c9d00;
            text-decoration: none;
        }

a.file-icon-doc {
    background-image: url('../images/FileTypeIcons/ico-file-doc-normal.png');
    background-image: none, url('../images/FileTypeIcons/ico-file-doc-normal.svg'), url('../images/FileTypeIcons/ico-file-doc-normal.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 10px;
    display: inline-block;
}
    a.file-icon-doc:hover {
        background-image: url('../images/FileTypeIcons/ico-file-doc-hover.png');
        background-image: none, url('../images/FileTypeIcons/ico-file-doc-hover.svg'), url('../images/FileTypeIcons/ico-file-doc-hover.png');
        color: #2372BA;
    }

a.file-icon-pdf {
    background-image: url('../images/FileTypeIcons/ico-file-pdf-normal.png');
    background-image: none, url('../images/FileTypeIcons/ico-file-pdf-normal.svg'), url('../images/FileTypeIcons/ico-file-pdf-normal.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 10px;
    display: inline-block;
}
    a.file-icon-pdf:hover {
        background-image: url('../images/FileTypeIcons/ico-file-pdf-hover.png');
        background-image: none, url('../images/FileTypeIcons/ico-file-pdf-hover.svg'), url('../images/FileTypeIcons/ico-file-pdf-hover.png');
        color: #EA4C3A;
    }

a.file-icon-generic, a.file-icon-xls, a.file-icon-ppt, a.file-icon-zip {
    background-image: url('../images/FileTypeIcons/ico-file-generic-normal.png');
    background-image: none, url('../images/FileTypeIcons/ico-file-generic-normal.svg'), url('../images/FileTypeIcons/ico-file-generic-normal.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 6px;
    padding-bottom: 10px;
    display: inline-block;
}
    a.file-icon-generic:hover, a.file-icon-xls:hover, a.file-icon-ppt:hover, a.file-icon-zip:hover {
        background-image: url('../images/FileTypeIcons/ico-file-generic-hover.png');
        background-image: none, url('../images/FileTypeIcons/ico-file-generic-hover.svg'), url('../images/FileTypeIcons/ico-file-generic-hover.png');
        color: #9D9D9C;
    }

a.file-icon-doc,
a.file-icon-pdf,
a.file-icon-generic, a.file-icon-xls, a.file-icon-ppt, a.file-icon-zip {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
    a.file-icon-doc:hover,
    a.file-icon-pdf:hover,
    a.file-icon-generic:hover, a.file-icon-xls:hover, a.file-icon-ppt:hover, a.file-icon-zip:hover {
        -webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -ms-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
    }

/*******************************************/
/* seznam souboru konec*/
/*******************************************/

.registrace-obory-table {
    border-collapse: collapse !important;
    border-spacing: 0;
    width: 95%;
    margin: 4px 0 2px 15px;
}

    .registrace-obory-table > tbody > tr:nth-child(even) {
        background: #eeeeee;
    }

    .registrace-obory-table > tbody > tr td {
        padding: 2px;
    }

  .registrace-obory-table > tbody > tr td.check {
        padding-left: 6px;
        width: 22px;
        vertical-align: middle;
    }

    .registrace-obory-table > tbody > tr td.check div {
        line-height: 14px;
        margin-top: -3px;
    }

.checkbox-obory-all {
    margin: 0 0 6px 0;
}

    .checkbox-obory-all label {
        padding-left: 26px;
        margin-top: 3px;
        display: block;
        font-weight: 600;
    }

.checkbox-kategorie {
    margin-bottom: 2px;
}

    .checkbox-kategorie label {
        padding-left: 26px;
        margin-top: 3px;
        display: block;
    }