/* ========================================================== */
/*							ALL								  */
/* ========================================================== */
.code {
	font-family: monospace;
}
.block {
	display: block;
}
.right {
	text-align: right;
}
.fright {
	float: right;
}
.center {
	text-align: center;
}

.padding-left-10 {
	padding-left: 10px;
}
.padding-right-10 {
	padding-right: 10px;
}
.padding-left-20 {
	padding-left: 10px;
}
.padding-right-20 {
	padding-right: 10px;
}

.margin-header {
	margin-top: 85px;
	margin-bottom: -85px;
}

.red {
	color: #dd624e !important;
}
.bgred {
	background: #dd624e !important;
	color: #fff !important;
}
.green {
	color: #16a085 !important;
}
.bggreen {
	background: #16a085 !important;
	color: #fff !important;
}
.blue {
	color: #009fe3 !important;
}
.bgblue {
	background: #009fe3 !important;
	color: #fff !important;
}
.blue2 {
	color: #34b1c4 !important;
}
.bgblue2 {
	background: #34b1c4 !important;
	color: #fff !important;
}
.orange {
	color: #ec7936 !important;
}
.bgorange {
	background: #ec7936 !important;
	color: #fff !important;
}

label.error {
	color: #a00 !important;
}
label.error input,
label.error textarea {
	background-color: #ecc !important;
	border-color: #a00 !important;
}
span.error {
	color: #a00;
	font-weight: bold;
}

.form_separator_wrapper,
.form_separator_wrapper_white {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 100%;
	height: 1px;
	margin-top: -6px;
}

.form_separator_wrapper_white {
	background-color: #e5e5e5;
}

.form_separator_wrapper_blue {
	background-color: #009fe3;
}

p a {
	color: #009fe3 !important;
}
p a:hover {
	text-decoration: underline;
}

.title-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
	margin-top: 75px;
	padding: 75px 0;
	background-color: #009fe3;
}

.title-wrapper h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #009fe3 !important;
}
.title-wrapper.intern {
	padding: 0px;
	margin-top: 85px;
}

@media (min-width: 979px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
		margin-top: -20px;
	}
}
@media (min-width: 979px) {
	ul.nav li.dropdown.intern > ul.dropdown-menu {
		margin-top: 0px;
	}
}

.dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > li > a {
	color: #393f43;
	font-size: 14px;
	font-weight: 700;
}
.dropdown-menu > li > a:hover {
	color: #009fe3;
}
.navbar-right .dropdown-menu {
	padding: 10px 0;
	margin-top: -20px;
	left: 0;
	right: auto;
}
ul.nav li.dropdown.intern > ul.dropdown-menu {
	left: auto;
	right: 0;
}

.nav a.internMenu {
	position: relative;
	color: #fff !important;
	background-color: #009fe3;
	border: 1px solid #009fe3;
	margin-top: 14px;
	padding: 0 25px;
	font-weight: 600 !important;
	text-transform: none;
	webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
}

.nav a.internMenu:hover {
	color: #009fe3 !important;
	background-color: transparent;
	border: 1px solid #009fe3;
}

/* ========================================================== */
/* 						      LOGIN                           */
/* ========================================================== */

.login_wrapper {
	background: #fff;
}

.login_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

.login_info {
	padding: 1px 0 30px 60px;
	border-left: 1px solid #009fe3;
}

.login_info h2 {
	font-size: 28px;
	line-height: 36px;
	color: #454545;
	font-weight: 400;
	margin-bottom: 30px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	width: 91%;
	max-width: 400px;
	height: 56px;
	line-height: 56px;
	padding: 0 4%;
	border: 1px solid #858585;
	background-color: #eef0f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #454545;
	font-size: 16px;
	margin: 0 10px 10px 0;
}

#login-form #submit-button-login {
	width: 140px;
	height: 56px;
	background-color: #009fe3;
	border: 1px solid #009fe3;
	color: #fff;
	display: inline;
	margin: 0 5px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
}

#login-form #submit-button-login:hover {
	background-color: #0082c3;
	border: 1px solid #0082c3;
	transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
}

p.login_success_box,
p.options_box {
	font-size: 18px;
	color: #858585;
	font-style: italic;
	margin-bottom: 15px;
}

´/* ========================================================== */
/* 						      REGISTRATION                    */
/* ========================================================== */

.registration_wrapper {
	background: #fff;
}

.registration_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

.registration_info {
	padding: 1px 0 30px 60px;
	border-left: 1px solid #009fe3;
}

.registration_info h2 {
	font-size: 28px;
	line-height: 36px;
	color: #454545;
	font-weight: 400;
	margin-bottom: 30px;
}

#registration-form input[type="text"],
#registration-form input[type="password"],
#registration-form select {
	width: 100%;
	max-width: 400px;
	height: 56px;
	line-height: 56px;
	padding: 0 4%;
	border: 1px solid #858585;
	background-color: #eef0f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #454545;
	font-size: 16px;
	margin: 0 10px 10px 0;
	font-weight: normal;
}
#registration-form textarea {
	background-color: #eef0f1;
	color: #454545;
	font-weight: normal;
}

#registration-form input[type="checkbox"] {
	margin-bottom: 10px;
}

#registration-form #submit-button-registration {
	height: 56px;
	background-color: #009fe3;
	border: 1px solid #009fe3;
	color: #fff;
	display: inline;
	margin: 15px 5px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	vertical-align: top;
	transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
}

#registration-form #submit-button-registration:hover {
	background-color: #0082c3;
	border: 1px solid #0082c3;
	transition: background-color 0.25s ease-in-out;
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
}

#registration-form label {
	width: 100%;
}

p.registration_success_box,
p.options_box {
	font-size: 18px;
	color: #858585;
	font-style: italic;
	margin-bottom: 15px;
}

/* ========================================================== */
/* 					       CATALOGUE                          */
/* ========================================================== */

.catalogue-block {
	display: block;
	position: relative;
	background: #fff;
	padding: 20px 25px 17px 25px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.catalogue-block:hover {
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}

.catalogue .catalogue-left {
	position: relative;
	margin-bottom: 40px;
	border-right: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}

.catalogue .catalogue-left .catalogue-arrow {
	background: none repeat scroll 0 0 #fff;
	border-right: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: block;
	width: 18px;
	height: 18px;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	z-index: 50;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: none\9; /* IE9 and below */
}

.catalogue .catalogue-right {
	position: relative;
	margin-bottom: 40px;
	border-left: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}

.catalogue .catalogue-right .catalogue-arrow {
	background: none repeat scroll 0 0 #fff;
	border-left: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: block;
	width: 18px;
	height: 18px;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	z-index: 50;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: none\9; /* IE9 and below */
}

.catalogue .catalogue-right {
	float: right;
}

.catalogue .catalogue-left {
	float: left;
}

.catalogue-block .catalogue-text h4 {
	margin-bottom: 8px;
	font-size: 20px;
}

.catalogue-block .catalogue-text a {
	color: #009fe3;
}
.catalogue-block .catalogue-text a:hover {
	color: #0082c3;
}

.catalogue-block .catalogue-image img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	border: 4px solid #eef0f1;
	border-radius: 50%;
	margin-top: -50px;
}

.catalogue .catalogue-right .catalogue-image img {
	left: 30px;
}

.catalogue .catalogue-right .catalogue-text {
	text-align: left;
	margin-left: 130px;
}

.catalogue .catalogue-left .catalogue-image img {
	right: 30px;
}

.catalogue .catalogue-left .catalogue-text {
	text-align: right;
	margin-right: 130px;
}

.catalogue .catalogue-left .h-line {
	position: absolute;
	width: 2px;
	height: 140%;
	background: #ddd;
	right: -74px;
	top: 0;
}

.catalogue .catalogue-right .h-line {
	position: absolute;
	width: 2px;
	height: 140%;
	background: #ddd;
	left: -73px;
	top: 0;
}

.catalogue .catalogue-left.last .h-line,
.catalogue .catalogue-right.last .h-line {
	height: 100% !important;
}

/* ========================================================== */
/* 					       SEITENAUFLISTUNG                   */
/* ========================================================== */
div.siteInformation {
	position: relative;
	display: block;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 8pt;
	clear: both;
	text-align: center;
}
div.siteInformation span.infoText {
	display: inline;
}
div.siteInformation a.current {
	color: #fff;
	background: #666;
	border-color: #000000;
	text-decoration: none;
}
div.siteInformation a.site {
	background: #fbfbf9;
	color: #000;
	text-align: center;
	padding: 2px 6px;
	border: 1px #808080 solid;
	margin: 0 1px 1px 0;
}
div.siteInformation a.site:hover {
	color: #fff;
	background: #666;
	border-color: #000000;
	text-decoration: none;
}
div.siteInformation a.current {
	color: #fff;
	background: #666;
	border-color: #000000;
	text-decoration: none;
}

/* ========================================================== */
/* 					       CATALOGUE DETAIL                   */
/* ========================================================== */
.catalogue-details-item {
	position: relative;
	z-index: 100;
	margin-bottom: 35px;
	padding-bottom: 0;
	width: 100%;
}

.catalogue-details-box {
	background-color: #f7f7f7;
	padding: 15px 25px 15px 25px;
	position: relative;
	z-index: 100;
	border-left: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.catalogue-details-box .catalogue-details-arrow {
	background: none repeat scroll 0 0 #f7f7f7;
	border-right: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: block;
	width: 12px;
	height: 12px;
	left: 40px;
	bottom: -8px;
	position: absolute;
	z-index: 50;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: none\9; /* IE9 and below */
}

.catalogue-details-box p {
	margin: 0;
}

/* ----- 3. Testimonials ----- */
.section-catalogue-details {
	position: relative;
	padding: 60px 0;
}

.catalogue-details-wrapper {
	position: relative;
	max-width: 960px;
}

.catalogue-details-info {
	display: inline-block;
}

.catalogue-details-info img {
	float: left;
	margin-right: 20px;
	width: 110px;
	height: 110px;
	padding: 5px 5px;
	background-color: #d5d5d5;
	border: 1px solid #eef0f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

p.catalogue-details-text {
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #858585;
	border-left: 1px solid #858585;
	padding: 10px 0 10px 40px;
}
.catalogue-details-wrapper p.item-name {
	float: left;
	margin: 0;
	padding-top: 30px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #454545;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.catalogue-details-wrapper p.item-name span {
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	color: #858585;
	font-family: "Open Sans", sans-serif;
}

/* ========================================================== */
/* 			            ERROR SECTION                         */
/* ========================================================== */

.section-error {
	background-color: #dd624e;
	padding: 0 15px;
}
.section-warning {
	background-color: #f4a63d;
	padding: 0 15px;
}

.section-warning .icon-exclamation,
.section-error .icon-exclamation {
	font-size: 16px;
	color: #fff;
}

.section-warning ul.error-list,
.section-error ul.error-list {
	display: inline-block;
}

.section-warning ul.error-list li span,
.section-error ul.error-list li span {
	font-size: 14px;
	line-height: 14px;
	margin-left: 20px;
}

.section-warning ul.error-list li*,
.section-error ul.error-list li * {
	font-size: 14px;
	margin: 0 0;
}

.section-warning h3,
.section-error h3 {
	font-size: 20px;
}
.section-warning h1,
.section-error h1 {
	margin: 0;
	font-size: 16px;
}

/* ========================================================== */
/* 			            SUCCESS SECTION                       */
/* ========================================================== */

.section-success {
	background-color: #f4a63d;
	padding: 0;
}

.section-success h3 {
	font-size: 20px;
}

/* ========================================================== */
/* 						      CONFIRMATION                    */
/* ========================================================== */

.confirmation_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}
.confirmation_box h2 {
	color: #454545;
}

/* ========================================================== */
/* 						      DATA-TABLES                     */
/* ========================================================== */
.dataTables_filter,
.dataTables_length {
	font-size: 12px;
}
.dataTables_filter {
	float: right;
}
.dataTables_filter input[type="search"] {
	margin-left: 5px;
}
.dataTables_info {
	margin: 5px 0px;
	font-style: italic;
	font-size: 12px;
}
.dataTables_empty {
	padding: 25px 50px !important;
	text-align: center;
}
.dataTables_paginate li a {
	font-size: 12px;
	color: #009fe3 !important;
	border-color: #ddd !important;
}
.dataTables_paginate li.active a {
	color: #fff !important;
	background-color: #009fe3 !important;
	border-color: #009fe3 !important;
}
.dataTables_paginate li a:hover {
	border-color: #009fe3 !important;
}
.data-table-std {
	width: 100%;
	font-size: 12px;
}
.data-table-std td,
.data-table-std th {
	padding: 2px 10px;
}
.data-table-std thead,
.data-table-std tfoot {
	background-color: #919ba1;
	color: #fff;
	border-left: 1px solid #919ba1;
	border-right: 1px solid #919ba1;
}
.data-table-std tbody {
	background-color: #fff;
	border-left: 1px solid #919ba1;
	border-right: 1px solid #919ba1;
}
.data-table-std .even {
	background-color: #eee;
}

/* ========================================================== */
/* 						      DATA-TABLES                     */
/* ========================================================== */
.btn-red {
	background-color: #dd624e;
	color: #fff;
}
.btn-red:hover {
	background-color: #ff624e;
	color: #fff;
}
.btn-green {
	background-color: #16a085;
	color: #fff;
}
.btn-green:hover {
	background-color: #16af85;
	color: #fff;
}

/* ========================================================== */
/* 						      NAVBAR                          */
/* ========================================================== */
.navbar-brand {
	height: 84px !important;
	margin-top: 0px !important;
}

/* ========================================================== */
/* 						      INTERN SIDEBAR                  */
/* ========================================================== */
#nav-intern {
	border-left: 1px solid #ccd0d1;
	border-right: 1px solid #009fe3;
	margin-right: -1px;
}
#nav-intern li {
	border-bottom: 1px solid #ccd0d1;
}
#nav-intern a {
	display: block;
	padding: 5px 15px;
}
#nav-intern a.active {
	font-weight: bold;
}
#nav-intern a:hover,
#nav-intern a.active:hover {
	background: #ccd0d1;
}
#nav-intern a.active {
	background: #dde0e1;
}
#nav-intern li:not(.collapsed) > .second-level {
	display: none;
}
#nav-intern .second-level li {
	border-bottom: none;
}
#nav-intern .second-level a {
	padding: 5px 15px 5px 35px;
}
#nav-intern li:not(.collapsed) > .third-level {
	display: none;
}
#nav-intern .third-level li {
	border-bottom: none;
}
#nav-intern .third-level a {
	padding: 5px 55px;
}
/* ========================================================== */
/* 						      INTERN SECTION                  */
/* ========================================================== */
.section-intern {
	padding: 0px 15px;
}
.section-intern .btn {
	text-transform: none;
}
.section-intern .btn.small {
	padding: 5px 10px !important;
	border-radius: 4px !important;
}
.section-intern .btn.small .icon {
	margin-left: -5px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	vertical-align: middle;
}
.section-intern h7 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #454545;
}
.section-intern h8 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}
.section-intern p {
	font-size: 14px;
	line-height: 16px;
}
.separator_wrapper_intern {
	margin: 10px 0;
}
.separator_wrapper_intern {
	background-color: #eef0f1;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 100%;
	height: 1px;
}

/* ========================================================== */
/* 			            PANELS                                */
/* ========================================================== */
.panel .panel-footer a {
	color: #fff;
}
.panel .panel-footer a:hover {
	text-decoration: underline;
}
.panel .panel-body {
	background: #f9f9f9;
	color: #858585;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 10px 15px;
	height: 125px;
}
.panel.no-heading .panel-body {
	border-top: 1px solid #e5e5e5;
}
.panel .panel-body.code {
	font-family: monospace;
	word-break: break-all;
}
.panel .panel-body h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 4px;
}
.panel .panel-body p.no-data {
	font-size: 12px;
	font-style: italic;
	padding: 30px 0;
}
.panel .panel-footer.green {
	background: #16a085;
	color: #fff;
}
.panel .panel-footer.blue2 {
	background: #34b1c4;
	color: #fff;
}
.panel .panel-footer.blue2 {
	background: #34b1c4;
	color: #fff;
}
.panel .panel-footer.orange {
	background: #ec7936;
	color: #fff;
}

/* ========================================================== */
/* 			            KAMPAGNENDETAILS                      */
/* ========================================================== */
.campaigndetails .section-intern span.title {
	display: inline-block;
	width: 75px;
	font-weight: bold;
	font-size: 14px;
	color: #676767;
}
.campaigndetails .section-intern .panel .panel-body {
	height: auto;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 15px;
}
.campaigndetails .section-intern .panel .panel-body p {
	font-size: 12px;
	margin-bottom: 0px;
}
.campaigndetails .section-intern .panel .panel-heading {
	padding: 10px 15px;
	font-size: 12px;
}

.campaigndetails .section-intern #nav-cd-side {
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
}
.campaigndetails .section-intern #nav-cd-side li {
	border-bottom: 1px solid #e5e5e5;
}
.campaigndetails .section-intern #nav-cd-side li.title {
	padding-top: 10px;
	font-weight: bold;
}
.campaigndetails .section-intern #nav-cd-side a {
	display: block;
	padding: 0 5px;
}
.campaigndetails .section-intern #nav-cd-side a.second {
	padding-left: 15px;
}
.campaigndetails .section-intern #nav-cd-side a:hover,
.campaigndetails .section-intern #nav-cd-side a.active {
	background-color: #009fe3;
	color: #fff;
}

.campaigndetails .section-intern .adPreview {
	width: 100%;
	background-color: ;
}

/* ========================================================== */
/* 			            FAQ                                   */
/* ========================================================== */
#faq_box .frage {
	color: #009fe3;
}
#faq_box .frage:hover {
	text-decoration: underline;
	cursor: pointer;
}
#faq_box .antwort {
	display: none;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #009fe3;
	background-color: #f9f9f9;
}
#faq_box .antwort p {
	margin-bottom: 0px !important;
}

/* ========================================================== */
/* 			            FOOTER_NAVI                           */
/* ========================================================== */
ul.footer_navi {
	width: 100%;
	display: block;
	max-width: 1140px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}
ul.footer_navi li {
	display: inline-block;
	padding: 0px 10px;
}
ul.footer_navi li a {
	color: #cecece;
}
ul.footer_navi li a:hover {
	color: #009fe3;
}

/* ========================================================== */
/* 			            PAGINATION                            */
/* ========================================================== */
.pagination > li > a,
.pagination > li > span {
	color: #009fe3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #009fe3 !important;
	border-color: #009fe3 !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #009fe3;
	border-color: #009fe3;
}

/* ========================================================== */
/* 			            AUTOCOMPLETE                          */
/* ========================================================== */

.ui-autocomplete {
	padding: 0;
	list-style: none;
	background-color: #fff;
	width: 218px;
	border: 1px solid #b0beca;
	max-height: 350px;
	overflow-y: scroll;
}
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item > a {
	font-size: 12px;
	border-top: 1px solid #b0beca;
	display: block;
	padding: 2px 10px;
	color: #353d44;
	cursor: pointer;
	font-weight: normal;
}
.ui-autocomplete .ui-menu-item:first-child a,
.ui-autocomplete .ui-menu-item:first-child {
	border-top: none;
}
.ui-autocomplete .ui-menu-item a.ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus {
	background-color: #d5e5f4;
	color: #161a1c;
}

/* ========================================================== */
/* 			            MISC                                  */
/* ========================================================== */

.popover-title,
.popover-content {
	text-align: left;
}

/* ========================================================== */
/* 			            MISC                                  */
/* ========================================================== */
.section-intern.legend h7 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.section-intern.legend .title {
	font-size: 12px;
	font-weight: bold;
}
.section-intern.legend .desc {
	font-size: 12px;
}
.section-intern .following-desc {
	font-size: 14px;
}
