@charset "utf-8";
/* CSS Document */

@import url('/public/template/css/tags.css');
@import url('/public/template/css/flags.css');
@import url('/public/template/css/2ba.css');

/* source-sans-pro-300 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-regular - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-italic - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-600 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  }
  /* source-sans-pro-700 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
.btn-close, .btn-edit {
  background-color: #898989;
  color: #ffffff !important;
  opacity: 1;
}
.btn-apply, 
.btn-new, 
.bs-modal-general .modal-header {
  background-color: #e74a3b;
  border-color: #e74a3b;
  color: #ffffff !important;
  font-weight: 800;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn-save {
  background-color: #1cc88a;
  border-color: #1cc88a;
  color: #ffffff !important;
}
.btn-trash {
  background-color: #36b9cc;
  border-color: #36b9cc;
  color: #ffffff !important;
}
.btn-select {
  background-color: #4e73df;
  border-color: #4e73df;
  color: #ffffff !important;
}
.btn-import, .btn-export {
  background-color: #70C3FF;
  border-color: #70C3FF;
  color: #333333 !important;
}
.btn-delete {
  background-color: #4d4057;
  border-color: #4d4057;
  color: #f8f8f8 !important;
}
.btn-bulk {
  background-color: #EDEBDD;
  border-color: #EDEBDD;
  color: #333333 !important;
}
.btn-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
  border-color: #36b9cc;
  background-size: cover;
}
.btn-succes {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
  border-color: #1cc88a;
  background-size: cover;
}
.btn-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg,#f6c23e 10%,#dda20a 100%);
  border-color: #f6c23e;
  background-size: cover;
}
.btn-close:hover, 
.btn-edit:hover, 
.btn-new:hover, 
.btn-apply:hover, 
.btn-save:hover, 
.btn-trash:hover, 
.btn-select:hover, 
.btn-import:hover, 
.btn-export:hover,
.btn-bulk:hover, 
.btn-filter:hover, 
.btn-delete:hover {
  opacity: 0.85;
}
.filterChoise select.form-control {
  position: relative;
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg,#f8f9fc 10%,#c2cbe5 100%);
  background-size: cover; 
  border-color: #c2cbe5;
  border-width: 1px;;
  color: #333333 !important;
}
.filterChoise select.form-control:hover {
  opacity: 0.85;
}
.bs-modal-general .modal-header .close  span {
  color: #ffffff !important;
  background-blend-mode: overlay;
}
.firstpadding {
  padding-top: 15px !important;
}
.lastpadding {
  padding-bottom: 15px !important;
}
.list-group-item {
  overflow: hidden;
}
#packimage {
  padding-right: 15px;
  padding-left: 15px;
  width: 30%;
}
.tooltip-inner {
  padding: 6px !important;
  background-color: #333 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.control-label.tt:hover {
    background-color: #e1e1e1 !important; 
}
/* START GENERAL FRAME */
body {
    color: #232323 !important;
	background-color: #ffffff !important;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px !important;
}
body.laden:after, body.loading:after, #selectMedia.laden:after {
	/* with no content, nothing is rendered */
	content: "";
	position: fixed;
	/* element stretched to cover during rotation an aspect ratio up to 1/10 */
	top: -500%;
	left: -500%;
	right: -500%;
	bottom: -500%;
	z-index: 9999;
	pointer-events: none; /* to block content use: all */
	/* background */
	background-color: rgba(0,0,0,0.6);
	background-image: url('/public/images/crm/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px 100px;
}
div.file {
	position: relative;
	overflow: hidden;
}
div.file input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}
.dropdown-menu {
	font-size: 12px;
}
.dropdown-header {
	color: #000;
	background-color: silver;
}
.text-dark {
	color: #000 !important;
}
.text-s12 {
	font-size: 12px !important;
}
.margin-btn15 {
  margin: 15px;
}
#apiuserTable {
  margin-left: 15px;
  margin-right: 15px;
}
.fileselectbox {
  margin-bottom: 15px;
}
fieldset.userfield {
  margin-bottom: 15px;
}
.searchlist .ajaxImage {
    height: 69%;
    width: auto;
    margin: 0.5%;
    position: absolute;
    right: 55px;
    top: 5px;
    display: block;
    z-index: 8888;
}
#searchBox {
    position: absolute;
    top: 42px;
    width: 96%;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    z-index: 100;
    -webkit-box-shadow: 0px 3px 12px rgb(187 187 187 / 45%);
    box-shadow: 0px 3px 12px rgb(187 187 187 / 45%);
}
#searchBox::after, #searchBox::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#searchBox::before {
    border-color: rgba(255,255,255,0) !important;
    border-bottom-color: #152845 !important;
    border-width: 13px !important;
    margin-left: -13px !important;
}
#searchBox li {
	padding: 5px 10px;
	width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
#searchBox li span {
	display: block;
	margin-left: 58px;
}
#searchBox li .pim_result_image {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 8px;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #f8f8f8;
}
#searchBox li a:hover {
	text-decoration: none;;
}
.develop {
	background-color: black;
	text-align: center;
	padding: 14px 0;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99999;
}
.develop h3 {
	color: #ddd;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-weight: 600;
}
.sortable-placeholder {
    height: 40px;
}
.font-12 {
    font-size: 12px !important;;
}
.font-13 {
    font-size: 13px !important;;
}
.font-14 {
    font-size: 14px !important;;
}
.font-15 {
    font-size: 15px !important;;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.displayNone {
	visibility: hidden;
}
.displayOne {
	visibility: visible;
}
.displayInline {
    display: inline-block !important;
}
.displayBlock {
    display: block !important;
}
.hideDisplay {
    display: none;
}
.showDisplay {
    display: block;
}
img.product.img-responsive {
	max-width: 100px !important;
	width: 100%;
	height: auto !important;
}
.thumbnail {
	padding: 0;
	margin: 0;
	width: 45px;
	height: 45px;
}
.ticketimage {
    background-clip: padding-box;
    background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
span.form-control.no-control {
	border-radius: 5px !important;
	color: #ccc !important;
	border-color: #ccc !important;
}
table.productsImageTable tr th:nth-child(4) {
    max-width: 55px;
}
table.productsImageTable tr th:nth-child(5) {
    max-width: 55px;
}
table.productsImageTable tr td:nth-child(2) {
    max-width: 60px;
}
table th.config a.btn {
  font-size: 10px !important;

}
table thead tr {
  background-color: #eaecf4!important;
}
.backgTitle {
    margin-right: 10px !important;
    display: none;
}
#bgToolbar {
    float: none !important;  
    margin-top: -1px !important;
}
#bgToolbar a.btn {
    padding: 6px 15px 5px !important;
    margin-top: -1px;
    background-image: url('/public/images/crm/background.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1d71b8 !important;
    color: white !important;
}
#bgToolbar a.btn:hover {
    border-color: rgba(255,255,255,0.50) !important;
}
#bgToolbar a.btn img {
    height: 16px;
}
.bgProporty {
    margin: 10px 0px !important;
}
.bgProporty .list-group-item {
    padding: 5px 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    font-size: 10px !important;
}
.progress {
    min-width: 125px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
}
.btn, .form-control {
	font-size: 11px !important;
  padding: 5.6px 12px;
}
.btn.filter {
	height: 29px;
}
img.ajaxButton {
	height: 14px !important;
	width: auto !important;
} 
li .sitename {
	background-color: transparent;
	color: #333;
	font-size: 12px;
	font-weight: 400;
}
#bodylogin.login {
	background-image: url('/public/images/bg-avatar.png');
	background-color: rgba(68, 153, 220, 0.2) !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bodylogin.forgot {
	background-image: url('/public/images/bg-avatar.png');
	background-color: rgba(68, 153, 220, 0.2) !important;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.userfield legend {
	font-size: 14px;
	font-weight: 600;
  margin-bottom: 0px;
  padding: 3px 6px;
}

.panel-title {
    font-size: 12px !important;
    line-height: 14px;
    color: #2f353b;
    font-weight: 800;
	text-align: right;
}
.panel-title a {
    padding: 8px 12px;
    display: inline-block;
}
.footertext p {
	/*background-color: rgba(255,255,255,0.80);*/
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	color: #f8f8f8;
}
.footertext p a {
	/*background-color: rgba(255,255,255,0.80);*/
	color: #f8f8f8;
}
#bodylogin.login .footertext, #bodylogin.forgot .footertext {
	/*color: #eee;*/
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
h2.pagetitle span {
    font-size: 22px;
    border-bottom: none;
    padding: 0 30px 10px 0;
} 
h2.pagetitle span .label-warning {
    padding: 2px 10px 4px !important;
}
.blogo {
	width: 200px; 
	height: auto;
	padding: 20px 20px 30px;
}
.gs1image img {
	width: 160px;
	height: auto;
}
.jumbotron {
	/*background-color: rgba(255,255,255, 0.8);*/
	background-image: url('/public/images/leftbglogin.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #eee;
	position: relative;
	text-align: center;
	position: relative;
}
.jumbotron.forgot {
	background-image: url('/public/images/login_background50.jpg'); 
	background-position: center center;
	background-size: cover
}
.jumbotron img.partslogo {
	display: inline-block;
	padding: 20px;
	width: 90%; 
	height: auto;
}
.modalload span {
    font-size: 28px;
	display: inline-block;
	margin-bottom: 100px;
	color: #ffffff;
	font-weight: 800;
}
.modalload {
    display:    none;
	text-align: center; 
    position:   fixed;
    z-index:    999999999; 
    top:        33%;
    left:       0;
    height:     100%;
    width:      100%;
}
.modalload .progress {
	margin: 140px 0% 0; 	
	z-index: 99999999; 
	display: block;
}
.modelload .progress-bar {
	z-index: 9999999999;	
	display: block;
}
/*.modalload span {
	display: inline-block;
	top: 45%;
	position:relative; 
	margin-bottom: 20px; 
}
body.loading {
    overflow: hidden;   
}*/
.codeWrapper {
    position: relative;
}
.codescreen {
    height: 100px;
    position: absolute;
    z-index: 999999;
    width: auto;
    min-height: 1px;
}
/* MULTILINGUAL */
.multilingual .list-inline{
    margin-left: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.multilingual .list-inline>li {
	padding: 6px;
}
.input-group-addon .icon-language {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
}
.multilingual .icon-language {
    margin-top: 0px;
	margin-left: 0px;
	opacity: 0.5;
}
.multilingual li:hover {
	border: 1px solid #ccc;
}
.multilingual li .icon-language:hover {
	opacity: 0.9;
}
.multilingual li {
	border: 1px solid transparent;
}
.multilingual li.active {
	border: 1px solid #333;
}
.multilingual li.active .icon-language {
	opacity: 1 !important;
}
/* END MULTILINGUAL */
body.loading .modalload, body.laden .modalload { 
    display: block;
} 

#wrapper {
	background-color: #2d2d2d;
  min-height: 100vh;
}
table.UnitTable td span.form-control, table.UnitTable td {
	white-space: nowrap !important;
}
table span.no-warp {
	 white-space: nowrap;
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

.btn .badge {
    font-size: 11px !important;
    padding: 2px 7px!important;
    border-radius: 10px !important;
    margin-left: 5px !important;
}

#overlay {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(49,49,49,0.69);	
	z-index: 99999999999;
	display: none;
}
tr.yellow-color {
	background-color: yellow !important;
}
td span.nowarp {
	flex-wrap: nowrap;
	white-space: nowrap;
}
.navbar-default {
	position: fixed;
	width: 100%;
	/*background-color: #1d71b8 !important;*/
  background-color: #e5e5e5 !important;
	color: #333;
  border-bottom: 1px solid #898989;
  
}
.navbar-frame {
	color: #c1c1c1;
	background-color: #2d2d2d;
}
.navbar-frame.sidebar ul li {
    border-bottom: 1px solid #2d2d2d;
}
#side-menu li.active a.active, #side-menu li a:hover, .navbar-frame.sidebar ul li a.active {
	/*background-color: #eee; */
	color: #fff;
    background: #242424;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #242424;
    text-decoration: none;
	color: #fff;
}
.mouse {
	cursor: pointer;		
}
#side-menu li a.active.icon {
	background: url('/public/images/menu_icon_8px.png') no-repeat center right #242424;
}
.navbar-frame a {
	color: #c1c1c1;
}
.navbar-frame a.bg-primary {
	color: #fff;	
}
#side-menu a.bg-primary:hover {
	color: #fff;
	background-color: #428bca;
}
.couple {
	background-color: #fff;
}
.couple:hover {
	background-color:#DFDFDF;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #242424;
    text-decoration: none;
    color: #337ab7;
}
.navbar-top-links li a {
    min-height: 30px;
}
.navbar-right>li>a:hover, .navbar-right>li>a.active, .navbar-right>li.active>a.active {
	background-color: transparent !important;	
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
   	background-color: transparent !important;
    border-color: #337ab7;
}
.navbar-top-links>li>a.btn:hover {
    background-color: #242424 !important;
    color: #fff !important;
}
.navbar-top-links>li>a.btn.active {
    background-color: rgba(0,0,0,0.80) !important;
    color: #fff !important;
}
#clock {
	font-size: 12px;	
	margin: 0px;
	font-weight: 600;
	padding: 0;
	line-height: 20px;
}
h2 {
    font-size: 24px;
    color: #232323;
    letter-spacing: 0px;
    font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    border-radius: 0 !important;
}
.navbar-brand {
	font-size: 12px;
  display: block;
  float: none;
  padding: 8px 12px !important;
}
.navbar-brand img {
  margin: 0px auto !important;
  display: block;
}
.navbar-top-links {
	margin-right: 19px;
}
.nav-link, .nav-tabs a {
    display: block;
    padding: 15px 1rem;
	font-size: 12px;
	line-height: 20px;
}
.tab-pane {
	/*margin-top: 10px;	*/
  margin-top: 0px;
}
.tab-pane h4 {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
}
.pagetab {
  margin-bottom: 15px;
}
.nav-tabs.gray>li.active>a, .nav-tabs.gray>li.active>a:focus, .nav-tabs.gray>li.active>a:hover {
	background-color: #0277bd;
	color: #fff;
}
.nav-tabs.orange>li.active>a, .nav-tabs.orange>li.active>a:focus, .nav-tabs.orange>li.active>a:hover {
	background-color: #f1c40f;
	color: #333;
}
.nav-tabs.primary>li.active>a, .nav-tabs.primary>li.active>a:focus, .nav-tabs.primary>li.active>a:hover {
	background-color: #337ab7;
	color: #fff;
}
.nav>li {
	border: 0px solid #fff !important;
	margin: 0px !important;
}
.nav>li>a {
    margin-right: 0px !important;
    position: relative;
    display: block;
    padding: 7px 15px;
	border: 0px solid #fff !important;
}
.nav>li>a[role="tab"] i.icon-language {
   float: none;
   display: inline-block;
}

.nav>li>a:hover {
	background-color: #dddddd;
	color: #333;
}
.input-group-addon {
	font-size: 11px !important;
}
.input-group-addon > i, frametip fa {
    color: #c5cdda;
}
label .frametip {
	float: left; 
	line-height: 29px;
	color: #666;
}
h2 small {
    color: rebeccapurple;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
	vertical-align: middle;
	line-height: 30px;
}
.navbar-header {
	width: 200px;
}
.navbar-left li h4 {
	margin: 0 !important;
}
.navbar-left li span.label {
	padding: 8px !important;
	padding: 16px !important;
	border: 0px solid transparent;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    width: 15px !important;
    height: 15px !important;
}
.sidebar {
	width: 200px;
}
.form {
    padding: 0 !important;
}
.form-control {
    outline: 0 none !important;
	height: 29px;
}

#saleForm button.btn, #saleForm a.btn, #costForm button.btn, #costForm a.btn {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.btn, .form-control {
    box-shadow: none !important;
}
.checkbox-list > label.checkbox-inline:first-child, .checkbox > label, .form-horizontal .checkbox > label, .portlet.light .form .form-actions.left, .portlet.light .portlet-form .form-actions.left, .radio-list > label.radio-inline:first-child {
    padding-left: 0;
}
.form-control-static, .icon-btn, .input-inline, .radio-list > label.radio-inline {
    display: inline-block;
}
.form .form-bordered .form-group .help-block, .form .form-row-seperated .form-group .help-block, .form-horizontal .radio-list > label {
    margin-bottom: 0;
}
form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 9px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    top: 6px;
}
.loginForm .checkbox input[type="checkbox"], .loginForm .checkbox-inline input[type="checkbox"] {
	top: 0px;
}
.form-control-static, .icon-btn, .input-inline, .radio-list > label.radio-inline {
    display: inline-block;
}
.input-group-addon {
    background-color: #fff;
}
.input-group-addon.default {
    background-color: #ccc;
}
.input-group-addon.info {
    background-color: #5bc0de;
	  color: #fff;
    
}
.nowarp {
    white-space: nowrap !important; 
}
.border-l0 {
    border-width: 0px !important;
}
.width-5 {
    width: 5% !important;
}
.width-10 {
    width: 10% !important;
}
.width-25 {
    width: 25% !important;
}
.width-50 {
    width: 50% !important;
}
.width-75 {
  width: 75% !important;
}
.width-100 {
    width: 100% !important;
}
.text-align-center {
  text-align: center;
}
.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pr-40 {
    padding-right: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.p-top0px {
	padding-top: 0px !important;
}
.p-top5px {
	padding-top: 5px !important;
}
.p-top10px {
	padding-top: 10px;
}
.p-top15px {
	padding-top: 15px;
}
.p-top20px {
	padding-top: 20px;
}
.p-top30px {
	padding-top: 30px;
}
.p-bottom0px {
	padding-bottom: 0px;
}
.p-bottom5px {
	padding-bottom: 5px;
}
.p-bottom10px {
	padding-bottom: 10px;
}
.p-bottom15px {
	padding-bottom: 15px;
}
.p-bottom20px {
	padding-bottom: 20px;
}
.p-bottom30px {
	padding-bottom: 30px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.mr-0 {
    margin-right: 0% !important;
}
.mr-1 {
    margin-right: 1%;
}
.mr-2 {
    margin-right: 2%;
}
.mr-3 {
    margin-right: 3%;
}
.mr-4 {
    margin-right: 4%;
}
.ml-0 {
    margin-left: 0% !important;
}
.ml-1 {
    margin-left: 1%;
}
.ml-2 {
    margin-left: 2%;
}
.ml-3 {
    margin-left: 3%;
}
.ml-4 {
    margin-left: 4%;
}
.m-bottom0px {
	margin-bottom: 0px !important;
}
.m-bottom5px {
	margin-bottom: 5px;
}
.m-bottom10px {
	margin-bottom: 10px;
}
.m-bottom15px {
	margin-bottom: 15px;
}
.m-bottom20px {
	margin-bottom: 20px;
}
.m-bottom30px {
	margin-bottom: 30px;
}
.m-top0px {
	margin-top: 0px !important;
}
.m-top5px {
	margin-top: 5px !important;
}
.m-top6px {
	margin-top: 6px;
}
.m-top10px {
	margin-top: 10px;
}
.m-top15px {
	margin-top: 15px !important;
}
.m-top20px {
	margin-top: 20px;
}
.m-top30px {
	margin-top: 30px;
}
.black {
	color: #000;	
}
.light {
	color: #898989 !important;	
}
.blue {
	color: #00a4e4;
}
.red {
	color: red;
}
.bgred {
    background-color: red !important;
    color: white !important;
}
.bgsilver {
    background-color: silver !important;
    color: black !important;
}
.bgyellow {
    background-color: yellow !important;
    color: black !important;
}
.bgactive {
    background-color: lightgrey !important;
    color: black !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bgactive label.control-label {
    padding-top: 0px !important;
}
.bg-light {
    background-color: #f8f9fa;
}
.iconCurrency::before {
    font-size: 11px !important;
    color: #666;
}
.fontSize11 {
    font-size: 11px !important;
}
.fontSize12 {
    font-size: 12px !important;
}
.fontSize13 {
    font-size: 13px !important;
}
.fontSize14 {
    font-size: 14px !important;
}
.fontSize16 {
    font-size: 16px !important;
}
.fontSize18 {
    font-size: 18px !important;
}
.fontSize36 {
    font-size: 36px !important;
}
.fontSize48 {
    font-size: 48px !important;
}
.fontSize64 {
    font-size: 64px !important;
}
.lineHeight14 {
    line-height: 14px;
}
.lineHeight16 {
    line-height: 16px !important;
}
.lineHeight18 {
    line-height: 18px !important;
}
.lightgray {
	/*color: #f8f8f8 !important;*/
  color: #333333 !important;
}
.line-top1px {
    border-top: 1px solid #ddd;
}
.bold {
	font-weight: bold !important;
}
.lh30px {
	line-height: 30px;	
}
.xlg {
    width: 1100px!important;
    margin: 0 auto;
}
.subBox, .overflow-hidden {
    overflow: hidden;
}
.form-group .checkbox input[type="checkbox"] {
	margin-left: 0px;
}
.form-control[readonly] {
	background: #f8f8f8 !important;
}
fieldset.small legend {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: blueviolet !important;
}
/* END GENERAL FRAME */

/* START ALERT */
.alert {
	border-width: 0px;
	border-left: 5px solid #eee;
	
}
.alert-warning {
	border-color: #f3cc31;	
}
.alert-info {
    border-color: #8bb4e7;
}
.alert-danger {
    border-color: #f0868e;
}
.alert-success {
    border-color: #58d0da;
}
.close {
    background-image: url("/public/images/remove-icon-small.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-right: 0;
    margin-top: 0;
    outline: 0 none;
    text-indent: -10000px;
    width: 9px;
}
/* END ALERT */

/* START NOTES */
.note {
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
}
.note p {
    font-size: 12px;
}
.note h1, .note h2, .note h3, .note h4, .note h5, .note h6 {
    margin-top: 0;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    padding-bottom: 10px;
    padding-top: 10px;
}
h4 {
    font-size: 18px !important;
}
.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}
note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}
.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}
.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}
/* END NOTES */

/* START PANEL FRAME*/
.panel {
    background-color: #fff;
    border: 1px solid #dddddd !important;
    border-radius: 0px;
    margin-bottom: 20px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
	/*padding: 12px 20px 15px;*/
}
.panel.dash .panel-body.form {
  padding: 12px 20px 15px;
}
.panel-frame .input {
	border-color: gray;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
    padding: 0px !important;
	  color: #fff;
	  min-height: 30px;
	  margin-bottom: 0;
	  text-align: right;
	  background-color: rgba(68,153,220, 1);
}
.input .panel-heading {
	background-color: #ddd;
	color: #333;
}

.panel-heading span {
	display: block;
	font-size: 12px;
	padding: 0px !important;
	line-height: 30px;
	float: left;
	color: #fff;
	padding-left: 15px !important;
}
.panel {
	border: 0px;
}
.panel .input {
	border: 1px solid gray !important;
}
.panel-title {
	font-size: 12px;
	line-height: 14px;
	color: #2f353b;
	font-weight: 800;
}
.panel-body.form {
    padding: 0px !important;
}
.panel-body.form p {
    padding: 10px 15px 5px;
}
.panel.dash .panel-body.form {
  padding: 10px 15px !important;
}
.panel-warning .panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/* END PANEL FRAME */

a, a:focus, a:hover, button, button:focus, input:checked{ 
	outline: none;
	cursor: pointer; 
}
a[title], label[title], i.fa-info-circle.fa-2x { 
	cursor: context-menu;
}
label {
	font-weight: normal; 
} 
i.glyphicon.glyphicon-question-sign {
	cursor: pointer;
}  
hr {
	border-color: #ccc; 
	border-style: dotted; 
} 
.panel-heading {
	font-weight: 600;
}
.form-inline .form-group {
	margin-bottom: 10px;
}
p.oke, p.fold {
	margin-bottom: 0;
}
p.oke span, p.fold span {
	margin-top: 3px;	
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
} 
.form-group {
  margin-bottom: 0;
}
.form-group div {
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-group div div {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.form-group .control-label {
  font-weight: 600;
  margin-top: 0px;
  padding: 8px 10px 8px 13px;
  background: #f1f1f1;
  min-height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #f8f8f8;
}
.productsImageTable .form-group .control-label {
  background: transparent;
  margin-bottom: 10px;
}
.productsImageTable .form-group .firstpadding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-horizontal .filterChoise .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .checkbox {
  padding-top: 4px !important;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.input-group .form-control {
	display: block;
	width: 100%; 
}
.table {
	margin-top: 15px;
}
.form-horizontal .radio-inline {
	padding-bottom: 2px !important; 
} 
tbody.sortable .hand {
	cursor:	move; 
	display: block;
}
tbody.sortable tr:hover {
	background-color: #ddd;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
} 
#moduleKeus .help-block {
	margin-bottom: 0; 
}
footer {
	margin-top:20px;
	border-top: 1px solid #ddd;
	padding-top:10px; 
}
.bs-params {
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 0px 0;
    margin: 25px 10px 15px; 
    padding: 45px 10px 10px; 
    position: relative;
}
.bs-params:after {  
    color: #333;
    content: "Parameters";
    font-size: 12px;
    font-weight: 700;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}
option.disabled {
	color: #999; 
}
.iframe-title {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #1d71b8;
	margin-bottom: 15px;
}
.iframe-title .pagetitle {
	color: #ffffff;
	margin: 10px 0px;
	padding: 0px 10px;
}
.iframe-title .pagetitle small {
	color: #ffffff;
}
.iframe-title .pagetitle span {
	border-width: 0px;
	padding: 0px;
}

.body-iframe .modal-content {
	border: none;
	box-shadow: none; 
} 
.ui-sortable-placeholder { 
	border: 1px dotted black; 
	visibility: visible !important; 
}
.ui-sortable-placeholder * { 
	visibility: hidden; 
} 
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 100%; 
}
 ul.bootpag {
	margin: 0px;
}
.table tr td span.form-control {
	height: inherit !important;
	min-height: 29px;
	padding: 6px 6px !important;
}
.sessietime {
	font-size: 11px;
	float: right;
	margin-right: 30px;
	min-height: 50px;
    padding: 15px;	
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.easy-autocomplete-container {
    z-index: 2222 !important;
}

.easy-autocomplete-container ul li div {
	font-size: 12px !important;
}

.m-0 {
margin: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.m-auto {
margin: auto !important;
}

.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}

.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}

.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}

.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}

.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}

.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}

.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}

.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}

.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}

.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}

.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}

.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}

.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}

.mt-0 {
margin-top: 0 !important;
}

.mt-1 {
margin-top: 0.25rem !important;
}

.mt-2 {
margin-top: 0.5rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mt-4 {
margin-top: 1.5rem !important;
}

.mt-5 {
margin-top: 3rem !important;
}

.mt-auto {
margin-top: auto !important;
}

.me-0 {
margin-right: 0 !important;
}

.me-1 {
margin-right: 0.25rem !important;
}

.me-2 {
margin-right: 0.5rem !important;
}

.me-3 {
margin-right: 1rem !important;
}

.me-4 {
margin-right: 1.5rem !important;
}

.me-5 {
margin-right: 3rem !important;
}

.me-auto {
margin-right: auto !important;
}

.mb-0 {
margin-bottom: 0 !important;
}

.mb-1 {
margin-bottom: 0.25rem !important;
}

.mb-2 {
margin-bottom: 0.5rem !important;
}

.mb-3 {
margin-bottom: 1rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.mb-auto {
margin-bottom: auto !important;
}

.ms-0 {
margin-left: 0 !important;
}

.ms-1 {
margin-left: 0.25rem !important;
}

.ms-2 {
margin-left: 0.5rem !important;
}

.ms-3 {
margin-left: 1rem !important;
}

.ms-4 {
margin-left: 1.5rem !important;
}

.ms-5 {
margin-left: 3rem !important;
}

.ms-auto {
margin-left: auto !important;
}

.p-0 {
padding: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}

.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}

.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}

.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}

.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}

.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}

.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}

.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}

.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}

.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}

.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}

.pt-0 {
padding-top: 0 !important;
}

.pt-1 {
padding-top: 0.25rem !important;
}

.pt-2 {
padding-top: 0.5rem !important;
}

.pt-3 {
padding-top: 1rem !important;
}

.pt-4 {
padding-top: 1.5rem !important;
}

.pt-5 {
padding-top: 3rem !important;
}

.pe-0 {
padding-right: 0 !important;
}

.pe-1 {
padding-right: 0.25rem !important;
}

.pe-2 {
padding-right: 0.5rem !important;
}

.pe-3 {
padding-right: 1rem !important;
}

.pe-4 {
padding-right: 1.5rem !important;
}

.pe-5 {
padding-right: 3rem !important;
}

.pb-0 {
padding-bottom: 0 !important;
}

.pb-1 {
padding-bottom: 0.25rem !important;
}

.pb-2 {
padding-bottom: 0.5rem !important;
}

.pb-3 {
padding-bottom: 1rem !important;
}

.pb-4 {
padding-bottom: 1.5rem !important;
}

.pb-5 {
padding-bottom: 3rem !important;
}

.ps-0 {
padding-left: 0 !important;
}

.ps-1 {
padding-left: 0.25rem !important;
}

.ps-2 {
padding-left: 0.5rem !important;
}

.ps-3 {
padding-left: 1rem !important;
}

.ps-4 {
padding-left: 1.5rem !important;
}

.ps-5 {
padding-left: 3rem !important;
}
.overflow-h {
  overflow: hidden;
}
.max-w65 {
  max-width: 65px !important;
}
.min-w85 {
  min-width: 85px !important;
}
.ui-state-highlight, #selectProductsImages .sortable-placeholder {
  height: 300px;
}
#selectProductsDocuments .sortable-placeholder {
  height: 48px;
}

.d-block {
  display: block !important;
}
.d-inline {
  display: inline-block !important;
}
.w-auto {
     width: auto !important; 
}
.w-10 {
    width: 10% !important; 
}
.w-15 {
    width: 15% !important; 
}
.w-20 {
    width: 20% !important; 
}
.w-25 {
    width: 25% !important; 
}
.w-30 {
    width: 30% !important; 
}
.w-35 {
    width: 35% !important; 
}
.w-40 {
    width: 40% !important; 
}
.w-45 {
    width: 45% !important; 
}
.w-50 {
    width: 50% !important; 
}
.w-55 {
    width: 55% !important; 
}
.w-60 {
    width: 60% !important; 
}
.w-65 {
    width: 65% !important; 
}
.w-75 {
    width: 75% !important; 
}
.w-100 {
    width: 100% !important; 
}
.w-auto {
    width: auto; 
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto;
}
.text-white-50 {
    opacity: 1;
    color: rgba(255, 255, 255, .5) !important;
}
.text-body {
    opacity: 1;
    color: rgba(33, 37, 41, 1) !important;
}
.text-muted {
    opacity: 1;
    color: #6c757d !important;
}
.text-success {
    opacity: 1;
    color: rgba(25, 135, 84, 1) !important;
}
.text-danger {
    opacity: 1;
    color: rgba(220, 53, 69, 1) !important;
}
.text-warning {
    opacity: 1;
    color: rgba(255, 193, 7, 1) !important;
}
.text-secondary {
    opacity: 1;
    color: rgba(108, 117, 125, 1) !important;
}
.text-info {
    opacity: 1;
    color: rgba(13, 202, 240, 1) !important;
}
.tbActionBtn {
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
}

@media (min-width: 768px) {
	#page-wrapper {
		padding: 50px 20px 0;
		margin: 0 0 0 200px;
    min-height: 100vh;
	}
}
.apiMethode {
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 15px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    display: inline-grid;
    margin-right: 10px;
}
.apiMethode.get {
    background: #61affe;
}
.apiMethode.post {
    background: #49cc90;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}	
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.popover {
    font-size: 12px !important;
    line-height: 18px !important;
}
.popover-title {
    font-size: 15px !important;
    text-transform: uppercase;
}
.upload .file-caption-name {
    padding:unset !important;
}
#panel_costsscreen h4.panel-title, 
#panel_salesscreen h4.panel-title {
    margin-right: 0px !important;
}
.form-control.marketingtext {
    font-size: 13px !important;
    color: black;
    line-height: 1.7;
}