/* =========================
    For testing purposes
============================*/

/* Hide angular-expressions before they are being interpolated by angular (prevent short visibility of expressions when loading a page) */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}

.portal-body {
	overflow-x: hidden;
}

:focus {
	outline: none;
}

.tk-body .site {
	padding: 0;
}

.distribution-body-container {
	height: 100%;
	width: 100%;
}

/* NLI-Brush-Chart */

.nli-brush-chart svg {
	font: 10px sans-serif;
}

.nli-brush-chart svg .area {
	fill: steelblue;
}

.nli-brush-chart svg .axis path,
.nli-brush-chart svg .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.brush .extent {
	stroke: #fff;
	fill-opacity: .125;
	shape-rendering: crispEdges;
}

.nli-brush-chart svg .selected_zoom_area {
	fill: orange;
	fill-opacity: 0.3;
}

/* NLI-Line-Chart */

.nli-line-chart svg {
	font: 10px sans-serif;
}

.nli-line-chart .axis path,
.nli-line-chart .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.nli-line-chart .diag path {
	fill: none;
	stroke: #000;
	stroke-width: 2;
}

.nli-line-chart .diag path.color_1,
.nli-line-chart .axises .x.axis.color_1 path,
.nli-line-chart .axises .x.axis.color_1 line {
	stroke: blue;
}

.nli-line-chart .axises .x.axis.color_1 text {
	fill: blue;
}

.nli-line-chart .diag path.color_2,
.nli-line-chart .axises .x.axis.color_2 path,
.nli-line-chart .axises .x.axis.color_2 line {
	stroke: red;
}

.nli-line-chart .axises .x.axis.color_2 text {
	fill: red;
}

.expandedSubMenu {
	background-image: url(../imgs/leaf-down.svg);
	background-repeat: no-repeat;
}

.normalSubMenu {
	background-image: url(../imgs/leaf-right.svg);
	background-repeat: no-repeat;
}

.passwordRecoverySpacer {
	padding-bottom: 15px;
}

.currentItemIcons {
	float: left;
	position: absolute;
	height: 100%;
}

.inputIcon {

}

.dropdownItemIcon {

}

/*
If you need this css, please add them to customer css
.nli-date .nli-date-wrapper-5-weeks {
    position: absolute;
    border: 1px solid rgb(200, 200, 200);
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(150, 150, 150, 0.7);
    overflow: hidden;
    height: 260px;
    width: 245px!important;
    z-index: 10000;
    margin-top: -15px;
    margin-left: 0px;
}
.nli-date .nli-date-wrapper-6-weeks {
    position: absolute;
    border: 1px solid rgb(200, 200, 200);
    background: rgb(255, 255, 255);
    box-shadow: 0 0 15px rgba(150, 150, 150, 0.7);
    overflow: hidden;
    height: 290px;
    width: 245px!important;
    z-index: 10000;
    margin-top: -15px;
    margin-left: 0px;
}*/

.nli-date .nav table, .nli-date .nav td, .nli-date .nav tr, .nli-date .nav tbody {
	background: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.nli-date .nav table {

}

.date-scroll {
	display: block;
	max-height: 300px;
	overflow: auto;
}

.monthyear-dropdown {
	position: relative !important;
}

.monthyear-dropdown-button {
	padding: 0px 25px 0px 10px !important;
	border: none !important;
	box-shadow: none !important;
}

.nli-date .nav .nli-button {
	border: 0px !important;
	box-shadow: 0px !important;
}

.monthyear-dropdown-button:hover {

}

.monthyear-dropdown-icon-light {
	position: absolute;
	right: -5px;
	top: 3px;
	z-index: 1;
	text-align: center;
	width: 37px;
	height: 37px;
	background-image: url(../imgs/arrow-down-white.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}

.monthyear-dropdown-icon-dark {
	position: absolute;
	right: -5px;
	top: 3px;
	z-index: 1;
	text-align: center;
	width: 37px;
	height: 37px;
	background-image: url(../imgs/arrow-down-white.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}

.customColumns {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	width: 100%;
	float: left;
}

.clearfix {
	clear: both;
}

.tableHeaderRight {
	float: right !important;
}

#loaderDiv {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1100;
	background-color: rgba(255, 255, 255, 0.8);
}

.hidden {
	display: none !important;
}

.loader-wrapper .sk-fading-circle {
	width: 60px;
	height: 60px;
	position: relative;
}

.loader-wrapper {
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.loader-wrapper .sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.loader-wrapper .sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.loader-wrapper .sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.loader-wrapper .sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.loader-wrapper .sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.loader-wrapper .sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.loader-wrapper .sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.loader-wrapper .sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.loader-wrapper .sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.loader-wrapper .sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.loader-wrapper .sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.loader-wrapper .sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.loader-wrapper .sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.loader-wrapper .sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.loader-wrapper .sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.loader-wrapper .sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.loader-wrapper .sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.loader-wrapper .sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.loader-wrapper .sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.loader-wrapper .sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.loader-wrapper .sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.loader-wrapper .sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.loader-wrapper .sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.loader-wrapper .sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%,
	39%,
	100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}

.preloader-wrapper {
	margin-left: -32px;
	/*-1 * image width / 2 */
	margin-top: -32px;
	/*-1 * image height / 2 */
	position: absolute;
	left: 50%;
	top: 50%;
}

/*----------Paging-------------------------*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination > li {
	display: inline
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager li {
	display: inline
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next > a,
.pager .next > span {
	float: right
}

.pager .previous > a,
.pager .previous > span {
	float: left
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.cumulated {
	font-weight: bold;
}

.disable-content {
	pointer-events: none;
	opacity: 0.4;
}

input[type="radio"][disabled] + label {
	color: #000000 !important;
	border-color: #f2f2f2 !important;
	opacity: 0.3 !important;
}

.tinyeditor-size,
.tinyeditor-font,
.tinyeditor-style {
	width: auto;
}

.nli-opt-in-check-box {
	margin-top: -1.5rem;
}

.nli-password-validation-redIcon {
	color: red!important;
	margin: 0.5rem;
}

.nli-password-validation-greyIcon {
	color: grey!important;
	margin: 0.5rem;
}

.nli-password-validation-greenIcon {
	color: green!important;
	margin: 0.5rem;
}

.nli-password-validation-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nli-password-validation-all-icon-container {
	display: flex;
}

.validationIconContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
}
