.informacja{
	left:0;
	position: absolute;
	z-index: 9999;
	top: 10%;
}

.tooltip-inner {
    max-width: 400px; 
}

.input_daty{
	text-align: center;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}

.zakres_dat{
	width: 65px!important;
}

.table-etykietki tr > td,
.table-etykietki tr 
{
   border: 0.5px solid #000000;
}

.tlo_logowania{
	color: white;
    background: #7e0000;
    background: -webkit-linear-gradient(left, #fc0000, #7e0000);
    background: -o-linear-gradient(left, #fc0000, #7e0000);
    background: -moz-linear-gradient(left, #fc0000, #7e0000);
    background: linear-gradient(left, #fc0000, #7e0000);
}

body,html{
	height: 100%;	
}
	
html, body {
    /*background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);*/
	background-color: #eeeeee;
}

.card {
	margin-top: 100px!Important;
	margin-bottom: 20px!Important;
}

.h-100 {
    height: 100% !important;
}

.popover{
    max-width: 100%!important;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Wybierz";
}

.tr_linkowany{
	cursor: pointer;
}

.bg-jasny-secondary{
	background-color: #b5b5b5;
}

#sortable_row {
	text-align:left;
	padding:2px;
	min-height:39px;
	font-size:11px;
	cursor:crosshair;
	border:0px solid #555;
	border-width:0px 0px 1px 0px;
	background: rgb(238,238,238);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );	
	position:relative;
}

.kontenerek_w_kalendarzu ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
	
.kontenerek_w_kalendarzu{
	min-height: 30vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

.navbar{
	font-size: 14px;
}

.tryb_animacja{
  bottom: 15%;
  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 8s;
}
@-webkit-keyframes run {
	0% {
		left: 0;
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1);
	}
	49% {
		left: calc(100% - 100px);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% { 
		left: calc(100% - 100px); 
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	99% {
		left: 0;
		-moz-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}

/*.tryb_animacja {
    -webkit-animation: infinite rotate-block 3s;
    -moz-animation: infinite rotate-block 3s;
    -o-animation: infinite rotate-block 3s;
    animation: infinite rotate-block 3s;
}
@-webkit-keyframes rotate-block {
  0%   {-webkit-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-webkit-transform: rotate(360deg) scale(1);}
}
@-moz-keyframes rotate-block {
  0%   {-moz-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-moz-transform: rotate(360deg) scale(1);}
}
@-o-keyframes rotate-block {
  0%   {-o-transform: rotate(0deg) scale(1);}
  80% {transform:rotate(360deg) scale(1.1);}
  100% {-o-transform: rotate(360deg) scale(1);}
}
@keyframes rotate-block {
	0%   {transform: rotate(0deg) scale(1);}
	80% {transform: rotate(360deg) scale(1.1);}
	100% {transform: rotate(360deg) scale(1);}
}*/

/*
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
*/

/* LOGOWANIE */
.user_card {
	color: white;
	min-height: 450px;
	width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	background: #2f2f2f;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;

}
.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #f7f7f7;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}
.form_container {
	margin-top: 100px;
}
.login_btn {
	width: 100%;
	background: #2b82c0 !important;
	color: white !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.login_container {
	padding: 0 2rem;
}
.input-group-text {
	background: #2b82c0 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #2b82c0 !important;
}
/* LOGOWANIE */

.popover_sms{
	max-width: 20vw!important;
}

/* KREATOR */
#msform .btn[name="next"]{
	position: absolute!important;
	bottom: -50px!important;
	right: 0px;
}

#msform .btn[name="previous"]{
	position: absolute!important;
	bottom: -50px!important;
	left: 0px;
}

#msform fieldset {
	position: unset!important;
}

#msform {
    text-align: center;
    position: relative;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px; 
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
    padding: 20px 0px 30px 0px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
	/*min-height: 30vh;
	max-height: 30vh;
	overflow: auto;*/
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative;
	min-height: 40vh;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: black;
}

/*#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}*/

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
	background-color: #4285f4;
}

#progressbar .active {
    color: #ffffff;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #wstep:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f129";
	color: black;
}

#progressbar #token:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f084";
	color: black;
}

#progressbar #statusy:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
	color: black;
}

#progressbar #podsumowanie:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f46d";
	color: black;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
	
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ffffff;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* KREATOR */

#punkt_c{
	position: absolute;
	left: -3px; 
	top: 135px;
}

#punkt_b{
	position: absolute;
	left: 57px; 
	top: 260px;
}

#punkt_a{
	position: absolute;
	left: 225px; 
	top: 250px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pole_wymiary{
	padding: 3px;
}

.produkt{
	border: 2px solid #333;
	box-shadow: 0px 0px 5px #000;
}

ul.lista_produktow_podpowiedzi {
	min-height: 200px;
	max-height: 200px;
	overflow-y: scroll;
	list-style: none;
	padding: 0;
	border: 1px solid #ced4da;
}
.lista_produktow_podpowiedzi li:hover {
	background-color: #d9d9d9;
}