/* Minification failed. Returning unminified contents.
(394,32): run-time error CSS1019: Unexpected token, found ':'
(394,32): run-time error CSS1042: Expected function, found ':'
(394,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(395,29): run-time error CSS1019: Unexpected token, found ':'
(395,29): run-time error CSS1042: Expected function, found ':'
(395,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(396,27): run-time error CSS1019: Unexpected token, found ':'
(396,27): run-time error CSS1042: Expected function, found ':'
(396,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(397,24): run-time error CSS1019: Unexpected token, found ':'
(397,24): run-time error CSS1042: Expected function, found ':'
(397,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*#region Common  */
html, body, form {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.app-body {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
}

.app-container {
	padding-right: 14px !important;
	padding-left: 14px !important;
	width: 100% !important;
	height: 100%;
}

.app-container-left {
	position: fixed;
	width: 14px;
	-moz-min-width: 14px;
	-ms-min-width: 14px;
	-o-min-width: 14px;
	-webkit-min-width: 14px;
	min-width: 14px;
	height: 100%;
	background-position: center right;
}

.app-container-right {
	right: 0;
	position: fixed;
	width: 14px;
	-moz-min-width: 14px;
	-ms-min-width: 14px;
	-o-min-width: 14px;
	-webkit-min-width: 14px;
	min-width: 14px;
	height: 100%;
	background-position: center right;
}

.app-main {
	height: calc(100% - 90px);
}

.fena-container {
	width: 100%;
	height: 100%;
}

.fena-frame {
	height: 100%;
	width: 99%;
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.app-container {
		max-width: 99999px;
	}
}

.tde-container {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*#endregion*/

/*#region Loader*/
.loading-b2s {
	display: none;
	position: fixed;
	z-index: 999999999999999999;
	height: 2em;
	width: 2em;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.loading-b2s:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.2);
	}

.spin-loading {
	border: 10px solid #064998;
	border-top: 10px solid lightgrey;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/*#endregion*/

/*#region Login Form*/
.login-body {
	color: #fff;
	background: url('B2S/images/stripes.png') rgba(0, 153, 218, 0.76);
	background-size: 8px 8px;
	background-position: left top;
}

.login-wrapper {
	min-height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.form-control {
	min-height: 41px;
	background: #f2f2f2;
	box-shadow: none !important;
	border: transparent;
}

.form-control:focus {
		background: #e2e2e2;
	}

.form-control, .btn {
	border-radius: 2px;
}

.login-form {
	width: 350px;
	margin: 30px auto;
	text-align: center;
}

.login-form form {
		color: #7a7a7a;
		border-radius: 3px;
		margin-bottom: 15px;
		background: #fff;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		padding: 30px;
	}

.login-form .btn {
		font-size: 15px;
		font-weight: bold;
		background: #3598dc;
		border: none;
		outline: none !important;
	}

.login-form .btn:hover, .login-form .btn:focus {
			background: #2389cd;
		}

.login-form a {
		color: #fff;
		text-decoration: underline;
	}

.login-form a:hover {
			text-decoration: none;
		}

.login-form form a {
		color: #7a7a7a;
		text-decoration: none;
		font-size: 9pt;
	}

.login-form form a:hover {
			text-decoration: underline;
		}

.login-error {
	color: darkred;
	text-decoration: none;
	font-size: 9pt;
}
/*#endregion*/

/*#region Header Navigation */
#left-nav {
	padding-left: 15px;
	height: 85px;
}

#left-nav .navbar-default {
	background-color: #FFFFFF !important;
	border-right: 0px solid !important;
}

#header-nav {
	color: #fff;
	/*padding-right: 25px;*/
	height: 39px;
	color: #777;
	background-color: #fff;
	font-size: 13px;
}

#header-nav span.title {
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 12px;
}

#header-nav span.list-caption {
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 12px;
}

#header-nav div.list {
	float: left;
	margin-top: -2px;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
/*#endregion*/

/*#region Menu Navigation */
#menu-nav {
	border-bottom: 1px solid #064998;
	background-color: transparent !important;
	clear: both;
}

#menu-nav .navbar-nav > li > a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	line-height: 15px !important;
	font-size: 13px;
	font-weight: 600;
	background-color: transparent !important;
	color:#4F5158 !important; 
}

#menu-nav .navbar-nav > li > a:hover {
	color: #064998 !important;
}

#tool-nav > .navbar-default .navbar-nav > li > a:hover {
	color: #064998 !important;
}

#tool-nav.nav > li > a {
	background-color: #FFFFFF !important;
	padding-left: 0px !important;
	font-size: 16px;
}

#menu-nav .navbar-nav > li.dropdown > ul.dropdown-menu > li > a {
	font-size: 12px;
	font-weight: 600;
	color: #4f5158 !important;
}
#menu-nav .navbar-nav > li.dropdown > ul.dropdown-menu > li > a:hover {
	color: #FFFFFF !important;
	background-color: #064998 !important;
}
/*#endregion*/

/*#region Header Logo */
div.nopadding {
	padding: 0;
	margin: 0;
}

#header-logo {
	position: absolute;
	border-bottom: 1px solid #064998;
	margin-left: -1px;
	width: 100%;
	width: calc(100% - 15px);
	height: 87px;
}

#header-logo .img-responsive {
	margin: 0 auto;
	max-height: 100%;
	/* margin-left: 45px; */
	/* margin-top: 15px; */
	object-fit: scale-down;
	padding: 10px;
}
/*#endregion*/

/*#region Select Company */
#cboCompanySelect {
	background: #FFFFFF !important;
	font: 9px Arial,Helvetica,sans-serif !important;
	/*color: #064998 !important;*/
	font-weight: normal !important;
	border: 1px solid #064998 !important;
}

#cboCompanySelect img {
	max-width: none !important;
}

#cboCompanySelect .dxeEditArea_Techno {
	background: #FFFFFF !important;
	color: #064998 !important;
}

#cboCompanySelect .dxeButtonEditButton_Techno {
	padding: 0 3px 2px 2px !important;
	background-color: #FFFFFF !important;
	background: none !important;
}

.dxeListBox_Techno {
	background: #064998 !important;
}

.dxeListBoxItem_Techno {
	color: #FFFFFF !important;
}

.dxeListBoxItemHover_Techno {
	background: #FFFFFF !important;
	color: #064998 !important;
}

.cboCompanySelectCaption {
	font: 9px Arial,Helvetica,sans-serif !important;
	color: #064998 !important;
	font-weight: normal !important;
}

#blackTitle .dxeCaptionCell_Techno.dxeCaptionVATSys.dxeTextEditCTypeSys {
	padding-top: 0px !important;
}

#blackTitle .dxeButtonEdit_Techno {
	height: 15px !important;
}

#blackTitle .dxeButtonEditSys td.dxic {
	padding: 0px 0px 0px 0px !important;
	overflow: hidden;
}
/*#endregion*/

/*#region Custom Upload */
.custom-upload {
	position: relative;
	height: 40px;
	width: 100%;
}

	.custom-upload input[type=file] {
		outline: none;
		position: relative;
		text-align: right;
		-moz-opacity: 0;
		-webkit-filter: alpha(opacity: 0);
		-moz-filter: alpha(opacity: 0);
		-o-filter: alpha(opacity: 0);
		filter: alpha(opacity: 0);
		-ms-opacity: 0;
		opacity: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}

	.custom-upload .fake-file {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 1;
		line-height: 100%;
	}

		.custom-upload .fake-file input {
			display: inline-block;
			font-size: 16px;
			height: 26px;
		}

			.custom-upload .fake-file input.fake-text {
				width: 450px;
				background-color: white;
				border: 1px solid #304147;
				font-size: 9pt;
				height: 24px;
				color: #88989f;
				padding: 5px;
			}
/*#endregion*/

/*#region ProductBlacklist */

.detailCompanyImportHint {
	margin: 0px;
	padding: 5px;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #8C8C8C;
	width: 100%;
	color: #333333;
}

.productblacklist-container {
	margin: 20px 10px 0px 10px;
}

.productblacklist-buttons {
}

.productblacklist-list {
	margin-top: 20px;
}

.productblacklist-button {
	display: inline-block;
	padding: 5px;
	color: #FFFFFF;
	background-color: #88989F !important;
	border: 1px solid #304147 !important;
	cursor: pointer;
	width: 100px;
	margin-top: 10px;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	height: 33px;
}

	.productblacklist-button:hover {
		background-color: #304147 !important;
	}

.productblacklist-downloadbutton {
	display: inline-block;
	margin-left: 50px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #88989F !important;
	border: 1px solid #304147 !important;
	cursor: pointer;
	width: 150px;
	margin-top: 10px;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	height: 33px;
}

	.productblacklist-downloadbutton:hover {
		background-color: #304147 !important;
		color: #000;
	}

.productblacklist-import-hint {
	padding-left: 8px;
}

.productblacklist-fake-text {
	width: 0px !important;
	display: none !important;
}
/*#endregion*/


/*#region List */
.dxgvControl_Techno {
	background-color: transparent !important;
}

.dxListHeader {
	background-color: #064998 !important;
	border: none !important;
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 8pt !important;
	text-transform: uppercase !important;
}

.dxListHeaderTable {
	float: right !important;
}

.dxListHeaderLine {
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
	vertical-align: middle !important;
	padding-top: 2px !important;
}

.dxGridView_gvHeaderSortDown_Techno {
	background-image: url('/images/symbols/triangle_down_orange.gif') !important;
	background-position: center !important;
	width: 7px !important;
	height: 10px !important;
}

.dxGridView_gvHeaderSortUp_Techno {
	background-image: url('/images/symbols/triangle_up_orange.gif') !important;
	background-position: center !important;
	width: 7px !important;
	height: 10px !important;
}

.dxgvFilterRow_Techno {
	background-color: #428bca !important;
}

.dxgvDataRow_Techno {
	background-color: #FFFFFF !important;
	color: #4F5158 !important;
	font-family: Arial, sans-serif !important;
	font-size: 9pt !important;
	font-weight: bold !important;
}

	.dxgvDataRow_Techno a {
		color: #4F5158 !important;
	}

.dxgvDataRowAlt_Techno {
	background-color: #DDDDDD !important;
}

.dxgvDataRow_Techno td.dxgv {
	overflow: hidden;
	border-bottom: 0px solid !important;
	border-right: 0px solid !important;
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	padding: 3px 4px 4px !important;
}

.dxgvFilterBar_Techno {
	border-top: none !important;
	background-color: #000000 !important;
}

	.dxgvFilterBar_Techno a {
		color: #FFFFFF !important;
		font-weight: bold !important;
	}

	.dxgvFilterBar_Techno .dxGridView_gvFilterRowButton_Techno {
		background-image: url('../../../images/design_elements_techno/FILTER_S_weiss.png') !important;
		background-position: center !important;
		width: 18px !important;
		height: 18px !important;
		margin-right: 5px !important;
	}

.dxgvTable_Techno .dxeTextBox_Techno {
	background-color: #FFF !important;
	border: 1px Solid #CCC !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 8pt !important;
}

.dxeButtonEditButton_Techno {
	background-color: #FFF !important;
}

.dxgvFilterRow_Techno .dxGridView_gvFilterRowButton_Techno {
	background-image: url('../../../images/design_elements_techno/FILTER_S_weiss.png') !important;
	background-position: center !important;
	width: 18px !important;
	height: 18px !important;
	margin: 5px !important;
}

.dxgvFilterRow_Techno .dxeEditArea_Techno {
	background: transparent !important;
}

.dxgvFilterRow_Techno .dxeButtonEditButton_Techno {
	background-color: transparent !important;
}

.dxgvEmptyDataRow_Techno {
	padding: 5px !important;
	background-color: #BCE8A6 !important;
	font-family: Arial, sans-serif !important;
	font-size: 8pt !important;
	font-weight: normal !important;
	border: 1px solid #CCCCCC !important;
	margin-top: 5px !important;
	color: #4F5158 !important;
}

.comboBoxPageSize {
	background: transparent !important;
	border: none !important;
}

	.comboBoxPageSize .dxeEditArea_Techno {
		background: transparent !important;
	}

	.comboBoxPageSize .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

#comboBoxPageSize {
	background: transparent !important;
}

	#comboBoxPageSize .dxeEditArea_Techno {
		background: transparent !important;
	}

	#comboBoxPageSize .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

#comboBoxPageSizeDown {
	background: transparent !important;
}

	#comboBoxPageSizeDown .dxeEditArea_Techno {
		background: transparent !important;
	}

	#comboBoxPageSizeDown .dxeButtonEditButton_Techno {
		background-color: transparent !important;
	}

.pagerCombo {
	padding-top: 0px !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
}

	.pagerCombo td label {
		font-family: Arial !important;
		font-size: 8pt !important;
	}

.dxizControl_Techno {
	display: block !important;
}

.dxListTechnoHover {
	background-color: #A9A9A9 !important;
	cursor: pointer;
}
/*#endregion*/
