﻿@charset "UTF-8";
/* CSS Document */

#label_SwitchInspector:hover {
	cursor: pointer;
}

.nav-link {
	float: left;
	position: relative;
	margin-top: -8px;
	padding: 0 14px;
	line-height: 34px;
	font-size: 10px;
	font-weight: lighter;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px white;
}

	.nav-link:hover {
		color: #333;
		text-decoration: underline;
		cursor: pointer;
	}

.nav-counter {
	display: none;
}

.nav-counter-disabled {
	position: absolute;
	top: 12px;
	/*right: 18px;*/
	left: 53px;
	min-width: 24px;
	height: 20px;
	line-height: 20px;
	margin-top: -0px;
	padding: 0 6px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

.nav-counter-QA-disabled {
	position: absolute;
	top: 12px;
	/*right: 0px;*/
	left: 23px;
	min-width: 24px;
	height: 20px;
	line-height: 20px;
	margin-top: -0px;
	padding: 0 6px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-left: 0;
	margin-bottom: 35px; /* bottom = footer height */
	margin-top: 0px;
}

#container {
	margin: 0;
	padding: 0;
	width: 1200px;
	height: 600px;
	top: 25px;
}

#navbar {
	display: table;
	width: 100%;
	background: #374a5e;
	height: 50px;
	overflow: hidden;
	padding-top: 8px;
	position: relative;
}

#bpgImg {
	display: table;
	height: 63px;
	/* [disabled]width: 55px; */
	padding-left: 10px;
	position: absolute;
}

	#bpgImg img {
		display: table-cell;
		height: 50px;
		width: 165px;
		top: -5px;
		position: absolute;
	}

#brand {
	width: 250px;
	height: 50px;
	background-color: transparent;
	float: left;
	margin-left: 65px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: white;
	line-height: 50px;
}

	#brand a {
		position: relative;
		color: white;
		font-size: 21px;
		text-decoration: none;
	}




#iconBar {
	display: table;
	float: left;
	left: 19.2em;
	display: block;
	width: 1000px;
	height: 60px;
	/*padding-top:10px;
	padding-bottom:0px;*/
	position: absolute;
	top: -10px;
	vertical-align: middle !important;
	/*padding-right: 50px;*/
}

#navBar-table {
	display: table-cell;
	position: absolute !important;
	background-color: transparent;
	left: 900px;
	vertical-align: middle;
	width: 275px;
	height: 56px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: normal;
	top: 15px;
}

	#navBar-table a {
		background-color: transparent;
		vertical-align: middle;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: white;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
	}

.navBar-right a {
	text-decoration: none;
	color: #fff;
}


.iconBar-icon {
	display: table-cell;
	vertical-align: middle !important;
	position: relative;
	/*width: 100px;*/
	height: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	font-size: 14px;
	float: left;
	padding: 5px 10px;
}

.iconBar-icon-active {
	display: table-cell;
	vertical-align: middle !important;
	position: relative;
	/*width: 100px;*/
	height: 70px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0076B4 !important;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	background: white;
	float: left;
	padding: 5px 10px;
}

	.iconBar-icon-active a {
		color: #0076B4 !important;
		text-decoration: none !important;
		display: inline-block;
		pointer-events: none;
	}


.iconBar-icon a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.iconBar-icon a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.iconBar-icon a:hover {
	color: #B5B5B5;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}


.iconBar-active {
	float: left;
	display: table-cell;
	width: 100px;
	height: 60px;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: -15px;
	color: #9C9999;
	vertical-align: middle;
	background-color: white;
}


#footer {
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	overflow: hidden;
	height: 30px;
	background-color: #0076B4;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 30px;
	width: 100%;
}

#main {
	width: 600px;
	height: 100%;
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#questionButton {
	color: #0076B4;
	font-size: 20px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	font-family: fontawesome;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	padding-left: 2px;
}

#questionButtonQA {
	/*color: #0076B4;*/
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	font-family: fontawesome;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	padding-left: 2px;
}

#resources_main {
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 0;
}

#header {
	width: 60%;
	height: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: transparent;
	color: #0076B4;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    background-color: transparent;
    height: auto;
    position: relative;
}

    ul li {
        position: absolute;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: lighter;
        display: inline-block;
        margin-right: -4px;
        position: relative;
        padding: 5px 3px;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        width: auto;
        text-align: left;
        z-index: 99999;
    }

        ul li:hover {
            background: transparent;
            color: white;
            z-index: 99999;
        }

        ul li ul {
            padding: 0;
            position: absolute;
            top: 25px;
            left: 0;
            width: 135px;
            display: none;
            opacity: 0;
            visibility: hidden;
            -webkit-transiton: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
            -transition: opacity 0.2s;
            z-index: 99999;
        }

            ul li ul li {
                background: #fff;
                display: block;
                color: #0076B4;
                border: solid thin #0076B4;
                z-index: 99999;
            }

                ul li ul li:hover {
                    background: #666;
                    z-index: 99999;
                }

        ul li:hover ul {
            display: block;
            opacity: 1;
            visibility: visible;
            z-index: 99999;
        }
    */

table {
	/*position:relative;*/
	align-content: center;
	vertical-align: middle;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0076B4;
	z-index: 99999;
}

	table a {
		text-decoration: none;
		color: #0076B4;
		cursor: pointer;
	}

td a {
	text-decoration: none;
}

sidebarObj {
	position: relative;
	width: 400px;
	height: 300px;
	background-color: red;
}





#filter {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	left: 352px;
}

#notifications {
	width: 1000px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30px;
}

/*[Modefiied On:11/06/2015 : Arun]*/
.navBar-right-script {
	float: right;
	margin-right: 10px;
	display: table;
	/*position: absolute !important;*/
	background-color: transparent;
	/*left: 970px;*/
	vertical-align: middle;
	width: auto;
	height: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	top: 16px;
}

/**Chrome Fix for Aligning Switch Inspector Div **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navBar-right-script {
		float: right !important;
		margin-right: 10px !important;
	}
}

/**Firefox Fix for Aligning Switch Inspector Div **/
@-moz-document url-prefix() {
	.navBar-right-script {
		float: right !important;
		margin-right: 10px !important;
	}
}

.name {
	width: auto;
	height: auto;
	display: table-cell;
	float: right;
}


#logged_in_name {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	float: left;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#date {
	display: table-cell;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	float: left;
	width: auto;
	/*padding-left: 5px;*/
	padding-right: 5px;
}



.user {
	display: table-cell;
	width: auto;
	height: auto;
	position: relative;
	float: right;
	/* [disabled]right: 66px; */
}

.user2 {
	display: table-cell;
	width: auto;
	height: auto;
	position: relative;
}

#outstanding {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.navBar-right-script a {
	color: #FFFFFF;
	text-decoration: none;
}

	.navBar-right-script a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

#ordersPopup {
	visibility: hidden;
	width: 150px;
	height: 0px;
}

.button_info {
	background-color: #0076B4;
	border-radius: 100px;
	height: 20px;
	width: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	border: thin solid #0076B4;
	font-size: small;
	font-weight: lighter;
}

#questionButton {
	color: #0076B4;
	font-size: 21px;
	line-height: 16px;
	text-align: center;
	font-weight: normal;
	font-family: fontawesome;
	border: none;
	background-color: transparent;
	vertical-align: middle;
	padding-left: 2px;
}


.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #DACFCF;
	top: 0px;
	z-index: 99999;
	opacity: 0;
	cursor: wait;
}



/*--Header Inspector List-----START--*/

#inspector_name:hover {
	cursor: default;
}

.dhxcombolist_dhx_skyblue {
	z-index: 99999999999 !important;
}

.cntInspector-Name {
	display: inline-block;
}

#inspector_list {
	display: inline-block;
	vertical-align: bottom;
}


/** Adding padding in IE to avoid overlap of scrollbar***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	*::-ms-backdrop, #navbar {
		padding-right: 15px !important;
	}

	.modal-open, .modal-open .navbar-fixed-top {
		overflow-y: scroll !important;
	}
}

/** Chrome Fix for right alignment of content during modal display[Super User]**/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.modal-open, .modal-open .navbar-fixed-top {
		margin-right: 0 !important;
		padding-right: 0 !important;
		overflow-y: scroll !important;
	}
}

/** Firefox fix for right alignment of content during modal display[Super User]**/
@-moz-document url-prefix() {
	.modal-open, .modal-open .navbar-fixed-top {
		margin-right: 0 !important;
		padding-right: 0 !important;
		overflow-y: scroll !important;
	}
}

#Order_Upload_Notification:before {
	content: url('../Images/Upload.ico');
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 10px;
	color: #000000;
	cursor: pointer !important;
	position: relative;
}


/*--Header Inspector List-----END--*/
/*#check_note {
	width: 260px;
	color: #FC0307;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	vertical-align: middle;
	display: block;
	z-index: 1000;
	height: auto;
	position: relative;
	top: -30px;
	left: 41px;
}*/

.row.no-gutter {
	margin-left: 15px;
	margin-right: 10px;
}

	.row.no-gutter [class*='col-']:not(:first-child),
	.row.no-gutter [class*='col-']:not(:last-child) {
		padding-right: 3px;
		padding-left: 3px;
	}

.accessNote {
	text-align: left;
}



.bulletList_AccessNote ul li {
	color: black;
}

li#secondListItem {
	color: red;
}

#bulletlist_accessnote li a {
	/*color: red;*/
}

#divRadonLink {
	text-align: right;
	text-decoration: underline;
}

#divReportDistribution {
	text-align: right;
	color: #337ab7;
}

.textRight {
	text-align: right;
}

.fix .fa-spin {
	-webkit-transform-origin: 50% calc(50% - .5px);
	transform-origin: 50% calc(50% - .5px);
}

#gridContainer {
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
}
/*#headerQA {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
    background-color:#0076B4;
}*/


/*For NVA-445 Design [Start]*/
.propertyNote_OrderNotes {
	height: 90px;
	font-size: .9em;
	border-radius: 0px 0px 10px 10px;
	resize: none;
	width: 98%;
}

@-moz-document url-prefix() {
	.propertyNote_OrderNotes {
		height: 90px;
		font-size: .9em;
		border-radius: 0px 0px 10px 10px;
		resize: none;
		width: 97%;
	}
}

#propertyNoteHeader_OrderNotes {
	background-color: #0076B4;
	color: white !important;
	height: 25px;
	width: 98%;
}

@-moz-document url-prefix() {
	#propertyNoteHeader_OrderNotes {
		background-color: #0076B4;
		color: white !important;
		height: 25px;
		width: 97%;
	}
}


.btnBuyerAgent_Section2 {
	position: relative;
	right: 8px;
}

@-moz-document url-prefix() {
	.btnBuyerAgent_Section2 {
		position: relative;
		right: 8px;
	}
}

.btnListingAgent_Section2 {
	position: relative;
	right: 2px;
}

@-moz-document url-prefix() {
	.btnListingAgent_Section2 {
		position: relative;
		right: 8px;
	}
}

.btnEscrowOfficer_Section2 {
	position: relative;
	right: -2px;
}

@-moz-document url-prefix() {
	.btnEscrowOfficer_Section2 {
		position: relative;
		right: 2px;
	}
}

.btnDirections_Section4 {
	position: relative;
	right: -4px;
}

@-moz-document url-prefix() {
	.btnDirections_Section4 {
		position: relative;
		right: 0px;
	}
}

.btnProperty_Section5 {
	position: relative;
	right: -2px;
}

@-moz-document url-prefix() {
	.btnProperty_Section5 {
		position: relative;
		right: -1px;
	}
}

.btnAccess_Section6 {
	position: relative;
	right: 1px;
}

@-moz-document url-prefix() {
	.btnAccess_Section6 {
		position: relative;
		right: 8px;
	}
}

.btnOwn_Section6 {
	position: relative;
	right: 7px;
}

@-moz-document url-prefix() {
	.btnOwn_Section6 {
		position: relative;
		right: 12px;
	}
}

.btnPayment_Section7 {
	position: relative;
	right: 4px;
}

@-moz-document url-prefix() {
	.btnPayment_Section7 {
		position: relative;
		right: 5px;
	}
}


/*For NVA-445 Design [End]*/
/*Sep 20,2016 NVA-518 */
.openWindowBorder {
	border-radius: 6px;
	border: 1px solid black;
	padding-left: 5px;
	width: 135px;
	height: 88px;
}

	.openWindowBorder:hover {
		border: 2px solid black;
	}

.openWindowImg {
	margin-top: -9px;
	height: 57px;
	width: 124px;
}

.openWindowIcon {
	padding-left: 0px;
	cursor: pointer;
}

#modalDlgOpenWindow {
	width: 615px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	top: 50px;
	left: 575px;
	display: inline-block !important;
	text-align: left !important;
	vertical-align: middle !important;
}
/*Sep 20,2016 NVA-518  End*/
.link-disabled {
	pointer-events: none;
	cursor: default;
	color: grey;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.nav-counter-SMS-disabled {
	position: absolute;
	top: 12px;
	/*right: 0px;*/
	left: 27px;
	min-width: 24px;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	padding: 0 6px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

.nav-counter-win-disabled {
	position: absolute;
	top: 12px;
	/*right: 18px;*/
	left: 44px;
	min-width: 24px;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	padding: 0 6px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

.nav-counter-Quote-disabled {
	position: absolute;
	top: 12px;
	/*right: 0px;*/
	left: 34px;
	min-width: 24px;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	padding: 0 6px;
	font-weight: normal;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

.unread-sms-count-badge {
	position: absolute;
	-webkit-transform: translate(4px,-25px);
	-moz-transform: translate(-5px,-5px);
	-ms-transform: translate(-5px,-5px);
	font-size: 10px;
	font-weight: bold;
	min-width: 18px;
	height: 14px;
	line-height: 14px;
	margin-top: 0px;
	padding: 0px 1px;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

_:-ms-lang(x), _:-webkit-full-screen, .unread-sms-count-badge {
	position: absolute;
	transform: translate(-5px,-5px);
	font-size: 10px;
	font-weight: bold;
	min-width: 18px;
	height: 14px;
	line-height: 14px;
	margin-top: 0px;
	padding: 0px 1px;
	color: white;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	background: red;
	border: 1px solid white;
	border-radius: 11px;
}

.footer {
    bottom: 0;
    height: 1.8em;
    left: 0;
    position: relative;
    width: 100%;
    background-color: #34495e;
    color: white;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: white !important;
    }
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.footer-content {
	padding-top: 0.1rem;
	margin-left: 18px;
	margin-right: 6px;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide{
	display: none !important;
}
.openWindowBorder {
	height: 95px;
}