body,html {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

body {
	background: url(../image/new_24102020/d142-min-bg.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000040;
    z-index: -1;
}

#ajax_form fieldset:not(:first-of-type) {
    display: none;
}

.wrapper {
	width: 100%;
    padding: 25px;
    background: #fff;
    max-width: 800px;
    max-height: 100%;
    overflow: auto;
}

.container {
	overflow: hidden;
}


#result_form {
	
	width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;

}

#result_form p {

    font-size: 40px;
    font-weight: bold;
    color: #28a745;
}

#result_form img {
	width: 50px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-group .slider.slider-horizontal {
	width: 100%;
	vertical-align: -webkit-baseline-middle;
}

#season-error, #stroytype-error, #floor-error {
	margin: 20px auto 0;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */

[type=radio] + label {
	width: 100%;
}

[type=radio] + label > img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0.2;
	width: 100%;
    object-fit: cover;
	filter: grayscale(1);
}

[type=radio] + label > img:hover {
    cursor: pointer;
    opacity:1;
	filter: grayscale(0);
}

/* CHECKED STYLES */
[type=radio]:checked + label  {
    /*outline: 2px solid #17a2b8;*/
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
[type=radio]:checked + label > img {
    opacity:1;
	filter: grayscale(0);
	box-shadow: 0px 0px 20px 0px #c5c5c5;

}
[type=radio]:checked + label > span {
    color: #17a2b8;
}



[type=radio] + label > span {
	font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1em;
    background: #0000;
    padding: 10px 0;
    /* width: 100%; */
    margin: 0;
    word-break: break-word;
}

[type=radio] + label > span:hover {
	color: #17a2b8;
	cursor: pointer;
}


.btn-animated {
  display: inline-block;
  background: #4285f4;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.btn-animated:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.2);
          transform: translate(0px, -10px) scale(1.2);
}

.btn-animated-success {
  display: inline-block;
  background: #1e7e34;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
.btn-animated-success:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -10px) scale(1.2);
          transform: translate(0px, -10px) scale(1.2);
		  color: #fff;
		  background: #4CAF50;
}


.prev-next-btn {
	    position: fixed;
    bottom: 0;
    margin: 0px auto;
    /* text-align: center; */
    background: #fff;
    max-width: 800px;
    width: 100%;
    box-sizing: border-box;
    /* align-items: center!important; */
    left: 0;
    right: 0;

}

#ajax_form .btn, #result_form .btn {
	border-radius: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4285f430; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4285f4; 
}

.total-rooms {
	border: none;
    outline: none;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #4eb34e;
}

#step-6 input, #step-7 input, #step-8 input, #step-9 input {
    margin: .4rem;
    position: relative;
    opacity: 1;
    width: auto;
    height: auto;
}

#step-6 label, #step-7 label, #step-8 label, #step-9 label  {
    width: auto;
}

@media (max-width: 575px) {
	.title-rooms-qty {
		margin-top: 20px;
	}
	
	[type=radio] + label > span {
		font-size: 14px;
	}
	
	.header h2 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

.btn-animated {
	padding: 20px 15px;
}

#step-4 .input-group {
	margin-top: 20px;
}

#result_form p {
    font-size: 25px;
}

}

