﻿/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
a {
    color: #007ea7;
}

.radioButtonList td {
    vertical-align: top;
}

.radioButtonList input[type="radio"] {
    float: left;
}

.radioButtonList label {
    display: block;
    padding: 5px 5px 5px 20px;
    line-height: 1;
    font-size: 10px;
}

.DateTimeInput {
    padding: 5px;
    width: 100%;
}

.Centered {
    margin: 0 auto;
}

label {
}

.iReturnedLate {
    width: 20px !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

body {
    position: relative;
    overflow-x: hidden;
    padding: 0 !important;
}

body,
html {
    height: 100%;
}

.menuIcon {
    padding-right: 30px;
}

.stickyColumn {
    position: sticky;
    top: 0px;
    background-color: #34495e;
    color: white;
}

h3 {
    font-size: 40px;
}

.dbVersionLabel {
    position: absolute;
    color: #a5a5a0;
    right: 15px;
    bottom: 30px;
}

.versionLabel {
    position: absolute;
    color: #a5a5a0;
    right: 15px;
    bottom: 15px;
}

.smallTipButton {
    background-color: #003459;
    color: white;
    font-weight: bold;
    font-size: 17px;
    border: 1px solid transparent;
    border-radius: 5px;
    /* width: 40px; */
    text-align: center;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    margin-left: 3px;
}

    .smallTipButton a {
        color: white;
        /* display: block; */
    }

.nav .open > a {
    background-color: transparent;
}

    .nav .open > a:hover {
        background-color: transparent;
    }

    .nav .open > a:focus {
        background-color: transparent;
    }

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 220px;
    }

        #wrapper.toggled #sidebar-wrapper {
            width: 220px;
        }

.menuIconsPadding {
    padding-left: 220px;
}

.menuIcons {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1a1a1a;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }

#page-content-wrapper {
    padding-top: 50px;
    padding-left: 35px;
    width: 100%;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
    max-height: 100vh;
    overflow-y: auto;
}

    .sidebar-nav li {
        display: inline-block;
        line-height: 20px;
        position: relative;
        width: 100%;
    }

        .sidebar-nav li:before {
            background-color: #1c1c1c;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            -webkit-transition: width 0.2s ease-in;
            transition: width 0.2s ease-in;
            width: 3px;
            z-index: -1;
        }

        .sidebar-nav li:first-child a {
            /*background-color: #1a1a1a;*/
            /*color: #ffffff;*/
        }

/*.sidebar-nav li:nth-child(2):before {
            background-color: #0083b5;
        }

        .sidebar-nav li:nth-child(3):before {
            background-color: #0096cf;
        }

        .sidebar-nav li:nth-child(4):before {
            background-color: #00a8e8;
        }

        .sidebar-nav li:nth-child(5):before {
            background-color: #02b9ff;
        }

        .sidebar-nav li:nth-child(6):before {
            background-color: #1cc0ff;
        }

        .sidebar-nav li:nth-child(7):before {
            background-color: #36c7ff;
        }

        .sidebar-nav li:nth-child(8):before {
            background-color: #4fceff;
        }

        .sidebar-nav li:nth-child(9):before {
            background-color: #69d5ff;
        }*/

.checkboxInMenu {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #dddddd;
}

.greyBackgroundColor {
    background-color: #1a1a1a;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 999;
}

    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: black;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(0, 0, 0, 0.7);
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        background-color: rgba(0, 0, 0, 0.7);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: black;
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        background-color: black;
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: black;
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: black;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.tileDisproported {
    margin-bottom: 0px;
    margin-top: 0px;
    /*background: #003459;*/
    border-radius: 0;
    padding: 10px;
}

.tile {
    margin-bottom: 0px;
    margin-top: 0px;
    /*background: #003459;*/
    border-radius: 0;
    height: 185px;
}

.dynamicTile .col-sm-2.col-xs-4 {
    padding: 5px;
}

.dynamicTile .col-sm-4.col-xs-8 {
    padding: 5px;
}

.dynamicTile .col-sm-8.col-xs-12 {
    padding: 5px;
}

.tile1 {
    background: rgb(0, 172, 238);
}

.tile2 {
    background: rgb(62, 157, 215);
}

.tile3 {
    background: rgb(71, 193, 228);
}


.tile4 {
    background: rgb(71, 193, 228);
}

.tileEnabled {
    cursor: pointer;
}

.tileDisabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.tile5 {
    background: #ff8c00;
}

.tile6 {
    background: rgb(62, 157, 215);
}

/* Informační panel na hlavní stránce */
.tile7 {
    background: #007ea7;
}

.infoRowClick {
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.divInfoClick {
    cursor: pointer;
    float: left;
    color: white;
    font-size: 14px;
}

    .divInfoClick:hover {
        color: black !important;
        font-size: 14px;
    }

.infoPnlCaption {
    font-family: Segoe UI;
    color: white;
    font-size: 12pt;
    font-weight: 600;
    padding-bottom: 2px;
}

.infoPnlLbl {
    color: white;
    font-size: 14px;
}

.infoPnlLblClick {
    color: white;
    font-size: 14px;
}

    .infoPnlLblClick:hover {
        color: black;
    }

.bgRedRounded {
    background-color: red;
    border-radius: 5px;
}

/* KONEC Informační panel na hlavní stránce KONEC */

.tile8 {
    background: #003459;
}

.tile9 {
    background: #003459;
}

/*-----------------------------------------------------------------------*/
/*     Warming bar s linkem na průvodce nastavení na default strance     */
/*-----------------------------------------------------------------------*/

.setUpAlert {
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.setUpAlertWarning {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .setUpAlertWarning a {
        font-size: 22px;
    }

.setUpAlertWarningLbl {
    font-size: 12px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 5px;
}

.closeBtnSetUpWarning {
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #34495e;
    border-color: #415b76;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}

    .closeBtnSetUpWarning:hover {
        color: #fff;
        background-color: #415b76;
        border-color: #415b76;
    }

/*---------------------------------------------------------------*/
/*           Prvni rada "tlacitek" na default strance            */
/*---------------------------------------------------------------*/
.tileFirstRowTiles {
    margin-bottom: 0px;
    height: 157px;
    width: 100%;
    background: #003459;
    /**/
}

.tileFirstRowTilesFA {
    font-size: 58px;
}

.tileFirstRowCaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 30px;
}

#tileFirstRowTile1 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile1:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileFirstRowTile2 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile2:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileFirstRowTile3 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile3:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileFirstRowTile4 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile4:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

.tileFirstRowTile4ClickDiv {
    height: 157px;
    width: 100%;
    background: #003459;
    border-radius: 0px;
    cursor: pointer
}

.tileFirstRowTile4ClickDivDisable {
    height: 157px;
    width: 100%;
    background: #003459;
    border-radius: 10px;
    opacity: 0.3;
    cursor: not-allowed;
}

#tileFirstRowTile5 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile5:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileFirstRowTile6 {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileFirstRowTile6:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

/*---------------------------------------------------------------*/
/*     KONEC Prvni rada "tlacitek" na default strance            */
/*---------------------------------------------------------------*/

/* Nadpis modal oken */
h4.modalTitleModified1 {
    font-size: 24px;
    margin: 0;
    line-height: 1.42857143;
}

.labelLeft {
    text-align: left;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 29, 37, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(20, 29, 37, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(20, 29, 37, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(20, 29, 37, 0.4);
        box-shadow: 0 0 0 0 rgba(20, 29, 37, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(20, 29, 37, 0);
        box-shadow: 0 0 0 10px rgba(20, 29, 37, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(20, 29, 37, 0);
        box-shadow: 0 0 0 0 rgba(20, 29, 37, 0);
    }
}

#tile9:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.tile10 {
    background: rgb(0, 93, 233);
}

.tilecaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 36px;
}

.panelButtons {
    font-size: 12px;
    margin: 3px;
}

.gridMainDiv {
    border: 1px solid #003459;
    border-radius: 4px;
}

.gridLeftDiv {
    border-right: 1px solid #003459;
    padding: 5px;
    padding-right: 10px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: white; /* adjust as needed */
    cursor: pointer;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    cursor: pointer;
}

.panel-heading {
    font-weight: bold;
    color: white;
    background-color: #003459;
    cursor: pointer;
}

.contractHeader {
    padding-left: 50px;
}

.modalLoading {
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.centerLoading {
    text-align: center;
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 900px;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 10px;
}

.sideMenu li {
    background-color: #003459;
    color: white;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid transparent;
    border-radius: 10px;
    width: 40px;
    text-align: center;
    margin: 5px;
    list-style-type: none;
}

.coverDiv {
    width: 98%;
    height: 86%;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding-top: 100px;
}

.coverPanelDiv {
    width: 95%;
    height: 80%;
    position: absolute;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    padding-top: 50px;
    top: 45px;
}

.sideMenu a {
    color: white;
    display: block;
}

.hidePanel {
    display: none;
}

.rightBorder {
    border-right: 1px solid #003459;
    padding: 5px;
}

.subDiv {
    margin-left: 40px;
    margin-right: 100px;
}

.verticalLine {
    border-left: 1px solid white;
    padding-left: 5px;
}

.inlineBlock {
    display: inline-block;
}

.btn-info {
    padding-bottom: 2px;
}

.CustomerInformation {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 5px;
}

.version {
    font-family: 'Indie Flower', cursive;
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    writing-mode: lr-tb;
    display: inline-block;
    position: relative;
    top: -40px;
    left: -20px;
    font-size: 70px;
    color: #3e9dd7;
}

.item {
    color: black;
}

.returnedItem {
    color: lightgray;
}

.bigButton {
    height: 157px;
    width: 100%;
    background: #003459;
    border-radius: 10px;
    cursor: pointer;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 40px;
}

#btn-confirm {
    cursor: pointer;
}

.overviewTile {
    max-height: 500px;
    width: 100%;
    background: #337ab7;
    color: black;
    padding: 20px;
    margin: 10px;
    margin-right: 20px;
    display: inline-block;
    min-width: 250px;
    box-shadow: 0 16px 12px -12px black;
    font-size: 40px;
}

.overviewTileTime {
    font-size: 100px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#mobileContainer {
    font-size: 40px;
}

.mobileDateRow {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 60px;
    border: 1px solid black;
    border-radius: 17px;
}

.mobileButton {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 17px;
    background-color: #2c3e50;
    color: white;
    min-height: 120px;
    min-width: 120px;
}

.alert-realised {
    margin-bottom: 5px !important;
}

.invisibleText::first-line {
    background-color: #49FF49;
    color: #49FF49;
}

#ctl00_phldContent_Properties > .row {
    padding: 2px;
}

    #ctl00_phldContent_Properties > .row:nth-child(2n + 1) {
        background-color: #e3e3e3;
    }

.white-gray-rows > .row:nth-child(2n + 1) {
    background-color: #e3e3e3;
}

#ctl00_phldContent_aspxScheduler_viewNavigatorBlock_ctl00_BG_ctl03_CD span {
    /*display: none !important;*/
}

#ctl00_phldContent_aspxScheduler_viewNavigatorBlock_ctl00_BG_ctl03_CD::after {
    /*content: "Dnes" !important;*/
}

/*
.dxscControlSys > tbody > tr td {
    padding: 1px 0px 2px 1px;
}

.dxscControlSys > tr td {
    padding: 1px 0px 2px 1px;
}

.dxscControlSys > tbody > tr:first-child td {
    padding: 6px 0px 6px 0px;
    z-index: 120;
    position: sticky;
    width: auto;
    top: 0;
}

#ctl00_phldContent_aspxScheduler_containerBlock_content > thead > tr:first-child td {
    padding: 6px 0px 6px 0px;
    z-index: 120;
    position: sticky;
    width: auto;
    top: 65px;
}

.dxscControlSys > tr td {
    padding: 1px 0px 2px 1px;
}
*/
#bToTop {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: rgb(255, 157, 76);
    opacity: 0.7;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #bToTop:hover {
        background-color: #000;
        opacity: 0.4;
    }

.infoTextGreen {
    background: #c6f9c2;
    padding: 8px;
    border-radius: 6px;
    font-size: 12pt;
}

.textBoxIncDecAmount {
    margin-top: 0px;
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btnIncAmount {
    padding: 8px 0px 0px 0px;
    width: 22px;
    height: 34px;
    border-radius: 0px 0px 0px 0px;
}

.btnDecAmount {
    padding: 8px 0px 0px 0px;
    width: 22px;
    height: 34px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*--------------------------------------*/
/*    SettingReports.aspx a .ascx       */
/*--------------------------------------*/
.errMsg {
    color: red;
}

.SetRepLabelInfo {
    font-size: 16px;
    color: #3498db;
    font-weight: bold;
}

.SetRepLabel {
    font-size: 14px;
}

#navTab a {
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    color: white;
    background-color: #003459;
    border: none;
    border-radius: 10px 5px 5px 5px;
}

    #navTab a:hover {
        color: white;
        background-color: #3498db;
        border-color: #3498db;
    }

.navBtnActive {
    background-color: #3498db !important;
    border-color: #3498db !important;
}

    .navBtnActive:hover {
        background-color: #003459 !important;
        border-color: #003459 !important;
    }

.resizeNone {
    resize: none;
}

.btnDeleteLogo {
    background-color: #f5390f !important;
}

    .btnDeleteLogo:hover {
        background-color: #ed6446 !important;
    }

.file-upload {
    display: inline-block;
    text-align: center;
    cursor: default;
    color: #fff;
    background-color: #34495e;
    padding: 10px 15px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .file-upload:hover {
        color: #fff;
        background-color: #415b76;
        border-color: #415b76;
        outline: 0;
        cursor: pointer;
    }

    .file-upload, .file-upload span {
    }

        .file-upload input {
            display: none;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: inherit;
            text-align: center;
            vertical-align: middle;
        }

        .file-upload span {
            display: inline-block;
            text-align: center;
            padding-top: 0px;
        }

.dxeRoot_Material tbody tr td {
    padding-top: 2px !important;
}

/*---------------------------------------------*/
/*     DefineAddItems.aspx                    */
/*--------------------------------------------*/

.btnDaiStoring {
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}

/* fAQ*/

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080"; /* "play" icon */
    float: right;
    color: #454444;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

/*--------------------------------------*/
/*    TakingsOverview.aspx              */
/*--------------------------------------*/

.toPnl {
    margin-left: 15px;
    padding-left: 30px;
}

    .toPnl table tbody tr td {
        padding: 2px 0px 2px 0px;
    }

.toTbCaption {
    font-size: 18px;
    font-weight: 600;
}

.toRowColCaption {
    font-size: 20px;
    font-weight: bold;
}

.toSumNums {
    font-weight: bold;
    font-size: 20px;
}

.toTdRowCapt {
    text-align: right !important;
    border: 0px !important;
    font-size: 20px;
    font-weight: bold;
}

.toInnerTb {
    /*width: 180px;*/
}

    .toInnerTb thead tr td {
        text-align: center;
        width: 150px;
        height: 40px;
    }

    .toInnerTb tbody tr td {
        text-align: center;
        width: 150px;
        height: 40px;
    }

    .toInnerTb tbody tr td {
        border-style: solid;
        border-color: black;
        border-width: 0px 0px 1px 0px;
    }

/*--------------------------------------*/
/*    OverviewDashboard.aspx            */
/*--------------------------------------*/

.odTileBlackBlue {
    background: #003459;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

.odTileLightBlue {
    background: rgb(71, 193, 228);
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

.odTileTurquoise {
    background: #007ea7;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

.odTileValue {
    position: relative;
    top: 50%;
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 28px;
}

.odTileText {
    position: relative;
    top: 50%;
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 24px;
}

.odTileRptText {
    position: relative;
    top: 50%;
    margin: 0 !important;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
    font-size: 16px;
}

.tour-backdrop {
    opacity: .6
}

.AddOtherItemButton {
    border: 1px solid black;
    color: black;
    border-radius: 4px;
    padding: 6px;
    /* padding-left: 20px; */
    width: 100%;
    display: inline-block;
    text-align: center;
}

.AddOtherItemReturnButton {
    border: 1px solid black;
    color: black;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
}


.InlineTextBox {
    width: 100%;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

.AddGroup {
    border: 1px solid black;
    color: black;
    border-radius: 4px;
    padding: 6px;
    /* padding-left: 20px; */
    width: 100%;
    display: inline-block;
    text-align: center;
}

.messagealert {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 100000;
    padding-right: 100px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
}

.RefreshButton {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-top: 20px;
}

.btnCloseModal {
    text-align: center;
    margin: 3px 3px 3px 3px;
    width: 290px;
}

.BarcodeModalTitle {
    font-weight: 100;
    font-size: 25px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
    background-color: #34495e;
    color: white;
    border-radius: 0px 0px 10px 0px;
    padding-bottom: 5px;
    text-align: center;
}

.OrderDetailModalTitle {
    font-weight: 100;
    font-size: 25px;
    margin: 0px;
    padding-top: 5px;
    padding-left: 15px;
    background-color: #34495e;
    color: white;
    border-radius: 0px 0px 10px 10px;
    padding-bottom: 5px;
    text-align: center;
}

.BarcodeModalReservationLabel {
    font-size: 20px;
}

.BarcodeModalReservationContainer {
    display: block;
    text-align: center;
}

.BarcodeModalRervationBigLabel {
    font-weight: 800;
    font-size: 40px;
}

.BarcodeModalCustomerLabel {
    font-size: 20px;
}

.BarcodeModalCustomerBigLabel {
    font-weight: 800;
    font-size: 40px;
}

.BarcodeModalCustomerContainer {
    display: block;
    text-align: center;
}

.BarcodeModalAccessoryBigLabel {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
}

.BarcodeModalAccessoryLabel {
    display: block;
    text-align: center;
    font-size: 28px;
}

.BarcodeModalEquipmentBigLabel {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 40px;
}

.BarcodeModalEquipmentLabel {
    display: block;
    text-align: center;
    font-size: 28px;
}


.BarcodeModalButton {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}


/*---------------------------------------------------------------*/
/*                  INSTRUKTORSKÁ SEKCE                          */
/*---------------------------------------------------------------*/
.tileInstructor {
    margin-bottom: 0px;
    border-radius: 10px;
}

.tileInstructorCaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 3em;
}

#tileInstructorAvailability {
    background: #003459;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileInstructorAvailability:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileInstructorPersonalData {
    background: #3e9dd7;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileInstructorPersonalData:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

#tileInstructorSalary {
    background: #007ea7;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(20, 29, 37, 0.8);
}

    #tileInstructorSalary:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }


.nearestCoursesPnl {
    display: inline-block;
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    color: white;
    background: #3e9dd7;
    width: 100%;
    min-width: 250px;
    padding: 0.5em;
    margin: 0.25em;
    box-shadow: 0 16px 12px -12px black;
    border-radius: 10px;
}

    .nearestCoursesPnl .row {
    }


/*---------------------------------------------------------------*/
/*     KONEC Prvni rada "tlacitek" na default strance            */
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*                  Tlacitka pro vyber meny                      */
/*---------------------------------------------------------------*/
.currency-button.disabled, .currency-button[disabled] {
    color: #fff;
    background-color: #34495e;
    opacity: 1;
}

    .currency-button.disabled:hover, .currency-button[disabled]:hover {
        color: #fff;
        background-color: #34495e;
        opacity: 1;
    }

.currency-button:enabled:hover, .currency-button[enabled]:hover {
    color: #fff;
    background-color: #34495e;
    opacity: 0.8;
}

/*---------------------------------------------------------------*/
/*                 Cash desk period end closings                 */
/*---------------------------------------------------------------*/

#ChooseCashDesk {
}

#gvPeriondEndClosingsContainer {
    padding-bottom: 10px;
}

#CreateNew {
}

#PeriondEndClosingsView {
    text-align: center;
    padding-bottom: 40px;
}


.BorderedFilterPanel {
    border: 1px solid #d2d2d2;
    padding: 10px 10px 10px 10px;
    margin: 20px;
    border-radius: 5px;
}

.input-date {
    padding: 0.25em 1em;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 1px 0px;
}

.sale-lovedit > input {
    height: 26px !important;
    padding: 0 0 0 30px !important;
}

.sale-lovedit > a > img {
    width: 15px !important;
    top: 7px;
}

input[type=checkbox] {
    margin-top: 10px;
    margin-right: 4px;
}


.FixedOtherItemsContainer {
    padding: 0px;
    text-align: right;
}

.FixedOtherItem {
    background-color: darkcyan;
    color: white;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    margin-top: 5px;
}

.QuickItemButton {
    background-color: rgb(33, 132, 190);
    color: white;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    margin-top: 0px;
}

.menuDisabled {
    visibility: hidden;
}

.menuEnabled {
    visibility: visible;
}

#ctl00_phldContent_lAdvanceStatusVal {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 1em 1em;
}

.OrderPanelHeader {
    font-size: 30px;
    opacity: 0.3;
    position: absolute;
    left: 0px;
    top: 0px;
}

.OrderPanelHeaderPadded {
    font-size: 30px;
    opacity: 0.3;
    position: absolute;
    left: 20px;
    top: 0px;
}

.OrderPanelDepositButton {
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 10;
}

.OrderPanel {
    background-color: #f7f7f7;
    padding: 10px;
}

.HighlightFocus {
    background: white;
}

    .HighlightFocus:focus {
        background: #fffb4d;
    }

.HighlightFocusWithGreen {
    background: white;
}

    .HighlightFocusWithGreen:focus {
        background-color: #1BFF1B;
    }


.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.LowPadding {
    padding: 5px;
}

.PaymentTable {
    width: 100%
}

    .PaymentTable thead {
        font-weight: bold;
    }

.PaymentHistoryHeader {
    font-size: 30px;
    opacity: 0.3;
    font-weight: normal;
}

.rightBorderLight {
    border-right: 1px solid #000;
}

#ctl00_phldContent_OrderPayment_pCurrencySettings {
    padding-top: 50px;
}

.p-10 {
    padding: 10px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-0 {
    margin-right: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}


@media (max-width: 1365px) {
    .modal-width-s {
        width: auto;
    }
}

@media (min-width: 1366px) {
    .modal-width-m {
        width: 1324px;
    }
}

.RadioButtonList-Default {
}

    .RadioButtonList-Default tbody tr td {
        padding-right: 1em;
    }

        .RadioButtonList-Default tbody tr td input {
            margin-right: 0.5em !important;
        }

.textbox-unit-container {
    position: relative;
    box-sizing: border-box;
}

    .textbox-unit-container > .unit-label {
        position: absolute;
        right: 4px;
        top: 4px;
    }

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.d-flex {
    display: flex !important;
}

.justify-content-space-around {
    justify-content: space-around;
}


.pr-30 {
    padding-right: 23px;
}

.pr-16 {
    padding-right: 16px;
}

.rent-form {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.rent-form-row {
    display: flex;
    column-gap: 20px;
}

.rent-form-col {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.rent-form > .rent-form-row > .rent-form-col > .rent-from-btn {
    width: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.m-auto {
    margin: 0 auto !important;
}

#sig-canvas {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

.btn-custom-big {
    width: 70%;
    margin: 10px 0 10px 0 !important;
}

    .btn-custom-big > .dxb {
        width: 100%;
    }

        .btn-custom-big > .dxb > span {
            text-align: center;
            width: 100%;
        }

.sign-box {
    display: flex;
    flex-flow: column;
    margin: 0;
}

.sign-box-canvas {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    touch-action: none;
}

.btn-sign {
    height: 160px;
    width: 160px;
}

.sign-box-doc {
    flex: 1 1 auto;
}

.note-modal-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.note-area {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.note-container {
    position: relative;
    box-sizing: border-box;
}

    .note-container > .note-btn {
        position: absolute;
        right: 4px;
        top: 4px;
    }

.justify-content-end {
    justify-content: end !important;
}

.edit-container {
    padding: 20px 10px 0 10px;
}

.w-30 {
    width: 30%;
}

.hidden {
    visibility: hidden;
}

.position-absolute {
    position: absolute;
}

.order-item {
    margin: 20px 0 0 0;
}

.h-26 {
    height: 26px !important;
}
/*.item-container .order-item:nth-child(even)*/
/*{*/
/*    background-color: #0a53be;*/
/*}*/

.text-bold {
    font-size: 20px;
    font-weight: bold;
}

.tar {
    text-align: right;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.reservationDot {
    height: 10px;
    width: 10px;
    background-color: #DEAEF4;
    border-radius: 50%;
    display: inline-block;
}

.flex-spacebetween {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.text-align-left {
    text-align: left !important;
}

.fullWidth {
    width: 100%;
}

.margin-left {
    margin-left: 5px;
}

.contract-item-dates-container {
    display: flex;
    flex-direction: column;
    /*gap: 2px;*/
}

.contract-item-dates-container > div {
    height: 14px;
}

.contract-item-dates-container span {
    font-size: 10px;
    color: #5b5b5b;
}