﻿@charset "utf-8";

/* CSS Document */
body,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans", sans-serif;
}

body,
button,
input,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 13px;
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
	/*white-space:nowrap;*/
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea,
span.span-input.form-control {
	padding: 3px 6px;
	line-height: 17px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
span.span-input.form-control:focus,
.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	display: inline-block;
	/*background-color:#fff;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}

mark {
	background: #ff0;
}

object,
embed {
	outline: none;
}

p {
	line-height: 1.6;
	color: #666;
}

.form-control {
	color: #666;
	font-weight: 600;
}

.form-control::placeholder {
	font-weight: normal;
}

.cls {
	clear: both;
}

.cls24 {
	clear: both;
	height: 24px;
	display: inline-block;
}

.r3 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.r5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.r10 {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.rt3 {
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.rt5 {
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.rt10 {
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.rb3 {
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.rb5 {
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.rb10 {
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.rl3 {
	-moz-border-radius: 3px 0 0 3px;
	-khtml-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.rl5 {
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.rl10 {
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.rr3 {
	-moz-border-radius: 0 3px 3px 0;
	-khtml-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.rr5 {
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.rr10 {
	-moz-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.mt0 {
	margin-top: 0;
}

.mt2 {
	margin-top: 2px
}

.mt5 {
	margin-top: 5px;
}

.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;
}

.mr0 {
	margin-right: 0;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mb0 {
	margin-bottom: 0;
}

.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;
}

.ml0 {
	margin-left: 0;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.mlr5 {
	margin: 0 5px 0 5px;
}

.mlr10 {
	margin: 0 10px 0 10px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.plr10 {
	padding: 0 10px;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}

.pd40 {
	padding: 40px;
}

.plr15 {
	padding: 0 15px;
}

.rc {
	color: #ee2266;
}

.bc {
	color: #55aadd;
}

.yc {
	color: #ee6633;
}

.gc {
	color: #999;
}

.gc6 {
	color: #666;
}

.ofh {
	white-space: nowrap;
	word-wrap: normal;
	word-break: normal;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.clr {
	clear: both;
}

.clear_in {
	overflow: hidden;
	zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.inlineblock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	overflow: hidden;
}

.bigfs {
	font-family: "Noto Sans", sans-serif;
}

.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs16 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

.fs30 {
	font-size: 30px;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.dn {
	display: none !important;
}

body.landing-page {
	background: #151E2F;
}

.cutover_info_block {
	display: none;
}

.cutover_info_block.current {
	display: block !important;
}

.cutover_info_block li a {
	color: #233786;
	line-height: 18px;
}

.nowrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

.default-cursor {
	cursor: default;
}

.text-center label {
	justify-content: center;
}

td span {
	vertical-align: middle;
}

.form-group > .input-group:not(.input-group-sm) .input-group-btn .material-symbols-rounded {
	font-size: 20px;
}


/********** Nav tabs start  *********/
.nav-tabs > li > a, 
.nav-tabs > li {
	color: #666;
	font-weight: bold;
}

.nav-tabs > li > a:hover {
	background-color: transparent;
    border-color: transparent;
    color: var(--primary-color);
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-bottom-color: transparent;
}

#schedule ul.nav.nav-tabs.custom-vertical {
	padding: 10px 5px 10px 0;
	border-right: 1px solid #ddd;
	min-height: 260px;
}

ul.nav.nav-tabs.custom-vertical li {
	width: 100%;
	margin: 0 0 10px;
}

.merge-fields-tab .nav-tabs>li.active>a,
.merge-fields-tab .nav-tabs>li.active>a:hover,
.merge-fields-tab .nav-tabs>li.active>a:focus,
ul.nav.nav-tabs.custom-vertical li.active a {
	border-bottom: 1px solid var(--primary-color);
    border-radius: 4px;;
}

.nav-tabs.tc-ectemplate-tabs {
	margin: 5px 0 0;
}

.nav-tabs.dc-field-tabs {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

/********** Nav tabs end  *********/



#main .header_block {
	height: 125px;
	margin: 0 auto 24px;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
	background: #0f1a28 url('../Images/hdr-realnex-crm-clear.jpg?v=201606281944') no-repeat scroll 0 0;
	position: fixed;
	top: 0;
	z-index: 11;
}

.header_block .bg_block {
	width: 100%;
	height: 100%;
	position: absolute;
}

.header_block .nav_block {
	z-index: 10;
	line-height: 42px;
	color: #333333;
	float: right;
	padding-top: 40px;
}

.nav_block .logo {
	float: left;
	margin-left: 60px;
}

.nav_block .nav {
	float: right;
	font-size: 12px;
	font-weight: 700;
}

.nav_block .nav a {
	font-size: 12px;
	font-weight: normal;
}

.nav_block .nav span {
	margin-right: 5px;
}

.nav_block em {
	color: #F45000;
	font-size: 12px;
	font-weight: 700;
}

.nav_block em a {
	color: #F45000;
	font-size: 12px;
	font-weight: 700;
}

.nav_block .nav .link {
	margin-right: 20px;
}

.header_block .search_block {
	z-index: 10;
	width: 100%;
	color: #fff;
}

.body_block {
	position: relative;
	padding: 64px 0 0;
	margin: 0;
}

@media screen and (max-width: 1250px) {
	.body_block {
		padding-top: 115px;
	}
}

.body_block .center_block .search_block .bootstrap-select .dropdown-toggle .filter-option {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.center_block .content_load_block {
	width: 100%;
	text-align: center;
	display: none;
	padding: 12px;
}

.item_block .item_left {
	padding: 5px;
	position: relative;
}

.item_block .item_left .item_b {
	clear: both;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.item_block .item_left .item_b li {
	line-height: 20px;
	float: left;
	clear: both;
	font-size: 12px;
	line-height: 20px
}

.item_block .item_left .avatar {
	max-width: 100%;
	max-height: 100%;
}

.item_block .item_left .contact_map {
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 30px;
	width: 26px;
	height: 32px;
	background: url(../images/base_ico.png) no-repeat -180px -138px;
	display: block;
	cursor: pointer;
}

.item_block .item_left .contact_map:hover {
	background: url(../images/base_ico.png) no-repeat -180px -170px;
}

.detail_map,
.btn-show-map-detail {
	display: block;
	cursor: pointer;
}

.dialog_content .investor_body_block .item_block_wrapper .item_block {
	border-radius: 0 0 3px 3px;
	border: 1px solid #ddd;
	height: 100%;
}

.dialog_content .investor_body_block .item_block_wrapper_sale .item_block {
	border: 1px solid #ddd;
	border-radius: 3px;
}

/**/

.item_block .item_right {
	padding-top: 5px;
	padding: 5px;
}

.item_block .item_right li {
	font-size: 12px;
	display: block;
}

.item_block .item_right li.name {
	font-weight: bold;
}

.item_right .texts em {
	font-weight: 600;
	font-size: 14px;
}

.item_right span {
	margin-right: 4px;
}

.item_right span.material-symbols-rounded {
	font-size: 14px;
}

.item_right span.address-line {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item_right span.ico_text {
	color: #666666;
	display: inline-flex;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

.item_right li a {
	color: #233786;
}

.ico_base {
	display: block;
	background: url(../images/base_ico.png) no-repeat;
}

.ico_desc {
	display: inline-block;
	background: url(../images/base_ico.png) no-repeat -53px -79px;
	width: 10px;
	height: 10px;
	margin-left: 4px;
}

.ico_asc {
	display: inline-block;
	background: url(../images/base_ico.png) no-repeat -53px -64px;
	width: 10px;
	height: 10px;
	margin-left: 4px;
}

.center_block .page_info_block {
	clear: both;
	padding: 10px;
}

.param_block {
	display: none;
}

/*row dialog*/
.dialog_row_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #666;
	z-index: 9990;
	top: 0;
	left: 0;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.dialog_row {
	display: none;
	position: fixed;
	width: 720px;
	max-width: 100%;
	z-index: 9991;
	background: transparent;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dialog_row .contact_block,
.dialog .projects_block {
	width: 100%;
	clear: both;
}

.dialog_row .content_load_block {
	width: 100%;
	text-align: center;
	padding: 12px;
	display: none;
}


.dialog_row .investor_body_block {
	padding: 6px;
}

.dialog_row .selector_row_content {
	display: none;
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 700px;
	min-height: 300px;
	top: 20px;
	left: 135px;
	border: 2px solid #999 !important;
	-moz-border-radius: 1px !important;
	-webkit-border-radius: 1px !important;
}

.dialog_row .selector_row_content .header {
	background: #F15929;
	height: 34px;
	line-height: 34px;
}

.dialog_row .selector_row_content .header .close_selector_row_dialog {
	float: right;
	width: 20px;
	height: 29px;
	background: url(../images/btn-close-white.png);
	margin-right: 12px;
	cursor: pointer;
}

.dialog_row .selector_row_content .header .close_selector_row_dialog:hover {
	background: url(../images/btn-close-grey.png);
}

.dialog_row .selector_row_content .investor_body_block {
	padding: 6px;
}

/*row dialog*/

.dialog_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #666;
	z-index: 999;
	top: 0;
	left: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.header_nav_block li {
	font-weight: 700;
	cursor: pointer;
}

.header_nav_block li:hover,
.header_nav_block .current {
	color: #333;
}

.dialog .contact_block,
.dialog .projects_block,
.dialog .property_block {
	width: 100%;
	clear: both;
}

.dialog .content_load_block {
	width: 100%;
	text-align: center;
	padding: 12px;
	display: none;
}

.my_header {
	background: #F15929;
	height: 34px;
	line-height: 34px;
}

.contact_block .base_block,
.projects_block .base_block,
.dialog .base_block {
	clear: both;
	width: 100%;
}

.contact_block .base_block {
	border: 1px solid #ccc;
	margin: 8px;
	width: initial;
}

.base_block .img_block {
	float: left;
	width: 200px;
}

.base_block .img_block ul {
	clear: both;
}

.base_block .img_block li {
	clear: both;
	line-height: 24px;
	text-align: left;
}

.base_block .img_block .logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 175px;
	width: 200px;
	height: 200px;
	border: 1px solid #eee;
}

.base_block .img_block .logo img {
	vertical-align: middle;
	max-height: 180px;
	max-width: 180px;
}

.base_block .img_block .select div {
	float: left;
	width: 50%;
	margin-top: 6px;
	text-align: left;
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.base_block .info_block {
	width: 660px;
	float: left;
	margin-left: 20px;
}

.base_block .info_block .name {
	padding-left: 5px;
	font-size: 26px;
	color: #333333;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.base_block .info_block .position {
	margin-bottom: 10px;
	padding-left: 7px;
	font-style: italic;
	font-weight: 700;
	color: #333333;
	font-size: 13px;
	font-style: normal;
	line-height: 24px;
}

.base_block .info_block .department {
	padding-left: 7px;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

.base_block .info_block .info_edit_block {
	margin-top: 20px;
	width: 100%;
}

.info_edit_block .left_edit_block {
	float: left;
	padding: 6px;
	background: none repeat scroll 0 0 #E3E3E3
}

.info_edit_block .center_edit_block {
	width: 38px;
	background: #e3e3e3;
	float: left;
	text-align: center;
	margin-top: 120px;
}

.info_edit_block .right_edit_block {
	height: 100%;
	background: #fff;
	float: left;
	width: 46px;
	height: 162px;
	cursor: pointer;
}

.info_edit_block .right_edit_block .select_edit_block {
	width: 46px;
	height: 46px;
	background: url(../images/Icon-buyer.png) no-repeat;
}

.info_edit_block .right_edit_block .current {
	background-color: #e3e3e3 !important;
	cursor: default;
}

.info_edit_block .right_edit_block .person_block_ico {
	background: url(../images/contact.png) no-repeat;
}

.info_edit_block .right_edit_block .person_block_ico:hover {
	background-position: -46px 0;
}

.info_edit_block .right_edit_block .person_block_ico.current {
	background-position: -92px 0;
}

.info_edit_block .right_edit_block .compay_block_ico {
	background: url(../images/contact.png) no-repeat -138px 0;
}

.info_edit_block .right_edit_block .compay_block_ico:hover {
	background-position: -184px 0;
}

.info_edit_block .right_edit_block .compay_block_ico.current {
	background-position: -230px 0;
}

.info_edit_block .right_edit_block .person_block_ico1 {
	background: url(../images/contact.png) no-repeat -276px 0;
}

.info_edit_block .right_edit_block .person_block_ico1:hover {
	background-position: -322px 0;
}

.info_edit_block .right_edit_block .person_block_ico1.current {
	background-position: -368px 0;
}

.info_edit_block .right_edit_block .compay_block_ico1 {
	background: url(../images/contact.png) no-repeat -414px 0;
}

.info_edit_block .right_edit_block .compay_block_ico1:hover {
	background-position: -460px 0;
}

.info_edit_block .right_edit_block .compay_block_ico1.current {
	background-position: -506px 0;
}

.comma-separate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	display: inline-block;
}

	.comma-separate > span {
		margin-right: 0;
	}

	.comma-separate > span:after {
		content: ", ";
	}

	.comma-separate > span:last-child:after {
		content: "";
	}

	.comma-separate > span > span {
		margin-right: 0;
	}

.phone-numbers {
	margin-top: 10px;
}

.contact_block .base_block .img_block .logo {
	border: none;
}

.contact_block .base_block .info_block {
	margin-left: 0;
	max-height: 240px;
	overflow-y: auto;
	width: 660px;
}

.contact_block .base_block .info_block .position {
	margin-bottom: 0;
	width: inherit;
	padding-left: 4px;
}

.contact_block .base_block .info_block .name {
	color: #f15929;
	font-weight: 700;
	line-height: 1;
	padding-left: 4px;
	width: 300px;
}

.contact_block .company_block {
	margin-top: 20px;
}

.contact_block .info_edit_block {
	display: table-row;
	margin-top: 0;
	position: relative;
}

.contact_block .info_edit_block .btn.edit {
	background-color: #555;
	padding: 2px 6px;
	position: absolute;
	right: 16px;
}

.contact_block .info_edit_block .left_edit_block,
.contact_block .info_edit_block .right_edit_block {
	background: none;
	float: left;
	vertical-align: top;
}

.contact_block .info_edit_block .right_edit_block li {
	margin-bottom: 5px;
}

.contact_block .left_edit_block .company_block span {
	width: inherit;
}

.contact_block .left_edit_block .company_block .department {
	margin-bottom: 6px;
	padding-left: 5px;
}

.contact_block .left_edit_block .company_block .department a,
.company_block .info_block .department a {
	color: #337ab7;
	font-size: 16px;
	text-decoration: underline;
}

.contact_block .left_edit_block .company_block .detail_map {
	display: inline-block;
	float: left;
	width: 30px !important;
	margin-left: 10px;
	margin-top: 10px;
}

.contact_block .left_edit_block .company_block .btn-show-map-detail {
	display: inline-block;
	width: 30px;
}

.contact_block .left_edit_block span:nth-child(2),
.contact_block .right_edit_block span:nth-child(2) {
	font-weight: bold;
	line-height: 1.5;
}

.contact_block .left_edit_block li {
	line-height: 1;
	margin-top: 0;
}

.contact_block .info_edit_block .left_edit_block {
	margin-right: 20px;
	padding-bottom: 0;
	width: 370px;
}

.contact_block .info_edit_block .right_edit_block {
	height: inherit;
	width: 240px;
	cursor: default;
	padding: 6px;
}

.contact_block .info_edit_block .right_edit_block li>span {
	display: inline-block;
}

.contact_block .info_block span a {
	color: #000;
}

.left_edit_block span {
	display: inline-block;
	width: 60px;
	padding-left: 4px;
	white-space: nowrap;
	word-wrap: normal;
	word-break: normal;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.left_edit_block .span80 {
	line-height: 1.2;
	width: 80px;
}

.left_edit_block li {
	margin-top: 2px;
}

.left_edit_block input {
	border: none;
	background: #fff;
	height: 20px;
	line-height: 20px;
	width: 202px;
}

.left_edit_block .input400 {
	width: 492px;
}

.left_edit_block .box_block {
	display: none;
	float: left
}

.left_edit_block .box_block ul {
	float: left;
}

.left_edit_block .current {
	display: block !important;
}

.extra_block .main_info_block { display:none;}
.extra_block .current{ display:block;}
.extra_block, .projects_block .extra_block .property_block{ clear:both; width:100%; }
.extra_block .profile_identity_block input{ margin-left:40px;}
.extra_block .profile_identity_block .profile_identity_extra_block{ display:none;}
.extra_block .profile_identity_extra_block input{ margin-left:20px;}

.extra_block .main_info_block {
	display: none;
}

.extra_block .current {
	display: block;
}

.extra_block,
.projects_block .extra_block .property_block {
	clear: both;
	width: 100%;
}

.extra_block .profile_identity_block input {
	margin-left: 40px;
}

.extra_block .profile_identity_block .profile_identity_extra_block {
	display: none;
}

.extra_block .profile_identity_extra_block input {
	margin-left: 20px;
}

.extra_block .for_block {
	padding: 6px;
}

.extra_block .nav_body_block .for_tab_block {
	display: none;
}

.extra_block .nav_title_block {
	border-bottom: 1px solid #ccc;
	width: 100%;
	background: #999;
}

.extra_block .nav_title_block li {
	float: left;
	margin-left: 6px;
	cursor: pointer;
	padding: 0 12px 0 12px;
	color: #fff;
}

.extra_block .nav_title_block .current {
	background: none repeat scroll 0 0 #fff;
	color: #000;
	margin-bottom: -1px;
	margin-top: 2px;
	border-radius: 3px 3px 0 0;
}

.hidden-true .hidden-if {
	display: none;
}

.line_buttom {
	border-bottom: 1px #d5d5d5 solid;
	line-height: 36px;
	font-weight: bold;
}

.edit_profile_table_block {
	width: 100%;
}

.edit_profile_table_block td {
	width: 30%;
	line-height: 28px;
}

.investor_body_block .item_right ul {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.investor_body_block li {
	line-height: 20px;
}

.investor_body_block .btn-save {
	padding: 0 15px 10px;
	text-align: right
}

.investor_body_block input[type="text"][readonly] {
	background: #eee;
	opacity: 1;
}

.text_area_label {
	height: 70px;
}

.investor_body_block_checkbox_label label {
	width: 155px;
}

.investor_body_block textarea {
	width: 585px;
	min-height: 200px;
	resize: none;
}

.projects_block .edit_profile_table_block input[type="text"],
.projects_block .investor_body_block input[type="text"] {
	border: #f1f1f1 1px solid;
	background: #fff;
}

.projects_block .edit_profile_table_block input[type="text"],
.projects_block .investor_body_block input[type="text"].readonly {
	background-color: #eee;
	border: 1px solid #ccc;
}

.property_block .edit_profile_table_block input[type="text"],
.property_block .investor_body_block input[type="text"] {
	border: #f1f1f1 1px solid;
	background: #fff;
}

.extra_block .investor_footer_block {
	padding: 5px 0;
	width: 100%;
	background: #d7d7d7;
}

.edit_profile_footer_table_block {
	width: 100%;
}

.edit_profile_footer_table_block td {
	width: 25%;
	line-height: 20px;
	font-size: 10px;
	padding-left: 6px;
}

.edit_profile_footer_table_block label {
	width: 75px;
	display: inline-block;
	margin-bottom: 0px;
	line-height: 20px;
}

.edit_profile_footer_table_block input[type="text"] {
	border: #d1d1d1 1px solid;
	background: #d7d7d7;
	width: 110px;
}

.edit_table_block {
	width: 100%;
}

.edit_table_block th {
	background: #999;
	line-height: 26px;
	min-height: 32px;
	border: 1px #999 solid;
	color: #fff;
	text-align: left;
	padding-left: 4px;
}

.edit_table_block td {
	line-height: 26px;
	min-height: 32px;
	border: 1px #999 solid;
	padding-left: 4px;
	padding-right: 4px;
}

.edit_table_none_block {
	width: 100%;
}

.edit_table_none_block input[type="text"] {
	height: 22px;
	border: #ccc 1px solid;
	line-height: 22px;
	margin-top: 2px;
}

.edit_table_none_block label {
	display: inline-block;
}

.edit_table_none_block th {
	background: #999;
	line-height: 26px;
	min-height: 32px;
	color: #fff;
	text-align: left;
	padding-left: 4px;
}

.edit_table_none_block td {
	line-height: 26px;
	min-height: 32px;
	padding-left: 4px;
	padding-right: 4px;
}

.spaces_block .item_right .contact {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px !important;
	position: relative;
	white-space: nowrap;
}


.spaces_block .base_block .img_block {
	float: left;
	width: 250px !important;
}

.spaces_block .base_block .img_block .logo img {
	max-height: 250px !important;
	max-width: 250px !important;
}

.spaces_block .base_block .info_block {
	width: 610px;
	float: left;
	margin-left: 16px;
}

.spaces_block .info_edit_block .left_edit_block {
	width: 450px !important;
	background: #e3e3e3;
	float: left;
	padding: 6px;
}

.spaces_block .left_edit_block span {
	display: inline-block;
	width: 60px;
	padding-left: 4px;
}

.spaces_block .left_edit_block .span80 {
	width: 80px;
}

.spaces_block .left_edit_block input {
	border: none;
	background: #fff;
	height: 20px;
	line-height: 20px;
	width: 122px !important;
}

.spaces_block .left_edit_block .input400 {
	width: 332px !important;
}

.spaces_block .extra_block .profile_identity_block {
	clear: both;
	margin: 20px 0 20px 0;
	line-height: 30px;
	text-align: right;
	padding-right: 6px;
}

/*projects_block*/
.projects_block .base_block {
	padding-bottom: 0;
	padding-top: 15px;
}

.projects_block .base_block .img_block {
	width: 250px !important;
}

.projects_block .base_block .img_block .main {
	border: none;
	box-shadow: none;
}

.projects_block .item_block .item_top {
	border-bottom: 1px solid #ccc;
	margin: 0 20px;
}

.projects_block .item_block .contact_map {
	float: left;
	margin-right: 0;
	width: 26px;
	height: 32px;
	background: url(../images/base_ico.png) no-repeat -180px -138px;
	display: block;
	cursor: pointer;
}

.projects_block .base_block .info_block,
.projects_block .base_block .info-block {
	border: 1px solid #ccc;
	padding: 4px 7px 10px 7px;
	width: 576px !important;
	margin-left: 16px !important;
}

.projects_block .base_block .info_block .name {
	display: inline-block;
	margin-bottom: 15px;
}

.projects_block .base_block .info-block .btn {
	float: right;
}

.projects_block .base_block .info_main_block li span.span80 {
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
}

.projects_block .base_block .info_main_block li span.w180 {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.projects_block .base_block .info_main_block .comma-separate {
	text-overflow: initial;
	white-space: normal;
	width: 400px;
}

.projects_block .base_block .info_main_block .comma-separate span {
	display: inline;
	padding-left: 0;
	width: inherit;
	white-space: nowrap;
	word-wrap: normal;
}

.projects_block .extra_block .profile_identity_block {
	margin-top: 0;
}

.projects_block .profile_identity_block .item_block .item_top {
	height: 78px;
}

.projects_block .profile_identity_block .item_block .contact {
	width: 420px;
}

.projects_block .profile_identity_block .item_block a {
	color: #337ab7;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_left {
	margin-left: 20px;
	text-align: left;
	width: 42%;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_right {
	text-align: left;
	width: 42%;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_left .position {
	font-weight: bold;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_left li {
	line-height: 22px;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_left li:first-child {
	margin-top: 2px;
}

.projects_block .profile_identity_block .item_block .item_top .item_right .department {
	font-weight: bold;
}

.projects_block .profile_identity_block .item_block .item_bottom .item_right li {
	line-height: 20px;
}

.projects_block .profile_identity_block .item_block .item_bottom .form-control .input-group {
	margin-left: 20px;
	width: 90%;
}

.projects_block .profile_identity_block .item_block .item_bottom .form-control.bootstrap-select>.dropdown-toggle .caret {
	right: 20px;
}

.property_block .base_block .img_block {
	width: 250px !important;
}

.property_block .base_block .info_block {
	width: 582px !important;
	margin-left: 0 !important;
}

.base_block .img_block .main {
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding: 0;
}

.base_block .img_block .main img {
	width: 100%;
}

/*company_block*/
.company_block .base_block .img_block .logo {
	border: none;
}

.company_block form.sub-item-edit-form {
	padding-top: 5px;
}

.company_block .sub-item-edit-form {
	padding-top: 0;
}

.company_block .sub-item-edit-form .fieldset-body {
	margin-top: 0;
}

.company_block .sub-item-edit-form .info_block {
	border: 1px solid #ccc;
	margin-left: 0;
	padding-top: 10px;
	position: relative;
	width: 579px;
}

.company_block .sub-item-edit-form .info_block .btn.edit {
	position: absolute;
	top: 10px;
	right: 10px;
}

.company_block .sub-item-edit-form .form-group.two-column .form-group span.w200 {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
	word-wrap: normal;
}

.company_block .sub-item-edit-form .form-group.two-column .form-group label {
	font-weight: normal;
}

.company_block .sub-item-edit-form .form-group.two-column .form-group>span {
	font-weight: bold;
	margin-left: 10px;
}

.contact_block .base_block .info_main_block {
	margin-bottom: 0;
	margin-top: 0;
}

.info_main_block span {
	display: inline-block;
	width: 60px;
	padding-left: 4px;
	line-height: 16px;
	white-space: nowrap;
	word-wrap: normal;
	word-break: normal;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.info_main_block .span80 {
	width: 80px;
}

.info_main_block .span120 {
	width: 120px;
}

.info_main_block .span140 {
	width: 140px;
}

.info_main_block .span160 {
	width: 160px;
}

.info_main_block li {
	margin-top: 5px;
}

.info_main_block input[type="text"] {
	border: none;
	background: #fff;
	border: #f9f9f9 1px solid;
	height: 20px;
	line-height: 20px;
	width: 120px;
}

.info_main_block .input160 {
	width: 164px !important;
}

.info_main_block .input320 {
	width: 328px !important;
}

.info_main_block .box_block {
	display: none;
}

.info_main_block .current {
	display: block !important;
}

.info_main_block li a {
	color: #233786;
}

.base_block .select_img {
	margin-top: 8px;
	clear: both;
}

.base_block .select_img .select_left {
	float: left;
	margin-left: 20px;
	width: 32px;
	height: 32px;
	background: url(../images/base_ico.png) no-repeat -136px -32px;
}

.base_block .select_img .select_left:hover,
.base_block .select_img .select_left.off {
	background-position: -136px -0px !important;
}

.base_block .select_img .select_right {
	float: right;
	margin-right: 20px;
	width: 32px;
	height: 32px;
	background: url(../images/base_ico.png) no-repeat -168px -32px;
}

.base_block .select_img .select_right:hover,
.base_block .select_img .select_right.off {
	background-position: -168px -0px !important;
}

.base_block .select_img .select_left.off,
.base_block .select_img .select_right.off {
	visibility: hidden;
}

/*property_block*/
.property_block .base_block {
	padding: 8px 8px 0 8px;
}

.property_block .base_block .info_block .type {
	color: #f15929;
	font-size: 20px;
	font-weight: bold;
}

.property_block .base_block .info_block .name {
	font-size: 24px;
	padding-left: 0;
}

.property_block .base_block .info_block .btn-edit {
	background-color: #555;
	float: right;
	padding: 2px 6px;
	width: inherit;
}

.property_block .extra_info_block {
	padding-top: 0;
}

.property_block .info_main_block {
	margin-top: 10px;
}

.property_block .info_main_block .item_left {
	border-right: 1px solid #ccc;
	float: left;
	margin-right: 20px;
	width: 46%;
}

.property_block .info_main_block .item_right {
	float: left;
	width: 50%;
}

.property_block .info_main_block .detail_map_container {
	height: 16px;
	margin-left: 50px;
	overflow: visible;
}

.property_block .info_main_block .detail_map_container .detail_map {
	width: 20px;
}

.property_block .info_main_block span {
	padding-left: 0;
	width: inherit;
}

.property_block .info_main_block li {
	margin-top: 0;
}

.property_block .btn-property-action i,
.spaces_block .btn-space-action i {
	font-size: 14px;
	line-height: 21px;
}

@media (max-width: 1115px) {
	.mixed-view-on .btn-property-action.btn-publish-dealroom-property.is-published {
		margin-left: -36px;
	}
}

@media (max-width: 1023px) {
	.mixed-view-on .btn-property-action.btn-publish-dealroom-property.is-published {
		margin-left: 0;
	}
}

.property_block .propertyforwhat {
	margin-bottom: -9px;
	margin-top: 8px;
}

.property_block .propertyunitsorsqft {
	margin-bottom: 7px;
}

/*index_block*/
.index_block {
	height: 785px;
}

.login-page.landing-page #main.index_block {
	height: 780px;
	max-width: 1024px;
	box-shadow: 0 0 130px;
	margin: 0 auto;
}

.index_block .index_left_block {
	float: left;
	margin: 90px 0 0 110px;
	width: 310px;
}

.index_block .index_right_block {
	float: left;
	width: 350px;
	margin-left: 150px;
}

.index_left_block .logo_bg_block {
	background: url(../images/u52.png) no-repeat left bottom;
	display: block;
	height: 200px;
	color: #F2F2F2;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}

.logo_text_block {
	line-height: 20px;
	text-align: right;
	color: #F2F2F2;
	font-size: 20px;
	font-weight: 300;
	text-align: right;
}

.logo_info_block {
	color: #F2F2F2;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}

.index_nav_block {
	border-bottom: 1px #f2f2f2 solid;
	line-height: 46px;
	text-align: center;
	font-size: 12px;
	color: #f2f2f2;
}

.index_nav_block a {
	color: #F45000;
	font-weight: bold;
}

.login_block {
	width: 264px;
	height: 260px;
	border: 1px #f2f2f2 solid;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	margin: 0 auto;
	background: #000;
	padding: 18px;
}

.login_block.hide_outline {
	border: none;
	height: auto;
	background: none;
	margin-top: 140px;
}

.login_block .login_remark {
	background: #f1592a;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 3px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 15px;
}

.login_block .login_remark .login-text {
	margin: 0 5px -3px 0;
}

.login_block .login_remark .login-img {
	max-width: 80px;
}

.login_block .login_remark .login-img img {
	width: 100%;
}

.login_block .login_or {
	line-height: 30px;
	color: #f2f2f2;
	text-align: center;
}

.login_block .login_input {
	color: #f2f2f2;
}

.login_block .login_input input[type="text"],
.login_block .login_input input[type="password"] {
	width: 263px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 18px;
}

.login_block .login_input input[type="submit"] {
	background: #fecb16;
	border: #444 1px solid;
	height: 36px;
	width: 120px;
	color: #222;
	line-height: 36px;
	float: right;
	text-align: center;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer;
}

.login_block .login_input input[type="submit"]:hover {
	background: #ff6407;
}

.index_right_block .login_other {
	text-align: center;
	line-height: 22px;
}

.index_right_block .login_other a {
	color: #F1592A;
}

.index_right_block .login_other em {
	color: #f2f2f2;
}

.bold {
	font-weight: bold;
}

.paddingzero {
	padding: 0px 1px !important;
}

.vertical_top {
	vertical-align: top;
	line-height: 14px;
}

.vertical-top {
	vertical-align: top;
}

.info_block span a {
	color: #122469;
	line-height: 16px;
}

.dialog_row a {
	color: #122469;
}

@media (max-width: 1024px) {
	.index_block .index_left_block {
		width: 100%;
		text-align: center;
		margin: 50px auto;
	}

	.index_block .index_right_block {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.index_left_block .logo_bg_block {
		background: url(../images/u52.png) no-repeat center bottom;
	}

	.logo_text_block {
		text-align: center;
	}

	.login_block.hide_outline {
		margin-top: 30px;
	}
}

.reg_block {
	margin-top: 100px;
}

.reg_block li {
	clear: both;
	margin: 20px 0 20px 0;
	padding: 0 10px
}

.reg_block label {
	display: inline-block;
	width: 300px;
	text-align: right;
	margin-right: 12px;
	color: #515151;
	font-size: 16px;
}

.reg_block input[type="text"],
.reg_block input[type="password"] {
	border: 1px #d9d9d9 solid;
	width: 270px;
	height: 22px;
	line-height: 22px;
}

.reg_block input[type="submit"],
.btn_submit {
	background: #fecb16;
	border: #fff 1px solid;
	width: 120px;
	color: #222;
	line-height: 36px;
	margin-left: 156px;
	text-align: center;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer;
}

.reg_block input[type="submit"]:hover,
.btn_submit:hover {
	background: #ff6407;
}

.reg_block input[type="submit"]:disabled,
.btn_submit:disabled {
	background: #d9d9d9;
	cursor: default;
}

.reg_block input[type="submit"]:disabled:hover,
.btn_submit:disabled:hover {
	background: #d9d9d9;
}

.msg {
	display: inline-block;
	line-height: 38px;
	text-align: center;
	width: 270px;
}

.error {
	background: #ffebe8;
	border: #d99b87 1px solid;
	color: #F00;
	-moz-border-radius: 52px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}

.check_email_block li,
.check_email_block ul {
	width: 100%;
}

.check_email_block li {
	display: inline-block;
	text-align: center;
	color: #515151;
	font-size: 18px;
	line-height: 46px;
}

.check_email_block .success {
	font-size: 20px;
	color: #222;
}

.check_email_block li div {
	font-size: 12px;
	color: #7d7d7d;
}

.check_email_block .success a {
	color: #e8793b;
}

.check_email_block .err {
	font-size: 20px;
	color: #ff0000;
}

.check_email_block .err a {
	color: #7d7d7d;
	text-decoration: underline;
}

.check_email_block .err a:hover {
	color: #000000;
}

.login_error {
	width: 136px;
	display: inline-block;
	color: #ff0000;
	margin-top: 6px;
}

.login_error a {
	color: #ff0000;
	text-decoration: underline;
	line-height: 26px;
}

.choose_account select {
	width: 230px;
	height: 30px;
	border-radius: 3px;
}

.profiler-results {
	z-index: 9000 !important;
}


/* MODAL CSS*/

.btn-placeholder {
	float: left;
	padding-top: 20px;
	margin-left: 20px;
}

.btn-placeholder .btn {
	display: inline-block;
	height: 28px;
	width: 140px;
}

.btn-placeholder .btn.hidden {
	display: none;
}

.btn-placeholder .btn-download-crm {
	background: url("../images/bg_btn_crm_139x30.png") no-repeat;
	background-position: left top;
	border: none;
	text-decoration: none;
	margin-top: 65px;
	height: 30px;
}

.btn-placeholder .btn-download-crm:hover {
	background-position: 0 -30px;
	text-decoration: none;
}

.select-account-form {
	margin: 0 auto;
	width: 900px;
}

.form-content {
	color: #515151;
}

.form-fieldset {
	margin: 10px 0;
}

.check_email_block li.form-buttons {
	text-align: right;
}

.shadow-block {
	border-radius: 3px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.shadow-block .block-title {
	border-bottom: 1px solid #ccc;
}

.license-details {
	padding: 10px 0;
}

.license-details dt,
.license-details dd {
	font-size: 12px;
	line-height: 12px;
	padding: 5px;
}

.license-details dt {
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	.license-details dt {
		text-align: left;
		width: 100px;
	}

	.license-details .dl-horizontal dd {
		margin-left: 100px;
	}

	.license-details .dl-horizontal dd input {
		margin-top: 0;
	}

	.license-details .three-column .details-field {
		vertical-align: top;
	}
}

@media only screen and (max-width: 767px) {
	.license-details .three-column .details-field {
		width: 49% !important;
	}

	.license-details .dl-horizontal dd {
		margin-left: 0;
		display: inline-block;
		vertical-align: top;
	}

	.license-details dt {
		display: inline-block;
		vertical-align: top;
	}
}

.license-details .two-column .details-field {
	width: 45%;
	display: inline-block;
}

.license-details .three-column .details-field {
	width: 32%;
	display: inline-block;
}

.content_load_block_sign {
	padding: 200px 0 0;
}

.customer_select_block {
	min-height: 500px;
	margin: 0 auto;
}

.customer_select_block .content_load_block_sign {
	text-align: center;
}

.btn-list {
	padding: 15px;
	line-height: 22px;
}

.db-stats .btn-list {
	text-align: center;
}

.btn-list>div {
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
}

.btn-list > div .btn-content {
	background-color: #e8793b;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(238, 118, 0, 1);
	color: #fefefe;
	cursor: pointer;
	padding: 15px 10px;
}

.btn-list > div .btn-content:hover .caption {
	transition: none;
}

.btn-list > div .btn-content:hover,
.btn-list > div .btn-content:hover .caption {
	background-color: #fff;
	color: #ee7600;
}

.btn-list>div .btn-content div {
	background-color: #e8793b;
	color: #fefefe;
}

.btn-list.disabled>div .btn-content {
	background-color: #cfcfcf;
	cursor: default;
}

.btn-list.disabled>div .btn-content div,
.btn-list.disabled>div .btn-content:hover div {
	background-color: #cfcfcf;
	color: #7d7d7d;
	cursor: default;
}

.btn-content .icon {
	font-size: 32px;
}

.btn-content div.caption {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

@media screen and (max-width: 600px) {
	.btn-content .icon {
		font-size: 28px;
	}
}

/* OLD CSS FIXES*/

.base_block .img_block.col-lg-3 {
	width: 25%;
}

.category_box {
	border-radius: 2px;
}

.category_box select {
	padding-right: 0;
}

.sort_box {
	border-radius: 2px;
}

.sort_box select {
	padding-right: 0;
}


.base_block fieldset.custom-fieldset .fieldset-body {
	margin-right: 10px;
	margin-top: 15px;
}

.category-selection {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../images/icon-btn-filter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}

.btn-start-search {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("../images/icon-btn-search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-decoration: none;
}

.btn-start-search:hover {
	background-position: 0 -23px;
	text-decoration: none;
}

.investor_body_block_show_hide {
	color: #F15929;
	text-decoration: none;
}

.investor_body_block_show_hide:hover {
	color: #a0522d;
	cursor: pointer;
	text-decoration: none;
}

.base_block .img_block .select ul.checkbox-list {
	width: auto;
	font-size: 11px;
}

.base_block .img_block .select ul.checkbox-list>li {
	text-align: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

/*td.list-row-action { text-align: right;}*/
td.list-row-action .btn-action {
	cursor: pointer;
	margin: 0 2px;
	width: 17px;
    display: inline-block;
	font-size: 14px;
}

tr.selected td.list-row-action .btn-action {
	color: #fff;
}

td.list-row-action .span-disabled {
	color: #ccc;
	cursor: default;
	margin: 0 2px;
	font-size: 14px;
	pointer-events: none;
}

td.list-row-action .btn-action:hover,
td.list-row-action .btn-action.active {
	color: #f15929;
}

.items-list-header {
	padding: 5px 10px;
	min-height: 40px;
	background: #f9f6f1;
	background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea));
	background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.list-action-buttons .list-header-buttons li,
.items-list-header .list-header-buttons li {
	display: inline-block;
}

.list-action-buttons .list-header-buttons .dashboard-zoom-container li {
	display: block !important;
}

@media (max-width: 580px) {
	.events_block .items-list-header .btn {
		padding: 5px;
	}
}

.items-list-header label {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 4px;
	display: inline-flex;
    align-items: center;
}

.items-list-header .input-group.dib.input-group-sm > label {
	border-right: 1px solid !important;
	height: 25px;
}

/* .items-list-header button span{ color: rgb(90, 73, 73); } */

.items-list .truncate {
	display: inline;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.btn-details {
	float: right;
	position: relative;
	margin-left: inherit;
}

.add-multiple-section {
	width: 170px;
	height: inherit;
	border-radius: 10px;
	border: 1px solid lightgrey;
	float: left;
}

.add-multiple-section button {
	padding: 5px;
	margin: 5px 15px 10px 5px;
	float: left;
}

.modal-body-multiple {
	position: inherit;
	height: 250px;
	padding: 2px 5px 5px;
}

.selected-values-multiple-section {
	float: left;
	width: 400px;
	position: relative;
	margin: 0 5px;
	border: 1px solid lightgrey;
	height: inherit;
	border-radius: 10px;
}

.main_info_block .items-list-header .btn-add-new {
	display: none;
}

.main_info_block.allow-add-new .items-list-header .btn-add-new {
	display: inline-block;
}

table.search-result-table td.col-number {
	text-align: right;
}

table.search-result-table td.col-checkbox {
	text-align: center;
}

.disable-time.datetime.disable-time .time input {
	background-color: #dcdcdc;
}

.input-group .bootstrap-datetimepicker-widget.dropdown-menu {
	font-size: 10px;
	width: 195px;
}

.input-group .bootstrap-datetimepicker-widget .timepicker-picker table {
	width: 160px;
	margin: 10px auto;
}

.input-group .bootstrap-datetimepicker-widget table thead th {
	padding-right: 5px;
}

.input-group .bootstrap-datetimepicker-widget .timepicker-picker table td {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.input-group .bootstrap-datetimepicker-widget .timepicker-picker table td span {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.input-group.select-group .form-control.single-select {
	white-space: nowrap;
}

.input-group.select-group .form-control .selected-item-list {
	display: inline-block;
	padding-top: 1px;
}

.form-control .input-group .input-group-addon {
	cursor: pointer;
	line-height: .5;
	padding: 1px 6px;
	border-radius: 0;
}

.input-group.select-group .form-control .selected-item {
	background: none repeat scroll 0 0 #aaa;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	padding: 0 6px;
	margin-bottom: 2px;
}

.input-group.select-group .form-control span.selected-item {
	border: 1px solid #9f9f9f;
}

.input-group.select-group.single-select .form-control .selected-item {
	background: none;
	border-radius: 0;
}

.input-group.select-group.single-select .form-control.autocomplete-control .selected-item,
.input-group.select-group.single-select .form-control.autocomplete-control.has-default.is-set .selected-item.default-value {
	display: none;
}

.input-group.select-group.single-select .form-control.autocomplete-control.is-set .selected-item:not(.default-value, .select-object-autocomplete),
.input-group.select-group.single-select .form-control.autocomplete-control.has-default .selected-item.default-value {
	display: flex;
	align-items: center;
	border: none;
}

.input-group.select-group.single-select .form-control.autocomplete-control input.selected-item {
	display: inline-block;
	background: none;
	border: none;
	width: 100%;
	height: inherit;
	box-shadow: none;
}

.input-group.select-group.single-select .form-control.autocomplete-control.is-set input.selected-item,
.input-group.select-group.single-select .form-control.autocomplete-control.has-default input.selected-item {
	display: none;
}

.input-group.select-group .form-control .selected-item a {
	color: #fefefe;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	word-wrap: normal;
	text-overflow: ellipsis;
	font-size: 12px;
}

.input-group.select-group.single-select .form-control .selected-item a {
	color: inherit;
}

.input-group.select-group .form-control .selected-item .item-title {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.input-group.select-group .form-control .selected-item .item-delete {
	padding-left: 3px;
	transform: scaleX(1.25);
}

.input-group.select-group .input-group-btn.dropdown .dropdown-menu,
.input-group.select-group .input-group-addon.dropdown .dropdown-menu {
	min-width: 100px;
	padding: 5px 0;
}

.btn-with-dropdown .dropdown-menu li,
.input-group.select-group .input-group-btn.dropdown .dropdown-menu li,
.input-group.select-group .input-group-addon.dropdown .dropdown-menu li {
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}

.input-group.select-group .input-group-btn.dropdown .dropdown-menu li.divider,
.input-group.select-group .input-group-addon.dropdown .dropdown-menu li.divider {
	padding: 0;
}

.btn-with-dropdown .dropdown-menu li:hover,
.input-group.select-group .input-group-btn.dropdown .dropdown-menu li:hover,
.input-group.select-group .input-group-addon.dropdown .dropdown-menu li:hover {
	background: none repeat scroll 0 0 #ECECEC;
}

form.sub-item-edit-form {
	background: none;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 0;
}

.footer_notes_block form.sub-item-edit-form .form-buttons {
	border-top: none;
}

.footer_notes_block form.sub-item-edit-form legend {
	border-bottom: none;
}

.footer_notes_block form.sub-item-edit-form {
	border: none;
}

/* .sub-item-edit-form .form-group {margin: 5px;} */
/* .sub-item-edit-form .form-group .form-group { margin-top: 0;margin-bottom: 0;} */

.main_info_block .sub-item-edit-form .fieldset-body>.form-group {
	margin: 5px 0;
}

/* .sub-item-edit-form .form-group .form-group, .search-params .form-group .form-group {display: inline-block;vertical-align: top;margin-top: 0;margin-bottom: 0;} */
.sub-item-edit-form .form-group.two-column .form-group,
.search-params .form-group.two-column .form-group,
.sub-item-edit-form .form-group.three-column .form-group,
.search-params .form-group.three-column .form-group {
	width: 100%;
	/* padding-left: 10px;
	padding-right: 10px; */
}

@media (min-width: 768px) {

	.sub-item-edit-form .form-group.two-column .form-group,
	.search-params .form-group.two-column .form-group {
		margin: 0 -1px;
		width: 50%;
	}

	.sub-item-edit-form .form-group.three-column .form-group,
	.search-params .form-group.three-column .form-group {
		margin: 0 -2px;
		padding: 0;
		width: 33%;
	}

	.sub-item-edit-form .form-group.three-column .form-group:last-child,
	.search-params .form-group.three-column .form-group:last-child {
		width: 34%
	}
}

@media (max-width: 767px) {

	.sub-item-edit-form .form-group.two-column,
	.search-params .form-group.two-column,
	.sub-item-edit-form .form-group.three-column,
	.search-params .form-group.three-column {
		margin-left: 0;
		margin-right: 0;
	}
}

.sub-item-edit-form .form-group label,
.search-params .form-group label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	font-weight: normal;
	/* padding: 6px 3px; */
	line-height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.selectpicker-value-wrapper .bootstrap-select {
	width: 100% !important;
}

.selectpicker-value-wrapper .bootstrap-select .btn.dropdown-toggle {
	padding: 4px 20px 4px 12px;
	border-radius: 0;
}

.selectpicker-value-wrapper .bootstrap-select .btn.dropdown-toggle .filter-option {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-item-edit-form .form-group .selectpicker-value-wrapper.mod-responcive,
.search-params .form-group .selectpicker-value-wrapper.mod-responcive {
	position: absolute;
	left: 95px;
	right: 39px;
	height: 30px;
}

.sub-item-edit-form .form-group label.checkbox-inline+.checkbox-inline,
.search-params .form-group label.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

ul.checkbox-list {
	list-style: none;
	display: inline-block;
	line-height: normal;
}

ul.checkbox-list li {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
}

	.custom-checkbox {
		cursor: pointer;
		display: flex;
		align-items: center;
	}

ul.checkbox-list li label {
	text-align: left;
	width: auto;
}

.sub-item-edit-form ul.checkbox-list {
	list-style: none;
	display: inline-block;
	line-height: normal;
}

.sub-item-edit-form .layout-container ul.checkbox-list {
	display: block;
	margin-bottom: 5px;
	margin-top: -5px;
}

.sub-item-edit-form ul.checkbox-list li {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.sub-item-edit-form ul.checkbox-list li.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
}

.sub-item-edit-form ul.checkbox-list li label {
	text-align: left;
	width: auto;
	padding-right: 5px;
}

.sub-item-edit-form .form-control ul.checkbox-list li label {
	margin: 0;
	padding: 0;
}

.sub-item-edit-form ul.form-control.checkbox-list li label {
	margin: 0 5px 0 0;
	padding: 0;
	text-align: left;
	width: auto;
}

.sub-item-edit-form .form-group ul.form-control.checkbox-list li label {
	width: auto;
}

.sub-item-edit-form .select ul.checkbox-list li label {
	margin: 2px 0 0 0;
}

.search-params ul.checkbox-list li label {
	width: auto !important;
}

.dataTable .custom-checkbox input {
	margin-top: 0;
	margin-bottom: 5px;
}

.form-control ul.two-col,
.form-control ul.three-col {
	line-height: inherit;
}

.form-control ul.two-col>li,
.form-control ul.three-col>li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	line-height: inherit;
}

.form-control ul.two-col>li:first-child,
.form-control ul.three-col>li:first-child {
	padding-left: 0;
}

.form-control ul.two-col>li:last-child,
.form-control ul.three-col>li:last-child {
	padding-right: 0;
}

.form-control ul.two-col>li {
	width: 49%;
}

.form-control ul.three-col>li {
	width: 32%;
}

ul.checkbox-list.two-column li {
	width: 49%;
}

ul.checkbox-list.four-column li {
	width: 24%;
}

.two-column ul.form-control.checkbox-list.two-column li {
	width: 48%;
}

.two-column ul.form-control.checkbox-list.three-column li {
	width: 32%;
}

fieldset.custom-fieldset legend.smaller {
	font-size: 17px;
}

fieldset.custom-fieldset.primary-contact-fieldset legend {
	display: block;
}

fieldset.custom-fieldset legend .show-hide {
	cursor: pointer;
	line-height: 16px;
	font-size: 15px;
}

fieldset.custom-fieldset legend .show-hide:hover {
	color: #f15929;
}

fieldset.custom-fieldset legend .glyphicon.show-hide:before {
	content: "keyboard_arrow_down";
	font-family: 'Material Symbols Rounded';
	font-size: 26px;
    font-weight: 900;
	transition: .3s;
}

fieldset.custom-fieldset.collapsed legend .glyphicon.show-hide:before {
	content: "keyboard_arrow_up";
}

fieldset.custom-fieldset.compact.collapsed legend {
	border-bottom: none;
}


fieldset.custom-fieldset.publish-to-info-block {
    display: none;
}

	fieldset.custom-fieldset.publish-to-info-block.is-published {
		display: block;
	}

fieldset.custom-fieldset.compact.collapsed {
	padding-top: 0;
	padding-bottom: 0;
}

fieldset.custom-fieldset.collapsed .fieldset-body {
	display: none;
}

fieldset.custom-fieldset.compact legend {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	height: 20px;
	border: none;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	fieldset.custom-fieldset.compact legend {
		height: 30px;
		padding-top: 5px;
		box-sizing: content-box;
	}
}

fieldset.custom-fieldset.compact legend .fildset-name {
	font-weight: bolder;
	width: 100%;
	white-space: nowrap;
}

fieldset.custom-fieldset.compact.collapsed legend {
	justify-content: flex-end;
}

fieldset.custom-fieldset.compact.collapsed legend .fildset-name {
	font-size: 14px;
	font-weight: bolder;
	margin-right: 10px;
	text-align: right;
}

fieldset.custom-fieldset.compact legend .fildset-name.show-hide::before {
    display: none;
}

fieldset.custom-fieldset.compact legend .fildset-name.show-hide::before {
	display: none;
}

fieldset.custom-fieldset.compact.collapsed.address-section legend .fildset-name {
	right: 165px;
}

fieldset.custom-fieldset.compact.phone-section.collapsed {
	margin-bottom: 10px;
}

fieldset.custom-fieldset.compact.collapsed.email-section legend .fildset-name {
	right: 145px;
}

fieldset.custom-fieldset.compact.address-section legend .btn-alternate-addresses,
fieldset.custom-fieldset.compact.phone-section legend .btn-alternate-phones,
fieldset.custom-fieldset.compact.email-section legend .btn-alternate-emails {
	position: relative;
    top: -5px;
}

@media screen and (max-width: 767px) {
	fieldset.custom-fieldset.compact.address-section legend .btn-alternate-addresses, 
	fieldset.custom-fieldset.compact.phone-section legend .btn-alternate-phones, 
	fieldset.custom-fieldset.compact.email-section legend .btn-alternate-emails {
		top: -3px;
	}
}

.selected-company-sub-form {
	margin: 5px 0 0 0;
}

.selected-company-sub-form .company-is-set-true,
.selected-company-sub-form.company-is-set .company-is-set-false {
	display: none;
}

.selected-company-sub-form .company-is-set-false,
.selected-company-sub-form.company-is-set .company-is-set-true {
	display: block;
}

.new-company-section .new-company-fields {
	display: none;
}

.range-picker .form-control {
	padding: 0 10px !important;
}

.range-picker .form-control .slider.slider-horizontal {
	width: 100%;
}

.search-params .form-group.free-column label {
	width: auto;
}

.search-params .form-group.free-column .form-control {
	width: auto;
}

span.span-input.form-control {
	padding-top: 2px;
}

.sub-item-edit-form input[type="number"] {
	padding-right: 0;
}

.sub-item-edit-form .short-width {
	width: 60px;
}

.account-setup-items .btn.pull-right {
	height: 34px;
}

.account-setup-items .account-setup-item {
	padding: 5px 0;
	margin: 0;
}

.support-form .sub-item-edit-form .form-control .file-input .file-caption {
	background-color: #fefefe;
}

.support-form .sub-item-edit-form .form-control .file-input .input-group-btn .btn {
	height: auto;
	padding: 6px 5px;
}

.sub-item-edit-form .form-control .input-group input[type="text"]:first-child {
	-ms-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.sub-item-edit-form .form-control .input-group input[type="text"]:last-child {
	-ms-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.sub-item-edit-form .form-tab-control {
	margin: 0;
}

.sub-item-edit-form .form-tab-control .nav.nav-tabs a {
	padding: 5px 7px;
	cursor: pointer;

}
.sub-item-edit-form .form-tab-control .tab-content {
	border-top: none;
}

.sub-item-edit-form .form-tab-control .tab-content form.sub-item-edit-form {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.sub-item-edit-form.form-trackable .form-buttons {
	display: none;
}

.sub-item-edit-form.form-trackable.is-changed .form-buttons {
	display: block;
}

.sub-item-edit-form.form-trackable.is-changed .form-buttons.form-top-buttons {
	display: none;
}

.permission-table.sub-item-edit-form.form-trackable.is-changed .form-buttons:after {
	position: absolute;
	content: '';
	width: calc(100% - 80px);
	height: 44px;
	bottom: -50px;
	left: 0;
	background-color: #fff;
}

.search-params .form-group.free-column>div {
	width: auto;
	margin-right: 15px;
}

.search-params {
	position: relative;
}

.search-params fieldset.advanced-filters {
	display: none;
}

.search-params fieldset.advanced-filters .connector-div {
	display: inline-block;
	width: 25px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}

/* .search-params fieldset.advanced-filters .value-container { padding: 5px 0 0 95px; } */
.search-params fieldset.advanced-filters .value1-container {
	position: relative;
	display: inline-block;
}

.show-advanced .search-params .quick-search {
	display: none;
}

.frm-advanced-search .hidden-btn {
	display: none;
}

.search_block .category_box {
	margin-right: 25px;
}

.search_block .sort_box {
	margin-right: 25px;
}

.search_block .filter_box {
	margin-right: 25px;
}

.search_block .keyword_box {
	margin-right: 0;
}

.search_block .logo {
	float: left;
	margin-left: 100px;
	padding: 0 0 0 145px;
}

.search_block .logo .text_block {
	font-size: 20px;
	line-height: 72px;
	color: #888888;
	margin-top: 55px;
	display: inline-block;
}

/* .search_block .nav:not(.advanced-group-tab, .advanced-filter-groups){ float:right; margin-top:48px; margin-right:6px; font-size: 12px; font-weight: 700;}
.search_block .nav:not(.advanced-group-tab, .advanced-filter-groups) input[type="text"]{ width: 200px;}
.search_block .nav:not(.advanced-group-tab, .advanced-filter-groups) a{ font-size:12px; font-weight:normal;}
.search_block .nav:not(.advanced-group-tab, .advanced-filter-groups) span{ margin-right:20px;} */
.search_block em a {
	color: #F45000;
	font-size: 12px;
	font-weight: 700;
}

.search_block .nav .link {
	margin-right: 10px;
}

.filter-info .clear-filters {
	width: 75px;
}

.selected-filter.clear-filters {
	cursor: pointer;
}

form .form-buttons {
	padding: 5px 10px;
}

form .form-buttons.form-top-buttons {
	padding-top: 0px;
	border-bottom: 1px solid #cfcfcf;
	border-top: none;
}

.sub-item-edit-form fieldset {
	padding: 10px;
}

.sub-item-edit-form fieldset.choose_account,
.sub-item-edit-form fieldset.db-stats,
.sub-item-edit-form fieldset.license_info {
	padding: 0 10px;
}

.sub-item-edit-form fieldset>ul li {
	margin: 5px 0;
}

.sub-item-edit-form textarea.form-control {
	min-height: 100px;
	resize: vertical;
}

.advanced-field-name .dropdown-header,
.select-order .dropdown-header {
	font-weight: bold;
	color: white;
	background-color: #bbb;
	cursor: pointer;
}

.advanced-field-name .dropdown-header.closed,
.select-order .dropdown-header.closed {
	color: #605052;
	background-color: initial;
}

.advanced-field-name .dropdown-menu .divider,
.select-order .dropdown-menu .divider {
	margin: 4px 0;
}

.advanced-field-name .dropdown-header.closed {
	border: 1px solid #fff;
    border-width: 1px 0 0px 0;
}

.advanced-field-name .dropdown-menu .divider {
	display: none !important;
}

.notes-label {
	font-size: 14px;
	font-weight: bold;
}

.notes-content {
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	margin: 10px 0 0;
	min-height: 250px;
	padding: 4px;
	width: 100%;
}


ul.validation-errors {
	color: red;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
}

ul.validation-errors>li {
	list-style: outside none disc;
	padding: 2px 2px 2px 6px;
}

ul.validation-errors>li:hover {
	background: #fafafa none repeat scroll 0 0;
}

#tblParticipants tr:hover {
	background-color: #eee;
	cursor: pointer;
}

#tblParticipants tr.selected {
	background-color: #f15929;
	color: white;
}

.main-menu button.dropdown-toggle {
	font-size: inherit;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	line-height: normal;
	padding: 0;
}

/* Main Dialog CSS BEGIN */

.left-border {
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

ul.two-column li {
	display: inline-block;
	width: 50%;
	margin: 0 -1px;
}

.item_dialog_block .dialog-header {
	padding: 10px 15px 0;
}

.item_dialog_block .dialog-header .img-slider .item.active img {
	width: 100%;
}

.item_dialog_block .dialog-header .info-block {
	padding: 5px 10px;
}

.item_dialog_block .dialog-header .info-block .name {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.item_dialog_block .dialog-header .info-block .position {
	color: #f15929;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	margin: 0;
}

.item_dialog_block .dialog-header .info-block .department a {
	color: #f15929;
	font-size: 20px;
	font-weight: bold;
}

.item_dialog_block .dialog-header .info-block fieldset .fieldset-body {
	padding: 5px 0;
}

ul.add-pad-5>li {
	padding: 5px 0;
}

.pad-top-18 {
	padding-top: 18px;
}

.address-info {
	position: relative;
	width: 100% !important;
}

.item_dialog_block .dialog-header .info-block h2 {
	font-size: 19px;
	font-weight: bold;
}

.item_dialog_block .dialog-header .info-block .fieldset-body h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
    min-height: auto;
}

.item_dialog_block .dialog-header .info-block a {
	color: #f45000;
}

.item_dialog_block .dialog-header .info-block .bootstrap-select a,
.item_dialog_block .dialog-header .info-block .load-layouts-control a {
	color: #333;
}

.item_dialog_block .dialog-header .info-block .bootstrap-select a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.item_dialog_block .dialog-header .info-block .default-menu a {
	color: #333;
}

.item_dialog_block .dialog-header .info-block .default-menu a:hover {
	background: transparent;
    text-decoration: underline;
}

.btn-heading-search {
	position: relative;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn-heading-search .btn {
	padding: 4px 4px;
	border-radius: 0;
	background: transparent;
	font-size: 11px;
}

.btn-heading-search .dropdown-menu {
	min-width: 120px;
	padding: 5px 0;
	left: auto;
	right: 0;
}

.btn-heading-search .dropdown-menu li {
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}

.btn-heading-search .dropdown-menu li.divider {
	padding: 0;
	margin: 2px;
}

.btn-heading-search .dropdown-menu li:hover {
	background: none repeat scroll 0 0 #ECECEC;
}

.btn-heading-search .dropdown-menu .item_dialog_block .dialog-header .info-block a:active,
.item_dialog_block .dialog-header .info-block a:hover {
	color: #f45000;
}

.item_dialog_block .dialog-header .info-block .load-layouts-control a:hover {
	color: #333;
}

.item_dialog_block .dialog-header .info-block .web-url a {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}

.input-group-addon.dropdown {
	background: none;
	border: none;
	color: #333;
	font-size: 13px;
	padding: 0;
	text-align: right;
}


/* Main Dialog CSS END */

.main-menu {
	display: inline;
}

.main-menu .dropdown-submenu {
	position: relative;
}

.main-menu .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-ms-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.main-menu .dropdown-submenu>.dropdown-menu.dropdown-menu-left {
	right: 100%;
	left: auto;
	-ms-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.main-menu .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.main-menu .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.main-menu .dropdown-submenu:hover>a:after {
	border-left-color: #f45000;
}

.main-menu .dropdown-submenu.pull-left {
	float: none;
}

.main-menu .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

table.checkbox-table {
	padding: 0;
	margin: 0;
}

table.checkbox-table tr th:first-child,
table.checkbox-table tr td:first-child {
	width: 15px;
}

table.checkbox-table tr th {
	background: none repeat scroll 0 0 #666666;
	color: #fefefe;
	vertical-align: middle;
}

table.checkbox-table tr td {
	line-height: 1;
	padding: 5px 5px 0;
	font-weight: normal;
}

table.checkbox-table tr td label {
	cursor: pointer;
}

.scroll-panel {
	border: 1px solid #e5e5e5;
	background-color: #FEFEFE;
	max-height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
}

#fielddefs-context-menu ul {
	padding: 0;
}

.context-menus button {
	border: 1px solid white;
	box-shadow: none;
	line-height: normal;
	padding: 0;
	width: 100%;
	background-color: white;
	padding: 5px 2px;
	text-align: left;
	padding-left: 30px;
}

.context-menus button:hover {
	background-color: #e5e5e5;
}

.context-menus #fielddefs-context-menu button.mni-show-on-details {
	display: none;
}

.list-item-key {
	width: 40%;
}

.list-item-value {
	width: 46%;
}

.list-item-value-multivalues {
	width: 40%;
}

.list-item-multivalues {
	width: 6%;
}

.list-item-header {
	background: lightgray;
}

.list-item-header th {
	border: solid 1px;
	border-color: white;
}

.group-list .actions {
	text-align: right;
}

.group-list .list .item {
	background: #cccccc none repeat scroll 0 0;
	cursor: default;
	display: inline-block;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	font-size: smaller;
	margin: 0 5px 5px;
	padding: 2px;
}

.group-list .list .item span {
	padding: 0 5px;
	color: #fefefe;
	display: inline-block;
	vertical-align: top;
}

.group-list .list .item .item-caption {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.group-list .list .item .item-clear {
	cursor: pointer;
}

.group-list .list .item .item-clear:hover {
	color: #f15929;
}

.group-list .list .item span.item-title {
	color: #333333;
}

table.custom-checkbox-list tr {
	vertical-align: top;
}

li.btn-publish-listing {
	padding: 2px 10px;
	cursor: pointer;
}

li.btn-publish-listing:hover {
	background: none repeat scroll 0 0 #ECECEC;
}


li.btn-publish-listing .link {
	position: absolute;
	right: 10px;
}

li.btn-publish-listing .link a {
	text-decoration: none;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	height: 20px;
	line-height: 100%;
}


#GroupSelectize+div.selectize-control .selectize-input {
	max-height: 40px;
	min-height: 34px;
	overflow: auto;
}

/* list view start */

.input-group.select-group .form-control.linked-to-control {
	max-height: 30px;
	max-width: 100%;
	overflow: auto;
}

.search-form.sub-item-edit-form.collection-search-form {
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.search-form.sub-item-edit-form.collection-search-form {
		padding: 5px;
	}
}

.content_block.tile_view .content_header_block,
.content_block.tile_view .hide-in-tile,
.content_block.tile_view .contact-position,
.content_block.tile_view .address-street,
.content_block.tile_view .address-city,
.content_block.tile_view .address-state,
.content_block.tile_view .address-zip,
.content_block.tile_view .home-phone,
.content_block.tile_view .web-site,
/* .content_block.tile_view .item_right .list-check, */
.content_block.tile_view .project-commission,
.content_block.tile_view .project-prob,
.content_block.tile_view .record-action,
.content_block.tile_view .space-floor,
.content_block.tile_view .space-term,
.content_block.tile_view .space-lease-type,
.content_block.tile_view .space-increase,
.content_block.tile_view .map_block {
	display: none;
}

.content_block.map_view~.page_info_block .total_block {
	display: none;
}

.content_block.tile_view~.page_info_block .map_total_block,
.content_block.list_view~.page_info_block .map_total_block {
	display: none;
}

.content_block.tile_view li.name:empty {
	height: auto;
}

.content_block.map_view .item_list_block,
.content_block.map_view .content_header_block {
	display: none;
}

.content_block.map_view .map_block {
	display: block;
}

.content_block.list_view .item_block .item_left,
.content_block.list_view .item_block .btn-show-map-detail,
.content_block.list_view .item_block li.mt5,
.content_block.list_view .item_block .ico,
.content_block.list_view .item_block li.address-info,
.content_block.list_view .item_block .nv-name,
.content_block.list_view .item_block .hide-in-list,
.content_block.list_view .item_block .propertyforwhat,
.content_block.list_view .item_block .propertyunitsorsqft,
.content_block.list_vew .map_block {
	display: none;
}

.content_block.list_view .item_block .list-check label {
	color: #888;
}

.content_block.list_view .content_header_block {
	text-align: left;
	cursor: pointer;
	border: 1px solid #ddd;
}

.content_block.list_view .content_header_block>ul,
.content_block.list_view .item_block>.item_right,
.content_block.list_view .item_block>.item_right ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.content_block.list_view .content_header_block li {
	font-size: 13px;
	font-weight: 600;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content_block.list_view .content_header_block li.position-header,
.content_block.list_view .content_header_block li.name-header {
	min-width: 150px;
	width: 150px;
}

.content_block.list_view .content_header_block li.type-header,
.content_block.list_view .content_header_block li.status-header,
.content_block.list_view .content_header_block li.commission-header,
.content_block.list_view .content_header_block li.phone-header,
.content_block.list_view .content_header_block li.city-header,
.content_block.list_view .item_block li.space-lease-type,
.content_block.list_view .item_block li.project-type.name,
.content_block.list_view .item_block li.project-status,
.content_block.list_view .item_block li.project-commission,
.content_block.list_view .item_block li.mobile,
.content_block.list_view .item_block li.phone,
.content_block.list_view .item_block li.fax,
.content_block.list_view .item_block li.home-phone,
.content_block.list_view .item_block li.address-city,
.content_block.list_view .item_block li.name.space-state,
.content_block.list_view .item_block li.propertytype,
.content_block.list_view .item_block li.propertytype.name {
	min-width: 100px;
	width: 100px;
}

.content_block.list_view .content_header_block li.size-header,
.content_block.list_view .content_header_block li.money-header,
.content_block.list_view .content_header_block li.bool-header,
.content_block.list_view .content_header_block li.date-header,
.content_block.list_view .content_header_block li.prob-header,
.content_block.list_view .content_header_block li.suite-header,
.content_block.list_view .content_header_block li.floor-header,
.content_block.list_view .content_header_block li.term-header,
.content_block.list_view .content_header_block li.increase-header,
.content_block.list_view .content_header_block li.email-header,
.content_block.list_view .item_block li.size-column,
.content_block.list_view .item_block li.money-column,
.content_block.list_view .item_block li.bool-column,
.content_block.list_view .item_block li.date-column,
.content_block.list_view .item_block li.project-prob,
.content_block.list_view .item_block li.space-suite,
.content_block.list_view .item_block li.space-floor,
.content_block.list_view .item_block li.space-term,
.content_block.list_view .item_block li.space-increase,
.content_block.list_view .item_block li.email,
.content_block.list_view .item_block li.web-site {
	min-width: 85px;
	width: 85px;
}

.content_block.list_view .item_block li.bool-column {
	text-align: center;
}

.content_block.list_view .item_block .auto-width {
	width: auto;
}

.content_block.list_view .item_block .name-value-list.mt10,
.content_block.list_view .item_block .list-unpadded.mt10,
.content_block.list_view .item_block .name.mt15 {
	margin-top: 0;
}

.content_block.list_view .item_block .list-unpadded {
	padding: 0;
	border: none;
}

.content_block.list_view .item_block li.right-align {
	text-align: right;
}

.content_block.list_view .item_block {
	margin-top: 0px;
	height: 25px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	min-width: 51%;
}

.content_block.list_view .item_block:last-of-type {
	border-bottom: 1px solid #ddd;
}

.content_block.list_view .item_block li {
	clear: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ddd;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content_block.list_view .item_block .nv-value,
.content_block.list_view .item_block .item_right {
	width: 100%;
	height: inherit;
	padding: 0;
}

.content_block.list_view .item_block .nv-value {
	display: block;
}

.content_block.list_view .item_block li.name,
.content_block.list_view .item_block li.name-content,
.content_block.list_view .item_block li.contact-position {
	min-width: 150px;
	width: 150px;
	font-weight: normal;
	font-size: 12px !important;
}

.content_block.list_view .content_header_block li.list-check,
.content_block.list_view .item_block li.list-check {
	width: 25px;
}

.content_block.list_view .content_header_block li.street-header,
.content_block.list_view .item_block li.address-street {
	min-width: 150px;
	width: 150px;
}

.content_block.list_view .item_block .text_inline_block {
	white-space: nowrap;
}

.content_block.list_view .content_header_block li.state-header,
.content_block.list_view .item_block li.address-state {
	min-width: 50px;
	width: 50px;
}

.content_block.list_view .content_header_block li.zip-header,
.content_block.list_view .item_block li.address-zip {
	min-width: 80px;
	width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content_block.list_view .item_block li.email.space-after {
	margin-bottom: 0;
}

.search-params .btn-tile-view,
.search-params .btn-list-view,
.search-params .btn-map-view {
	background-color: white;
	border-color: #cdcdcd;
	border-radius: 3px !important;
	margin-right: 4px;
	color: #cdcdcd;
}

/* list view end */

/* .dt-colresizable .dt-colresizable-col {
	border-left: 1px solid #ddd;
} */

.dialog .is-dashboard-only {
	display: none;
}

.dialog.project-dialog-block .show-on-projects {
	display: table-cell;
}

.dashboard-view .hide-on-dashboard {
	display: none;
}

.dashboard-view .object-details-dialog-block .items-list-header.hide-on-dashboard {
	display: block;
}

.dashboard-view .object-details-dialog-block .info-icon.hide-on-dashboard {
	display: inline-block;
}

.dashboard-view .is-dashboard-only {
	display: table-cell;
}

.dashboard-menu-container .btn-action span.glyphicon {
	cursor: pointer;
}

.dashboard-menu-container .btn-action span.glyphicon:hover {
	color: #3F3F3F;
}

.impermanent.hide {
	display: none;
}

.linked-to-item.hide {
	display: none;
}

.popover-content.linked-objects-list {
	padding: 0;
}

.popover-content.linked-objects-list table tr {
	min-height: 20px;
	vertical-align: middle;
}

.popover-content.linked-objects-list table tr:hover {
	background-color: #efefef
}

.popover-content.linked-objects-list table tr td {
	padding: 3px 8px;
}

.popover-content.linked-objects-list .link-objects-popover a {
	color: #ee7600;
	font-size: 12px;
	display: block;
	line-height: 20px;
}

.popover-content.linked-objects-list {
	max-height: 250px;
	overflow: auto;
}

.form-group .input-group.duration-radio input[type="radio"] {
	display: none;
}

.selected-item-list.custom-select-item .ui-autocomplete-input {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	min-width: 180px;
}

.selected-item-list.custom-select-item .ui-autocomplete-input:focus {
	box-shadow: none !important;
}

.selected-item-list.custom-select-item .selected-item {
	margin-right: 3px;
}

.selected-item-list.custom-select-item .selected-item .icon {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.selected-item-list.custom-select-item .selected-item .item-title {
	line-height: 13px;
	display: inline-block !important;
	vertical-align: middle !important;
}

.autocomplete-control .ui-menu.ui-autocomplete {
	left: 0 !important;
	padding: 0;
	width: 100% !important;
	top: 30px !important;
}

.autocomplete-control .ui-menu.ui-autocomplete .icon {
	margin-right: 10px;
	margin-top: 2px;
}

.autocomplete-control .ui-menu.ui-autocomplete .item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.autocomplete-control .ui-menu.ui-autocomplete .object-autocomplete-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 10px 15px 5px 15px;
}

.autocomplete-control .ui-menu.ui-autocomplete .ui-menu-item+.ui-menu-item .object-autocomplete-item {
	padding-top: 5px;
}

.form-control.autocomplete-control input.selected-item {
	margin: 0 !important;
}

@media (max-width: 580px) {
	.item_dialog_block .dialog-header .info-block h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		overflow: hidden
	}

	.mixed-view-on .center_block .object-details-dialog-block .dialog-holder .dialog {
		width: 100% !important;
	}
}

ol.relink-error-list li {
	margin-left: 15px;
	padding-left: 10px;
}

ol.relink-error-list, ol.relink-error-list li {
	list-style: decimal;
}

#Fieldset_Company_Investment .selectpicker-value-wrapper .dropdown-menu {
	width: 100%;
}

#Fieldset_Company_Investment .selectpicker-value-wrapper .dropdown-menu.open .dropdown-menu li a {
    max-width: 100%;
}


.input-group.disabled::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ccc;
	cursor: no-drop;
	opacity: .4;
	z-index: 2;
}