.ng-cloak {
  display: none;
}
.ng-hide {
  display: none !important;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.ace-nav {
  height: auto;
}
/* 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;
}
.angular-google-map-container {
  height: 400px;
}
.field-locationform-static_map .angular-google-map-container {
  width: 240px;
  height: 180px;
}
.gallery-box {
  width: calc(100% - 10px);
  max-width: 200px;
  padding: 5px;
  margin: 2px;
  float: left;
  min-height: 200px;
  border: 1px solid #ddd;
}
.gallery-box .title {
  height: 22px;
  overflow: hidden;
  display: block;
}
.gallery-box .thumb {
  height: 164px;
  width: 188px;
  line-height: 20px;
  overflow: hidden;
  word-break: normal;
}
.gallery-box .thumb img {
  max-width: 200px;
  max-height: 150px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: auto;
}
.stick {
  overflow: auto;
}
.sidebar-wizard {
    width: 100%;
}
.nav-list-wizard > li{
    min-width: 12%;
    text-align: center;
}
.nav-list-wizard > li li{
    text-align: left;
}
.nav-list-wizard > li ul{
    min-width: 100%;
}

.nav-list-wizard li a{
    height: inherit;
}
.nav-list-wizard li::before {
    height:100%;
}
.ace-settings-container {
    top: -40px;
}

.calendar .ui-datepicker-inline {
    width: 100% !important;
}
.ui-datepicker td>a.ui-state-active {
    color: black;
}

.calendar a.ui-state-default {
    max-width: 40px;
}
.form-group > div.help-block.col-sm-4{
    padding: 8px;
    margin: 0px;
    background-color: #fcf8e3;
}
.form-group > .help-block p{
    margin: 0px;
}

.reserved a {
    background: #d77362 !important;
}
.reserved-start a{
  background: #d77362; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZDc3MzYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3NzM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
  background: -moz-linear-gradient(-45deg,  #e6e6e6 0%, #e6e6e6 50%, #d77362 51%, #d77362 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e6e6e6), color-stop(50%,#e6e6e6), color-stop(51%,#d77362), color-stop(100%,#d77362)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #e6e6e6 0%,#e6e6e6 50%,#d77362 51%,#d77362 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #e6e6e6 0%,#e6e6e6 50%,#d77362 51%,#d77362 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #e6e6e6 0%,#e6e6e6 50%,#d77362 51%,#d77362 100%) !important; /* IE10+ */
  background: linear-gradient(135deg,  #e6e6e6 0%,#e6e6e6 50%,#d77362 51%,#d77362 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d77362',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
}
.reserved-end a{
  background: #d77362; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZDc3MzYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q3NzM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
  background: -moz-linear-gradient(-45deg,  #d77362 0%, #d77362 50%, #e6e6e6 51%, #e6e6e6 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d77362), color-stop(50%,#d77362), color-stop(51%,#e6e6e6), color-stop(100%,#e6e6e6)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #d77362 0%,#d77362 50%,#e6e6e6 51%,#e6e6e6 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #d77362 0%,#d77362 50%,#e6e6e6 51%,#e6e6e6 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #d77362 0%,#d77362 50%,#e6e6e6 51%,#e6e6e6 100%) !important; /* IE10+ */
  background: linear-gradient(135deg,  #d77362 0%,#d77362 50%,#e6e6e6 51%,#e6e6e6 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77362', endColorstr='#e6e6e6',GradientType=1 ) !important; /* IE6-8 fallback on horizontal gradient */
}

#photos_holder tbody tr:first-child button.row-up, #photos_holder tbody tr:last-child button.row-down, #videos_holder tbody tr:first-child button.row-up, #videos_holder tbody tr:last-child button.row-down {
    visibility: hidden;
}

button.ui-datepicker-current { display: none; }

/*--*/
/*Slider Adjustments*/
.ace-thumbnails{ margin-bottom: 15px; }
.ace-thumbnails .slideItem{
  float: left;
  padding: 0 4px;
  width: 20%;
}

.ace-thumbnails .slideItem .acUnit_img{
  border: 1px solid lightgray;
}

.ace-thumbnails .slideItem .acUnit_img-description{ text-align: center; }
.ace-thumbnails .slideItem .acUnit_img-description span{ display: inline-block; padding: 5px 0; }

.ace-thumbnails .slideItem img{
  width: 100%;
  height: auto;
}

/*Photo/Video Upload Modal*/
.mediaUploadTab .sortable{ border: 0; }

.gallery--item{ counter-increment: slideNum; margin-bottom: 15px; height: 170px; width: 100%; max-width: 150px; }
.gallery--item::after{ content: counter(slideNum); }
.gallery--item .progress{ height: 8px; }
.gallery--item .-image{ position: relative; }
.gallery--item .-image img{ width: 100%; height: 80px; }
.gallery--item .-button{ position: absolute; bottom: 0; right: 0; }
  .gallery--item .-button:active{ top: auto; }
.gallery--item .selectize-input{ margin-top: 4px; height: 54px;}

.mediaUploadTab .sortable.grid{
  overflow: visible;
}

.upload_confirm_modal{ text-align: center; z-index: 1500; }

/*Navigation list wizard long dropdown submenu fixed height with scroll*/
.nav-list-wizard .hsub .submenu{ max-height: 250px; overflow-y: auto; }

/*Form Not Allowed Cursor Fix*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  cursor: default;
}

/*Slider Accommodation/Accommodation Unit*/
/*.slide_wrapper .carousel-indicators{ display: none; }
.slide_wrapper .ace-thumbnails{ margin-left: 20px; margin-right: 20px; }
.slide_wrapper .ace-thumbnails .slideItem{ width: 12.5%; }
.slide_wrapper .ace-thumbnails .slideItem .acUnit_img-description{ font-size: 12px; min-height: 46px; }
.carousel-control.left, .carousel-control.right{ background: transparent; cursor: pointer; }
.carousel-control.left{ margin-left: -10px; }
.carousel-control.right{ margin-right: -10px; }
.carousel-control{ width: auto; opacity: 1; color: rgba(0,0,0,0.8); text-shadow: none; }
.carousel-control:focus, .carousel-control:hover{ color: rgba(0,0,0,0.8); opacity: 1; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,*/
/*.carousel-control .icon-prev{ margin-top: -10px; font-size: 20px; }*/

/*START SLIDER*/
.slider_wrapper{
  position: relative;
  margin-bottom: 15px;
}

.slider_wrapper .slick-prev, .slider_wrapper .slick-next{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  margin: auto;
  padding: 0 5px;
  font-size: 0;
  background: transparent;
  color: transparent;
  border: none;
  outline: 0;
}
 .slider_wrapper .slick-prev:before,
 .slider_wrapper .slick-next:before{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    color: black;
  }

.slider_wrapper.slider_wrapper-accommodation .slick-prev,
.slider_wrapper.slider_wrapper-accommodation .slick-next{
    background: rgba(0,0,0,0.4) !important;
}
.slider_wrapper.slider_wrapper-accommodation .slick-prev:before,
.slider_wrapper.slider_wrapper-accommodation .slick-next:before{
  color: rgba(255,255,255,0.6);
}
.slider_wrapper .slick-prev{
  left: 0;
}
.slider_wrapper .slick-prev:before{
  content: '\f0d9';
}
.slider_wrapper .slick-next{
  right: 0;
}
.slider_wrapper .slick-next:before{
  content: '\f0da';
}

.slider_wrapper .slick-list{
  margin: 0 20px;
}
.slider_wrapper .slider_customItem{
  margin: 0 5px;
}

.slider_wrapper .slick-slide{
  outline: none;
}
.slider_wrapper .slick-slide  img{
  width: 100%;
}
.slider_wrapper .slider_customItem-textWrapper{
  display: table;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #ededed;
  margin-top: 5px;
}
.slider_wrapper .slider_customItem-text{
  display: table-cell;
  padding: 0 5px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  text-transform: lowercase;
}
/*STOP SLIDER*/


/*Wizard Number of People Select Fix*/
.persons{ text-align: center; }
.persons div{ display: inline-block; }


.imageCropWrapper{ margin: 20px 0; }
.imageCropWrapper .form-group{ margin: 16px 0 auto; width: 280px; }
.imageCropWrapper .crop-image{ margin-bottom: 20px; width: 280px; }

/***********************************************************************************
  Working Hours Modal
***********************************************************************************/

/* Add Working Hours Modal */
.work_hours_preview td {
  padding: 5px 0;
}
.edit_work_hours:not(:last-child){
  margin-right: 5px;
}

.field-radnidani label{
  float: left;
  display: inline-block;
  margin: 15px 0 0 !important;
  width: 20%;
}

.field-radnidani .help-block {
  padding: 0px 10px 10px;
  margin: 0;
  clear: both;
}

.field-radnidani ul{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}
.field-radnidani li{
  padding: 4px 0;
}

/* Preview Working Hours Modal */
.preview_work_hours{
  width: 100%;
}
.preview_work_hours tr:not(:last-child){
  border-bottom: 1px solid $gray-two;
}
.preview_work_hours td{
  padding: 5px 10px;
}
.articleWorkHoursLink a {
  display: inline-block;
  color: $brand-green;
  text-transform: uppercase;
  font-size: 13px;
}
.articleWorkHoursLink a i{
  margin-left: 4px;
}
.articleWorkHoursLink a:hover{
  cursor: pointer;
}
@media (max-width: $screen-sm-max){

  .field-radnidani label{
    width: 30%;
  }

  .preview_work_hours td{
    display: block;
    line-height: 20px;
  }

}

/* Modal close button style */
.modal-header .close {
  width: 20px;
  height: 20px;
  background: tomato;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 15px;
  padding: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99999;
  margin: 0 !important;
}

/* Calendar Booking */
.ui-datepicker-prev span.ui-icon,
.ui-datepicker-prev:hover span.ui-icon,
.ui-datepicker-next span.ui-icon,
.ui-datepicker-next:hover span.ui-icon {
  cursor: pointer;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
  visibility: visible !important;
  top: 50% !important;
}
.accommodation-wizard-step-7 .ui-datepicker-next span {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 12px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: -4px !important;
  margin-top: -12px !important;
}
.accommodation-wizard-step-7 .ui-datepicker-prev span {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 12px 12.5px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-left: -8px !important;
  margin-top: -12px !important;
}
.accommodation-wizard-step-7 .ui-datepicker-next,
.accommodation-wizard-step-7 .ui-datepicker-prev,
.accommodation-wizard-step-7 .ui-datepicker-next:hover,
.accommodation-wizard-step-7 .ui-datepicker-prev:hover {
  background: none !important;
  background-color: tomato !important;
  border: 0 !important;
  border-radius: 50%;
  height: 32px !important;
  width: 32px !important;
}
.-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}
.ui-datepicker {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background: #fafafa;
  border: 1px solid #dedede;
  display: none;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  margin: 5px auto 0;
  padding: 10px;
  position: relative;
  width: auto !important;
  z-index: 1500 !important;
}
.ui-datepicker:before,
.ui-datepicker:after {
  content: " ";
  display: table;
}
.ui-datepicker:after {
  clear: both;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background: transparent !important;
  border: 0 !important;
  line-height: 30px;
  position: relative;
}
.ui-datepicker-title {
  color: #555 !important;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  text-align: center;
  text-transform: lowercase;
}
.ui-datepicker-title .ui-datepicker-month:after {
  content: ',';
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  line-height: 600%;
  overflow: hidden;
  text-align: center;
  text-indent: -99999px;
}
.ui-datepicker th {
  color: #8cc63f;
  padding: 10px 0 10px;
  font-weight: normal !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
.ui-datepicker tbody td {
  border: 0;
  font-size: 14px;
  padding: 0;
  text-align: right;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 0;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  color: #555;
  display: inline-block;
  height: 28px;
  line-height: 30px;
  margin: 1px;
  padding: 0 6px;
  width: 28px;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .available a {
  border: 0 !important;
}
.ui-datepicker-today a.ui-state-default,
.ui-datepicker-today span.ui-state-default {
  font-weight: bold !important;
}
.ui-datepicker-calendar .ui-datepicker-unselectable a,
.ui-datepicker-calendar .ui-datepicker-unselectable span {
  background: tomato !important;
  color: #fff;
}
.ui-datepicker-calendar .date-check-in a,
.ui-datepicker-calendar .date-check-in span {
  background: tomato !important;
  background: -moz-linear-gradient(-45deg, transparent 0%, transparent 50%, tomato 51%, tomato 100%) !important;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(50%, transparent), color-stop(51%, tomato), color-stop(100%, tomato)) !important;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 50%, tomato 51%, tomato 100%) !important;
  background: -o-linear-gradient(-45deg, transparent 0%, transparent 50%, tomato 51%, tomato 100%) !important;
  background: -ms-linear-gradient(-45deg, transparent 0%, transparent 50%, tomato 51%, tomato 100%) !important;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, tomato 51%, tomato 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='$brand-orange', GradientType=1) !important;
  color: #555;
}
.ui-datepicker-calendar .date-check-out a,
.ui-datepicker-calendar .date-check-out span {
  background: tomato !important;
  background: -moz-linear-gradient(-45deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, tomato), color-stop(49%, tomato), color-stop(50%, transparent), color-stop(100%, transparent)) !important;
  background: -webkit-linear-gradient(-45deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
  background: -o-linear-gradient(-45deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
  background: -ms-linear-gradient(-45deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
  background: linear-gradient(135deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$brand-orange', endColorstr='transparent', GradientType=1) !important;
  color: #555;
}
.ui-datepicker-calendar .date-check-in.date-check-out a,
.ui-datepicker-calendar .date-check-in.date-check-out span {
  background: tomato !important;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  font-weight: bold !important;
}
td.state-selected a {
  background: #0f75bc !important;
  color: #fff;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #fafafa;
  color: #fff;
}
.hasDatepicker {
  position: relative;
}
.ui-datepicker-group {
  width: auto !important;
  float: none !important;
  background: transparent !important;
  border: 1px solid #dedede;
  display: inline-block;
  margin: 10px;
  padding: 15px;
  text-align: initial;
}
.calendar .ui-datepicker {
  box-shadow: none;
  background: transparent;
  border: 0;
  font-size: 14px;
  margin: 5px auto 0;
  padding: 0px;
  text-align: center;
  width: auto !important;
}
.calendar .ui-datepicker-header {
  position: initial !important;
}
.calendar .ui-datepicker-calendar {
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 0 !important;
}
.calendar .ui-datepicker-calendar thead th {
  font-size: 12px;
}
.calendar .ui-datepicker-prev,
.calendar .ui-datepicker-prev:hover {
  top: 48% !important;
}
.calendar .ui-datepicker-next,
.calendar .ui-datepicker-next:hover {
  top: 48% !important;
}
.ui-datepicker td > a.ui-state-active {

}
@media screen and (min-width: 1200px) { 
  .accommodation-wizard-step-7 .ui-datepicker-next {
    right: 12% !important;
  }
  .accommodation-wizard-step-7 .ui-datepicker-prev {
    left: 12% !important;
  }
}

/* Calendar reserved dates */
.reserved a,
.reserved-start a {
  color: #fff !important;
}
/* z-index fix */
#insert-reservation-modal {
  z-index: 10000;
}
#ui-datepicker-div {
  z-index: 100001 !important;
}
.accommodation-wizard-step-7 .calendar {
  z-index: 50;
}
.ui-datepicker-calendar .reserved-end a, 
.ui-datepicker-calendar .reserved-end span {
  background: linear-gradient(135deg, tomato 0%, tomato 49%, transparent 50%, transparent 100%) !important;
}


/* Alert messages */
#static-alert-messages {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 250px;
  z-index: 100;
}

.location-photo-index form#w0 div.form-group button.btn-success {
	visibility: hidden;
}

.form-group > div.help-block.col-sm-3{
    padding: 8px;
    margin: 0px;
    background-color: #fcf8e3;
}