/* sky-form 'sm-options-form' style
---------------------------------------*/
.sky-form.sm-options-form {
    border-style: none;
}
.sky-form.sm-options-form fieldset {
    padding: 0 0 5px 0;
}
.sky-form.sm-options-form .label {
	margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sky-form.sm-options-form footer {
    margin: 15px 0 5px 0;
    padding: 5px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* sky-form correction
------------------------------------*/
.ui-datepicker {
	background: rgba(255,255,255,1);
}
.sky-form .input i.fa-calendar-alt {
   cursor: pointer;
}

.sky-form .input i.hide-border {
    border-color: transparent;
    background: transparent;
    cursor: pointer;
}

.sky-form .input i.hide-item {
    display: none;
}

.sky-form .input .icon-append + input.hide-icon {
    padding-right: 12px;
}


/* pax count info
-------------------------------------------- */
.sm-pax-count {
    margin-bottom: 5px;
}
.sm-pax-count span.label {
    padding-left: 10px;
    padding-right: 10px;
}


/* duty time list
-------------------------------------------- */
.sm-hotel-dutytime-list {
    margin-bottom: 5px;
}
.sm-hotel-dutytime-list > span {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
}
.sm-hotel-dutytime-list > ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sm-hotel-dutytime-list .note {
    margin: -4px 0 5px 0;
    font-weight: bold;
}


ul.sm-list-titled {
    margin-bottom: 5px;
    list-style: none;
    --margin-left: 0;
    --padding-left: 0;
}
ul.sm-list-titled li > h4 {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 0 -5px 0;
}
ul.sm-list-titled li > ul  {
  padding-left: 0;
}
ul.sm-list-titled li > ul li {
  display: inline;
  padding-left: 0;
  padding-right: 10px;
}
ul.sm-list-titled li > i {
  color: #9b6bcc;  
}


ul.sm-list-inline {
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.sm-list-inline li  {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
ul.sm-list-inline li > i {
  color: #9b6bcc;  
}



.funny-boxes .sm-box-title { 
	border-bottom: 1px solid #ddd;
}

.funny-boxes .sb-box-footer {
    margin-top: 10px;
}

/*.sm-hotel-dutytime-list > ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sm-hotel-dutytime-list .note {
    margin: -4px 0 5px 0;
    font-weight: bold;
}

.funny-boxes ul.sm-funny-boxes-info li {
  display: inline;
  padding-right: 10px;
}

.funny-boxes ul.sm-funny-boxes-info li i {
  color: #9b6bcc;
  cursor: pointer; 
  font-size: 14px;
}

ul,
ol {
  margin-bottom: 0px;
}*/

.sm-modal-error {
    text-align: left;
    margin-bottom: 5px;
}

.sm-modal-error h2 {
  font-size: 18px;
  line-height: 24px;
  color: red;
}

.sm-modal-error span {
    margin-top: 0;
}


.footer-v1 .copyright {
    background: #414141;
}

.sm-user-exception.funny-boxes h2  {
  color: #fff;
}

li.sm-navbar-text-logo {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
li.sm-navbar-text-logo span {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 200;
    text-shadow: none;
 
}

.sm-modal .modal-body {
    padding-top: 5px;
}

/* sky-form 'sm-form' style
---------------------------------------*/
.sky-form.sm-form {
    border-style: none;
}
.sky-form.sm-form fieldset {
    padding: 0 0 5px 0;
}
.sky-form.sm-form .label {
	margin-bottom: 0px;
}
.sky-form.sm-form label.label {
	text-transform: uppercase;
}

.sm-info-attend {
    background: url('amchair.png') no-repeat;
    background-clip: border-box;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
}
.sm-info-attend-on {
    background-position: -16px 0 !important;
}
.sm-info-attend-off {
    background-position: -32px 0 !important;
}

.sm-info-attend-multiply {
    background-position: -48px 0 !important;
    display: inline-block;
    vertical-align: inherit;
}


.sm-people-attend,.sm-people-attend-service {
    cursor: pointer;
}



.sm-people-attend.fa-user, .sm-people-attend-service.fa-user {
    color: #999;
}


.fa-user.sm-people-attend-on {
    color: #5FB657;
}

.fa-user.sm-people-attend-off {
    color: #D70000;
}


/* loading control */

.loader {
  z-index: 99;
  width: 100%;
  height: 6px;
  position: relative;
  overflow: hidden;
}

.loader > span {
  display: inline-block;
  z-index: 101;
  background: #9b6bcc;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 1px;
  position: absolute;
  top: 0px;
  left: -10%;
}

.loader > span.jmp {
  transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

.loader > .loader-point-1 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0s;
}
.loader > .loader-point-2 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.180s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.180s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.180s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.180s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.180s;
}
.loader > .loader-point-3 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.360s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.360s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.360s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.360s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.360s;
}
.loader > .loader-point-4 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.540s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.540s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.540s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.540s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.540s;
}
.loader > .loader-point-5 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.720s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.720s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.720s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.720s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.720s;
}
.loader > .loader-point-6 {
  transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.900s;
  -o-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.900s;
  -ms-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.900s;
  -moz-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.900s;
  -webkit-transition: 2.8s left cubic-bezier(0.030, 0.615, 0.995, 0.415) 0.900s;
}


a.modal-link, a.modal-link:visited {
    color: #414141;
    border-bottom-color: #414141;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-decoration: none;
}
a.modal-link:hover {
    color: #9b6bcc;
    border-bottom-color: #9b6bcc;
    border-bottom-style: dotted;
}

.sm-icon-hide {
    display: none !important;
}


/* reservation info - status
-------------------------------------------- */
.sm-res-info-status {
    margin-bottom: 5px;
}
.sm-res-info-status span.label {
    padding-left: 10px;
    padding-right: 10px;
}

.sm-condensed h3,
.sm-condensed ul.list-inline.up-ul,
.sm-condensed table {
    margin-bottom: 0px !important;
}

.sm-hotel-short{
    font-style: italic;
}

.s-results .sm-res-service-title {
    border-bottom: solid 2px #9b6bcc ;
    padding-bottom: 5px;
}

.sm-res-service-title h3 span{
    display: inline-block;
    float: right;
}

.select2-container--default .select2-selection--single{
    border:1px solid #ccc;
}
.form-control {
  height: 28px;
  padding: 3px 12px;
  font-size: 13px;
}


.navbar-nav span.badge {
    top: 1px;
    right: 0px;
    position: absolute;
    padding: 3px 6px;
}

.custom-navbar .navbar-brand {
    color: #414141;
    letter-spacing: -1px;
    font-weight: 600;
}

/* icon */ .custom-navbar a.fa,.custom-navbar a.far,.custom-navbar a.fab,.custom-navbar a.fas {font-size: 25px}
/* icon */ .custom-navbar i.fa,.custom-navbar i.far,.custom-navbar i.fab,.custom-navbar i.fas {font-size: 16px}



@media (max-width:767px) { 
    .custom-navbar .navbar-right {
        float: right;
        padding-right: 15px;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li {
        float: right;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li > a {
        padding:8px 8px;
    }
    .custom-navbar .navbar-toggle {
        float: left
    }
    .custom-navbar .navbar-header {
        float: left;
        width: auto!important;
    }
    .custom-navbar .navbar-collapse {
        clear: both;
        float: none;
    }
}    


.custom-navbar li.sm-notification-message a {
    width: 40px;
}
.custom-navbar li.sm-notification-message {
    float: right;
}


html[lang='ru'] .headline h2 small {
   text-transform: lowercase;
}

.small-subtitle {
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 0 -5px 0;
}

.print-voucher {
    text-decoration: underline;
    color: #9b6bcc;
}


/* GB creation of sale from sales monitor */
.label.label-dark-blue.sm-monitor {
    display: inline-block;
    width: calc(8.333333% - 4px);
    padding: 4px 0 !important;
    vertical-align: middle;
    cursor: pointer;
}

.label.label-dark-blue.sm-monitor.sm-monitor-empty {
    background-color: transparent;
    cursor: default;
}

.label.label-dark-blue.sm-monitor.sm-monitor-stopsale {
    background-color: #e03f3f;
    cursor: default;
}


.label.label-dark-blue.sm-monitor.sm-monitor-closed {
    background-color: #a1a1a1;
    cursor: default;
}

.label.label-dark-blue.sm-monitor.sm-monitor-fewseats {
    background-color: #2f436b;
}




.label.label-date {
    color: #555;
    width: calc(8.333333% - 4px);
    display: inline-block;
    height: auto;
    padding: 4px 0 !important;
    background-color: #e7e7e7;
}


#datesScroll {
    background: #f7f7f7;
    z-index: 100;
}

.sm-box-title-dates-scroll {
    padding-top: 25px;
}

#datesScroll.sm-float {
    position: fixed;

}
#datesScrollTitle {
    padding-top: 10px;
}


#datesScrollTitle.vh {
    visibility: hidden;
    padding-top: 0;
}

#datesScrollTitle.vh h2 {
    font-size: 0;
    line-height: 0px;
    margin-bottom: 0px;
}


@media (max-width: 440px) {
    .label.label-date {
        font-size: 8px;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 12px;
}



button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background-color: #9b6bcc;  
    color: #FFFFFF;  
} 
