/*

Theme Name: HomeClosers Production Theme

Description: Theme for HomeClosers.ca

Author: Portico Web Design

Version: 1.0

*/



.closing_date_exist{

	background-color:#ff0000;

	color:#fff;

}

.icon_wrap{

	width: 7px;

    float: right;

    margin: 3px 10px;

	cursor: pointer;

}

.arrow{

	color:#fff;

}

.page-template-template-insert-sellers-php tr:nth-child(odd) {

    background-color: transparent !important;

}

input.input_btn{

	cursor:pointer;

}



select[name='row-action'] {

    background-color: #fff;

    height: 30px;

  margin-bottom: 15px;

    padding: 12px;

    border: 1px solid #d6d6d6;

    font-size: 13px;

    letter-spacing: 1px;

    color: #504f4f;

	}



.action-btn {

	background-color: #7a241f;

	  height: 30px;

	  border-color: #7a241f;

	  color: #fff;

	  text-transform: uppercase;

	  border: 0;

	}

	

	

	





/*popup*/

.popup_wrap {

    background: rgba(0, 0, 0, 0.77);

    width: 100%;

    height: 100%;

    position: fixed;

    left: 0;

    top: 0;

    overflow: auto;

	z-index:999;

}

.pop {

    height: 570px;

    width: 550px;

    position: absolute;

    left: 31%;

    padding: 10px 10px 10px 24px;

    background: #fff;

    top: 5%;

    border-radius: 6px;

    border: 1px solid #fff;

}

.close_button {

    color: #c1c4c6;

    font-size: 18px;

    float: right;

    width: 3%;

    margin: 0px 8px;

    background: transparent;

    position: relative;

    height: 22px;

    padding: 0;

    padding-top: 12px;

    border: 0;

	cursor:pointer;

}

.popup_content_wrap{

	width:100%;

	float:left;

}

.popup_content{

	float:left;

	width:100%;

	overflow: auto;

    height: 400px;

}

.popup_content_wrap .container{

	width: 90%;

    max-width: 1250px;

    margin: 0 auto;

    position: relative;

}

.popup_content.bottom {

    margin: 0 0 20px;

}

.popup_content_wrap h2 {

    float: left;

    width: 100%;

    font-size: 22px;

    letter-spacing: 2px;

	font-family: 'existencelight';

	margin: 4% 0;

	text-align: center;

}

.popup_input_field{

	float: left;

    width: 100%;

    margin-bottom: 20px;

}

.popup_lable{

	float: left;

    width: 20%;

    margin-right: 40px;

    font-size: 15px;

    color: #145586;

    font-family: 'montserratregular';

}

.pop_content{

	float: left;

    width: 65%;

}

input.pop_form_field {

    float: left;

    width: 100%;

    padding: 12px;

    border: 1px solid #ccc;

    color: #000;

}

.popup_update_btn{

	float:left;

	width: auto;

    padding: 14px 20px;

    background: #145586;

    cursor: pointer;

    color: #fff;

    text-transform: uppercase;

	margin-right: 10px;

}

.popup_update_btn .fa{

	font-size: 18px;

    padding: 0 8px 0 0;

    float: left;

}

.popup_cancel_btn{

	float:left;

	width: auto;

    padding: 14px 20px;

    background: #F00;

    cursor: pointer;

    color: #fff;

    text-transform: uppercase;

	margin-right: 10px;

}

.popup_update_btn:hover,.popup_cancel_btn:hover{

	background: #000;

}

.popup_cancel_btn .fa{

	font-size: 18px;

    padding: 0 8px 0 0;

    float: left;

}

.popup_content_wrap .popup_submit_btn{

	text-align:center;

}

.pop_content .small{

	width:89%;

}

#edit_buyers_popup,#edit_sellers_popup,#edit_refinance_popup{

	display:none;

}
.pop_content select, select.form_field {
	float: left;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    color: #000;
    height: 37px;
}

.disabled {
    background-color: #efefef;
    color: #555;
}