@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500,700,900&display=swap&subset=latin-ext');

* {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}


.topek img{
	margin-left: 4px;
	height: 35px;
}

.lang{
	cursor: pointer;
	margin: 5px 0;
	color: #fff;
	font-size: 12px;
}

.select-checkbox{
	margin-left: 30%;
}

.lang span::before{
	content: "▼";
	font-size: 12px;
}

.login {
	color: #fff;
	font-size: 12px;
}

.login i.fas {
    font-size: 20px;
    color: var(--secondary-color);
	line-height: 20px;
	margin-left: 10px;
}



.login .dropdown {    
	display: inline-block;
}

#quickAdd{
	background-color: var(--primary-color);
    color: var(--secondary-color);
    height: 30px;
	width: 30px;
	margin-left: 4px;
	line-height: 12px;
}

#tenantSelection{
	background-color: var(--secondary-color);
	color: white;
	height: 25px;
	padding-left:50px;
	padding-right: 50px;
	text-transform: uppercase;
	font-size : 13px;
}

#contactUs{
	background-color: var(--secondary-color);
	color: white;
	height: 25px;
	padding-left:5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size : 13px;
	padding-bottom: 21px;
}


#quickAdd i.fas{
	color: var(--secondary-color);
    margin-left: -4px;
}


#reminderBadge{
	color: #fff;
    background-color: #f72f2f;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 49px;
    font-family: all-round-gothic, sans-serif;
    padding: 3px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    width: 18px;
    height: 18px;
}

#reminderBadge.right-86{
	right: 86px;
}

#basketBadge{
	color: #fff;
    background-color: #f72f2f;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 49px;
    font-family: all-round-gothic, sans-serif;
    padding: 3px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    width: 18px;
    height: 18px;
}

.header-logout{
    margin-left: 7px;
}

.badge-primary {
    color: #fff;
    background-color: var(--primary-color);
}

div#reminderList, div#basketList {
	position: fixed;
    top: 0px;
    right: 0px;
    background: var(--primary-color);
    margin-top: 45px;
    z-index: 9999;
    width: 350px;
    color: white;
    border-radius: 4px;
    overflow-y: auto;
    height: calc(100vh - 45px);
    transition: all 0.5s;
}

div#basketList {
	width: 500px;
}

.reminderPosition, .basketPosition {
    padding: 15px;
    margin: 4px;
    border-bottom: 1px solid white;
	overflow: hidden;
}

h3#reminderTitle {
	padding: 15px;
    border-bottom: 1px solid white;
    margin: 4px;
}

.reminderText {
    margin-bottom: 10px;
}

.reminderButtons .btn {
    margin: 10px;
}

.reminderDate {
    font-size: 12px;
}

.login .dropdown-menu{
	z-index: 999999;
	overflow-y: scroll;
	max-height: 95vh;
}


.login .dropdown-menu span.text {
    color: black;
}

.login .dropdown-menu .selected span.text {
    color: #fff;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

.login .dropdown-item {
    color: #212529;
	font-size: 13px;
	height: 40px;
}

.lang, .login{
	display: inline-block;
}

.login{
	margin: 0px 20px;
}

.login-panel{
	display: inherit;
	float: right;
	line-height: 40px;
}

.login a{
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}

.login .lang-selector img {
    width: 18px;
    height: 18px;
    margin: 0;
}
.navbar-toggler{
	border: 1px solid #fff!important;
}

.navbar-toggler{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='-6 0 42 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lang .custom-select{
	background: #151b2633 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 6 8'%3E%3Cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center !important;
	padding: 0 1.75rem .375rem 2.75rem;
	color: #fff;
	border: 0;
    width: 100px;
}

.lang .custom-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.blue li{
	position: relative;
	width: 200px;
}

.blue a{
	color: #fff !important;
	font-size: 14px;
	z-index: 1;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -8px;
    line-height: 32px;
    margin: -22px auto;
    cursor: pointer;
}

.blue a:hover{
	background: #151b26;
	color: #fff !important;
	border-bottom: 6px solid #3b4049;
}

.toolbar-header{
	background: var(--secondary-color);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0!important;
	padding-left: 0!important;
	color: white;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 1px;
	border-right: 1px solid white;
	width: 250px;
}
.toolbar-content, .toolbar-content1{
	background: var(--primary-color);
	color: #fff;
	z-index: 999;
}

.toolbar-content a, .toolbar-content1 a, .toolbar-content button{
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
	background: inherit;
	border: none;
	cursor: pointer;
	line-height: 37px;
	padding: 8px;
}

.toolbar-content a:hover{
background-color: var(--secondary-color);
}

.action-buttons > div > ul,
.action-buttons > ul{
	list-style-type: none;
}

.action-buttons > div > ul > li,
.action-buttons > ul > li{
	  display: inline-block;
    margin-bottom: 1px;
}
.toolbar-content ul li{
	margin-top: 2px;
    margin-right: 10px;
}

.toolbar-content a:hover, .toolbar-header a:hover{
	color: #fff;
	text-decoration: none;
}

.toolbar-content1 ul{
	list-style-type: none;
	float: right;
}

.toolbar-content1 ul li{
	display: inline-block;
	margin: 10px 25px 0;
}

.toolbar-content1 a:hover{
	color: #fff;
	text-decoration: none;
}
.one{
	margin-top: -14px;
}

.fullPage{
	max-width: 1712px!important;
}

.fullPage ul{
	list-style-type: none;
}

.form-box{
	border: 1px solid #151b26;
	margin: 20px 10px;
	min-height: 90%;
}

.form-box h3{
	background: var(--primary-color);
	text-align: center;
	font-size: 12px;
	color: #ffffff;;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 auto 30px auto;
	position:relative;
/* mck	z-index:9999;*/
}




.form-box .col-form-label {
    min-width: 180px;
}


[type="checkbox"]{
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
[type="checkbox"]:focus + label::before{
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}
[type="checkbox"]:hover + label::before{
  border-color: #495057;
}
[type="checkbox"]:active + label::before{
  transition-duration: 0;
}
[type="checkbox"] + label,
[type="radio"] + label {
	cursor: pointer;
  position: relative;
  padding: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[type="checkbox"] + label::before{
  background-color: #fff;
  border: 1px solid #495057;
  box-sizing: content-box;
  content: "";
  color: #9e9c9d;
  margin-right: 6px;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
[type="checkbox"] + label::after{
  box-sizing: content-box;
  content: "";
  background-color: #495057;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
[type="checkbox"][disabled] + label::before{
  -webkit-animation: none;
          animation: none;
  box-shadow: none;
  border: 1px solid #495057;
  background: #e9ecef;
}
[type="checkbox"][disabled]:active + label::before, [type="checkbox"][disabled]:focus + label::before, [type="checkbox"][disabled]:hover + label::before{
  border-color: #495057;
  -webkit-filter: none;
          filter: none;
  transition: none;
}

[type="checkbox"] + label::before, [type="checkbox"] + label::after {
  border-radius: 0;
}
[type="checkbox"] + label::after {
  background-color: transparent;
  left: 6px; /*calc( 6px + 1px + 24px/5 ); */
  top: 12px;
  width: 12px;
  height: 4.8px;
  margin-top: calc(24px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #495057;
  border-width: 0 0 2px 2px;
  border-radius: 0;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  transition: none;
}
[type="checkbox"]:checked + label::after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.table th [type="checkbox"] {
    clip: unset !important;
    clip-path: unset !important;
    -webkit-clip-path: unset !important;
	position: unset !important;
	width: 16px !important;
    height: 16px !important;
}

@-webkit-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #900;
  }
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #900;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%3E%3Cpolygon%20fill%3D%22%234D4D4D%22%20points%3D%228%2C0%2016%2C0%2012%2C4%208%2C8%204%2C4%200%2C0%20%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  border: 1px solid grey;
  border-radius: 0;
  padding: 0.25em 0.4em;
  padding-right: 1.5em;
}
select:focus, select:hover {
  border-color: black;
  outline: none;
}
select:active {
  border-color: #900;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.contact-box textarea{
	min-height: 300px;
}

.radio span{
	color: #495057;
}

/* mck
.radio{
	margin-top: 50px;
}
*/
.radio .row{
	margin: 10px 0;
}

/* Responsive */

@media (max-width: 1400px) {
	.topek img {
    	margin-bottom: 10px;
	}
	.blue li{
		width: 150px;
	}
	.blue a:hover{
		background: transparent;
		color: #fff;
		border-bottom: none;
	}
}

@media (max-width: 1199.98px) { 
	.blue li{
		position: static;
	    width: auto;
		margin: 0 10px;
	}
	.blue a{
		color: #fff;
		font-size: 14px;
		z-index: 1;
		text-align: center;
		position: static;
		margin: 0;
	}
}

@media (max-width: 991.98px) { 
	a.navbar-brand{
		margin: 10px 0;
	}
	.blue a{
		margin: 12px auto;
	}
	.topek img{
		margin-bottom: 0;
	}
	.blue{
		margin-bottom: 12px;
	}
	.login-panel {
    	float: none; 
	}
	.login {
    	margin: 10px auto;
	}
	.lang{
		margin: 10px auto;
	}
	.topek 
	{
		min-height:40px;
		max-height:auto!important;
	}
}

@media (max-width: 767.98px) { 
	.toolbar-content ul, 	.toolbar-content1 ul{
		float: none;
	}
}

@media (max-width: 600px) {	
	.toolbar-content ul li, .toolbar-content1 ul li{
		display: block;
	}
}

@media screen and (max-width: 930px) and (min-width: 767.98px){
	.toolbar-header span {
		letter-spacing: 0;
	}
}

@media (max-width: 480px) {	
	.lang, .login, .login a:nth-child(2){
		display: block;
		margin: 5px;
	}

}





@media (max-width: 1100px) {

	#tenantSelection{
		padding-left:10px;
		padding-right:10px;
	}
	
}


#sidebar .active-link{
	background: var(--secondary-color);
	color: #fff;
	border-bottom: 3px solid var(--secondary-color);

}

.active-link 
{
	background: #151b26;
	color: #fff;
	border-bottom: 3px solid var(--secondary-color);
}
@media all and (max-width:1400px) and (min-width:1200px)
{
	.active-link
	{
		max-height:52px;
	}
}
@media all and (max-width:1200px)
{
	.active-link{
		background:none;
		border:none;
	}
}
/*generator ofert*/

/*pasek boczny*/
.sidenav {
    height: 100%; 
    width: 0; 
    position: absolute; 
    z-index: 999999; 
    top: 169px; 
    left: 250;
    background-color: #fff; 
    overflow-x: hidden; 
	padding-top: 24px;
	margin-top: -70px;
    transition: width 0.5s; 
}

/* mck - breaks bootstrap select
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
*/
.sidenav a:hover {
    color: #151b26;
	text-decoration:none;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
	margin-left: 50px;
	cursor: pointer;
}

.panel .datepicker {
    margin-top: 5px;
	padding: 2px;
	line-height: 10px;
    height: 16px;
    font-size: 12px;
}

#main {
    transition: margin-left .5s, width .5s;
    padding: 0;
}
.mainclass
{
	width:100%;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
/*pasek boczny*/
.allcontent
{
	position:relative;
	width:100%;
}



/* panel left */

.panel-left{
	width: 250px;
	max-width:250px;
	height: 82%;
	border: 1px solid #d5d5d5;
	position: relative;
	margin: 10px;
	padding: 20px 10px;
	display:table;
	margin-bottom: 120px;
}

.panel-left img{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 45px;
}

.panel-left h4{
	position: relative;
	background: #494c53;
	font-size: 10px;
	font-weight: 300;
	color: #fff;
	padding: 3px 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.panel-left .cur{
	position: absolute;
	top: 4px;
	right: 10px;
}

.panel-left h4 img{
	top: -2px;
	right: 10px;
    height: 28px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 5px;
    display: inline-block;
    color: #49505a;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #49505a;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #49505a;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-left p{
	margin: 0 0 0 20px;
}

#generator-filters .panel-left p {
	  height: 30px;
}

#generator-filters .panel-left span.custom-input-group-text{

	display: inline-block;
	max-width: 75%;
}



#generator-filters .range-slider-filter {
    margin-bottom: 50px;
}

#generator-filters .range-range-wrapper {
    height: 60px;
}

.panel-left label{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.panel-left h4{
	margin: 10px 0;
}

.panel-left .custom-select{
	width: 50%;
	background: #eae8e9;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	text-transform: uppercase;
	float: right;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 2px 4px;
	height: 26px;
}

.range-slider {
	width: 100%;
	position: relative;
	margin: 10px 0 10px;
	
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #717171;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2a64ad;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #2a64ad;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #2a64ad;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2a64ad;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #2a64ad;
}
.range-slider__range:active::-moz-range-thumb {
  background: #2a64ad;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2a64ad;
}

.range-slider__value {
	display: inline-block;
	position: absolute;
	width: 30%;
	color: #495057;
	line-height: 20px;
	border-radius: 2px;
	background: #eeeaeb;
	padding: 5px 10px;
	top: 0;
	right: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #ced4da;
}


.range-slider-filter .range-slider__range{
	margin-bottom:40px;
}
.numb1, .numb2{
	bottom: -9px;
	position: absolute;
	font-size: 14px;
	letter-spacing: 1px;
}

.numb1{
	left: 0;
}

.numb2{
	right: 0;
}

.accordion {
    cursor: pointer;
    transition: linear .4s;
}
/* .active, */.accordion:hover {
    background-color: #2a64ad;
}

.panel {
	overflow: hidden;
	overflow: hidden;
    max-width: 250px;
}

.accordin-panel{
display: block; 
overflow: hidden;
transition: linear .4s; 

}
.setting-icon
{
	position:fixed;
	top:170px;
	left:15px;
}
.setting-icon:hover
{
	cursor:pointer;
}

/*TABELA*/

table[data-table]:not(.long-table){
	width: 100% !important;

}

table[data-table].long-table{
	padding-right: 250px !important;

}


table[data-table] td.image-cell img {
    max-width: 150px;
    max-height: 50px;
}


table[data-table] tr{
    max-height: 50px;
}

table[data-table] td{
    max-height: 50px;
}

table[data-table] tbody tr:hover{
	background-color: #b1b6bf !important;
}


table.dataTable td a {
    color: #151b26;
    text-decoration: underline;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{
	padding-right: 20px;
}

table.dataTable:not(.tableField), div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	font-size:10px;
}	

table.dataTable hr {
    margin-top: 5px;
    margin-bottom: 9px;
}


div#main-data-table_wrapper .col-sm-12 {
    padding: 0px;
}

.full-height .form-box, .full-height {
    min-height: 100%;
}


.dashboard-cell {
    padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.dashboard-cell .form-group.row{
	margin-bottom: 0px;
}

.dashboard-cell .form-box {
	margin: 7px 1px;
	min-height: 100%;
}

.dashboard-cell .form-box h3 {
    margin: 0 auto 0px auto;
}

.dashboard-detail-tab{
	display: none;
}

.dashboard-detail-tab.active{
	display: block;
}


span.dashboard-detail-tab-switcher {
    margin: auto;
    display: inline-block;
    cursor: pointer;
	text-transform: uppercase;
	color: black;
	font-size: 12px;
    font-weight: 700;
}

span.dashboard-detail-tab-switcher:hover{
	color: var(--secondary-color);
}

span.dashboard-detail-tab-switcher.active{
	text-decoration: underline;
}

.dashboard-details-i{
	display: flex;
}

.dashboard-details-i-part-1 {
    border-right: 1px solid grey;
	padding-right: 10px;
	width: 30%;
}

.dashboard-details-i-part-2 {
	padding-left: 10px;
	border-right: 1px solid grey;
	padding-right: 10px;
	width: 30%;
}

.dashboard-details-i-part-3 {
	padding-left: 10px;
	width: 40%;
}

.dashboard-details-i-part-3 hr {
	margin-top: 5px;
    margin-bottom: 5px;
}


div.dataTables_wrapper div.dataTables_processing{
	width: 100px !important;
	height: 100px !important;
	max-height: 100px !important;
	min-height: 100px !important;
	z-index: 999;
}

span.filter-info {
    color: white;
    font-size: 25px;
    background-color: red;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}


table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: unset;
    top: 0.9em;
}

.table.dataTable tr.tblhead th {
	vertical-align: top;
}

table.tableField tr.tblhead {
    background: white;
	color: black;
	background: var(--primary-color);
    color: white;

}

table.tableField{
	font-size: 13px;
}

table.tableField thead th{
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	text-transform: none;
}


span.tblhead-subtitle {
	font-size: 10px;
	color: #2bb098;
}

.tabelka-generator
{
	margin:40px auto;
	width:98%;
}
.tblhead
{
	background:var(--primary-color);
	color:#ffffff;
	
}

.table-striped tbody tr:nth-of-type(odd){
	background-color: white;

}


.tblthheader
{
	font-weight:lighter;
	display:flex;
	align-items:center;
	justify-content:center;
}
tr.tblhead th 
{
	font-weight:lighter;
	text-align:center;

}
.center 
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.offert-logo
{
	height:40px;
	width:40px;
	vertical-align:middle;
}
.poffname
{
	display:inline;
	margin-left:10px;
}
.pproductname
{
	font-weight:bold;
}
.pprodscname
{
	font-style:italic;
	color:#3b4049;
}
.rel-pos
{
	position:relative;
	padding:20px;
}
.centercont
{
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	/* mck position:absolute; */
	top:0;
	left:0;
}
td.center
{
	padding-top:10px!important;
	padding-bottom:10px!important;
}

/*TABELA*/
h3.cost-name
{
	font-size:20px;
	font-weight:400;
}
.tbl-rowbox
{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.tbl-rowbox-l
{
	width:40%;
	color:#006994;
	text-align:right;
	text-transform:capitalize;
}
.tbl-rowbox-r
{
	width:40%;
	color:#010101;
	text-align:left;
	text-transform:capitalize;
}
.tbl-rowbox-r p, .tbl-rowbox-l p  
{
	margin-bottom:3px;
	margin-top:3px;
}
.sepline
{
	height:1px;
	width:80%;
	border:none;
	background:#dadada;
	z-index:999;
}
p.prodinfo
{
	margin-bottom:3px;
	margin-top:3px;
	text-align: center;
}
.iconcontent
{
	height:100%;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	left:0;
}
.tb-col-1
{
	width:10px;
}
.tb-col-2
{
	width:20px;
}
.tb-col-3
{
	width:420px;
}
.tb-col-4
{
	width:120px;
}
.tb-col-5
{
	width:280px;
}
.tb-col-6
{
	width:180px;
}
.tb-col-7
{
	width:120px;
}
.tb-col-8
{
	width:240px;
}
.action-icon
{
	width:40px;
	height:40px;
}
.table thead th
{
	border-bottom:none!important;
	position:relative;
	z-index:2;
	padding: 6px;
	font-weight: 400;

}
.table-bordered{
	border-top: none;
}
.table td, .table th{
	padding: 7px;
}
/*TABELA*/
/* tabela */

.tabela-1{
	margin: 40px auto;
    max-width: 96%;
}

.top:not(.bootstrap-datetimepicker-widget){
	background: #484d53;
	text-align: center;
	color: #fff;
	padding: 23px 0;
}

.table-1{
	position: relative;
}

.table-1 span{
	text-align: center;
	line-height: 20px;
}

.table-1 span > p{
	margin-bottom: 0;
}

.table-1{
	display: table;
	width: 100%;
	height:	100%;
}

.table-1 span{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	text-transform: uppercase;
	font-size: 13px;
}

.price .table-1 span p:first-child{
	font-size: 12px;
	text-transform: uppercase;
}

.price .table-1 span h3{
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	margin: 2px 0;
}

.price .table-1 span p:last-child{
	font-size: 14px;
	text-transform: none;
	font-style: italic;
	color: grey;
}

.top .table-1 span{
	height: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.top .table-1 span.half{
	height: 25px;

}

.white-bottom-border{
	border-bottom: 1px solid white;
}

.fullwidth {
   padding: 0 !important;
   margin: 0 !important;
}

.price>div:nth-child(odd){
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

.price>div:last-child{
	border-right: 1px solid #d5d5d5;
}

.grey-section{
	background: #484d53;
	text-align: center;
	color: #fff;
	height: 40px;
	cursor: pointer;
}

.grey-section span{
	text-transform: uppercase;
	line-height: 40px;
	font-size: 14px;
}

.arrow-1{
	line-height: 34px;
}

.arrow-1 a{
	display: block;
	height: 15px;
    width: 15px;
}

.arrow-1 img{
	height: 15px;
}

.desc{
	margin: 50px;
}

.info-1{
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	position: relative;
}

.close-thik{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #777;
	font: 14px;
	color: #777;
	text-decoration: none !important;
}

.close-thik:after {
  content: '✖';
}

.section-hide{
	width: 0px;
	height: 0px;
	max-width: 0px;
	max-height: 0px;
	overflow: hidden;
}

.tabs a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}

.tabs a:hover{
	background: #2a64ad;
	color: #fff;
	text-decoration: none;
}

.tabs-container.js .tab-content {
    display: none;
}
.tabs-container.js .tab-content.active-1 {
    display: block;
}
.sorting_desc:after, .sorting_desc:before {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    cursor: pointer;
}

.sorting_desc:before {
    right: 1em;
    content: "\2191";
}

.sorting_desc:after {
    right: 0.5em;
    content: "\2193";
}

.tabs-action, .tabs-container-1{
	margin: 20px 0;
}

.tabs-action ul{
	list-style-type: none;
	border: 1px solid #d5d5d5;
}

.tabs-action a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: .4s;
    text-transform: uppercase;
    padding: 10px 15px;
}

.tabs-action a.active-1{
	background: #2a64ad;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.tabs-action a:hover{
	background: #d5d5d5;
	color: #000;
	text-decoration: none;
}


.page-item.active .page-link{
	color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link{
	color: #151b26;

}

/*TABELA*/
/*generator ofert*/




/**********************************/

.fullPage form {
	margin-bottom: 100px;
	width: 100%;
}

table[data-table] td {
    vertical-align: middle;
}

table[data-table] td.image-cell img {
    max-width: 150px;
    max-height: 50px;
}

table[data-table] td.image-cell {
    height: 50px;
}

table[data-table] tbody .actions {
	padding: 0px;
}

table[data-table] tbody .btn {
    padding: 6px;
    font-size: 15px;
    color: #333;
    width: 36px;
    height: 36px;
	border-radius: 18px;
	cursor: pointer;
}


.popup-message {
    width: 30%;
    right: 0;
    padding: .75rem;
    padding-bottom: 0;
    position: absolute;
    z-index: 999999;
}

@media (max-width: 768px) {
	.popup-message {
		width: 100%;
	
	}
}

.help-message{
	width: 30%;
    right: 0;
    padding: .75rem;
    padding-bottom: 0;
    position: absolute;
	z-index: 99999;
	display:none;
}

div.panel-filter .floating-container {
	position: relative;
	margin-top: 15px;
}

div.panel-filter .floating-container .bootstrap-datetimepicker-widget.dropdown-menu{
	min-height: 270px;
    position: relative;
    padding: 0px;
    margin-top: -28px;
    width: 140px;
    margin-left: 30px;
    border: none;
    background: none;
}
div.panel-filter .floating-container .bootstrap-datetimepicker-widget.dropdown-menu:before{
	content: '';
	border: none;
}

div.panel-filter label.floating-label{
	left: 9px;
	text-transform: none;
	letter-spacing: 0px;
}

div.panel-filter button.dropdown-toggle {
    font-size: 14px;
    line-height: 20px;
	font-weight: 600;
	outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
	margin-bottom: 20px;
}
div.panel-filter select.floating-input {
    line-height: 18px;
    font-weight: 600;
    font-size: 14px;
    outline-style: none !important;
    box-shadow: none !important;
	margin-bottom: 20px;
}

.panel-filter.date-picker-filter label.floating-label {
    top: 1px;
}
.panel-left .bootstrap-select.floating-input .dropdown-menu{
    margin-bottom: 10px;
}

.panel .datepicker.floating-input {
	line-height: 18px;
    font-weight: 600;
    font-size: 14px;
    outline-style: none !important;
	box-shadow: none !important;
	min-height: 34px;
	width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
	margin-top: 8px;
    
}


.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
	outline: none !important;
}

body.show-filter-sidebar #filter-sidebar {
    width: 280px;
}

body.show-filter-sidebar #main {
    width: calc(100% - 280px);
    margin-left: 280px;
}

body.show-filter-sidebar .tabs-action {
    display: none;
}

body.show-filter-sidebar .tbl-cont {
    flex: 0 0 100%;
    max-width: 100%;
}

.panel-filter .table-condensed {
    z-index: 999;
    background: white;
    max-width: 250px;
    margin-left: -20px;
    border: 1px solid grey;
}



.btn-group.row {
    display: flex;
}

.btn-group.row .btn.col {
    flex-basis: 0;
    flex-grow: 1;
}

.panel-left .bootstrap-select .dropdown-menu {
    position: initial !important;
	transform: none !important;
	max-width: 240px !important;
    min-width: 240px !important;
}

.panel-left .bootstrap-select .dropdown-menu ul {
    width: 150px;
    max-width: 220px !important;
    min-width: 220px !important;
}


.panel-left .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    left: 8px;
}


.panel-left .bootstrap-select .no-results{
	font-size: 12px;
	white-space: pre-wrap;
}

.panel-left a.dropdown-item {
    font-size: 13px;
}

.dropdown-menu .popover-header {
    height: 30px;
}

.dropdown-menu button.close {
	width: 100%;
	font-size: 0px;
}

.dropdown-menu button.close:before {
	content: "Wybierz zaznaczone";
	font-size: 13px;
}

.toolbar-content a[data-action] {
    cursor: pointer;
}

.toolbar-table-controls {
    float: right;
}

.toolbar-table-controls select {
    width: auto;
}

.toolbar-table-controls label {
    color: #fff;
    text-transform: lowercase;
    font-size: 11px;
}

.toolbar-table-controls .form-control {
    display: inline-block;
	width: auto;
	float: right;
	margin-bottom: 3px;
}

.datepicker-form-control {
    width: 100%;
}

.form-group.row {
    margin-bottom: .5rem;
}

.form-group .bootstrap-select .dropdown-menu{
	width: 100% !important;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    line-height: 25px;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    top: 10px;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    top: 14px;
}

.gj-picker {
    z-index: 1000000;
}

.gj-datepicker i {
    border: none;
    margin: 0;
}

.gj-datepicker input.datepicker {
    width: 110px;
}

.gj-icon {
    width: unset;
    height: unset;
    line-height: 1;
    border-radius: unset;
    border: unset;
    margin: unset;
}

.gj-list .list-group-item.active {
    background-color: var(--primary-color);
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: white;
}

ul.fancytree-container{
	border: none !important;
	outline: none !important;
}


.alignCenter {
	text-align: center;
  }

.note-editing-area ol,
.note-editing-area ul{
    padding-inline-start: 40px;
    
}

#browser-container .input-group.file-caption-main.no-browse {
    display: none;
}

.krajee-default .file-footer-caption{
	margin-bottom: 5px;
}

iframe.kv-preview-data.file-preview-gdocs {
    width: 100% !important;
}

#browser-container button.close.fileinput-remove{
	display: none;
}

#browser-container span.file-drag-handle.drag-handle-init.text-info{
	display: none;

}

#browser-container .file-drop-zone, #browser-container .file-preview{
	border: none;
	padding: 0px;
	margin: 0px;
}

#browser-container .krajee-default.file-preview-frame {
    width: 100%;
    margin: 0px;
    padding: 4px;
    margin-bottom: 7px;
}

#browser-container .krajee-default .file-caption-info, #browser-container .krajee-default .file-size-info {
    width: 100%;
    text-align: left;
    padding-left: 40px;
}


#browser-container  .krajee-default.file-preview-frame .file-thumbnail-footer{
	height: 25px;
}
#browser-container .krajee-default.file-preview-frame .kv-file-content{
	width: 0px;
    height: 0px;
    margin: 0px;
}
#browser-container .kv-preview-data.file-preview-other-frame {
    width: 25px !important;
    height: 40px !important;
}

#browser-container .krajee-default .file-other-icon{
	font-size: 25px;
}

#browser-container .krajee-default .file-footer-caption{
	margin-bottom: 0px;
	width: 70%;
    float: left;
}

#browser-container .krajee-default .clearfix {
    width: 30%;
    float: right;
}

.note-editor.card {
    margin: 0;
    min-height: unset !important;
}
.modal li {
    list-style-position: inside;
}



a.btn-primary[data-action],
a.btn-primary[data-action]:hover,
a.btn-primary[data-action]:active,
a.btn-secondary[data-action],
a.btn-secondary[data-action]:hover,
a.btn-secondary[data-action]:active
{
    color: #fff;
}

.btn-light{
	background-color: white !important;
	border: 1px solid #ced4da;
}

.form-check-inline.is-invalid ~ .invalid-feedback, .was-validated .validation-div.is-invalid~.invalid-feedback {
    display: block;
}

.invalid-feedback{
	margin-top: 2px;
	font-size: 12px;
	font-weight: 600;

}

.invalid-feedback:not(.type-checkbox-long):not(.type-checkbox){
	text-align: right; 
}

.btn.bs-invalid{
	border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);   
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.panel-filter p {
    margin: 0;
}

.panel-filter p .bootstrap-select {
    width: 100% !important;
}

.panel-filter {
    margin-top: -10px;
}

.panel-filter .gj-datepicker-bootstrap {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.form-file-preview[src="#"] {
    display: none;
}

.padding-left-zero{
	padding-left:0px;
}

/*CHAT*/

.chat-wrapper {
    display: none;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40%;
    height: 50%;
    z-index: 99;
    border: 1px solid #151b26;
    background: #e8e8e8;
}

.chat-wrapper .chat-wrapper-header {
    flex: 0 0 auto;
    background: #151b26;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.chat-wrapper .chat-widget {
    flex: 1;
    overflow: auto;
}

.chat-wrapper .chat-widget > * {
    margin: 0 10px;
}

.chat-wrapper-close {
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.chat-widget {
    color: #000;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.chat-history {
    overflow-y: scroll;
    flex: 1;
    background: #fff;
}

.chat-history ul {
    list-style: none;
    overflow: auto;
}

.chat-history li {
    border-radius: 7px;
    padding: 7px 14px;
    color: #fff;
    margin: 7px;
    width: 90%;
}

.chat-history li.message-sent {
    background: #66cc99;
    float: right;
    text-align: right;
}

.chat-history li.message-received {
    background: #3b4049;
    float: left;
}

.chat-history .message-sender,
.chat-history .message-time {
    font-size: smaller;
}

.chat-history .message-sender {
    margin-right: 7px;
}

.chat-history .message-body {
    display: block;
}

.chat-input {
    flex: 0 0 auto;
    padding: 5px 0;
}

.chat-input-box {
    width: 100%;
    padding: 7px 15px;
    margin: 10px 0;
    border-radius: 7px;
}

.chat-wrapper .chat-input-box {
    border-style: hidden;
}

.chat-input button {
    float: right;
    background: #151b26;
}

.chat-full .chat-history {
    min-height: 200px;
}


/*TABS*/

.nav-tabs{
    list-style: none;
    font-size: 20px;
    border-bottom: 3px solid #3b4049;
    width: 100%;
    text-align: center;
    cursor: pointer;
	margin-top: 30px;
    margin-bottom: 30px;
}

.nav-item.active {
    background-color: #3b4049 !important;
    color: #151b26 !important;
}

.nav-tabs .nav-link {
    border: none;
	color: white;
}


/*SUBMIT BUTTON*/

.btn-primary {
    color: #fff;
    background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary{
    color: #fff;
    background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	font-size: 13px;
	text-transform: uppercase;

}

.modal-button-close {
    background-color: red;
    border-color: red;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: lightgrey;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    opacity: 1;
    cursor: not-allowed;
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn[type=submit]:not(.btn-secondary) {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 20px;
}

.btn[type=submit]:not(.btn-secondary):hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
	margin-left: 10px;
}

/*CUSTOM INPUT GROUP*/

.custom-input-group-text{
	width: 160px;
	background-color: transparent!important;
    border: 1px solid transparent!important;
    padding: .375rem 0!important;
}

.custom-input-group>.custom-select:not(:first-child), .custom-input-group>.form-control:not(:first-child){
	border-radius: 2px;
	background: #eeeaeb;
}

.custom-input-group-prepend{
	display: block!important;
}



.panel-left span.custom-input-group-text{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

.panel-left .custom-input-group-prepend{
	width: 100%;
}

.range-range-wrapper {
    height: 50px;
}

.range-slider-filter .numb1, .numb2 {

}

.range-slider-filter {
    margin-bottom: 30px;
}

.form-header {
    font-weight: 500;
    font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.form-header span {
    font-weight: 200;
}

.result-details-row {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #484d5321;
}

.result-details-row-header {
    font-weight: 600;
}

.generator-no-results{
	margin-top: 40px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}   

button.btn.fas.fa-info.tooltip-button{

	background:none;		
}

.generator-button{

	padding: 6px;
	font-size: 22px;
	color: #333;
	width: 36px;
	height: 36px;
	border-radius: 18px;
}

body{
	overflow: hidden;
}

.card {
    margin-top: 20px;
    /* display: block; */
    margin-left: 10px;
    margin-right: 10px;
}

.card-screen-heigh{
	max-height: 100%;
}

@media (min-width: 400px) {
	.card:not(.mini-card) {
		min-height: 250px !important;
	}
}
.card-header {
    background-color: #151b26;
    color: white;
}

.card .action-buttons {
    text-align: right;
}

a.btn.btn-primary {
    background-color: #151b26;
    color: white;
    border-color: #151b26;
    
}

.card-body {
    background-color: #151b260d;
}

.navbar-brand{
	height: 40px;
	width: 100px;
	margin-left: 5px;
}

.toolbar-table-controls.col-sm-auto {
	margin-top: 6px;
	padding-right: 0px;
    padding-left: 0px;
}

#content-toolbar ul.col {
    margin-bottom: 0px;
}

.btn-group-toggle{
	width:100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

input.btn.right {
    float: right;
}

.right input.btn {
    float: right;
}

label.col.btn.btn_1.btn-secondary{
	background-color: #609bd8;
}
label.col.btn.btn_2.btn-secondary{
	background-color: #9d9d9d;
}
label.col.btn.btn_3.btn-secondary{
	background-color: #a39a6ae0;
}
label.col.btn.btn-secondary.active{
	border: 3px solid red;
}

label.col.btn.btn-secondary{
	margin-left:15px;
}

p.box-title {
    font-weight: 600;
}
p.box-price {
    font-weight: 600;
}

p.box-you-save {
	font-weight: 700;
	color:red;
}

.box-select{
	border: 1px solid black;
    padding: 8px;
    height: 45px;
}

.buy-header{
    margin-top: 50px;
    font-weight: 600;
}

.buy-alert{
	margin-top: 20px;
}

.alert{
	z-index: 999999;
}

.alert.form-field{
	z-index: 5;
}

p.box-new-peroid {
	font-size: small;
	color:black;
}

.tab-pane {
    margin-left: 20px;
}


.generator-bank-logo{
	max-width:40%;
	max-height: 90%;
	position:absolute;
    top:0;
    bottom:0;
	margin:auto;
	margin-left: 10px;
}

.connected-product{
	width: auto;
	min-width: 100%;
	padding: 0px;
	margin-top: 50px;
	margin-left: 0px;
}

.generator-cell-1-1{
	width:50%;
	float:left;
}

.generator-cell-1-2{
	width:50%;
	float:right;
}

.generator-header{
	background: #151b26;
}


span.font-size {
	padding-left: 4px;
	cursor: pointer;
}

span.font-size.font-1 {
    font-size: small;
}
span.font-size.font-2 {
    font-size: medium;
}
span.font-size.font-3 {
    font-size: large;
}

.result-details-row-content{
	white-space: pre-line;
}


#generator-results .sorting:after, 
#generator-results .sorting:before {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    cursor: pointer;
}

#generator-results .sorting:before {
    right: 1em;
    content: "\2191";  
}

#generator-results .sorting:after {
    right: 0.5em;
    content: "\2193";
}

#generator-results .sorting_desc:before{
	opacity:1;
}
#generator-results .sorting_asc:after{
	opacity:1;
}

#generator_upper_description {
    margin-top: 30px;
}

#generator_filter_description{
	display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    margin-top: 5px;
	margin-left: 10px;
	font-weight: 500;
}

.finfinder-span {
	display: block !important;
	padding-top: 20%;
}

.bootstrap-select>.dropdown-toggle {
	height: 100%;
}  
	
.sidenav button.btn.btn-secondary {
    margin-bottom: 20px;
}

input#f_file {
    border: none;
    padding-left: 0px;
}

.no-border{
	border: none !important;
}

.calendar-event{
	border-width: medium !important;
	cursor: pointer !important;
}

.fc-button:disabled {
    opacity: 1;
    background-color: grey !important;
    border-color: grey !important;
}

.fc-title{
	font-size: 15px;
}


label.floating-label {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: text;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 1.75rem;
    z-index: 99;
    line-height: 1;
    padding: 0 1px;
	font-size: 12px;	
	font-weight: normal;
	background-color: white;
    padding-left: 5px;
	padding-right: 5px;
	border-radius: 56px;
	padding-bottom: 2px;
   
}

label.floating-label:after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;     
    right: -0.5em;
    z-index: -1;
}
.form-control.floating-input{
	line-height: 18px;
	font-weight: 600;
	font-size: 14px;
	outline-style: none !important;
    box-shadow: none !important;
}
.form-control.floating-input:not(textarea) {
    height: 40px;
    margin-bottom: 7px;
}

.form-control.floating-input .btn {
    font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	outline-style: none !important;
    box-shadow: none !important;
}


.floating-checkbox-container span {
    font-size: 14px;
	line-height: 28px;
}


.floating-checkbox-container [type="checkbox"] + label::after{
	top: 16px;
}

.floating-checkbox-container [type="checkbox"] + label::before{
	width: 20px;
    height: 20px;
}

@media (max-width: 765px) {
	.fc-toolbar h2{
		font-size: 1em !important;
	}
	.fc-button {
		font-size: 11px !important;
	}
	.fc-today-button{
		display: none !important;
	}
	th.fc-day-header{
		font-size: 12px;
	}
	.fc-title{
		font-size: 10px;
	}

}

#selectedDates {
    display: inline;
    font-size: 11px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
    padding-top: 20px;
}

.fc-button, .fc-button-primary {
    font-size: 12px !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.fc-button-primary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.fc-button-primary:not(:disabled).fc-button-active{
	background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.fc-button-primary:disabled{
    background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: lightgrey !important;
}

.fc-view-container thead.fc-head {
    background-color: var(--primary-color);
	color: white;
	font-size: 12px;
}

.form-control.is-invalid, .was-validated .form-control:invalid ~ button {
    border-color: #dc3545;
}

.form-control.is-valid, .was-validated .form-control:valid ~ button{
	border-color: #28a745;
}


.disabledDelete button.kv-cust-btn.btn.btn-sm.btn-kv.btn-outline-secondary.fileinput-nv-del {
    display: none;
}

p.p-center {
    text-align: center;
}


.wrapper {
    display: flex;
    width: 100%;
	align-items: stretch;
	height: 100%;
	padding-bottom: 60px;
}

#content-wrapper{
	width: 100vw;
}

#content-wrapper.sidebar-active{

	width: calc(100vw - 150px);
	transition: all 0.3s;
	
}

#content{
	width: 100%;	
	height: calc(100vh - 60px);	
	overflow: auto;
	padding-bottom: 60px;
}


#content-toolbar{
	border-bottom: 1px solid #fff;
}


#content-toolbar .row{
	margin-right: 0px;
    margin-left: 0px;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
	transition: all 0.3s;
	
}

.underline{
	text-decoration: underline;
}

#sidebar {
    min-width: 150px;
    max-width: 150px;
	height: 100vh;
	padding-bottom: 100px;
	background: transparent;
    color: #fff;
    transition: all 0.3s;
	overflow-x: auto;
	background-color: var(--primary-color);
	border-right: 2px solid #fff;
	margin-left: 0;
	
}

#sidebar.active {
    margin-left: -250px;
}


.small-div{
	width:1px;
	height:1px;
}

@media (max-width: 768px) {
	#sidebar {
		width: 0px;
		max-width: 0px;
		min-width: 0px;
	}
	#sidebar.active {		
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		margin-left: 0px;
	}
	#content-wrapper{
		width: 100vw !important;
	}


}
.nav-item i.fas {
    margin-right: 7px;
}

#sidebarCollapse, #sidebarTooltip {
	position: fixed;
    bottom: 5px;	
    background-color: #3b4049;
    border-color: white;
	color: white;
	z-index: 900;
}

#sidebarTooltip.toggled{
    background-color: #151b26;
	color: #ffff;
}

#sidebarCollapse{
	left: 85px;
}

#sidebarTooltip{
	left: 5px;
}


#sidebar .sidebar-header {
    padding: 20px;
    background: #151b26;
}

#sidebar ul.components {
    padding: 20px 0;
	border-bottom: 1px solid #151b26;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
    font-size: 11px;
    display: block;
}
#sidebar ul li a:hover {
    color: white;
    background: var(--secondary-color);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #151b26;
}
ul ul a {
    font-size: 13px !important;
    padding-left: 30px !important;
    background: var(--primary-color);
}

li.nav-item {
    margin-top: 5px;
}

.modal-lg .modal-content{
	min-height: 550px;
	min-width: 1000px;

}

#custom-modal .modal-body .modal-buttons{
	margin-left: 15px;
}

.dashboard-logo-wrapper{
	max-width: 100%;
}

.card.dashboard-card {
    margin-bottom: 30px;
}

.card.dashboard-card.reminders-card, .card-calendar {
    margin-bottom: 200px;
}

#sale-pipeline{
	height: 300px;
}

.svg-funnel-js__subLabel--title {
    color: black;
}

.funnel-details-link{
	cursor: pointer;
}
.funnel-details-link.active{
	text-decoration: underline;
}

.funnel-details-link:hover{
	color: var(--secondary-color) !important;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__title {
    font-size: 12px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages ul li .percentage__list-label{
	color: #fff !important;
}

.svg-funnel-js .svg-funnel-js__subLabels{
	margin-top: 0px !important;
    background-color: white;
    padding-bottom: 5px;
}

.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__segment-percentages {
    z-index: 9;
    margin-top: 40px !important;
}

.g-recaptcha div {
	width: 100% !important;
	padding-left: 10%;
}

.tbl-cont
{
	width:100%;
	min-width: 120px;
	margin:20px auto;
	overflow-y: auto;
	height: 100vh;
	margin-top: -120px;
	margin-bottom: 0px;
	padding-top: 120px;
	min-height: 100vh;
	padding-left: 7px;
	padding-right: 7px;
	
}

.tbl-cont .row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}



th.actions{
	min-width: 55px;
}


.loading-page{
	width: calc(100vw - 150px);
    height: 90%;
    position: fixed;
    z-index: 999998;
    background-color: white;
}

.spinner-grow{
	margin-top: 20%;
	height: 50px;
    width: 50px;
}



.col-form-label{
	font-size: 13px;
    line-height: 15px;
}


.btn{
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;

}


.form-control{
    height: calc(15px + .75rem + 2px);
	font-size: 13px;
}

.form-group.row {
    margin-bottom: 12px;
}


p.inline-box{
	margin-left: 20px;
    border: 1px solid #d5d5d5;
    padding: 5px;
}


.colorpicker{
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.input-group-text.colorpicker-input-addon {
    height: 40px;
}


::-webkit-scrollbar {
	width: 10px;
}  
::-webkit-scrollbar-track {
	background: var(--primary-color);
}
::-webkit-scrollbar-thumb {
	background: var(--secondary-color);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--secondary-color);
	border-radius: 10px;
}

label.btn.btn-light.table-export-item.active {
    background-color: #9e9e9e !important;
}


.smaller-select label.floating-label {
    font-size: 10px !important;
}

.bigger-select .form-control.floating-input{
	font-size: 14px !important;

}

.smaller-select .form-control.floating-input{
	font-weight: 400;

}

.bigger-select label.floating-label {
    font-weight: 600 !important;
}

#agreement-manual table {
    width: 100%;
}

#agreement-manual td {
    width: 50%;
    border-bottom: 0.5px solid grey;
    padding: 4px;

}

img.inner-select-picture {
    max-height: 26px;
    margin-right: 5px;
}

.big-submit{
	width: 80%;
    height: 70%;
    font-size: 20px;
	min-height: 60px;
	
	
}

.calculator-summary {
    height: 70px;
    font-size: 14px;
    text-align: left;
    padding: 5px;
}

.calculator-summary span {
    font-size: 19px;
    color: var(--primary-color);
    padding-left: 10px;
}

.calculator-summary span.bigger {
	font-size: 28px;
    font-weight: 900;
}


.tenant-li span.stat {
    font-size: 12px;
}

.tenant-li span.stat span.data {
    font-size: 14px;
	font-weight: 600;
}

.color-red{
	color: red;
}


.toolbar-content a i.fas{
	font-size: 20px;
    margin-right: 6px;	
}


.display-flex {
    display: flex;
}

.popup-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
}

.popup-content h1 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

label.form-control {
    display: inline-block;
    border: none;
}

span#basketSum {
    font-size: 16px;
    float: right;
    line-height: 34px;
	font-weight: 600;
}


.basket-item-thumbnail {
    width: 20px; /* 30%; */
	float:left;
}

.basket-item-thumbnail img {
    max-width: 100px;
    max-height: 63px;
}

.basketProductName {
    margin-bottom: 10px;
	font-size: 14px;
	width: 410px; /* 70%; */
	font-weight: 600;
	float:right;
	padding-left: 23px;
}

.basket-order-button-wrapper{
	width: 100%;
	overflow: hidden;
}

button.shop-place-order{
	margin-top: 5px;
	float: right;
}

button.shop-place-order:hover{
	background-color: var(--secondary-color)
}

.basket-item-header {
    overflow: hidden;
}

.basket-item-values {
    margin-top: 10px;
	font-weight: 400;
	display: flex;
    flex-direction: row;
}

.basket-item-input{
	width: 66px;
    margin-left: 5px;
	text-align: center;
}

.basket-item-value-element{
	font-size: 14px;
	width: 260px;

}
.basket-item-value-element.last
{
	text-align: right;
    width: 200px;
    font-size: 14px;
    font-weight: 600;
}

button.btn.fas.fa-trash.basket-trash{
	font-size: 17px;
    cursor: pointer;
	margin-top: -5px;
    margin-left: -10px;
}

i.fas.fa-exclamation-circle.price-change-info {
    color: red;
    margin-right: 10px;
    font-size: 16px;
}

.price-change-info{
	color: red;
    margin-right: 10px;
    font-size: 16px;
	text-align: justify;
}

button.add-to-basket, button.add-to-order {
	border-color: red;
    background-color: white;
    border: 3px solid red;
    border-radius: 10px;
    padding: 5px;
	margin-bottom: 7px;
}

button.add-to-basket i, button.add-to-order i{
	font-size: 15px;
    color: red;
	margin-right: 5px;
}


.add-to-basket-quantity,.add-to-order-quantity{
	width: 45px;
    margin-left: 5px;
	text-align: center;
	height: 25px;
}


input.basket-item-input[type=number]::-webkit-inner-spin-button, 
input.basket-item-input[type=number]::-webkit-outer-spin-button,
input.add-to-basket-quantity[type=number]::-webkit-inner-spin-button, 
input.add-to-basket-quantity[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}


.inline-href{
	text-decoration: underline;
	color: var(--primary-color);
}


span.shop-order-offers-title {
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
	margin-bottom: 20px;
}

.shop-order-offer {
    border: 1px dashed;
    padding: 10px;
}

span.shop-order-offer-title {
    font-size: 12px;
    font-weight: 600;
	display: block;
}

img.shop-order-offer-photo {
	max-width: 200px;
}



#photo-preview {
    display: none; 
    position: fixed; 
    z-index: 999999; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: white; 

}
.photo-preview-image {
    margin: auto;
    display: block;
    width: auto;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
#photo-preview  .close {
	cursor: pointer;
    position: absolute;
    top: 15px;
    right: 35px;
    color: black;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

i.fas.fa-camera-retro.i-ibutton.photo.button-image-preview{
	cursor: pointer;
    color: var(--secondary-color);
    margin-right: 14px;
    font-size: 16px;
}


body[data-disabled-prices="0"] .price-element{
	display: none;
}


body[data-disabled-prices="0"] .price-blur input[type="number"]:not(#DTE_Field_quantity),
body[data-disabled-prices="0"] td[column="price"],
body[data-disabled-prices="0"] td[column="value"],
body[data-disabled-prices="0"] td[column="value_gross"] {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}


