
/* Regular DIV padding */
div {
    width: 300px;
    padding: 10px;
    margin: 10px;
}

/* button divs */
div2 {
    width: 300px;
    padding: 15px;
    margin: 15px;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

.buttonhide{
    display:none;
}

.selectbutton{
	display: block!important;
    background: #FAA64E!important;
    padding: 15px!important;
    text-align: center!important;
    font-size: 25px!important;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.selectmonth{
	display: block!important;
    background: #FAA64E!important;
    padding: 15px!important;
    text-align: center!important;
    font-size: 25px!important;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}

.selectprice{
    display: block!important;
    background: #FAA64E!important;
    padding: 20px!important;
    text-align: center!important;
    font-size: 25px!important;
    border-radius: 12px;
}

.selectbedroom{
    display: block!important;
    background: #FAA64E!important;
    padding: 15px!important;
    text-align: center!important;
    font-size: 25px!important;
    border-radius: 12px;
}

.active{
    background: #00e64d!important;
}

/* Submit button on web form */
.custombtn{
    background: #cccccc;
    border: 0px;
    width: 50%;
    padding: 13px 0px;
    font-size: 26px;
    text-transform: uppercase;
    border-radius: 12px;
}

.cutom{
	background: red;
	background: -webkit-linear-gradient(red, rgb(233, 204, 0));
	background: -o-linear-gradient(red, rgb(233, 204, 0));
	background: -moz-linear-gradient(red, rgb(233, 204, 0));
	background: linear-gradient(red, rgb(233, 204, 0));
}