
body
{
	background-color:#ffffff;
	overflow-x: hidden; 
}

.form-control.datepicker  
{
	position:unset;
}

.form-group 
{
	margin-bottom:0px !important; 
}

.border-calendar
{
    border-width:3px !important;
}

.bg-tk
{
	background-color: #eef2f4 !important;
}

.modal-open 
{
	padding-right: 0 !important;
}

.modal 
{
	background: rgba(0, 0, 0, 0.5); 
}
.modal-backdrop 
{
	display: none;
}

a
{
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

.fa-xxs
{
	font-size:0.5rem;	
}

.fa-xs
{
	font-size:0.6rem;	
}

.fa-small
{
	font-size:0.7rem;	
}

.fa-small2
{
	font-size:0.8rem;	
}

.fa-lg
{
	font-size:1.5rem;	
}

.fa-2x
{
	font-size:2rem;	
}

.fa-3x
{
	font-size:3rem;	
}

.fa-4x
{
	font-size:4rem;	
}

.fa-5x
{
	font-size:5rem;	
}

.flex-fill 
{
	flex:1;
}

.alert
{
	border-radius: 0 !important;
}

.form-control
{
	border-radius: 0 !important;
	border-color: #ced4da !important;
}

.form-control:focus 
{
	border-color: #6c757d !important;
	box-shadow: none !important;
}

/* remove validation icons */
.form-control.is-invalid, .was-validated .form-control:invalid 
{
	background-image: none !important;
	background: #fff6f6 !important;
	border-color: #ff0000 !important;
}

.form-control.is-valid, .was-validated .form-control:valid 
{
	background-image: none !important;
	border-color: #08a45d !important;
}

.tklabel
{
	font-size: 0.7rem !important;
	color: #6c757d; !important;
	margin-bottom:2px;
}

[class^='input-group'] 
{
	border-radius: 0px !important;
	height: 31px;
}

.border-muted 
{
	--bs-border-opacity: 1 !important;
	border-color: #ced4da;
}

.btn-circle 
{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.btn-circle i 
{
	position: relative;
	top: -1px;
}

.btn-circle-sm 
{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.btn-circle-xs 
{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

.btn-circle-xxs 
{
	width: 20px;
	height: 20px;
	line-height: 10px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
}

/* scrollbar */
.scrollbar 
{
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

.scrollbar-sql 
{
	background: #fff;
	overflow-y: scroll;
	overflow-x: scroll;
	white-space: nowrap;
}


/* select picker */
.bootstrap-select .dropdown-menu
{
	border-radius: 0px !important;
}

.bootstrap-select .dropdown-item.active
{
	background-color:#ced4da;
}

.bootstrap-select .btn
{
	border: 1px solid  #ced4da !important;
	box-shadow: none !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.bootstrap-select .btn:focus
{
	border: 1px solid  #6c757d !important;
	box-shadow: none !important;
	background: #ffffff !important;
	outline: 0px none #fff !important;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle 
{
	border-color: #08a45d !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle 
{
	background: #fff6f6 !important;
	border-color: #ff0000 !important;
}

.bs-searchbox > input 
{
	font-size: 13px !important;
}

.bootstrap-select .dropdown-item
{
	font-size: 13px !important;
}

bootstrap-select .no-results
{
	font-size: 12px !important;
}

input[type='radio']:after 
{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after 
{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

/* toggle switch */
.slow .toggle-group 
{
	transition: left 0.7s;
	-webkit-transition: left 0.7s;	
}

/* Date Picker */
[class^='datepicker'] 
{
	border-radius: 0px !important;
}

.datepicker .dow 
{
	font-size: 12px !important;
	font-weight: normal;
}

.datepicker .day 
{
	font-size: 13px !important;
	font-weight: normal;
	border-radius: 0px !important;
}

.datepicker .datepicker-switch
{
	font-size: 14px !important;
	font-weight: bold;
}

.datepicker .clear
{
	font-size: 14px !important;
	font-weight: bold;
}

.datepicker .active
{
	background:#9FA6B2 !important;
	border-radius: 0px !important;
}

.datepicker .today
{
	background:#dc3545 !important;
	border-radius: 0px !important;
}

.datepicker th 
{
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none;
}

/* Timepicker */
[class^='bootstrap-timepicker-widget'] 
{
	border-radius: 0px !important;
}

/* Toggle Checkbox */
.toggle.android 
{ 
	border-radius: 0px;
}
.toggle.android .toggle-handle 
{ 
	border-radius: 0px; 
}

.additem .check-mark
{
   opacity: 0;
   z-index: -1000;
}
 
.addnewicon {
   position: relative;
   padding: 4px;
   margin: -8px;
   padding-right: 50px;
   margin-right: -50px;
   color: #aaa;
}

.popover
{
	max-width:1000px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;	
	
}

.tooltip-main 
{
	width: 15px;
	height: 15px;
	border-radius: 0 !important;
	background: #f3f3f3;
	border: 1px solid #ced4da;
	color: #ced4da;
	float: right;
	text-align: left !important;
}

.tooltip-qm 
{
	float: left;
	margin: -2px 0px 3px 4px;
	font-size: 14px;
	border-radius: 0 !important;
}

.tooltip-inner 
{
	max-width: 236px !important;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	background: #FFFFFF;
	color: rgb(0, 0, 0, .7);
	border: 1px solid #ced4da;
	text-align: left;
	border-radius: 0 !important;
}

.tooltip.show 
{
	opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before 
{
	border-bottom-color: #ced4da !important;
	border-radius: 0 !important;
}

.bs-tooltip-bottom .arrow::after 
{
	content: "";
	position: absolute;
	bottom: 0;
	border-width: 0 .4rem .4rem;
	transform: translateY(3px);
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #ffffff;
}

.bs-tooltip-left .arrow::before 
{
	border-bottom-color: #ced4da !important;
	border-radius: 0 !important;
}


.bs-tooltip-left .arrow::after 
{
	content: "";
	position: absolute;
	bottom: 0;
	border-width: 0 .4rem .4rem;
	transform: translateY(3px);
	border-color: transparent;
	border-style: solid;
	border-bottom-color: #ffffff;
}

.btn-panel
{
	height: 80px;
	text-align: center;
	padding: 0;
	font-size: 11px !important;
	font-weight: normal;
	
}

.notification-container 
{
	position: relative;
}

.notification-counter 
{   
	position: absolute;
	top: -7px;
	left: 20px;
	border-radius: 7px;
} 


.navbar-brand
{
	font-size:small;
}

.navbar-nav > li 
{
	font-size: small;
}

.dropdown-menu 
{
	font-size: small;
	border-radius: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown-divider
{
	margin-top: 0;
	margin-bottom: 0;
}

.button_kolorek_color 
{
	background-color: #eef2f4 !important
}

.v-hidden 
{
	visibility: hidden;
}

.blokada
{
	text-decoration: line-through;
}

.margin_przycisk_edycji
{
	margin-left: 33px;
}

.carousel 
{
	margin: 0 auto;
}

ul 
{
	list-style-type: disc !important;
	padding-left: 1em;
}
