/* TABLES */

.table-dashboard {
	border-collapse: separate !important;
    border-spacing: 0 0.7em;
}

.table-dashboard>tbody>tr>td:first-child {
	border-top-left-radius: 6rem;
    border-bottom-left-radius: 6rem;
    width: 50px;
}
.table-dashboard>tbody>tr>td:last-child {
	border-top-right-radius: 1.81rem;
    border-bottom-right-radius: 1.81rem;
    width: 50px;
}

.table-dashboard th {
    font-size: 1em;
    font-weight: bold;
}

.table-dashboard .trNew {
    background-color: #FFEFC4;
}

.table-dashboard .trViewings {
    background-color: #D6F2F2;
}

.table-dashboard .trReview {
    background-color: #DBF8DB;
}

.table-dashboard .trPurchaseOptions {
    background-color: #F3D7F3;
}

.table-dashboard .trClosed {
    background-color: #FFC4C4;
}


.table-dashboard .address {
    background-color: transparent !important;
    border-radius: 1.81rem;
    height: 2.3em !important;
    line-height: 2.3em !important;
    padding-left: 1em;
    border: 0px solid;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);*/
}

.table-dashboard .tdValue {
    font-size: 14px !important;
    background-color: #ffffff;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 1.81rem;
    text-align: center;
    height: 40px;
    min-height: 45px;
    min-width: 75px;
    line-height: 13px !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
}

/* BUTTONS */

.btn-primary {
    border-radius: 15px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-warning {
    border-radius: 15px;
}

.btn-success {
    border-radius: 15px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.btn-danger {
    border-radius: 15px;
    /*padding: 15px;*/
    padding-left: 25px;
    padding-right: 25px;
}

.form-control {
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 2px dotted #EBEBEB;
}

.inputRounded1 {
    height: 35px !important;
    border-radius: 15px;
    border: 2px solid #EBEBEB;
}

.inputRounded2 {
    height: 25px !important;
    border-radius: 15px;
    border: 2px solid #EBEBEB;
}

.inputRounded2-lg {
    height: 45px !important;
    border-radius: 15px;
    border: 2px solid #EBEBEB;
}

.inputRoundedNotLeft {
    height: 35px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid #EBEBEB;
}

.inputTextArea {
    width: 100%;
    line-height: 25px;
    border-radius: 15px;
    padding: 15px;
    border: 2px solid #EBEBEB;
}

.inputHeader {
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #EBEBEB;
    border-bottom: none;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
}

.inputFooter {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #EBEBEB;
    border-top: none;
    margin-bottom: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
}

.form-control.inputRequired {
    border-top: 2px dotted #FFAEAE;
}

.tdPreValue {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 55px;
}

.tdValue {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 55px;
}

td.tdComparable {
    border: 0;
}

tr.trComparables:nth-child(odd) {
    background-color: #C0EEFF;
}

.zoomImg {
    cursor: pointer;
}

.zoomComparable {
    cursor: pointer;
}


/* EXTENDING s7 */

.x-big {
    border: 5px solid white;
    border-radius: 1.81rem;
    font-size: 30px;
    color: #FFFFFF;
}

/* //EXTENDING s7 */


#viewNotesAddress {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 20px;
}

.maxWidth80 {
    max-width: 80% !important;
    transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
}

.maxWidth80 {
    max-width: 80% !important;
    transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
}

.tab-transition {
    margin-top: -5px !important;
    transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.tab-transition-back {
    margin-top: 0 !important;
    transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}


.valueBox {
    padding: 5px;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 1.81rem;
    text-align: center;
    height: 40px;
    min-height: 45px;
    min-width: 75px;
    line-height: 15px !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
}


.prefixCurrency::before {
    content: "\00A3";
}