
/* ostre rohy */
/*{
  border-radius: 0 !important;
}*/

/* zmena fontu */
/*
* {
    font-size: 10px !important;
    line-height: 1.3 !important;
}

input[type=image] {
    width: 15px;
}

.form-control {
    height: 25px !important;
}
*/

body {
    font-family: 'Roboto', sans-serif;
    /*font-size: 1.1em;*/
    font-size: 12px;
    /*padding-top: 60px;*/
    /*/padding-bottom: 35px;*/
    overflow-x: hidden; /* fix issue select2 click horizontal scrollbar *// 
}

    body > form {
        background-color: #FFFFFF; /* #B8C5CC; */
        /*background-color: #E0F0F0;*/
    }

        /* header a navigacni menu */

        body > form > .container {
            /* jen pokud je navbar-fixed-top
            padding: 60px 0 0 0;
        */
        }

        body > form > footer {
            padding: 10px 0 0 0;
            margin-top: 15px;
            color: #FFFFFF;
            background-color: #006A9D;
            font-size: x-small;
            min-height: 35px !important;
        }

            body > form > footer > .container > p > a {
                color: #FFFFFF;
            }

.masthead {
    display: none;
    height: 80px;
}

.navbar-default {
    background-color: #00567F;
    border: none;
    border-radius: 0;
}

    .navbar-default .navbar-nav > .active > a {
        color: #FFFFFF;
        background-color: #00567F;
    }

.navbar-nav > li > p > a {
    color: #FFFFFF;
    background-color: #00567F;
    /*margin-right: 30px;*/
}

.navbar-nav > li > a {
    color: #FFFFFF;
    background-color: #00567F;
    margin-right: 10px;
    padding: 6px 15px;
    border-color: #ccc !important;
}

    .navbar-nav > li > a > span {
        color: #FFFFFF !important;
        border-color: #ccc;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav .focus.btn-default, .navbar-default .navbar-nav .btn-default:focus {
    color: #FFFFFF;
    background-color: #006A9D;
    border-color: #ccc;
}

.focus.active.btn-default, .active.btn-default:focus, .active.btn-default:hover, .focus.btn-default:active, .btn-default:focus:active, .btn-default:hover:active, .open > .focus.btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #FFFFFF;
    background-color: #006A9D;
    border-color: #ccc;
}

@media (min-width: 768px) {
    .navbar-header {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 768px) {

    .navbar-nav > li > a {
        margin-right: 0px;
    }

    .navbar-nav > li > p {
        padding-left: 0px;
        padding-right: 0px;
    }

        .navbar-nav > li > p > a {
            padding-left: 0px;
            padding-right: 0px;
            margin-right: 0px;
            width: 100%;
        }
}

.navbar-default .navbar-nav > li > p > a:hover {
    color: #FFFFFF;
    background-color: #006A9D;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: #006A9D;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    background-color: #006A9D;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF;
    background-color: #006A9D;
}

.navbar-text {
    color: yellow !important;
    /* fixbug text na mobilu nalepeny na okraj */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-text2 {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    color: #00567f;
}



/* FIX PROBLEM SCROLL BY MULTIPLE MODAL DIALOG */
.modal {
    overflow: auto !important;
}

/* ----------------------------------------- */

/* bez ramecku, napr pro form-control */
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.form-group .control-label {
    font-weight: 700;
}

/* hvezdicka u povinnych polozek */
.form-group .required .control-label:after {
    content: "*";
    color: red;
}

/* ----------------------------------------- */


/* stylovani asp:UploadFile - input type file */

.btn-file {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

/* ----------------------------------------- */

.langbar .btn {
    text-align: left;
}

/* ----------------------------------------- */

/* stylovani viceradkoveho labelu */

.label-multiline {
    display: inline-table;
    line-height: initial;
}

/* ----------------------------------------- */

.value-label {
    margin-top: 7px;
}

/* ----------------------------------------- */

.form-group span.form-control {
    background-color: #f0f0f0;
}

/* ----------------------------------------- */

/* pagging gridview */

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys td {
        background-color: #ffffff !important;
        color: #00567f;
        line-height: 30px;
    }

    .pagination-ys table > tbody > tr > td > a,
    .pagination-ys table > tbody > tr > td > span {
        padding: 3px;
        color: #00567f;
    }

    .pagination-ys table > tbody > tr > td > span {
        display: inline-block;
        min-width: 35px;
        padding-left: 8px;
        padding-right: 8px;
        background-color: #c0c0c0;
        border-color: #c0c0c0;
        border-radius: 30px;
        text-align: center;
    } 

/*
.table-striped > tbody > tr.pagination-ys td {
    --bs-table-accent-bg: none;
    background-color: #ffffff !important;
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys td {
        background-color: #ffffff !important;
    }

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: white;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
*/
        /* ---------------- */
        .font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.legenda {
    font-size: small;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #737373;
}

    .legenda td {
        padding-left: 5px;
        padding-right: 15px;
    }

.rowForApproving {
    background-color: #A0FFA0;
}

/* ------------------------------------------------------------------------- */

.green {
    background-color: #A0FFA0 !important;
}

.red {
    background-color: #FFA0A0 !important;
}

.blue {
    background-color: #8fc9ef !important;
}

.orange {
    background-color: #ffa055 !important;
}

.greenInk {
    color: #028702 !important;
}

.redInk {
    color: #FF0000 !important;
}

.blueInk {
    color: #0471ff !important;
}

.orangeInk {
    color: #ff5a0d !important;
}

.purpleInk {
    color: #a825ff !important;
}

/* ------------------------------------------------------------------------- */

.mandatoryField {
    margin-right: 0px;
    color: red;
    font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------------ */

.validationSummary ul {
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------ */

.has-error .error {
    border-color: #a94442 !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.has-error select.error + span .selection .select2-selection {
    border-color: #a94442 !important;
    border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.control_link_icon {
    height: 18px;
    margin-top: -10px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.widget {
    margin-bottom: 0px;
}

.widget .widget {
    margin-bottom: 5px;
}

.widgetInner {
    margin-left: 5px;
    margin-right: 5px;
}

.widgetInner2 {
    margin-left: 15px;
    margin-right: 15px;
}

.widget-content {
    border: none;
}

.widget-header {
    height: auto;
    min-height: 40px;
    /*background-color: #EBF2F5 !important;*/
    background-color: #ffffff !important;
    background-image: none;
    border: none;
}

    .widget-header a {
        text-shadow: none !important;
        margin-right: 10px;
    }

    .widget-header .row {
        margin-left: 0px;
        margin-right: 0px;
    }

.widget-content {
    padding: 10px 15px 5px;
}

    .widget-content .form-group {
        margin-bottom: 5px;
    }

    .widget-content legend {
        font-size: 14px;
    }

.dvBrand .widget-header {
    color: #ffffff;
    font-weight: 100 !important;
    background-color: #00567f !important;
    background-image: none;
    border: none;
}

.widgetTitle {
    font-size: 14px;
    font-weight: 700;
}

.widget-content .widgetTitle {
    font-size: 12px;
    font-weight: 100;
}

.productSection {
    font-size: 12px;
}

    .productSection .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .productSection div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .productSection .input-group-addon {
        padding-left: 5px;
        padding-right: 5px;
    }

/* ------------------------------------------------------------------------------------------------------------ */

.dvTable div.row {
    border-bottom: solid 1px #e0e0e0;
}

    .dvTable div.row:first-child {
        border-bottom: solid 1px #a0a0a0;
    }

    .dvTable div.row:last-child {
        border-bottom: none;
    }


/* ------------------------------------------------------------------------------------------------------------ */

.dvFilter {
    background-color: #dddddd;
    padding: 10px;
    margin-bottom: 5px;
}

.dvForm {
    background-color: #dddddd;
    padding: 10px;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.marginBootom0 {
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------------------------------------------------ */

legend {
    margin-bottom: 10px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.select2-container .select2-selection--single {
    /* min-height: 38px; */
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-dropdown {
    z-index: 2000;
}

.bootstrap-toolbar .select2-container {
    width: 150px !important;
}

.bootstrap-toolbar .select2-container {
    width: 150px !important;
}

/* ------------------------------------------------------------------------------------------------------------ */

.pnlButtons {
    float: left;
    padding-right: 4px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.clickable {
    cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------------ */

.approvalComment {
    font-style: italic;
    color: #808080;
}

/* ------------------------------------------------------------------------------------------------------------ */

.margin-top5 {
    margin-top: 5px;
}

/* ------------------------------------------------------------------------------------------------------------ */

.navbarTitle {
    color: white;
    font-size: 18px;
    font-family: "Open Sans"; /*'Nunito', sans-serif;*/
    font-weight: 300;
}

/* ------------------------------------------------------------------------------------------------------------ */

.imgShowHideFilter {
    width: 18px;
    height: 14px;
    margin-right: 15px;
}

.icoArrowDown {
    width: 32px;
    height: 32px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' /%3E%3C/svg%3E");*/
    background-image: url(../Images/chevron.down.svg);
    background-position: 10px 0px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin-top: -3px;
    margin-right: 8px;
}

.icoArrowUp {
    width: 32px;
    height: 32px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-up-fill' viewBox='0 0 16 16'%3E%3Cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3E%3C/svg%3E");*/
    background-image: url(../Images/chevron.up.svg);
    background-position: 10px 0px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin-top: -3px;
    margin-right: 8px;
}

.icoRemove {
    width: 32px;
    height: 32px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");*/
    background-image: url(../Images/xmark.svg);
    background-position: 10px 0px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-right: 8px;
}

.icoBtn {
    margin-top: 5px;
    margin-right: 0px;
    height: 18px;
}

/* ------------------------------------------------------------------------------------------------------------ */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

/* ------------------------------------------------------------------------------------------------------------ */

.modal-dialog {
    max-width: 80%;
}

#dvLoadingPopup .modal-dialog, #dvErrorSection .modal-dialog, #dvMessage .modal-dialog {
    max-width: 60%;
}

.modal-backdrop + .modal-backdrop {
    z-index: 1400 !important;
}

/*.modal + .modal {
    z-index: 1050;
}*/

.modal-header .btn-close {
    margin: -.5rem auto -.5rem 0rem !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
