.hasDatepicker {
	background: #fff url("http://www.rannhomestay.in/images/calendar.png") no-repeat top right;
}
.ui-datepicker {
	display: none;
}
.required, .note {
	color: #FF0000;
}
.note{
	float:right;
	font-weight:normal !important;
	font-size:10px !important;
}
.error {
	border: 1px solid #ff0000;
}
label.error {
	color: #ff0000;
	border: none;
	text-transform:capitalize;
}
label.checked {
	display:none !important;
	border: none;
	margin:0;
	padding:0;
}
.capital{
	text-transform:capitalize;
}

/* Account left side link box [added by Reema] */
.inner_welcome{ margin: 0; padding: 10px 15px 0 0; width: 100%;}
.box1 {  background: #fdeae3 none repeat scroll 0 0;  padding: 20px;  border: 2px solid #782304;}
.list-unstyled{padding:5px 10px;}
.category-list a{font-size:14px; color:#333; margin-bottom:5px;}
.category-list a:hover, .category-list .active {padding:5px 0px 5px 7px; background:#782304; color:#FFF; text-decoration:none;}
.category-list a{padding:5px 0px; display:block;}
.myacc li h4 { margin: 0; padding: 0; font-size: 16px; }
.inner_welcome h2{ padding: 15px 0 5px 0; margin: 0px; vertical-align: middle; border-bottom: solid 2px #8f472d; font-size: 30px; color: #782304; font-weight: bold; font-family: "Roboto Condensed", sans-serif;}
.category-list h2{ border-bottom: solid 2px #8f472d; color: #782304; font-weight: bold; font-family: "Roboto Condensed", sans-serif; font-size: 18px;}
.personal .buttons-set {
    margin: 15px 0;
}
.btn-brown {
    background: #782304 !important;
    color: #fff;
    border-radius: 0px !important;
    font-size: 15px;
}
.editform {
    border-radius: 5px;
    box-shadow: 0 0 4px 0 #782304;
    padding: 20px;
}
.disabled {
    z-index: 1000;
    opacity: 0.6;
    pointer-events: none;
}
.btn-brown:hover {
    color: #FFF;
    opacity: 0.8;
}
.profile_info {padding-top: 7px; margin-bottom: 0; padding-bottom: 7px; font-weight: normal;}
#save{display:none}
#edit, #save{cursor:pointer}
.editform .required{display:none;}
.editform .form-control{display:none;}
.table-striped > tbody > tr:nth-of-type(even){ background-color: #fdeae3;}
.table-bordered tr, .table-bordered th, .table-bordered td {
   border-color: #782304 !important;
}
/* Account left side link box */

@media only screen and (max-width: 768px) {
dl{font-size:13px;}	
.room_selection .col-xs-3, .room_selection .col-xs-4{ padding:0 5px 0 0; }
.room_selection .form-control{ width:100% !important; }
}