body {
	font-size: 0.8125rem;
}

.navbar-brand {
	color: #000;
}

table.dataTable {
	border-collapse: collapse !important;
}
table.table td, table.table th {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
	top: 7px;
}
div.dataTables_wrapper div.dataTables_info {
	font-size: 0.85rem;
	font-style: italic;
}

.dataTables_wrapper .form-control { display: inline-block; width: auto; vertical-align: middle; }

.gallery-images .item {
	margin-bottom: 30px;
}
.gallery-images .img-container {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.gallery-images img {
	max-width: none;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s;
}
.gallery-images img:hover {
	opacity: 0.6;
}
.gallery-images .title,
.gallery-images .date {
	text-align: center;
}
.gallery-images .date {
	font-style: italic;
	opacity: 0.6;
}

/* .iframe-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #f8f9fa;
} */

.page-title {
	background: #f5f5f5;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px 0;
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.card {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
	border: 1px solid #f3f3f3;
}
.card-body {
	padding: 2rem;
}

.btn > i,
.btn > svg {
	margin-right: 10px;
}

.help-block {
	font-size: 0.85rem;
	color: red;
}

.js-cookie-consent.cookie-consent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.95;
	display: flex;
	justify-content: center;
}
.cookie-consent__message {
	color: #FFF;
	margin: 10px;
	display: inline-block;
	font-size: 13px;
}
.js-cookie-consent-agree.cookie-consent__agree {
	background: #00c851;
	border: 0;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 25px;
	margin: 0 5px;
	cursor: pointer;
}

.btn-group {
	flex-wrap: wrap;
	width: 100%;
}
.btn-group .btn {
	margin: 5px;
	width: calc(25% - 10px);
	flex-basis: calc(25% - 10px);
}
.btn-group > .btn:first-child,
.btn-group .btn + .btn {
	margin-left: 5px;
}

.custom-file > input,
.form-check > input,
.form-check > label {
	cursor: pointer;
}
.form-check > input {
	margin-top: 2px;
}
.custom-file-label::after {
    content: "Wybierz";
}

/* Repair Cost */

.repair-cost i,
.repair-cost svg {
	font-size: 1rem;
    color: #4285f4;
}

/* Rules */

.rules i,
.rules svg {
	font-size: 1rem;
    color: #4285f4;
	margin-right: 10px;
}

/* Atlantic API */

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-body {
	background-color: #fff !important;
}

.order-status .title {
	background-color: transparent;
	color: #4285f4;
	border: 2px solid #4285f4;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 0 0 10px;
}

.order-status .title.active {
	background-color: #4285f4;
	color: #fff;
}

.order-status .title i,
.order-status .title svg {
	margin-right: 10px;
}

.order-status .title p {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.order-status .status {
	background-color: #f5f5f5;
	border-radius: 50px;
	padding: 12px 20px;
	margin: 0 0 10px;
}

.order-status .status p {
	text-align: center;
	margin: 0;
}

.box-title i,
.box-title svg {
	font-size: 0.875rem;
	color: #4285f4;
	margin-right: 10px;
}

.gallery {
	margin-left: -10px;
	margin-right: -10px;
}

.gallery-item {
	flex-basis: 10%;
	max-width: 10%;
	padding: 10px;
}

.gallery-item img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

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

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

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

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

.rounded-7 {
	border-radius: .7rem!important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.input-group .form-control {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
}

.hidden {
	display: none;
}

/* Atlantic API - end */

/* @media screen and (max-width: 285px) {
	.iframe-overlay {
		left: 30px;
		top: 128px;
	}
}
@media screen and (min-width: 286px) and (max-width: 991px) {
	.iframe-overlay {
		left: 30px;
		top: 129px;
	}
} */
@media screen and (max-width: 467px) {
	.btn-group .btn {
		width: calc(100% - 10px);
		flex-basis: calc(100% - 10px);
	}
	.btn {
		display: block !important;
	}
	.gallery-images .item {
		margin-bottom: 10px;
	}
	.js-cookie-consent.cookie-consent {
		flex-direction: column;
	}

	.iframe-overlay {
		top: 430px;
		left: auto;
		right: 25px;
	}
}
@media screen and (min-width: 468px) and (max-width: 767px) {
	.btn-group .btn {
		width: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}

	.iframe-overlay {
		top: 410px;
		left: auto;
		right: 25px;
	}
}
@media screen and (min-width: 768px) {
	.btn-group .btn + .btn { margin-left: 5px; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.btn-group .btn {
		width: calc(33.3333% - 10px);
		flex-basis: calc(33.3333% - 10px);
	}

	.iframe-overlay {
		top: 370px;
		left: auto;
		right: 25px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.iframe-overlay {
		left: 390px;
	}
}

@media screen and (min-width: 1400px) {
	.container { max-width: 1300px; }
}