/* Custom Toggle Switch Styles */

/* define on/off styles */

.on  { 
  margin-left: 33px;
}

.off { 
}

.toggleContainer {
  background-color: #fff;
  border-radius: 14px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  width: 60px;
  height: 28px;
}

#layoutSwitch {
  background-color: #33b1b3;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#colorSwitch {
  background-color: #33b1b3;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}


/* Date Description Form Styles */
#date_description_form {
  height: 80px;
}


/* Date Description Input Styles */
#date_description_input {
  background: #ebebeb;
  border: none;
  padding: 10px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/* Show hide elements */
.hide {
  display: none;
}

.show {
  display: block;
}


/* Dropdown Elements */
.add-dates-button {
  /*padding: 12px;*/
  margin-bottom: 0;
}

.add-dates-button a {
  text-decoration: none;
}

.add-dates-button p {
  color: #111;
}

.grey-dropdown {
  background-color: #d5d3d2;
  display: none;
  height: 130px;
  width: 100%;
  margin-top: 0;
  overflow: scroll;
}

.grey-dropdown ul {
  text-decoration: none;
  list-style: none;
  padding-left: 10px;
  padding-top: 5px;
}

.grey-dropdown ul li {
  color: #fff;
}


/* Add Saved Dates Button (Remove Padding) */
.btn-no-padding {
  padding: 0;
}


/* image background test */
.bg-cover {
  background-size: cover;
}


/* Description Title Top - Margin */
.description-title {
  margin-top: 10px;
}

/* Description Text Block */
.description_text_block {
  min-height: 80px;
  background-color: #fff;
}

/* Button Top Margin */
.button.create.shop {
  margin-top: -15px;
}


/* Fit button text onto one line */
/* Add Dates Button */
.add-dates-div {
  width: 230px;
}

/* Calendar Full Width Button */
.calendar-full-width-button-text.left-align {
  width: 190px;
}
/* End styles */



/* Checkbox */
.grey-dropdown input {
  margin-right: 5px;
}

label input {
  display: none;/* <-- hide the default checkbox */
}

label span {/* <-- style the artificial checkbox */
  background-color: #fff;
  border-radius: 9px;
  display: inline-block;
  position: relative;
  margin-top: 3px;
  margin-right: 5px;
  height: 18px;
  width: 18px;
}

[type=checkbox]:checked + span:before {/* <-- style its checked state..with a ticked icon */
  color: #33b1b3;
  content: '\2B24';
  /* content: '\25CF'; */
  /* content: '\2714'; */
  position: absolute;
  top: -2px;
  left: 2px;
}


/* Show Hide Buttons for Add Saved Dates */
#hideShowBtn {
  display: block;
}


/* Start Month Div */
.startMonthDiv {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.startMonthBtn {
  padding-left: 10px;
  padding-right: 10px;
}


/* Green Cross Icon Padding */
.green-cross {
  margin-top: 11px;
  margin-left: 3px;
}


/* Add Dates Button */
.add-dates-button .add-dates-div {
  text-align: center;
  width: 260px;
}

.add-dates-button .left-align {
  text-align: center;
  width: 155px;
}


/* Saved Dates Overlay */
#savedDatesOverlay .overlay-container {
  padding-left: 10px;
  padding-right: 10px;
}


/* Standard Holiday Overlay */
#stdHolidayOverlay .overlay-container {
  padding-left: 10px;
  padding-right: 10px;
}


/* Grey Dropdown for Overlay */
.grey-dropdown-overlay {
    display: none;
    width: 100%;
    margin-top: 0;
    overflow: scroll;
}

.grey-dropdown-overlay ul {
    text-decoration: none;
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
}

.grey-dropdown-overlay ul li {
    color: #666;
}


#uploadPhotoDiv {
  margin: 10px;
  text-align: center;
}

#uploadPhotoDiv h4 {
  color: #333;
  margin-top: 20%;
}

#uploadPhotoSubmit {
  text-transform: uppercase;
}

.chooseFile {
  background-color: #fff;
  border-radius: 10px;
}

progress {
  border-radius: 10px;
  width: 260px;
  margin-top: 20px;
  margin-bottom: 30px;
}

progress::-webkit-progress-bar {
  /* style rules */
  background: #fff;
  border-radius: 16px;
  height: 28px;
  padding-top: 4px;
  padding-left: 4px;
}

progress::-webkit-progress-value {
  /* style rules */
  background: #33b1b3;
  border-radius: 10px;
  height: 20px;
}

.imgcoverportrait {
  position: absolute;
  z-index: 0;
}

/* site overlay custom styles */
#loading_overlay {
  background-color: #999;
}




.photo-arrow-icon.bottom {
  position: absolute;
}
.edit-image-window.square {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 260px;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
      z-index: 0;
}
.add-image-window-inner.square {
  width: 220px;
  height: 220px;
  padding-top: 0px;
  background-color: transparent;
}
.add-image-icons.square {
	display: block;
	padding-top: 110px;
}
.customer-photo.square {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 220px;
  height: 220px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 20px;
      z-index: 1;
}
.photo-border.square {
  width: 260px;
  height: 260px;
}
.add-photo-image.square {
  width: 260px;
  height: 260px;
  margin-left: 0;
}
.add-photo-overlay.square {
	position: absolute;
	display: block;
	width: 220px;
	height: 220px;
	margin-top: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
}








.photo-head {
    height: auto;
}
.photo-head {
  height: auto;
  margin-top: 0px;
  background-color: #ebebeb;
  text-align: center;
}
.add-image {
    width: 260px;
    height: 260px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
.photo-arrow-icon.left-icon {
    margin-top: 140px;
    float: left;
}.photo-arrow-icon.right-icon {
    margin-top:140px;
    float: right;
}

.add-image-icon {
    float: right;
    margin-right: 20px;
}
.add-image-lable {
    position: static;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 65%;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4px;
    color: #b6b6b6;
    font-size: 18px;
    text-align: center;
}

.calendar-full-width-button-column {
    width: 100%;
}