/**reserv*/
.small-cell {
    /*max-width: 75px;*/
    padding: 6px 6px;
}

.tourist-input {
    padding: 1px 3px;
}

.tourist-input input {
    text-transform: uppercase;
}

.text-small {
    font-size: 0.9em;
}

.text-small2 {
    font-size: 0.8em;
}

.text-small3 {
    font-size: 0.7em;
}

.badge-notify {
    background: red;
    position: relative;
    top: -7px;
    left: -25px;
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0px 15px;
}

.table-small > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

/*pulsing BEGIN*/
.icon-animated-pulsing {
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    opacity: 1;
    animation: animation-pulsing 1s ease-out;
    -webkit-animation: animation-pulsing 0.7s ease-out;
    animation-iteration-count: infinite !important;
    -webkit-animation-iteration-count: infinite !important;
}

@keyframes animation-pulsing {
    50% {
        opacity: 0.1;
    }
}

@-webkit-keyframes animation-pulsing {
    50% {
        opacity: 0.1;
    }
}

/*search*/

.search-scroll {
    overflow-y: auto;
    height: 200px;
    border: 1px solid #CFCFCF;
    overflow-x: hidden;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 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;
}

.search-chld-age {
    display: inline-block;
    /*width: 38px;*/
    max-width: 35px;
    height: 34px;
    border-radius: 4px;
    padding: 1px 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 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;
}

.search-item {
    margin: 0 0 0px 10px;
}

.place-selected {
    background-image: url("../img/noise.png");
}

.search-hotel {
    height: 200px;
    border: 1px solid #CFCFCF;
    overflow-x: hidden;
    overflow-y: hidden;
}

.search-hotel-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    width: 100%;
    height: 164px;
    background: white;
    border-radius: 2px;
}

.search-tr-success {
    background-color: #10E685;
}

.search-tr-warning {
    background-color: #ede93d;
}

.search-tr-danger {
    background-color: #FF4A00;
}

.search-table {
    background-color: #ffffff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.ng-table th.text-right {
    text-align: right;
}

.divider-vertical {
    height: 40px;
    margin: 0 5px;
    border-left: 3px solid #f2f2f2;
    border-right: 3px solid #ffffff;
}

.text-bold {
    font-weight: bold;
}

.text-link {
    cursor: pointer;
}

.text-strike {
    text-decoration: line-through;
}

.main-search {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.main-margin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 52px;
}

.nopadding [class*="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.col-leg-6 {
    min-width: 2000px;
    overflow-x: scroll;
    float: none;
    display: inline-block;
    white-space: normal;
    /*position: fixed;*/
}

.bg-light {
    background-color: #f5f5f5;
}

.bg-light2 {
    background-color: #f0f0f0;
}

.loading {
    width: 70px;
    height: 70px;
}

.scroll-view {
    overflow-y: auto;
    height: 170px;
}

.scroll-view2 {
    overflow-y: auto;
    max-height: 200px;
!important;
}

.scroll-view400 {
    overflow-y: scroll;
    max-height: 400px;
}

.scroll-view250 {
    /*overflow-y: scroll;*/
    min-height: 250px;
}

.scroll-view200 {
    overflow-y: scroll;
    max-height: 200px;
}

.nav, .pagination, .carousel a {
    cursor: pointer;
}

.navbar-btn2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    /*line-height: 16px; !* fallback *!*/
    /*max-height: 16px; !* fallback *!*/
}

.tab-width {
    text-align: center;
    width: 140px;
}

.tab-width2 {
    text-align: center;
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tab-width-big {
    text-align: center;
    width: 160px;
}

.form-inline-padding {
    padding-bottom: 10px;
    padding-top: 10px;
}

.required-label:after {
    content: " *";
    color: red;
}

.width150 {
    min-width: 150px;
}

.width-50 {
    width: 50px;
}

.modal-vertical-centered {
    transform: translate(0, 450%) !important;
    -ms-transform: translate(0, 450%) !important; /* IE 9 */
    -webkit-transform: translate(0, 450%) !important; /* Safari and Chrome */
}

.width-68 {
    width: 68px;
}

/*.widthMax {*/
/*min-width: 700px;*/
/*}*/

@media (min-width: 480px) and (max-width: 800px) {
    .widthMax {
        min-width: 760px;
    }

    .width900 {
        min-width: 640px;
    }

    .width1200 {
        min-width: 760px;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .widthMax {
        min-width: 800px;
    }

    .width900 {
        min-width: 850px;
    }

    .width1200 {
        min-width: 800px;
    }
}

@media (min-width: 900px) and (max-width: 1000px) {
    .widthMax {
        min-width: 900px;
    }

    .width900 {
        min-width: 900px;
    }

    .width1200 {
        min-width: 900px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .widthMax {
        min-width: 1000px;
    }

    .width900 {
        min-width: 900px;
    }

    .width1200 {
        min-width: 1000px;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .widthMax {
        min-width: 1100px;
    }

    .width900 {
        min-width: 900px;
    }

    .width1200 {
        min-width: 1100px;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .widthMax {
        min-width: 1300px;
    }

    .width900 {
        min-width: 900px;
    }

    .width1200 {
        min-width: 1100px;
    }
}

@media (min-width: 1600px) {
    .widthMax {
        min-width: 1600px;
    }

    .width900 {
        min-width: 900px;
    }

    .width1200 {
        min-width: 1100px;
    }
}

.color-star {
    color: #f0ad4e;
}

.cursor-move {
    cursor: move;
}

.cursor-hand {
    cursor: pointer;
}

.navbar-sm {
    min-height: 20px;
    height: 20px;
    background: #F0F0F0;
}

.navbar-sm > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}

.text-black-bold {
    font-size: 140%;
    /*font-family: bold;*/
    color: #000000;
}

/*scroll tabs*/
.my-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
}

.scroller-left {
    float: left;
}

.bordered {
    border: 1px solid #ddd;
    margin: 5px 0px;
}

.mock-label {
    padding-bottom: 5px;
    min-height: 24px;
    height: 24px;
    display: block;
}

.image-maxw-100 {
    max-width: 100px;
}

.td-vcenter {
    vertical-align: inherit;
}

.table-small > tbody > tr > td {
    padding: 2px;
}

.table-nopadding > tbody > tr > td {
    padding: 0px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.row-muted {
    background-color: #eee;
    color: #777;
}

.row-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter {
    display: flex;
    align-items: center;
}

/*PLACES*/
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 4px;
    margin: 1px;
    outline: none;
    display: inline-block;
    font-weight: normal;
    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;
}

.btn-circle-undef {
    cursor: not-allowed;
    background-color: #ddd;
}

/**/
.onclick-menu {
    position: relative;
    display: inline-block;
}

.onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
}

.onclick-menu-content {
    position: absolute;
    z-index: 11212;
    padding: 5px;
    background-color: white;
    border: 1px #0c0c0c;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: medium;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
}

/*===================*/
.btn-tourist {
    position: relative;
    top: 0;
    font-size: 2.7em;
    opacity: .4;
}

.btn-tourist-active {
    position: relative;
    top: 0;
    font-size: 1.8em;
    opacity: 1;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.btn-tourist-text {
    position: relative;
    z-index: 1;
    top: -3px;
    font-weight: bold !important;
}

.btn-tourist2 {
    position: relative;
    top: -28px;
    left: 0;
    font-size: 1em;
    opacity: 1;
}

.text-white {
    color: white;
    font-size: 1em;
}

.btn-circle-inac {
    color: #F1F1F1;
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.btn-circle-inac:hover,
.btn-circle-inac:focus,
.btn-circle-inac:active {
    color: #e6e6e6;
    background-color: #e6e6e6;
    border-color: #000;
}

.btn-circle-occup {
    color: #fff;
    background-color: #d9534f;
    /*border-color: #BF322E;*/
}

.btn-circle-occup:hover,
.btn-circle-occup:focus,
.btn-circle-occup:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #000;
}

.btn-circle-free {
    color: #fff;
    background-color: #5cb85c;
    /*border-color: #4cae4c;*/
}

.btn-circle-free:hover,
.btn-circle-free:focus,
.btn-circle-free:active {
    color: #fff;
    background-color: #449d44;
    border-color: #000;
}

/**
legend
*/
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

table.table-fixedheader {
    width: 100%;
}

table.table-fixedheader, table.table-fixedheader > thead, table.table-fixedheader > tbody, table.table-fixedheader > thead > tr, table.table-fixedheader > tbody > tr, table.table-fixedheader > thead > tr > th, table.table-fixedheader > tbody > td {
    display: block;
}

table.table-fixedheader > thead > tr:after, table.table-fixedheader > tbody > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader > tbody {
    overflow-y: scroll;
    max-height: 500px;
}

table.table-fixedheader > thead {
    overflow-y: scroll;
}

table.table-fixedheader > thead::-webkit-scrollbar {
    background-color: inherit;
}

table.table-fixedheader > thead > tr > th:after, table.table-fixedheader > tbody > tr > td:after {
    content: ' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader > thead tr th, table.table-fixedheader > tbody tr td {
    float: left;
    word-wrap: break-word;
}

/* stopsale calendar*/
.ss-calendar-month {
    width: 192px;
    padding: 0 10px 0 0;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

.ss-calendar-month-center {
    font-weight: bold;
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.trip-icon {
    width: 24px;
    height: 24px;
    padding: 1px 1px;
    cursor: pointer;
    display: inline;
}

.trip-icon-inactive {
    display: inline;
    width: 24px;
    height: 24px;
    padding: 1px 1px;
    opacity: 0.3;
    cursor: pointer;
    filter: alpha(opacity=30); /* msie */
}

.ss-calendar-btn {
    width: 26px;
}

.nav-bar-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1031;
    margin-top: 9px;
    margin-bottom: 4px;
    margin-right: 9px;
}

.calendar-date-place-av {
    background-color: #10e685 !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-place-av:hover {
    background-color: #10a243 !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-place-li {
    background-color: #ede93d !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-place-li:hover {
    background-color: #d0cc35 !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-place-na {

    background-color: #ff4a00 !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-place-na:hover {
    background-color: #cb3b00 !important;
    border-radius: 4px;
    color: #000 !important;
}

.calendar-date-icon-bus {
    position: relative;
}

.calendar-date-icon-bus:after {
    content: "\f207";
    font-family: FontAwesome;
    color: #666666;
}

.calendar-date-icon-avia {
    position: relative;
}

.calendar-date-icon-avia:after {
    content: "\f072";
    font-family: FontAwesome;
    color: #666666;
}

.input-calendar-icon {
    position: absolute;
    bottom: 10px;
    right: 24px;
    top: auto;
    cursor: pointer;
}