﻿/* Text color Start */
.txt-white {
	color: #fff;
}

.txt-black {
	color: #000;
}

.txt-red {
	color: #ca1515;
}

.txt-blue {
	color: #2a84c9;
}

.txt-orange {
	color: #ee7f1f;
}
/* Text color End */

/* margin classes*/
.mt0 {
	margin-top: 0px;
}

.mt2 {
	margin-top: 2px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.mt7 {
	margin-top: 7px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mt110 {
	margin-top: 110px;
}

.mt120 {
	margin-top: 120px;
}

.mt130 {
	margin-top: 130px;
}

.mt140 {
	margin-top: 140px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb110 {
	margin-bottom: 110px;
}

.mb120 {
	margin-bottom: 120px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 60px;
}

.mr70 {
	margin-right: 70px;
}

.mr80 {
	margin-right: 80px;
}

.mr90 {
	margin-right: 90px;
}

.mr100 {
	margin-right: 100px;
}

.mr110 {
	margin-right: 110px;
}

.mr120 {
	margin-right: 120px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.ml80 {
	margin-left: 80px;
}

.ml90 {
	margin-left: 90px;
}

.ml100 {
	margin-left: 100px;
}

.ml110 {
	margin-left: 110px;
}

.ml120 {
	margin-left: 120px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.SectionHeader {
	font-weight: 700;
}

.SectionHeader_Small {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.SectionHeader_Big {
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
}

.error-text {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: Red;
	text-align: left;
}

.success-text {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: Green;
}

.ModalPopupBG {
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.custom-table-style tr:first-child .txt-filter {
	font-size: 14px;
	color: #fff;
}
/*.custom-table-style tr th{color: #000 !important; background: none !important;}*/
.custom-table-style tr th, .custom-table-style tr th:hover, .custom-table-style tr th a, .custom-table-style tr th a:hover {
	color: #fff !important;
	background: #000 !important;
}

.custom-table-style th .txt-filter {
	color: #333 !important;
}

.custom-table-style tr th {
	padding: 10px;
}

.custom-table-style tr td a {
	color: #333;
}

.custom-table-style tr td {
	padding: 8px;
	font-size: 12px;
}

.custom-table-style tr:hover {
	background: grey !important;
	color: #fff !important;
}

.custom-table-style tr:first-child:hover {
	color: #fff !important;
	background: none !important;
}

.custom-table-style tr:hover td a {
	color: #fff !important;
}

.custom-table-style tr.red-flag {
	background: #F54337;
}

	.custom-table-style tr.red-flag td a {
		color: #fff;
	}

/*.custom-table-style tr.green-flag{background:LightGreen;}*/
.custom-table-style tr.green-flag {
	background: #1abc9c;
}

	.custom-table-style tr.green-flag td a {
		color: #fff;
	}

.custom-table-style.custom-table-th-inputs tr th, .custom-table-style.custom-table-th-inputs tr th:hover, .custom-table-style.custom-table-th-inputs tr th a, .custom-table-style.custom-table-th-inputs tr th a:hover {
	color: #fff !important;
	background: #000 !important;
}

.custom-table-style.custom-table-th-inputs th .txt-filter {
	color: #fff !important;
}

.custom-table-form .normal-input, .custom-table-form .normal-textbox, .custom-table-th-inputs .normal-input, .custom-table-th-inputs .normal-textbox,
.custom-table-th-inputs .normal-text, .custom-table-form .normal-text input {
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.custom-table-th-inputs .normal-input, .custom-table-th-inputs .normal-textbox, .custom-table-th-inputs .normal-text {
	height: 26px;
	margin-top: 5px;
	padding-top: 4px;
}

.custom-table-form .normal-input.mb0, .custom-table-form .normal-textbox.mb0 {
	margin-bottom: 0 !important;
}

.custom-table-form .SectionHeader_Normal {
	padding-right: 15px;
}

.custom-table-form input[type=checkbox], .custom-table-form input[type=radio] {
	margin-right: 10px;
}

.custom-table-form .SectionHeader {
	font-weight: 700;
	margin-bottom: 15px;
	display: inline-block;
}

.custom-table-form.normal .SectionHeader {
	margin-bottom: 0;
}

.custom-table-form .inline-input {
	float: left;
}

.required-input-option {
	position: relative;
}

	.required-input-option .SectionHeader {
		padding-left: 10px;
	}

	.required-input-option .error-text {
		position: absolute;
		left: 0;
		top: 0;
	}

.table-black-th th {
	background: #000 !important;
}

	.table-black-th th .sellusheadlabel {
		height: inherit !important;
	}


.media-left img:not(.media-preview) {
	height: 70px;
	width: 70px;
}

.media-heading {
	font-size: 15px;
	margin-bottom: 10px;
}

#datetimepicker1.input-group.date {
	display: inline-block;
	width: 100px;
	margin-top: 10px;
	line-height: 25px;
	color: #fff;
}

#datetimepicker1 .login-top-btn {
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}

.bootstrap-datetimepicker-widget {
	top: 26px !important;
	background: #28343a;
	border: solid 1px #fff;
	border-radius: 0;
}

.datepicker-days {
	color: #fff;
}

.datepicker table tr td.active,
.datepicker table tr td.today,
.datepicker table tr td.day:hover {
	color: #28343a;
	background-color: #fff;
}

	.datepicker table tr td.active:hover {
		color: #26A69A;
		background: rgba(255,255,255,0.6);
	}

.picker-switch.accordion-toggle {
	display: none;
}

.media-btn {
	vertical-align: top;
}

.contact-info-heading {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	color: #666;
}

/*from old styled for contact page start*/

.rate-box {
	float: right; /*float: left;     width: 22%;*/
	width: 80%;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.sales-box {
	float: right; /*float: left;     width: 22%;*/
	width: 80%;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.buying-box {
	float: right; /*float: left;     width: 22%;*/
	width: 80%;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.customer-box-table {
	background-color: #1abc9c;
}

.customer-box-table-gray {
	color: #333;
	background: #bdc3c7;
}

.customer-box-table-red {
	color: #fff;
	background: #e74c3c;
}

.customer-box-table {
	color: #fff;
}

.box-table {
	display: table;
	background: #03d10c;
	width: 100%;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	font-size: 10px;
	height: 40px;
}

.box-table-gray {
	display: table;
	background: #d3d3d3;
	width: 100%;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	font-size: 10px;
	height: 40px;
}

.box-table-red {
	display: table;
	background: #FF0000;
	width: 100%;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	font-size: 10px;
	height: 40px;
}

.box-table-yellow {
	display: table;
	background: #ffff00;
	width: 100%;
	padding: 5px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	font-size: 10px;
	height: 40px;
}

.buying-box .box-table-yellow, .sales-box .box-table-yellow {
	background: #ffff00;
}

.buying-box .box-table, .sales-box .box-table {
	background: #03d10c;
}

.buying-box .box-table-gray, .sales-box .box-table-gray {
	background: #d3d3d3;
}

.customer-box-table-gray,
.customer-box-table-red,
.customer-box-table {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

table.contact-table-btn > tbody > tr > td {
	border: none;
	padding: 8px;
}

.contact-flags input[type=checkbox] {
	margin: 0 6px 0 0;
	display: inline-block;
}

.box-table .star {
	font-size: 16px;
	font-weight: bold;
}

.box-table .box-table-row {
	display: table-row;
}

.box-table .box-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.box-table-gray .star {
	font-size: 16px;
	font-weight: bold;
}

.box-table-gray .box-table-row {
	display: table-row;
}

.box-table-gray .box-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.box-table-red .star {
	font-size: 16px;
	font-weight: bold;
}

.box-table-red .box-table-row {
	display: table-row;
}

.box-table-red .box-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.box-table-yellow .star {
	font-size: 16px;
	font-weight: bold;
}

.box-table-yellow .box-table-row {
	display: table-row;
}

.box-table-yellow .box-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.star {
	unicode-bidi: bidi-override;
	direction: rtl;
}

	.star > span {
		display: inline-block;
		position: relative;
		width: 1.1em;
		content: "\2605";
		top: 6px;
	}

.com-btn {
	text-decoration: none;
	background: #005b96;
	padding: 5px 15px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	color: #fff;
}

	.com-btn:hover {
		text-decoration: none;
		background: #03396c;
	}


.sliderView {
	width: 100%;
}

.horizontalSliderView .RadSlider {
	margin-top: 70px;
}

.horizontalSliderView .ItemsSlider {
	margin-top: 10px;
}

.horizontalSliderView .TicksSlider {
	margin-top: 60px;
}

.verticalSliderView .RadSlider {
	float: left;
	margin-left: 65px;
	margin-top: 0px;
}

.verticalSliderView .TicksSlider {
	margin-left: 45px;
}

/* IE6 */
* html .verticalSliderView .RadSlider {
	margin-left: 45px;
}

.RadSlider .rslMiddle a.rslHandle {
	margin-top: 1px !important;
}

.RadSlider .rslMiddle div.rslTrack {
	margin-top: 10px !important;
}

.horizontalSliderView .ItemsSlider {
	margin-top: -4px !important;
}

.rslItem {
	width: 46px !important;
}

.rslHorizontal.rslMiddle {
	width: 280px !important;
}

.rslTrack {
	width: 192px !important;
}

.sales-slider .rslItemsWrapper li {
	display: block;
}

.sales-slider .rslTrack {
	width: 250px !important;
}

.sales-slider .rslMiddle div.rslTrack {
	margin-top: 4px !important;
}

.sales-slider .rslBRItemText {
	display: none;
}

.sales-slider .rslItemsWrapper .rslLargeTick {
	background-position: 15px center !important;
}
/*from old styled for contact page start*/


/*Added By Sachin B for My Aaron section Start*/

.myaaronsection {
	color: #666;
	border: 2px solid #c9c9c9;
}

.emaillarge {
	float: left;
	margin: 5px;
}

.myaaron {
	color: #EF6301;
	font-family: Arial, Verdana;
	font-size: 24px;
	display: inline;
}

.registered-date {
	color: #777777;
	font-size: 12px !important;
}


.invitecontact {
	color: #666;
	display: inline-block;
	padding-top: 11px;
	margin-left: 10px;
	text-decoration: none;
}

.forgotpassword {
	color: #666;
	display: inline-block;
	/*padding-top: 11px;*/
	text-decoration: none;
}

.myaaronsection label {
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}


.emailsmall {
	display: inline;
	float: left;
	margin: 0 5px 0 10px;
}

.myaaronsection input {
	float: left;
}

/**Added By Sachin B for My Aaron section End*/

/*Tabs start*/
.contact-tabs.nav-tabs {
	border-bottom: 2px solid #DDD;
	margin-bottom: 0;
}

	.contact-tabs.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
		border-width: 0;
	}

	.contact-tabs.nav-tabs > li > a {
		border: none;
		color: #666;
	}

	.contact-tabs.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
		border: none;
		color: #4285F4 !important;
		background: transparent;
	}

	.contact-tabs.nav-tabs > li > a::after {
		content: "";
		background: #4285F4;
		height: 2px;
		position: absolute;
		width: 100%;
		left: 0px;
		bottom: -1px;
		transition: all 250ms ease 0s;
		transform: scale(0);
	}

	.contact-tabs.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
		transform: scale(1);
	}

.contact-tabs.tab-nav > li > a::after {
	background: #21527d none repeat scroll 0% 0%;
	color: #fff;
}

.contact-pane.tab-pane {
	padding: 15px 0;
}

.contact-cont.tab-content {
	padding: 20px;
	width: 100%;
	background: none;
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
/*Tabs end*/

.ModalPopupBG_gray {
	background-color: Gray;
	filter: alpha(opacity=90);
	opacity: 0.9;
}

/* classes added by Sachin P on 21 Jul 2016 for request form design changes*/

#column_wrapper {
	width: 600px;
}

.row_wrapper {
	padding: 3px;
	min-height: 22px;
	clear: both;
}

.column {
	width: 100px;
	padding: 2px 5px;
	float: left;
	margin: 0px 3px;
}

.column_lbl {
	width: 300px;
	padding: 2px 5px;
	float: left;
	margin: 0px 3px;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

.column_lbl_new {
	font-size: 9pt;
	font-weight: bold;
}

.mandatory {
	color: #ff0000;
	padding-right: 3px;
}

.column_fieldarea {
	/*width:160px;
	padding:2px 5px;*/
	float: left;
	margin: 0px 3px;
	padding: 2px 0;
	width: 166px;
}

.column_field {
	width: 160px;
	padding: 2px;
	border: 1px solid #cbcbcb;
	color: #666666;
}

.askingPrice_fieldarea {
	width: 100px;
	padding: 2px 5px;
	float: left;
	margin: 0px 3px;
}

.askingPrice_field {
	width: 100px;
	padding: 2px 5px;
	float: left;
	margin: 0px 3px;
	border: 1px solid #cbcbcb;
	color: #666666;
}

.column_third {
	width: 75px;
	padding-left: 20px;
}

.column_phone_text_field {
	width: 65px;
	padding: 2px;
	border: 1px solid #cbcbcb;
	color: #666666;
	vertical-align: middle;
}

.column_ext_text_field {
	width: 38px;
	padding: 2px;
	border: 1px solid #cbcbcb;
	color: #666666;
	margin-left: 10px;
	#margin-left:2px;
	vertical-align: middle;
}

.column_ext_text {
	color: #666666;
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
	margin: 4px 5px 5px 5px;
}

.column_select_field {
	width: 170px;
	border: 1px solid #cbcbcb;
	padding: 2px;
	font-size: 8pt;
	color: #666666;
}

.column_field_textarea {
	width: 450px;
	padding: 0 0px;
	float: left;
	margin: 0px 0px;
}

.message {
	width: 450px;
	height: 100px;
	border: 1px solid #cbcbcb;
	color: #666666;
}

.curve_select_search {
	width: 143px;
	border: none;
	background: url(../img/select_bg.jpg) no-repeat left top;
	height: 23px;
	font-size: 8pt;
	color: #666;
	text-transform: none;
	padding: 3px 0px;
	float: right;
}

.search_no_data {
	font-size: 10pt;
}

	.search_no_data span {
		font-size: 10pt;
		margin: 3px 10px;
	}

	.search_no_data ul {
		margin-bottom: 10px;
		margin-left: 50px;
		margin-top: 10px;
	}

.search_list_wrap {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.search_info {
	width: 720px;
	margin: 0px 8px;
	float: left;
}

	.search_info h4 {
		font-size: 9pt;
		line-height: 15px;
		color: #203091;
	}

	.search_info p {
		font-size: 8pt;
		line-height: 15px;
	}

		.search_info p a {
			font-size: 8pt;
			text-decoration: underline;
			color: #203091;
		}

			.search_info p a:hover {
				text-decoration: none;
			}

.search_row_wrap {
	padding: 5px 0px 5px 0px;
	overflow: hidden;
}

.seach_view_all {
	float: right;
}
/*End changes*/


.img-notavail {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
}

.text-justify {
	text-align: justify;
}

.custom-table-new tr td, th {
	padding: 5px;
	font-size: 12px;
}

.tdBottomLine {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.vert-middle {
	vertical-align: middle;
}

.divider-h {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.divider-r {
	border-right: 1px solid #ccc;
}

.divider-l {
	border-left: 1px solid #ccc;
}

.modal-body .opt_btn {
	list-style: none;
	text-align: right;
}

/*-RadComboBox-*/

.RadComboBox_Default .rcbReadOnly .rcbInputCellLeft {
	width: 100%;
	background: none;
	padding: 0;
}

.RadComboBox_Default .rcbReadOnly .rcbArrowCellRight {
	display: none;
}

.RadComboBox_Default .rcbReadOnly .rcbInput {
	height: 34px !important;
	padding: 6px 12px;
	padding-right: 26px;
	margin-bottom: 0;
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #555 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	background-image: url(../img/drop-arr.png);
	background-repeat: no-repeat;
	background-position: right 12px;
}

.RadComboBoxDropDown .rcbCheckBox, .RadComboBoxDropDown .rcbCheckAllItemsCheckBox {
	margin-right: 5px;
}

.RadComboBoxDropDown .rcbList {
	padding-left: 10px !important;
}

.RadComboBoxDropDown .rcbItem > label, .RadComboBoxDropDown .rcbItem > label:hover, .RadComboBoxDropDown .rcbHovered > label {
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #555 !important;
}

.OptySearchHead {
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #555 !important;
	margin-right: 20px !important;
}
/*-End RadComboBox-*/

.overall_tbl.custom th {
	text-align: center !important;
	font-size: 20px !important;
	font-weight: 500 !important;
}

.color-code-contact-list {
	display: inline-block;
	height: 15px;
	width: 15px;
	border: 1px solid white;
}

.partner-tooltip-box {
	list-style: none;
	background: #daf4fe;
	border: 1px solid #74bad6;
	border-radius: 5px;
	padding: 10px;
}

	.partner-tooltip-box a.SectionHeader {
		margin-bottom: 0;
	}

.custom-acc-title {
	height: 30px;
	background: #ccc;
	padding: 4px 10px 0px 10px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: 700;
}

.custom-acc-body {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

	.custom-acc-body .normal-textbox {
		min-width: 188px;
	}

a.QSNumberhover {
	position: relative;
}

	a.QSNumberhover .div-show-hide {
		display: none;
		position: absolute;
		left: 80px;
		top: 3px;
		width: 675px;
		background: #fff;
		padding: 5px;
		border: 1px solid #666;
	}

	a.QSNumberhover:hover .div-show-hide {
		display: block;
	}

.page-container .content-wrapper .page-header .page-header-content .page-title {
	min-height: 85px;
}

.page-header-content .heading-elements {
	top: 15px;
	right: 20px;
	height: 36px;
	margin-top: 0;
}

@media (min-width: 1025px) {
	.modal-lg {
		width: 1200px;
	}
}

.popup_cont_row .detail_block {
	background: #eee;
	padding: 10px;
}

body .navigation > li > a, body .navigation > li ul li a {
	font-size: 12px;
}


body .accordionButton {
	height: 50px;
	padding: 10px;
}

	body .accordionButton.on:hover {
		background: #990000;
	}

body .accordionContent {
	padding: 10px;
	width: 100%;
}

.redio-btn-inline label {
	margin-right: 15px;
}

.txt-black {
	color: #333 !important;
}

@media (min-width: 769px) {
	.sidebar-xs .sidebar-main .navigation > li > ul {
		top: -2px;
		right: auto;
		left: 55px;
		width: 261px;
	}
}

.dataTables_wrapper .dataTables_length {
	float: left;
	margin-left: 0;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	margin-right: 0;
}

.normal-text {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}
.tab_content {
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    color: #666;
    margin-right: 0;
    overflow: hidden;
    padding: 10px 15px; 
}
 
.flex-row {
	display: flex; 
	flex-wrap:wrap;
}

.col-border{
	border: 1px solid #ccc; 
	padding: 15px;
}
.text-red {
    color: #ff0000; 
    right:0;
}



.navbar.header-highlight{
    position:relative;
}
.navbar.header-highlight .user-block{
    position:absolute;
    right:15px;
    top:0;
    padding-right:95px;
}
.navbar.header-highlight .user-block .user-img{
    position:absolute;
    top:1px;
    right:0;
}
.navbar.header-highlight .user-block .user-img img{
    max-height:59px;
}
.navbar.header-highlight .user-block .user-name{
    padding-top:20px;
}

/*Loading panel - Added by Ajay G as on 15  Nov, 2017 */ 
.ajax-loading-modal {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../img/loading.gif') 50% 50% no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .ajax-loading-modal.loader {
    display: block;
}
/*Loading panel - Added by Ajay G as on 15  Nov, 2017 */

/* Slick Slider */
.disply.slick-slider img {
    max-height: 300px;
    margin: 0 auto;
}
.slider-nav-thumbnails.slick-slider img {
    max-height: 55px;
    margin: 0 auto;
}
.product-slider-wrap .slick-prev:before, .product-slider-wrap .slick-next:before {
    color: #000;
}

.product-slider-wrap .slick-next {
    right: -5px;
}
.product-slider-wrap .slick-prev {
    left: -5px;
    z-index:5;
}
.col-dividers .col-div{
    border-right:1px solid #ccc;
}
.row-flex{
    display:flex;
    flex-wrap:wrap;
}
.webcat-sec .form-group {
    margin-bottom: 10px;
}
.webcat-sec .col-div{
    padding-bottom:45px;
}
.webcat-sec .btn-at-bottom{
    position:absolute;
    right:10px;
    bottom:10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ddd;
}
.d-object-img-sec .col-border{
	position:relative;
}
.d-object-img-sec .col-border .btn-dlt{
	position:absolute;
	right:15px;
	bottom:15px;
}

.tbl-webcat-searchresult thead {
        background: #ddd;
        border: 1px solid #666;
}

.tbl-webcat-searchresult > thead > tr > th, .tbl-webcat-searchresult > tbody > tr > td{
        border:none;
}
.tbl-webcat-searchresult > tbody > tr > td img {
    border: 1px solid #666;
}
.nav-wrap
{
    width: 55%;
    float: left;
}

.nav-wrap .opp-nav
{
    width: 230px;
    float: left;
    padding: 0;
    margin: 0;
}

.nav-wrap .label
{
    width: 430px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;
}

.nav-wrap ul.opp-nav, .nav-wrap ul.fun-nav
{
    padding: 0;
    margin: 0;
}
.nav-wrap .opp-nav li
{
    float: left;
    padding: 0;
}
.nav-wrap .opp-nav a
{
    color: #606a69;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
}
.nav-wrap .opp-nav li
{
    text-align: center;
    width: 120px;
    height: 62px;
}
.nav-wrap .opp-nav li span
{
    vertical-align: middle;
    line-height: normal;
    display: block;
}


.nav-wrap .opp-nav li.opp01
{
    background: url(../img/opp-nav01.png) no-repeat;
    width: 120px;
    height: 62px;
    position: relative;
    z-index: 4;
}



.nav-wrap .opp-nav li.opp02
{
    background: url(../img/opp-nav02.png) no-repeat;
    width: 120px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 3;
}

.nav-wrap .opp-nav li.opp03
{
    background: url(../img/opp-nav03.png) no-repeat;
    width: 120px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 2;
}

.nav-wrap .opp-nav li.opp04
{
    background: url(../img/opp-nav04.png) no-repeat;
    width: 120px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 1;
}

.nav-wrap .fun-nav
{
    width: 445px;
    float: left;
    padding: 0;
    margin: 0;
}
.nav-wrap .fun-nav li
{
    float: left;
    padding: 0;
}
.nav-wrap .fun-nav a
{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
}
.nav-wrap .fun-nav li
{
    text-align: center;
    width: 120px;
    height: 62px;
}
.nav-wrap .fun-nav li span
{
    vertical-align: middle;
    line-height: normal;
    display: block;
}


.nav-wrap .fun-nav li.fun01
{
    background: url(../img/fun-nav01.png) no-repeat;
    width: 120px;
    height: 62px;
    position: relative;
    z-index: 4;
}

.nav-wrap .fun-nav li.fun02
{
    background: url(../img/fun-nav02.png) no-repeat;
    width: 120px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 3;
}

.nav-wrap .fun-nav li.fun03
{
    background: url(../img/fun-nav03.png) no-repeat;
    width: 120px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 2;
}

.nav-wrap .fun-nav li.fun04
{
    background: url(../img/fun-nav04.png) no-repeat;
    width: 136px;
    height: 62px;
    margin-left: -17px;
    position: relative;
    z-index: 1;
}

.quote-cloneText
{
    background: url(../img/cone2.png) no-repeat center top;
    height: 200px;
    width: 100%;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}

.cloneText
{
    background: url(../img/cone2.png) no-repeat left top;
    height: 200px;
    width: 100%;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}
.clone-shape01
{
    padding-top: 25px;
    text-align: right;
}
.clone-shape02
{
    padding-top: 35px;
    text-align: right;
}
.clone-shape03
{
    padding-top: 35px;
    text-align: right;
}
.clone-shape04
{
    padding-top: 32px;
    text-align: right;
}

.no-pad
{
    padding: 0px;
}
.no-top-pad
{
    padding-top: 0px;
    padding: 0px;
}
td.no-top-pad
{
    float: left;
    }
.clone-shape01 .number, .clone-shape02 .number, .clone-shape03 .number, .clone-shape04 .number
{
    float: left;
    padding-top: 3px;
    text-align: center;
    width: 156px;
    color: #ffffff;
}

.clone-shape01 .letter, .clone-shape02 .letter, .clone-shape03 .letter, .clone-shape04 .letter
{
    color: #000000;
    font-weight: normal;
    padding-right: 25px;
    text-align: left;
}

.rginterest
{
    text-align: center;
    height: 25px;
    width: 70px;
    padding-top: 0px;
    color: white;
    border-radius: 10px;
}
.break-word
{
    word-wrap: break-word;
}
.shadow
{
    -moz-box-shadow: -2px 2px 4px 2px #ccc;
    -webkit-box-shadow: -2px 2px 4px 2px #ccc;
    box-shadow: -2px 2px 4px 2px #ccc;
}
.rgNoRecords td div
{
    text-align: center;
    color: red;
    font-weight: bold;
    background-color: White;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=98);
    opacity: 0.7;
}
.dropdown
{
    text-align: center;
}
.TelerikModalOverlay
{
    opacity: 0.7;
}


/*moved from main page to css file start*/
.sellusrow
{
    padding-right: 5px;
}
.sellusheadlabel
{
    color: White;
    background-color: Black;
    margin-right: 0px;
    height: 18px;
    vertical-align: bottom;
}
/*.draggableBlock
{
    width: 50px;
    height: 50px;
    padding: 0.5em;
    float: left;
    background: Green !important;
    color: White !important;
    z-index: 9; 
    vertical-align: middle;
    text-align: center;
}*/
/*moved from main page to css file start*/

.align-cb-lbl > label
{
    display: inline-block;
    position: relative;
    top: -5px;
    padding-right: 10px;
}

.separate-masters
{
    padding-right: 20px;
}

.buying-master
{
    background: rgb(241,218,54); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(241,218,54) 0%, rgb(252,245,184) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(241,218,54)), color-stop(100%,rgb(252,245,184))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(241,218,54) 0%,rgb(252,245,184) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(241,218,54) 0%,rgb(252,245,184) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(241,218,54) 0%,rgb(252,245,184) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(241,218,54) 0%,rgb(252,245,184) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fcf5b8',GradientType=0 ); /* IE6-9 */
}

.packaging-master
{
    background: rgb(145,232,66); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(145,232,66) 0%, rgb(210,255,82) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(145,232,66)), color-stop(100%,rgb(210,255,82))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(145,232,66) 0%,rgb(210,255,82) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(145,232,66) 0%,rgb(210,255,82) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(145,232,66) 0%,rgb(210,255,82) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(145,232,66) 0%,rgb(210,255,82) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91e842', endColorstr='#d2ff52',GradientType=0 ); /* IE6-9 */
}

.room-div
{
    width: 25%;
    float: left;
    padding-top: 5px;
}
.room-div div
{
    width: 25%;
    float: left;
}

.div-icons
{
    width: 25%;
    float: left;
    padding-top: 5px;
}
.div-icons div
{
    width: 33%;
    float: left;
}

.internalnotes-textbox
{
    padding: 5px;
}

.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td
{
    border-width: 0px;
}

div.RadGrid .rgPager .rgAdvPart
{
    display: none;
}

.sellusrow
{
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.won-lost-padding
{
    padding-top: 5px;
}

span.color-code-contact-list
{
    /* To fix the design issue collapsing the lables on short column sizes in large grid */
    height: 12px;
    width: 12px;
}

.IntAdj-New-Equip
{
    width: 400px;
    border: Solid 3px yellow;
    height: auto;
    margin-bottom: 5px;
}

.IntAdj-New-Equip td
{
    padding: 5px;
}

.rblMasters-alignment tr td > label
{
    padding-right: 25px;
}

.cursor-pointer
{
    cursor: default !important;
}

.usr-hist-tbl
{
    float: left;
    border: 1px solid gray;
}

.userhist-border
{
    border: 1px solid gray;
    border-left: none;
    border-top: none;
    padding: 3px;
    height: 16px;
}

.noleftborder
{
    border-left: none;
}

.assignments-width
{
    width: 25px;
}
/** Added by Haneef and Sudhansu on Aug-20-2014 END **/
.clearEleHeightIssue
{
    clear: both;
}
div.RadGrid .rgPager .rgAdvPart
{
    display: none !important;
}
.eurobody
{
    background-image: url('../img/camo-background.png');
    padding: 5px;
    margin: 5px;
}
.RadGrid_Default .rgSelectedRow
{
    /*This is to avoid selected rad grid row background color selecting in split horizontally */
    background: #828282 !important;
}
.pad5
{
    padding: 5px;
}

.pad10
{
    padding: 10px;
}

.Header14
{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.border-each-cell
{
    margin-top: 10px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
}

.border-each-cell td
{
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}
.tdborder
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    padding-bottom: 5px;
}
.noteText {
    color: Gray;
    font-size: 13px;
    text-align: left;
}

.userSalesQuoteDetails-sec{
    list-style:none;
    margin:0 -5px;
    padding:0;
}
.userSalesQuoteDetails-sec li{
    float:left;
    padding:0 5px;
    margin-bottom:15px;
    width:70px;
}
.userSalesQuoteDetails-sec li .processed-quotes .btn{
    display:block;
    width:100%;
    padding:0 5px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.userSalesQuoteDetails-sec li .pending-quotes .btn{
    display:block;
    width:100%;
    padding:0 5px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
/*
.userSalesQuoteDetails-sec li .processed-quotes .btn:hover, .userSalesQuoteDetails-sec li .processed-quotes .btn:focus{
    background:#2196F3;
    color:#fff;
    border-color:#2196F3;
}
*/
.userSalesQuoteDetails-sec li .img{
    border:1px solid #ccc;
}
.userSalesQuoteDetails-sec li .user-name .control-label{
    line-height:15px;
    font-size:12px;
    margin-top:5px;
    margin-bottom:0;
}

/*-Funnel CSS-*/
    .leads-bg-cnt
    {
        background: url(../img/cone2.png) no-repeat scroll 99px -5px;
        padding-bottom:28px;
        padding-top:25px;
        float:right;
    }
    .leads-bg-cnt table
    {
        font-family: "calibri";
        width: 100%;
        text-align: center; /* background: url(../images/cone3.png) no-repeat 55px 0; */
    }
    .leads-bg-cnt td.left, .leads-bg-cnt td.last
    {
        font-weight: 700;
    }
    .leads-bg-cnt tr
    {
        /*height: 50px;*/
    }
    .leads-bg-cnt td label
    {
        margin-bottom:0;
        font-weight:700;
    }
    .leads-bg-cnt tr:first-child td
    {
        /*padding-top: 20px;*/
    }
    .leads-bg-cnt tr:nth-child(2) td
    {
        /*padding-top: 15px;*/
    }
    .leads-bg-cnt tr:nth-child(3) td
    {
        /*padding-top: 10px;*/
    }
    .leads-bg-cnt tr:nth-child(4) td
    {
        /*padding-top: 0px;*/
    }
    
    .leads-bg-cnt tr td
    {
        vertical-align: middle;
        padding-top:19px;
    }
    .leads-bg-cnt tr td.center
    {
        color: #fff;
        font-weight: bold;
        vertical-align: middle;
    }
    .leads-bg-cnt td.left
    {
        width: 28%;
        text-align: left;
        color: red;
        font-weight: bold;
    }
    .leads-bg-cnt td.center
    {
        text-align: center;
        width: 44%;
    }
    .leads-bg-cnt td.center .number
    {
        color: #ffffff;
    }
    .leads-bg-cnt td.center span
    {
        font-weight: bold;
        color: #fff;
    }
    .leads-bg-cnt td.last
    {
        width: 28%;
        text-align: left;
        padding-left: 10px;
    }
/*-end funnel css-*/
       .datepicker .table-condensed td, .datepicker .table-condensed th{
           color:black;
       }
