body, td, th {
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    text-align: left;
}

.red {
    COLOR: red;
}

.green {
    COLOR: #22cc22;
}

.base {
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}

.baseb {
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    font-weight: bold
}

.baseblack {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}

.baseblackb {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    font-weight: bold
}


.sloupekright {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica,sans-serif;
}

.sloupek {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


.sloupekrightb {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica,sans-serif;
    font-weight: bold
}


.navtext {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold
}

.text {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.text11 {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.nadpis {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.textbold {
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.text12 {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.btext12 {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.text12w {
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.text11w {
    FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.btext12w {
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.odkaz {
    font-size: 10px;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

.input {
    font-family: Arial;
    font-size: 11px;
}

.button {
    font-family: Arial;
    font-size: 10px;
}

.tr_hover:hover {
    background-color: #ccc;
}

.tooltip {
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
    font-size: 11px;
    margin-right: 5px;
    float: right;
}

    .tooltip span {
        visibility: hidden;
        position: absolute;
        bottom: 30px;
        left: 50%;
        z-index: 999;
        width: 130px;
        margin-left: -75px;
        padding: 10px;
        opacity: .9;
        background-color: #ddd;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .tooltip:hover {
        border: 0; /* IE6 fix */
    }

        .tooltip:hover span {
            visibility: visible;
        }

    .tooltip span:before,
    .tooltip span:after {
        content: "";
        position: absolute;
        z-index: 1000;
        bottom: -7px;
        left: 50%;
        margin-left: -8px;
        border-top: 8px solid #ddd;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 0;
    }

    .tooltip span:before {
        border-top-color: #ccc;
        bottom: -8px;
    }

.hlaseni-ok {
    width: 500px;
    box-shadow: #aaa 1px 1px 1px;
    background: #b8fcb3 url("../i-new/ico-ok.png") 6px 7px no-repeat;
    clear: both;
    padding: 5px 0 5px 25px;
    margin: 0 0 20px 0;
}

.hlaseni-err {
    width: 500px;
    box-shadow: #aaa 1px 1px 1px;
    background: #febcbc url("../i-new/ico-err.png") 6px 7px no-repeat;
    clear: both;
    padding: 5px 0 5px 25px;
    margin: 0 0 20px;
}


table.bezokraju th, table.bezokraju td {
    vertical-align: top;
}

h6 {
    margin-bottom: 10px;
    clear: both;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    margin: 4px 0px 8px;
}

span.cervena {
    color: red;
}

span.zelena {
    color: green;
}

span.oranzova {
    color: orange;
}

span.zluta {
    color: yellowgreen;
}

td.right {
    text-align: right;
}

.FileUploadClass input[type=text] {
    display: none;
}

.checkbox {
    float: left !important;
}

.d-ib {
    display: inline-block;
}

.va-m {
    vertical-align: middle;
}

.d-n {
    display: none;
}

.d-n-imp {
    display: none !important;
}

.d-b {
    display: block;
}

.button-style {
    -webkit-appearance: push-button;
    -webkit-writing-mode: horizontal-tb !important;
    user-select: none;
    white-space: pre;
    padding: 1px 6px;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    margin: 0em;
    font: 400 13.3333px Arial;
}

.ws-nw {
    white-space: nowrap;
}

.m-1x {
    margin: 0 5px 0 0;
}

.w-60p {
    width: 60%;
}

.ov-h {
    overflow: hidden;
}

.t-ov-e {
    text-overflow: ellipsis;
}

.h20 {
    height: 20px;
}

.v-al-m {
    vertical-align: middle;
}

.p-tp-1x {
    padding-top: 3px;
}

.p-bm-1x {
    padding-bottom: 3px;
}

.aaGridView tr.alt {
    background-color: rgba(0, 0, 0, 0.05);
}

.m-tp-2x {
    margin-top: 10px;
}

.l-s-t-n {
    list-style-type: none;
}

.p-0 {
    padding: 0;
}

.p-1x {
    padding: 5px;
}

.light-gray-bc {
    background-color: rgba(0, 0, 0, 0.05);
}

.h-1 {
    height: 1px;
}

td.td-p-xa {
    padding: 0 5px 0 10px;
}

.t-al-c {
    text-align: center;
}

.t-al-rt {
    text-align: right;
}

.cr-p {
    cursor: pointer;
}

.t-dc-u {
    text-decoration: underline;
}

.cl-b {
    clear: both;
}

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

.m-0-a {
    margin: 0 auto;
}

.m-l-2x {
    margin-left: 20px;
}

.m-t-3x {
    margin-top: 30px;
}

.vyhledani-firmy-wrap {
    width: 400px;
}

.vyhledani-firmy-wrap input {
    width: calc(100% - 6px);
}

@-moz-document url-prefix() {
    .vyhledani-firmy-wrap input {
        width: calc(100% - 4px);
    }

    .button-browser {
        padding: 1px;
        display: inline-block;
    }
}



.seznam-firem-napoveda-wrap {
    position: relative;
}

.seznam-firem-napoveda {
    position: absolute;
    padding: 0;
    margin: 0;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.seznam-firem-napoveda li {
    padding: 5px;
}

.seznam-firem-napoveda li:hover {
    background: rgba(0, 0, 0, 0.1);
    cursor: default
}

.seznam-firem-napoveda.hidden-animation {
    visibility: hidden;
    opacity: 0;
}

.d-tc {
    display: table-cell;
}
.d-tr {
    display: table-row;
}

#blazor-error-ui {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}