@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("font/Roboto-Regular.ttf");
}
html, body, #dv_main {
	width: 100%;
	max-height: 100%;
	font-family: 'Roboto', sans-serif !important
}
html, body {
	height: 100%;
	overflow: hidden
}
#overview > img {
	max-width: 100%
}
#zoomarea {
	-webkit-backface-visibility: initial !important;
	-webkit-transform-origin: 50% 50%
}
.mfp-container, .mfp-content {
	cursor: default !important
}
.mfp-close {
	cursor: pointer !important;
	width: auto !important
}
.mfp-img {
	cursor: zoom-out !important
}
.absolute {
	position: absolute
}
th.sort {
	cursor: pointer
}
div.text {
	position: relative;
	text-align: center;
	font-weight: bolder;
	color: #000000;
	overflow: hidden;
	background-color: rgba(180, 180, 180, 0.5);
	width: 196px;
	display: inline-block;
	text-overflow: ellipsis;
	height: 40px;
	border: 3px solid #000;
	border-radius: 0 0 10px 10px;
	top: -40px
}
.modal-container {
	width: 100%;
	position: relative
}
.modal-frame {
	width: 100%;
	height: 60em;
	min-height: 250px;
	border: none;
	top: 0;
	left: 0
}
.modal-content {
	border-radius: 0 !important
}

#modalDetailImage {
	overflow: auto !important;
}

#modalDetailImage .modal-dialog {
	max-width: 80vw;
}

#modalDetailImage .modal-header {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 13px;
	padding: 0;
	border: none;
	background-color: transparent;
}

#modalDetailImage .modal-body {
	padding: 0;
	text-align: center;
}

#modalDetailImage .modal-header button.close {
	opacity: 1;
	color: rgba(0, 0, 0, 0.7);
	font-size: 40px;
	transition: color 0.2s linear;
}

#modalDetailImage .modal-header button.close:hover {
	color: rgba(255, 0, 0, 0.5);
}

#modalDetailImage .modal-body img {
	max-width: 100%;
}

.modal-header .close {
	color: #ffffff;
	opacity: 0.7;
}

.modal-header .close:hover {
	color: #ffffff;
	opacity: 1;
}

#BasketModalSmall .part-image-container {
	max-height: 400px;
	overflow: auto;
}

#BasketModalSmall .part-image {
	width: 100%;
	height: auto;
	cursor: zoom-in !important;
}

#BasketModalSmall table > tbody > tr > td:first-child,
#UtilModal table > tbody > tr > td:first-child {
	white-space: nowrap;
}

#BasketModalSmall #text table > tbody > tr > td:first-child{
	white-space: normal !important;
}

#UtilModal .submitButton {
	margin-right: 5px;
	background-color: #0053a5;
	color: #ffffff;
	border-color: #004080;
}

#UtilModal .submitButton:hover {
	background-color: #004080;
	border-color: #003366;
}

#UtilModal button {
	border-radius: 0px;
}

.parts-image {
	display: block !important;
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover {
	background-color: #0053a5 !important;
	color: #ffffff !important;
}
.nav-pills > li > a {
	border-radius: 0px !important;
}

.load {
	position: relative;
	margin: 50px auto;
	width: 100px;
	height: 80px;
	top: 30%
}
.gear {
	position: absolute;
	z-index: -10;
	width: 80px;
	height: 80px;
	animation: spin 5s infinite
}
.two {
	left: 80px;
	width: 160px;
	height: 160px;
	animation: spin-reverse 5s infinite
}
.three {
	top: 90px;
	left: -20px;
	width: 120px;
	height: 120px
}
@keyframes spin {
	50% {
		transform: rotate(360deg)
	}
}
@keyframes spin-reverse {
	50% {
		transform: rotate(-360deg)
	}
}
.lil-circle {
	position: absolute;
	border-radius: 50%;
	box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
	width: 200px;
	height: 200px;
	opacity: .65
}
.blur-circle {
	position: absolute;
	top: -19px;
	left: -19px
}
.text {
	color: lightgray;

	font: {
		size: 18px;
		family: 'Open Sans', sans-serif
	}
	text-align:center
}
.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 500 !important
}
.search-ptn {
	background-color: yellow !important
}
div.list_thumbnail {
	background-color: white;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}
div#list_thumbnail .panel-body {
	/*width: 190px;
	height: 160px;*/
	height: 190px;
}
div#list_thumbnail img {
	max-width: 100%;
	max-height: 100%
}
@media screen and (max-width:650px) {
	img.thumb {
		width: 100px
	}
	div.thumblist {
		margin-top: 10px;
		background-color: white;
		min-height: 130px;
		min-width: 120px !important
	}
	div.thumbnail-text {
		top: 100px !important;
		font-size: 10px !important
	}
	div.text-thumb {
		width: 100px !important;
		font-size: 10px !important
	}
	
}
div.img-group {
	max-width: 300px;
	filter: alpha(opacity=50);
	transition: opacity 0.3s ease-in-out
}
div.list_div:hover .img-group, div.list_div.hovered .img-group {
	opacity: 0.5
}
div.img-group:hover, .hovered, .highlight {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important
}
div.img-group:hover > img.inactive, div.hovered > img.inactive, div.highlight img.inactive {
	border: 3px solid #0373b3 !important
}
div.img-group:hover > div.text-thumb, div.img-group:hover > div.text, .hovered > div.text-thumb, .highlight div.text-thumb {
	border: 3px solid #0373b3 !important
}
tr.row:before {
	content: none !important
}
div.img-group:hover > div.text, div.img-group:hover > div.text-thumb {
}
.header {
	font-size: 9px;
	font-weight: bolder;
	color: #102052
}
.help {
	overflow: auto
}
.ajax_basket_small div {
	display: none
}
.ajax_basket_small.ajax_basket_small_count {
	display: block
}
div.zoomText {
	font-size: 10px;
	font-style: italic;
	padding-top: 1%;
	padding-bottom: 2%
}
tr.non-primary {
	opacity: 0.5
}
@media (max-width:770px) {
	#BASKETCONTENT {
		display: none
	}
}

@media (min-width: 768px) {
    #UtilModal .closeNotification {
        display: none;
    }
}

#UtilModal .table {
    display: table;
    padding: 5px;
}

#UtilModal .table > .tr {
    display: table-row;
}

#UtilModal .table > .tr > .td {
    display: table-cell;
}

.generic {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}
.ui-effects-transfer {
	border: 2px solid green;
	background-color: white;
	opacity: 0.4;
	z-index: 2000
}
.btn, .panel.tile, .panel.tile .panel-footer {
	transition: all 0.2s ease-in-out
}
.modal .btn.print, .modal .btn.clear {
	margin-right: 5px !important;
}
.row-centered {
	text-align: center !important
}
.col-centered {
	display: inline-block !important;
	float: none !important;
	margin-right: -4px !important
}
.round {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px
}
tr.strikeout td {
	text-decoration: line-through;
	color: grey
}
div.column-3 {
	height: 100%;
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	-ms-column-gap: 15px;
	-o-column-gap: 15px;
	column-gap: 15px;
	columns: 3
}
BODY {
	border-right: 2px solid transparent;
	background-color: #000000;
	color: #FFFFFF;
	overflow-x: hidden
}
BUTTON.DEFAULT {
	color: black
}
.top20 {
	margin-top: 20px
}
.top30 {
	margin-top: 30px
}
.top40 {
	margin-top: 40px
}
.top50 {
	margin-top: 50px
}
.top60 {
	margin-top: 60px
}
.top70 {
	margin-top: 70px
}
.top80 {
	margin-top: 80px
}
.top90 {
	margin-top: 90px
}
.fontsize8 {
	font-size: 8pt !important
}
.fontsize10 {
	font-size: 10pt !important
}
.fontsize12 {
	font-size: 12pt !important
}
.fontsize14 {
	font-size: 14pt !important
}
.fontsize16 {
	font-size: 16pt !important
}
.fontsize18 {
	font-size: 18pt !important
}
.fontsize20 {
	font-size: 20pt !important
}
.fontsize22 {
	font-size: 22pt !important
}
#overlay {
	background-color: rgba(125, 125, 125, 0.7);
	z-index: 1999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}
table.help-dialog {
	color: #000000
}
BODY.customer {
	color: white
}
A {
	text-decoration: none;
	color: #FFFFFF
}
DIV.zero {
	height: 0px
}
A.ajx-cat-struc-tree {
	font-size: 10pt;
	font-weight: bolder;
	color: #32A232
}
FONT.title_small {
	font-size: 12px;
	font-weight: bold;
	color: #102052
}
A.title_16 {
	font-size: 16px;
	font-weight: bolder;
	color: #102052
}
FONT.title_16 {
	font-size: 16px;
	font-weight: bolder;
	color: #102052
}
FONT.title_18 {
	font-size: 18px;
	font-weight: bolder;
	color: #102052
}
FONT.title_big {
	font-size: 20px;
	font-weight: bolder;
	color: #102052
}
FONT.variant_header {
	font-size: 14px;
	color: #FFFFFF
}
FONT.title_small FONT.lastvisited {
	font-size: 8pt;
	font-weight: bolder;
	color: #102052
}
TD.variant_header {
	background-color: #FFFFFF
}
.machine-header > b > FONT.variant_label {
	color: #fff
}
FONT.variant_label_error {
	font-size: 8pt;
	color: #FF0000
}
TD.dimension {
	font-size: 8pt;
	color: #000000
}
TD.dimension_selected {
	font-size: 8pt;
	color: #000000
}
TABLE.pos_popup {
	background-color: #A0A0A0
}
FONT.pos_popup {
	font-size: 10px;
	color: #18215A
}
FONT.pos_popup_caption {
	font-size: 12px;
	font-weight: bolder;
	color: #000000
}
TABLE.list-caption {
	background-color: #18215A
}
FONT.list-caption {
	font-size: 14px;
	font-weight: bolder;
	color: #000000
}
TABLE.list {
	border-collapse: collapse;
	font-size: 1em;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000
}
div.markpos {
	background-color: rgba(128, 128, 128, 0.50)
}
TD.list {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0
}
TD.list {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: gray
}
tr.hover-row:hover {
	background-color: #60bf19 !important;
	cursor: pointer
}
tr.highlight-row {
	background-color: #60bf19 !important
}
TR.list_row_even {
	color: #000000;
	background-color: #FFFFFF
}
TR.list_row_odd {
	color: #000000;
	background-color: #E6E6E6
}
TR.list_row_1 {
	font-size: 10px
}
TR.list_row_2 {
	font-size: 11px
}
TR.list_row_3 {
	font-size: 12px
}
TR.list_row_4 {
	font-size: 13px
}
TR.list_row_5 {
	font-size: 14px
}
TD.evk {
	font-style: italic;
	color: gray
}
TH.list_header {
	background-color: grey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	color: white;
	padding: 3px 5px;
	font-weight: 400
}
TR.list_row {
	padding: 3px 6px;
	cursor: pointer
}
table.list > tbody tr:nth-child(odd) {
	background-color: lightgrey
}
TD.list_header {
	background-color: grey;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF
}
A.list_header {
	font-size: 9px;
	font-weight: bolder;
	color: white
}
FONT.price-info {
	color: #000000;
	font-size: 12px;
	font-weight: bolder
}
FONT.group-top {
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	color: #353527
}
FONT.group-year {
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	color: #18215A
}
FONT.dealer-info {
	color: #3F3F3F;
	font-weight: bolder;
	font-size: 10px
}
FONT.thumbnail-title {
	color: #353527;
	font-size: 8pt
}
TABLE.thumbnail {
	border-collapse: collapse;
	border-spacing: 0px
}
TD.xxx_thumbnail {
	border-color: #3F3F3F;
	border-width: 1px;
	border-style: solid
}
img.active {
	border: 3px solid green
}
img.inactive {
	border: 3px solid black;
	border-radius: 10px
}
img.inactive:hover {
	border: 3px solid green
}
table.machine-table {
	border: 2px solid;
	border-collapse: collapse;
	font-size: 8pt;
	margin: 15;
	margin: 0 auto
}
div.thumbnail {
	display: inline-block;
	cursor: pointer;
	text-align: center
}
div.thumbnail .panel-footer {
	/*width: 249px;*/
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
DIV.listwidth {
	width: 100% !important;
	height: 100% !important
}
table.list-touch {
	line-height: 3
}
.matrix_active {
	background-color: #60bf19
}
ul.menuSizeTouch {
	font-size: 30px;
	position: fixed !important;
	text-align: center;
	left: 0px;
	right: 0px;
	bottom: 20px;
	background: #000000;
	z-index: 1000;
	display: block;
	padding-left: 0px
}
.menuSizeTouchBot {
	bottom: 0px !important;
	margin-bottom: 0px
}
ul.menuSizeTouchLeft {
	background-color: #0373b3 !important;
	margin-bottom: 0px;
	float: left;
	width: 65px;
	height: 360px;
	top: 20%;
	font-size: 36px !important;
	border-radius: 0px 8px 8px 0
}

@media screen and (max-width: 550px) {
	#list_thumbnail > div {
		float: none;
		width: 300px;
		margin: auto;
	}
	
	#thumbnail {
		text-align: center;
	}
}

@media (max-width:400px) {
	.remove-mobile {
		display: none
	}
	
	#list_thumbnail > div {
		width: 100%;
	}
}
DIV.changeDiv {
	margin-left: 15px
}
#ITEM_TABLE {
	word-wrap: break-word
}
DIV.marker {
	position: absolute;
	z-index: 99;
	cursor: pointer
}
table.tbl_matrix {
	font-size: 12px;
	margin: 0 0 0 -1px;
	border-collapse: collapse
}
DIV.navigation {
	left: 0px;
	top: 0px
}
DIV.default-background {
	background-color: #353527;
	position: absolute;
	top: 154px;
	left: 10px
}
DIV.breadcrumps {
	position: relative;
	top: -40px;
	background-color: white;
	z-index: 1;
	border-bottom: 1px black solid
}
body {
	padding-top: 50px !important
}
DIV.shop-content {
	background: #E2E2E2;
	margin-bottom: 60px
}
.navbar-inverse {
	background-color: #000000;
	border-color: #080808
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: #60bf19
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #60bf19
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #60bf19
}
.nav li a:hover {
	color: #000 !important
}
html {
	position: relative
}
body {
	margin-bottom: 0px !important
}
.footer {
	z-index: 10000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #f5f5f5;
	color: #000000;
	font-size: 12px;
	border-top: 1px black solid
}
@media (max-width:400px) {
	.footer {
		z-index: 10000;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 30px;
		background-color: #f5f5f5;
		color: #000000;
		font-size: 7px
	}
}
#dv_main, #dv_white1 {
	min-height: 91% !important
}
div.footer-large {
	border-top: 1px solid black;
	width: 100%;
	min-height: 20px;
	position: fixed !important;
	bottom: 0px;
	background: rgba(181, 181, 181, 0.4);
	z-index: 5;
	transition: opacity 1.0s ease-in-out
}
div.full {
	background: rgba(255, 255, 255, 1)
}
ul.footer-large {
	list-style-type: none;
	padding: 2px
}
div.pull {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 50px;
	bottom: 40px;
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 40px solid rgba(181, 181, 181, 0.4)
}
span.pull-icon {
	width: 17px;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	margin: 4px;
	position: relative;
	left: -12px;
	top: 5px;
	border-radius: 2px
}
.footer-header {
	display: inline-block;
	width: 25%
}
ul.footer-large > li {
	border-top: 1px solid lightgrey
}
ul.footer-large > li.first {
	border-top: 0px;
	color: white;
	font-weight: bolder
}
div.footer-bg {
	background: rgba(255, 181, 181, 1);
	height: 100%
}
div.slidingDiv_footer {
	height: 200px;
	background: rgba(255, 255, 255, 0.4);
	display: none
}
.ui-dialog-titlebar {
	background-color: #60bf19 !important;
	background: #60bf19 !important
}
.ui-widget-overlay {
	opacity: 0.50 !important;
	filter: Alpha(Opacity=50) !important;
	background: #000000 !important
}
.ui-icon.ui-icon-myCloseButton {
	background-image: url(../images/close.png) !important;
	border: 0 none;
	cursor: pointer;
	right: 0.2em;
	text-indent: -999em;
	top: 0.1em;
	z-index: 100
}
#menu {
	line-height: 1
}
#menu > li {
	display: inline-block
}
#menu > li > a {
	text-decoration: none;
	color: #000
}
#menu > li > a > i {
	text-shadow: 0px 3px 3px #dddddd;
	transition: all 0.2s ease-in-out
}
#menu > li > span.inactive {
	color: grey
}
#menu > li > span {
	text-decoration: none
}
#menu > li > a:hover, #menu > li > a:hover i {
	color: #0053a5;
	text-shadow: none
}
#menu > li > span.inactive {
	color: grey
}
#menu > li > a.active {
	color: #60bf19
}
#menu > li.removed {
	display: none !important
}
#menu.left {
	right: inherit;
	padding-left: 0px;
	bottom: inherit;
	top: 20%;
	font-size: 39px !important;
	padding-bottom: 15px;
	padding-top: 3px;
	z-index: 100
}
#menu.left>li {
	display: block;
	margin: 15px 0px
}
ul.menuSizeTouch {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #007ec4;
	border-bottom: 1px solid #007ec4;
	border-right: 1px solid #007ec4;
	border-left: none;
	border-top-left-radius: inital
}

@media screen and (orientation:portrait) {
	
	#carousel-example-generic {
		height: auto;
	}
	
	#carousel-example-generic img {
		width: 100%;
		height: auto;
		margin: 50px 0;
	}
}


@media screen and (min-width: 1200px) and (max-width: 1600px) {
	#thumbnail #list_thumbnail > div {
		padding: 0px 2px !important;
	}
}

@media screen and (max-width:1350px) and (orientation:landscape) {
	.can-hide {
		display: none
	}
}
@media (max-width: 1080px) {
	DIV.over {
		height: 50% !important;
		width: 100% !important
	}
	DIV.listwidth {
		width: 100% !important;
		height: 100% !important
	}
	.row.content {
		padding-left: 0 !important
	}
	.row.content #d_visual {
		padding-left: 80px
	}
	#menu.left {
		top: 150px !important
	}
	
	.part-image-container {
		padding: 10px 0;
	}
}
@media (max-width:500px) {
	DIV.remove {
		display: none !important
	}
	body {
		padding-top: 57px !important
	}
	.can-hide {
		display: none
	}
}
body.BOTOMNAV {
	background-color: #FFF;
	padding-bottom: 30px !important;
	color: #000;
	font-size: 14px
}
div.LEFTNAV {
	padding-left: 70px
}
BODY.DEFAULT {
	background-color: #FFF;
	color: #000;
	font-size: 14px
}
BODY.GENERIC {
	background-color: #FFF;
	color: #000;
	padding-bottom: 30px !important;
	margin-bottom: 0px !important;
	font-size: 14px
}
.top-right-corner {
	position: absolute;
	top: 0;
	right: 150px
}
.pdf-machine {
	font-size: 21px
}
div.child.closed div {
	display: none
}
div.child i.d2s-icon {
	cursor: pointer
}
tr.row:before {
	content: none
}
tr.search {
	cursor: pointer
}
pre.help {
	margin-top: 1%;
	white-space: pre-wrap;
	word-break: normal
}
.nowrap {
	white-space: nowrap
}
#embed-containter {
	filter: drop-shadow(0px 15px 3px rgba(0, 0, 0, 0.15));
	-webkit-filter: drop-shadow(0px 15px 3px rgba(0, 0, 0, 0.15));
	-ms-filter: drop-shadow(0px 15px 3px rgba(0, 0, 0, 0.15))
}
#print-holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}
#print-holder img.logo {
	width: 150px;
	float: left;
	margin: 25px
}
#print-holder .modal-title {
	font-size: 10px
}
.tbl-request {
	display: inline
}
.tbl-request td {
	vertical-align: bottom;
	padding: 0px 10px
}
.tbl-labels {
	padding-left: 25px;
	padding-right: 5px
}
#print-header {
	width: 100%;
	padding-bottom: 20px
}
#print-body {
	width: 100%
}
#print-body .table {
	width: 100%
}
#print-body .table th {
	text-align: center;
	background-color: #dddddd !important;
	border: 1px solid #000000
}
#print-footer {
	width: 100%
}
#print-tbl {
	width: 100%
}
.print-tbl-Imprint {
	width: 100%
}
.print-tbl-Imprint-address {
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	font-size: 8px
}
.print-tbl-Imprint-address a {
	color: #428bca !important
}
.lines {
	width: 300px;
	height: 25px;
	border-bottom: 1px solid #000000 !important
}
.panel.tile.group .panel-body {
	height: 200px;
	width: 250px
}
.panel.tile:not(.list_items) {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}
.panel.tile:hover .panel-footer {
	background-color: #0053a5;
	color: #ffffff !important
}
.panel.tile, .panel.tile .panel-heading, .panel.tile .panel-body, .form-control, .tile, .pagination li {
	border-radius: 0px !important
}
.panel.tile .panel-footer {
	border-radius: 0;
}
#faq {
	text-align: left
}
#faq .panel-heading {
	background-color: #009999;
	color: #ffffff
}
#faq .panel-body {
	background-color: #eeeeee;
	font-weight: 600;
}
#faq .panel-footer {
	background-color: #ffffff;
}
#documents, #faq {
	height: 100%;
	padding: 10px 10px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}
#documents .panel-body {
	width: auto;
	height: auto;
}
#documents .panel-body i {
	color: #8b0000;
	font-size: 4vw;
}
#documents .panel-heading {
	height: 2.5vw;
	padding: 0.6vw;
	font-size: 0.8vw;
}
tr.row {
	cursor: pointer
}
.highlight-list, tr.highlight td, tr.highlight td a, div.hotspot.highlight, .panel.highlight .panel-footer {
	background-color: #0053a5 !important;
	color: #FFF;
}
.active-hotspot {
	background-color: #0053a5 !important;
	color: white !important;
}
div.hotspot.highlight {
	opacity: 0.4 !important;
	cursor: pointer;
}
@media print {
	*, *:before, enter code here *:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		display: none;
	}
	abbr[title]:after {
		content: " ("attr(title) ")"
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: ""
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group !important
	}
	tfoot {
		display: table-footer-group !important
	}
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	select {
		background: #ffffff !important
	}
	.navbar {
		display: none
	}
	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse !important
	}
	@page {
		size: A4 landscape;
		margin: 0.5cm
	}
	.info-text-print {
		color: #333333 !important;
		font-size: 10px;
		font-style: italic;
		border: none !important
	}
	#dv_navigation, .breadcrumb, .content, #menu {
		display: none
	}
	body {
		padding-top: 0px !important
	}
	#print-holder {
		display: block !important
	}
}
.fa-lg {
	font-size: 1em
}
.fa {
	position: relative;
	display: table-cell;
	width: 55px;
	height: 36px;
	text-align: center;
	top: 2px;
	font-size: 2.5em
}
nav.main-menu.expanded #dyn-content {
	background-color: #FFF;
	margin: 10px
}
.navbar-brand img {
	height: 50px
}
a.navbar-brand {
	padding: 0 !important
}
#dyn-content .table-wrapper {
	overflow: auto
}
#dyn-content, #dyn-content iframe, #dyn-content .table-wrapper {
	width: 100%;
	height: 100%
}
#dyn-content li.list-group-item {
	width: 100%;
	cursor: pointer
}
#dyn-content table {
	width: 100%
}
#dyn-content table tr:nth-child(odd) {
	background-color: #eeeeee
}
#dyn-content table tr:hover {
	background-color: #9CB4B4;
	color: #ffffff;
	cursor: pointer
}
nav.main-menu {
	height: calc(100% - 55px)
}
.main-menu:hover, nav.main-menu.expanded {
	width: 250px;
	overflow: hidden;
	opacity: 1
}
nav.main-menu.expanded.large {
	width: 50% !important
}
.main-menu {
	background: #009999;
	position: fixed;
	top: 86px;
	bottom: 0;
	height: 100%;
	left: 0;
	width: 55px;
	overflow: hidden;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
	-webkit-transform: translateZ(0) scale(1, 1);
	box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
	opacity: 1;
	z-index: 99999
}
.main-menu li {
	position: relative;
	display: block;
	width: 250px
}
.main-menu li >a {
	position: relative;
	width: 255px;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	text-decoration: none;
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all .14s linear;
	transition: all .14s linear;
	border-top: 1px solid #009999;
	text-shadow: 1px 1px 1px  #000
}
.main-menu li:not(.disabled) >a {
	color: #FFF
}
.main-menu li.disabled >a {
	color: #8c8c8c;
	pointer-events: none !important;
	cursor: default
}
.main-menu .nav-icon {
	position: relative;
	display: table-cell;
	width: 55px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px
}
.main-menu .nav-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 190px
}
.main-menu .share {
}
.main-menu .fb-like {
	left: 180px;
	position: absolute;
	top: 15px
}
.main-menu>ul.logout {
	position: absolute;
	left: 0;
	bottom: 0
}
.no-touch .scrollable.hover {
	overflow-y: hidden
}
.no-touch .scrollable.hover:hover {
	overflow-y: auto;
	overflow: visible
}
.settings:hover, settings:focus {
	background: url( http://s17.postimg.org/74cl7s05b/logo_hover.jpg);
	-webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0
}
.settings:active, settings:focus {
	background: url( http://s3.postimg.org/bqfooag4z/startific.jpg);
	-webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0
}
a:hover, a:focus {
	text-decoration: none;
	border-left: 0px solid #F7F7F7
}
nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
nav ul, nav li {
	outline: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase
}
.darkerli {
	background-color: #ededed;
	text-transform: capitalize
}
.darkerlishadow {
	background-color: #ededed;
	text-transform: capitalize;
	-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
	box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55)
}
.darkerlishadowdown {
	background-color: #ededed;
	text-transform: capitalize;
	-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
	box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55)
}
.main-menu li:not(.disabled):hover>a, nav.main-menu li.active>a, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
	color: #fff;
	background-color: #00bbbb;
	text-shadow: 0px 0px 0px
}
.area {
	float: left;
	background: #e2e2e2;
	width: 100%;
	height: 100%
}
li.info-right {
	float: right !important
}
li.info-right:last-child {
	margin-right: 10px
}
.content {
	padding-top: 20px;
	height: calc(100% - 36px);
	overflow: auto;
	padding-left: 70px !important
}


#d_inner_list {
	height: calc(100% - 41px);
	overflow-y: auto
}
#d_inner_list table {
	border-bottom: 1px solid black
}
#d_inner_list table tr td {
	vertical-align: middle
}
body.list .content {
	overflow: hidden
}
body.list .tab-content {
	height: 100%;
	height: calc(100% - 42px)
}
body.list #imagelist, body.list #d_image {
	height: 100%
}
.nav-tabs>li>a {
	border-radius: 0px !important
}
.navbar-collapse.in ul, .navbar-collapse.collapsing ul {
	margin-left: 50px;
	padding: 10px
}
.mightOverflow.designation {
	max-width: 250px
}
.mightOverflow.pos {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
}
.mightOverflow {
	text-overflow: ellipsis;
}
div.tooltip-inner {
	max-width: 350px
}
@media (max-width:900px) {
	.mightOverflow {
		max-width: 65px
	}
}
@media all and (min-width:480px) and (max-width:599px) {
	.can-hide {
		display: none;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: collapse
	}
	.table>thead>tr>th {
		padding: 0px
	}
	.col-md-5 {
		padding-left: 0px !important
	}
}
@media all  and (max-width:641px) {
	.panel-wetrok, .panel-heading {
		height: initial !important;
		margin: 0px;
	}
}
.product_listing_img {
	display: inline !important
}
body.brand .panel-body {
	text-align: center
}

body.brand .panel-heading {
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

body.brand .brandThumb {
	width: 280px;
}

.bcsmall {
	font-size: 0.7em
}
ul.nav .disabled {
	cursor: not-allowed;
}
ul.nav .disabled a {
	pointer-events: none !important;
	color: #777777;
}

ul.nav .disabled li:hover {
	background-color: #ffffff;
}

ul.nav .disabled li {
	border: none;
}

.panel .panel-body {
	padding: 0px
}

#d_list .panel-heading {
	background-color: #0053a5;
	color: white
}
#d_list {
    z-index: 100;
	height: 100%;
}
.d2s-icon.wait {
	font-size: 2em;
	margin-bottom: 30px
}
#search-result tr td {
	cursor: pointer
}
#thumbnail {
	height: 100%;
	padding: 10px 0px;
	overflow: auto;
}
.disabled a, .disabled i {
	pointer-events: none !important;
	cursor: default;
	color: grey;
	text-shadow: none !important
}
#document-search .form-group {
	margin-bottom: 15px;
	width: 45%;
	display: inline-table;
	padding: 2px
}
tr.row:hover a[data-toggle="tooltip"] {
	color: #FFF
}
a[data-toggle="tooltip"] {
	color: #000;
	font-weight: bolder
}
.thumblist.panel {
	vertical-align: top;
	width: 100%;
}
.breadcrumb {
	margin-bottom: 0px !important;
	background-color: #ffffff !important;
}
.navbar-default {
	background-color: #ffffff !important;
}
/*
a.carousel-control .d2s-icon {
	font-size: 5em;
	vertical-align: middle;
	top: 35%;
	position: relative
}
*/
#carousel-example-generic .carousel-caption, #carousel-example-generic img {
	cursor: pointer
}
#carousel-example-generic img {
	height: 100%;
}
.options {
	padding: 15px
}
#search-result li.node-doc_tree a {
	pointer-events: none !important;
}
@media (min-width:750px) {
	.modal-dyn-lg {
		width: 75% !important
	}
}
.sonarmenu {
	position: relative;
	display: inline-block
}
.sonarmenu::before, sonarmenu:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 170px;
	border: 3px solid rgba(0, 83, 165, 1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2)
}
.sonarmenu:after {
	width: 60px;
	height: 60px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.8);
	transform: translateX(-50%) translateY(-50%) scale(1.8)
}
.sonarmenu_hover:before, sonarmenu_hover:after {
	-webkit-animation: pulsate 1.2s 2;
	-moz-animation: pulsate 1.2s 2;
	-ms-animation: pulsate 1.2s 2;
	animation: pulsate 1.2s 2
}
.sonarmenu.highlight:before, sonarmenu.highlight:after {
	-webkit-animation: pulsate 1.2s 1;
	-moz-animation: pulsate 1.2s 1;
	-ms-animation: pulsate 1.2s 1;
	animation: pulsate 1.2s 1
}
@-webkit-keyframes pulsate {
	30% {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1)
	}
	100% {
		opacity: 0.3;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2)
	}
}
@-moz-keyframes pulsate {
	30% {
		opacity: 1;
		-moz-transform: translateX(-50%) translateY(-50%) scale(1)
	}
	100% {
		opacity: 0.3;
		-moz-transform: translateX(-50%) translateY(-50%) scale(0.2)
	}
}
@-ms-keyframes pulsate {
	30% {
		opacity: 1;
		-ms-transform: translateX(-50%) translateY(-50%) scale(1)
	}
	100% {
		opacity: 0.3;
		-ms-transform: translateX(-50%) translateY(-50%) scale(0.2)
	}
}
@-keyframes pulsate {
	30% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) translateY(-50%) scale(0.2)
	}
}

i.edit{
	cursor: pointer;
}

i.edit:hover{
	color:#0053a5;
}

.tab-content #text{
	overflow-y: scroll;
	max-height: 450px;
}

#printSpin {
	color: #888888 !important;
}

#printSpin,
#printError {
	display: none;
}

#printSpin {
	font-size: 18px;
}

#printError {
	color: #ff0000 !important;
}

#printError:hover {
	color: #990000 !important;
}

.li_print .popover {
	width: 250px;
	font-size: 12px;
	text-shadow: none;
	color: rgba(0, 0, 0, 0.8);
	border-color: red;
}

.li_print .popover h3 {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: 600;
}

.li_print .popover.right > .arrow {
	border-right-color: #ff0000;
}

.li_print .popover-content {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 400;
}