table.dataTable thead th,
table.dataTable thead td,
.dataTable > thead > tr > th.sorting,
.dataTable > thead > tr > th.sorting_asc,
.dataTable > thead > tr > th.sorting_desc {
	padding: 8px 10px !important;
}

.dataTables_length select {
	border: 1px solid lightgray;
}

.dataTable tbody td {
	vertical-align: middle !important;
}

.table-period-filter-date,
.table-period-filter-period {
	height: 35px;
}

.table-period-filter-date {
    border: 1px solid lightgray;
	border-radius: 2px !important;
	padding: 4px;
	background: url(img/calendar.png) no-repeat scroll 155px 10px;
    padding-right: 31px;
	width: 180px;
}

.table-period-filter-date:active,
.table-period-filter-date:focus {
	list-style: none;
	outline: none;
}

.table-period-filter-period {
	margin-right: 10px;
	margin-left: 8px;
	border: 1px solid lightgray;	 
	text-align: center;
	border-radius: 2px !important;
}

.table-period-filter-period span {
	width: 45px;
	font-size: 11px;
	cursor: pointer;
	font-family: 'Roboto';
	color: #676A6C;
	place-content: center;
	align-items: center;
}

.table-period-filter-period .disablespan {
	color: #C4C4C4 !important;
}

.table-period-filter-period .ft_month,
.table-period-filter-period .ft_week {
	border-right: 1px solid #eaeaea;
}

.table-period-filter-period span:hover {
	color: #676A6C !important;
}

.range_inputs input.input-mini {
	width: 75px !important;
}

.range_inputs .daterangepicker_end_input {
	padding-left: 0 !important;
	margin-left: 10px;
}

.range_inputs button.applyBtn {
	width: 75px;
	padding: 7px 0;
}

.range_inputs button.cancelBtn {
	width: 75px;
	margin-left: 6px;
}

.s-w-225 {
	max-width: 225px;
}

.s-pr-45 {
	padding-right: 25px !important;
}

.s-row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.s-row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.s-col { flex: 1 0 0%; }
.s-col-auto { flex: 0 0 auto; width: auto; }
.s-col-1 { flex: 0 0 auto; width: 8.33333333%; }
.s-col-2 { flex: 0 0 auto; width: 16.66666667%; }
.s-col-3 { flex: 0 0 auto; width: 25%; }
.s-col-4 { flex: 0 0 auto; width: 33.33333333%; }
.s-col-5 { flex: 0 0 auto; width: 41.66666667%; }
.s-col-6 { flex: 0 0 auto; width: 50%; }
.s-col-7 { flex: 0 0 auto; width: 58.33333333%; }
.s-col-8 { flex: 0 0 auto; width: 66.66666667%; }
.s-col-9 { flex: 0 0 auto; width: 75%; }
.s-col-10 { flex: 0 0 auto; width: 83.33333333%; }
.s-col-11 { flex: 0 0 auto; width: 91.66666667%; }
.s-col-12 { flex: 0 0 auto; width: 100%; }
.s-offset-1 { margin-left: 8.33333333%; }
.s-offset-2 { margin-left: 16.66666667%; }
.s-offset-3 { margin-left: 25%; }
.s-offset-4 { margin-left: 33.33333333%; }
.s-offset-5 { margin-left: 41.66666667%; }
.s-offset-6 { margin-left: 50%; }
.s-offset-7 { margin-left: 58.33333333%; }
.s-offset-8 { margin-left: 66.66666667%; }
.s-offset-9 { margin-left: 75%; }
.s-offset-10 { margin-left: 83.33333333%; }
.s-offset-11 { margin-left: 91.66666667%; }
.s-m-0 { margin: 0 !important; }
.s-m-1 { margin: 0.25rem !important; }
.s-m-2 { margin: 0.5rem !important; }
.s-m-3 { margin: 1rem !important; }
.s-m-4 { margin: 1.5rem !important; }
.s-m-5 { margin: 3rem !important; }
.s-m-auto { margin: auto !important; }
.s-mx-0 { margin-right: 0 !important; margin-left: 0 !important; }
.s-mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
.s-mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
.s-mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
.s-mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
.s-mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
.s-mx-auto { margin-right: auto !important; margin-left: auto !important; }
.s-my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.s-my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.s-my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.s-my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.s-my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.s-my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.s-my-auto { margin-top: auto !important; margin-bottom: auto !important; }
.s-mt-0 { margin-top: 0 !important; }
.s-mt-1 { margin-top: 0.25rem !important; }
.s-mt-2 { margin-top: 0.5rem !important; }
.s-mt-3 { margin-top: 1rem !important; }
.s-mt-4 { margin-top: 1.5rem !important; }
.s-mt-5 { margin-top: 3rem !important; }
.s-mt-auto { margin-top: auto !important; }
.s-mr-0 { margin-right: 0 !important; }
.s-mr-1 { margin-right: 0.25rem !important; }
.s-mr-2 { margin-right: 0.5rem !important; }
.s-mr-3 { margin-right: 1rem !important; }
.s-mr-4 { margin-right: 1.5rem !important; }
.s-mr-5 { margin-right: 3rem !important; }
.s-mr-auto { margin-right: auto !important; }
.s-mb-0 { margin-bottom: 0 !important; }
.s-mb-1 { margin-bottom: 0.25rem !important; }
.s-mb-2 { margin-bottom: 0.5rem !important; }
.s-mb-3 { margin-bottom: 1rem !important; }
.s-mb-4 { margin-bottom: 1.5rem !important; }
.s-mb-5 { margin-bottom: 3rem !important; }
.s-mb-auto { margin-bottom: auto !important; }
.s-ml-0 { margin-left: 0 !important; }
.s-ml-1 { margin-left: 0.25rem !important; }
.s-ml-2 { margin-left: 0.5rem !important; }
.s-ml-3 { margin-left: 1rem !important; }
.s-ml-4 { margin-left: 1.5rem !important; }
.s-ml-5 { margin-left: 3rem !important; }
.s-ml-auto { margin-left: auto !important; }
.s-p-0 { padding: 0 !important; }
.s-p-1 { padding: 0.25rem !important; }
.s-p-2 { padding: 0.5rem !important; }
.s-p-3 { padding: 1rem !important; }
.s-p-4 { padding: 1.5rem !important; }
.s-p-5 { padding: 3rem !important; }
.s-px-0 { padding-right: 0 !important; padding-left: 0 !important; }
.s-px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
.s-px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
.s-px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.s-px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.s-px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
.s-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.s-py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.s-py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.s-py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.s-py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.s-py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.s-pt-0 { padding-top: 0 !important; }
.s-pt-1 { padding-top: 0.25rem !important; }
.s-pt-2 { padding-top: 0.5rem !important; }
.s-pt-3 { padding-top: 1rem !important; }
.s-pt-4 { padding-top: 1.5rem !important; }
.s-pt-5 { padding-top: 3rem !important; }
.s-pr-0 { padding-right: 0 !important; }
.s-pr-1 { padding-right: 0.25rem !important; }
.s-pr-2 { padding-right: 0.5rem !important; }
.s-pr-3 { padding-right: 1rem !important; }
.s-pr-4 { padding-right: 1.5rem !important; }
.s-pr-5 { padding-right: 3rem !important; }
.s-pb-0 { padding-bottom: 0 !important; }
.s-pb-1 { padding-bottom: 0.25rem !important; }
.s-pb-2 { padding-bottom: 0.5rem !important; }
.s-pb-3 { padding-bottom: 1rem !important; }
.s-pb-4 { padding-bottom: 1.5rem !important; }
.s-pb-5 { padding-bottom: 3rem !important; }
.s-pl-0 { padding-left: 0 !important; }
.s-pl-1 { padding-left: 0.25rem !important; }
.s-pl-2 { padding-left: 0.5rem !important; }
.s-pl-3 { padding-left: 1rem !important; }
.s-pl-4 { padding-left: 1.5rem !important; }
.s-pl-5 { padding-left: 3rem !important; }

@media (min-width: 576px) {
	.s-col-sm { flex: 1 0 0%; }
	.s-col-sm-auto { flex: 0 0 auto; width: auto; }
	.s-col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
	.s-col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
	.s-col-sm-3 { flex: 0 0 auto; width: 25%; }
	.s-col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
	.s-col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
	.s-col-sm-6 { flex: 0 0 auto; width: 50%; }
	.s-col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
	.s-col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
	.s-col-sm-9 { flex: 0 0 auto; width: 75%; }
	.s-col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
	.s-col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
	.s-col-sm-12 { flex: 0 0 auto; width: 100%; }
	.s-offset-sm-0 { margin-left: 0; }
	.s-offset-sm-1 { margin-left: 8.33333333%; }
	.s-offset-sm-2 { margin-left: 16.66666667%; }
	.s-offset-sm-3 { margin-left: 25%; }
	.s-offset-sm-4 { margin-left: 33.33333333%; }
	.s-offset-sm-5 { margin-left: 41.66666667%; }
	.s-offset-sm-6 { margin-left: 50%; }
	.s-offset-sm-7 { margin-left: 58.33333333%; }
	.s-offset-sm-8 { margin-left: 66.66666667%; }
	.s-offset-sm-9 { margin-left: 75%; }
	.s-offset-sm-10 { margin-left: 83.33333333%; }
	.s-offset-sm-11 { margin-left: 91.66666667%; }
	.s-m-sm-0 { margin: 0 !important; }
	.s-m-sm-1 { margin: 0.25rem !important; }
	.s-m-sm-2 { margin: 0.5rem !important; }
	.s-m-sm-3 { margin: 1rem !important; }
	.s-m-sm-4 { margin: 1.5rem !important; }
	.s-m-sm-5 { margin: 3rem !important; }
	.s-m-sm-auto { margin: auto !important; }
	.s-mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
	.s-mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
	.s-mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.s-mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
	.s-mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
	.s-mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
	.s-mx-sm-auto { margin-right: auto !important; margin-left: auto !important; }
	.s-my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
	.s-my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
	.s-my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	.s-my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
	.s-my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
	.s-my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
	.s-my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
	.s-mt-sm-0 { margin-top: 0 !important; }
	.s-mt-sm-1 { margin-top: 0.25rem !important; }
	.s-mt-sm-2 { margin-top: 0.5rem !important; }
	.s-mt-sm-3 { margin-top: 1rem !important; }
	.s-mt-sm-4 { margin-top: 1.5rem !important; }
	.s-mt-sm-5 { margin-top: 3rem !important; }
	.s-mt-sm-auto { margin-top: auto !important; }
	.s-mr-sm-0 { margin-right: 0 !important; }
	.s-mr-sm-1 { margin-right: 0.25rem !important; }
	.s-mr-sm-2 { margin-right: 0.5rem !important; }
	.s-mr-sm-3 { margin-right: 1rem !important; }
	.s-mr-sm-4 { margin-right: 1.5rem !important; }
	.s-mr-sm-5 { margin-right: 3rem !important; }
	.s-mr-sm-auto { margin-right: auto !important; }
	.s-mb-sm-0 { margin-bottom: 0 !important; }
	.s-mb-sm-1 { margin-bottom: 0.25rem !important; }
	.s-mb-sm-2 { margin-bottom: 0.5rem !important; }
	.s-mb-sm-3 { margin-bottom: 1rem !important; }
	.s-mb-sm-4 { margin-bottom: 1.5rem !important; }
	.s-mb-sm-5 { margin-bottom: 3rem !important; }
	.s-mb-sm-auto { margin-bottom: auto !important; }
	.s-ml-sm-0 { margin-left: 0 !important; }
	.s-ml-sm-1 { margin-left: 0.25rem !important; }
	.s-ml-sm-2 { margin-left: 0.5rem !important; }
	.s-ml-sm-3 { margin-left: 1rem !important; }
	.s-ml-sm-4 { margin-left: 1.5rem !important; }
	.s-ml-sm-5 { margin-left: 3rem !important; }
	.s-ml-sm-auto { margin-left: auto !important; }
	.s-p-sm-0 { padding: 0 !important; }
	.s-p-sm-1 { padding: 0.25rem !important; }
	.s-p-sm-2 { padding: 0.5rem !important; }
	.s-p-sm-3 { padding: 1rem !important; }
	.s-p-sm-4 { padding: 1.5rem !important; }
	.s-p-sm-5 { padding: 3rem !important; }
	.s-px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
	.s-px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
	.s-px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
	.s-px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
	.s-px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
	.s-px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
	.s-py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.s-py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
	.s-py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
	.s-py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	.s-py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
	.s-py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
	.s-pt-sm-0 { padding-top: 0 !important; }
	.s-pt-sm-1 { padding-top: 0.25rem !important; }
	.s-pt-sm-2 { padding-top: 0.5rem !important; }
	.s-pt-sm-3 { padding-top: 1rem !important; }
	.s-pt-sm-4 { padding-top: 1.5rem !important; }
	.s-pt-sm-5 { padding-top: 3rem !important; }
	.s-pr-sm-0 { padding-right: 0 !important; }
	.s-pr-sm-1 { padding-right: 0.25rem !important; }
	.s-pr-sm-2 { padding-right: 0.5rem !important; }
	.s-pr-sm-3 { padding-right: 1rem !important; }
	.s-pr-sm-4 { padding-right: 1.5rem !important; }
	.s-pr-sm-5 { padding-right: 3rem !important; }
	.s-pb-sm-0 { padding-bottom: 0 !important; }
	.s-pb-sm-1 { padding-bottom: 0.25rem !important; }
	.s-pb-sm-2 { padding-bottom: 0.5rem !important; }
	.s-pb-sm-3 { padding-bottom: 1rem !important; }
	.s-pb-sm-4 { padding-bottom: 1.5rem !important; }
	.s-pb-sm-5 { padding-bottom: 3rem !important; }
	.s-pl-sm-0 { padding-left: 0 !important; }
	.s-pl-sm-1 { padding-left: 0.25rem !important; }
	.s-pl-sm-2 { padding-left: 0.5rem !important; }
	.s-pl-sm-3 { padding-left: 1rem !important; }
	.s-pl-sm-4 { padding-left: 1.5rem !important; }
	.s-pl-sm-5 { padding-left: 3rem !important; }
}

@media (min-width: 768px) {
	.s-col-md { flex: 1 0 0%; }
	.s-col-md-auto { flex: 0 0 auto; width: auto; }
	.s-col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
	.s-col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
	.s-col-md-3 { flex: 0 0 auto; width: 25%; }
	.s-col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
	.s-col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
	.s-col-md-6 { flex: 0 0 auto; width: 50%; }
	.s-col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
	.s-col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
	.s-col-md-9 { flex: 0 0 auto; width: 75%; }
	.s-col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
	.s-col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
	.s-col-md-12 { flex: 0 0 auto; width: 100%; }
	.s-offset-md-0 { margin-left: 0; }
	.s-offset-md-1 { margin-left: 8.33333333%; }
	.s-offset-md-2 { margin-left: 16.66666667%; }
	.s-offset-md-3 { margin-left: 25%; }
	.s-offset-md-4 { margin-left: 33.33333333%; }
	.s-offset-md-5 { margin-left: 41.66666667%; }
	.s-offset-md-6 { margin-left: 50%; }
	.s-offset-md-7 { margin-left: 58.33333333%; }
	.s-offset-md-8 { margin-left: 66.66666667%; }
	.s-offset-md-9 { margin-left: 75%; }
	.s-offset-md-10 { margin-left: 83.33333333%; }
	.s-offset-md-11 { margin-left: 91.66666667%; }
	.s-m-md-0 { margin: 0 !important; }
	.s-m-md-1 { margin: 0.25rem !important; }
	.s-m-md-2 { margin: 0.5rem !important; }
	.s-m-md-3 { margin: 1rem !important; }
	.s-m-md-4 { margin: 1.5rem !important; }
	.s-m-md-5 { margin: 3rem !important; }
	.s-m-md-auto { margin: auto !important; }
	.s-mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
	.s-mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
	.s-mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.s-mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
	.s-mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
	.s-mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
	.s-mx-md-auto { margin-right: auto !important; margin-left: auto !important; }
	.s-my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
	.s-my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
	.s-my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	.s-my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
	.s-my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
	.s-my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
	.s-my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
	.s-mt-md-0 { margin-top: 0 !important; }
	.s-mt-md-1 { margin-top: 0.25rem !important; }
	.s-mt-md-2 { margin-top: 0.5rem !important; }
	.s-mt-md-3 { margin-top: 1rem !important; }
	.s-mt-md-4 { margin-top: 1.5rem !important; }
	.s-mt-md-5 { margin-top: 3rem !important; }
	.s-mt-md-auto { margin-top: auto !important; }
	.s-mr-md-0 { margin-right: 0 !important; }
	.s-mr-md-1 { margin-right: 0.25rem !important; }
	.s-mr-md-2 { margin-right: 0.5rem !important; }
	.s-mr-md-3 { margin-right: 1rem !important; }
	.s-mr-md-4 { margin-right: 1.5rem !important; }
	.s-mr-md-5 { margin-right: 3rem !important; }
	.s-mr-md-auto { margin-right: auto !important; }
	.s-mb-md-0 { margin-bottom: 0 !important; }
	.s-mb-md-1 { margin-bottom: 0.25rem !important; }
	.s-mb-md-2 { margin-bottom: 0.5rem !important; }
	.s-mb-md-3 { margin-bottom: 1rem !important; }
	.s-mb-md-4 { margin-bottom: 1.5rem !important; }
	.s-mb-md-5 { margin-bottom: 3rem !important; }
	.s-mb-md-auto { margin-bottom: auto !important; }
	.s-ml-md-0 { margin-left: 0 !important; }
	.s-ml-md-1 { margin-left: 0.25rem !important; }
	.s-ml-md-2 { margin-left: 0.5rem !important; }
	.s-ml-md-3 { margin-left: 1rem !important; }
	.s-ml-md-4 { margin-left: 1.5rem !important; }
	.s-ml-md-5 { margin-left: 3rem !important; }
	.s-ml-md-auto { margin-left: auto !important; }
	.s-p-md-0 { padding: 0 !important; }
	.s-p-md-1 { padding: 0.25rem !important; }
	.s-p-md-2 { padding: 0.5rem !important; }
	.s-p-md-3 { padding: 1rem !important; }
	.s-p-md-4 { padding: 1.5rem !important; }
	.s-p-md-5 { padding: 3rem !important; }
	.s-px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
	.s-px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
	.s-px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
	.s-px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
	.s-px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
	.s-px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
	.s-py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.s-py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
	.s-py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
	.s-py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	.s-py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
	.s-py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
	.s-pt-md-0 { padding-top: 0 !important; }
	.s-pt-md-1 { padding-top: 0.25rem !important; }
	.s-pt-md-2 { padding-top: 0.5rem !important; }
	.s-pt-md-3 { padding-top: 1rem !important; }
	.s-pt-md-4 { padding-top: 1.5rem !important; }
	.s-pt-md-5 { padding-top: 3rem !important; }
	.s-pr-md-0 { padding-right: 0 !important; }
	.s-pr-md-1 { padding-right: 0.25rem !important; }
	.s-pr-md-2 { padding-right: 0.5rem !important; }
	.s-pr-md-3 { padding-right: 1rem !important; }
	.s-pr-md-4 { padding-right: 1.5rem !important; }
	.s-pr-md-5 { padding-right: 3rem !important; }
	.s-pb-md-0 { padding-bottom: 0 !important; }
	.s-pb-md-1 { padding-bottom: 0.25rem !important; }
	.s-pb-md-2 { padding-bottom: 0.5rem !important; }
	.s-pb-md-3 { padding-bottom: 1rem !important; }
	.s-pb-md-4 { padding-bottom: 1.5rem !important; }
	.s-pb-md-5 { padding-bottom: 3rem !important; }
	.s-pl-md-0 { padding-left: 0 !important; }
	.s-pl-md-1 { padding-left: 0.25rem !important; }
	.s-pl-md-2 { padding-left: 0.5rem !important; }
	.s-pl-md-3 { padding-left: 1rem !important; }
	.s-pl-md-4 { padding-left: 1.5rem !important; }
	.s-pl-md-5 { padding-left: 3rem !important; }
}

@media (min-width: 992px) {
	.s-col-lg { flex: 1 0 0%; }
	.s-col-lg-auto { flex: 0 0 auto; width: auto; }
	.s-col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
	.s-col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
	.s-col-lg-3 { flex: 0 0 auto; width: 25%; }
	.s-col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
	.s-col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
	.s-col-lg-6 { flex: 0 0 auto; width: 50%; }
	.s-col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
	.s-col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
	.s-col-lg-9 { flex: 0 0 auto; width: 75%; }
	.s-col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
	.s-col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
	.s-col-lg-12 { flex: 0 0 auto; width: 100%; }
	.s-offset-lg-0 { margin-left: 0; }
	.s-offset-lg-1 { margin-left: 8.33333333%; }
	.s-offset-lg-2 { margin-left: 16.66666667%; }
	.s-offset-lg-3 { margin-left: 25%; }
	.s-offset-lg-4 { margin-left: 33.33333333%; }
	.s-offset-lg-5 { margin-left: 41.66666667%; }
	.s-offset-lg-6 { margin-left: 50%; }
	.s-offset-lg-7 { margin-left: 58.33333333%; }
	.s-offset-lg-8 { margin-left: 66.66666667%; }
	.s-offset-lg-9 { margin-left: 75%; }
	.s-offset-lg-10 { margin-left: 83.33333333%; }
	.s-offset-lg-11 { margin-left: 91.66666667%; }
	.s-m-lg-0 { margin: 0 !important; }
	.s-m-lg-1 { margin: 0.25rem !important; }
	.s-m-lg-2 { margin: 0.5rem !important; }
	.s-m-lg-3 { margin: 1rem !important; }
	.s-m-lg-4 { margin: 1.5rem !important; }
	.s-m-lg-5 { margin: 3rem !important; }
	.s-m-lg-auto { margin: auto !important; }
	.s-mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
	.s-mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
	.s-mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.s-mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
	.s-mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
	.s-mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
	.s-mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
	.s-my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
	.s-my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
	.s-my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	.s-my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
	.s-my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
	.s-my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
	.s-my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
	.s-mt-lg-0 { margin-top: 0 !important; }
	.s-mt-lg-1 { margin-top: 0.25rem !important; }
	.s-mt-lg-2 { margin-top: 0.5rem !important; }
	.s-mt-lg-3 { margin-top: 1rem !important; }
	.s-mt-lg-4 { margin-top: 1.5rem !important; }
	.s-mt-lg-5 { margin-top: 3rem !important; }
	.s-mt-lg-auto { margin-top: auto !important; }
	.s-mr-lg-0 { margin-right: 0 !important; }
	.s-mr-lg-1 { margin-right: 0.25rem !important; }
	.s-mr-lg-2 { margin-right: 0.5rem !important; }
	.s-mr-lg-3 { margin-right: 1rem !important; }
	.s-mr-lg-4 { margin-right: 1.5rem !important; }
	.s-mr-lg-5 { margin-right: 3rem !important; }
	.s-mr-lg-auto { margin-right: auto !important; }
	.s-mb-lg-0 { margin-bottom: 0 !important; }
	.s-mb-lg-1 { margin-bottom: 0.25rem !important; }
	.s-mb-lg-2 { margin-bottom: 0.5rem !important; }
	.s-mb-lg-3 { margin-bottom: 1rem !important; }
	.s-mb-lg-4 { margin-bottom: 1.5rem !important; }
	.s-mb-lg-5 { margin-bottom: 3rem !important; }
	.s-mb-lg-auto { margin-bottom: auto !important; }
	.s-ml-lg-0 { margin-left: 0 !important; }
	.s-ml-lg-1 { margin-left: 0.25rem !important; }
	.s-ml-lg-2 { margin-left: 0.5rem !important; }
	.s-ml-lg-3 { margin-left: 1rem !important; }
	.s-ml-lg-4 { margin-left: 1.5rem !important; }
	.s-ml-lg-5 { margin-left: 3rem !important; }
	.s-ml-lg-auto { margin-left: auto !important; }
	.s-p-lg-0 { padding: 0 !important; }
	.s-p-lg-1 { padding: 0.25rem !important; }
	.s-p-lg-2 { padding: 0.5rem !important; }
	.s-p-lg-3 { padding: 1rem !important; }
	.s-p-lg-4 { padding: 1.5rem !important; }
	.s-p-lg-5 { padding: 3rem !important; }
	.s-px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
	.s-px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
	.s-px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
	.s-px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
	.s-px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
	.s-px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
	.s-py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.s-py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
	.s-py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
	.s-py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	.s-py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
	.s-py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
	.s-pt-lg-0 { padding-top: 0 !important; }
	.s-pt-lg-1 { padding-top: 0.25rem !important; }
	.s-pt-lg-2 { padding-top: 0.5rem !important; }
	.s-pt-lg-3 { padding-top: 1rem !important; }
	.s-pt-lg-4 { padding-top: 1.5rem !important; }
	.s-pt-lg-5 { padding-top: 3rem !important; }
	.s-pr-lg-0 { padding-right: 0 !important; }
	.s-pr-lg-1 { padding-right: 0.25rem !important; }
	.s-pr-lg-2 { padding-right: 0.5rem !important; }
	.s-pr-lg-3 { padding-right: 1rem !important; }
	.s-pr-lg-4 { padding-right: 1.5rem !important; }
	.s-pr-lg-5 { padding-right: 3rem !important; }
	.s-pb-lg-0 { padding-bottom: 0 !important; }
	.s-pb-lg-1 { padding-bottom: 0.25rem !important; }
	.s-pb-lg-2 { padding-bottom: 0.5rem !important; }
	.s-pb-lg-3 { padding-bottom: 1rem !important; }
	.s-pb-lg-4 { padding-bottom: 1.5rem !important; }
	.s-pb-lg-5 { padding-bottom: 3rem !important; }
	.s-pl-lg-0 { padding-left: 0 !important; }
	.s-pl-lg-1 { padding-left: 0.25rem !important; }
	.s-pl-lg-2 { padding-left: 0.5rem !important; }
	.s-pl-lg-3 { padding-left: 1rem !important; }
	.s-pl-lg-4 { padding-left: 1.5rem !important; }
	.s-pl-lg-5 { padding-left: 3rem !important; }
}

@media (min-width: 1200px) {
	.s-col-xl { flex: 1 0 0%; }
	.s-col-xl-auto { flex: 0 0 auto; width: auto; }
	.s-col-xl-1 { flex: 0 0 auto; width: 8.33333333%; }
	.s-col-xl-2 { flex: 0 0 auto; width: 16.66666667%; }
	.s-col-xl-3 { flex: 0 0 auto; width: 25%; }
	.s-col-xl-4 { flex: 0 0 auto; width: 33.33333333%; }
	.s-col-xl-5 { flex: 0 0 auto; width: 41.66666667%; }
	.s-col-xl-6 { flex: 0 0 auto; width: 50%; }
	.s-col-xl-7 { flex: 0 0 auto; width: 58.33333333%; }
	.s-col-xl-8 { flex: 0 0 auto; width: 66.66666667%; }
	.s-col-xl-9 { flex: 0 0 auto; width: 75%; }
	.s-col-xl-10 { flex: 0 0 auto; width: 83.33333333%; }
	.s-col-xl-11 { flex: 0 0 auto; width: 91.66666667%; }
	.s-col-xl-12 { flex: 0 0 auto; width: 100%; }
	.s-offset-xl-0 { margin-left: 0; }
	.s-offset-xl-1 { margin-left: 8.33333333%; }
	.s-offset-xl-2 { margin-left: 16.66666667%; }
	.s-offset-xl-3 { margin-left: 25%; }
	.s-offset-xl-4 { margin-left: 33.33333333%; }
	.s-offset-xl-5 { margin-left: 41.66666667%; }
	.s-offset-xl-6 { margin-left: 50%; }
	.s-offset-xl-7 { margin-left: 58.33333333%; }
	.s-offset-xl-8 { margin-left: 66.66666667%; }
	.s-offset-xl-9 { margin-left: 75%; }
	.s-offset-xl-10 { margin-left: 83.33333333%; }
	.s-offset-xl-11 { margin-left: 91.66666667%; }
	.s-m-xl-0 { margin: 0 !important; }
	.s-m-xl-1 { margin: 0.25rem !important; }
	.s-m-xl-2 { margin: 0.5rem !important; }
	.s-m-xl-3 { margin: 1rem !important; }
	.s-m-xl-4 { margin: 1.5rem !important; }
	.s-m-xl-5 { margin: 3rem !important; }
	.s-m-xl-auto { margin: auto !important; }
	.s-mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
	.s-mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
	.s-mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.s-mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
	.s-mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
	.s-mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
	.s-mx-xl-auto { margin-right: auto !important; margin-left: auto !important; }
	.s-my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
	.s-my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
	.s-my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	.s-my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
	.s-my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
	.s-my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
	.s-my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
	.s-mt-xl-0 { margin-top: 0 !important; }
	.s-mt-xl-1 { margin-top: 0.25rem !important; }
	.s-mt-xl-2 { margin-top: 0.5rem !important; }
	.s-mt-xl-3 { margin-top: 1rem !important; }
	.s-mt-xl-4 { margin-top: 1.5rem !important; }
	.s-mt-xl-5 { margin-top: 3rem !important; }
	.s-mt-xl-auto { margin-top: auto !important; }
	.s-mr-xl-0 { margin-right: 0 !important; }
	.s-mr-xl-1 { margin-right: 0.25rem !important; }
	.s-mr-xl-2 { margin-right: 0.5rem !important; }
	.s-mr-xl-3 { margin-right: 1rem !important; }
	.s-mr-xl-4 { margin-right: 1.5rem !important; }
	.s-mr-xl-5 { margin-right: 3rem !important; }
	.s-mr-xl-auto { margin-right: auto !important; }
	.s-mb-xl-0 { margin-bottom: 0 !important; }
	.s-mb-xl-1 { margin-bottom: 0.25rem !important; }
	.s-mb-xl-2 { margin-bottom: 0.5rem !important; }
	.s-mb-xl-3 { margin-bottom: 1rem !important; }
	.s-mb-xl-4 { margin-bottom: 1.5rem !important; }
	.s-mb-xl-5 { margin-bottom: 3rem !important; }
	.s-mb-xl-auto { margin-bottom: auto !important; }
	.s-ml-xl-0 { margin-left: 0 !important; }
	.s-ml-xl-1 { margin-left: 0.25rem !important; }
	.s-ml-xl-2 { margin-left: 0.5rem !important; }
	.s-ml-xl-3 { margin-left: 1rem !important; }
	.s-ml-xl-4 { margin-left: 1.5rem !important; }
	.s-ml-xl-5 { margin-left: 3rem !important; }
	.s-ml-xl-auto { margin-left: auto !important; }
	.s-p-xl-0 { padding: 0 !important; }
	.s-p-xl-1 { padding: 0.25rem !important; }
	.s-p-xl-2 { padding: 0.5rem !important; }
	.s-p-xl-3 { padding: 1rem !important; }
	.s-p-xl-4 { padding: 1.5rem !important; }
	.s-p-xl-5 { padding: 3rem !important; }
	.s-px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
	.s-px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
	.s-px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
	.s-px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
	.s-px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
	.s-px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
	.s-py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.s-py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
	.s-py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
	.s-py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	.s-py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
	.s-py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
	.s-pt-xl-0 { padding-top: 0 !important; }
	.s-pt-xl-1 { padding-top: 0.25rem !important; }
	.s-pt-xl-2 { padding-top: 0.5rem !important; }
	.s-pt-xl-3 { padding-top: 1rem !important; }
	.s-pt-xl-4 { padding-top: 1.5rem !important; }
	.s-pt-xl-5 { padding-top: 3rem !important; }
	.s-pr-xl-0 { padding-right: 0 !important; }
	.s-pr-xl-1 { padding-right: 0.25rem !important; }
	.s-pr-xl-2 { padding-right: 0.5rem !important; }
	.s-pr-xl-3 { padding-right: 1rem !important; }
	.s-pr-xl-4 { padding-right: 1.5rem !important; }
	.s-pr-xl-5 { padding-right: 3rem !important; }
	.s-pb-xl-0 { padding-bottom: 0 !important; }
	.s-pb-xl-1 { padding-bottom: 0.25rem !important; }
	.s-pb-xl-2 { padding-bottom: 0.5rem !important; }
	.s-pb-xl-3 { padding-bottom: 1rem !important; }
	.s-pb-xl-4 { padding-bottom: 1.5rem !important; }
	.s-pb-xl-5 { padding-bottom: 3rem !important; }
	.s-pl-xl-0 { padding-left: 0 !important; }
	.s-pl-xl-1 { padding-left: 0.25rem !important; }
	.s-pl-xl-2 { padding-left: 0.5rem !important; }
	.s-pl-xl-3 { padding-left: 1rem !important; }
	.s-pl-xl-4 { padding-left: 1.5rem !important; }
	.s-pl-xl-5 { padding-left: 3rem !important; }
}

@media (min-width: 1400px) {
	.s-col-xxl { flex: 1 0 0%; }
	.s-col-xxl-auto { flex: 0 0 auto; width: auto; }
	.s-col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; }
	.s-col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; }
	.s-col-xxl-3 { flex: 0 0 auto; width: 25%; }
	.s-col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; }
	.s-col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; }
	.s-col-xxl-6 { flex: 0 0 auto; width: 50%; }
	.s-col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; }
	.s-col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; }
	.s-col-xxl-9 { flex: 0 0 auto; width: 75%; }
	.s-col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; }
	.s-col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; }
	.s-col-xxl-12 { flex: 0 0 auto; width: 100%; }
	.s-offset-xxl-0 { margin-left: 0; }
	.s-offset-xxl-1 { margin-left: 8.33333333%; }
	.s-offset-xxl-2 { margin-left: 16.66666667%; }
	.s-offset-xxl-3 { margin-left: 25%; }
	.s-offset-xxl-4 { margin-left: 33.33333333%; }
	.s-offset-xxl-5 { margin-left: 41.66666667%; }
	.s-offset-xxl-6 { margin-left: 50%; }
	.s-offset-xxl-7 { margin-left: 58.33333333%; }
	.s-offset-xxl-8 { margin-left: 66.66666667%; }
	.s-offset-xxl-9 { margin-left: 75%; }
	.s-offset-xxl-10 { margin-left: 83.33333333%; }
	.s-offset-xxl-11 { margin-left: 91.66666667%; }
	.s-m-xxl-0 { margin: 0 !important; }
	.s-m-xxl-1 { margin: 0.25rem !important; }
	.s-m-xxl-2 { margin: 0.5rem !important; }
	.s-m-xxl-3 { margin: 1rem !important; }
	.s-m-xxl-4 { margin: 1.5rem !important; }
	.s-m-xxl-5 { margin: 3rem !important; }
	.s-m-xxl-auto { margin: auto !important; }
	.s-mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; }
	.s-mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
	.s-mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.s-mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
	.s-mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
	.s-mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
	.s-mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; }
	.s-my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
	.s-my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
	.s-my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	.s-my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
	.s-my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
	.s-my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
	.s-my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; }
	.s-mt-xxl-0 { margin-top: 0 !important; }
	.s-mt-xxl-1 { margin-top: 0.25rem !important; }
	.s-mt-xxl-2 { margin-top: 0.5rem !important; }
	.s-mt-xxl-3 { margin-top: 1rem !important; }
	.s-mt-xxl-4 { margin-top: 1.5rem !important; }
	.s-mt-xxl-5 { margin-top: 3rem !important; }
	.s-mt-xxl-auto { margin-top: auto !important; }
	.s-mr-xxl-0 { margin-right: 0 !important; }
	.s-mr-xxl-1 { margin-right: 0.25rem !important; }
	.s-mr-xxl-2 { margin-right: 0.5rem !important; }
	.s-mr-xxl-3 { margin-right: 1rem !important; }
	.s-mr-xxl-4 { margin-right: 1.5rem !important; }
	.s-mr-xxl-5 { margin-right: 3rem !important; }
	.s-mr-xxl-auto { margin-right: auto !important; }
	.s-mb-xxl-0 { margin-bottom: 0 !important; }
	.s-mb-xxl-1 { margin-bottom: 0.25rem !important; }
	.s-mb-xxl-2 { margin-bottom: 0.5rem !important; }
	.s-mb-xxl-3 { margin-bottom: 1rem !important; }
	.s-mb-xxl-4 { margin-bottom: 1.5rem !important; }
	.s-mb-xxl-5 { margin-bottom: 3rem !important; }
	.s-mb-xxl-auto { margin-bottom: auto !important; }
	.s-ml-xxl-0 { margin-left: 0 !important; }
	.s-ml-xxl-1 { margin-left: 0.25rem !important; }
	.s-ml-xxl-2 { margin-left: 0.5rem !important; }
	.s-ml-xxl-3 { margin-left: 1rem !important; }
	.s-ml-xxl-4 { margin-left: 1.5rem !important; }
	.s-ml-xxl-5 { margin-left: 3rem !important; }
	.s-ml-xxl-auto { margin-left: auto !important; }
	.s-p-xxl-0 { padding: 0 !important; }
	.s-p-xxl-1 { padding: 0.25rem !important; }
	.s-p-xxl-2 { padding: 0.5rem !important; }
	.s-p-xxl-3 { padding: 1rem !important; }
	.s-p-xxl-4 { padding: 1.5rem !important; }
	.s-p-xxl-5 { padding: 3rem !important; }
	.s-px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; }
	.s-px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
	.s-px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
	.s-px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
	.s-px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
	.s-px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
	.s-py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
	.s-py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
	.s-py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
	.s-py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
	.s-py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
	.s-py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
	.s-pt-xxl-0 { padding-top: 0 !important; }
	.s-pt-xxl-1 { padding-top: 0.25rem !important; }
	.s-pt-xxl-2 { padding-top: 0.5rem !important; }
	.s-pt-xxl-3 { padding-top: 1rem !important; }
	.s-pt-xxl-4 { padding-top: 1.5rem !important; }
	.s-pt-xxl-5 { padding-top: 3rem !important; }
	.s-pr-xxl-0 { padding-right: 0 !important; }
	.s-pr-xxl-1 { padding-right: 0.25rem !important; }
	.s-pr-xxl-2 { padding-right: 0.5rem !important; }
	.s-pr-xxl-3 { padding-right: 1rem !important; }
	.s-pr-xxl-4 { padding-right: 1.5rem !important; }
	.s-pr-xxl-5 { padding-right: 3rem !important; }
	.s-pb-xxl-0 { padding-bottom: 0 !important; }
	.s-pb-xxl-1 { padding-bottom: 0.25rem !important; }
	.s-pb-xxl-2 { padding-bottom: 0.5rem !important; }
	.s-pb-xxl-3 { padding-bottom: 1rem !important; }
	.s-pb-xxl-4 { padding-bottom: 1.5rem !important; }
	.s-pb-xxl-5 { padding-bottom: 3rem !important; }
	.s-pl-xxl-0 { padding-left: 0 !important; }
	.s-pl-xxl-1 { padding-left: 0.25rem !important; }
	.s-pl-xxl-2 { padding-left: 0.5rem !important; }
	.s-pl-xxl-3 { padding-left: 1rem !important; }
	.s-pl-xxl-4 { padding-left: 1.5rem !important; }
	.s-pl-xxl-5 { padding-left: 3rem !important; }
}

.s-shadow {
	box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
}

.s-filters {
	height: 50px;
	margin-right: -4px;
}

.s-filters .row {
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

.s-filters select.form-control {
	height: 50px;
	background: url("img/droparrow_new.png") 100% center no-repeat !important;
	padding-right: 60px !important;
}

.s-assign-users-modal {
	border: 1px solid #e5e5e5;
	height: 400px;
	overflow-y: scroll;	
	overflow-x: hidden;
}

.s-modal-footer {
	margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.s-radio, .s-checkbox {
    display: block;
    min-height: 20px;
    margin-bottom: -5px;
}

.s-radio input[type="radio"],
.s-checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
	vertical-align: middle;
    opacity: 0;
}

.s-checkbox input[type="checkbox"] + span,
.s-checkbox input[type="radio"] + span {
	cursor: pointer;
}

.s-checkbox input[type="checkbox"] + span:before {
	content: "";
    width: 15px;
    height: 15px;
    background: #eaeaea;
    border: 1px solid #cdcdcd;
    position: relative;
    margin-right: 5px;
    display: inline-block;
	vertical-align: middle;
}

.s-checkbox input[type="checkbox"]:checked + span:before {
    background: url(img/checkbox.svg) center center no-repeat #f77d24;
    border-color: #f77d24;
    background-position: initial;
}

.s-button {
	background: #f77d24;
	color: white !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border: 2px solid #f77d24;
	padding: 8px 20px;
	transition: 0.3s all 0s linear;
	-webkit-transition: 0.3s all 0s linear;
	-moz-transition: 0.3s all 0s linear;
	-o-transition: 0.3s all 0s linear;
	outline: none;
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: bold;
	text-decoration: none !important;
}

.s-button-black {
	background: #333333;
	color: white !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border: 2px solid #333333;
	padding: 8px 20px;
	transition: 0.3s all 0s linear;
	-webkit-transition: 0.3s all 0s linear;
	-moz-transition: 0.3s all 0s linear;
	-o-transition: 0.3s all 0s linear;
	outline: none;
	font-size: 15px;
	font-family: 'Roboto';
	font-weight: bold;
	text-decoration: none !important;
}

.s-text-center {
	text-align: center !important;
}

.s-vertical-middle {
	vertical-align: middle !important;
}

.s-float-left {
	float: left;
}

.s-float-right {
	float: right;
}

.s-flex {
	display: flex;
}

.s-flex-inline {
	display: inline-flex;
}

.s-list-none {
	list-style-type: none;
}

.s-text-dots {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}