@CHARSET "ISO-8859-1";
/* Novoferm 
=================================================================== */

/* Variables
=================================================================== */
:root {
	--white: #ffffff;
	--black: #000000;
	--font-color: #000000;
	--novo-light-grey-1: #EBEBEB;
	--novo-light-grey-2: #D5D6D7;
	--novo-ligth-grey-3: #C7C7C7;
	--novo-middle-grey-1: #a7a7a7;
	--novo-middle-grey-2: #999999;
	--novo-blue: #006AB2;
	--novo-light-blue: #0087e7;
	--novo-red: #E32145;
	--novo-orange: #FF9F00;
	--novo-green: #45B02B;
	--h1: 28px;
	--h2: 16px;
	--h2-box: 15px;
	--h3: 15px;
	--font-size-basic: 13px;
	--font-size-12: 12px;
	--font-size-16: 16px;
	--letter-spacing-basic: 0.65px;
	--text-transform-uppercase: uppercase;
}

/* Basic
=================================================================== */
body {
	color: var(--black);
	font-size: var(--font-size-basic);
	background: var(--white, #ffffff);
	padding: 0 10px;
}

.max-width {
	max-width: 1620px;
	margin: 0 auto;
}

/* Überschriften */
h1 {
	font-size: var(--h1);
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 4.2px;
	text-transform: uppercase;
}
h2 {
	font-size: var(--h2);
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.details .details-box h2 {
	font-size: var(--h2-box);
	margin: 0 0 25px 0;
	padding: 0;
	background: none;
}
h3 {
	font-size: var(--h3);
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	line-height: 14px;
}
h5 {
	font-size: 13px;
	line-height: 13px;
}
h6 {
	font-size: 12px;
	line-height: 12px;
}

/* Links */
a {
	color: #000000;
}
a.iconlink,
a.iconlink:visited{
	font-size:20px;
	color: var(--novo-blue);
	text-decoration: none;
}
a.iconlink:hover,
a.iconlink:active{
	color: var(--novo-light-blue);
	text-decoration: none;
}

/* Button */
.btn {
	font-family: 'Lato', sans-serif;
	color: var(--white);
	font-size: 12.5px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.65px;
	margin: 0 20px 0 0;
	padding: 9px 14px;
	border-radius: 0;
	box-shadow: none;
	background-color: var(--novo-blue);
	display: inline-block;
}

.btn:hover,
.btn:focus {
	color: var(--white);
	background-color: var(--novo-light-blue);
	text-decoration: none;
	outline: none;
}

.btn .new{
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:10px;
	text-align:center;
	font-size:10px;
	top:-6px;
	right:-6px;
	background:#fff;
	color:#0064ae;
}

/* Icons
=================================================================== */

.icon-plus-sign {
	font-family: FontAwesome !important;
}

/* Header
=================================================================== */

/* Headbar */
#headbar{
	padding-top: 60px;
	background: var(--white, #ffffff);
	color: var(--font-color, #000000);
	position:relative;
}
.simple #headbar{
	background:none;
}
#title{
	font-size: var(--h1, 28px);
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 4.2px;
	line-height: 34px;
	padding-bottom: 6px;
}
#hello{
	font-size: var(--font-size-basic, 13px);
	text-transform: uppercase;
	letter-spacing: 1.3px;
	line-height: 16px;
	padding-bottom: 6px;
}
#logo {
	position:absolute;
	top:30px;
	right:0;
	display:block;
}

#logo img {
	width: 200px;
}

/* Navigationsleite (Meta + Hauptnavi) */
#topnavbar{
	padding: 0;
}
#topnavbar .top-menu-meta-container {
	background: linear-gradient(90deg, white 50%, #006AB2 50%);
}
#topnavbar .top-menu-main-container {
	background: var(--white);
	border-top: 1px solid var(--novo-ligth-grey-3);
	border-bottom: 1px solid var(--novo-ligth-grey-3);
}
#topnavbar .top-menu-right {
	padding: 10px 0 5px;
	position: relative;
	background: linear-gradient(-45deg, #006AB2 600px, white 600px);
}
#topnavbar .top-menu-left {

}
#topnavbar .navbar-inner{
	color: inherit;
	padding: 0;
	background: none;
	box-shadow: none;
}
#topnavbar input{
	margin-bottom:0;
	background:#f2f2f2;
	color:#585858 !important;
}
#topnavbar .btn-menu, #topnavbar .btn-group{
	margin-top: 0;
	padding: 5px 20px;
	margin-left: 0;
	margin-right: 0;
}
#topnavbar input, #topnavbar button, #topnavbar #hello, #topnavbar a{
	margin-bottom:5px;
}
#topnavbar a {
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
#topnavbar #menuToggle{
	position:absolute;
	left:-15px;
	top:13px;
	width:18px;
	margin:0;
}
#topnavbar #kontakte{
	overflow: visible;
}
#topnavbar .btn{
	color: var(--white);
	background: transparent;
	box-shadow: none;
	position: relative;
	font-size: var(--font-size-12);
	font-weight: normal;
	letter-spacing: 1.2px;
	border-left: 1px solid white;
	border-radius: 0;
}
#topnavbar .open .btn{
	background:#fff;
	color:#585858;
}
#topnavbar .btn#logout{
	padding-right: 0;
}
#topnavbar .notification{
	color: var(--font-color) !important;
	font-size: 10px;
	font-weight:normal;
	line-height: 10px;
	background:#fff;
	padding: 2px 4px;
	position: absolute;
	top: -8px;
	right: 8px;
	border: none;
	height: auto;
}
#topnavbar li{
	position: relative;
}
#topnavbar .dropdown-menu li a{
	white-space:nowrap !important;
}

.info-extranet{
	color: white;
	font-size: 20px;
	margin-right: 20px;
	vertical-align: sub;
}

#extranetinfo {
	display: none;
	position: absolute;
	right: 20px;
	z-index: 3;
	width: 40%;
	padding: 20px;
	background: white;
	border: 1px solid black;
	text-align: left;
}

#extranetinfo h2{
	font-weight: bold;
}

.info-extranet:hover + #extranetinfo {
	display:block;
}

.open .notification{
	font-size: 11px;
	border: 1px solid;
	border-color: #dddddd;
}

.row-fluid [class*="span"] h3:first-child{
	/* margin-top:0; */
}
.toggle{
	display:none;
}

/* Hauptmenü */
#top-menu li{
	margin-right:15px;
}
#top-menu .nav [class^="icon-"], #top-menu.nav [class*=" icon-"] {
	font-size:20px;
	padding:0;
	margin:0;
	margin-right:15px;
	vertical-align: text-bottom;
}
#top-menu .navbar .nav > li > a,
#top-menu .navbar .nav > .active > a {
	font-size: var(--font-size-basic);
	text-shadow:none;
	box-shadow:none;
	border: none;
}
#top-menu .nav-tabs.nav-stacked > li > a, #top-menu .nav-tabs.nav-stacked > li > ul > li > a, #top-menu .nav-tabs.nav-stacked > li:first-child > a, #top-menu .nav-tabs.nav-stacked > li:last-child > a,
#top-menu .nav-tabs.nav-stacked > li > a:hover, #top-menu .nav-tabs.nav-stacked > li > ul > li > a:hover, #top-menu .nav-tabs.nav-stacked > li:first-child > a:hover, #top-menu .nav-tabs.nav-stacked > li:last-child > a:hover{
	color: var(--novo-middle-grey-2);
	margin-bottom: 0;
	padding: 15px 60px 15px 0;
	border-radius: unset;
	background: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
}
#top-menu .nav-tabs.nav-stacked > li.active > a,
#top-menu .nav-tabs.nav-stacked > li > ul > li.active > a,
#top-menu .nav-tabs.nav-stacked > li.active:first-child > a,
#top-menu .nav-tabs.nav-stacked > li.active:last-child > a,
#top-menu .nav-tabs.nav-stacked > li > a:hover,
#top-menu .nav-tabs.nav-stacked > li > ul > li > a:hover,
#top-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
#top-menu .nav-tabs.nav-stacked > li:last-child > a:hover{
	color: var(--font-color);
}

/* Main-Grid
=================================================================== */

/* Main-Container */
.container-fluid-full {
	margin-top: 45px;
	position: relative;
	overflow: unset;
}

/* Linke Spalte */
.container-fluid-full #sidebar-left {
	width: 28%;
	height: 100%;
	background:var(--white);
	margin: 0 !important;
	padding: 0 3% 0 0;
	position:absolute;
	left:0;
	top:0;
}

/* Rechte Content-Spalte */
.container-fluid-full #content {
	width: 72%;
	margin: 0 0 40px 28%;
	padding: 0 0 0 3%;
	border-left: 1px solid var(--novo-ligth-grey-3);
}

.container-fluid-full #content.contentFull {
	padding: 20px;
	width: 100%;
	margin-left: 0;
}

/* Linke Spalte
=================================================================== */

#sidebar-left {
	z-index:20;
}

.sidebar-filter .sidebar-headline {
	color: var(--white);
	background-color: var(--novo-blue);
	display: flex;
	flex-wrap: wrap;
}

.sidebar-filter .sidebar-headline:after {
	content: "";
	width: 100%;
	height: 20px;
	background: linear-gradient(135deg, var(--novo-blue) 60%, var(--white) 60%);
}

.sidebar-filter .sidebar-headline h2 {
	margin: 0px 0px 0px 20px;
	padding: 20px 0 5px 0;
}

.sidebar-filter form h2 {
	color: var(--font-color);
	font-size: var(--font-size-basic);
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-basic);
	margin: 15px 0 5px;
	padding: 0;
}

/* Linkes Untermenü */
.sidebar-left-menu ul {
	padding-bottom: 0;
}

.sidebar-left-menu .nav-tabs.nav-stacked > li > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a:hover {
	color:#585858;
}
.sidebar-left-menu .nav-tabs.nav-stacked > li.active > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li.active > a {
	background:#0064ae;
	color:#fff;
}
.sidebar-left-menu .nav-tabs.nav-stacked > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a:hover {
	color:#fff;
}

.sidebar-left-menu .nav-tabs.nav-stacked > li > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a:hover{
	border-top: 1px solid var(--white);
	border-bottom: 1px solid var(--novo-ligth-grey-3);
	padding: 15px 25px;
	letter-spacing: var(--letter-spacing-basic);
	text-transform: var(--text-transform-uppercase);
}

.sidebar-left-menu .nav-tabs.nav-stacked > li.active > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li.active > a {
	border-top: 1px solid var(--novo-blue);
}
.sidebar-left-menu .nav-tabs.nav-stacked > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:last-child > a:hover{
	border-top: 1px solid #828181;
}
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child > a:hover,
.sidebar-left-menu .nav-tabs.nav-stacked > li:first-child.active > a,
.sidebar-left-menu .nav-tabs.nav-stacked > li > ul > li:first-child.active > a {
	border-top: 0;
}
.sidebar-left-menu .nav-tabs > li{
	margin-bottom: 0;
}

/* Filter in der linken Spalte */
form#filterForm {
	margin-bottom: 0;
}

.filter-sel, .filter-text{
	padding: 0;
}

.filter-sel select{
	width:100%;
}

.filter-text input{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-datepicker{
	font-size:12px;
}

.filter-text.times {
	display: flex;
	justify-content: space-between;
}

.filter-since,
.filter-until {
	position: relative;
}

.filter-since input,
.filter-until input {
	padding-left: 40px !important;
}

.filter-since:before,
.filter-until:before {
	content: "\e908";
	position: absolute;
	font-family: 'icomoon';
	color: #919191;
	font-size: 20px;
	top: 9px;
	left: 10px;
}

.filter-text.times .spacer{
	width: 5%;
	height:28px;
	line-height:28px;
	display:block;
}

.filter-msel{
	margin-right: 0;
}

.filter-msel select{
	width:100%;
	height:30px;
}

.chzn-container.chzn-container-multi {
	width: 100% !important;
}

.chzn-container-multi .chzn-choices {
	color: var(--novo-middle-grey-1);
	padding: 10px 45px 10px 8px;
	border: 1px solid var(--novo-light-grey-2);
	background: transparent;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.chzn-container-multi .chzn-choices:before {
	content: "\e901";
	color: var(--novo-blue);
	font-family: 'icomoon';
	width: auto;
	height: auto;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 35%;
	right: 20px;
	font-size: 16px;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: var(--novo-middle-grey-1);
}

.chzn-container-multi .chzn-choices .search-choice {
	color: var(--white);
	padding: 5px 25px 5px 10px;
	font-size: var(--font-size-basic);
	background: none;
	background-color: var(--novo-blue);
	box-shadow: none;
	border: 0;
	border-radius: 0;
	margin: 0px 10px 5px 0px;
}

.chzn-container-multi .chzn-choices .search-choice:first-child {
	margin-left: 0;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close{
	color: var(--white);
	display: inline-block;
	text-decoration: inherit;
	background: none;
	font-family: FontAwesome;
	font-size: 12px;
	top: 5px;
	right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:before{
	content: "";
}

.chzn-container .chzn-results{
	max-height:400px;
	font-size:12px;
}

#filterUser_chzn .chzn-results {
	max-height:200px;
	font-size:12px;
}

.chzn-container .chzn-results .highlighted{
	background:#0064AE;
}

.left-buttons {
	margin-top: 30px;
	padding: 0;
	padding-top: 30px;
	border-top: 1px solid var(--novo-ligth-grey-3);
}

.push-height {
	height: 40px;
}

a.toogler{
	color:#000;
	text-decoration:underline;
}

/* Rechte Content-Box
=================================================================== */

.box {
	border: 3px solid var(--novo-light-grey-1);
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}
.box .box-header {
	color: var(--font-color);
	background: var(--novo-light-grey-1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box .box-header:after {
	content: "";
	width: 100%;
	height: 20px;
	background: linear-gradient(135deg, var(--novo-light-grey-1) 60%, var(--white) 60%);
}
.box .box-header h2 {
	float: none;
	margin: 0px 0px 0px 20px;
	padding: 20px 0 10px 0;
}
.box .box-header .box-icon {
	background: transparent;
	float: none;
	font-size: 22px;
}
.box .box-header .box-icon i {
	color: var(--novo-blue);
	border-left: none;
}

/* Content-Tabelle (Leadübersicht) */
.table > tbody > tr > td {
	vertical-align: middle;
	border-top: 1px solid var(--novo-ligth-grey-3);
}
.table thead th {
	text-transform: uppercase;
	letter-spacing: var(--letter-spacing-basic);
}
.table th.text-center, .table td.text-center{
	text-align:center;
}
table.striped-man .odd{
	background:transparent;
}
table tr[id^=row_] td:first-child {
	border-left: 1px solid transparent;
}
table tr[id^=row_] > td:last-child {
	border-right: 1px solid transparent;
}
table .lead_open td:first-child {
	border-left: 1px solid var(--novo-ligth-grey-3) !important;
}
table .lead_open td:last-child {
	border-right: 1px solid var(--novo-ligth-grey-3) !important;
}
table .details {
	border-top: 0 !important;
	border-left: 1px solid var(--novo-ligth-grey-3);
	border-right: 1px solid var(--novo-ligth-grey-3);
	border-bottom: 1px solid var(--novo-ligth-grey-3);
	padding: 0;
}
table .details .details-left {
	width: 42%;
	margin: 0 4% !important;
}
table .details .details-right {
	width: 50%;
	margin: 0;
	border-left: 1px solid var(--novo-ligth-grey-3);
}
table .details .details-right form {
	margin: 0;
}
.details .details-left .details-box {
	margin-top: 40px;
	padding: 0;
}
.details .details-right .details-box {
	padding: 8%;
	border-bottom: 1px solid var(--novo-ligth-grey-3);
}
.details .details-right .details-box:last-child {
	border-bottom: none;
}
.details .details-box .row-fluid > .span12:nth-child(2) {
	margin: -2px 0 5px 0;
	padding-left: 35px;
}

/* Anordung der Tabellenfelder im Accordion */
.details-box-content {
	padding: 0;
}
.details-box-content > table > tbody {
	display: flex;
	flex-wrap: wrap;
}
.details-box-content > table > tbody > tr {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-self: flex-start;
	padding-bottom: 20px;
}
.details-box-content > table > tbody > tr > th,
.details-box-content > table > tbody > tr > td {
	width: 100%;
	padding: 0;
	text-align: left;
}
.details table{
	border:0;
	border-collapse:collapse;
	width:100%;
}
.details table td,.details table th{
	border:0;
	padding:4px;
}
.details table th {
	font-weight: bold;
	letter-spacing: var(--letter-spacing-basic);
	text-transform: var(--text-transform-uppercase);
}
.mail-content .message{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--novo-ligth-grey-3);
	width:100%;
	display: inline-block;
	overflow:hidden;
}
.status {
	margin-top: 0;
}
.buttons {
	padding: 4% 4% 2% 4%;
}
.buttons button {
	margin-bottom: 10px;
}
.chzn-container .chzn-results li.main-opt{
	font-weight:bold;
}
.chzn-container .chzn-results li.sub-opt{
	padding-left:20px;
}
.chzn-container .chzn-results li.group-result{
	border-top:1px dotted #999999;
	font-size:8px;
	line-height:8px;
	padding-top:3px;
	padding-bottom:1px;
}
.chzn-container .chzn-results li.group-result:after{
	content: ":";
}

/* Lead hinzufügen
=================================================================== */

.add-lead-button--container {
	margin: 10px 0 20px 0;
	text-align: right;
}

.add-lead-button {
	margin: 0;
	padding: 5px 10px;
}

.add-lead-button span {
	margin-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

.add-lead-button i {
	font-size: 20px;
	vertical-align: middle;
	line-height: 1;
}

.lead-overview > .box-content {
	padding: 0 40px 40px 40px;
}

/* Label bzw. Badges im Listing */
.label {
	font-size: 9px;
	font-weight: 400;
	padding: 5px 8px;
	width: auto;
	line-height: 1;
	text-align: center;
	border-radius: 0;
}
.label-status {
	font-size: var(--font-size-basic);
	font-weight: 400;
	padding: 0;
	width: 90px;
	line-height: 28px;
	text-align: center;
	border-radius: 0;
}
.label.concern {
	width: auto;
	color: var(--font-color);
	font-size: var(--font-size-basic);
	font-weight: 400;
	line-height: 1;
	text-align:left;
	padding: 0;
	background-color: transparent;
}
.label-important,
.badge-important,
.label-important[href],
.badge-important[href] {
	background: var(--novo-red);
}
.text-important {
	color: var(--novo-red);
}
.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href] {
	background: var(--novo-orange);
}
.label-success,
.badge-success,
.label-success[href],
.badge-success[href] {
	background: var(--novo-green);
}

/* General
=================================================================== */
.pull-right.text-right{
	text-align:right;
}
.dropdownBtn{
	position:relative;
	display:inline-block;
	border-radius: 2px 2px 0 0;
	outline: none;
}
.dropdownBtn .btn{
	margin-left:0;
}
.dropdown-menu{
	left:auto;
	right:-1px;
	border:1px solid #585858;
	border-top:0 !important;
	border-radius:4px 0 4px 4px;
}
.dropdownBtn.open{
	background:#fff;
}
.dropdownBtn.open .btn{
	background:#fff;
	color:#0064ae;
}
.dropdown-menu li a{
	line-height:30px;
	padding:2px 10px !important;
}

/* Buttons */
.btn-primary{
	background:#0064AE;
}
.btn-reset{
	margin-left:20px;
}

/* Dashboard */
a.smallstat{
	display:block;
	text-decoration:none;
}

/* Forms
=================================================================== */

/* Inputs */
input,
select {
	width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

input[placeholder],
[placeholder],
*[placeholder] {
	color: var(--font-color) !important;
}

input.text,
input.statusfields,
input[type="text"],
input[type="password"],
select {
	color: var(--font-color) !important;
	font-size: var(--font-size-basic);
    height: auto !important;
	line-height: 16px;
	padding: 12px 15px 12px 15px;
	border: 1px solid var(--novo-light-grey-2) !important;
	border-radius: 0;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	box-sizing: border-box;
}

select {
	padding: 12px 45px 12px 15px;
}

input.text:focus,
input.statusfields:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	outline: none;
}

input::placeholder, ::placeholder {
	color: var(--novo-middle-grey-1) !important;
	letter-spacing: 0.2px;
}

input::-moz-placeholder {
	color: #919191 !important;
}
input:-moz-placeholder {
	color: #919191 !important;
}
input::-webkit-input-placeholder {
	color: #919191 !important;
}
input:-ms-input-placeholder {
	color: #919191 !important;
}

/* Textareas */
textarea.message{
	height: 160px;
}

/* From groups */
.controls {
	position: relative;
}

/* Selects */
select {
	appearance: none;
}

.select-container {
	position: relative;
}

.select-container:before {
	content: "\e901";
	color: var(--novo-blue);
	font-family: "icomoon";
	width: auto;
	height: auto;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 30%;
	right: 20px;
	pointer-events: none;
	font-size: 16px;
}

/* Checkboxen */
.radio, .checkbox {
	font-size: var(--font-size-basic);
	line-height: 16px;
	letter-spacing: var(--letter-spacing-basic);
	position: relative;
	margin: 4px 0 10px 0 !important;
	padding-top: 0 !important;
	padding-left: 35px;
	min-height: 25px;
	vertical-align: baseline !important;
}

.details .details-box .row-fluid > .span12:nth-child(2) input,
.details .details-box .row-fluid > .span12:nth-child(2) select {
	margin-bottom: 0;
}

div.checker {
	width: auto;
	height: auto;
}

.checkbox.inline div.checker {
	position: absolute;
	top: 0;
	left: 0;
}

div.checker span {
	width: 25px;
	height: 25px;
	background: var(--white);
	border: 1px solid #d5d6d7;
	position: relative;
}

div.checker span.checked:before,
div.checker span.checked:after{
	content: '';
	background-color: var(--novo-blue);
	display: block;
	position: absolute;
	transform: rotate(45deg);
	border-radius: 5px;
	pointer-events: none;
}
div.checker span.checked:before {
	width: 8px;
	height: 2px;
	top: 13px;
	left: 3px;
}
div.checker span.checked:after {
	width: 2px;
	height: 16px;
	top: 4px;
	left: 14px;
}

/* Headline check/uncheck all checkbox */
.checkboxes {
	padding-bottom: 40px;
}

.toggle-checkboxes {
	margin-bottom: 4px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid var(--novo-light-grey-2);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.toggle-checkboxes .checker {
	position: relative;
}

/* FormBox
=================================================================== */
.formBox form {
	margin: 0;
}

.formBox .details-box {
	padding: 30px 40px;
	border-bottom: 3px solid var(--novo-light-grey-1);
}

.formBox .box-content {
	padding: 0;
}

.flex-arrangement {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-arrangement-input {
	width: 31%;
	margin-right: 3.5%;
}

.flex-arrangement > .flex-arrangement-input:nth-child(3n+3) {
	margin-right: 0;
}

.flex-arrangement-checkbox {
	width: auto;
	margin-right: 50px;
}

.details-box-content .control-group .control-label {
	font-size: var(--font-size-basic);
	font-weight: bold;
	text-transform: var(--text-transform-uppercase);
	letter-spacing: var(--letter-spacing-basic);
	margin-bottom: 8px;
}

.form-actions {
	margin: 0 -3px -3px -3px;
	padding: 40px 0 0 0;
	background-color: white;
	border: none;
}

.form-actions .btn-large {
	padding: 15px 100px;
}

.form-actions .btn-reset {
	color: var(--font-color);
	background-color: white;
	border: 1px solid var(--novo-blue);
}

/* Lead hinzufügen
=================================================================== */

.contact .details-box-content .control-group:last-child {
	width: 100%;
}

.concern > h2,
.status > h2,
.lead > h2 {
	margin-bottom: 11px;
}

.concern .control-group .row-fluid:last-child {
	width: 100%;
	margin-right: 0;
}

.concern .control-group .row-fluid:last-child > .span12 {
	width: 65%;
	padding-left: 35px;
}

.status .control-group .row-fluid > .span12:nth-child(2) {
	width: 40%;
}

.lead .control-group .row-fluid:last-child > .span12:nth-child(2) {
	width: 65%;
}

.attachment label {
	font-family: 'Lato', sans-serif;
	color: var(--white);
	font-size: 12.5px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.65px;
	margin: 0 20px 15px 0;
	padding: 9px 14px;
	border-radius: 0;
	box-shadow: none;
	background-color: var(--novo-blue);
	display: inline-block;
}

.attachment label:hover {
	background-color: var(--novo-light-blue);
}

.attachment label:after {
	content: "\f055";
	font-family: FontAwesome !important;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	font-size: 20px;
	vertical-align: middle;
	line-height: 1;
	margin-left: 8px;
}

.attachment input[type="file"] {
	display: none;
}

/* Benutzerverwaltung
====================================================================== */

.useradmin-overview > .box-content {
	padding: 40px;
}

/* Search */
.useradmin-search {
	display: flex;
	justify-content: flex-end;
}
.useradmin-search form {
	margin: 10px 0 20px 0;
}
.useradmin-search form input {
	font-size: 12px;
	width: 175px;
	padding: 5px 10px;
}
.useradmin-search form button {
	font-size: 10px;
	margin: 0;
}

/* Benutzer löschen */

.user-delete .box-content {
	padding: 40px;
}

.user-delete .table tr:first-child th,
.user-delete .table tr:first-child td {
	border-top: none;
}

.user-delete .table {
	margin-bottom: 0;
}

.user-delete form .form-fields {
	padding: 0;
}

/* Benutzer hizufügen
=================================================================== */


/* Benutzer bearbeiten
=================================================================== */

.user-details > .details-box-content > .row-fluid:first-child .flex-arrangement > div:nth-child(3n+5) {
	margin-right: 0;
}

.user-details > .details-box-content > .row-fluid:first-child .flex-arrangement > div:nth-child(3n+3) {
	margin-right: 3.5%;
}

.access-rights .control-group > label {
	font-size: var(--font-size-basic);
	font-weight: bold;
	text-transform: var(--text-transform-uppercase);
	letter-spacing: var(--letter-spacing-basic);
	margin-bottom: 8px;
}

.sales-areas .control-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.sales-areas .control-group > label {
	width: 100%;
}

.sales-areas .control-group > div {
	width: auto;
	margin-right: 50px;
}

.plz-range input{
	width: 80px;
}

.plz-text {
	margin: 0 20px;
	display: inline-block;
	height: auto;
	margin-bottom: 10px;
	line-height: 42px;
	vertical-align: middle;
}




/* Form nicht sortiert */
select.usersIdForwardToCostumer {
	width: 100%;
}

.form-fields{
	padding:10px;
	padding-bottom:0;
}
.form-horizontal .form-actions.form-actions-left{
	padding-left:10px;
}
.box-content.filter-box{
	padding:8px 10px;
}
.box.filter-box-con{
	overflow:visible;
}
.filter-box form{
	margin-bottom:0;
}
.filter-box select{
	margin:2px 10px 2px 0;
}
.filter-box h2{
	float:left;
	margin:0 20px 0 0;
	line-height:30px;
}
.plz-area textarea{
	width:100%;
	height:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Password edit
====================================================================== */

.password-edit-form .form-fields {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
}

.password-edit-form .form-fields .control-group {

}

.password-edit-form .form-fields .control-group:nth-child(1),
.password-edit-form .form-fields .control-group:nth-child(2) {
	width: 31%;
	margin-right: 3.5%;
}

.password-edit-form .form-fields .control-group:nth-child(3) {
	width: 100%;
	margin: 20px -40px -40px -40px;
	padding: 40px;
	border-top: 3px solid var(--novo-light-grey-1);
	border-bottom: 3px solid var(--novo-light-grey-1);
}

.password-edit-form .form-fields .control-group:nth-child(3) .controls {
	width: 31%;
	margin-right: 3.5%;
}

/* Liste */
ul.striped{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
ul.striped .head{
	font-weight:bold;
	color:#898989;
}
ul.striped li{
	float:left;
	width:100%;
	padding:5px 2px;
	line-height:28px;
	border-top:1px solid #DDDDDD;
}
ul.striped li.head{
	border-top:0;
}
ul.striped > li:nth-child(even){
	background-color: #f9f9f9;
}
ul.striped [class*="uLi"] {
	display: block;
	float: left;
	min-height: 30px;
	margin-left: 0.52631578947368421052631578947368%;
	*margin-left: 0.52631578947368421052631578947368%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.striped li > div[class*="uLi"]:first-child {
	margin-left: 0;
}
.uLi5{
	width:4.5%;
}
.uLi10{
	width:9.52631578947368%;
}
.uLi15{
	width:14.5526315789474%;
}
.uLi20{
	width:19.578947368421%;
}
.uLi25{
	width:24.6052631578947%;
}
.uLi30{
	width:29.6315789473684%;
}
.uLi35{
	width:34.6578947368421%;
}
.uLi40{
	width:39.6842105263158%;
}
.uLi45{
	width:44.7105263157895%;
}
.uLi50{
	width:49.7368421052632%;
}
.uLi55{
	width:54.7631578947368%;
}
.uLi60{
	width:59.7894736842105%;
}
.uLi65{
	width:64.8157894736842%;
}
.uLi70{
	width:69.8421052631579%;
}
.uLi75{
	width:74.8684210526316%;
}
.uLi80{
	width:79.8947368421053%;
}
.uLi85{
	width:84.921052631579%;
}
.uLi90{
	width:89.9473684210526%;
}
.uLi95{
	width:94.9736842105263%;
}
.uLi100{
	width:100%;
}

#print{
	display:none;
}

/* Pagination
=================================================================== */
.pagination{
	background: transparent;
	margin: 0;
	padding-top: 20px;
	text-align: center;
	height: auto;
	min-height: 30px;
}
.pagination ul {
	box-shadow: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
	color: var(--novo-ligth-grey-3);
	font-size: var(--font-size-16);
	border: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: var(--font-color);
	background-color: transparent;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: var(--font-color);
	background: transparent;
}
.noMargin{
	margin-bottom:0;
}

/* Login
=================================================================== */
body.simple {
	padding: 0;
}

body.simple #logo {
	right: 10px;
}

body.simple #headbar {
	padding: 40px 10px 20px;
}

.login-height-100 {
	height: 100%;
}

.login-max-width {
	max-width: 1620px;
	margin: 0 auto;
}

header#login-header {
	background-color: white;
}

main#login-main {
	background-image: url("/img/novoferm/background-novoferm-leadmanagement.jpg");
	background-size: cover;
	overflow: auto;
	height: calc(100% - 122px);
}

#simple {
	margin: 100px auto 20px;
	max-width: 400px;
}

#simple.register {
	max-width: 980px;
}

#simple .box {
	margin-bottom:0;
}

#login, #password {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 10px;
}

#login .form-fields {
	padding: 10px 20px;
}

#login label,
#password label{
	width: 95px;
	padding: 10px 0 0 0;
}

#login.form-horizontal .controls,
#password.form-horizontal .controls{
	margin-left: 110px;
}

#login label[for=rememberme] {
	padding: 0;
}

#login label[for=rememberme] + .controls .checker  {
	margin: 7px 0 0 0 !important;
}

#login.form-horizontal .form-actions,
#password.form-horizontal .form-actions {
	margin: 0;
	padding: 0 0 10px;
}

#login.form-horizontal .form-actions input,
#password.form-horizontal .form-actions input{
	margin: 0 auto;
	display: block;
}

#passwordForgotten {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;

}

#passwordForgotten a {
	text-decoration: underline;
}

/* Register Form
====================================================================== */
.register .agbText{
	margin: 0 0 40px 0;
}
.register .agbTextList{
	margin-left: 18px;
}
.register .agbTextList li{
	margin-bottom: 10px;
}
.register .agbTextList li.last{
	margin-bottom: 0;
}

.fullline-checkbox{
	padding-left: 35px;
	position: relative;
}

.fullline-checkbox .controls{
	position: absolute;
	top: 0;
	left: 0;
}

.form-horizontal .fullline-checkbox label{
	text-align:left;
	width:100%;
}

/* Klasse für Cursor bei Ajax-Anfragen*/
html.loadingAjax *{
	cursor: wait !important;
}

/* Reports
=================================================================== */

.reports-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.reports-container form {
	border-right: 1px solid var(--novo-ligth-grey-3);
	margin-right: 20px;
}

.reports-container form:last-child {
	border-right: none;
	margin-right: 0;
	display: flex;
}

.reports-container form:last-child .select-container {
	margin-right: 10px;
}

.reports-container form:last-child .select-container:before {
	top: 9px;
}

.reports-container form:last-child select {
	margin-bottom: 0;
	padding: 6px 50px 6px 15px;
}

.reports-container ~ .row-fluid {
	margin-bottom: 40px;
}

/* Charts
=================================================================== */

#concernsChart .flot-x-axis .flot-tick-label,
#productGroupsChart .flot-x-axis .flot-tick-label {
	transform: translate(-78px, 0) rotate(-45deg);
	transform-origin: center right;
	white-space: nowrap;
	max-width: none !important;
	text-align: right !important;
	width: 100px;
}

#concernsChart .flot-x-axis .flot-tick-label {
	transform: translate(-52px, -6px) rotate(-45deg)
}

#productGroupsChart .flot-x-axis .flot-tick-label {
	transform: translate(-50px, -6px) rotate(-45deg)
}

/*
 *
 * RESPONSIVE
 *
 */
/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 980px) {

}
/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.sidebar-nav-menu ul span{
		font-size: 10px;
	}
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 5768px) and (max-width: 5979px) {
	.nav-tabs.nav-stacked > li > a > i, .nav-tabs.nav-stacked > li > ul > li > a > i {
		margin-right: 0;
	}
	.container-fluid-full #subsidebar-left-menu .nav-collapse{
		margin-left:0 !important;
	}
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
		font-weight:normal;
	}
	.sidebar-left-menu .sidebar-nav-menu > ul{
		margin:0;
	}
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (min-width: 5000px) and max-width: 5767px) {
	.sidebar-left-menu{
		padding:0;
	}
	#hello{
		width:160px;
	}
	.row-fluid .details-right{
		margin-left:0;
		padding-left:0%;
		border-left:0;
		width:100%;
	}
	#login.form-horizontal .controls{
		margin-left:0;
	}
	#login.form-horizontal .form-actions, .form-horizontal .form-actions, #password{
		padding-left:10px;
	}
	.sidebar-left-menu .sidebar-nav-menu > ul{
		margin:0;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 5480px) and (max-width: 5767px) {

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 5479px) {
	ul.stripped{
		font-size:10px;
	}
}

@media print {
	body{
		font-family: Arial,Helvetica,sans-serif;
	}
	body > div{
		display:none;
	}
	body > div#print.filled{
		display:block;
		width:100%;
	}
	#print .preview,#print .toogler{
		/* display:none; */
	}
	#print .toggle{
		display:block;
	}
	table, tr, td, th{
		border:0;
	}
	td,th{
		text-align:left;
		vertical-align:top;
		padding-bottom:2px;
		min-width:100px;
	}
	th{
		font-weight:bold;
		padding-right:5px;
		text-align:right;
	}
	h1{
		font-size:20px;
		font-weight:bold;
		line-height:26px;
		padding:0;
		margin:0;
		display:block;
	}
	h2{
		font-size:14px;
		font-weight:normal;
		display:block;
		line-height:20px;
		padding:0;
		margin:0;
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #000;
	}
	#print .meta{
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #000;
	}
}

.label-news {
	font-size: var(--font-size-16);
	font-weight: 400;
	padding: 7px;
	line-height: 28px;
	text-align: center;
	border-radius: 0;
	margin-right: 15px;
	text-transform: uppercase;
}

.news-item {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid var(--novo-ligth-grey-3);
}

.news-item:last-child {
	border-bottom: none;
}

.news-image {
	width: 25%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-subtitle {
	margin-bottom: 10px;
}

.news-close {
	font-size: 22px;
	color: var(--novo-blue);
	margin-top: 4px;
	transform: rotate(45deg);
	cursor: pointer;
}

.news-more {
	text-transform: uppercase;
}

.news-details h2 {
	margin-bottom: 16px;
}