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

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


.topek img{
	margin-bottom: 20px;
	margin-left: 20px;
	height: 80%;
}

.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: #e5cb15;
	line-height: 25px;
	margin-left: 10px;
}

.login span {
	display: inline-block;
	margin-left: 15px;
	line-height: 50px;
}

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

#quickAdd{
	background-color: #e5cb15;
    color: #e5cb15;
    height: 40px;
	width: 40px;
	margin-right: 7px;
}

#tenantSelection{
	background-color: #e5cb15;
	color: #333333;
	height: 40px;
	padding-left:50px;
	padding-right: 50px;
	text-transform: uppercase;
	font-size : 13px;
}

#quickAdd i.fas{
	color: #333333;
    margin-left: -7px;
}


#reminderBadge{
	height: 25px;
	width: 25px;
    line-height: 20px;
    font-size: 10px;
}

div#reminderList {
    position: fixed;
    top: 0px;
    right: 0px;
    background: #3b3b3b;
    margin-top: 62px;
    z-index: 9999;
    width: 350px;
    color: white;
	border-radius: 4px;
	overflow-y: auto;
    height: calc(100vh - 62px);
}


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

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 span.text {
    color: black;
}

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

.login .dropdown-item.active, .login .dropdown-item:active{
	background-color: #0d595a;
	color: #fff;
}

.login .dropdown-item {
    color: #212529;
    font-size: 16px;
}

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

.login{
	margin: 5px 20px;
}

.login-panel{
	display: inherit;
	float: right;
}

.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: #33333333 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: #0d595a;
	color: #fff !important;
	border-bottom: 6px solid #e5cb15;
}

.toolbar-header{
	background: #e5cb15;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0!important;
	padding-left: 0!important;
	color: #333333;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 11px;
	letter-spacing: 0;
}
.toolbar-content, .toolbar-content1{
	background: #333333;
	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;
}

.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: 2px solid #d5d5d5;
	margin: 40px 10px;
}

.form-box h3{
	background: #0d595a;
	text-align: center;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
	font-weight: 300;
	margin: 0 auto 30px auto;
	position:relative;
/* mck	z-index:9999;*/
}
.form-box h3:after{
	content:"";
	border:5px solid #0d595a;
	position:absolute;
	left:-2px;
	top:-2px;
	width:calc(100% + 4px);
	height:38px;
	/* mck z-index:99; */
}
.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;
}
[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;
/* mck - fails in multiline
  top: 50%; */
  top: 20px;
  left: calc( 6px + 1px + 24px/5 );
  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: 95% 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;
	}
	.topek 
	{
		min-height:145px;
		max-height:auto!important;
	}
}


.topek {
	background-image: linear-gradient(190deg, #3b3b3b 10%, #3b3b3b 100%);
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
}

.topek23{
	display: flex;
}



@media (max-width: 1100px) {

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

@media (max-width: 1000px) {
	.topek {
		flex-direction: column;
	}
	.topek1 {
		padding-left: 20px;
	}
	.topek2{
		order: 2;
		padding-left: 20px;
	}
	.topek3{
		order: 1;
	}
	.topek23{
		flex-direction:column;
		align-items: flex-start;
	}
	.login span{
		margin-left: 20px;
	}
	.topek3 .login{
		margin-top: 0;
		margin-bottom:0;		
	}
	a.navbar-brand{
		margin-top: 0;
		margin-bottom:0;
	}

	
}

@media (max-width: 584px) {
	.topek3, .login-panel{
		display:flex;
		width:100%;
	}
	.topek3 .login-panel .login{
		display: flex;
		width:100%;

	}
	.topek3 .login-panel .login span{
		display: flex;
		width:100%;
		flex:1;
		justify-content:flex-end;
		padding-right:5px;
		align-items:center;
		line-height:15px;
	}	
	
}


.active-link 
{
	background: #0d595a;
	color: #fff;
	border-bottom: 3px solid #e5cb15;
}
@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;
		color:#e5cb15!important;
	}
}
/*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: -40px;
    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: #0d595a;
	text-decoration:none;
}
.sidenav .closebtn {
    position: absolute;
    top: -6px;
    right: 17px;
    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;
	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.dataTable td a {
    color: #0d595a;
    text-decoration: underline;
}

table.dataTable, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	font-size:12px;
}	

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


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;
	border: 0.5px solid #7f8286;
}

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

.tabelka-generator
{
	margin:40px auto;
	width:98%;
}
.tblhead
{
	background:#0d595a;
	color:#fff;
	font-weight:lighter;
	border:none;
}
.tblthheader
{
	font-weight:lighter;
	display:flex;
	align-items:center;
	justify-content:center;
}
tr.tblhead th 
{
	font-weight:lighter;
	text-align:center;
	border:none;
}
.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:#e5cb15;
}
.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: 10px;
}

.table td, .table th{
	padding: 15px;
}
/*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{
	display: none;
}

.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: #0d595a;
    border-color: #0d595a;
}

.page-link{
	color: #0d595a;

}

/*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;
}

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

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

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

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;
}

.panel-filter .bootstrap-datetimepicker-widget.dropdown-menu{
	width: 1em;
}

.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;
}

[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: #B0BED9;
}

.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.active {
    color: rgb(33, 37, 41);
}

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

.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;
}

.form-check-inline.is-invalid ~ .invalid-feedback {
    display: block;
}

.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 .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 #0d595a;
    background: #e8e8e8;
}

.chat-wrapper .chat-wrapper-header {
    flex: 0 0 auto;
    background: #0d595a;
    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: #e5cb15;
    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: #0d595a;
}

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


/*TABS*/

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

.nav-item.active {
    background-color: #e5cb15 !important;
    color: #333333 !important;
}

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


/*SUBMIT BUTTON*/

.btn-primary {
    color: #fff;
    background-color: #e5cb15;
	border-color: #e5cb15;
	text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d595a;
    border-color: #0d595a;
}

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

}

.btn[type=submit]:not(.btn-secondary) {
    color: #fff;
    background-color: #e5cb15;
    border-color: #e5cb15;
	text-transform: uppercase;
	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: #0d595a;
    color: white;
}

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

a.btn.btn-primary {
    background-color: #0d595a;
    color: white;
    border-color: #0d595a;
    
}

.card-body {
    background-color: #3333330d;
}

.navbar-brand{
	height: 60px;
	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;
}

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: #0d595a;
}


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-top: 20px;
}

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

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

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

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

@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 {
    font-size: 15px;
	font-weight: bold;
	text-align: center;
}


.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;
}


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

#content-wrapper{
	width: 100vw;
}

#content-wrapper.sidebar-active{

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

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

#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;
}



#sidebar {
    min-width: 180px;
    max-width: 180px;
	height: 100vh;
	padding-bottom: 100px;
	background: transparent;
    color: #fff;
    transition: all 0.3s;
	overflow-x: auto;
	background-image: linear-gradient(190deg, #3b3b3b  10%, #3b3b3b   100%);
	border-right: 2px solid #fff;
	margin-left: 0;
	
}

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



.badge-pill{
	padding-left: 3px;
	padding-right: 5px;
}

@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;
	}


}


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

#sidebarTooltip.toggled{
    background-color: #0d595a;
	color: #ffff;
}

#sidebarCollapse{
	left: 5px;
}

#sidebarTooltip{
	left: 85px;
}


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

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

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

#sidebar ul li a {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
    font-size: 13px;
    display: block;
}
#sidebar ul li a:hover {
    color: #333333;
    background: #fff;
}

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

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

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

}


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

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

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


.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;
	
}

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

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


.loading-page{
	width: calc(100vw - 180px);
    height: 90%;
    position: fixed;
    z-index: 999999;
    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: 15px;

}


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

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


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

[type="checkbox"] + label::after{
	left: calc( 6px + 1px );
	margin-top: calc(24px / -2 );
}

.form-check label.form-control {
    border: none !important;
}


#main-data-table_info .select-item{
	opacity:0;
}

#main-data-table_info .select-item.fixed{
	opacity:1;
}

#datatable-select-limit input {
    max-width: 122px;
    height: 20px;
    margin-left: 190px;
    font-size: 12px;
    padding: 5px;
	display:none;
}

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