.times,
.header-top {
    -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}
.container-fluid {
    padding: 0 5px;
}
.header-top {
    background: #ddd;
    height: 100px;
}
.header-top div {
    height: 100%;
}
.logoImg {
    padding: 15px;
    box-sizing: border-box;
    height: 100%;
}
.hideForUser {
    display: none !important;
}
.mAuto {
    text-align: center;
}
.header-top .row {
    margin-right: 0;
}
.header-top .row>div {
    display: flex;
    align-items: center;
}
.header-top .voteDate {
    justify-content: center;
}
.header-top .voteDate input {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    border: none;
}
.header-top .voteDate input:hover {
    cursor: pointer;
    background: #c00330;
    color: #fff;
    transition: 0.2s ease-in-out;
}
.header-top .voteDate input:focus {
    background: #c00330;
    color: #fff;
}
.header-top .logout {
    justify-content: flex-end;
}
.header-top .logout a {
    color: #000;
    transition: 0.2s ease-in-out;
}
.header-top .logout h4 {
    padding-left: 20px;
}
.header-top .logout a:hover {
    color: #c00330;
    text-decoration: none;
}

.table {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0 !important;
    border-bottom: 1px solid #ccc;
    margin-left: -15px;
    margin-left: -15px;
}
.greenDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c00330;
    position: absolute;
    top: 2px;
    right: 2px;
}
.table div {
    transition: 0.2s ease-in-out;
}
.table:hover div {
    background: #ddd;
}
.table:hover .greenDot {
    background-color: #c00330;
}
.column-name {
    width: 5%;
}
.times {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    height: 90%;
}
.columns-22,
.columns-22-times {
    justify-content: center;
    position: relative;
    width: 4.545454545454545%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.2s ease-in-out;
    text-align: center;
}
.columns-22-times {
    border: none;
    font-weight: bold;
}
.table .boldTime {
    font-weight: bold;
    /* display: contents; */
    display: none;
}


.done0 {
    background: #ccf7d6 !important;
}
.done1 {
    background: #dadada !important;
}
.done2 {
    background: #ffcccc !important;
}
.columns-22:not(.disableKo):hover {
    cursor: pointer;
    background-color: #c00330 !important;
    color: #fff;
}
.columns-22:not(.disableKo):hover .greenDot {
    background-color: #fff;
}
.column-name {
    height: 90%;
    display: flex;
    align-items: center;
}
/* Modal */
.modal {
    /* display: block; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 1000;
}
.modalInner {
    border-radius: 10px;
    display: block;
    position: fixed;
    top: 100px;
    bottom: 100px;
    left: 100px;
    right: 100px;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 20px #fff;
    padding: 20px;
    overflow-y: scroll;
}
.modalOut {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.modalOut h1,
#exitModal,
#showTime {
    line-height: 80px;
    color: #fff;
}
.modalOut h1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
#exitModal,
#showTime {
    position: fixed;
    top: 20px;
    font-size: 36px;
}
#exitModal {
    right: 60px;
    cursor: pointer;
}
#showTime {
    left: 100px;
}
#uplynul {
    margin-top: 0px;
    margin-bottom: 10pxpx;
    line-height: 20px;
    width: 100%;
    text-align: center;
    color: #c00330;
}
.boldOption {
    font-weight: bold;
}
.form-group {
    margin-bottom: 10px;
    /* margin-left: 1%; */
}
.form-group,
.form-check/* ,
input[type='text'],
label,
select */ {
    width: 100%;
    font-size: 15px;
}
input,
label {
    line-height: 20px;
}
select {
    height: 20px;
}
.form-item-doplnky label {
    width: auto;
}
.doplnkoveSluzby {
    column-count: 2;
}
.modalInner button,
.modalInner p {
    padding: 10px 20px;
    /* background: #fff; */
    border: none;
    border-radius: 5px;
    /* box-shadow: 0 0 20px #000; */
    transition: 0.2s ease-in-out;
}
.modalInner p {
    width: auto;
    display: inline-block;
    cursor: pointer;
}
#zmaz {
    display: none;
    float: right;
}
#vodicIsDrzitel {
    float: right;
    font-size: 15px;
    margin-top: -6px;
    position: relative;
    border-radius: 5px;
    transition: .2s ease-in-out;
    /* background-image: url('../i/grayBg.png');
    background-size: 10px 100%;
    background-repeat: no-repeat;
    background-position: right; */
}
/* #vodicIsDrzitel.active, */
#vodicIsDrzitel:hover {
    box-shadow: 0 0 10px #000;
    cursor: pointer;
}
#onOff {
    float: right;
    margin: 5px;
    width: 64px;
    /* height: 100%; */
    overflow: hidden;
    display: inline-block;
    box-shadow: inset 0 0 5px #000;
    border-radius: 5px;
}
#onOff div {
    width: 200%;
    position: relative;
    left: -64px;
    transition: 0.2s ease-in-out;
}
#vodicIsDrzitel.active #onOff div {
    left: 0px;
}
#vodicIsDrzitel>p {
    line-height: 20px;
    margin: 0;
}
#onOff p {
    margin: 0;
    width: 43%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px;
}
#onOff p:first-child {
    /* background-image: url('../i/grayBg.png'); */
    background-size: 10px 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #5cb85c;
}
#onOff p:nth-child(2) {
    width: 14% !important;
    height: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 0;
}
#onOff p:nth-child(3) {
    /* background-image: url('../i/greenBg.png'); */
    background-size: 10px 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #ddd;
}
#vodicIsDrzitel p {
    box-shadow: none !important;
}
#vodicIsDrzitel p:hover {
    border-color: #fff !important;
    color: #000 !important;
}
.modalDone {
    display: none;
    position: absolute;
    top: 5px;
    left: 10px;
    /* box-shadow: 0 0 20px #000; */
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.rezervationDone {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 20px;
    /* background: #fff; */
    border: none;
    border-radius: 5px;
    /* box-shadow: 0 0 20px #000; */
    transition: 0.2s ease-in-out;
}
.rezervationDone:first-child {
    margin-right: 10px;
}
.modal .rezervationDoneDiv {
    display: none;
    text-align: center;
    margin: auto;
    width: 50%;
    position: relative;
    top: 40px;
}
.btn-danger:hover,
.modalDone p:hover {
    background: #c00330;
    color: #fff;
}
.btn-success:hover {
    background: #1d441d !important;
}
#modalMove {
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
    padding: 20px;
    border-radius: 5px;
}
#modalMove.active {
    box-shadow: inset 0 0 10px #000;
}
.hideDetail {
    display: none;
}
.timeLine {
    display: flex;
    margin: 0;
}
#modalMove .hideDetail {
    display: block;
}
#moveHelp {
    display: none;
    cursor: pointer;
}
#moveHelp.active {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 10px #000;
    height: 50px;
    width: 100px;
    content: 'f15c';
    border-radius: 5px;
    margin-right: 50px;
}
#moveHelp .hideDetail,
#moveHelp .boldTime {
    display: none;
}
.timeLine {
    width: 4%;
    display: inline-block;
    float: left;
}
.times {
    display: block;
    width: 100%;
}
.columns-22-times,
.columns-22,
.column-name {
    width: 100%;
    height: 45px;
}

.table {
    width: 100%;
    display: inline-block;
    border: none;
    height: auto;
}
.column-name {
    /* margin-bottom: 10px; */
    text-align: center;
    justify-content: center;
    height: 75px;
    display: block;
}
.column-name p {
    margin: 0;
}
.column-name p:nth-child(2) {
    font-size: 12px;
    color: #aaa;
}
#loadTable {
    width: 95%;
    display: flex;
    margin-bottom: 20px;
}
.nbsp {
    color: #fff;
}

/* Filter */
#filter {
    overflow: hidden;
    width: 100%;
}
.prehlad_rezervacii h2 {
    text-align: center;
    border-bottom: 1px solid #ddd;
}
#showFilter:hover {
    transition: .2s ease-in-out;
}
#showFilter:hover {
    border-bottom: 1px solid #c00330;
    color: #c00330;
    cursor: pointer;
}
#filter #allDates {
    background: #fff;
    transition: .2s ease-in-out;
}
#filter #allDates:hover {
    cursor: pointer;
    background-color: #c00330;
    color: #fff;
}
/* Prehľad rezervácií */
.rezervations .row div {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rezervations .row {
    transition: .2s ease-in-out;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}
.rezervations .row:hover {
    background: #c00330 !important;
    color: #fff;
}
.rezervations .row.noHover:hover {
    background: #fff !important;
    color: #000;
}
#overviewRezervationsHeaading {
    text-align: left;
}
#csvExport {
    float: right;
    margin-top: -10px;
    margin-right: 10px;
}


/* pager */
.pager p {
    display: inline-block;
    font-size: 18px;
    padding: 5px 7px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
}
.pager p.active,
.pager p:hover {
    background-color: #ccc;
    color: #fff;
    cursor: pointer;
}

.fromInternet {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/images/fromInternet.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: .1;
}
.idSKo {
    height: 90px;
}
.disableKo {
    border: none;
}
.technikKo {
    margin-left: 1% !important;
    background-color: #ededed;
}