/* ===================================
    About
====================================== */
/*
    Theme Name: ThisTheme
    Theme URI:
    Author: Tao Scorpi
    Author URI:

*/
/* ===================================
    @Fouc
====================================== */

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: 0.0; }
    60% { opacity: 0.0; }
    80% { opacity: 0.9; }
    100% { opacity: 1; }
}

.no-fouc {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    animation-iteration-count:0.7;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    opacity: 1;

}

.odd{background-color: #F4F4F4;}

.topnav li.active {
    background-color: #00abff;
    border-radius: 5px;
}

/* ===================================
    @Bootstrap
====================================== */

.w-20 {
    width: 20%;
}
.w-70 {
    width: 70%;
}
.w-40{
    width: 40%;
}
.h-100 {
    min-height:100px;
}
.m-auto {
    margin: 0 auto;
}
.pt-30 {
    padding-top:30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.mw-300 {
    min-width: 300px;
}
.mw-620{
    min-width: 620px;
}
.plr-35{
    padding: 0 35px;
}
.plr-80{
    padding: 0 80px;
}
.mh-20 {
    min-height: 20px;
}
.pl-60 {
    padding-left: 60px;
}
.lh-0 {
    line-height: 1 !important;
}
.brl-0 {
    border-radius: 0 2px 2px 0;
}

/* ===================================
    @Primary styling
====================================== */
h2.title-no {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 4px;
}
h5.title {
    font-weight: 600;
}
.text-bold {
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.small, small {
    font-size: 90%;
    font-weight: 400;
    line-height: 1.2;
}
.list-unstyled {
    margin-bottom: 0;
}
.bold,
.bold .btn,
.bold h5,
.bold .fal {
    font-weight: 700;
    margin-bottom: 0;
}
.btn.bold
.list-inline-separate > li::before {
    color: transparent;
}
/* ===================================
  @ALERTS
====================================== */
.text-danger {
    color: #d23e33 !important;
}
.text-danger sup {
    font-size: 7px;
}
.ui-pnotify.alert-styled-left::after {
    left: 15px;
}
/* ===================================
  @BORDERS
====================================== */
.dashed-border-top{
    border-top: 1px dashed;
}

/* ===================================
  @BUTTONS
====================================== */
.theme-btn {
    border-radius: 0;
    min-width: 120px;
    padding: 12px 38px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border: 0;
}

.theme-btn-link {
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400;
}
.btn-link {
    border:none !important;
    padding:10px !important;
    min-width:25px !important;
}
.theme .btn-link:hover{
    text-decoration: none;
    color: #3276b1;
}
.theme .btn.btn-rounded {
    border:0;
    text-align: center;
    border-radius: 50px;
    background: #e7e7e7;
    margin: 15px 5px;
    padding: 2px 10px !important;
    color: #182846;
}
.theme .btn.btn-rounded:hover{
    background: #5a8cb3;
    color: #fff;
    opacity: 0.6;
    border:0;
}
.btn.cal {
    margin: 0;
    min-width: 0px;
}
.bg-color .theme-btn-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
}
.bg-color .theme-btn-link:hover {
    color: #fff;
    opacity: 0.8;
}
.theme-btn-link:after {
    border-style: solid;
    border-width: 0.20em 0.20em 0 0;
    content: '';
    display: inline-block;
    height: 0.65em;
    left: 5px;
    transform: rotate(45deg);
    position: relative;
    top: 0.40em;
    vertical-align: top;
    width: 0.65em;
}
.theme-btn-link:hover:after {
    opacity: 0.8;
    left: 10px;
}

.bg-whiteColor {
    background-color: #fff;
}
.theme-btn-link:hover{
    background: transparent;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #d7ebff;
    border-color: #357ebd;
    margin: 0 10px;
    min-width: 80px;
    border: 1px solid #d7ebff;
}
.btn-primary:not(:first-child) {
    /* margin-left:0!important;*/
}

.btn-transparent {
    color: #333;
    border: 1px solid #333;
    background: transparent;
    border-radius: 50rem !important;
}

.btn-transparent:active,.btn-transparent:hover,.btn-transparent:focus {
    color: #333 !important;
}
.btn {
    display: inline-block;
    padding: 12px 12px !important;
    margin-bottom: 0;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #333;
    min-width: 110px;
    transition: all 0s;
}
#formPrihlasenie .btn, #formResetHesla .btn {
    border-color:rgba(24,40,70,1.00);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn i {
    margin-right: 5px;
}
.btn:focus{color:white}

.btn-save {
    color: #fff;
    background-color: #198754;
    margin: 0 10px;
    border: 1px solid #198754;
    border-radius: 50rem !important;
}
.btn-save:hover,
.btn-save:focus,
.btn-save:active,
.btn-save.active,
.open .dropdown-toggle.btn-save {
    color: #fff;
    background-color: #0B6C3F;
    border-color: #198754;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006EBF;
    border-color: #006EBF;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}
.btn-count {
    min-width: 0;
    padding: 4px !important;
    text-align: center;
    display: block;
    font-size: 10px !important;
    margin: 0;
    border: 0px;
    background: #eaeef1;
    color: #76797d;
}
.btn-count i {
    margin-right: 0;
}
.btn-success {
    color: #fff!important;
    background-color: #45B6B0!important;
    border-color: #45B6B0!important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #5f5f5f;
    background-color: #c7c9cb;
    border-color: #b3b3b3;
    cursor: no-drop;
}
.theme .multiselect.dropdown-toggle {
    text-align: left;
}
.theme .multiselect.dropdown-toggle.btn.btn-default {
    background:#fff !important;
    border: 1px solid #3f96e3!important;
    color: #000 !important;
    font-size: 14px!important;
}
.theme .row-border .multiselect.dropdown-toggle.btn.btn-default {
    color: #4c5b68 !important;
    font-size: 15px !important;
}
.multiselect.dropdown-toggle::after {
    content: '';
}
.multiselect.dropdown-toggle.btn {
    padding: 10px 10px 4px 10px !important; 
    height:34px;
}
.multiselect-container.dropdown-menu {
    background-color: #fff;
}

.form-horizontal .dropdown-menu > li > a .checkbox .checker, .form-horizontal .checkbox-inline .checker {
    top: 12px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff!important;
    background-color: #3DA09A!important;
    border-color: #3DA09A!important;
}
.btn-outline-danger {
    border-color: #FF4747!important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    background-color: #FF4747!important;
}
.btn.btn-rez {
    min-width: 88px!important;
    padding: 5px 10px !important;
    border-radius: 50rem !important;
}
.ui-pnotify-action-bar .btn {
    border-radius: 50rem !important;
}
#btn-r-ulozit {
    margin-right: 25px!important;
}
#btnDlgZrusenieRezervacie {
    margin-right: 10px!important;
}
@media (min-width: 390px) {
    .btn.btn-rez {
        min-width: 92px!important;
    }
    #btn-r-ulozit {
        margin-right: 28px!important;
    }
    #btnDlgZrusenieRezervacie {
        margin-right: 10px!important;
    }
}
@media (min-width: 430px) {
    .btn.btn-rez {
        min-width: 100px!important;
    }
    #btn-r-ulozit {
        margin-right: 44px!important;
    }
    #btnDlgZrusenieRezervacie {
        margin-right: 10px!important;
    }
}
@media (min-width: 980px) {
    #btn-r-ulozit {
        margin-right: 0px!important;
    }
    #btnDlgZrusenieRezervacie {
        margin-right: 0px!important;
    }
}
.btn-outline-success {
    color: #198754!important;
    border-color: #198754!important;
}
.btn-outline-success:hover {
    color: #fff!important;
    background-color: #198754!important;
    border-color: #198754!important;
}
.btn-info {
    color: #0d6efd!important;
    background-color: #fff !important;
    border-color: #0d6efd!important;
    min-width: 70px;
    border-radius: 50rem !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff!important;
    background-color: #0d6efd !important;
    border-color: #0d6efd!important;
}
.btn-warning {
    color: #fff!important;
    background-color:#FBB44C!important;
    border-color: #FBB44C!important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff!important;
    background-color: #EDA849!important;
    border-color: #EDA849!important;
}
.btn-danger {
    color: #fff!important;
    background-color: #FF6B6B!important;
    border-color: #FF6B6B!important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff!important;
    background-color: #E86161!important;
    border-color: #E86161!important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFF!important;
    background-color: #9BAFBF!important;
    border-color: #333!important;
}
.btn-default {
    color: #FFF!important;
    background-color: #9bafbf !important;
    border-color: #333!important;
}
.btn-transparent {
    color: #333;
}
.btn-transparent:hover {
    color: #000;
}
.text-white .btn-transparent {
    color: #fff;
}
.btn-link:focus {
    text-decoration: none;
    outline: none;
}
.btn.active,
.btn-transparent.active,
.btn:active {
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 100px rgba(0,0,0,0) inset !important;
}
/* ===================================
   @POSITIONING
====================================== */

.hide {
    display:none;
}

/* ===================================
   @FORM
====================================== */

.bg-color .form-control::placeholder {
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    text-transform:uppercase;
}
.bg-color .form-control {
    font-family: 'Inter', sans-serif;
    display: block;
    width: 100%;
    height: 42px;
    padding: 12px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #fff !important;
    background-color: rgba(255,255,255,0.3);
    background-image: none;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 0;
    -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,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;
    min-height:40px;
}
.form-control::placeholder {
    color: #76798c;
    opacity: 1;
    font-style: italic;
}
.form-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: black;
}
.form-title i{
    font-size: 12px;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: none;
}
label.asPlaceholder {
    color: #76798c;
    opacity: 1;
    font-style: italic;
    margin-left:15px;
}
.form-horizontal .checkbox-inline.checkbox-right.asPlaceholder .checker {
    top: 2px; /* form editácia - takto mi to ukazuje lepcie */
}
.form-horizontal {
    padding:5px; /* nedávať neproporčný padding, inak necentruje !!!! */
}
.modal .form-horizontal .modal-body {
    padding: 0 15px 0px 15px;
}
.modal .form-horizontal  {
    padding: 0;
}
.form-control {
    background-color: #fff;
    border: 1px solid #3f96e3;
    border-radius: 4px;
    box-shadow: none !important;
    color: #55595D !important;
    font-size: 15px !important;
    height: 31px !important;
    padding: 16px 12px;
    font-weight: 400;
}

textarea.form-control {
    min-height: 90px;
    padding: 10px;
}
.theme .modal .select2-container {
    margin-left: 0px;
}
textarea.form-control:focus {
    background-color: rgba(140,179,200,0.1);
}
/*input.form-control:invalid {
  border-bottom: 2px solid red;
}*/
.validation-error-label::before {
    content: '*';
}
.validation-error-label::before, .validation-valid-label::before {
    font-family: icomoon;
    position: absolute;
    top: 4px;
    left: 5px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
}
.form-group {
    margin-bottom: 10px;
}
label.desc {
    color: #182846;
    margin-bottom: 8px!important;
    margin-top: 2px;
    font-size:12px;
    line-height: 12px;
}
.flex-grow-1.asTitle,
.form-control.asTitle{
    border-bottom: 1px solid #182846;
    width: 100%;
    border-radius: 0;
}

.form-control:focus {
    background-color: rgba(140,179,200,0.1);
}
.form-control[readonly] {
    background-color: rgba(235,235,235,0.8);
    opacity: 1;
    cursor: default;
}
.mobileSearch .btn i {
    font-size: 15px;
}
.intl-tel-input.allow-dropdown{
    width: 100%;
}
.input-group-addon i {
    height: 31px !important;
    padding: .300rem 0;
}

.theme label {
    margin-bottom: 0.3rem;
}
.nav-tabs::before {
    content: '';
}
.form-group i.fa-question-circle,
.form-group a i.fa-calendar-alt {
    line-height:1;
}
/*   @UPLOADER  */
.uploader .filename {
    color: #999;
    height: 36px;
    padding: 7px 12px;
    cursor: pointer;
    width: 140px;
    display: block;
    cursor: default;
    border: 1px solid #c7d5e0;
    background-color: #fff;
    text-align: left;
    word-break: break-word;
    border-radius: 4px 0 0 4px;
    width: 100%;
}
.uploader .action.btn-primary {
    width: 150px;
    margin: 20px auto 10px auto !important;
    user-select: none;
    border-radius: 4px;
    display: table-cell;
    border-radius: 0 5px 5px 0;
    height: 15px;
    padding: 10px !important;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
    margin-left: 0px;
}
.modal .form-horizontal .modal-body input[type="text"]{
    margin-left: 0;
}
#formPritomnostNaPracovisku .input-group {
  -ms-flex-align: stretch;
  align-items: center;
}
#formPritomnostNaPracovisku .form-control {
height: 100%;
padding: 0;
}

/*   @CHECKBOX */

.checkbox-right .checker {
    top: -2px;
}
.checker, .checker input, .checker span {
    width: 18px;
    height: 18px;
}
.checker span {
    color: #000;
    border: 1px solid #598ab3;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}
.multiselect-container li:hover .checker span {
    border: 2px solid #fff;
}
.checker span::after {
    /* font-size: 13px; */
}

/*   @RADIO */
.form-horizontal .radio .choice, .form-horizontal .radio-inline .choice {
    top: 1px;
}
.radio-inline.d-block + .radio-inline.d-block {
    margin-left: 0px;
}


/*   @MULTISELECT CONTAINER */

.multiselect-container > li > a > label {
    padding: 2px 12px 2px 18px;
}
.form-horizontal .checkbox .checker, .form-horizontal .checkbox-inline .checker {
    top: 2px;
}
/*   @SELECTION                     */
.theme .select2-selection--single,
.theme .bg-white .select2-selection--single,
.theme select option {
    border-color: #3f96e3 !important;
}
.theme .select2-selection--single,
.theme .bg-white .select2-selection--single,
.theme select option{
    background-color: transparent;
    color: #000;
    border-radius:4px;
    border: 1px solid;
}
.theme .select2-selection--single,
.theme option {
    padding: 5px 0;
    height: 34px;
}
.theme .select2-results__option[aria-selected="true"],
.theme select option:hover {
    background-color: rgb(2, 48, 85);
    color: #fff;
}
.theme .select2-dropdown,
.theme option {
    background-color: #fff;
    color: #000;
    border: 1px solid #3f96e3;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.theme .bg-white .w-100 .select2-container,
.theme option {
    width: 100% !important;
}
.theme .heading-form .form-control {
    display: inline-block;
    width: auto;
}
.theme .heading-form .heading-text {
    display: inline-block;
}
.theme .select2-container {
    min-width: 100%;
}
.theme .col-md-6 .select2-container{
    /*min-width: 210px;*/
}
.theme .light-template .select2-selection--single,
.theme .light-template .select2-selection--single,
.theme .light-template select option {
    color: #76797d !important;
}
.theme .select2-selection--single .select2-selection__placeholder {
    color: #76797d;
}
.theme .bg-fourthColor .select2-selection--single,
.theme .bg-sixthColor .select2-selection--single,
.theme .bg-fifthColor .select2-selection--single,
.theme .bg-primaryColor .select2-selection--single,
.theme .bg-secondColor .select2-selection--single,
.theme .bg-secondaryColor .select2-selection--single,
.theme .bg-thirdColor .select2-selection--single{
    border-color: #fff !important;
}
.theme [class*="bg-"] .select2-selection--single{
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    height:50px;
    border-radius:10px;
    font-size:17px !important;
    padding-top:20px;
}

.theme .bg-white .select2-selection--single,
.theme .gradient-grey .select2-selection--single,
.modal .select2-selection--single{
    background-color: #fff;
    color: #000;
}
.theme [class*="bg-"] .select2-selection--single .select2-selection__placeholder {
    color: #A0A0A0;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #abc8de;
}
.select2-selection--multiple:not([class*="bg-"]):not([class*="border-"]) {
    border-color: #c7d5e0;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    /* padding: 2px 0; */
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #a8bdcf;
    padding: 2px 12px;
}

.theme .CodeMirror {
    background: transparent;
    border-bottom: 2px solid #c7d5e0;
    height: 100%;
}
.fa-question-circle {
    cursor:help;
}

/* @DATA-TOGGLE  */

.over-radio input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
}
.over-radio .btn-info:not(:last-child) {
    margin-right: 8px;
}
.btn-group.over-radio > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn-group.over-radio > .btn:not(:first-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* ===================================
   TABLE
====================================== */

table, .table {
    font-size:13px;
}
.dtr-data span {
    white-space: normal;
}


/* ===================================
   ALERTS
====================================== */

.theme .alert-danger, .theme .alert-danger .close {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}
.theme .alert-danger {
    background-color: #ff9388;
    color: #fff;
}
.theme .alert {
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.theme .modal .alert {
  margin-bottom: 30px;
  display: block;
  padding: 10px;
}
.theme .alert-success {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    background-color: #10b31d;
}
.theme .alert-danger {
    background-color: #ea3131;
    color: #fff;
    text-align:center;
    border-radius: 5px;
}


/* ===================================
   TOOLTIP
====================================== */

.ui-tooltip-content {
    font-size: 12px !important;
    padding: 5px 10px;
    text-transform: uppercase
}
.ui-tooltip {
    font-size: 12px !important;
    padding: 5px 5px;
    background: rgba(0,0,0,0.8);
}
.ui-tooltip-content::after, .ui-tooltip-content::before {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    left: -12px;
    height:12px;
    top: 10px;
}
.ui-tooltip-content::before {
    bottom: 0;
    border-color: rgba(0,0,0,0.6) transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.6);
    border-bottom: 10px solid transparent;
}
.ui-tooltip-content::after {
    bottom: 0;
    border-color: rgba(0,0,0,0.6) transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.6);
    border-bottom: 10px solid transparent;
}

.tooltip-disable{
    /*  display:none;*/
}

.bs.tooltip-right.hidden{
    display:none;
}

/* ===================================
    Variables
====================================== */

.semititle {
    font-size: 16px;
    display:block;
}
.title-date {
    font-size: 25px;
    display:block;
    font-weight: bold;
    line-height:1.2;
}
.headline {
    text-align:center;
    padding:5px 15px;
    display: block;
    border-radius: 5px;
    margin: 15px 0 5px 0;
}
.type {
    font-size: 20px;
    font-weight: bold;
    padding:5px 15px;
    display: block;
}
.title-xsize {
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 0px;
    display: block;
    min-width: 50%;
    font-weight: 500;
}
.scroller {
    overflow-y: scroll;
    scrollbar-color: #9bafbf #f5f5f5;
    scrollbar-width: thin;
}


/* ===================================
    Visibility
====================================== */
.hidden {
    display:none;
}
.block {
    display:block;
}
/* ===================================
    Positions
====================================== */
.right {
    float:right;
}
.left {
    float:left;
}
.relative{
    position:relative;
}

/* ===================================
    Tables
====================================== */

.t-white .table {
    color: #fff;
    word-break: break-word;
}
.t-white .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 0.3rem;
    font-weight: 700;
    line-height: 1.2;
    width: auto;
}
.t-white .datatable-header,
.t-primary .datatable-header{
    border-bottom: 0;
}
.t-white .table > tbody > tr > td{
    border-top: 1px solid #fff;
    min-height: 46px;
}
.t-white .datatable-footer {
    border-top: 1px solid #fff;
}
.t-white .dataTable thead .sorting::before {
    content: '\e9c1';
    margin-top: -2px;
    color: #fff;
}
.t-white .dataTable thead .sorting::after {
    content: '\e9c2';
    margin-top: -10px;
    color: #fff;
}
.t-white .footer-border {
    border-bottom:1px solid #fff;
}
.t-white .list-unstyled.icon a {
    color: #fff;
}
.t-primary a {
    color: #598aa3;
    }
.dataTables_filter input {
    background-color: transparent;
}
.t-grey .table {
    color: #76797d;
    word-break: break-all;
}
.t-grey .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 0.3rem;
    font-weight: 600;
    word-break: normal;
}
.t-grey .datatable-header {
    border-bottom: 0;
}
.t-grey .table > tbody > tr > td{
    border-top: 1px solid #76797d;
    min-height: 46px;
}
.t-grey .datatable-footer {
    border-top: 1px solid #76797d;
}
.t-grey .dataTable thead .sorting::before {
    content: '\e9c1';
    margin-top: -2px;
    color: #76797d;
}
.t-grey .dataTable thead .sorting::after {
    content: '\e9c2';
    margin-top: -10px;
    color: #76797d;
}
.t-grey .footer-border {
    border-bottom:1px solid #76797d;
}
.t-grey .list-unstyled.icon a {
    color: #76797d;
}
.t-grey td a {
    color: #76797d;
    text-transform: uppercase;
    font-weight: bold;
}
td.service-toggler {
    padding-left: 30px;
}
tr.bottom-bordered {
    padding-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
}
td.titleRow {
    padding: 10px;
    background: rgba(140,179,200,0.1);
    text-transform: uppercase;
    border-top:2px solid #dee2e6;
}
tr.doubleBorder {
    border-bottom: 1px double #dee2e6;
}
tr.semicol {
    height: 40px;
}


/* ===================================
    Datatables
====================================== */

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #182846;
}
.dataTables_paginate .paginate_button {
    padding: 5px;
    min-width: 30px;
}
.dataTables_paginate .paginate_button.next{}
.dataTables_filter prvok {

}
.dataTables_filter input {
    border: 0;
    border-radius: 0;
    border-bottom: 1px dotted gray;
}


/* ===================================
    Styling
====================================== */

body.theme    {
    color: #000!important;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 20px;
    overflow-x: hidden!important;
    min-height: 100%;
    z-index: -2;
    margin: 0px !important;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===================================
    Dropdown
====================================== */
.theme .dropdown-setting::after {
    border-color: #FFFFFF rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 13px 13px;
    content: "";
    display: block;
    left: 80%;
    margin-left: -15px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1;
}
.theme .navbar-nav .dropdown-setting {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 14px !important;
    position: absolute;
    border-radius: 4px !important;
    width: 165px !important;
    top:40px;
}
.theme .navbar-nav .dropdown-setting a {
    color: #76797d;
}
.theme .navbar-nav .dropdown-setting i {
    margin-right: 8px;
}

.theme .dropdown-menu img {
    padding-right: 8px;
}

#user-panel ul.nav li {
    margin-left: auto;
}
#user-panel {
    padding-right: 0;
}
#user-panel ul {
    flex-wrap:nowrap;
}

/* ===================================
    Navbar
====================================== */
.theme.navbar-top {
    padding-top: 0px;
}
.theme .navbar {
    margin-left: 240px;
}
.navbar-nav > li > a {
    padding: 13px 15px;
    height: 46px;
    display: block;
}
.hamburger-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 40px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    top:0;
    margin-top:6px;
}

.hamburger-toggle:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.hamburger-toggle.md-hidden i {
  margin-top: 9px;
}

.left-hamburger-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 30px;
    font-size: 14px;
    top:0;
    margin: 8px;
}
.theme .nav a {
    color: #fff;
}
.navbar.header-top {
    margin-right: 10px;
}
.nav-tabs.nav-tabs-bottom > li.active > a::after {
    background-color: transparent !important;
}
/* ===================================
    Topbar
====================================== */
li.infolink a,
a.infolink {
    color: #fff;
}
a.infolink {
    margin: 0 15px;
}
li.infolink a:hover {
    color: rgb(107,168,199);
    background: transparent;
}
.infocalendar i {
    font-size: 14px;
    margin-right:10px;
}
.infoname {
    margin-left: 10px;
}
.hours i {
    margin-left: 5px;
    padding-left: 10px;
    margin-right: 10px;
}
.running-text{
   /* background: none repeat scroll 0 0 rgba(107,168,199, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);*/
    color: #FFFFFF;
    padding: 8px 45px 10px 20px;
    width: 100%;
    margin-right:50px;
    min-width: 500px;
}
/*.running-text:after	{
  content: "";
  position: absolute;
  top: 9px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/boubles/bouble-colordefault.png);
  background-size: auto;
  background-size: contain;
  right: 25px;

}*/
.right-data {
    margin:6px;
}
.admin-pic {
    border: 2px solid rgba(255, 255, 255, 0);
    display: inline-block;
    height: 45px;
    margin-right: 19px;
    width: 45px;
    border-radius: 55px;
    float:left;
    margin-top:-13px;
}
.date-top {
    border-right: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
}
.digital {
    border-right: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}
.endofline img {
    height: 18px;
}
#nt-title {
    margin: 0;
}
.digital li, .date-top li {
    display: inline;
}
.theme .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;

}
.theme .navbar.row {
    min-height:45px;
}

/* ===================================
    Sidebar, Sidebar Nav
====================================== */

.theme #skin-select {
    height: 100%;
    position: absolute;
    top: 15px;
    width: 200px;
    z-index: 1040;
    background: transparent;
    transition: all 0.5s;
}

.theme #skin-select.open{left:-50px !important;}

.theme.s-open .wrap-fluid {
    width: auto;
    margin-left: 250px;
}
.theme.s-open .navbar {
    margin-left: 240px;
}
.theme.s-open #skin-select li {
    text-align: left;
}
.theme.s-open #skin-select li span,
.theme.s-open ul.topnav h4,
.theme.s-open .side-dash,
.theme.s-open .noft-blue,
.theme.s-open .noft-purple-number,
.theme.s-open .noft-blue-number,
.theme.s-open .title-menu-left {
    display: inline-block;
    float: none;
}
.theme.s-open .ul.topnav li a:hover {
    background-color: green!important;
}
.theme.s-open .ul.topnav h4 {
    display: none;
}
.theme.s-open .skin-part {
    visibility: visible;
}
.theme.s-open #menu-showhide,
.theme.s-open .menu-left-nest {
    margin: 10px;
}
.theme.s-closed .wrap-fluid {
    width: auto;
    margin-left: 60px;
}
.theme.s-closed .navbar {
    margin-left: 50px;
}
.theme.s-closed #skin-select li {
    text-align: right;
}
.theme.s-closed #skin-select li span,
.theme.s-closed ul.topnav h4,
.theme.s-closed .side-dash,
.theme.s-closed .noft-blue,
.theme.s-closed .noft-purple-number,
.theme.s-closed .noft-blue-number,
.theme.s-closed .title-menu-left {
    display: none;
}
.theme.s-closed .skin-part {
    visibility: visible;
    top: 3px;
}
.theme.s-closed #menu-showhide,
.theme.s-closed .menu-left-nest {
    margin: 0;
}
.theme.s-closed .widget-menu {
    display:none !important;
}
.skin-part {
    padding: 0;
    position: relative;
    top: 0;
    color: #fff;
}
#logo {
    left: 19px;
    position: fixed;
    max-width: 191px;
}

#logo-reg {
    left: 19px;
    position: fixed;
}

.logo-a{ margin-top: 80px;  left: 50% !important;  transform: translateX(-50%);position:absolute !important;}
.logo-reg{ margin-top: 80px;  left: 50% !important;  transform: translateX(-50%);position:absolute !important;}

.title-reg{font-size: 25px; color: #fff}

#tree-wrap {
    height: 470px;
    width: 100%;
    overflow-y: none;
    overflow-x: none;
}
#logo img  {
    max-width: 140px;
    padding: 4px 0 8px 0;
}

#logo-mobile{padding:9px 5px 5px 60px;}

#logo-mobile img {height: 20px;}
.no-sidebar #logo {
    max-width: 191px;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
ul.topnav {
    margin: 0;
    font-size: 14px;
    line-height: 0.5em !important;
    list-style: none !important;
    padding: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-nav a:hover {
    text-decoration: none;
}
.menu-left-nest {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.menu-left-nest li {
    font-size: 20px;
    line-height: 0;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    color: #FFFFFF;
}
ul.topnav li a {
    color: #FFFFFF !important;
    display: block;
    font-size: 13px;
    line-height: 25px;
    list-style: none outside none;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
}
ul.topnav li span {
    font-size: 12px;
    left: 8px;
    position: relative;
}
ul.topnav li a:hover::after {
    border-bottom: 6px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 19px;
    left: -6px;
    content: "";
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    tranform: rotate(90deg);
}

ul.topnav li a.rez-nepotvrdene:hover {
    border-left-style: none;
}
ul.topnav li a.rez-nepotvrdene:hover::after {
    border-left-color: transparent;
    border-left-style: none;
    display: none;
}

ul.topnav li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: white !important;
    text-shadow: none;
    border-left: 2px solid #ffffff;
    padding-left: 13px;
    position: relative;
}
ul.topnav li a {
    color: #FFFFFF !important;
    display: block;
    font-size: 13px;
    line-height: 25px;
    list-style: none outside none;
    padding: 3px 10px 3px 15px;
    text-decoration: none;
    text-transform: capitalize;
    white-space:nowrap !important;
}
ul.topnav li.title-menu-left {
    color: #FFFFFF !important;
    display: block;
    font-size: 13px;
    line-height: 25px;
    list-style: none outside none;
    padding: 3px 10px 3px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.visitor-counter {
    background: -moz-linear-gradient(0deg, rgba(65,204,218,1) 0%, rgba(59,156,192,1) 18%, rgba(28,222,224,1) 51%, rgba(65,204,218,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(65,204,218,1)), color-stop(18%, rgba(59,156,192,1)), color-stop(51%, rgba(28,222,224,1)), color-stop(100%, rgba(65,204,218,1)));
    background: -webkit-linear-gradient(0deg, rgba(65,204,218,1) 0%, rgba(59,156,192,1) 18%, rgba(28,222,224,1) 51%, rgba(65,204,218,1) 100%);
    background: -o-linear-gradient(0deg, rgba(65,204,218,1) 0%, rgba(59,156,192,1) 18%, rgba(28,222,224,1) 51%, rgba(65,204,218,1) 100%);
    background: -ms-linear-gradient(0deg, rgba(65,204,218,1) 0%, rgba(59,156,192,1) 18%, rgba(28,222,224,1) 51%, rgba(65,204,218,1) 100%);
    background: linear-gradient(0deg, rgba(65,204,218,1) 0%, rgba(59,156,192,1) 18%, rgba(28,222,224,1) 51%, rgba(65,204,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ccda', endColorstr='#ffffff', GradientType=1 );
    padding: 5px;
    border-radius: 300px;
    width:150px;
    height:150px;
    position:relative;
    left: -10px;
}
.inner-counter{
    position:absolute;
    top:5px;
    left:5px;
    border-radius: 300px;
    background: #7abade;
    height: 140px;
    width: 140px;
    padding: 55px 0;
}

.visitor-counter-number {
    display: block;
    font-size: 30px;
}
.visitor-counter-name {
    display: block;
    font-size: 13px;
}
.dropdown-toggle::after {
    content: '\e9c5';
    font-family: icomoon;
    display: inline-block;
    font-size: 16px;
    width: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    top: 2px;
    right: 5px;
    padding-left: 10px;
    margin-left:0px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5384616;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}
.theme .navbar-nav .dropdown-setting li:hover {
    background: #f7f7f7;
}
#entype-toggle,
#entype-toggle-mobile-menu{
    display:none;
    position:absolute;
    top: 15px;
    z-index:999;
}
#entype-toggle-menu i{
    margin-top: 8px;
}

/* ===================================
    Menu navs
====================================== */

.theme .nav a:hover {
    text-decoration:none;
}
.theme .nav .username a:hover {
    border-bottom: 0;
}
.theme .multiselect-container > li:hover {
    background-color: #8CB3C8;
    color: #598aa3;
}




/* ===================================
    Content wrapper
====================================== */

.theme .content-wrapper  {
    display:block;
    width: auto;
    margin-left: 200px;
}
.theme .content-wrapper.no-margin-left {
    margin: 0 !important;
}
.theme.no-sidebar .content-wrapper {
    display:block;
    width: auto;
    margin-left: 0;
}
.theme .content {
    padding: 30px 15px 60px 15px;
}
.theme .content-wrapper .row {
}
.theme .breadcrumb {
    background:transparent;
    margin:0;
    padding: 0;
}
.theme .breadcrumb-content {
    padding: 5px 0 0 70px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    list-style: none;
}
.breadcrumb-icon {
    position: absolute;
    background-repeat: repeat;
    background-size: auto;
    top: 0;
    z-index: 2;
    left: 0;
    padding: 11px;
    color: white;
    font-size: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    line-height:1;
}
.breadcrumb-icon a {
    color: #fff;
}
.breadcrumb-icon a:hover {
    color: #e3ffff;
}
#breadcrumb li {
    display: inline;
}
#breadcrumb a {
    color: #76797d;
}
#breadcrumb a:hover {
    color: #9EA7B3;
}
.theme .actionBar-content {
    padding: 15px 60px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    list-style: none;
}
.theme .actionBar-content.mobile .panel {
    margin-bottom: 0;
}
.theme .actionBar-content.mobile {
    padding:0 15px;
}
.theme .mobile .panel label {
    margin-bottom: 0;
}
.bevel.all, .bevel.trbl, .bevel.tlbr, .bevel.tr {
    background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 52% 52%;
    -webkit-background-size: 52% 52%;
    background-size: 52% 52%;
    background-repeat: no-repeat;
}
.bevel.tlbr {
    /*background: #f5f5f5;
    background: -moz-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -moz-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -o-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -o-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -webkit-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -webkit-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);*/
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background: #fff;
}
.paper-wrapXXX::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 42px 42px 0;
    border-style: solid;
    border-color: #ffffff #598ab3;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /*  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}
.paper-wrap {
    background-color: none repeat scroll 0 0 #ffffff;
    background-position: -1px 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    /*  background: linear-gradient(45deg, transparent 20px, #45b6b0 20px), linear-gradient(135deg, transparent 20px, $color-green 20px), linear-gradient(225deg, transparent 20px, $color-green 20px), linear-gradient(315deg, transparent 20px, $color-green 20px);*/
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 0px;
    min-height: 100vh;
}
.no-sidebar .paper-wrap  {
    min-height:85vh;
}
#paper-top {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}
.tittle-content-header {
    color: #9EA7B3 !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 60px;
    text-transform: uppercase;
    font-weight: 600;
}

.tittle-content-header::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 24px;
    height: 24px;
    left: 10px;
    background: url(/assets/images/boubles/prodiary-colorfirst.png);
    background-repeat: repeat;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.devider-vertical {
    border-right: 1px dashed #CCCCCC;
    height: calc(100% + 40px);
    position: absolute;
    top: 0;
    width: 3px;
    margin-top: -20px;
    padding-top:20px;
}
.devider-vertical.v-left {
    left: 0 !important;
}
.devider-vertical.v-right {
    right: 0 !important;
}
.title-middle-header {
    /* padding: 5px 0 0 30px;*/
}
.title-middle-header p{
   padding: 5px 0 0 30px;
   margin: 0;
}
.title-middle-header .nav li{
    margin: 0px 10px;
    min-height: 37px;
}
.title-middle-header .nav li a {
    /*  text-transform: uppercase;*/
}
.title-middle-header .nav li:hover a {
    color: #76797d;
}
.title-middle-header .nav-tabs.nav-tabs-bottom > li.active > a {
    color: #d7ebff;
}
.title-middle-header .nav-tabs.nav-tabs-bottom > li:hover > a {
    color: #76797d;
}
.title-middle-header .nav-lg.nav-lg > li > a {
    padding: 0;
    text-align:center;
    display:block;
    line-height: 1.2;
}
.title-middle-header .nav-lg.nav-lg > li  {
    text-align:center;
    display:inline-block;
    background: rgba(140,179,200,0.1);
    padding: 15px 10px;
    border-radius: 4px;
    max-width: 150px;
}
.title-middle-header .nav-lg.nav-lg > li > a > i  {
    display:block;
    padding-bottom: 10px;
}
.title-middle-header .nav-lg.nav-lg > li > a > span  {

}
.title-middle-header .nav-lg.nav-lg > li > a:hover > span  {

}
.title-middle-header .nav-lg.nav-lg > li > a:active > span  {

}

.title-alert {
    display:block;
    position:relative;
}
.alert.danger {
    color: #f3638b;
    background: #f4e3e9;
    padding: 5px 30px 5px 15px;
    border-radius: 15px;
}
.alert.info {
    color: #598aa3;
    background: #deeef6;
    padding: 5px 30px 5px 15px;
    border-radius: 15px;
}
.alert.success {
    color: #3e9d98;
    background: #dfeceb;
    padding: 5px 30px 5px 15px;
    border-radius: 15px;
}

.circle {
    border-radius: 55px;
    width: 20px;
    text-align: center;
    display: block;
    height: 20px;
    margin: 0 auto 0px auto;
    font-size: 12px;
    color: white;
    background: grey;
}
.disabled .circle {
    background: grey;
}
li.disabled a:hover {
    cursor: context-menu;
}
.active .circle {
    background: #d7ebff;
}
.function-bar {
    margin: -5px;
}
/* ===================================
   Right nav
====================================== */
.right-nav li {
    padding: 10px;
    background: #eae6ea;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px !important;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #333;
}
.right-nav li:hover  {
    background: #e0e6ea;
}
.right-nav .nav.nav-lg > li > a {
    padding: 11px 10px;
}
.right-nav li.active {
    color: #fff;
    background-color: #79a0b4;
    border: 1px solid #333;
}
.right-nav li.active:hover {
    color: #fff;
    background-color:  #79a0b4;
}
.theme .right-nav .nav.primaryColor a i {
    position: relative;
    float:left;
    margin-top: 2px;
    margin-bottom: 10px;
}
.theme .right-nav .nav.primaryColor a span {
    position: relative;
    float:left;
    /*min-width: calc(100% - 10px);*/
}
.theme .right-nav  .form-title {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #6b6b6b;
}
.theme .right-nav-mobile {
    position: absolute;
    background: rgba(40, 73, 100, 0.9);
    height: 100vh;
    z-index: 1000;
    top: 0;
}
.theme .right-nav-mobile .form-title {
    float: right;
    color: white;

}
.theme .right-nav-mobile ul {
    float: right;
    color: white;
    width: 100%;
    margin-top: 0 !important;
}
.theme .right-nav-mobile ul li {
    float: right;
    color: white;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.4);
    margin: 0 10px;
}
.theme .right-nav-mobile ul li a span,
.theme .right-nav-mobile ul li a i{
    color: white;
    float: right;
    margin: 0 10px;
}
.theme .right-nav-mobile ul li a i{
    bottom: -2px;
}
.theme .right-nav-mobile ul li.active a span,
.theme .right-nav-mobile ul li.active a i {
    color: #5a8faf !important;
}
.theme .right-nav-mobile ul li:hover a span,
.theme .right-nav-mobile ul li:hover a i {
    opacity: 0.6;
}
.theme .right-nav-mobile .form-title p {
    margin-bottom: 20px;
    margin-right: 15px;
}
.theme .right-nav-mobile .close.close-menu-mobile {
    margin-right: 0px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
}
#entype-toggle-othermenu{
   position: absolute;
   right: 70px;
   top: 0;
    margin: 6px 0 0!important
}
#entype-toggle-othermenu i {
    color: white;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    padding: 8px;
}




/* ===================================
    Panel wrap
====================================== */

.theme .panel {
    border-radius: 0;
    border: 0;
}

.theme .panel-wrap-title{
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px 0;
}

.theme .bg-color-dark .panel-wrap-title{color:rgba(24,40,70,1.00) !important;text-transform: none;font-size:40px; font-weight:600}

.theme .panel-wrap-heading{
    background: rgba(140, 196, 206, 0.3);
    padding: 10px 0 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: -10px;
}
.theme .panel-wrap::beforeee {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 42px 42px 0;
    border-style: solid;
    border-color: #6195ab rgba(163, 208, 197, 0.02);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0), 0 0 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0), 0 0 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 2px rgba(0, 0, 0, 0.04);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    /*  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.login-wrap  {
    margin-top:80px;
    background-color:#fff;
    padding: 0;
    position: absolute;
    top: 50%;
    left:50%;
    transform:translate(-50%, 20%);
    -webkit-transform:translate(-50%, 20%);
    -moz-transform:translate(-50%, 20%);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4), 0 0 2px rgba(0, 0, 0, 0);
    padding: 0 10px;
}
.bg-color .tittle-content-header span  {
    color: #fff;
}
/* ===================================
    Content
====================================== */

.theme.no-sidebar .wrap-fluid {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}






/* ===================================
    Content wrap
====================================== */

.window{
    padding: 15px;
    border-radius: 3px;
    height: auto;
}
.brb-0  {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.br-0 {
    border-radius:0;
}
.brt-0  {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.data-block h4.title{
    border-bottom: 2px solid;
}
.right-frame{
    border-right: 2px solid;
}
.left-frame{
    border-left: 2px solid;
}
.orderedInfo {
    line-height: 1.1;
}
.titleClose {
    font-size: 10px;
    position: absolute;
    right: 17px;
    top: 10px;
    color: rgba(0, 0, 0, 0.2);
}
.title-alt .titleClose {
    border-radius: 3px 0 0;
    float: right;
    margin: 14px 15px 0 0;
}
.entypo-up-open {
    display:none;
}
.entypo-cancel::before {
    content: "\2715";
}
.entypo-up-open::before {
    content: "\e9c6";
    font-family: icomoon;
}
.entypo-down-open::before {
    content: "\e9c5";
    font-family: icomoon;
}
.title-alt .titleToggle .nav-toggle-alt {
    font-size: 18px;
    position: relative;
}
.nav-toggle-alt:hover {
    text-decoration: none;
}
.title-alt .titleToggle {
    border-radius: 3px 0 0;
    float: right;
    margin: 14px 10px 0 0;
    font-size: 16px;
}
.title-alt h5.title {
    display:inline-block;
}
.title-alt h5 span,
.title-alt h5 div,
.f-pracoviska,
.f-pracovnici{
   color: #707070;
}
.title-alt .titleToggle {
    position: absolute;
    right: 15px;
    top: 0;
    z-index:999;
}

.gone {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.gone:hover {
    text-decoration: none;
}
/* ===================================
    Index Coupons
====================================== */

.couponCustomer .row {
    border-top: 1px solid #043864;
    border-bottom: 1px solid #043864;
    margin: 0 1px;
}

.couponCustomer .row:last-child {
    border-top: 1px solid #043864;
    border-bottom: none;
    margin: 0 1px;
}
.couponCustomer .row:first-child {
    border-top: none;
}
.couponCustomer .row:not(:first-child) {
    border-top: 0px;
}
.couponUserInfo {
    border-left: 1px dotted;
}
.couponUserAvatar .admin-pic {
    position: relative;
    margin:10px 0;
    background: #1c7b2f;
}
.couponUserData {
    margin-left: 15px;
    padding: 5px 0;
}
.couponNo {
    background: none repeat scroll 0 0 #182846;
    border-radius: 0 10px 10px 0;
    color: #FFFFFF;
    padding: 1px 6px;
    position: relative;
    text-transform: uppercase;
    top: -5px;
}
.couponCustomer > .couponNo:nth-child(2){
    background: none repeat scroll 0 0 #e3bd60!important;
}

.couponUserData .name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
.couponDate .date {
    font-size: 15px;
    font-weight: 600;
}
.couponDate .dateNote {
    font-size: 9px;
    line-height: 1.2;
    display: block;
}
.couponStatus .status {
    background: #1A5517;
    color: #fff;
}

/* ===========================
   Calendar
   ===========================*/
.calendar {
    /* border: 15px solid #f0eeee;*/
    /* background: #f0eeee;*/
}
.table-wide-bordered td {
    border: 6px solid #f0eeee;
}
.table-thin-bordered td {
    border: 1px solid #f0eeee;
}
.table-wide-bordered td:hover {
    background: #f9feff;
}
.table-thin-bordered td:hover {
    background: #f9feff;
}
.table-wide-bordered td.md.bg-slate-300:hover {
    background: #f9feff;
}
.table-thin-bordered td.bg-slate-300:hover {
    background: #f9feff;
}
.table-wide-bordered > tbody > tr > td:first-child {
    border-left:0;
}
.table-wide-bordered > tbody > tr > td:last-child {
    border-right:0;
}
.table-wide-bordered .bg-slate-300 {
    background-color: #edf3fd9c;
    color: #9bafbf;
}
.table-thin-bordered .bg-slate-300 {
    background-color: #edf3fd9c;
    color: #9bafbf;
}
.table-wide-bordered > thead > tr > th {
    border: 10px solid #f0eeee;
}
.table-wide-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.table-wide-bordered > thead > tr > th:last-child {
    border-right: 0;
}
td.time {
    background: #f5f5f5;
    border: 1px solid #fff !important;
    color: #9bafbf;
    position:relative;
    font-size: 11px;
    font-weight: 600;
}
.table-thin-bordered td.time:hover {
    background:#f5f5f5 !important;
}
.time-no {
    position:absolute;
    bottom: -15%;
    right: 18%;
    z-index: 99;
}
.moreButton {
    position: absolute;
    bottom: -5px;
    right: 0px;
    height: 20px;
    color: #000;
    padding:0 10px;
}
.inContainer {
    position: absolute;
    width: calc(100% - 8px);
}
.inContainer .flex-wrap {
    position: relative;
    width: calc(100% - 8px);
    max-height:1500px !important;
}
.inContainer .flex-wrap .calendarEventView{
    height: 100%;
}
.inContainer .wIdent{
   /* max-height: calc(100% - 10px);*/
    overflow: hidden;
    max-width: calc(100% - 10px);
}

/* ===========================
   @Mobile Calendar
   ===========================*/

.mobileCalendar .paper-wrap {
    /*min-height: calc(100vh - 58px);*/
    top:10px;
}

.mobileCalendar .btn-link.secondaryColor {
    color: #333;
}
.mobileCalendar .btn-link.secondaryColor.disabled {
    color: #9bafbf;
}
.calendarDay {
    color: #000;
}
.calendarDay .header {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
    background: none repeat scroll 0 0 rgb(231, 231, 231);;
    list-style: none;
}
.calendarMonth .header,
.calendarWeek .header,
.calendarDay.dCalendar .header{
    background: none repeat scroll 0 0 rgb(231, 231, 231);
    padding-bottom: 0;
    border-bottom: 0;
    overflow: visible;
}
.calendarWeek .header
a.zobrazMesiac:hover {
    text-decoration:none;
}

.naDay {
    display:block;
    font-size: 10px;
    font-weight: 700;
    color: #000;
}
.noDay{
    display:block;
    font-size: 16px;
    font-weight: 500;
    line-height:2.5;
    z-index: 0;
    position: relative;
}
.naDay.hl,
.noDay.hl,
.isDate.hl {
    color: #76797d;
}
.calendarDay .Days td {
    width: calc(100% / 7);
}
.calendarDay .header .noDay.current:before,
.calendarMonth .isDate.current:before,
.calendarYear .isDate.current:before,
.calendarDay .header .noDay.selected:before{
    content: "";
    background: #182846;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    transform: translate(-50%);
    top: 4px;
    left: 50%;
}
.calendarDay .header .noDay.selected:before{
    background: #fff;
}
.calendarYear .isDate.current:before,
.calendarYear .isDate.selected:before{
    width: 12px;
    height: 12px;
    top:2px;
}

.calendarMonth .isDate.current:before,
.calendarMonth .isDate.selected:before{
    top: 6px;
}

.calendarDay .header .noDay.current,
.monthDays td.isDate.current {
    color: #fff;
}
td.calendarDayContent,
.monthDays td,
.monthName th {
    width: calc(100% - 30px);
}
.monthDays td,
.monthName th {
    border: 0;
}
.monthDays td.isDate {
    border-top: 1px solid #ccc;
    height: 60px;
    vertical-align: top;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
tr.nHours {
    position:relative;
    height: 70px;
    max-height: 70px;
    overflow-y: scroll;
}
td.noHour {
    width: 40px;
    position: relative;
    padding: 15px;
    border: 0;
}
td.noHour span {
    font-size: 10px;
    color: #495057;
    position: absolute;
    line-height: 1;
    bottom: -4px;
    width: 100%;
    text-align: center;
}
.Hours table {
    background: #fff;
}
.calendarDay .Hours{
    height: calc(100vh - 290px);
    overflow-y: scroll;
    position:relative;
}
.timeline .tHour {
    color: #45b6b0;
    font-size: 9px;
    z-index: 999;
    position: absolute;
    left: 15px;
    /* ilustračne, vymaže sa */
}
.timeline .tLine {
    color: #45b6b0;
    z-index: 999;
    position: absolute;
    /* ilustračne, vymaže sa */
    left: 50px;
    border: 1px dotted #45b6b0;
    right: 0;
}
td.calendarDayContent  {
    padding: 3px;
    display: flex;
    align-items: stretch;
    border-top: 1px solid #ccc;
    height: 70px;
    overflow-x:hidden;
    overflow-y:scroll
}
.calendarDayContent .flex-wrap {
    width: 100%;
    display: flex;
}
.calendarEventView {
    margin: 2px;
    padding: 0px;
}
.calendarEventView.primaryColor {
    background: rgba(96, 194, 225,0.3);
    border-left: 2px solid rgb(96, 194, 225);
}
.calendarEventView.thirdColor {
    background: rgba(200, 100, 141,0.3);;
    border-left: 2px solid rgb(200, 100, 141);
}
.calendarEventView h5 {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform:uppercase;
}
.calendarEventView.primaryColor h5 {
    color: rgb(96, 194, 225);
}
.calendarEventView.thirdColor h5 {
    color: rgb(200, 100, 141);
}
.calendarEventView span {
    display: block;
    font-size: 9px;
    line-height: 1.3;
}
.calendarEventView[class*='Color'] span {
    color: #000;
}
.calendarEventView span.name {
    font-weight: 600;
    font-size: 10px;
}
.calendarEventView span.who {
    opacity: 0.9;
    font-size: 9px;
}
.month tr th.startDay {
    font-size: 15px;
    font-weight: 600;
}
.calendarMonth .Months {
    background: #fff;
}
.Months  .table-responsive +
.table-responsive >
.table:not(.table-bordered):not(.table-framed),
.Months  .table:not(.table-bordered):not(.table-framed) +
.table:not(.table-bordered):not(.table-framed){
    border: 0;
}
.header table.Year tr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}
.header table.Year h5 {
    padding-bottom: 10px;
}
.yearTables table{
    width: 95vw;
    overflow:hidden;
}
.yearTables .monthDays td,
td.inMonth .monthDays td,
.yearTables .monthName th,
td.inMonth .monthName th {
    min-width: 11px !important;
    max-width: 11px !important;
}
.inMonth td,
.inMonth th{
    max-height: 10px;
    padding: 0;
}
.yearTables tr {
    vertical-align:top;
}
td.inMonth {
    padding: 6px 5px;
}
td.inMonth .month tr th.startDay {
    font-size: 12px;
    font-weight: 600;
}
.yearTables .monthDays td.isDate  {
    border-top: 0;
    height: 5px;
    vertical-align: top;
    font-size: 8px;
    position: relative;
    z-index: 1;
    padding: 1px;
    font-weight: 500;
    line-height: 11px;
}
.calendarList {
    height: calc(100vh - 170px);
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: scroll;
}
.ListDays th  {
    background: #e3dddd;
    padding: 2px 5px;
    color: #000;
    font-weight: 600;
}
.listHours td.listHour {
    width: 50px;
}
.listHours {
    border-bottom: 1px solid #ccc;
}
.listHours .calendarDayContent {
    max-height: 70px;
    overflow: hidden;
    overflow-y: scroll;
     -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.listHours .calendarDayContent::-webkit-scrollbar {
  display: none;
}
.uIdent {
    padding: 1px 5px 2px 5px;
}
.wIdent {
    padding: 2px 5px 1px 5px;
    width: 98%;
}

/* ===========================
   Desktop Calendar
   ===========================*/

.dCalendar .naDay {
    font-size: 13px;
    font-weight: 500;
    padding: .5rem;
}
.dCalendar .table td {
    padding: .5rem;
}
.dCalendar .Days td:not(:first-child) {
    width: calc(100% / 7 );
}
.dCalendar .Days td:first-child {
    min-width: 40px;
}
.dCalendar .monthDays td {
    width: calc(100% / 7 );
    height: 130px;
    vertical-align:top;
    max-height: 120px;
}
.dCalendar strong.naDayNumber{
   display:block;
   font-size: 18px;
   font-weight:500;
}
.dCalendar td .dateData{
    border-top: 1px solid #ccc;
    width:100%;
    display: inline-block;
    height: 20px;
}
.dCalendar td.prevM span.No,
.dCalendar td.nextM span.No {
    color: #999;
}
.dCalendar tr:first-child td span.No {
    border-top: 0px solid #ccc;
}
.dCalendar td .flex-wrap {
    max-height: 93px;
    overflow: hidden;
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    width: calc(100% - 1rem);
    height: 100%;
}
.dCalendar td  {
    position: relative;
    overflow: hidden;
}
.dCalendar td .noReserv  {
    font-style: italic;
    color: #9bafbf;
}
.dCalendar td .flex-wrap {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.dCalendar td .flex-wrap::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}


.dCalendar td.weekend {
    background: rgba(0,0,0,0.05);
}
.dCalendar bold.naDate{
    font-size: 15px;
    font-weight: 600;
}
.dayEvents tr  {
    vertical-align: top;
}
.dayHours tr {
    vertical-align: top;
}
.dCalendar .Days th {
    height: 40px;
}
.dCalendar .dayEvents {
    width: calc(100% / 7);
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}
.dCalendar .dayEvents table {
    width: 100%;
}
.dCalendar .dayEvents td .flex-wrap{
    width: 100%;
}
.dCalendar .dayHours table{
    width: 40px;
    text-align: right;
    font-size: 11px;
}
.dCalendar .dayHours table td span{
    display: block;
    text-align: center;
    margin:auto;
}
.dCalendar .weekDays td {
    height: 130px;
}
.dCalendar td.dayHours{
    width:40px;
}
.weekBox {
    height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
    position: relative;
}
.weekBox .dayEvents:not(:last-child) tbody {
    border-right: 1px solid #ccc !important;
}
.weekDays {
    max-height: 100px;
    overflow: hidden;
    /*position: absolute;*/
    overflow: auto;
    overflow-x: hidden;
    width: calc(100% - 1rem);
    height: 100%;
    top: -500px;
}
.dCalendar .weekBox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.dCalendar .weekBox::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.dCalendar .Days {
    -webkit-box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 4px -1px rgba(0,0,0,0.05);
    z-index: 999;
    position: relative;
}
.dCalendar .weekBoxShadow {
    height: 15px;
    width: 100%;
    display:block;
    -webkit-box-shadow: 0px -5px 4px -1px rgba(0,0,0,0.05);
    box-shadow: 0px -5px 4px -1px rgba(0,0,0,0.05);
    z-index: 999;
    position: relative;
    top: -15px;
    background: #fff;
}
.dCalendar .calendarList {
    height: 100%;
    overflow:  visible;
}
.dCalendar .listHours .calendarDayContent {
    max-height: 70px;
    overflow: visible;
}
#panelVyberPracovnika {
    margin: 0 auto;
}
.vyberPracoviskaModal{
    margin: 0 auto;
}
.dCalendar.calendarWeek td.dayHour{
    border-right: 1px solid #ccc;
    vertical-align:middle;
}
.dCalendar span.noEvents {
    display: inline-block;
    text-align: right;
    float: right;
    font-style: italic;
    font-weight: 400;
    color: #fff;
}
.dCalendar span.noEvents.textColor,
.calendarEventView h5.textColor {
    color: #000;
}

/* ===========================
   Datepicker
   ===========================*/

.calendars {
    font-size: 14px;
}
.daterangepicker td.active,
.daterangepicker td.active:focus,
.daterangepicker td.active:hover {
    background-color: #e5e5e5;
    color: #000;
}

.daterangepicker td.today,
.daterangepicker td.today:hover {
    background-color: #e5e5e5;
    border-radius: 50rem !important;
    font-weight: bold;
    color: #d53a3a;
}
/* ============================
   Graph
   ===========================*/

.graph img {
    width: 100%;
}


/* ==========================================
   CUSTOM UTIL CLASSES
   ========================================== */
.custom-scrollbar-js,
.custom-scrollbar-css {
    height: 200px;
}
/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
    overflow-y: scroll;
}
/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
    width: 5px;
}
/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #eee;
}
/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}

/* ==========================================
   CLIENT TYPE
   ========================================== */

#clientType .inner-text {
    min-height: 15vh;
}
#clientType .inner-text .block span {
    font-size: 18px;
    line-height: 1.2;
}

/* ==========================================
   @MODAL
   ==========================================*/

.theme .close {
    float: right;
    font-size: 1rem;
    margin-right: -16px;
}
.theme .close.close-menu {
    margin-right: 0px;
    position: absolute;
    z-index:9999;
    right:10px;
}
.theme .modal-content,
.theme .modal-body {
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    background: -moz-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -moz-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -moz-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -o-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -o-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -o-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background: -webkit-linear-gradient(45deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(135deg, transparent 30px, #f5f5f5 30px), -webkit-linear-gradient(225deg, #f5f5f5 30px, #f5f5f5 30px), -webkit-linear-gradient(315deg, transparent 30px, #f5f5f5 30px);
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
}
.theme .modal-header {
    border: 0;
    border-radius: 0;
}
.theme .modal-footer {
    justify-content:  space-between;
}
.theme .modal .close{
    top: 25%;
}

/* ==========================================
   @DARČEKOVÉ POUKÁŽKY
   ==========================================*/

#panelPoukazky .checkbox .checker {
    right: 15px;
    z-index: 99;
    left:  auto ;
    top: 10px;
}

/* ===================================
    @NOTE EDITOR
====================================== */

.theme .note-editor.panel-default{
    border: 1px solid #dddddd;
}
.theme .note-editing-area {
    background: #fff;
}

/* ===================================
    @IMAGES
====================================== */

.bannerImage {
    width: 200px;
}
.bannerImage .img-thumbnail {
    max-width: 150px;
    height: auto;
    border: 0px;
    max-height:100px;
}
.mainBanner {
    max-height: 400px;
    width:100%;
    overflow:hidden;
    margin-bottom: 20px;
    display:block;
}
.mainBanner img{
    height:100%;
    max-height:300px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.sideBanner {
    display: block;
    text-align: center;
    margin: 0 10px;
}
.sideBanner img {
    padding-bottom: 10px;
    max-width: 100%;
    object-fit: cover;
}
.theme.s-closed .sideBanner {
    visibility: hidden;
}

.tabulka.dataTable {
    border-collapse: collapse;
}
.tabulka.dataTable thead th, .t-primary thead th {
    background-color: #e8b246/*#e4b83c /*#e6ab3a;#deeef6;*/
}
.datatable-header {
    border-bottom: none;
}
.tabulka.dataTable.table>thead>tr>th {
    border-bottom: none!important;
    border-top: none!important;
    color: black/*#598ab3;*/
}
.tabulka.dataTable.table td {
    border-top: 1px solid #598ab3;
}
.tabulka.dataTable.table tr:first-child td {
    border-top: none!important;
}
.datatable-footer {
    border-top: none;
}
.ranges ul li.active {
    background-color: #d7ebff;
}
.big-badge {
    border-radius: 50px;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    cursor: initial!important;
}
.ecv {
    /*font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;*/
    font-size: 0.8rem;
}

.theme .modal #formZakaznikDetail .select2-container {
    margin-left: 0;
}
.btn {
    padding: 5px 22px !important;
    font-size: 12px !important;
    line-height: 1.5!important;
}

.btn.btn-sx{min-width:40px;padding:5px 10px !important}
.btn.btn-sx i{margin:0 !important}

.btn.btn-sm, .btn.btn-lg {
    min-width: 80px;
    padding: 5px 15px !important;
}
.btn.btn-lg {
    min-width: 156px;
}


.cp-thumb {
    width:16px;
    height:16px;
    margin:2px;
    display: block;
    position: relative;
    float: left;
    color: #000000;
    text-align: center;
    cursor: pointer;
    line-height: 1em;
}
.uzivatelFarba {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.zakazana-farba {
    cursor: inherit;
}

.mb-10px{margin-bottom:10px !important;}

#panelRepeaterRezervovaneSluzby .btn-link:focus, #panelRepeaterDoplnkoveSluzby .btn-link:focus {
    color: #333;
}

i.fa-sm.fa-info-circle {
    font-size: 0.8em;
}
.modal-footer .btn, .btn.btn-sm.btn-primary, #prepinacPohladov .btn {
    border-radius: 50rem !important;
}
#prepinacPohladov .btn {
    padding-left: 15px!important;
    padding-right: 15px!important;
    border: solid 1px transparent!important;
    min-width: 80px!important;
}
#prepinacPohladov .btn:hover {
    border-color: #0078d2!important;
    color: #0078d2!important;
    text-decoration: none;
}
#prepinacPohladov .btn.active {
    background-color: #0078d2!important;
    color: #fff!important;
}

.calendar-slider {
    border-radius: 50rem !important;
}
#kalendarPanel .calendar-slider .btn-slider-left {
    padding-left: 15px!important;
    padding-right: 10px!important;
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    width: initial!important;
}
#kalendarPanel .calendar-slider .btn-slider-right {
    padding-left: 15px!important;
    padding-right: 10px!important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    width: initial!important;
}


.ios-switch {
    --switch-width: 64px;
    --switch-height: 22px;
    --thumb-size: 16px;
    --switch-padding: 3px;
    --switch-bg-off: #b4b4b4;
    --switch-bg-on: #0078d2;

    display: inline-block;
    cursor: pointer;
    vertical-align: middle !important;
}

/* skryjeme natívny checkbox */
.ios-switch input {
    display: none;
}

.ios-switch__track {
    position: relative;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg-off);
    border-radius: 999px;
    box-sizing: border-box;
    padding: 0 var(--switch-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    transition: background 0.25s ease;
}

.ios-switch__thumb {
    position: absolute;
    width: var(--thumb-size);
    height: var(--thumb-size);
    border-radius: 50%;
    background: #ffffff;
    top: var(--switch-padding);
    left: var(--switch-padding);
    transition: transform 0.25s ease;
}

/* texty */
.ios-switch__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.ios-switch__text--off {
    opacity: 1;
}

/* zapnutý stav */
.ios-switch input:checked + .ios-switch__track {
    background: var(--switch-bg-on);
}

.ios-switch input:checked + .ios-switch__track .ios-switch__thumb {
    transform: translateX(
            calc(var(--switch-width) - var(--thumb-size) - (2 * var(--switch-padding)))
    );
}

.ios-switch input:checked + .ios-switch__track .ios-switch__text--off {
    opacity: 0;
}

.ios-switch input:checked + .ios-switch__track .ios-switch__text--on {
    opacity: 1;
}

.ios-switch__text--off {
    left: 65%;
}

.ios-switch__text--on {
    left: 35%;
}


#dropdown-account-lang {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
#dropdown-account-settings.dropdown-menu > li > a, #dropdown-account-lang.dropdown-menu > li > a {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
#dropdown-account-settings, #dropdown-account-lang {
    padding-top: 0;
    top: 45px;
    border: solid 1px #333!important;
    border-radius: 5px !important;
}
#dropdown-account-settings:after, #dropdown-account-lang:after {
    top:-14px;
}
#dropdown-account-settings li:hover, #dropdown-account-lang li:hover {
    background-color: #efefef!important;
}
#dropdown-account-settings li.item, #dropdown-account-lang li {
    margin-left: 10px!important;
    margin-right: 10px!important;
    border-radius: 5px!important;
}
#dropdown-account-settings li.disabled {
    border-left: none!important;
    border-right: none!important;
    border-bottom-color: #333!important;
    border-top-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
}
#dropdown-account-settings li.disabled {
    border: none!important;
}


.btn-group.interval-slider {
    height: 34px!important;
}
.interval-slider button {
    margin: 0 !important;
    font-size: 14px!important;
}
.interval-slider button:focus {
    color: #333 !important;
}
.interval-slider .interval-reset {
    font-weight: bold;
}
.interval-slider .interval-minus {
    min-width: auto;
    padding-left: 10px!important;
    padding-right: 5px!important;
}
.interval-slider .interval-plus {
    min-width: auto;
    padding-left: 10px!important;
    padding-right: 5px!important;
}


/* Skryjeme natívny checkbox */
.square-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Štýl samotného štvorca */
.square-checkbox {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 5px;

    color: #333;

    cursor: pointer;
    box-sizing: border-box;
    padding: 4px;

    font-family: inherit;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;

    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

/* Kratšie diagonálne čiary */
.square-checkbox::before,
.square-checkbox::after {
    content: "";
    position: absolute;
    width: 90%;             /* skrátené diagonály */
    height: 2px;
    background: #777;
    top: 50%;
    left: 50%;
    transform-origin: center;
    opacity: 0;             /* neviditeľné, kým nie je checked */
}

/* 1. diagonála */
.square-checkbox::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* 2. diagonála */
.square-checkbox::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Pri zaškrtnutí: zapni diagonály + rámik */
.square-checkbox:has(input[type="checkbox"]:checked) {
    border-color: #0078d2;
}

.square-checkbox:has(input[type="checkbox"]:checked)::before,
.square-checkbox:has(input[type="checkbox"]:checked)::after {
    opacity: 1;
}

/* Hover efekt */
.square-checkbox:hover {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.12);
}

#panelPriradenie .input-group-append {
    position: absolute;
    right: 5px;
    top: 3px;
}

.placeholder>i.icon-calendar {
    font-size: 0.65rem!important;
}

@media (max-width: 431px) {
    .zakaznik-menu .btn-base {
        width: 70% !important;
    }
    .zakaznik-menu .btn {
        width: 70% !important;
    }
    .zakaznik-menu-footer .btn {
        width: 100% !important;
    }
}