﻿@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #ffffff;
	/*font-family: 'Asap', sans-serif;*/
	color: #000000;
	/*overflow-x: hidden;*/
	/*background-image: url(../images/bg.png);
	background-repeat: repeat-x;*/
	font-size: 14px;
}

p {
	font-size: 12px;
	margin-bottom: 15px;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

hr {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #dcdcdc;
}

small {
	font-size: 12px;
}

input[type="checkbox"] {
	accent-color: #47a297; /* A bit darker than the default color (#37BDB0) but just dark enough to make the check mark white */
}

/* WRAPPER */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -28px; /* Footer size */
	margin: 0 auto 0;
	margin-bottom: -28px;
}


/* TOP & MENU */

#top {
	position: relative;
	z-index: 1100;
	height: 56px;
	width: 100%;
	color: #ffffff;
	/*background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;*/
	box-shadow: 0px 1px 3px #adadad;
	background-color: #000000;
}

#top_inner {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	height: 44px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbced2;*/
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu {
	float: left;
}

	#menu a {
		color: #FFF;
	}

	#menu ul {
		font-size: 15px;
		text-align: left;
		display: inline;
		margin: 0;
		padding: 15px 4px 17px 0;
		list-style: none;
		color: #ffffff;
	}

		#menu ul li {
			display: inline-block;
			margin-right: -4px;
			position: relative;
			/*border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #cbced2;*/
			color: #ffffff;
			cursor: pointer;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-ms-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
			padding-top: 20px;
			padding-right: 20px;
			padding-bottom: 18px;
			padding-left: 20px;
		}

			#menu ul li:hover {
				background: #c9c9c9;
				color: #fff;
			}

			#menu ul li ul {
				padding: 0;
				position: absolute;
				top: 55px;
				left: 0;
				width: 180px;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
				display: none;
				opacity: 0;
				visibility: hidden;
				-webkit-transiton: opacity 0.2s;
				-moz-transition: opacity 0.2s;
				-ms-transition: opacity 0.2s;
				-o-transition: opacity 0.2s;
				-transition: opacity 0.2s;
			}

				#menu ul li ul li {
					background: #000000;
					display: block;
					color: #fff;
					text-shadow: 0 -1px 0 #000;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #FFF;
					font-size: 13px;
					padding-top: 15px;
					padding-right: 20px;
					padding-bottom: 13px;
					padding-left: 20px;
					z-index: 999;
				}

					#menu ul li ul li a {
						color: #fff;
					}

					#menu ul li ul li:hover {
						background: #70737e;
					}

			#menu ul li:hover ul {
				display: block;
				opacity: 1;
				visibility: visible;
			}

	#menu a {
		color: #37BDB0;
		text-decoration: none;
	}

#login {
	float: right;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

	#login div:hover {
		background-color: #c9c9c9;
		color: #FFF;
	}

.logout_btn {
	float: right;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	height: 25px;
	width: 75px;
	color: #ffffff;
	margin: 0px;
	padding-top: 3px;
	margin-top: 9px;
	border: 1px solid #9ba1ac;
}


/* HEADLINE BOXES */

#headline {
	height: 36px;
	/*width: 999px;*/
	background-color: #212529;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	padding-left: 10px;
	margin-top: -1px;
	margin-left: -1px;
}

	#headline h1 {
		font-size: 15px;
		font-weight: normal;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 9px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #FFF;
	}

#headline_gui {
	height: 36px;
	width: 667px;
	background-color: #37BDB0;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	padding-left: 10px;
	margin-top: -1px;
	margin-left: -1px;
}

	#headline_gui h1 {
		font-size: 15px;
		font-weight: normal;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 9px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #FFF;
	}

#headline_gui_right {
	height: 36px;
	width: 292px;
	background-color: #37BDB0;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	padding-left: 10px;
	margin-top: -1px;
	margin-left: -1px;
}

	#headline_gui_right h1 {
		font-size: 15px;
		font-weight: normal;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 9px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #FFF;
	}

.row_color {
	background-color: #f7f8f9;
}

.table_round_corners {
	border-radius: 10px;
}

.table_btn {
	height: 30px;
	width: 30px;
	border: 1px solid #bcbdbd;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}

	.table_btn.download {
		background-image: url(../images/download-btn.png);
		background-repeat: no-repeat;
	}

	.table_btn.poi {
		background-image: url(../images/poi-btn.png);
		background-repeat: no-repeat;
	}

		.table_btn.poi:hover {
			cursor: pointer;
		}

	.table_btn.edit {
		background-image: url(../images/edit-btn.png);
		background-repeat: no-repeat;
	}

	.table_btn.gui {
		background-image: url(../images/gui-btn.png);
		background-repeat: no-repeat;
	}

	.table_btn.code {
		background-image: url(../images/code-btn.png);
		background-repeat: no-repeat;
	}

	.table_btn:hover {
		filter: alpha(opacity=60);
		opacity: .6;
	}
/* TABLES */

.table-headline {
	background-color: #000000;
	color: #FFF;
	font-size: 15px;
	height: 45px;
	padding-right: 5px;
	padding-left: 5px;
}

.table-general {
	border-collapse: collapse;
	border: 1px solid #cbcbcb;
	text-align: left;
}

.table-general-1 {
	table-layout: fixed;
	word-break: break-word;
	width: 100%;
}

.table-td {
	border-top: 1px solid #cbcbcb;
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
	height: 45px;
}

.table-headline-slim {
	background-color: #000000;
	color: #FFF;
	font-size: 15px;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

.table-td-slim {
	border-top: 1px solid #cbcbcb;
	font-weight: normal;
	font-size: 13px;
	padding-left: 5px;
	height: 25px;
}


/* CONTENT */

#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#content_inner {
	margin-bottom: 35px;
}

#box_content {
	padding: 30px;
}

#box_content_small {
	padding: 20px;
}


/* REPORTING */

#reporting_menu {
	width: 940px;
	clear: both;
	height: 50px;
}

.report_item {
	font-size: 14px;
	font-weight: normal;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	height: 27px;
	text-decoration: none;
	float: left;
	border-radius: 10px;
	background-color: #eff1f3;
	background-image: url(../images/button_bg.png);
	border: 1px solid #d5d6d9;
	margin-right: 10px;
	padding-top: 9px;
	margin-bottom: 15px;
}

	.report_item:hover {
		background-color: #c9c9c9;
		background-image: none;
	}

	.report_item:active {
		background-color: #37BDB0;
		background-image: none;
		border: 1px solid #37BDB0;
		color: #FFF;
	}

.period_item {
	font-size: 14px;
	font-weight: normal;
	display: block;
	border: 1px solid #d5d6d9;
	border-radius: 6px;
	height: 18px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 15px;
}

	.period_item:hover {
		background-color: #c9c9c9;
	}

	.period_item:active {
		background-color: #37BDB0;
		background-image: none;
		border: 1px solid #37BDB0;
		color: #FFF;
	}



/* SCREEN DESIGNER */

#gui_menu {
	background-color: #fafbfb;
	width: 250px;
	min-height: 605px;
	border-bottom-left-radius: 10px;
	float: left;
}

.gui-menu-item {
	height: 23px;
	background-image: url(../images/menu_bg.png);
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d6d9;
	padding-top: 7px;
	background-repeat: repeat-x;
	clear: both;
}

.gui-menu-sub {
	list-style-type: none;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d6d9;
	padding: 15px;
}


#box_gui {
	width: 675px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #d5d6d9;
	margin-bottom: 15px;
	float: left;
	padding-bottom: 10px;
}

#box_gui_right {
	width: 300px;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #d5d6d9;
	margin-bottom: 15px;
	float: left;
	margin-left: 20px;
}

.gui-save-btn {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	height: 34px;
	text-decoration: none;
	float: left;
	border-radius: 10px;
	background-color: #eff1f3;
	background-image: url(../images/menu_bg.png);
	border: 1px solid #d5d6d9;
	padding-top: 15px;
	width: 230px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}

.preview-gui {
	font-size: 14px;
	font-weight: normal;
	display: block;
	border: 1px solid #d5d6d9;
	border-radius: 6px;
	height: 18px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	margin-bottom: 15px;
}

	.preview-gui:hover {
		background-color: #c9c9c9;
	}

	.preview-gui:active {
		background-color: #37BDB0;
		background-image: none;
		border: 1px solid #37BDB0;
		color: #FFF;
	}


/* FAQ */

.question {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d6d9;
}

#faq_menu li {
	float: left;
	margin-left: 15px;
	list-style-type: none;
	margin-bottom: 15px;
}

#faq_question {
	clear: right;
	float: left;
	width: 385px;
	margin-bottom: 10px;
}

#faq_number p {
	font-size: 13px;
	padding-top: 4px;
}

#faq_number {
	background-color: #999faa;
	float: left;
	height: 24px;
	width: 24px;
	color: #FFF;
	border-radius: 12px;
	text-align: center;
	margin-right: 15px;
	clear: left;
}

#impression-result {
	height: 83px;
	width: 135px;
	background-image: url(../images/graphs/100.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 52px;
	text-align: center;
}

	#impression-result h2 {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}


/* FOOTER */

#footer {
	width: 100%;
	background-color: #212529;
	color: #FFF;
	font-size: 12px;
	padding-top: 7px;
	position: relative;
	text-align: center;
}

.footer, .push {
	height: 28px;
	clear: both;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}


/* LOGIN & REGISTER */

#google-button {
	display: inline-block;
	width: 220px;
	height: 40px;
	white-space: nowrap;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding: 6px;
	padding-left: 37px;
	border-radius: 25px;
	border: 1px #ccc solid;
}

#calldorado-button {
	display: inline-block;
	width: 220px;
	height: 40px;
	white-space: nowrap;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	border-radius: 25px;
	border: 1px #ccc solid;
	margin-top: 10px;
	text-align: center;
	padding-top: 7px;
	padding-left: 33px;
}

	#calldorado-button:hover {
		cursor: pointer;
	}

.email-signin {
	display: none;
}

.input-field {
	width: 350px;
	height: 40px;
	border: 1px solid silver;
	border-radius: 5px;
	font-size: larger;
	padding: 10px;
}

.login-buttons {
	text-align: center;
	margin-top: 100px;
}

#login_window .login_btn {
	border-radius: 5px 5px;
	color: #FFF;
	margin: 0px;
	float: left;
}

#register_left {
	float: left;
	width: 260px;
	padding-right: 30px;
	margin-bottom: 35px;
}

#register_right {
	float: left;
	width: 260px;
	padding-left: 30px;
	margin-bottom: 35px;
}

#login_left {
	float: left;
	width: 260px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#login_right {
	float: left;
	width: 260px;
	padding-left: 30px;
	margin-top: 70px;
}


.small_input {
	margin-bottom: 15px;
	height: 30px;
	width: 235px;
	border: 1px solid #c5c7d0;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

.login_input {
	margin-bottom: 15px;
	border: 1px solid #c5c7d0;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

.login_input_tight {
	margin-bottom: 0px;
	border: 1px solid #c5c7d0;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

.investor_input {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
}

#login_window {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 590px;
}

#forgot_password {
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}


/* FORMS */

label {
	font-size: 13px;
	margin-bottom: 5px;
	/*float:left;*/
	margin: 0px;
	padding: 0px;
}

.checkbox {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.select {
	min-width: 100px;
	max-width: 150px;
	float: left;
}

.dropdown select {
	min-width: 100px;
	float: left;
	line-height: 25px;
	height: 25px;
}

#reporting-select {
	margin-bottom: 30px;
	float: left;
	max-width: 500px;
	height: 17px;
	padding-top: 10px;
}

.select_input {
	margin-bottom: 15px;
	width: 255px;
	margin-top: 5px;
}

.select_input_small {
	margin-bottom: 15px;
	width: 220px;
	margin-top: 5px;
}

.textarea {
	margin-bottom: 20px;
	min-height: 100px;
	width: 400px;
	border: 1px solid #c5c7d0;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.input_file {
	margin-top: 5px;
	margin-bottom: 15px;
	max-width: 200;
}

.form-check-input:checked {
	background-color: #53bdb0;
	border-color: #53bdb0;
}

.field-required{
	color: red;
	margin-left: 5px;
}

/* BUTTONS */
.signup_btn {
	border-radius: 5px 5px;
	color: #FFF;
	height: 40px;
	width: 220px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: normal;
	background-color: #37BDB0;
	text-decoration: none;
	display: block;
	text-align: center;
}

.grey_btn {
	border-radius: 5px 5px;
	background-color: #37BDB0;
	color: #FFF;
	text-align: center;
	height: 27px;
	padding-top: 8px;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

	.grey_btn:hover {
		background-color: #6f727b;
	}

.search_btn {
	width: 145px;
	margin-top: 10px;
}

#grey_btn:hover {
	background-color: #6f727b;
}

.download-menu-icon {
	height: 24px;
	width: 24px;
	color: white;
	display: block;
}

/* COLUMNS IN CONTENT */

#left_column {
	float: left;
	width: 444px;
	padding-right: 25px;
}

#right_column {
	float: left;
	width: 445px;
	padding-left: 25px;
	border-right-color: #e1e5e7;
}

#col_1_3 {
	float: left;
	width: 288px;
	padding-right: 25px;
}

#col_2_3 {
	float: left;
	width: 600px;
	padding-right: 25px;
}

#col_2_3_last {
	float: left;
	width: 600px;
	padding-left: 25px;
	margin-bottom: 20px;
}

#col_1_3_last {
	float: left;
	width: 288px;
	padding-left: 25px;
}




/* BLUE BOX */


#blue_box {
	float: left;
	width: 263px;
	background-color: #e6ecef;
	padding: 25px;
}

#blue_box_results {
	float: left;
	width: 220px;
	background-color: #e6ecef;
	margin-left: 25px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#box_blue_border {
	border: 3px solid #e1e5e9;
	width: 288px;
	margin-bottom: 15px;
	padding: 10px;
}



/* DOWNLOAD */

#download_box {
	width: 424px;
	margin-right: auto;
	margin-left: auto;
}


/* PAYMENT */

#payment_method {
	margin-top: 30px;
	clear: both;
	width: 590px;
}

#paypal {
	clear: both;
	margin-bottom: 20px;
}

.tooltip {
	margin-left: 5px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Overwriting tooltip's style */
.ui-tooltip {
	font-size: 12px !important;
	font-family: Arial, sans-serif !important;
}

#bank_transfer {
	clear: both;
	margin-bottom: 20px;
}

[data-tooltip]:hover::after {
	display: inline-block;
	max-height: 76px;
	width: auto;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	content: attr(data-tooltip);
	color: white;
	background: #71797E;
	padding: .60em;
	border: 2px solid #37BDB0;
	white-space: pre-line;
	border-radius: 8px;
	text-align: left;
	font-size: 12px !important;
	font-family: Arial, sans-serif !important;
	z-index: 1001;
}

/* MESSAGES */

.message_green {
	text-align: center;
	height: 28px;
	width: 100%;
	background-color: #aecd6b;
	color: #FFF;
	padding-top: 7px;
}

.message_red {
	text-align: center;
	height: 28px;
	width: 100%;
	background-color: #ff6162;
	color: #FFF;
	padding-top: 7px;
}

.message_text {
	font-size: 16px;
}


/* TOOLTIP */

#tooltip_box {
	width: 150px;
	background-color: #999faa;
	padding: 10px;
	border: 1px solid #37BDB0;
	border-radius: 5px;
}

	#tooltip_box p {
		color: #FFF;
		margin: 0px;
		font-size: 11px;
	}


/* MISC CLASSES */
.clear {
	clear: both;
}

.margin_right {
	margin-right: 16px;
}

.margin_bottom {
	margin-bottom: 20px;
}

.margin_top {
	margin-top: 20px;
}

.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d6d9;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_margins {
	margin: 0px;
	padding: 0px;
}

.a-small {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.paid_status {
	color: #97bf0d;
}

.download_sdk {
	margin-bottom: 25px;
}

	.download_sdk:hover {
		filter: alpha(opacity=60);
		opacity: .6;
	}

.margin_icon {
	margin-right: 8px;
}


/* Creating new app - steps */

#step_guide {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	margin-top: 25px;
}

#step_1 {
	background-image: url(../images/step-1-bg.png);
	background-repeat: no-repeat;
	float: left;
	width: 359px;
	height: 32px;
	z-index: 50;
	position: relative;
	padding-top: 13px;
	padding-left: 15px;
}

#step_2 {
	background-image: url(../images/step-1-bg.png);
	background-repeat: no-repeat;
	float: left;
	width: 319px;
	height: 32px;
	margin-left: -40px;
	z-index: 40;
	position: relative;
	padding-top: 13px;
	padding-left: 55px;
}

#step_3 {
	background-image: url(../images/step-3-bg.png);
	background-repeat: no-repeat;
	float: left;
	width: 275px;
	height: 32px;
	margin-left: -40px;
	z-index: 35;
	position: relative;
	padding-top: 13px;
	padding-left: 55px;
}

.inactive-step {
	color: #CCC;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e1e5e7;
}

.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e5e7;
}

.a_clear {
	text-decoration: none;
}

.line_under {
	background-color: #d5d6d9;
	clear: both;
	height: 1px;
	margin-bottom: 25px;
}





/* MÅSKE INAKTIVE */

.search_input {
	height: 40px;
	width: 152px;
	border: 1px solid #c5c7d0;
	padding-right: 10px;
	padding-left: 10px;
}

#box {
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #d5d6d9;
	margin-bottom: 15px;
	margin-top: 15px;
}

.submenu_corners_top {
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d6d9;
}

.submenu_corners_bottom {
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	padding-bottom: 1px;
}

.expand-menu {
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-top: -5px;
}

#developer_content {
	width: 876px;
	float: left;
	background-color: #FFF;
	min-height: 150px;
	border-radius: 10px;
	border: 1px solid #d5d6d9;
	margin-bottom: 35px;
}

.hidden-object {
	visibility: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}

.rounded-borders {
	background-color: #e2e3e6;
	border: 1px solid #9ba1ac;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

.radio-button {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.step1-screen-text {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}

.step1-screen-text-inner {
	height: 70px;
	padding-right: 20px;
}

.list-installation ul {
	margin-bottom: 20px;
	margin-top: 20px;
}


.list-installation ul {
	margin-left: 0px;
	list-style-position: inside;
}

	.list-installation ul li {
		list-style-type: decimal;
		font-size: 13px;
		margin-top: 10px;
	}

		.list-installation ul li ul {
			margin-left: 50px;
		}


.list-installation li ul li {
	margin-right: 35px;
	list-style-type: lower-alpha;
}


#beta-note {
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	float: right;
	color: #37BDB0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.note-box {
	padding: 20px;
	margin-bottom: 25px;
	color: #FFF;
	background-color: #7d7d8a;
}

	.note-box p {
		margin: 0px;
		padding: 0px;
	}

.no-float {
	float: none;
	clear: both;
}

.button-light-grey {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	height: 27px;
	text-decoration: none;
	border-radius: 10px;
	background-color: #eff1f3;
	background-image: url(../images/button_bg.png);
	border: 1px solid #d5d6d9;
	margin-right: 10px;
	padding-top: 9px;
	margin-bottom: 15px;
	width: auto;
}

	.button-light-grey:hover {
		background-color: #c9c9c9;
		background-image: none;
	}

	.button-light-grey:active {
		background-color: #37BDB0;
		background-image: none;
		border: 1px solid #37BDB0;
		color: #FFF;
	}

.mandatory-star {
	color: #e53527;
}

.small-button-height {
	height: 10px;
}

.button-small-light-grey {
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	height: 17px;
	text-decoration: none;
	border-radius: 5px;
	background-color: #eff1f3;
	background-image: url(../images/button_bg.png);
	border: 1px solid #d5d6d9;
	margin-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	width: auto;
}

	.button-small-light-grey:hover {
		background-color: #c9c9c9;
		background-image: none;
	}

	.button-small-light-grey:active {
		background-color: #37BDB0;
		background-image: none;
		border: 1px solid #37BDB0;
		color: #FFF;
	}

.grey_btn_small {
	border-radius: 5px 5px;
	background-color: #37BDB0;
	color: #FFF;
	text-align: center;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 2px;
	display: inline-block;
}

.grey_btn_small_disabled {
	border-radius: 5px 5px;
	background-color: #c7c7c7;
	color: #474747;
	text-align: center;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 2px;
	display: inline-block;
}

.grey_btn_small:hover {
	background-color: #6f727b;
}

.grey_btn_small_search {
	border-radius: 5px 5px;
	background-color: #37BDB0;
	color: #FFF;
	text-align: center;
	height: 17px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 2px;
	display: inline-block;
	margin-right: 5px;
}

	.grey_btn_small_search:hover {
		background-color: #6f727b;
	}

.centerLargeButton {
	border-radius: 5px 5px;
	background-color: #37BDB0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	display: inline-block;
	min-width: 20%;
	min-height: 25px;
	padding-top: 8px;
	margin-top: 10px;
}

.smallSearchSection {
	float: right;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-radius: 15px;
	display: flex;
}

.centerLargeButton:hover {
	background-color: #6f727b;
}

.cb-min-width {
	min-width: 150px;
}

#connected {
	width: 800px;
	overflow: hidden;
	margin: auto;
}

.connected {
	width: 200px;
}

	.connected.no2 {
	}

	.connected li {
		cursor: move;
		list-style: none;
		border: 1px solid #CCC;
		background: #F6F6F6;
		font-family: "Tahoma";
		font-size: 12px;
		color: #1C94C4;
		margin: 4px;
		padding: 4px;
		height: 32px;
	}

	.connected span {
		vertical-align: middle;
	}

.connected {
	margin: auto;
	padding: 0;
	width: 400px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#connected-secondary {
	width: 1000px;
	overflow: hidden;
	margin: auto;
}

.connected-secondary {
	width: 200px;
}

	.connected-secondary.no2 {
	}

	.connected-secondary li {
		cursor: move;
		list-style: none;
		border: 1px solid #CCC;
		background: #F6F6F6;
		font-family: "Tahoma";
		color: #1C94C4;
		margin: 4px;
		padding: 4px;
		height: 32px;
	}

	.connected-secondary span {
		vertical-align: middle;
	}

.connected-secondary {
	margin: auto;
	padding: 0;
	width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popupbox {
	margin-left: -265px;
	width: 430px;
	height: 430px;
	position: fixed;
	top: 40px;
	left: 50%;
	z-index: 999;
	background-color: #FFF;
	border-color: #dfdfdf;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	line-height: 1;
	border-radius: 6px;
	min-width: 255px;
}

.popup {
	padding: 10px 10px 10px 10px;
	left: 30%;
	top: 120px;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	line-height: 1;
	border-radius: 6px;
	min-height: 150px;
	max-height: 500px;
	width: 700px;
	overflow-y: auto;
}

.go-btn {
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;
	text-decoration: none;
	float: left;
	border-radius: 4px;
	background-color: #eff1f3;
	background-image: url(../images/button_bg.png);
	border: 1px solid #d5d6d9;
	margin-right: 10px;
	padding-top: 4px;
	margin-bottom: 15px;
	margin-left: 5px;
}

	.go-btn:hover {
		background-color: #c9c9c9;
		background-image: none;
	}


/* <---- Modal ----> */

.modal {
	top: 50px;
}

/* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes modal {
	from {
		top: -100px;
		opacity: 0;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}

/* Add animation (Standard syntax) */
@keyframes modal {
	from {
		top: -100px;
		opacity: 0;
	}

	to {
		top: 0px;
		opacity: 1;
	}
}

/* The modal's background */
.old_modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

	.old_modal h2 {
		text-align: center;
		font-size: 28px;
	}

	/* Display the modal when targeted */
	.old_modal:target {
		display: table;
		position: absolute;
	}

	.old_modal textarea {
		padding-left: 10px;
		padding-top: 7px;
		margin: 15px 15px 0 0;
		height: 120px;
		width: 100%;
		max-width: inherit;
		resize: none;
	}

	.old_modal select {
		background-color: #37BDB0;
		color: #fff;
	}

	.old_modal footer div {
		margin: 10px auto 10px auto;
		width: 215px;
	}

	.old_modal footer .old_modal-btn {
		padding: 10px;
		margin-right: 10px;
		background-color: #37BDB0;
		font-weight: bold;
		color: #fff;
		width: 75px;
		text-align: center;
		display: inline-block;
		border-radius: 5px;
	}

/* The modal box */
.old_modal-dialog {
	display: table-cell;
	vertical-align: middle;
}

	/*The modal's content*/
	.old_modal-dialog .old_modal-content {
		margin: auto;
		background-color: #f3f3f3;
		position: relative;
		padding: 0;
		outline: 0;
		border: 1px #777 solid;
		text-align: justify;
		width: 800px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-animation-name: modal;
		-webkit-animation-duration: 0.5s;
		animation-name: modal;
		animation-duration: 0.5s;
	}

/* The button used to close the modal */
.closebtn {
	/*text-decoration: none;
  float: right;
  font-size: 35px;*/
	/*font-weight: bold;*/
	/*color: #fff;*/
}

	.closebtn:hover,
	.closebtn:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}

#set-turnover-split-modal .old_modal-content {
	width: 600px;
	padding: 20px;
	border-radius: 10px;
}

#set-turnover-split-modal .old_modal-body {
	max-height: 600px;
	overflow-y: scroll;
}

#set-turnover-split-modal .old_modal-btn {
	text-decoration: none;
}

#set-turnover-split-modal .sales-section {
	padding: 10px 0 10px 0;
}

#set-turnover-split-modal input {
	text-align: center;
	/*padding-left: 10px;*/
	margin: 0 15px 0 0;
	/*margin-right: auto;
    margin-left: auto;*/
	/*height: 40px;*/
	/*width: 170px;*/
}
	/*#set-turnover-split-modal input:nth-child(2), #set-turnover-split-modal input:nth-child(3) {
    width: 30%;
}*/
	#set-turnover-split-modal input:nth-child(4) {
		width: 15%;
	}

	#set-turnover-split-modal input:focus {
		outline: none;
	}

#set-turnover-split-modal h3 {
	padding-left: 10px;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
}

.split-error {
	border-color: red;
	color: red;
}

.split-error-text {
	color: red;
}

.calendar-error-text {
	color: red;
}

#ui-datepicker-div {
	font-size: 12px;
}

#loading-gif {
	position: relative;
	left: 90px;
}

.animate-up {
	visibility: hidden !important;
	height: 0 !important;
}

.scrollable-menu > li {
	transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	-moz-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	visibility: visible;
	height: 47px;
	/*overflow-y: hidden;*/
}

#administrator-table {
	margin-top: 30px;
}

	#administrator-table thead:first-child {
		background-color: #37BDB0;
		color: #fff;
	}

	#administrator-table th, #administrator-table-role th {
		padding-left: 30px;
	}

		#administrator-table th:first-child, #administrator-table-role th:first-child {
			text-align: left;
		}

.vertical-line-left {
	border-left: thin solid #000;
}

input.edit-administrator {
	margin-bottom: 20px;
}

#create-role-modal .container {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

#create-role-modal input[type=text] {
	padding: 5px;
}

.message_rosegold {
	text-align: center;
	height: 28px;
	width: 100%;
	background-color: #fddedb;
	color: #cca5a0;
	padding-top: 7px;
}

.popup-leads {
	padding: 10px 10px 10px 10px;
	left: 30%;
	top: 120px;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	line-height: 1;
	border-radius: 6px;
	min-height: 150px;
	max-height: 500px;
	width: 863px;
	overflow-y: auto;
}

.alert {
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
}

	.alert .alert-link {
		font-weight: bold;
	}

	.alert > p,
	.alert > ul {
		margin-bottom: 0;
	}

		.alert > p + p {
			margin-top: 5px;
		}

.alert-dismissable {
	padding-right: 35px;
}

	.alert-dismissable .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit;
	}

.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	text-align: center;
}

.banner-priority-suggestion-popup {
	padding: 10px 10px 10px 10px;
	left: 24%;
	top: 60px;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	line-height: 1;
	border-radius: 6px;
	min-height: 150px;
	max-height: 550px;
	width: 990px;
	overflow-y: auto;
}

.wordbreaker {
	word-wrap: break-word;
}

#IsProductionData {
	background-color: red;
	color: white;
	font-weight: bold;
	width: 80px;
	font-size: 13px;
	text-align: center;
	height: 55px;
	margin-left: 15px;
	float: left;
	padding-top: 10px;
}

.noresize {
	resize: none;
}

.modalDl > dl {
	word-break: break-all;
	max-width: 100%;
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 10px;
}

/* btn */
.btn:focus {
	outline: none;
}

/* Overwriting bootstrap's dropdown style*/
.dropdown-menu {
	background-color: #f8f8f8;
}

	.dropdown-menu > li > a {
		color: #777777;
		font-size: 14px;
	}

/* Overwriting bootstrap's navbar style*/
.navbar .dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar .dropdown > .dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}

/* Table */
.table > thead > tr > th {
	background-color: #37BDB0;
	color: #fff;
	white-space: nowrap;
}

/* Overwriting bootstrap's progress */
.progress {
	--bs-progress-bar-bg: #37bdb0;
}

/* Overwriting bootstrap's .nav-pills .nav-link.active bg color*/
.nav-pills .nav-link.active {
	background-color: #428bca;
}

/* Overwriting bootstrap's button style*/
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
	color: #fff;
	background-color: #37BDB0;
}

	.btn-secondary:hover,
	.open .dropdown-toggle.btn-secondary {
		color: #fff;
		background-color: #6f727b;
	}

/* Needed for the bootstrap-select plugin */
.btn.dropdown-toggle.btn-secondary {
	color: #777777;
	background-color: #f8f8f8;
}

/* Overwriting bootstrap's modal style*/

.modal-dialog {
	margin: 50px auto;
}

.modal textarea {
	resize: none;
}

/* Overwriting bootstrap's button style*/

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	color: #ffffff;
	background-color: #37BDB0 !important;
	border-color: #cccccc !important;
}

	.btn-primary:active {
		background-color: #2f9d92 !important;
	}

	.btn-primary:hover,
	.open .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #0a6057;
		border-color: #cccccc;
	}

.btn-link,
.btn-link.active,
.btn-link:focus {
	color: #37BDB0;
	text-decoration: none;
}

	.btn-link:hover {
		color: #0a6057;
		text-decoration: none;
	}

/* Overwriting bootstrap's label style */
.label-default {
	background-color: #37bdb0;
}

.label-primary {
	background-color: #37bdb0;
}

.label-filter {
	color: #ffffff;
	border-radius: 4px;
	padding: 2px 4px;
	font-weight: bold;
	font-size: 12px;
}


/* Overwriting bootstrap's form style*/

.form-control:focus {
	border-color: #37bdb0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #37BDB0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #37BDB0;
}

.form-select:focus {
	border-color: #37bdb0;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #37bdb0;
}

/* Overwriting bootstrap's table style*/
.pagination > li > a {
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
}

	.pagination > li > a:focus {
		box-shadow: 0 0 0 0.25rem rgb(10 96 87 / 25%);
	}

	.pagination > li > .page-link:focus {
		color: #fff;
	}

	.pagination > li.previous > .page-link:focus {
		color: #000;
	}


	.pagination > li.next > .page-link:focus {
		color: #000;
	}


	.pagination > li > a:hover {
		background-color: #eee;
		--bs-pagination-hover-color: #000;
	}

.pagination > .active > a {
	color: #fff;
	border-color: #ccc;
	background-color: #37bdb0;
}

	.pagination > .active > a:focus {
		background-color: #0a6057;
		border: 1px solid #ccc;
	}

	.pagination > .active > a:hover {
		color: #fff;
		border-color: #ccc;
		background-color: #0a6057;
	}

.pagination > .disabled,
.pagination > .disabled:hover {
	cursor: not-allowed;
}

	.pagination > .disabled > a,
	.pagination > .disabled > a:hover {
		color: #999;
		border-color: #ddd;
	}

	.pagination > .disabled > .page-link {
		--bs-pagination-disabled-bg: #fff;
	}

@media (max-width: 768px) {
	.table-responsive {
		width: auto;
	}
}

.old_report-container {
	width: 937px;
	min-width: 937px;
	height: 85px;
	min-height: 85px;
	background-color: #f7f6f6;
	border-radius: 2px;
	padding: 10px;
}

.old_report-datepicker-container {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 2px;
	border: 1px solid silver;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

.old_report-datepicker-input {
	background-color: #f7f6f6;
	border: 0px solid #f7f6f6;
	width: 90px;
}

.old_report-generate-label {
	color: #ff9900;
	border: 1px solid #ff9900;
	border-radius: 2px;
	height: 40px;
	width: 100px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
}

.old_report-output-format-dropdown {
	color: gray;
	width: 100px;
	min-width: 100px;
	max-width: 130px;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	border-radius: 2px;
	border: 1px solid silver;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f7f6f6;
}

.aspx-radio-button input[type="radio"] {
	margin-left: 5px;
	margin-right: 5px;
}

/* Overwriting bootstrap's a style */
a:hover, a:focus {
	color: inherit;
}

/* Overwriting select2 style */
.select2-selection--single {
	height: 32px !important;
}

.select2-selection__arrow {
	height: 32px !important;
	margin-right: 0rem !important;
}

/* Chart buttons */
.chart-buttons {
	padding-right: 5px;
	padding-left: 5px;
}

	.chart-buttons > ul {
		top: 32px;
		right: 5px !important;
	}

/* Burguer menu*/
.burger-menu {
	background-color: #37BDB0 !important;
	padding: 4px;
}

	.burger-menu > img {
		height: 24px;
	}

/* Chart spinner */
.chart-spinner {
	margin: 25px;
}

	.chart-spinner > img {
		height: 50px;
	}

/* Filter panel*/
.filter-panel {
	padding-right: 7px;
	padding-left: 7px;
}

	.filter-panel > .panel {
		margin-bottom: 14px;
	}

/* Chart panel */
.chart-panel {
	padding-right: 7px;
	padding-left: 7px;
}

	.chart-panel > .panel {
		padding: 5px;
		margin-bottom: 14px;
	}

/* Table panel */
.table-panel {
	padding-right: 7px;
	padding-left: 7px;
}

	.table-panel > .panel {
		padding: 10px;
		margin-bottom: 14px;
	}

.table-title {
	width: 50%;
	float: left;
	margin: 5px;
}

.table-info {
	color: #cccccc;
	font-style: italic;
}

/* Info panel */
.info-panel {
	padding-right: 7px;
	padding-left: 7px;
}

	.info-panel > .panel {
		padding: 10px;
		margin-bottom: 14px;
	}

/* Global buttons panel*/
#global-buttons-panel {
	margin-bottom: 14px;
}

	#global-buttons-panel > .btn-secondary {
		float: none;
	}

	#global-buttons-panel > .btn-primary {
		float: none;
	}

/* Chart container */
.chart-container {
	padding: 5px;
	min-height: 450px;
}

/* Table container */
.table-container {
	padding: 5px;
}

/* Chart */
.chart {
	height: 400px;
}

/* Tab's table */
.tab-table {
	overflow-x: auto;
	margin: 5px;
}

/* Table with orange header */
.table-orange-header {
	color: #37BDB0;
	font-weight: bold;
}

	.table-orange-header > tr > .sorting::after,
	.table-orange-header > tr > .sorting_asc::after,
	.table-orange-header > tr > .sorting_desc::after {
		content: "" !important;
	}

/* Cursor style */
.pointer {
	cursor: pointer;
}

/* Filter's collapse button */
.collapse-btn {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

	.collapse-btn > a,
	.collapse-btn > a:hover,
	.collapse-btn > a:focus,
	.collapse-btn > a:active {
		color: #aaa;
		font-weight: bold;
		box-shadow: none;
	}

/* Fixes for the select2 component on hidden fields */
.select2-container .select2-search__field {
	width: 100% !important;
}

.select2-selection__rendered {
	max-height: 100px !important;
	overflow: auto !important;
}

/*@media (min-width: 1200px) {
	#pnlAppPerformance > .panel {
		min-height: 462px;
	}
}

@media (min-width: 1200px) {
	#pnlCardsPerformance > .panel {
		min-height: 492px;
	}
}*/

.select2-search {
	width: 100%;
}

/* Report */
.report-container {
	background-color: #f7f6f6;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.report-button {
	margin-top: 15px;
}

.report-datepicker-container {
	width: 150px;
	border-radius: 2px;
	border: 1px solid silver;
}

.report-datepicker-input {
	width: 148px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 40px;
	background-color: #f7f6f6;
	border: 0px solid #f7f6f6;
}

.btn-option {
	padding: 0px;
}

.btn-option-selected {
	color: #ffffff;
	background-color: #37BDB0;
	border-color: #cccccc;
}

	.btn-option-selected:hover,
	.btn-option-selected:focus,
	.btn-option-selected:active,
	.btn-option-selected.active,
	.open .dropdown-toggle .btn-option-selected {
		color: #ffffff;
		background-color: #0a6057;
		border-color: #cccccc;
	}

.btn-option-unselected {
	color: #37BDB0;
	background-color: #ffffff;
	border-color: #cccccc;
}

	.btn-option-unselected:hover,
	.btn-option-unselected:focus,
	.btn-option-unselected:active,
	.btn-option-unselected.active,
	.open .dropdown-toggle .btn-option-unselected {
		color: #37BDB0;
		background-color: #f5f5f5;
		border-color: #cccccc;
	}

/* Overwriting Bootstrap btn-outline colors */

.btn-outline-primary {
	--bs-btn-color: #37bdb0;
	--bs-btn-border-color: #37bdb0;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #37bdb0;
	--bs-btn-hover-border-color: #37bdb0;
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #37bdb0;
	--bs-btn-active-border-color: #37bdb0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #37bdb0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #37bdb0;
	--bs-gradient: none;
}

/* Removing the arrow from the burger menus */
.dropdown-toggle::after {
	content: none;
}

/* Dropdown button */
.dropdown-button {
	width: 100%;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
	background-color: #FFFFFF !important;
	border-color: #b1b1b1 !important;
}

	.dropdown-button:hover {
		border-color: #32ACA0 !important;
		box-shadow: 0 0 0 6px rgba(44, 167, 167, 0.15);
	}

/* Tabs */
.nav-tabs .nav-link {
	color: #000;
}