html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0px 0 60px;
}
.wrap.admin{
   padding: 40px 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
input[type="checkbox"] {
    zoom:2;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.dropdown:hover > .dropdown-menu { 
    display: block; 
}

.l-header {
    position: relative;
    background: no-repeat center top #ddded9;
    /*background: url(../pict/head_image.png) no-repeat center top;*/
    background-size: cover;
    /*margin-bottom: 50px;*/
  
}

.l-home-banner {
   /* padding: 150px 0 150px;*/
}
.l-home-banner .logo {
    padding-top: 25px;
}
.logo {
    position: relative;
}
.logo .title {
    position: absolute;
    bottom: 10%;
    left: 27%;
}
.logo .title, .logo .title h1 {
    color: #ffff01;
    /*font-family: gothicbi;*/
    text-transform: uppercase;
	font-size:18px;
}

.l-header .top-menu{
	/*margin-top:20px;
	position: absolute;*/
    width: 100%;
    z-index:10;
}

.m-bottom-menu {
    max-height: 45px;
    bottom: -20px;
    position: absolute;
    width: 100%;
}
.bottom-menu-search .caret {
	display:none;
}

  .l-home-banner .carousel-inner > .item > img{
        /*height: auto;*/
        height:100%;
        width:100%;
    }
  .l-home-banner .carousel-inner > .item{
        /*max-height: 400px;*/
        
    }  

.jumbotron p {
    font-weight: 300;
}

.field-attribute {
  overflow: hidden;
    border: 4px solid  #9E9E9E;
    border-radius: 5px;
    padding: 5px;
}
.lang-group{
    border: 4px solid gray;
    padding: 10px;
    border-radius: 5px;
    margin-bottom:10px;
}
li.lang-group {
    padding: 0;
    border-bottom: none;
}

.lang-group-ru, .lang-group-1{
    border-color:#a94442;
}

.lang-group-ua, .lang-group-2{
    border-color:#337ab7;
}

.field-attribute-add{
    border-width: 4px;
    border-color:#5cb85c;
}
.change-company-p-group{
    border-color:#5cb85c;
}

/*sidebar*/
#ex-container {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  margin-left: 220px;
  min-height: 100vh;
  transition: margin .3s;
  padding: 20px;
  /*background-color: rgb(244, 248, 251);*/
}

#left-menu {
  position: absolute;
  width: 220px;
  min-width: 220px;
  display: inline-block;
  float: left;
  height: 100%;
  background: #222;
  transition: left .3s;
  left: 0;
  z-index: 1;
  top: 50px;
  padding-top: 50px;
}

#left-menu.condensed {
  left: -220px;
}

#left-menu-toggle.condensed {
  left: 0;
  opacity: .8;
  border-radius: 0 5px 5px 0;
}

#ex-container.expanded {
  margin-left: 0;
}

#left-menu-toggle {
  position: absolute;
  left: 163px;
  height: 37px;
  width: 56px;
  z-index: 2;
  background: #222;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: left .3s;
  top: 101px;
}

#left-menu .panel .panel-heading {
  color: #FAFBFB;
  background-color: #222;
  border-color: #222;
}

#left-menu .panel li {
  background-color: #222;
  margin-top: 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#left-menu .panel .nav-pills li.active:nth-child(1)>a,
#left-menu .panel .nav-pills li.active:nth-child(1)>a:hover,
#left-menu .panel .nav-pills li.active:nth-child(1)>a:focus {
  color: #FAFBFB;
  background-color: #2b3340;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#left-menu a{
  text-decoration: none;
  color: #ddd
}
#left-menu .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background-color: white;
  color:black; 
}

#left-menu  .nav-pills > li > a:hover, .nav-pills > li.active > a:focus{
  background-color: white;
  color:black; 
}

/*end sidebar*/

.admin-form h4{
    color: #337ab7;
    font-weight: bold;
    text-shadow: 1px 1px 1px #6d9ac1;
    padding: 5px 0;
}

.admin-form h3{
  text-align: center;
  box-shadow: 1px 3px 9px #758593;
  background: #337ab7;
  color: white;
  padding: 5px;
  margin: 20px 0;
}
a.lan {display:inline-block!important; padding: 10px 0px!important; margin: 0!important;}

#ddd{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* view book*/

.day_day.shedhand-view strong{
    font-family: gothic;
    font-weight: bold;
    font-size: 14px;
}
.shedhand-view .item {

    padding: 10px;
    background-color: white;
}
.shedhand-view .item + .item {
    border-top: none;
}
.shedhand-view .item.is-w .m-header strong {
    color: #FF1827;
}
.shedhand-view h2 {

    color: black;
    font-family: gothicb;
    font-size: 20px;
    text-align: center;
    padding: 0px;

}
.shedhand-view .m-header {
    /*font-size: 22px;
    line-height: 25px;
    color: #f8ff3c;*/
}
.shedhand-view .m-header strong {
    font-weight: bold;
    font-size: 14px;
    font-family: gothic;
    color: black;
}
.book_row .item .name-room{
    padding-left: 10px;
    padding-right: 0px;
    border: 1px solid white;
    margin: 5px;
}
@media only screen and (max-width: 767px) {
    .shedhand-view .m-header {
        text-align: center;
    }
}.shedhand-view .m-chek-time {
     font-size: 18px;
     line-height: 24px;
     vertical-align: baseline;
     color: black;
     padding-top: 10px;
     min-height: 50px;
 }
@media only screen and (max-width: 767px) {
    .shedhand-view .m-chek-time {
        margin: 0 auto;
    }
}
.shedhand-view .m-chek-time div {
    text-align: center;
    background: transparent;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    margin: 0px 5px;
    color: black;
}
.shedhand-view .m-chek-time div:hover {
/ background: transparent;
}
.shedhand-view .m-chek-time div.holiday {
    color: #f8ff3c;
}
.shedhand-view .m-chek-time div.platinum {
    color: #CDD0D7;
}
.shedhand-view .m-chek-time div.booked {
    color: #999 !important;
    cursor: default;
}
.shedhand-view .m-chek-time div.booked:hover {
    color: #555;
    cursor: default;
    background: transparent;
}
.shedhand-view .m-chek-time div input {
    opacity: 0;
    display: none;
}
.shedhand-view .m-chek-time .jq-checkbox {
    background: transparent;
    color: #fff;
    padding: 0;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    box-shadow: none;
    text-align: center;
    width: 78px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.shedhand-view .m-chek-time .jq-checkbox.checked {
    background: #00759e;
    color: #91b8cc;
}
.shedhand-view .m-chek-time .jq-checkbox:hover {
    background: #00b2ed;
    color: #fff;
}
.shedhand-view .m-chek-time .jq-checkbox.disabled {
    opacity: 1;
}
.shedhand-view .m-chek-time .jq-checkbox.disabled:hover {
    background: #00759e;
    color: #91b8cc;
}
.shedhand-view .m-chek-time .jq-checkbox .jq-checkbox__div {
    box-shadow: none;
    margin: 0;
    background: transparent;
    width: auto;
    height: auto;
    border: none;
    font-size: 18px;
    line-height: 36px;
}
.time_el {
    float: left;
    width: 65px;
    font-size: 18px;
    font-weight: bold;
    font-family: gothic;
}


.booked .time_el {
    /*border-bottom: 1px solid #999 !important;*/
    color: #fe0101 !important;
}
.booked .price_el {
    color: #fe0101 !important;
}
.price_el {
    width: 65px;
    font-size: 14px;
}
.time_price {
    width: 70px;
    height: 50px;
    float: left;
}

.timeslot .time_el, .timeslot .price_el {
    float: left;
    width: 65px;
    font-size: 18px;
    font-weight: bold;
    font-family: gothic;
    margin: 0 10px;
}
.timeslot .buttons {
  line-height: 65px;
    padding-top: 15px;
}

.shedule-block {border: 2px solid #baf1ba;
    border-radius: 5px;
    margin-bottom: 20px;
}
.apply-stand-shed{
    margin-top: 25px;
}
.shedule-block-in{
    margin-bottom:20px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.my-bet{
    margin-left: 10px;
    color: #b73339;
}

/*Модальное окно в календаре*/
.text-center
{
    text-align: center!important;
}

.modal-footer
{
    margin: 0;
}
.block-caption
{
    text-align: center;
}
.modal-header
{
    background-color: whitesmoke;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid whitesmoke;
}
#ModalNameRoom
{
    font-size: 18px;
    display: inline;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.mb-20 {margin-bottom: 20px}

.w-100{width:100%!important}
.bg-primary{background-color:#007bff!important}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}
.bg-secondary{background-color:#6c757d!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}
.bg-success{background-color:#28a745!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}
.bg-info{background-color:#00b0d0!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}
.bg-warning{background-color:#ffc107!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}
.bg-danger{background-color:#dc3545!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}
.bg-light{background-color:#f8f9fa!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}
.bg-dark{background-color:#343a40!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}
.text-primary{color:#007bff!important}
a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}
.text-secondary{color:#6c757d!important}
a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}
.text-success{color:#28a745!important}
a.text-success:focus,a.text-success:hover{color:#1e7e34!important}
.text-info{color:#00b0d0!important}
a.text-info:focus,a.text-info:hover{color:#117a8b!important}
.text-warning{color:#ffc107!important}
a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}
.text-danger{color:#dc3545!important}
a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}
.text-light{color:#f8f9fa!important}
a.text-light:focus,a.text-light:hover{color:#dae0e5!important}
.text-dark{color:#343a40!important}
a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}
.text-muted{color:#6c757d!important}
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

/*spinner*/
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 8px;
    height: 8px;
    background-color: #666;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-top: 4px \9;
    margin-left: 0;
}

.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.bg-1b{background: #1b1b1b;}
.is-w{background-color: #990301;}
.bg-a4{background: #a40a08;}
.bg-e1{background: #e1e1e1;}
.bg-none{background: transparent;}
.text-white{color:#fff!important}
.text-black{color:black!important}
.border-w-0 {border-width:0rem !important;}
.border-w-01 {border-width:0.1rem !important;}
.border-w-02 {border-width:0.2rem !important;}
.border-w-025 {border-width:0.25rem !important;}
.border-w-05 {border-width:0.5rem !important;}
.border-w-075 {border-width:0.75rem !important;}
.border-r-0{border-radius: 0rem;}
.border-r-025{border-radius: 0.25rem;}
.border-r-05{border-radius: 0.5rem;}
.border-r-1{border-radius: 1rem;}
.border-r-15{border-radius: 1.5rem;}
.border-primary{border: #007bff 2px solid;}
.border-secondary{border: #6c757d 2px solid;}
.border-success{border: #28a745 2px solid;}
.border-info{border: #00b0d0 2px solid;}
.border-warning{border: #ffc107 2px solid;}
.border-danger{border: #dc3545 2px solid;}
.border-none{border:none;}
.border-grey{ border: #9b9b9b 2px solid;}
.border-green{ border: #28a745 2px solid;}
.border-blue{ border: #00b0d0 2px solid;}
.border-yellow{ border: #e09900 2px solid;}
.border-red{ border: #c30012 2px solid;}
.booking:hover{ background-color: white; border: white 2px solid; color: #242424;}
.booking.hover-black-border:hover{ border: black 2px solid!important; color: #242424!important; background-color: transparent!important;}
.booking.hover-primary-border:hover{ border: #007bff 2px solid!important; color: #007bff!important; background-color: transparent!important;}
.booking.hover-secondary-border:hover{ border: #6c757d 2px solid!important; color: #6c757d!important; background-color: transparent!important;}
.booking.hover-success-border:hover{ border: #28a745 2px solid!important; color: #28a745!important; background-color: transparent!important;}
.booking.hover-info-border:hover{ border: #00b0d0 2px solid!important; color: #00b0d0!important; background-color: transparent!important;}
.booking.hover-warning-border:hover{ border: #ffc107 2px solid!important; color: #ffc107!important; background-color: transparent!important;}
.booking.hover-danger-border:hover{ border: #dc3545 2px solid!important; color: #dc3545!important; background-color: transparent!important;}
.booking.hover-light-border:hover{ border: #f8f9fa 2px solid!important; color: #f8f9fa!important; background-color: transparent!important;}
.booking.hover-dark-border:hover{ border: #343a40 2px solid!important; color: #343a40!important; background-color: transparent!important;}
.booking.default-style:hover { border: black 2px solid!important; color: black!important; background-color: white!important;}
.booking.hover-black-bg:hover { border: none; color: white!important; background-color: black!important;}
.booking.hover-primary-bg:hover { border: none; color: white!important; background-color: #007bff!important;}
.booking.hover-secondary-bg:hover { border: none; color: white!important; background-color: #6c757d!important;}
.booking.hover-success-bg:hover { border: none; color: white!important; background-color: #28a745!important;}
.booking.hover-info-bg:hover { border: none; color: white!important; background-color: #00b0d0!important;}
.booking.hover-warning-bg:hover { border: none; color: white!important; background-color: #ffc107!important;}
.booking.hover-danger-bg:hover { border: none; color: white!important; background-color: #dc3545!important;}
.booking.hover-light-bg:hover { border: none; color: #343a40!important; background-color: #f8f9fa!important;}
.booking.hover-dark-bg:hover { border: none; color: white!important; background-color: #343a40!important;}