/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2014.02.27, 11:14:16
    Author     : dario
*/
.field-loginform-rememberme label,
.field-loginformrenter-rememberme label {
    min-width: 115px;
}
#login-modal .modal-content {
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#loginformrenter-rememberme {
    margin-left: 0;
}
#login-modal-renter .modal-content {
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.social-buttons-set .btn {
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
.title-modal-body {
	margin-bottom: 10px;
}
.line-bottom-modal {
	margin-top: 20px;
	border-bottom: 1px solid #b5b9be;
	box-shadow: 0 1px 0 #fff;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.or-class {
	text-align: center;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 75px;
}
.padding-modal-left0 {
	padding-left: 0px;
}
.padding-modal-right0 {
	padding-right: 0px;
}
.thank-you-modal-body p em {
	font-size: 12px;
}
.modal-input-field {
    color: #333;
	/*padding-left: 5px;*/
    /*height: 26px;*/
	/*font-weight: bold;*/
	font-size: 14px;
	/*padding-top: 2px;*/
}
.modal-input-field:-ms-input-placeholder,
.modal-input-field::-moz-placeholder,
.modal-input-field::-webkit-input-placeholder {
    color: #dbdbdb !important;
    font-weight: normal;
}
.body-form-modal input[type="text"], .modal-input-field,
.body-form-modal input[type="password"], .modal-input-field {
	border-radius: 0;
    padding: 5px;
    border: 1px solid #888;
    background-color: #fff;
    width: 100%;
    height: 34px;
}
.checkbox-modal {
	display: inline-flex !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-direction :row;
}
.checkbox-modal label {
	font-weight: normal;
	font-size: 12px;
	padding-left: 1px;
	display: block;
        cursor: pointer;
}
.checkbox-modal input[type="checkbox"] {
    margin-left: 15px;
    margin-right: 5px;
    line-height: 12px;
    margin-top: 2px;
    cursor: pointer;
}
@media only screen and (min-width:0px) and (max-width:767px) {
	.or-class {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.login-submit {
    color: #fff;
    font-family: verdana;
    height: 30px;
    width: 125px;
    paddng-top: 1px !important;
    padding: 4px 12px;
}

#login-modal-renter .modal-content {
	max-width: 325px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.login-submit-renter {
        /* background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6); */
    /* background-repeat: repeat-x; */
    background-color: #fb6322;
    color: #fff;
    /* font-size: 14px; */
    font-weight: bold;
    border: 1px solid #dbdbdb;
    height: 40px;
    text-align: center;
    width: 100%;
    border-radius: 0;
    /* margin-bottom: 20px; */
    margin-top: 10px;
}
.login-submit-renter:hover {
    opacity: 0.8;
}

.custom-padding {
    padding: 15px 15px 0 15px !important;
}

.register-submit {
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    font-weight: bold;
    border: 1px solid #c4c4c4;
    width: 100%;
    border-radius: 0;
}

.padding-top15 {
    padding-top: 15px;
}

.padding-modal-top20 {
	padding-top: 20px;
}
.login-bottom {
    background: #eee;
    padding: 20px 15px;
    border-top: 1px solid #ddd;
}