.color-primary {
	background-color: #015b7b !important;
}

.border-color-primary {
	border-color: #015b7b !important;
}

.text-color-primary {
	color: #015b7b !important;
}

.mainmenu .dropdown li a:before {
	background-color: #015b7b;
	opacity: .7;
}

.thumbnail-property .property-title a, .primary-hover,
	.text-color-primary, .agent-list-result .contact span.mail a,
	.pagination>li>a, .pagination>li>span, .pagination>li>a:focus,
	.pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
	.anchor.active i, .anchor i:hover, a, .thumbnail-property .property-field,
	.thumbnail-property-list .media-right .property-title a,
	.thumbnail-property-list .media-right .property-title,
	.widget-custom-filet-2 .field-box input[type="radio"]:checked ~
	.label-title, .grid-type a:hover, .grid-type a.active {
	color: #3c3b3b;
}

[class*="icon-star-ratings"]:after {
	color: #015b7b !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span,
	.owl-theme .owl-controls.clickable .owl-buttons div:hover,
	.treefield-categories .treefield-box-item:hover, .pagination li a:hover,
	.pagination li a.active, .treefield-categories-list .treefield-box-item:hover,
	.thumbnail-property .property-title a:hover, .primary-hover:hover,
	.vert-line-primary:before, .thumbnail-property.features .caption:before,
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>a:hover 
  .scale-range .noUi-target .noUi-handle {
	background-color: #015b7b;
}

.thumbnail-property .property-image .property-image-hover {
	background: #015b7b;
}

.thumbnail-property .property-image:hover .property-image-hover {
	opacity: .65;
}

.border-color-primary {
	border-color: #015b7b;
}

.color-secondary {
	background: #00719d !important;
}

.border-color-secondary {
	border-color: #00719d !important;
}

.text-color-secondary {
	color: #00719d !important;
}

body {
	background: #ffffff none repeat scroll 0% 0%/auto padding-box border-box;
	background-size: auto;
	background-color: #f8f8f8 !important;
}

.color-second-header {
	background-color: #fafafa !important;
}

.top-bar .top-bar-right .profile-btn {
	position: absolute;
	background: transparent;
}

.profile-btn {
	cursor: pointer;
	display: block;
	height: 50%;
	top: 15px;
	width: 50%;
	left: -10px;
}

.profile-btn:before {
	content: "";
	height: 100%;
	position: absolute;
	padding: 0 1px;
	right: 1em;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
}

.badge {
	padding: 2px 6px 1px 6px;
	font-size: 10px;
	letter-spacing: 0.1px;
	vertical-align: baseline;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100px;
	font-family: "UniversLTW01-67BoldCn", "Arial Narrow", Arial, Helvetica,
		sans-serif;
	text-rendering: optimizeLegibility;
}

.mail>a {
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
}

.mail>a>.badge {
	transition: all ease-in-out 0.15s;
	margin-top: -15px !important;
	margin-left: 16px !important;
}

}
.badge {
	margin: 4px 0 0 4px !important;
	top: 2px !important;
}

.img-sm {
	width: 36px !important;
	height: 36px !important;
}

.img-circle {
	border-radius: 50%;
}

img {
	vertical-align: middle;
}

.clientTitle {
	font-size: 12px;
	font-weight: 700;
	color: #00719d;
}

fieldset {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e7e7e7;
}

.tabSubTitle {
	color: #353232;
	font-weight: 400;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.tabWithTitle {
	padding-top: 50px !important;
	border-bottom: 2px solid #9e9e9e42;
}

.tabWithTitleWorkspace {
	padding-top: 65px !important;
	border-bottom: 2px solid #9e9e9e42;
}

.tabWithoutTitle {
	padding-top: 120px !important;
	border-bottom: 2px solid #9e9e9e42;
}

.tabToPanelWithSecondNavigation {
	border-bottom: 2px solid #9e9e9e42;
}

.tabContentNavigator {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	padding-top: 60px;
}

.navigatorCardButton {
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	position: relative;
	margin: 15px;
	transition: 0.3s all ease-in-out;
	border: 1px solid #eeeeee;
}

.navigatorCardButton:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.navigatorCardButtonDiv {
	padding: 30px 15px;
	transition: 0.3s all ease-in-out;
	display: flex;
	align-items: center;
}

.navigatorCardButtonIcon {
	background-color: #e88181;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 5px 0px 12px -4px rgba(0, 0, 0, 0.5);
	z-index: 1;
	text-align: center;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigatorCardButtonIcon>i {
	font-size: 35px !important;
}

.navigatorCardButtonText {
	background-color: #014c660d;
	color: #2c2525;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
	padding-top: 15px;
	width: 100%;
	cursor: none;
}

.navigatorCardButtonText:hover {
	background-color: #dde3e5;
	background-image: radial-gradient(#f9f9f9, #f5fbfd);
	color: #000000;
}

.navigatorCardButtonBadge {
	position: absolute;
	color: #003B67;
	background-color: #ffffff;
	box-shadow: inset 0px 0px 6px 6px #E0E0E0;
	font-weight: bold;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 5px;
	font-size: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #000000;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.navigatorCardLink {
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	text-transform: uppercase;
	color: #ffffff !important;
	display: inline-block;
	vertical-align: top;
}

/* Effect for link */
a.navigatorlink-effect-1 {
	color: #0972b4;
	text-shadow: none;
	text-decoration: none;
}

a.navigatorlink-effect-1::after {
	color: #87BE22;
	content: attr(data-hover);
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	top: 0;
	-webkit-transition: max-width 0.5s, opacity .15s;
	-moz-transition: max-width 0.5s, opacity .15s;
	transition: max-width 0.5s, opacity .15s;
	white-space: nowrap;
	max-width: 0;
}

a.navigatorlink-effect-1:hover::after, a.navigatorlink-effect-1:focus::after
	{
	max-width: 100%;
	opacity: 1;
}

.wizard-form-control[disabled], .wizard-form-control[readonly] {
	background-color: #fff;
	opacity: 1;
}

.btn-primary {
	color: #fff;
	background-color: #015b7b;
	border-color: #2e6da4;
}

.moduleItemSelected {
	background: #015b7b !important;
	font-weight: 700 !important;
	color: #ffff !important;
}

.titleTab:hover {
	color: #07719d;
	text-decoration: none !important;
}

.titleTab {
	color: #4586be;
	font-size: 12px;
	text-decoration: none !important;
}

.titleTabActive {
	color: #87BE22 !important;
	text-decoration: none !important;
}

.tabPadding {
	padding-left: 16px;
	padding-right: 16px;
}

.table-Scroll-Container {
	position: relative;
	padding: 0 !important;
	overflow-y: auto;
	max-height: 412px;
}

input-group-addon {
	padding-left: 0;
}

.input-group-addon {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	color: #333333;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}

.breadcrumb-elements>li>a {
	display: block;
	padding: 10px 15px;
	color: #333333 !important;
}

.breadcrumb-elements>li>a {
	display: block;
	padding: 10px 15px;
	color: #333333 !important;
	text-decoration: none !important;
}

.breadcrumb-elements>li>a:hover {
	display: block;
	padding: 10px 15px;
	text-decoration: none !important;
}

.bluewavelAlert {
	background-color: #fdfffd !important;
	border-color: #eee3dc !important;
	width: 600px;
	padding: 7px;
	margin-bottom: 0;
	position: absolute;
	top: -13px;
}

.bluewavelAlert:after {
	color: #d2691e !important;
}

.btn-rounded, .btn-rounded.btn-labeled>b, .btn-rounded img {
	border-radius: 29px !important;
}

.bluewave_filter input {
	outline: 0;
	width: 200px;
	height: 38px;
	padding: 8px 0;
	padding-right: 24px;
	font-size: 13px;
	line-height: 1.5384616;
	color: #333333;
	background-color: transparent;
	border: 1px solid transparent;
	border-width: 1px 0;
	border-bottom-color: #ddd;
}

.bluewave_filter {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 10px 10px;
}

.bluewave_filter>label {
	margin-bottom: 0;
	position: relative;
}

.bluewave_filter>label>span {
	float: left;
	margin: 9px 20px;
	margin-left: 0;
}

.bluewave_filter>label:after {
	content: "\e98e";
	font-family: 'icomoon';
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	color: #999999;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.form-control:focus {
	border: 0;
	border-bottom: 1px solid #e6f3cf;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	letter-spacing: -0.015em;
}

h1, .h1 {
	font-size: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5384616;
	color: inherit;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.login-form, .registration-form {
	margin: 0 auto 20px auto;
}

.login-form {
	width: 320px;
}

.nav-tabs.nav-tabs-bottom>li>a {
	color: #999;
}

.nav-tabs.nav-tabs-bottom>li.active>a, .nav-tabs.nav-tabs-bottom>li.active>a:hover,
	.nav-tabs.nav-tabs-bottom>li.active>a:focus {
	color: #015b7b;
}

#payment-form {
	border: #F6F9FC solid 1px;
	border-radius: 10px;
	background: #f9f9f9;
	padding: 10px;
}

#messages {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New';
	display: none;
	/* hide initially, then show once the first message arrives */
	background-color: #0A253C;
	color: #00D924;
	padding: 20px;
	margin: 20px 0;
	border-radius: var(- -radius);
	font-size: 0.7em;
}

.bwscreen-content {
	padding: 20px;
	margin-bottom: 18px;
}

.bluewave-table {
	padding-bottom: 0;
	max-height: 64vh;
	overflow: auto;
	min-height: 64vh;
	padding-left: 20px;
	/* padding-right: 0; */
}

.bluewave-table-no-top-add-button {
	padding-bottom: 0;
	max-height: 70vh;
	overflow: auto;
	min-height: 70vh;
	padding-left: 20px;
	/* padding-right: 0; */
}

.panel-primary>.panel-heading {
	color: #015b7b;
	background-color: #e5f2f8;
	border-color: #ccc;
}

.panel-warning>.panel-heading {
	color: white;
	background-color: #4586cd;
	border-color: #ccc;
}

.btn-success {
	color: #fff;
	background-color: #87BE22;
	border-color: #87BE22;
}

.icon-data-excel {
	background: url(../img/icons/spreadsheet.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-data-database {
	background: url(../img/icons/importToDb.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-data-setting {
	background: url(../img/icons/dataSetting.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-manage-drivers {
	background: url(../img/icons/managedrivers.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-database {
	background: url(../img/icons/database.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-scenarios {
	background: url(../img/icons/scenariosList.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-newscenario {
	background: url(../img/icons/scenario.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-importscenario {
	background: url(../img/icons/importscenarios.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-clients {
	background: url(../img/icons/clients.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-partners {
	background: url(../img/icons/partners.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-userstop {
	background: url(../img/icons/users.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-pricing {
	background: url(../img/icons/pricing.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-products {
	background: url(../img/icons/products.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-packages {
	background: url(../img/icons/packages.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-settings {
	background: url(../img/icons/settings.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-industry {
	background: url(../img/icons/industry.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-subsector {
	background: url(../img/icons/subsector.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-ourrelease {
	background: url(../img/icons/ourrelease.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-release {
	background: url(../img/icons/release.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-releasepartner {
	background: url(../img/icons/releasepartner.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-drivers {
	background: url(../img/icons/managedriver.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-importxcel {
	background: url(../img/icons/importdrivers.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-maintenance {
	background: url(../img/icons/maintenance.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-language {
	background: url(../img/icons/translate.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-variables {
	background: url(../img/icons/system.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-data-cleaning {
	background: url(../img/icons/data-cleaning.png) no-repeat 50% 100%;
	background-size: contain;
	height: 50px;
	width: 50px;
}

.icon-clean-users {
	background: url(../img/icons/delete-user.png) no-repeat 50% 100%;
	background-size: contain;
	height: 50px;
	width: 50px;
}

.icon-merge-categories {
	background: url(../img/icons/consolidate.png) no-repeat 50% 100%;
	background-size: contain;
	height: 50px;
	width: 50px;
}

.icon-surveys {
	background: url(../img/icons/survey.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-itemlist {
	background: url(../img/icons/itemlist.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-pickitem {
	background: url(../img/icons/pick.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-surveyManage {
	background: url(../img/icons/surveyManage.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-surveyConfig {
	background: url(../img/icons/surveyConfig.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-surveyReport {
	background: url(../img/icons/surveyReport.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-invoice {
	background: url(../img/icons/invoice.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-modules {
	background: url(../img/icons/modules.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-roles {
	background: url(../img/icons/roles.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

.icon-organigram {
	background: url(../img/icons/organigram.png) no-repeat 50% 100%;
	background-size: contain;
	height: 37px;
	width: 40px;
}

input::-webkit-input-placeholder {
	font-size: 15px !important;
	color: #9f9c9c !important
}

.secondActiveTab {
	color: #87BE22 !important
}

#itemsDivRepoBody .select2-selection--single .select2-selection__rendered
	{
	color: #db634f;
	font-weight: 600;
	padding-left: 7px;
}

.searchFromTable .datatable-header {
	display: block;
	float: right;
	margin-bottom: 10px;
}

.affix .profile-btn {
	top: 5px;
	left: -12px;
}

.affix .top-bar .top-bar-left .skew-block {
	height: 101%;
}

.pager-check-series-prd {
	height: 20px;
	width: 20px;
}

.pager-check-series-prd-download {
	height: 20px;
	width: 20px;
}

.styledBW {
	height: 20px;
	width: 20px;
}



.series-group-single {
	display: flex;
	align-items: center;
}

.series-group-single .attributes {
	padding: 5px;
	padding-top: 10px;
}