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;
}
.bet{
    display: inherit;
}
/*Модальное окно в календаре*/
.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;
}
.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;
}

.pay-var div{
    border: 1px solid #555;
    padding: 10px;
}
.pay-var div:nth-child(1){
    border-bottom: none;
}

.pay-var div:nth-child(2){
    border-bottom: none;
}

.pay-var div:nth-child(3){
    border-bottom: none;
}