﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
} 

iframe[id^="oauth2relay"] {
    left: 0;
    width: 1px;
    height: 1px;
    position: absolute;
} 

iframe[name="google_conversion_frame"] {
    display: none;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/css/fonts/PTSans-Regular.eot');
    src: url('/css/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Regular.ttf') format('truetype'), url('/css/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: bold;
    font-family: 'PT Sans Bold';
    src: url('/css/fonts/PTSans-Bold.eot');
    src: url('/css/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/PTSans-Bold.ttf') format('truetype'), url('/css/fonts/PTSans-Bold.svg#PTSans-Regular') format('svg');
    font-display: swap;
}

body {
    margin: 0;
    color: #333333;
    font-size: 14px;

    background-color: #ffffff;
    font-family: 'PT Sans', Arial, sans-serif;
}

    body.bodybg {
        background-color: #212121;
    }

@font-face {
    font-style: normal;
    font-weight: normal;
    font-family: 'BreeSerifRegular';
    src: url('/css/fonts/BreeSerif-Regular-webfont.eot');
    src: url('/css/fonts/BreeSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/BreeSerif-Regular-webfont.woff') format('woff'), url('/css/fonts/BreeSerif-Regular-webfont.ttf') format('truetype'), url('/css/fonts/BreeSerif-Regular-webfont.svg#BreeSerifRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Cabin';
    src: url('/css/fonts/JEgmtEDzc-IH8jBshQXrYA.woff') format('woff');
    font-display: swap;
}

.BreeSerif {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: normal;
    font-family: 'BreeSerifRegular';
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/css/fonts/fa-solid-900.eot");
  src: url("/css/fonts/fa-solid-900.eot?#iefix&v=5.8.2") format("embedded-opentype"), url("/css/fonts/fa-solid-900.woff2?v=5.8.2") format("woff2"), url("/css/fonts/fa-solid-900.woff?v=5.8.2") format("woff"), url("/css/fonts/fa-solid-900.ttf?v=5.8.2") format("truetype"), url("/css/fonts/fa-solid-900.svg?v=5.8.2#fontawesome") format("svg");
}

a:hover, a:active {
    outline: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;   
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

img:not([src])[data-src] {
    opacity: 0;
}

*:focus {
    outline: 0;
}

i.fas, .search-icon:after {
    animation: lazyload 1s 1;
}

/* -- Screen Reader Styles -- */

.sr-hidden-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


@-webkit-keyframes lazyload {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lazyload {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

form {
    margin: 0px;
    padding: 0px;
}

.followClick i{
	color: #D2D4D5 !important;
}


button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: middle;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
        outline: 0px none;
        outline-offset: -2px;
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
    }

    input[type="search"] {
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        margin: 0;
        -webkit-appearance: none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    font-family: 'PT Sans', Arial, sans-serif;
}

.divTextarea {
    padding: 10px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(228, 228, 228);
}

    .divTextarea textarea {
        width: 100%;
        resize: none;
        min-height: 136px;
        border-color: rgba(0,0,0,0);
    }

.divTextareaSingleLine {
    padding: 10px;
    position: relative;
    border-radius: 3px;
    background-color: rgb(255,255,255);
    border-left: 1px solid rgb(228, 228, 228);
}

    .divTextareaSingleLine textarea {
        width: 100%;
        resize: none;
        min-height: 32px;
        border-color: rgba(0,0,0,0);
    }

p {
    margin: 0 0 10px;
    line-height: 19px;
}

.join-the-conversation {
    background-color: #E9E9E9;
    border-radius: 5px;
    height: 25px;
    padding-top: 3px;
    font-size: 15px;
}

    .join-the-conversation li {
        margin-right: 0px !important;
    }

        .join-the-conversation li:last-child {
            margin-right: 8px !important;
        }

small, .small {
    font-size: 11px;
}

.margin-left0 {
    margin-left: 0;
}

div.small {
    line-height: 16px;
}

strong, b {
    font-family: 'PT Sans Bold';
}

cite {
    font-style: normal;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.muted {
    color: #999 !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-warning {
    color: #c09853;
}

.extraline {
    line-height: 21px;
}

.ImgFav {
    color: #999;
    cursor: pointer;
}

.blue {
    color: rgb(41, 170, 225) !important;
}

.grayLight {
    color: #999;
}

.grayDark {
    color: #4d4d4d;
}

.orrange {
    color: #ffc526;
}

.orrageLight {
    color: #ed6869;
}

.dvwarningmessage {
    padding-top: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    color: rgb(77, 77, 77);
    background-color: rgb(255, 250, 236);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.text-error {
    color: #b94a48;
}

.text-info {
    color: #3a87ad;
}

.text-success {
    color: #468847;
}

.text-blue {
    color: #22aae1 !important;
}

.text-red {
    color: #FF6666 !important;
}

.clearfix:before, .clear15:before, .clearfix:after, .clear15:after, .clear:after {
    display: table;
    clear: both;
    content: "";
}

.fix {
    position: fixed;
}

.clear {
    clear: both;
    height: 0;
}

center #mainTable {
    width: 100%;
}

center #mainTableEmailTop {
    width: 100%;
}

#dvMailHtml img {
	max-width: 100% !important;
}

.dvWhite {
    background-color: #fff;
}

.input-block-level, .inline-badge-level {
    width: 100%;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
}

#habla_window_div.olrk-fixed-bottom .habla_panel_border, #habla_window_div.olrk-fixed-bottom #habla_topbar_div {
    border-radius: 3px 3px 0 0 !important;
}
/* Menu Show Hide */
header {
    transition: top 0.4s ease-in-out;
}

    header.nav-up {
        top: -45px !important;
    }

.mainContainer {
    transition: padding-top 0.4s ease-in-out;
}

.no-navbar .mainContainer {
    padding-top: 0;
}
/*=======Div Hiring =================*/
.divHiring {
    top: 0;
    right: 30px;
    z-index: 11;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    padding: 4px 15px;
    position: absolute;
    background-color: #484873;
    border: 1px solid #484873;
    border-radius: 0 0 3px 3px;
}

    .divHiring a {
        color: #fff;
        font-size: 15px;
    }

.img-rounded {
    border-radius: 3px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.div_clock {
    margin: 30px auto;
    text-align: center;
}

.img-circle {
    border-radius: 500px;
}

.delete {
    color: #C44648;
}

.nobg {
    background-color: rgba(0,0,0,0);
}

.fl8r8 {
    float: right;
    padding: 1px;
}

.right {
    float: right;
}

.txtr8 {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.pad20 {
    padding: 20px;
}

.div_spacer {
    height: 1px;
}

div.div_hr, .div_blank_spacer {
    height: 20px;
}

div.div_hr_mini {
    height: 10px;
}

.X {
    height: 10px;
}

.XXX, div.div_hr.XXX {
    height: 30px;
}

.XXXX, div.div_hr.XXXX {
    height: 40px;
}

.div_spacer:after, .div_blank_spacer:after, div.div_hr:after, div.div_hr_mini:after, [class^="div_hr_ "]:after {
    content: '';
    clear: both;
    display: block;
}

.note {
    color: #999;
    font-size: 11px;
}

.gmnoprint, .none {
    display: none;
}

.CommonHeader {
    top: 0;
    left: 0;
    position: absolute;
	z-index: 202;
}


.promotion-special-heading {
	background: rgba(0, 120, 163, .9);
	display: flex;
	position: relative;
	z-index: 1000;
}

	.promotion-special-heading > *:not(i) {
        margin: 10px auto;
        animation: promotionSlideIn 0.6s ease-in;
        overflow: hidden;
    }

    .promotion-special-heading.NoAnimation > *:not(i) {
       
        animation: unset !important;
        animation-name: fade  !important;
        animation-duration: 1.5s  !important;
       
    }
    @keyframes promotionSlideIn {
        0% {
            max-height: 0;
        }

        100% {
            max-height: 250px;
        }
    }

    .promotion-special-heading > i:first-child,
    .promotion-special-heading > i {
        display: none;
    }
    
    .promotion-special-heading > i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: rgb(212,208,204);
        font-size: 2em;
        opacity: 0;
    }

	.promotion-special-heading img {
		height: auto !important;
	}

    .promotion-special-heading + .CommonHeader,
    .promotion-special-heading + panel,
	.promotion-special-heading + .dvMenuTop {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

        .promotion-special-heading + .CommonHeader > .dvMenuTop,
        .promotion-special-heading + panel > .dvMenuTop {
			position: relative;
        }
        
        .promotion-special-heading + panel {
            display: block;
            z-index: 202;
        }

/* Notification Permission Banner */

.notification-permission-banner {
	position: sticky;
	z-index: 24;
	top: 45px;
	background: #fffaec;
	text-align: center;
	padding: 1em;
	animation: notificationBannerEaseIn 0.3s ease;
	border-bottom: 1px solid #CBD0D5;
}

@keyframes notificationBannerEaseIn {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 480px) {
	.notification-permission-banner {
		display: none;
	}
}

/* Notification Toast */

.notification-toast--wrapper {
	background: #fff;
	position: fixed;
	z-index: 201;
	top: 45px;
	left: 50%;
	transform: translateX(-50%) translateY(-200%);
	width: 100%;
	max-width: min(calc(100% - 20px), 500px);
	padding: 10px;
	border: 1px solid #CBD0D5;
	border-top: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 3px 3px;
	display: grid;
	grid-template-areas: "title action" "body action";
	grid-template-columns: 1fr auto;
	cursor: pointer;
	transition: all 0.6s ease;
	opacity: 0;
}

	.notification-toast--wrapper[aria-hidden="false"] {
		transform: translateX(-50%) translateY(0);
		opacity: 1;
	}

		.notification-toast--wrapper[aria-hidden="false"] + .notification-toast--wrapper {
			z-index: 200;
			top: 50px;
			left: calc(50% + 5px);
			border-top: 1px solid #CBD0D5;
			border-radius: 3px;
		}

	.notification-toast--wrapper .notification-toast--header {
		grid-area: title;
	}

	.notification-toast--wrapper .notification-toast--header h4 {
		color: #29aae1;
		margin: 0;
	}

	.notification-toast--wrapper .notification-toast--body {
		grid-area: body;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.notification-toast--wrapper .notification-toast--actions {
		grid-area: action;
		display: grid;
		grid-gap: 5px;
	}

	.notification-toast--wrapper .notification-toast--actions .notification-toast--button {
		background: none;
		border: none;
		color: #29aae1;
	}

@keyframes notificationToastEaseIn {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-200%);
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

#ulMenuList li:not(.hasChild).active {
	pointer-events: none;
}
.worksheet-Starts {
	color: #FF6666;
	font-size: 12px;
	line-height: 16px;
	font-family: 'PT Sans Bold', Arial, sans-serif;
}

.dvArticelHeader {
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
}

    .dvArticelHeader h1 {
        padding-top: 13px;
        font-weight: normal;
        margin-bottom: 14px;
        color: rgb(77, 77, 77);
        font-family: 'PT Sans';
    }

.lastPrice, .lastPrice span {
    color: #ed6869;
    font-size: 12px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 10px;
}

.row-fluid {
    width: 100%;
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        box-sizing: border-box;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

div.row-fluid div.block {
    width: auto;
    margin-left: 10px;
}

    div.row-fluid div.last, div.row-fluid div.block:last-child {
        float: right;
    }

div.block .imgDevLogo img {
    max-width: 100px;
    max-height: 60px;
    padding-right: 3px;
}

    div.block .imgDevLogo img:last-child {
        padding-right: 0px;
    }

.row-fluid [class*="block"]:first-child {
    margin-left: 0;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

.row-fluid.flex {
    display: flex;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

    .container:after {
        clear: both;
        content: "";
        display: table;
    }

.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid:before,
    .container-fluid:after {
        clear: both;
        content: "";
        display: table;
    }
/*=====================Typography==========================*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: inherit;
    margin: 0 0 8px;
    font-family: inherit;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small,
    h4 small, .h4 small,
    h5 small, .h5 small,
    h6 small, .h6 small {
        color: #999;
    }

h1, .h1 {
    color: #4d4d4d;
    font-size: 28px;
    line-height: 36px;
}

    h1 small, .h1 small {
        font-size: 26px;
    }

h2, .h2 {
    color: #4d4d4d;
    font-size: 24px;
    line-height: 32px;
}

    h2 small, .h2 small {
        font-size: 21px;
    }

h3, .h3 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 27px;
}

    h3 small, .h3 small {
        font-size: 17px;
    }

    h3 .developer {
        color: #4D4D4D;
        font-size: 15pt;
        font-weight: 500;
        line-height: 1.3;
        text-decoration: none;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    line-height: 18px;
}

h4, .h4 {
    font-size: 16px;
    color: #4d4d4d;
}

    h4 small {
        font-size: 14px;
    }

h5, .h5 {
    font-size: 15px;
}

h6 {
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 20px;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin-bottom: 0;
    }

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled,
.divDropdown ul {
    margin: 0;
    list-style: none;
}

ul.inline {
    margin-left: 0;
    list-style: none;
}

    ul.inline li {
        float: left;
    }

        ul.inline li a {
            display: block;
            padding: 5px 8px;
        }

ul.inline-items {
    margin-left: 0;
    list-style: none;
    text-align: center;
}

    ul.inline-items li {
        display: inline-block;
    }
/*===============================================
+           Main Logo Styles          +
================================================*/
.dvLogo {
    top: 6px;
    left: 10px;
    width: 185px;
    height: 30px;
    display: block;
    position: absolute;
    background: url("/images/condonow_logo_white.png") no-repeat center rgba(0,0,0,0);
    cursor: pointer;
}

/*===============================================
+           Promotion Minimized Ad          +
================================================*/

.promotion-special-anchored {
	color: #fff;
	height: 45px;
	display: inline-block;
	max-width: 263px;
	padding-right: 5px;
	font-size: 12px;
	vertical-align: top;
    line-height: 1.2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

	.promotion-special-anchored[id=specPromotionAdMinTxt] {
		margin-top: 8px;
	}

.promotion-special-anchored:not(.toggled) {
    opacity: 0;
    user-select: none;
    cursor: initial;
}

/*===============================================
+           Multilavel DropDown Styles          +
================================================*/

.divDropdown ul li a {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    padding-left: 17px;
    padding-right: 18px;
    font-weight: normal;
    text-decoration: none;
    transition: all 300ms linear;
}

.divDropdown ul li.hasChild > a i.fas {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul li.hasChild > a i.fas {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul li.hasChild > a i.far {
    top: 50%;
    right: 10px;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
}

.divDropdown ul ul li a {
    padding-top: 6px;
    line-height: 23px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.divDropdown ul ul li:last-child a {
    border-bottom-width: 0px;
}

.divDropdown ul ul li:first-child a {
    border-top-width: 0px;
}

.divDropdown > ul > li.lnkyellow a, .divDropdown > ul > li.lnkyellow a:hover, .divDropdown > ul > li.profiler > a, .divDropdown > ul > li.profiler > a:hover {
    color: #FFC121;
    text-transform: capitalize;
    background-color: rgba(0,0,0,0);
}

.divDropdown > ul > li.profiler ul li a + a {
    border-bottom-width: 0px;
}

.divDropdown > ul > li.profiler > a .badge {
    margin-right: 12px;
}

.view-as > div.first, .viewing-as .badge {
    font-style: italic;
}

.divDropdown ul ul.backMe li {
    position: static;
}

.divDropdown ul ul a.back {
    padding-left: 32px;
}

    .divDropdown ul ul a.back i.fas {
        top: 50%;
        left: 14px;
        font-size: 12px;
        margin-top: -6px;
        position: absolute;
    }

.AirLearnMore
{
    text-decoration: none;
    color:rgb(252, 180, 20);

}
/*===============================================
+           Second Level Dropdown styles        +
================================================*/
@media all and (min-width: 767px) {

    .show-mobile {
        display: none;
    }

    .divDropdown .secondlevel {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
        scrollbar-width: thin;
    }

    .divDropdown .secondlevel.hydrated {
        scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
    }

    .divDropdown .secondlevel ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 2px;
        height: 2px;
    }

    .divDropdown .secondlevel ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: 0 0 1px rgba(255, 255, 255,0);
        transition: all 0.3s ease;
    }

    .divDropdown .secondlevel.hydrated ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255,.5);
    }
}

ul li.hasChild > div {
    top: 100%;
    z-index: 39;
    display: none;
    position: absolute;
}

.divDropdown ul li.divider {
    height: 1px;
    margin: 5px 10px;
    overflow: hidden;
    background-color: rgb(229, 229, 229);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.divDropdown > ul > li.hasChild > div {
    padding-top: 8px;
    padding-bottom: 8px;
    scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
    scrollbar-width: thin;
}

.divDropdown > ul > li.hasChild > div.hydrated {
    scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
}

  .divDropdown > ul > li.hasChild > div::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    height: 10px;
    cursor: pointer;
  }

  .divDropdown > ul > li.hasChild > div::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s ease;
  }

  .divDropdown > ul > li.hasChild > div.hydrated::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
  }

ul li.hasChild > div:after {
    content: '';
    clear: both;
    display: table;
}

ul li.hasChild > div ul {
    left: 0%;
    width: 100%;
    padding: 0px;
    border-radius: 3px;
    position: relative;
    list-style-type: none;
    background: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

ul ul li.hasChild > div {
    top: 0px;
    left: 100%;
    border-width: 0px;
}

.divDropdown > ul > li.profiler > a > img {
    max-width: 30px;
    max-height: 30px;
    margin-left: 12px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgb(255,255,255);
}

.divDropdown > ul > li.profiler > a.loggedUser img {
    border-radius: 30px;
    border: 1px solid rgb(255,255,255);
}
/*===============================================
+      Second Lavel Dropdown styles Ends        +
================================================*/
ul.inline li a.project-name-link {
    display: block;
    padding: 0px;
}

.box ul.inline li a, ul.inline.socialConnect li a {
    padding: 2px 3px;
}

/*===============================================
+      Third Level Dropdown styles              +
================================================*/

@media all and (min-width: 767px) {

ul ul li.hasChild > div.thirdlevel {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
    scrollbar-width: thin;
}

ul ul li.hasChild > div.thirdlevel.hydrated {
    scrollbar-color: rgba(0,0,0,0.5) rgba(0,0,0,0);
}

.secondlevel > ul.backMe > li:not(.opened) {
    display: none;
}

ul ul li.hasChild > div.thirdlevel ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    height: 2px;
}

ul ul li.hasChild > div.thirdlevel ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255,.5);
    box-shadow: 0 0 1px rgba(255, 255, 255,.5);
}
    ul ul li.hasChild > div.thirdlevel ul li.back-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

/*===============================================
+        Rounded grey background style          +
================================================*/
.fa-bg-grey {
    color: #fff;
    background: #999;
    border-radius: 50%;
    box-sizing: border-box;
}

i[class*="deselect-"] {
  color: #d4d4d4 !important;
}

.divModelDetailNavigations .fa-bg-grey {
    width: 42px;
    height: 42px;
}
/*
.divModelDetailNavigations .goPrev {
    padding: 11px 12px;
}

.divModelDetailNavigations .goNext {
    padding: 11px 15px;
}*/

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

hr, div.hr {
    border: 0;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

    div.hr:after {
        clear: both;
        content: '';
        display: table;
    }

    hr.bordered {
        margin: 10px auto;
    }

    hr.hidden {
        height: 1px;
        clear: both;
        margin-top: 10px;
        border-width: 0;
        margin-bottom: 10px;
        background: transparent;
    }

    div.hr.medium {
        margin-top: 15px;
        margin-bottom: 15px;
    }

div.hr_xtralearge {
    clear: both;
    border: 0;
    margin: 20px 0 50px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #fff;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 5px;
    margin: 0 0 15px;
    color: #999;
    line-height: 21px;
    border-left: 0px solid #eee;
}

.quotePerson {
    margin-left: 10px;
    max-width: 70px;
    float: left;
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999;
}

    blockquote small:before {
        content: '';
    }

/*===========================Form Stylet=================================*/
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #4d4d4d;
    font-size: 14px;
    min-height: 21px;
    padding: 5px 6px;
    line-height: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus,
    select:focus {
        font-size: 14px;
    }

.ElmahErrorHappen /*SSD+DF13912*/
{
    color:red;
    font-size:8pt;
    margin:0px !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        font-size: 14px;
    }
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

input.input-file {
    color: #4d4d4d;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ebe8e1;
    background: rgb(235,232,225);
    background: linear-gradient(to bottom, rgb(235,232,225) 0%,rgb(226,223,216) 51%,rgb(215,210,204) 100%);
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

    select[multiple],
    select[size] {
        height: auto;
    }

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.radio {
    min-height: 25px;
    position: relative;
    padding-left: 20px;
}

.checkbox, .keepmeLoggedIn {
    min-height: 25px;
    position: relative;
    padding-left: 30px;
}

.radio input[type="radio"] {
    left: 0;
    position: absolute;
}

.checkbox input[type="checkbox"] {
    border: 0;
    padding: 0;
    left: 10px;
    z-index: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.keepmeLoggedIn input[type="checkbox"] {
    left: 10px;
    position: absolute;
}

.keepmeLoggedIn.divCheckbox {
    line-height: 21px;
}
/*============Custom Check Box Styles============*/
.checkbox label {
    margin: 0px;
    font-size: 13px;
    line-height: 25px;
}

    .checkbox label a {
        font-size: 13px;
        color: rgb(41, 170, 225);
    }

    .checkbox label span {
        left: 0px;
        width: 26px;
        height: 26px;
        position: absolute;
        background-repeat: no-repeat;
        transition: all 300ms linear;
        background-color: rgba(255,255,255,0);
        background-image: url("/images/unchecked-outline.png");
    }

        .checkbox label span.checked {
            background-image: url("/images/checked-outline.png");
        }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }
/*==========================================================================================
+       Double Column Custom Css (Real Estate Agent, Real Estate Developer) Styles         +
===========================================================================================*/
.dvMasterWrapper {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.imgContent, .textContent {
    vertical-align: middle;
}

div.dvMasterWrapper div.Left {
    padding-left: 1em;
}

div.dvMasterWrapper div.Right {
    float: none;
    padding-right: 1em;
}

.input-20 {
    width: 20px;
}

.input-24 {
    width: 24px;
}

.input-26 {
    width: 26px;
}

.input-28 {
    width: 28px;
}

.input-32 {
    width: 32px;
}

.input-38 {
    width: 38px;
}

.input-42 {
    width: 42px;
}

.input-48 {
    width: 48px;
}

.input-52 {
    width: 52px;
}

.input-56 {
    width: 56px;
}

.input-mini {
    width: 60px;
}

.input-70 {
    width: 70px;
}

.input-80 {
    width: 80px;
}

.input-small {
    width: 90px;
}

.input-115 {
    width: 115px;
}

.input-120 {
    width: 120px;
}

.input-130 {
    width: 130px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="radio"][readonly],
    input[type="checkbox"][readonly] {
        background-color: transparent;
    }

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
}

.input-append,
.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap;
}

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        font-size: 14px;
        vertical-align: top;
        border-radius: 0 3px 3px 0;
    }

        .input-append input:focus,
        .input-prepend input:focus,
        .input-append select:focus,
        .input-prepend select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    border-radius: 3px;
}
/* Allow for input prepend/append in search forms */
.control-group {
    margin-bottom: 10px;
}

.control-label {
    float: left;
    width: 146px;
    padding-top: 5px;
    text-align: right;
}

.controls {
    margin-left: 154px;
}
/*======================Fixed Left Column Styles=====================================*/
div.fixedColumLeft > div.row {
    position: relative;
}
/*=======================================Tooltip======================================*/
.tooltip {
    opacity: 0;
    z-index: 298;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    visibility: visible;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        margin-top: -3px;
    }

    .tooltip.right {
        margin-left: 3px;
    }

    .tooltip.bottom {
        margin-top: 0;
    }

    .tooltip.left {
        margin-left: -3px;
    }

.tooltip-inner {
    color: #fff;
    max-width: 240px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    background-color: #0077BE;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #0077BE, #05577F);
}

.tooltip-arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-color: transparent;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #0077BE;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #0077BE;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #0077BE;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #0077BE;
    border-width: 0 5px 5px;
}

.wrapper {
    max-width: 978px;
    margin: 0 auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #CBD0D5;
}

    .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
        color: #4d4d4d;
    }

.EW-Logo, .logoHeight {
    max-width: 150px;
    max-height: 60px;
    margin-right: 10px;
}
/*==========================================Table style ==============================*/
table {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: rgba(0,0,0,0);
}

    table.noborder tr th, table.noborder tr td {
        border: 0 none;
    }

    table.noborder tr:last-child th:first-child, table.noborder tr:last-child td:last-child {
        border-radius: 0 0 3px 3px;
    }

    table.full {
        width: 100%;
    }

.table {
    width: 100%;
    margin-bottom: 0px;
}

    .table th,
    .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: middle;
        border-top: 1px solid #CBD0D5;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #CBD0D5;
    }

.noStyled {
    margin: 0;
    width: 100%;
}

    .noStyled th, .noStyled td {
        padding: 0;
    }

.velignbottom td {
    vertical-align: top;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border-radius: 3px;
    border: 1px solid #CBD0D5;
    border-left-width: 0;
    border-bottom-width: 0;
    border-collapse: separate;
}

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #CBD0D5;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered thead:first-child tr:first-child th:first-child,
        .table-bordered tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child,
        .table-bordered tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child,
    .table-bordered tbody:last-child tr:last-child td:first-child,
    .table-bordered tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }

    .table-bordered thead:last-child tr:last-child th:last-child,
    .table-bordered tbody:last-child tr:last-child td:last-child,
    .table-bordered tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
    background-color: #f9f9f9;
}
/*==============tableCondo Style=======*/
.tableCondo {
    border-left: 0;
    border-radius: 3px;
    border: 1px solid #CBD0D5;
    border-collapse: separate;
}

    .tableCondo th {
        background-color: #f9f9f9;
    }

    .tableCondo th,
    .tableCondo td {
        border-left: 1px solid #CBD0D5;
    }

    .tableCondo caption + thead tr:first-child th,
    .tableCondo caption + tbody tr:first-child th,
    .tableCondo caption + tbody tr:first-child td,
    .tableCondo colgroup + thead tr:first-child th,
    .tableCondo colgroup + tbody tr:first-child th,
    .tableCondo colgroup + tbody tr:first-child td,
    .tableCondo thead:first-child tr:first-child th,
    .tableCondo tbody:first-child tr:first-child th,
    .tableCondo tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .tableCondo thead:first-child tr:first-child th:first-child,
        .tableCondo tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .tableCondo thead:first-child tr:first-child th:last-child,
        .tableCondo tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

    .tableCondo thead:last-child tr:last-child th:first-child,
    .tableCondo tbody:last-child tr:last-child td:first-child,
    .tableCondo tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .tableCondo thead:last-child tr:last-child th:last-child,
    .tableCondo tbody:last-child tr:last-child td:last-child,
    .tableCondo tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .tableCondo caption + thead tr:first-child th:first-child,
    .tableCondo caption + tbody tr:first-child td:first-child,
    .tableCondo colgroup + thead tr:first-child th:first-child,
    .tableCondo colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .tableCondo caption + thead tr:first-child th:last-child,
    .tableCondo caption + tbody tr:first-child td:last-child,
    .tableCondo colgroup + thead tr:first-child th:last-child,
    .tableCondo colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }

table th.bg, table td.bg {
    background-color: #f9f9f9;
}
/*-------------------------------------Custom Condonow Table-----------------*/
.table-bordered-condo {
    border-left: 0;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    border-collapse: separate;
}

    .table-bordered-condo th {
        border-left: 1px solid #CBD0D5;
        width: 30%;
    }

    .table-bordered-condo th {
        background-color: #F9F9F9;
        text-align: right;
        color: #4d4d4d;
    }

    .table-bordered-condo caption + thead tr:first-child th,
    .table-bordered-condo caption + tbody tr:first-child th,
    .table-bordered-condo caption + tbody tr:first-child td,
    .table-bordered-condo colgroup + thead tr:first-child th,
    .table-bordered-condo colgroup + tbody tr:first-child th,
    .table-bordered-condo colgroup + tbody tr:first-child td,
    .table-bordered-condo thead:first-child tr:first-child th,
    .table-bordered-condo tbody:first-child tr:first-child th,
    .table-bordered-condo tbody:first-child tr:first-child td {
        border-top: 0;
    }

        .table-bordered-condo thead:first-child tr:first-child th:first-child,
        .table-bordered-condo tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 3px;
        }

        .table-bordered-condo thead:first-child tr:first-child th:last-child,
        .table-bordered-condo tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 3px;
        }

        .table-bordered-condo tbody:first-child tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

    .table-bordered-condo thead:last-child tr:first-child th:first-child,
    .table-bordered-condo thead:last-child tr:first-child td:first-child,
    .table-bordered-condo tfoot:last-child tr:first-child th:first-child,
    .table-bordered-condo tfoot:last-child tr:first-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .table-bordered-condo thead:last-child tr:last-child th:first-child,
    .table-bordered-condo tbody:last-child tr:last-child td:first-child,
    .table-bordered-condo tfoot:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 3px;
    }

    .table-bordered-condo thead:last-child tr:last-child th:last-child,
    .table-bordered-condo tbody:last-child tr:last-child td:last-child,
    .table-bordered-condo tfoot:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 3px;
    }

    .table-bordered-condo tbody:last-child tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    .table-bordered-condo caption + thead tr:first-child th:first-child,
    .table-bordered-condo caption + tbody tr:first-child td:first-child,
    .table-bordered-condo colgroup + thead tr:first-child th:first-child,
    .table-bordered-condo colgroup + tbody tr:first-child td:first-child {
        border-top-left-radius: 3px;
    }

    .table-bordered-condo caption + thead tr:first-child th:last-child,
    .table-bordered-condo caption + tbody tr:first-child td:last-child,
    .table-bordered-condo colgroup + thead tr:first-child th:last-child,
    .table-bordered-condo colgroup + tbody tr:first-child td:last-child {
        border-top-right-radius: 3px;
    }
/*=================================Dynamic Rounded Table Cell Styles Goes here==============*/
div.gridTable {
    padding: 0px;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: #FFF;
}

    div.gridTable:after {
        clear: both;
        content: "";
        display: table;
    }
/*======================tblSingleRow====================*/
.tblSingleRow th {
    color: #4d4d4d;
    background-color: #F9F9F9;
    border-top: 1px solid #CBD0D5;
    border-left: 1px solid #CBD0D5;
    border-bottom: 1px solid #CBD0D5;
}

.tblSingleRow td {
    color: #666666;
    padding: 8px 10px;
    text-align: left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #CBD0D5;
    border-top: 1px solid #CBD0D5;
    border-right: 1px solid #CBD0D5;
}

.noredius {
    border-radius: 0 !important;
}

.noborder {
    border-width: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.separator {
    padding: 0 5px;
}

.noMargin {
    margin: 0 !important;
}

.noResize {
    resize: none;
}
/*======================dealSingleRow====================*/
.grayBorder {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
}

    .grayBorder:focus {
        outline-offset: -2px;
        outline: thin none rgba(0,0,0,0);
        outline: 0 auto -webkit-focus-ring-color;
    }

.graybgBorder {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}

.condobg {
    border-radius: 3px;
    background-color: #167BA5;
    border: 1px solid rgb(41, 170, 225);
}

.graybg {
    background-color: #F9F9F9;
}

    .graybg:after, .condobg:after, .grayBorder:after, .graybgBorder:after {
        content: '';
        display: table;
        line-height: 0;
    }

table.tableDynamic {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    border-collapse: separate;
}

.tableDynamic th {
    width: 150px;
    height: 31px;
    color: #4d4d4d;
    padding: 8px 10px;
    text-align: right;
    font-weight: normal;
    background-color: #F9F9F9;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}

[rel="vtop"] {
    vertical-align: top;
}

.tableDynamic td {
    height: 31px;
    color: #4d4d4d;
    text-align: left;
    padding: 8px 10px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.tableDynamic tr:first-child th, .tableDynamic tr.tr_first th {
    border-radius: 3px 0px 0px 0px;
    border-top: 1px solid #E4E4E4;
}

.tableDynamic tr:first-child td, .tableDynamic tr.tr_first td {
    border-radius: 0px 3px 0px 0px;
    border-top: 1px solid #E4E4E4;
}

.tableDynamic tr:last-child td, .tableDynamic tr.tr_last td {
    border-radius: 0px 0px 3px 0px;
}

.tableDynamic tr:last-child th, .tableDynamic tr.tr_last th {
    border-radius: 0px 0px 0px 3px;
}

.divSalesStatus th {
    width: 114px;
    color: #4d4d4d;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}

.divSalesStatus td {
    vertical-align: top;
}

    .divSalesStatus td span, .divSalesStatus td a {
        float: left;
    }

.divSelect {
    position: relative;
    background: rgba(0, 0, 0, 0);
}

    .divSelect select {
        width: 100%;
        border: none;
        outline: none;
        display: block;
        border-radius: 0;
        margin-bottom: 0px;
        -webkit-appearance: none;
        appearance: none;
        background: rgba(0, 0, 0, 0);
    }

    .divSelect span.triangledbg {
        top: 0px;
        right: 0px;
        z-index: 0;
        width: 40px;
        content: '';
        height: 100%;
        display: block;
        position: absolute;
        pointer-events: none;
        background-color: rgb(255, 255, 255);
    }

    .divSelect span.triangled {
        top: 50%;
        width: 0;
        right: 6px;
        height: 0;
        content: '';
        z-index: 21;
        margin-top: -2px;
        position: absolute;
        pointer-events: none;
        border: solid 4px rgba(0, 0, 0, 0);
        border-top: solid 5px #4d4d4d;
    }

.gridTable input.full, .gridTable td textarea {
    width: 100%;
    margin: 0;
    resize: none;
    box-sizing: border-box;
}

.gridTable select.full {
    width: 100%;
    margin: 0;
}

.gridTable td label.radio {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

textarea.full {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.btnClose {
    top: 0;
    right: 0;
    z-index: 2921;
    cursor: pointer;
    position: absolute;
}

div.btnClose {
    line-height: 21px;
    box-sizing: border-box;
    color: rgb(212,208,204);
    background-color: rgba(255,255,255,0);
}

div#divStopFollowingContainer > div.btnClose > i.fa-times,
div#dvSaveCriteria div.btnClose > i.fa-times,
div#dvLoadCriteria div.btnClose > i.fa-times {
  top: 30px;
  right: 30px;
  position: absolute;
}

div.btnClose > i.fa-times {
        font-size: inherit;
        text-rendering: auto;
        display: inline-block;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font: normal normal normal 24px/20px 'Font Awesome 5 Free', FontAwesome;
        font-weight: 900;
    }

        div.btnClose > i.fa-times:before {
            content: "\f00d";
        }

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */ 
    .divLayout > div.btnClose {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        background: #fff;
        text-align: right;
    }
}
i.fa-heart, .fa-link {
    color: rgb(252, 180, 20);
}

i.far.fa-heart {
    color: #D2D4D5;
}

.fa-phone {
    transform: scaleX(-1);
}

.linkimgfavorite i.far {
  color: #D2D4D5;
}

i.fa-code, i.fa-bookmark {
    color: #D2D4D5;
}

.dvloveme {
    line-height: 26px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

  span#Recommend_Agent i {
    font-size: 1.8em;
  }

  div.msgCommingSoon i.fa-heart {
    font-size: 1.5em;
  }

	.profile .fas, .profile .far {
		position: relative !important;
		font-size: 14px !important;
		top: 0 !important;
		left: 0 !important;
	}

    .dvloveme .fas, .dvloveme .far  {
        top: 2px;
        left: 2px;
        position: absolute;
    }
/*=====SplashTable Table ==================*/
div.splashTable {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 0;
}

.tablesplash {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    border-collapse: separate;
    border-top: 1px solid #E4E4E4;
}

    .tablesplash th {
        color: #4d4d4d;
        padding: 12px 10px;
        font-weight: normal;
        -moz-box-pack: center;
        -moz-box-align: center;
        vertical-align: middle;
        background-color: #DFDFDF;
        border-top: 0px none #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
    }

    .tablesplash td {
        padding: 12px 10px;
        color: #4d4d4d;
        vertical-align: middle;
        background-color: #F6F6F6;
        border-bottom: 1px solid #D4D4D4;
        border-top: 0px none #D4D4D4;
    }

    .tablesplash tr th:first-child {
        padding-left: 20px;
    }

    .tablesplash tr td:first-child {
        padding-left: 20px;
    }
/*=====SplashTable Table ==================*/
.tableCardDetails {
    width: 100%;
    margin-bottom: 0;
}
/*==============Grid Data Table =================*/
table.table-grid-data {
    line-height: 19px;
    font-size: 15px;
    font-weight: normal;
    border-collapse: separate;
    width: 100%;
}

.table-grid-data th {
    color: #4d4d4d;
    padding: 12px 10px;
    -moz-box-align: center;
    -moz-box-pack: center;
    text-align: left;
    line-height: 28px;
    font-weight: normal;
    background-color: #F9F9F9;
    border-left: 1px solid #E4E4E4;
    box-shadow: 0 1px 2px hsla(0,0%,0%,.02) inset, 0 -1px 0 hsla(0,0%,100%,.25);
}

.table-grid-data td {
    padding: 8px 10px;
    text-align: left;
    color: #4d4d4d;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

.table-grid-data tr:first-child th:first-child {
    border-left: 0px none transparent;
}

.table-grid-data tr:first-child th {
    border-top: 1px solid #E4E4E4;
}

.table-grid-data td:first-child {
    border-left: 0px none transparent;
}

.table-grid-data tr:first-child td {
    border-top: 1px solid #E4E4E4;
}
/*=====tableCardDetails Table ==================*/
.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}
/*========================Custom Round Table for Condows======================*/
.gridTable input.editable, .gridTable select.editable {
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.001) inset;
    color: #555;
    font-size: 0.9em;
    vertical-align: middle;
    outline: none;
    background-color: #FFF;
}

.gridTable input[type=radio] {
    border: 0 none;
    width: auto;
    color: #666;
    font-size: 9px;
    vertical-align: middle;
}

div.gridTable [class*="span"] {
    float: none;
}

.gridTable input.noShad, .gridTable select.noShad {
    border: 0 none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.001) inset;
    color: #555;
    font-size: 0.9em;
    vertical-align: middle;
    outline: none;
    background-color: #fff;
}
/*======================tblSingleRow====================*/
table.tblSingleRow {
    line-height: 19px;
    font-style: normal;
    border-collapse: separate;
    width: 100%;
}

.tblSingleRow tbody th {
    font-weight: normal;
}

.tblSingleRow thead th, .tblSingleRow tbody th, .tblSingleRow tfoot th {
    width: 148px;
    color: #4d4d4d;
    text-align: right;
    padding: 8px 10px;
    -moz-box-pack: center;
    -moz-box-align: center;
    background-color: #F9F9F9;
    border-top-left-radius: 3px;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #E4E4E4;
}

.tblSingleRow thead td, .tblSingleRow tbody td, .tblSingleRow tfoot td {
    height: 31px;
    color: #666666;
    text-align: left;
    padding: 8px 10px;
    border-top-right-radius: 3px;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #E4E4E4;
}

    .tblSingleRow tbody td label {
        margin: 0px;
    }

.clearBothHeight10px {
    clear: both;
    height: 10px;
}

.div_choice {
    height: 30px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}

.imgMidsize {
    max-width: 306px;
    max-height: 215px;
    border-radius: 3px;
}

.actionRight {
    text-align: right;
}

.div_error_wrapper {
    position: relative;
}

.p_error {
    left: 6px;
    top: 21px;
    color: red;
    margin: 0px;
    display: none;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
}

.p_notice {
    top: 20px;
    left: 6px;
    top: 21px;
    margin: 0;
    display: none;
    color: #29AAE1;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
    cursor: pointer;
}

.p_errorSelect {
    background-color: transparent;
    color: red;
    display: none;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding-left: 0px;
    position: absolute;
    left: 6px;
    top: 20px;
}

.p_errorInput {
    margin: 0;
    top: 21px;
    left: 6px;
    color: red;
    display: none;
    font-size: 11px;
    padding-left: 0;
    position: absolute;
    font-weight: normal;
    background-color: transparent;
}

.divTextarea .p_errorInput {
    left: 7px;
}

.divFPassword .p_errorInput {
    top: 19px;
}

.thumbnail {
    position: relative;
}

.none {
    display: none;
}

.favorite {
    top: 6px;
    z-index: 1;
    right: 6px;
    width: 24px;
    height: 24px;
    position: absolute;
    text-decoration: none;
}

.favorite i.fas {
   color: #ffc121;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear7 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 7px;
}

.clear5 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 5px;
}

.clear10 {
    width: 0;
    clear: both;
    height: 10px;
    display: block;
    overflow: hidden;
    visibility: hidden;
}
/*=================Condo Now Icons Styles =================================*/
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background: rgba(255,0,0,.25);
    }

[class^="icon-"],
[class*=" icon-"] {
    width: 14px;
    height: 14px;
    line-height: 1.4;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/sampleicons.png");
}

.icon-time {
    background-image: url("/images/ico_worksheet_submit_countdown.png");
}

.email_this {
    width: 50px;
    height: 20px;
    cursor: pointer;
    background: url("/images/email-outline.png") no-repeat scroll left center rgba(255,255,255,0);
}

.icon-edit {
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("/images/ico_edit.png");
}

.icon_trashRight {
    padding-left: 3px;
    padding-right: 3px;
}

.icon_Right {
    float: right;
    cursor: pointer;
}

.btn-edit-yellow {
    float: none;
    z-index: 45;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

    .btn-edit-yellow:after {
        clear: both;
        content: '';
        display: table;
    }

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-chevron-left {
    background-position: -432px -70px;
}

.icon-tinychek, .icon-link, .icon-trash, .icon-delete {
    margin: 0;
    width: 24px;
    height: 21px;
}

.icon-tinychek {
    background-image: url("/images/check_tiny.png");
}

    .icon-tinychek.checked {
        background-image: url("/images/check_tiny_.png");
    }

.icon-link {
    background-image: url("/images/ico_link_grey.png");
}

.icon-trash {
    background-image: url("/images/garbage_small.png");
}

.icon-edit {
    background-image: url(/images/ico_edit_new.png);
}

.icon-delete {
    background-image: url(/images/ico_del_new.png);
}
/*===============================Drop Down================================*/
.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #fff;
    }

    .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }

    .dropdown-menu li > a:hover,
    .dropdown-menu li > a:focus,
    .dropdown-submenu:hover > a {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        outline: 0;
        background-image: linear-gradient(top, #0088cc, #0077b3);
    }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 3px 3px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        width: 0;
        height: 0;
        content: "";
        float: right;
        display: block;
        margin-top: 5px;
        margin-right: -10px;
        border-style: solid;
        border-color: rgba(0,0,0,0);
        border-left-color: #ccc;
        border-width: 5px 0 5px 5px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

.dropdown .dropdown-menu .nav-header {
    padding-right: 20px;
    padding-left: 20px;
}
/*=======================================
+       Search Filter Styles           +
========================================*/
.div_search_chriteria {
    float: left;
    width: 100%;
}

.div_slide {
    clear: both;
    float: left;
    width: 222px;
    position: relative;
    margin: 17px 0 2px;
}

.ViewHolder {
    left: 0px;
    width: 514px;
    position: relative;
}

    .ViewHolder:after {
        clear: both;
        content: '';
        display: table;
    }

.div_search_location {
    float: left;
    width: 222px;
}

    .div_search_location ul {
        margin: 0px;
        padding: 0px;
        border-radius: 3px;
        padding-bottom: 5px;
        list-style: none outside none;
        box-shadow: 0 1px 4px rgba(0,0,0,.065);
    }

        .div_search_location ul li a {
            display: block;
            color: #4d4d4d;
            font-size: 14px;
            cursor: pointer;
            margin: 0 0 -1px;
            padding: 13px 14px;
            position: relative;
            border: 1px solid #CBD0D5;
            background-color: #f9f9f9;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
        }

        .div_search_location ul li.hasValue a {
            padding-top: 6px;
            padding-bottom: 6px;
        }

        .div_search_location ul li a i.fas {
            top: 50%;
            right: 13px;
            font-size: 12px;
            margin-top: -6px;
            position: absolute;
            color: rgb(153, 153, 153);
        }

        .div_search_location ul li:first-child > a {
            border-radius: 3px 3px 0 0;
        }

        .div_search_location ul li:last-child > a {
            margin-bottom: 0;
            border-radius: 0 0 3px 3px;
        }

        .div_search_location ul li a .value {
            color: #FF6666;
            font-size: 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

span.value {
    display: block;
    line-height: 14px;
    font-weight: normal;
    text-shadow: 0 .2px #ff7272;
}

.div_search_option {
    float: left;
    width: 222px;
}

    .div_search_option ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

        .div_search_option ul li a {
            color: #4d4d4d;
            display: block;
            margin: 0 0 -1px;
            padding: 8px 14px;
            position: relative;
            background-color: #fff;
            border: 1px solid #CBD0D5;
        }

            .div_search_option ul li.marked a, .div_search_option ul li a:hover {
                color: rgb(0,0,0);
            }

        .div_search_option ul li .numberOfProject {
            right: 30px;
            display: none;
            text-align: right;
            position: absolute;
        }

        .div_search_option ul > li:first-child > a {
            border-radius: 3px 3px 0 0;
        }

.control-group ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.control-group ul > li:first-child > a {
    border-radius: 0;
    border-top-width: 0;
}

.control-group ul > li:last-child > a {
    border-radius: 0 !important;
}

.div_search_option ul > li:last-child > a, .div_search_option ul > li.rounded_last a {
    margin: 0;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px none transparent;
}

.div_search_option ul > li.Commission_list_last {
    border-radius: 0 0 3px 3px !important;
}

    .div_search_option ul > li.Commission_list_last a, .div_search_option ul > li.Commission_list_last a:hover {
        margin: 0;
        border-radius: 0 0 3px 3px;
        border-bottom: 1px solid #DCDCDC;
    }

.div_search_option ul > li {
    line-height: 28px;
}

    .div_search_option ul > li.multiline {
        line-height: 21px;
    }

	.div_search_option select {
		font-size: 12px;
	}

	.innerItem {
		transition: all 300ms linear;
		background-color: rgba(0,0,0,0);
		border-top-width: 0 !important;
	}

.nowselected a {
    background-color: #0078A3 !important;
}

.expandedTitle {
    padding: 8px;
    color: #4d4d4d;
    cursor: pointer;
    margin-right: 0;
    line-height: 28px;
    position: relative;
    padding-left: 24px;
    border-bottom-width: 0;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

    .expandedTitle .fas {
        top: 50%;
        left: 10px;
        font-size: 13px;
        margin-top: -6px;
        position: absolute;
        color: rgb(153, 153, 153);
    }

.expandedFooter {
    color: #4D4D4D;
    cursor: pointer;
    margin-right: 0;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    text-transform: capitalize;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 8px 6px -6px #E4E5E6 inset;
}

    .expandedFooter a {
        color: #4d4d4d;
        display: block;
        font-size: 14px;
        line-height: 28px;
        padding: 8px 14px;
        text-decoration: none;
    }

.expandedBlock {
    margin: 0;
    position: relative;
}

.expandedBox > form, .expandedBox .form-horizontal .control-group {
    margin-bottom: 0;
}

.SelectDate {
    margin: 0;
    padding: 8px;
    border: 1px solid #CBD0D5;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
}

.dvSelectDate {
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #CBD0D5;
    background-color: #f9f9f9;
    border-radius: 0 0 3px 3px;
}

.control-group ~ .dvSelectDate {
    border-bottom-width: 0;
    border-radius: 0;
}

.dvSelectDate td {
    border-width: 0;
    vertical-align: middle;
}

.dvSelectDate input[type="text"], .dvSelectDate select {
    width: 100%;
    margin-bottom: 0;
}

.marked a {
    background-repeat: no-repeat;
    background-position: 192px center;
    background-image: url(/images/mark.png);
}

@media all and (max-width: 767px) {
    #tblSearchContainer {
        width: calc(100% - 9px);
    }

    #tblSearchContainer td {
        padding-top: 0;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .marked a {
        background-position: right 15px center;
    }
}
.tblfilter {
    background-color: #fff;
    border: 1px solid #CBD0D5;
    border-top-width: 0px;
    border-radius: 0 0 3px 3px;
}

    .tblfilter table {
        margin-bottom: 0;
    }

        .tblfilter table th, .tblfilter table td {
            border-width: 0;
            vertical-align: middle;
        }

        .tblfilter table td {
            border-bottom: 1px solid #CBD0D5;
        }

        .tblfilter table tr:last-child td {
            border-bottom-width: 0;
        }

    .tblfilter td input[type="text"] {
        width: 90%;
    }

.dvCustomSelect {
    width: 100%;
    display: table;
    position: relative;
}

    .dvCustomSelect > div {
        display: table-cell;
    }

        .dvCustomSelect > div:last-child {
            width: 80%;
        }

    .dvCustomSelect .divSelect {
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
/*Custom Select Box Styling with UL LI*/
.dvCustomSelectbox {
    position: relative;
}

.dvCustomSelectLbl > div {
    width: 100%;
    color: #555;
    cursor: default;
    font-size: 14px;
    min-height: 21px;
    padding: 5px 8px;
    line-height: 20px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .dvCustomSelectLbl > div > span {
        font-size: 14px;
    }

    .dvCustomSelectLbl > div i.fas {
        float: right;
    }

.dvCustomSelectOptions {
    left: 0px;
    top: 100%;
    width: 236px;
    z-index: 221;
    display: none;
    margin-top: -4px;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.hoverCustomSelect {
    color: #fff;
    background-color: rgb(0, 120, 163) !important;
}

.dvCustomSelectOptions ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

    .dvCustomSelectOptions ul li {
        cursor: default;
        font-size: 13px;
        padding: 2px 10px;
        background-color: #fff;
    }

        .dvCustomSelectOptions ul li:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .dvCustomSelectOptions ul li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.dvCustomSelectOptions li.fromToDate input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.dvCustomSelectOptions ul li.fromToDate > div {
    margin-top: 4px;
    margin-bottom: 4px;
}
/*============Div No Result Container ============*/
.divNoresultContainer {
    padding: 40px 20px;
    background-color: rgb(255, 255, 255);
}

.noResulttext {
    color: #999;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.divLoadSearchText {
    clear: both;
    padding: 20px 50px;
    text-align: center;
}

    .divLoadSearchText span:only-of-type {
        display: block;
        font-size: 14px;
    }

div[id*="dvCriteria"] table {
    width: 100%;
}

div[id*="dvCriteria"] tr {
    height: 77px;
}

div[id*="dvCriteria"] table tr td {
    padding: 10px 20px;
    vertical-align: middle;
}

div[id*="dvCriteria"] tr:nth-child(odd) {
    color: #515151;
    background-color: #f4f4f4;
}

div[id*="dvCriteria"] table tr td div.searchDescription {
    width: 380px;
    float: left;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    div[id*="dvCriteria"] table tr td div.searchDescription span {
        cursor: pointer;
        color: rgb(41, 170, 225);
        text-decoration: underline;
    }

div[id*="dvCriteria"] .dateTime {
    width: 136px;
    float: left;
    color: #4d4d4d;
    font-size: 11px;
    padding-top: 9px;
    padding-left: 9px;
    font-weight: bold;
}

    div[id*="dvCriteria"] .dateTime.edit {
        width: 126px;
        margin-top: 4px;
        text-align: right;
        padding-left: 0;
        padding-right: 13px;
    }

div.savedsearch {
    position: relative;
}

    div.savedsearch > div:not(:last-child) {
        margin-bottom: 10px;
    }

    div.savedsearch > div:after {
        clear: both;
        content: '';
        display: table;
    }

    div.savedsearch .totalleadfound {
        clear: both;
        position: relative;
        padding-right: 116px;
    }

.totalleadfound h5 {
    color: #4d4d4d;
    font-size: 11px;
    margin-bottom: 0;
}

.totalleadfound .dvDownloadcsv {
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
}

div[id*="dvCriteria"] .edit-delete {
    float: right;
}

div[id*="dvCriteria"] [class^="icon-"] {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

div.saveContainer {
    width: 100%;
    display: none;
    position: relative;
    padding-right: 116px;
    box-sizing: border-box;
}

    div.saveContainer input[type="text"] {
        width: 100%;
        height: 35px;
        padding-left: 10px;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    div.saveContainer .p_errorInput {
        left: 11px;
    }

    div.saveContainer .btn {
        right: 0;
        top: 0;
        width: 90px;
        cursor: pointer;
        padding: 6px 10px;
        margin-left: 10px;
        line-height: 21px;
        text-align: center;
        position: absolute;
        box-sizing: border-box;
    }
/******** start Modified for Optimize Ipad*************/
.min-max-td-first {
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px 5px 8px;
}

.min-max-td-second {
    text-align: right;
    vertical-align: middle;
    padding: 5px 8px 5px 0;
}

.min-max-td-space {
    background-color: #DCDCDC;
    padding: 0 0 1px !important;
}
/*=====================Div Search Filter Result Styles =================*/
.dvFilterthis {
    margin-top: 12px;
}

    .dvFilterthis:after {
        clear: both;
        content: '';
        display: table;
    }

div.divSearchCriteria {
    display: none;
    margin: 6px 4px 0;
}

    div.divSearchCriteria h6 {
        margin: 0;
        padding: 0;
        color: #999;
        cursor: pointer;
    }

div.dvLoaderInformation {
    clear: both;
    color: #999999;
    font-size: 12px;
    margin: 0px auto;
    line-height: 18px;
    padding: 0px 10px;
    text-align: center;
}

    div.dvLoaderInformation a {
        color: rgb(41, 170, 225);
    }

.searchfiltertext {
    color: #ed6869;
    font-size: 12px;
    line-height: 18px;
    display: block;
    max-width: 215px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 1px 0 #d4d4d4;
}

    .searchfiltertext div small {
        color: #999;
        font-size: 12px;
    }

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
/*================Alert===========================**/
.alert {
    color: #c09853;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .alert h4 {
        margin: 0;
    }

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }
/*Preview Topper Styles */
.divfixer {
    left: auto;
    width: 100%;
    z-index: 100;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
    transition: top 0.4s ease-in-out;
}

    .divfixer:after {
        clear: both;
        content: '';
        display: table;
    }
/*===============================Model ===============================*/
.mdlPopup {
    width: auto;
    margin: 0 30px;
    position: relative;
}

.modal {
    top: 35%;
    left: 50%;
    width: 560px;
    z-index: 1050;
    position: fixed;
    overflow: auto;
    border-radius: 3px;
    border: 1px solid #999;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}

    .modal.fade {
        top: -25%;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .modal.fade.in {
            top: 50%;
        }

.modal-header {
    padding: 0 0 10px;
    border-bottom: 0 solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    padding: 10px 0;
}

.modal-footer {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: right;
    border-top: 0 none #ddd;
}

    .modal-footer:after {
        display: table;
        clear: both;
        content: "";
    }

.divheader {
    padding: 9px 15px;
}

.contentcontainer {
    padding: 9px 15px;
}

.divfooter {
    padding: 9px 15px;
    margin-bottom: 10px;
}

sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.18em;
}

sub {
    bottom: -0.21em;
}

.no-bg {
    background: none !important;
    border: 0 none !important;
}

.modal-footer div.btn-Center {
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.divFProject table {
    width: 100%;
}

    .divFProject table td {
        vertical-align: top;
    }

    .divFProject table tr td:first-child img {
        max-width: 148px;
        max-height: 108px;
        border-radius: 3px;
    }

    .divFProject table tr td textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border-radius: 3px;
        box-sizing: border-box;
        background-color: #FFF;
        border: 1px solid #E6E6E6;
    }

.divSearch-box {
    position: relative;
}

.transbg {
    top: -5px;
    margin-top: -5px;
    padding: 10px 5px 5px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(243,243,243,0.90);
}
/*=======================================Image Caption Styles=====================*/
/*Social Footers*/
ul.social li {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 3px;
}

    ul.social li a {
        width: 26px;
        height: 26px;
        display: block;
        color: #999;
        padding: 3px 3px;
        line-height: 21px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        background-color: #E7E8E9;
    }

    ul.social li:hover a {
        color: #fff;
    }

    ul.social li a i.fab {
        font-size: 17px;
        line-height: 21px;
    }

    ul.social li.ico_facebook:hover a {
        background-color: #3b5998;
    }

    ul.social li.ico_twitter:hover a {
        background-color: #45b0e3;
    }

    ul.social li.ico_linkedin:hover a {
        background-color: #65b7d2;
    }

ul.inline li.ico_gplus:hover a {
    background-color: #dd4b39;
}

ul.inline li.ico_instagram:hover a {
    background-color: #3b5998;
}

ul.inline li.ico_pinterest:hover a {
    background-color: #BD071D;
}
/*Social Site Follow & Share*/
.socialsite {
    height: 34px;
}

    .socialsite:after {
        clear: both;
        content: '';
        display: table;
    }

    .socialsite ul li:not(:last-child) {
        padding-right: 10px;
    }

    .socialsite .email {
        width: 50px;
        height: 20px;
        cursor: pointer;
        background: url("/images/email-outline.png") no-repeat scroll left center transparent;
    }
/*Join The Club Styles*/
.joinTheClub ol {
    margin: 0;
    margin-top: 16px;
    list-style: none;
}

    .joinTheClub ol li {
        font-size: 13px;
        line-height: 16px;
        position: relative;
    }

        .joinTheClub ol li label {
            cursor: pointer;
            position: relative;
            padding-left: 34px;
            margin-bottom: 0;
            display: inline-block;
        }

        .joinTheClub ol li small {
            color: #999;
            display: block;
        }

        .joinTheClub ol li:first-child {
            color: #999;
        }

        .joinTheClub ol li input[type="checkbox"] {
            display: none;
        }

        .joinTheClub ol li label:before {
            top: 50%;
            left: 2px;
            width: 23px;
            content: "";
            height: 20px;
            margin-top: -10px;
            border-radius: 4px;
            text-align: center;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            text-decoration: inherit;
            border: 1px solid #D2D4D5;
            background-color: #fff;
            transition: all 300ms linear;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
            -webkit-font-smoothing: antialiased;
            box-shadow: 0 0 1px rgba(0,0,0,.25);
        }

        .joinTheClub ol li input[type=checkbox]:checked + label:before {
            font-size: 19px;
            content: "\f00c";
            line-height: 21px;
        }


        /*Age you an Agent*/
        .areYouAnAgent ol {
            margin: 0px;
            list-style: none;
        }

        .areYouAnAgent ol li {
            font-size: 13px;
            line-height: 16px;
            position: relative;
        }

        .areYouAnAgent ol li label {
            cursor: pointer;
            font-size: 13px;
            position: relative;
            padding-left: 34px;
            margin-bottom: 0;
            display: inline-block;
        }


        .areYouAnAgent ol li:first-child input {
            color: #999;
        }

        .areYouAnAgent ol li:first-child label{
            color:  #29AAE1;
        }

        .areYouAnAgent ol li input[type="checkbox"] {
            display: none;
        }

        .areYouAnAgent ol li label:before {
            top: 50%;
            left: 2px;
            width: 23px;
            content: "";
            height: 20px;
            margin-top: -10px;
            border-radius: 4px;
            text-align: center;
            position: absolute;
            font-style: normal;
            font-weight: normal;
            display: inline-block;
            font-family: FontAwesome;
            text-decoration: inherit;
            border: 1px solid #D2D4D5;
            background-color: #fff;
            transition: all 300ms linear;
            text-shadow: 0 1px 0 rgba(0,0,0,.15);
            -webkit-font-smoothing: antialiased;
            box-shadow: 0px 0px 1px rgba(0,0,0,.25);
            color: #999;
        }

        .areYouAnAgent ol li input[type=checkbox]:checked + label:before {
            font-size: 19px;
            content: "\f00c";
            line-height: 21px;
        }

        .showHide{
            display: none;
        }

/*========================New Log in Common Styles=============================*/
.divLayout {
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

    .divLayout > div:not(.btnClose), .divLayout > div.LoginHeader {
        position: relative;
        margin-bottom: 20px;
    }

        .divLayout > div:after {
            clear: both;
            content: '';
            display: table;
        }

        .divLayout > div:last-child {
            clear: both;
            margin-bottom: 0 !important;
        }

div.LoginHeader:after, div.fancyContainer, div.fancyFooter {
    clear: both;
    content: '';
    display: table;
}

div.LoginHeader .h3, div.LoginHeader h3, .divPitle,
div.LoginHeader .h3, div.LoginHeader h3, .divTitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    padding-right: 30px;
}

div.LoginHeader .h3, div.LoginHeader h3, .smalltitle {
    margin: 0px;
    color: #4D4D4D;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding-right: 30px;
}

.divPitle sup,
.divTitle sup {
    top: -0.56em;
}

div.LoginHeader table tr td:first-child {
    padding-right: 10px;
}

div.LoginHeader h3 img {
    height: 28px;
}

div.LoginHeader .indicate {
    padding-right: 40px;
}

div.fancy-row:after {
    clear: both;
    content: '';
    display: table;
}

div.fancy-row {
    width: 100%;
    margin-bottom: 4px;
}
/*========================Contact Module Styles=============================*/
.divContactModule {
    /* height: 440px; */
    position: relative;
    padding: 18px 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}

div.divLayout .divContactModule {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: -55px;
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
}

.divContactModule h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
}

.divContactModule > div > div {
    min-height: 21px;
    position: relative;
    margin-bottom: 9px;
}

.divContactModule > div.divGuestUser > div:first-child {
    margin-bottom: 14px;
}

.divContactModule > div hr {
    margin: 14px 0;
}

.divContactModule > div > div.div_hr {
    height: 4px;
    min-height: inherit;
}

.divContactModule > div div[rel="click here"] {
    cursor: pointer;
}

.divContactModule > div > div:last-child {
    margin-bottom: 0;
}

.divContactModule > div > div.h2 {
    font-size: 26px;
    overflow: hidden;
    margin-bottom: 8px;
    white-space: nowrap;
    font-weight: normal;
    text-overflow: ellipsis;
}

.divLayout .divContactModule > div > div.h2 {
    padding-right: 38px;
}

.divContactModule > div .muted {
    font-size: 12px;
}

.divContactModule .joinTheClub ol {
    margin-top: 0;
}

#dvToptitle {
    padding-bottom: 8px;
}

.contactRealtorList ul {
    margin: 0;
    list-style-type: none;
}

    .contactRealtorList ul li {
        height: 50px;
        position: relative;
        padding-left: 60px;
        margin-bottom: 10px;
    }

        .contactRealtorList ul li:only-of-child {
            margin-bottom: 0px;
        }

        .contactRealtorList ul li > div + div {
            clear: left;
            line-height: 16px;
            padding-right: 25px;
        }

.dvRealtorName, .dvRealtorTitle, .dvRealtorTradeName {
    cursor: pointer;
}

    .dvRealtorName > div {
        float: left;
    }

        .dvRealtorName > div a span, .dvRealtorTradeName small {
            max-width: 186px;
            overflow: hidden;
            white-space: nowrap;
            display: table-cell;
            text-overflow: ellipsis;
        }

            .dvRealtorName > div a span.hasOthers {
                max-width: 112px;
            }

.dvRealtorName > div a span {
    padding-right: 6px;
}

.contactRealtorList ul li .realtorPic {
    left: 0;
    cursor: pointer;
    position: absolute;
}

.realtorPic img {
    max-width: 50px;
    border-radius: 3px;
}

.moreRealtor {
    top: 0;
    right: 0;
    width: 24px;
    height: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
}

    .moreRealtor .fas {
        color: #999;
        padding: 10px;
        line-height: 18px;
    }

    .moreRealtor.back {
        left: -10px;
        right: inherit;
    }

.contactRealtorList ul li > div + div.checkbox {
    top: 10px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
}
/*-===============Dynamic Common Styled Form Container===================-*/
.dynamicText {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
}

div.dynamicText.singleText {
    margin-bottom: 10px;
}

.dynamicText > div {
    padding: 5px;
    min-height: 31px;
    border-bottom: 1px solid #E6E6E6;
}

.dynamicText div:last-child {
    border-bottom-width: 0;
}

.dynamicText input[type="text"], .dynamicText input[type="email"] {
    border: 0;
    width: 100%;
    min-height: 31px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.dynamicText select {
    width: 100%;
    padding: 5px 3px;
    box-sizing: border-box;
}

.dynamicText textarea {
    width: 100%;
    resize: none;
    height: 179px;
    font-size: 14px;
    border-width: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

    .dynamicText textarea.medium {
        height: 114px;
    }

    .dynamicText textarea.mini {
        height: 54px;
    }

    .dynamicText textarea.miniMsgBefore {
        height: 196px;
    }

    .dynamicText textarea.miniMsg {
        height: 30px;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.iti__country-list {
		right: -29px;
	}
}


.div_sendingAs {
    line-height: 15px;
}

.imgAdvertisement iframe {
	max-width: 100%;
}

/*div Footer Styles */
.CommonFooter {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
}

.footer {
    color: #999;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 8px;
}

.footerLinks {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .footerLinks:after {
        clear: both;
        content: '';
        display: table;
    }

.newFooter {
    clear: both;
    margin: auto;
    text-align: left;
    padding-top: 10px;
    position: relative;
    padding-bottom: 10px;
}

.footerBranding {
    color: #999;
    font-size: 11px;
}

    .footerBranding > div:last-of-type {
        text-align: left;
        padding-left: 16px;
    }

.newFooter .textCopyright {
    padding: 5px 0;
}

.footerLinks ul.inline {
    margin: auto;
    display: inline-block;
}

.footerLinks a {
    color: #999;
    font-size: 15px;
    line-height: 22px;
}

.dvPromotionFooter {
    padding-top: 42px;
    padding-bottom: 12px;
    background-color: #F9F9F9;
}

    .dvPromotionFooter .newFooter {
        padding-left: 226px;
    }

    .dvPromotionFooter .footerBranding {
        top: 10px;
    }

        .dvPromotionFooter .footerBranding:after {
            top: 0;
            width: 1px;
            content: '';
            right: -10px;
            height: 36px;
            position: absolute;
            background-color: #E4E4E4;
        }

    .dvPromotionFooter .textCopyright {
        font-size: 10px;
    }
/*=======================SlideCaption================*/
.SlideCaption {
    left: 0px;
    padding: 0;
    z-index: 99;
    width: 100%;
    font-size: 16px;
    text-align: left;
    min-height: 30px;
    position: absolute;
    line-height: 1.3em;
    top: 0 !important;
    background-color: rgba(0,0,0,0.5);
}

    .SlideCaption > div:first-of-type {
        margin: 0;
        height: 100%;
        padding: 10px;
        line-height: 21px;
        box-sizing: border-box;
        color: rgb(255, 255, 255);
    }

.mCR {
    width: 100%;
    float: right;
    height: 578px;
}

.dvPaging {
    left: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 220;
    text-align: right;
    position: absolute;
    padding: 10px 8px 10px;
}

    .dvPaging > span {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 4px;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff;
        vertical-align: text-top;
        border: 1px solid #fff;
    }

        .dvPaging > span:hover, .dvPaging > span.active {
            border-color: rgb(253,193,33);
            background-color: rgb(253,193,33);
        }

.badge {
    color: #fff;
    font-size: 11px;
    padding: 3px 6px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #0078A3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.badgeGray {
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.badgeWhite {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    padding: 3px 4px 3px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.shadowLight {
    color: #9da0a4;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #F9F9F9;
    border: 1px solid #CBD0D5;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .shadowLight:after {
        clear: both;
        content: "";
        display: table;
    }

.fancyBoxCloseButton {
    top: 0;
    right: 0;
    z-index: 121;
    cursor: pointer;
    text-align: right;
    position: absolute;
}

.condoGraybg {
    background-color: #F9F9F9;
}

.box {
    display: block;
    line-height: 19px;
    padding: 18px 15px 12px;
}

    .box ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .box div:only-of-type {
        color: #999;
        font-size: 13px;
        line-height: 18px;
    }

.roun3 {
    position: relative;
    border-radius: 3px;
}

.roun6 {
    position: relative;
    border-radius: 6px;
}

.roun8 {
    position: relative;
    border-radius: 8px;
}
/*========================Left Right Sreen Style ================*/
.leftCol, .leftColPublic, .rightCol, .rightColPublic, .midhalf, .leftquarter {
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: inline;
}

div.leftCol {
	width: 222px;
	position: absolute;
	background: #fff;
	padding-bottom: 15px;
}

div.leftColPublic {
    width: 222px;
    margin-left: 0;
    background: #fff;
    margin-right: 20px;
}

div.rightColPublic {
    width: 726px;
    margin-right: 0;
}

div.rightCol {
    width: 726px;
    display: inline;
}

.midhalf {
    float: left;
    width: 492px;
}

.leftquarter {
    float: left;
    width: 240px;
    display: inline;
    margin-right: 10px;
}

.rightquarter {
    float: right;
    display: inline;
    margin-left: 20px;
    width: 200px;
}

.righthalf {
    float: right;
    display: inline;
    width: 472px;
}
/*==========================================================
    Div Starat Commenting Section
===========================================================*/
.divStaratCommenting {
    position: relative;
    border-radius: 3px;
    border: 1px solid #E8E8E8;
}

.divStaratCommentingActive {
    position: relative;
    border-radius: 3px;
    border: 1px solid #29aae1;
}

.clearAll:after {
    clear: both;
    content: '';
    display: table;
}

.editStarReview {
    font-size: 11px;
    padding-left: 4px;
}

.divCommentArea {
    padding: 5px;
}

.divPostNow {
    padding: 10px;
    position: relative;
    background-color: #F8F8F8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #E8E8E8;
}

.dvReplyEditor .divButton {
    text-align: right;
}

.projectUtility h1, .projectUtility .subtitle, .projectUtility .h3 {
    font-weight: normal;
    font-family: 'PT Sans', Arial, sans-serif;
}

.projectUtility .subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

    .projectUtility .subtitle a {
        color: #29AAE1;
    }

.dvProjectWithRating {
    margin-bottom: 8px;
}

    .dvProjectWithRating:after {
        content: '';
        clear: both;
        display: table;
    }

    .dvProjectWithRating > div, .dvProjectWithRating > h2, .rating {
        float: left;
    }

    .dvProjectWithRating .comment-rating {
        margin-right: 4px;
    }

.dvAvgStars .dvTotalStars {
    line-height: 28px;
}

.reviewTitleWithColor {
    font-size: 15px;
    color: #29AAE1;
}

.replyTitleWithColor {
    font-size: 15px;
    color: #29AAE1;
}

.reviewTitle {
    font-size: 15px;
}

.replyTitle {
    font-size: 15px;
}

.dvPostButton {
    text-align: right;
    margin: 10px 0 30px 0;
}
.divPagingContainer {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 21;
    padding: 10px;
    text-align: right;
    position: absolute;
}
.divPagingContainer img {
  cursor: pointer;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.divCommentArea textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0);
}

.divCommentList ul, .divCommentList ol {
    margin-left: 0px;
    list-style: none;
}

.divCommentList li {
    color: #999;
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

    .divCommentList li.hasReply {
        padding-bottom: 0;
    }

.divCommentList ol.olReplyContainer li {
    margin-bottom: 10px;
}

.divCommentList ol li {
    margin-bottom: 0;
    margin-top: 13px;
    padding-top: 13px;
    border-bottom-width: 0;
    border-top: 1px solid #e2e2e2;
}

.divCommentList li div.avatar {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #e2e2e2;
}

.divCommentList ol li div.avatar {
    top: 13px;
}

.divCommentList ul li:after {
    clear: both;
    content: '';
    display: table;
}

.divCommentList ul li > div:not(:first-child) {
    margin-bottom: 6px;
}

div.avatar img {
    width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

div.rating {
    color: #d2d4d5;
    cursor: pointer;
    font-size: 20px;
    line-height: 23px;
}

    div.rating i:not(.far) {
        color: #FEC228;
    }

.comment-rating {
    transition: none 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

div.comment-rating {
    color: #d2d4d5;
}

.dvBasedRating {
    font-size: 12px;
    font-family: 'PT Sans Bold', Arial, sans-serif;
}

.dvReviewContainer div.comment-rating {
    font-size: 18px;
}

div.comment-rating i:not(.far) {
    color: #FEC228;
}

.comment-text {
    font-size: 90%;
    color: #999999;
    word-wrap: break-word;
}

.postReviewMessage {
    top: 32px;
    left: 16px;
    bottom: 5px;
    display: none;
    position: absolute;
}

    .postReviewMessage small {
        color: red;
        font-size: 11px;
    }

.review-comments span {
    color: #4d4d4d;
}

.divButton button {
    padding-top: 6px;
    padding-bottom: 6px;
}

.border-top {
    clear: both;
    margin: 30px 0 0 0;
    border-top: 1px solid #E2E2E2;
}

.divtakeAction a {
    width: 75px;
    color: #29AAE1;
    font-size: 12px;
    line-height: 32px;
    padding-left: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}

    .divtakeAction a:not(:last-child) {
        margin-right: 24px;
    }

    .divtakeAction a.approve {
        background-image: url("../images/_approve.jpg");
    }

    .divtakeAction a.approved {
        color: #96CB3D;
        background-image: url("../images/_approved.jpg");
    }

    .divtakeAction a.reject {
        background-image: url("../images/_reject.jpg");
    }

    .divtakeAction a.rejected {
        color: #ED666A;
        background-image: url("../images/_rejected.jpg");
    }

    .divtakeAction a.reply {
        background-image: url("../images/_reply.jpg");
    }

.divtakeAction > div {
    margin-bottom: 10px;
}

.divtakeAction textarea, .comment-text textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
}

.divtakeAction > div.button {
    display: block;
    text-align: right;
    margin-bottom: 0;
}
/*Avg Star Review*/
.star-review-headtext {
    position: relative;
    padding-left: 60px;
    margin-bottom: 16px;
}

.star-review-post-area {
    position: relative;
    padding-left: 60px;
}

    .star-review-post-area > div.avatar {
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        border: 1px solid #e2e2e2;
    }

div.hasReviews > div, .dvAvgStars > div {
    display: inline-block;
}

.star-review-headtext .h2 {
    margin-bottom: 0;
}

.dvTotalStars {
    color: #4d4d4d;
    cursor: pointer;
}
/*=========================Inline Controls ==================*/
.inline-control:after {
    display: table;
    content: "";
    clear: both;
}

.inline-control .inline-left {
    float: left;
    width: 160px;
    text-align: right;
}

.inline-control .inline-right {
    margin-left: 180px;
}

    .inline-control .inline-right:first-child {
        *padding-left: 180px;
    }
/*=========================Inline Controls ==================*/
.inline-widget:after {
    content: "";
    clear: both;
    display: table;
}

.inline-widget {
    position: relative;
    padding-left: 72px;
}

    .inline-widget .inline-widget-left {
        left: 0;
        width: 60px;
        text-align: right;
        position: absolute;
    }
/*============Serch Deal UL Li =========*/
ul.condoNav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    ul.condoNav li a {
        cursor: pointer;
        display: block;
        color: #4d4d4d;
        font-size: 14px;
        margin: 0 0 -1px;
        padding: 13px 14px;
        background-color: #F9F9F9;
        border: 1px solid #CBD0D5;
        text-transform: capitalize;
        transition: all 300ms linear;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
    }

        ul.condoNav li a:focus, ul.condoNav li a:hover {
            color: #333;
            text-decoration: none;
        }

    ul.condoNav li.active a, ul.condoNav li.active a:hover {
        color: #fff;
        background-color: #0078A3;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }

    ul.condoNav li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

    ul.condoNav li:last-child > a {
        margin-bottom: 0px;
        border-radius: 0 0 3px 3px;
    }

ul.tabs {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

    ul.tabs:after {
        content: '';
        clear: both;
        display: table;
    }

    ul.tabs > li {
        float: left;
    }

        ul.tabs > li a {
            color: #4d4d4d;
            display: block;
            cursor: pointer;
            font-size: 13px;
            margin-left: -1px;
            line-height: 21px;
            text-align: center;
            position: relative;
            padding: 12px 10px;
            font-weight: normal;
            text-decoration: none;
            background-color: #F9F9F9;
            border: 1px solid #E6E6E6;
            border-radius: 12px 12px 0 0;
            font-family: 'PT Sans', Arial, sans-serif;
        }

        ul.tabs > li:first-child a {
            margin-left: 0;
        }

        ul.tabs > li.active a {
            background-color: #fff;
            border-bottom: 1px solid #fff;
        }

            ul.tabs > li.active a:after {
                left: 0;
                width: 100%;
                height: 1px;
                content: '';
                bottom: -1px;
                position: absolute;
                background-color: rgb(255, 255, 255);
            }

.revokeEmail {
    font-size: 15px;
    color: #4d4d4d;
}

.customSpinner ,.customSpinnerFirst{
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    z-index: 1104;
    cursor: pointer;
    position: fixed;
    transform: translate(-50%, -50%);
    margin-top: -20px;
    border-radius: 3px;
    background: rgba(0,0,0,0.6);
    display: flex;
}

.customLoading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    margin: auto;
    opacity: .7;
    padding: 0;
    width: 50px;
    z-index: 99999;
    box-sizing: border-box;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/*==============List Container Inline Styles============================= */
.divlistContainer {
    padding: 20px;
}

.divlistNumber {
    float: left;
}

    .divlistNumber div > strong:only-of-type {
        color: #fff;
        font-size: 13px;
        padding: 10px 14px;
        display: block;
        border-radius: 100%;
        background-color: #82BAC9;
    }

.divListContent {
    margin-left: 50px;
    color: #999;
}

.divhowtoContainer {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .divhowtoContainer > div:not(:last-child) {
        margin-bottom: 8px;
    }

div.instruction div.muted {
    line-height: 24px;
}

table.hr tr td hr {
    height: 1px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

table.hr tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*================Suite Confirmation============*/
div.roundedTopper {
    z-index: 1;
    position: relative;
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 12px 15px 12px 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.roundedTopper p {
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: normal;
}

div.roundedBottom {
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: -1px 10px auto 10px;
    border-radius: 0 0 3px 3px;
}
/*Side Bar Widget Styles*/
.widgetHeader {
    position: relative;
    padding: 15px 15px 10px;
    background-color: #006D97;
    border-radius: 3px 3px 0 0;
}

.widgetContainer {
    padding: 10px 15px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 0 0 3px 3px;
}
/*Div Search Box Start Here*/
[class^="search-bar-"],
[class*=" search-bar-"] {
    z-index: 1;
    font-size: 15px;
    margin-top: 8px;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #CBD0D5;
}
.div-search-content {
   display:flex;
}
.search-list-count {
    display: flex;
    justify-content: center; 
    align-items: center;
    padding-left: 35px;
}
.search-icon {
    position: relative;
    padding-right: 30px;
}

    .search-icon:after {
        top: 4px;
        right: 4px;
        color: #999;
        font-size: 20px;
        content: "\f002";
        font-style: normal;
        position: absolute;
        font-weight: normal;
        font-family: FontAwesome;
    }

    .search-icon > div {
        height: 30px;
        box-sizing: border-box;
        padding: 4px 4px 4px 8px;
    }

[class^="search-bar-"] span#spnSearch,
[class*=" search-bar-"] span#spnSearch {
    width: 84%;
    padding: 2px;
    color: #999;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 18px;
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[class^="search-bar-"] input#txtSearch,
[class*=" search-bar-"] input#txtSearch {
    width: 100%;
    height: 20px;
    padding: 0;
    outline: none;
    color: #4D4D4D;
    font-size: 15px;
    border-width: 0;
    line-height: 20px;
    margin-bottom: 0px;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-text-size-adjust: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

span#spnSearch::selection {
    color: #999;
    background: #fff;
}
/*New Search Box*/
.search-box {
    z-index: 1;
    width: 222px;
    font-size: 15px;
    position: relative;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #CBD0D5;
    background-color: rgb(255, 255, 255);
}

    .search-box > div {
        position: relative;
    }

        .search-box > div:after {
            top: 5px;
            right: 4px;
            color: #999;
            font-size: 20px;
            content: "\f002";
            font-style: normal;
            position: absolute;
            font-weight: normal;
            font-family: FontAwesome;
        }

        .search-box > div > div {
            width: 100%;
            padding: 4px 30px 4px 10px;
        }

    .search-box .placeholder {
        top: 5px;
        width: 90%;
        left: 10px;
        padding: 0;
        font-size: 15px;
        overflow: hidden;
        line-height: 21px;
        position: absolute;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 40px);
        color: rgb(153, 153, 153);
    }

    .search-box input[type="text"] {
        width: 100%;
        height: 100%;
        padding: 0;
        outline: none;
        font-size: 15px;
        border-width: 0;
        line-height: 21px;
        margin-bottom: 0px;
        color: rgb(77, 77, 77);
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
    }
/*+=============searchbox-button===========+*/
div.searchbox-button {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-right: 66px;
    box-sizing: border-box;
}

.searchtext-placeholder {
    top: 17px;
    left: 16px;
    z-index: 11;
    font-size: 16px;
    position: absolute;
    color: rgb(140, 140, 140);
}

[class^="searchbox-button"] input[type="text"] {
    margin: 0;
    z-index: 0;
    width: 100%;
    padding: 15px;
    line-height: 21px;
    position: relative;
    padding-right: 0;
    display: table-cell;
    color: rgb(77, 77, 77);
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-right-width: 0;
}

.input-group-btn {
    top: 0;
    right: 0;
    position: absolute;
    white-space: nowrap;
    vertical-align: middle;
}

[class^="searchbox-button"] input[type="button"] {
    z-index: 1;
    margin: 0;
    padding: 15px;
    color: #4D4D4D;
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
}
/*====================================================================
            Rowfixer CSS styles
=====================================================================*/
.rowfixer {
    left: 0;
    top: 45px;
    width: 100%;
    z-index: 100;
    height: 45px;
    position: sticky;
	top: 45px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

    .rowfixer:after {
        clear: both;
        content: '';
        display: table;
    }

    .rowfixer > div.row {
        position: relative;
        padding-left: 270px;
    }

        .rowfixer > div.row > div.col3 {
            left: 0;
            position: absolute;
        }

        .rowfixer > div.row > div.col9 {
            width: 100%;
            margin: 0;
            box-sizing: border-box;
        }

.mapContainer {
    z-index: 0;
    top: 88px;
    float: left;
    width: 628px;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.map-row-fixer {
    padding-left: 0 !important;
}

    .map-row-fixer .col9 {
        margin: 0;
    }

.dvListContainer {
    z-index: 11;
    position: relative;
    background-color: #fff;
}
/*===========================bread crumb Start=====================================*/
.dvBreadCrumb:after, .breadcrumb:after {
    content: '';
    clear: both;
    display: table;
}

.breadcrumb {
    padding: 0;
    font-size: 12px;
    list-style: none;
    border-width: 1px;
    margin-left: 0;
    position: relative;
    border-style: solid;
    border-color: #F6FAFB;
    border-top-width: 0px;
    text-transform: uppercase;
    background-color: #EDF4F7;
    background-repeat: repeat-x;
    border-top: 0px none transparent;
    box-shadow: inset 0 1px 0 #fff;
    background-image: linear-gradient(to bottom, #F2F2F2, #EDF4F7);
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li:first-child {
            margin-left: 5px;
        }

        .breadcrumb li a {
            padding: 0 4px;
            display: block;
            line-height: 26px;
            font-weight: normal;
            text-decoration: none;
            color: rgb(41, 170, 225);
        }

    .breadcrumb .divider {
        color: #999;
        display: block;
        padding: 0 2px;
        line-height: 26px;
        font-weight: normal;
        text-decoration: none;
    }

    .breadcrumb li.active span {
        display: block;
        line-height: 26px;
        padding-left: 5px;
        white-space: nowrap;
        text-decoration: none;
        letter-spacing: 0.15px;
        color: rgb(153, 153, 153);
    }
/*BreadCrumb Edit Links Styles*/
.linkEdit a {
    display: inline;
    background-color: #FCB414;
}

li.linkRight {
    float: right;
}

    li.linkRight a {
        color: #4d4d4e;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #FCB414;
    }
/*Fancy Wrapper*/
.fancy-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

/*US15932 Inline Html Fancybox */
.fancybox-slide--html .fancybox-content {
    width: auto !important;
    height: auto !important;
    padding: 30px;
    min-width: 320px;
    border-radius: 3px;
}

.fancybox-slide--html #divConfirmPopup.fancybox-content {
    width: 320px !important;
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.fancybox-container.spinner-wrapper .fancybox-bg {
    display: none;
}

.fancybox-slide--html .fancybox-content.spinner {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 3px;
    min-width:  0 !important;
}

.fancybox-slide--html .fancybox-content .LoginHeader + .muted + div {
    margin-bottom: 0;
}

.fancybox-slide--iframe {
    padding: 6px !important;
}

.fancybox-slide--iframe .fancybox-content {
    overflow: visible !important;
    max-width: calc(100% - 60px);
}

.fancybox--fill.fancybox-slide--iframe .fancybox-content {
	max-width: calc(100% - 10px);
}

/*----End */


/*Search Box Wrapper Styles End here */
.divGapFixer {
    top: 45px;
    z-index: 99;
    height: 10px;
    width: 978px;
    position: fixed;
    background-color: #fff;
}

.textCopyright {
    color: #999;
    font-size: 10px;
    padding: 10px 0;
    font-weight: normal;
}

.regularLinks a:link {
    color: inherit;
    font-size: inherit;
}

.divAreYouInterested {
    line-height: 24px;
    text-align: center;
    margin-bottom: 28px;
}

    .divAreYouInterested div {
        font-size: 18px;
    }

    .divAreYouInterested p {
        color: #8C8C8C;
    }

.divGuestFooter {
    background: #F3F3F3;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(#f3f3f3,#fff);
}

.notamemberFooter {
    color: #999;
    padding: 25px;
}

.address, .txtblue {
    color: #29AAE1 !important;
}

.pointer {
    cursor: pointer;
}

.socialsite {
    float: right;
    margin-top: 5px;
}

@media all {
    div.layout_hd_device {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    div.divDollarWrapper {
        padding: 0;
        position: relative;
    }

        div.divDollarWrapper > div {
            color: #989898;
            font-size: 13px;
        }

            div.divDollarWrapper > div:not(:last-child) {
                margin-bottom: 14px;
            }

        div.divDollarWrapper hr {
            margin: 12px 0;
            border-top-color: #E4E4E4;
        }

        div.divDollarWrapper > div p {
            line-height: 26px;
        }

            div.divDollarWrapper > div p.text {
                font-size: 17px;
            }

        div.divDollarWrapper > div:after {
            clear: both;
            content: '';
            display: table;
        }

        div.divDollarWrapper div span, div.divDollarWrapper div strong {
            color: #404041;
        }

        div.divDollarWrapper div strong {
            font-size: 18px;
        }

        div.divDollarWrapper h1, div.divDollarWrapper div strong {
            font-weight: 600;
        }

        div.divDollarWrapper h1 {
            line-height: 32px;
        }

    div.divFolloworLike ul {
        text-align: center;
        margin: 0 auto;
    }

        div.divFolloworLike ul li {
            margin-top: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }

            div.divFolloworLike ul li:not(:last-child) {
                margin-right: 21px;
            }

            div.divFolloworLike ul li a {
                width: 70px;
                height: 70px;
                display: block;
                box-sizing: border-box;
                background-position: center;
                background-repeat: no-repeat;
            }

    .divFromSocial .boxes a span {
        display: block;
        color: #8C8C8C;
        line-height: 24px;
        margin-bottom: 8px;
    }

    div.divSociallike {
        padding-top: 8px;
        margin-bottom: 11px;
    }

        div.divSociallike ul {
            text-align: center;
        }

            div.divSociallike ul li {
                margin-left: 9px;
                margin-right: 9px;
                display: inline-block;
            }

                div.divSociallike ul li a {
                    width: 56px;
                    height: 56px;
                    color: white;
                    display: inline-block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-color: rgba(0,0,0,0);
                }

                    div.divSociallike ul li a i {
                        font-size: 40px;
                        line-height: 56px;
                    }

                        div.divSociallike ul li a i:before {
                            width: 56px;
                            height: 56px;
                            border-radius: 50%;
                            display: inline-block;
                            background-color: rgb(11,122,168);
                        }

    div.divTabularData {
        width: 100%;
        display: table;
    }

        div.divTabularData > div {
            color: #555;
            font-size: 12px;
            padding-left: 16px;
        }

            div.divTabularData > div:first-child {
                padding-left: 0;
                text-align: left;
            }

    div#scroller {
        display: inline;
    }

        div#scroller ul {
            margin: 0;
            padding: 0;
            display: inline;
        }

            div#scroller ul li {
                display: inline;
            }

                div#scroller ul li img {
                    border-right: 1px solid gray;
                    padding-right: 2px;
                    vertical-align: middle;
                }

    .msgWrapper {
        padding: 40px 20px;
        background-color: rgb(255, 255, 255);
    }

    .msgInner {
        color: #999;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }
    #txtAreaEmail{
        max-height: calc(100vh - 600px) !important;
    }
}

@media screen and (max-width: 1500px) {

    .promotion-special-heading > *:not(i) {
		margin: auto;
    }
}

@media only screen and (min-width : 768px) {
    #txtAreaEmail{
      min-height: 230px !important;
    }
    .divtoggler {
        display: none;
    }

    .dvTopMenu > .divDropdown {
        top: 0px;
        right: 10px;
        position: absolute;
    }

    .divDropdown > ul {
        float: right;
    }

        .divDropdown > ul > li > a {
            padding-left: 17px;
            padding-right: 18px;
        }

            .divDropdown > ul > li > a > i.fas,
            .divDropdown > ul > li > a > i.fa {
                display: none;
            }

        .divDropdown > ul > li > a > i.fas,
        .divDropdown > ul > li > a > i.fa {
            display: none;
        }

    ul li.hasChild > div {
        width: 278px;
        overflow: hidden;
        border: 1px solid rgba(153, 153, 153, 0.8);
    }

    .divDropdown ul li.hasChild > a > span.triangle {
        right: 50%;
        z-index: 40;
        width: 22px;
        content: '';
        height: 12px;
        bottom: -11px;
        display: none;
        position: absolute;
        margin-right: -11px;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: rgba(0,0,0,0);
    }

    .divDropdown ul li.lnkback {
        display: none;
    }

        .divDropdown ul li.lnkback + li > a {
            border-top-width: 0px;
        }

    .divDropdown > ul > li:last-child {
        display: none;
    }

    .divDropdown > ul > li.profiler ul li {
        font-size: 14px;
    }

    .divDropdown > ul > li.hasChild > div {
        top: 55px;
        border-radius: 3px;
        margin: 0px 0px 0px;
        box-sizing: border-box;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    }

    .divDropdown > ul > li.profiler > div {
        right: 0px;
        width: 238px;
        border-color: rgba(153, 153, 153, 0.8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }

    .divDropdown > ul > li {
        float: left;
    }

    .divDropdown ul li {
        position: relative;
    }

        .divDropdown ul li.Prevli > a {
            border-bottom-width: 0;
        }

    .divDropdown > ul > li.profiler > a {
        margin-right: 0;
        padding-right: 0;
    }

    .viewing-as > div.first {
        color: rgb(153, 153, 153);
        padding: 3px 10px 3px 20px;
    }

    .divDropdown li.view-as-mobile {
        display: none;
    }
    /*Project Preview page common styles for min 768px wider screen*/
    .projectUtilityInit {
        height: 124px;
        overflow: hidden;
    }

    .follshare, .dvfollshareProject .dvAvgStars {
        float: left;
    }

    .dvfollshareProject .dvAvgStars {
        margin-left: 10px;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    div.fixedColumLeft > div.row {
        padding-left: 222px;
    }

    .dvListContainer {
        min-height: 548px;
    }

    div.dvMasterWrapper:first-child div.textContent {
        padding-top: 21px;
    }

    .imgContent, .textContent {
        width: 50%;
        display: table-cell;
    }

    ul.inline-items li {
        margin-right: 10px;
    }

        ul.inline-items li:last-child {
            margin-left: 5px;
            margin-right: 0;
        }

    .fixedColumLeft > div.row > div.col3 {
        left: 0;
        position: absolute;
    }

    .divCommentList ul li > div label {
        margin-bottom: 0;
        padding-right: 6px;
        display: inline-block;
    }

    .newFooter {
        padding-left: 300px; /*SSD 200*/
    }

    .footer ul.social li:first-child a {
        margin-left: 15px;
    }

    .footerBranding {
        left: 80px;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .show-desktop {
        display: none;
    }
    .dvReports .container {
        width: 100% !important;
    }
    .divHomeBrandingNav div.topler {
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        padding: 12px;
        display: block;
        position: absolute;
        background-color: rgb(0, 120, 163);
    }

    .divtoggler a.toogle {
        top: 5px;
        right: 10px;
        width: 25px;
        height: 28px;
        display: block;
        line-height: 45px;
        font-weight: bold;
        position: absolute;
        color: rgb(255, 255, 255);
        background-repeat: no-repeat;
        background-position: center right;
        background-color: rgba(0, 0, 0, 0);
    }

    .divDropdown {
        left: 0;
        top: 45px;
        width: 100%;
        z-index: 4911;
        overflow: hidden;
        position: absolute;
    }

        .divDropdown ul {
            position: relative;
        }

    ul li.hasChild > div {
        top: 0;
        left: 100%;
        width: 100%;
    }

    ul li.hasChild ul:after, .PageSubTitle br {
        display: none;
    }

    .divDropdown > ul > li > a, .divDropdown > ul > li > div.ico_cursor {
        margin-left: 10px;
        margin-right: 10px;
    }

    .divDropdown > ul > li.profiler > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .divDropdown ul ul li:last-child a.back:before {
        display: none;
    }

    .divDropdown li.view-as {
        display: none;
    }

        .divDropdown li.view-as ~ li > a {
            border-top-width: 0;
        }


    .ico_cursor {
        cursor: pointer;
        line-height: 26px;
        padding: 20px 14px;
        background: url("/images/splasher_arrow_gray.png") no-repeat center 12px transparent;
    }

    .divBreadCrumb, .dvBreadCrumb {
        display: none;
    }

    div.row-fluid div.block {
        margin-left: 0;
        width: inherit;
    }

    div.dvMasterWrapper div.Left {
        padding-right: 1em;
        margin-bottom: 36px;
    }

    div.dvMasterWrapper div.Right {
        padding-left: 1em;
    }

    .footerBranding {
        width: 164px;
        margin: auto;
    }


    .footerLinks ul.inline {
        display: table;
    }

    .footer ul.inline li {
        float: none;
        display: inline-table;
    }

    .footerLinks ul.inline:after {
        clear: both;
        content: '';
        display: table;
    }
    /*Non Responsive Table*/
    .noneResponsiveTable table {
        display: table;
    }

        .noneResponsiveTable table thead, .noneResponsiveTable table tbody, .noneResponsiveTable table tfoot {
            display: table-row-group;
        }

        .noneResponsiveTable table tr {
            display: table-row;
        }

        .noneResponsiveTable table th, .noneResponsiveTable table td {
            display: table-cell;
        }

    .no-navbar .leftCol {
        top: 0;
    }

    #dvPreviewHeader .socialsite, #dvPreviewHeader .follshare {
        display: none;
    }
}

@media all and (min-width: 521px) {
    .socialsite ul li:last-child {
        float: right;
    }
}

@media all and (min-width: 521px) and (max-width: 767px) {
    .row-fluid.dvfollshareProject div.block {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .dvfollshareProject div.block:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 641px) {
    div.divTabularData > div {
        display: table-cell;
        vertical-align: middle;
    }

    .dvPaging > span {
        width: 15px;
        height: 15px;
    }

    .slideshowContainer {
        height: 437px;
    }
}

@media screen and (max-width: 640px) {
    div.divTabularData > div {
        margin-top: 16px;
    }

    div.gridTable {
        padding-left: 1px;
        padding-right: 1px;
    }

    div.divSociallike ul li {
        margin-bottom: 16px;
    }

    .dvPaging > span {
        width: 12px;
        height: 12px;
        margin-top: 8px;
    }

    .textCopyright {
        line-height: 21px;
    }

        .textCopyright > div:last-child {
            margin-bottom: 10px;
        }
}

@media screen and (max-width: 480px) {

    .promotion-special-anchored {
        max-width: 110px;
        font-size: 10px;
    }

    .promotion-special-anchored img {
        width: 30px !important;
        height: 30px !important;
        margin-top: 7px;
    }
    
    div[class*="col"] {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .divContactModule {
        padding: 18px;
    }

    #dvJoinClub .inline-control {
        margin-top: 4px;
    }

        #dvJoinClub .inline-control .inline-left {
            width: 90%;
            text-align: left;
        }

            #dvJoinClub .inline-control .inline-left small {
                color: #999;
                line-height: 16px;
            }

        #dvJoinClub .inline-control .inline-right {
            margin-left: 80%;
        }

    .imgMidsize {
        max-width: 470px;
    }

    .textCopyright {
        font-size: 11px;
    }

    ul.inline:not(.social) li a {
        margin-left: 4px;
        margin-right: 4px;
        padding-left: 5px;
        padding-right: 5px;
    }

    div.gridTable .tableDynamic th, div.gridTable .tblSingleRow th {
        display: none;
    }

    .tableDynamic td {
        border-left: 1px solid #E4E4E4;
    }

    .gridTable table input[type="text"], .gridTable table input[type="email"], .gridTable table input[type="password"] {
        width: 100%;
        background-color: #fff;
        border: 0 solid transparent;
    }

    div.gridTable .tblSingleRow td {
        border-radius: 3px;
        border-left: 1px solid #E4E4E4;
    }
}
@media screen and (max-width: 425px) {
    .search-box > div:after {
        top: 4px;
    }
}
@media screen and (max-width: 380px) {
    div.divFolloworLike ul li:nth-child(3n+3) {
        margin-right: 0;
    }
}

tr th.dvFirmDate-table-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.editableModel input[type="checkbox"] {
    visibility: visible;
    width: 17px;
    height: 17px;
    position: initial;
    margin-right: 3px;
    margin-bottom: 1px;
}

#lifacebook {
    width: 60px;
    overflow: hidden;
}

.device-show {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
	.promotion-special-anchored[id=specPromotionAdMinTxt] {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .promotion-special-anchored[id=specPromotionAdMin] {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (orientation : portrait) {
    .device-show {
        display: block !important;
    }

    .device-hide {
        display: none !important;
    }
}
/* Learger Screen then 1024px----------- */
@media only screen and (max-width : 768px) {
    .device-show {
        display: block !important;
    }

    .device-hide {
        display: none !important;
    }
}

.divStreetviewMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-mask-position: 0;
    -webkit-mask-size: 642px 350px;
    -webkit-mask-image: url('/images/mask-image-642x350-rounded.png');
}

#pano {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 320px){
    .promotion-special-anchored {
        display: none;
    }
}

@media only screen and (max-width: 319px){
    .divSearchTextContainer {
        top: 75px !important;
    }
}
@media only screen and (max-width: 374px){
    .divSearchTextContainer {
        top: 75px !important;
    }
}
.div_search_option ul > li.SaleRent_list_last {
    border-bottom: 1px solid lightgray;
}
.label-SaleRent-badge-image {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #e60000; /* red */
    color: white !important;
    padding: 3px 12px;
    border-radius: 8px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
.label-SaleRent-badge-image.red {
    background-color: #e86263;
}
.label-SaleRent-badge-image.blue {
    background-color: #43b4e4;
}

    .label-SaleRent-badge-image.green {
        background-color: #76b569;
    }
