/* --------------- GENERAL :: START  --------------- */
.cls_hide{
	display:none;
}
.table > thead > tr > th.cls_valign_top {
	vertical-align: top;
}

/* For Validation CSS */
form input[type="text"].error,
form input[type="password"].error,
form input[type="radio"].error,
form input[type="checkbox"].error, 
form input[type="file"].error, 
form select.error,
form textarea.error {
	border: 1px solid #d9534f;
}

.cls-msgs.alert {
	padding-top:10px;
    padding-bottom:10px;
    margin-top: 20px;
}
.top_mrgn {
	margin-top:20px;	
}
/* --------------- GENERAL :: END  --------------- */

/* --------------- Add Property Page :: START --------------- */
span.infoRow.pro_sort_desc {
    float: right;
}
form input[type="text"].cls_datetimepicker{
	background: #ffffff url("../image/celender.png") no-repeat scroll 90% center;
    cursor: pointer;
}
/* --------------- Add Property Page :: END --------------- */
/* --------------- Manage Property Page :: Start --------------- */
.pro-manage .sub_tag_line {
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	margin-bottom:0px;
}
.pro-manage {
}
/* --------------- Manage Property Page :: END --------------- */

/* --------------- TEMP :: START --------------- */
.prop_subsc .InputRow label {
	font-weight: bold;
}
.prop_subsc table {
    border: 2px solid #ff8a00;
    width: 100%;
}
.prop_subsc table {
    border: 2px solid #ff8a00;
    width: 100%;
}
.prop_subsc table tr td {
    border: 1px solid #ff8a00;
    padding: 0 10px;
}
.prop_subsc table thead tr td {
	font-weight: bold;
}
.prop_subsc table tbody tr td:first-child {
    text-align: center;
}
/* --------------- TEMP :: END --------------- */
.cls_avl_cal {
	width: 100%;
}
.clr_both {
	clear:both;
}
/* ------------------------------ CALENDER :: START ------------------------------ */
.cls_avl_cal .avlc_calendar_box{
	float: left;
	margin: 0.5%;
	padding: 0;
	width: 32.33%;
	min-height: 365px;
}
.cls_avl_cal .avlc_calendar_box .avlc_box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:35px;
    background-color: #FF8A00;    
    border-radius: 4px 4px 0 0;   
}
.cls_avl_cal .avlc_calendar_box .avlc_header{
    line-height:35px;  
    vertical-align:middle;
    position:absolute;
    top:0px;
	width: 100%;
    height:35px;   
    text-align:center;
}
.cls_avl_cal .avlc_calendar_box .avlc_header span.avlc_title{
    color:#FFF;
    font-size: 14px;
    font-weight: 600;
}
.cls_avl_cal .avlc_calendar_box .avlc_box-content{
    border:none;
    border-top:none;
    background: #EEEEEE;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_label{
    float: left;
    margin: 0 5px;
    padding: 0;
    width: 100%;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_label li{
	background-color: transparent;
	color: #333;
	float: left;
	font-size: 15px;
    font-weight: 600;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin: 5px 5px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 12%;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates{
    float: left;
	margin: 0 5px 5px 5px;
	padding: 0;
	width: 100%;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates li {
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:35px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:12%;
    height:40px;
    font-size:12px;
    background-color: #f6f6f6;
    color:#000;
    border: 1px solid #ccc;
    text-align:center; 
    cursor: pointer;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates li a {
    display: block;
}

.cls_avl_cal .avlc_calendar_box ul.avlc_dates li:hover{
	background-color: #EEEEEE;
}
.cls_avl_cal .avlc_clear{
    clear:both;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_reserved {
	background-color: #E94440;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_tentative {
	background-color: #FF9700;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_notavailable {
	background-color: #B1A99E;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_oth_day {
	color:#fff;
	background-color: #DDD;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_oth_day a { 
	cursor: not-allowed;
}
.cls_avl_cal .avlc_calendar_box ul.avlc_dates .cal_oth_day:hover{
	background-color: #DDD;
}

.cal_reserved_point {
	color: #28a745;
	font-weight: 600;
}
.cal_tentative_point {
	color: #FF9700;
}
.cal_notavailable_point {
	color: #B1A99E;
}

/* ------------------------------ CALENDER :: END ------------------------------ */
/* ------------------------------ Auction Detail Page :: START ------------------------------ */
.auc_contain_div {
	clear: both;
    height: 40px;
    width: 100%;
}
.availability-cal table td .auc_contain_div > label {
	color: #374048;
	font-weight: normal;
	line-height: 30px;
	margin: 0 2% 0 0;
	padding: 0;
	text-align: right;
	width: auto;
}
.availability-cal table td:first-child .auc_contain_div > label {
	width: 55%;
}
.availability-cal table td .auc_contain_div.auc_ajx_result {
	clear: both;
	color: #1466a9;
	height: auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.availability-cal table td .auc_contain_div > label {
	width: 36%;
}
.auc_contain_div span {
	color: #1466a9;
	font-weight: normal;
    float: left;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
.availability-cal table td:first-child .auc_contain_div > span {
	width: 43%;
}
.availability-cal table td .auc_contain_div > span {
	width: 62%;
}
.availability-cal table td .auc_contain_div > span.auction_close {
	color: #FB0000;
}
.auc_contain_div input.cls_datetimepicker[disabled] {
	background-color: #eee;
	cursor: not-allowed;
}
.auc_contain_div .sbt_bid  {
	clear: both;
    text-align: center;
    width: 100%;
}
.auc_contain_div.sbt_bid input[type="submit"].form-control.btn.btn-xs{
	height:auto;
	padding: 10px;
}
.availability-cal table td .auc_contain_div.sbt_bid > span {
	float: right;
	width: auto;
	margin: 5px 5px 1px 5px;
}
.availability-cal table td .auc_contain_div.auc_ajx_result p.error {
	color : #d9534f;
}
.auction_verify .auc_contain_div > label {
	color: #374048;
	float: left;
	font-weight: bold;
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: right;
	width: auto;
}
.auction_verify input[type="submit"].form-control.btn.btn-xs,
.auction_verify input[type="checkbox"].form-control {
	height:auto;
	padding: 10px;
	width: auto;
}
.auction_verify input[type="checkbox"].form-control {
	float: left;
	margin-right: 10px;
}
.auction_verify label.error {
    display: block !important;
}
.auction_verify .cnf_sbt_bid {
    margin-left: 5px;
    color: #1466a9;
}
.auction_verify .cnf_sbt_bid {
    margin-left: 5px;
    color : #1466a9;
}
.auction_verify .cnf_auc_ajx_result {
    float: right;
	margin: 8px 5px;
	text-align: right;
	width: auto;
	line-height: 18px;
}
.auction_verify .cnf_auc_ajx_result p.error {
	margin: 0;
	padding: 0;
	color:#D9534F;
}
.ajx_bid_all .table.table-striped.table-bordered.table-hover tbody tr:first-child td {
	color:#28a745;
	font-weight: 600;
}
.ajx_bid_all .bid_loader.alert.alert-info.alert-dismissable {
    margin: 20px;
}
.auction-list .alert.alert-warning {
  clear: both;
  width: 100%;
}
.bid_list .main-input-icons .text-left {
    margin-left: 0px;
    width: 33%;
}
.bid_list .main-input-icons .bid-list-status {
	margin-left: 20px;
	float: left;
	width: 33%;
}
.bid_list .list-inline.bid-prop-title {
  border: 1px solid #DDDDDD;
  margin: 20px 0 0;
  padding: 0 10px;
  background: #F5F5F5;
}
.email_template {
	margin-top: 30px;
}
.email_template .btn_mail_head {
	clear:both;
}
.email_template .btn_mail_head button {
	float:left;
	width: 15%;
}	
.email_template .btn_mail_head span {
	color: #d9534f;
	float: left;
	line-height: 18px;
	margin-left: 2%;
	width: 83%;
}
.email_template .btn_mail_body {
	margin-top: 20px;
} 
.email_template .btn_mail_body .InputRow {
    padding: 0 10px;
}
.property_bid_list .dataTables_filter label input {
    border: 1px solid #ddd;
}
.property_bid_list tr.cls_winner_tr td {
	color:#3C763D;
}
.email_template .btn_mail_head.wait_to_end span {
	color: #d9534f;
	float: none;
	line-height: 18px;
	margin-left: 0;
	width: 100%;
}
.email_template .btn_mail_head.winner_bid_note span {
	color: #3C763D;
	float: none;
	line-height: 18px;
	margin-left: 0;
	width: 100%;
}
.red-color {
    color: #ff0000;
}

/* ------------------------------- Auction Detail Page :: END ------------------------------- */

.captch_holder .captch_img {
  float: left;
  margin-right: 2%;
  width: auto;
}
.captch_holder .loginInputRow-inner > p {
    text-align: right;
}
.city_banner img {	
    height: 300px;
    width: 100%;
}
