body {
	height: 100%;
	background: white;
	background-position: 50% 8.5em;
	font-family: "Kanit", Calibri, Cambria, Arial;
	font-size: 12px;
	font-weight: 300;
}

@font-face {
	font-family: InterMedium;

	src: url("../fonts/Inter-Web/Inter-Medium.woff2");
}

@font-face {
	font-family: InterRegular;

	src: url("../fonts/Inter-Web/Inter-Regular.woff2");
}

@font-face {
	font-family: InterBold;

	src: url("../fonts/Inter-Web/Inter-Bold.woff2");
}

@font-face {
	font-family: InterBlack;

	src: url("../fonts/Inter-Web/Inter-Black.woff2");
}

body,
H1,
H2,
H3,
H4,
H5,
H6,
a,
p,
ol,
ul,
table {
	color: #111;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

input,
textarea,
select,
checkbox,
textarea,
button,
.jqdate-advanced-range {
	background-color: white;
	border: 1px solid rgb(225 229 236);
	outline: none;
	font-weight: 300 !important;
	font-family: inherit !important;
	text-indent: 0.5em !important;
	padding: 0.5em 0 !important;
	position: relative;
	font-size: 14px !important;
	border-radius: 0.5em;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	/* IE 10+ */
	user-select: none;
	/* Likely future */
	/*transition: border-color ease-in-out .25s, box-shadow ease-in-out .5s;*/
}

input:focus,
textarea:focus,
select:focus,
checkbox:focus,
textarea:focus {
	border: 1px solid #678dc2;
	color: #333 !important;
	box-shadow: rgba(67, 138, 195, 0.25) 0 0 0 0.2em !important;
	transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

input:disabled,
textarea:disabled,
select:disabled,
checkbox:disabled,
textarea:disabled,
input[readonly] {
	opacity: 0.6;
}

select {
	cursor: pointer;
}

select[disabled="disabled"] {
	opacity: 0.4;
}

input[type="file"] {
	text-indent: 0 !important;
}

textarea {
	padding: 0 0 0 0.4em;
	text-indent: 0;
}

button {
	background: inherit !important;
	cursor: pointer !important;
	color: #111 !important;
	padding: 0.4em 1.25em 0.4em 1em !important;
	text-indent: 0 !important;
	width: -moz-max-content !important;
	width: max-content !important;
	box-shadow: none !important;
}

button .material-icons,
button .lni {
	color: inherit;
	float: left;
	font-size: 1em;
	margin: 0.35em 0.25em 0 0;
}

table {
	page-break-inside: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-radius: 3px;
}

table tr {
	page-break-inside: avoid;
	page-break-after: auto;
}

table thead {
	display: table-header-group;
}

table tfoot {
	display: table-footer-group;
}

table tr th,
table tr td {
	border: 1px solid #d6e2f0;
	color: #283b56;
	padding: 0.5em 0.75em;
	text-align: left;
	font-size: 13px;
	position: relative;
}

table.list-table {
	border: none;
}

table.list-table tr {
	background: white !important;
}

table tr.table-row-even {
	background: rgb(245, 249, 250);
}

table.list-table th,
table.list-table td {
	border: none;
	border-bottom: 1px solid #f5f5f5;
	color: #8da0aa;
	padding-left: 0;
	padding-right: 0;
}

ol li {
	position: relative;
	text-align: left;
}

ol li:hover {
	color: #999;
}

/*
	Style Class Shortcodes
*/

/* Page Widths */

/*.fh {
	height: 100%;
}
.fw {
	clear: both;
	width: 100%;
}
.lw {
	margin: 0 auto;
	width: 100em;
}
.w95 {
	width: 95%;
}
.w90 {
	width: 90%;
}
.w85 {
	width: 85%;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w55 {
	width: 55%;
}
.hw {
	width: 50%;
}
.w-[90%] {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w-1/3 {
	width: 33%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.w15 {
	width: 15%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}*/

.w-50 {
	width: 50px;
}

.w-100 {
	width: 100px;
}

.w-150 {
	width: 150px;
}

.w-200 {
	width: 200px;
}

.w-250 {
	width: 250px;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.in-tbl {
	display: inline-table;
}

.display-ib {
	display: inline-block;
}

.vi-h {
	visibility: hidden;
}

.slim {
	font-weight: 300 !important;
}

/* Position */

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.pos-fxd {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}

/* Alignment */

.fl-lt {
	float: left;
}

.float-right {
	float: right;
}

.ta-l {
	text-align: left;
}

.ta-c {
	text-align: center;
}

.ta-r {
	text-align: right;
}

.scroll-x {
	overflow-x: auto;
}

.scroll-y {
	overflow-y: auto;
}

.ov-h {
	overflow: hidden;
}

.clr {
	clear: both;
}

.margin-top {
	margin-top: 0.5em;
}

.margin-right {
	margin-right: 0.5em;
}

.margin-bottom {
	margin-bottom: 0.5em;
}

.margin-left {
	margin-left: 0.5em;
}

/* Buttons */

button:active {
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.white_button {
	background: white !important;
}

.grey_button {
	background: rgb(248, 248, 248) !important;
	border: 0 solid rgb(234, 234, 234) !important;
}

.skyblue_button {
	background: rgb(242, 248, 255) !important;
	background: linear-gradient(93deg, #05bcff, #068eff) !important;
	border: 0 solid rgb(228, 236, 246) !important;
	color: white !important;
}

.blue_button {
	background: rgb(108, 173, 255) !important;
	background: linear-gradient(93deg, #53b2fe, #065af3) !important;
	border: 0 solid rgb(108, 173, 255) !important;
	color: white !important;
	box-shadow: 0px 2px 3px #0000001c;
}

.green_button {
	background: #7ac754 !important;
	background: linear-gradient(93deg, #39e375, #52d409) !important;
	border: 0 solid #7ac754 !important;
	color: white !important;
	box-shadow: 0px 2px 3px #0000001c;
}

.orange_button {
	background: #ff9b53 !important;
	background: linear-gradient(93deg, #ffa135, #ff6005) !important;
	border: 0 solid #e2772a !important;
	color: white !important;
	box-shadow: 0px 2px 3px #0000001c;
}

.red_button {
	background: #ff6666 !important;
	background: linear-gradient(93deg, #ff0505, #ff0000) !important;
	border: 0 solid #ff6666 !important;
	color: white !important;
	box-shadow: 0px 2px 3px #0000001c;
}

.trans_button {
	background: none !important;
	border: none !important;
	color: white !important;
}

.singleop_button {
	background: white !important;
	border: 1px solid rgb(232 237 239);
	color: #75839e;
	padding: 0.05em 0.5em 0.225em !important;
	border-radius: 6px;
}

.light_button {
	color: #999 !important;
}

.small_button {
	font-size: 0.9em !important;
}

.tiny_button {
	font-size: 0.8em !important;
}

.minute_button {
	font-size: 0.65em !important;
}

/* Table */

.table-head {
	background: #f4f8fb;
	border: 1px solid #666;
	padding: 0.5em 0;
	margin: 0 0 -1px 0;
	font-weight: bold;
}

.table-head span {
	font-weight: 300;
}

.table-row.selected {
	background-color: #2a2a72 !important;
	background-image: linear-gradient(315deg, #5191b5 0%, #092839 74%) !important;
	border-bottom: 1px solid #50719dab !important;
	color: white !important;
}

.table-row.selected * {
	color: white;
}

.table-row.selected .single-ops * {
	color: black !important;
}

/* List */

ol.inline-list li {
	display: inline-table;
}

ol.block-list li {
	display: block;
}

/* Misc */

.lh-inherit {
	line-height: inherit;
}

.fhw {
	height: 100%;
	width: 100%;
}

.bold {
	font-weight: bold;
}

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

.bor-light {
	border: 1px solid #f5f5f5 !important;
}

.bor-rad-none {
	border: 0 !important;
}

.bor-rad {
	border-radius: 0.2em;
}

.box-shadow {
	box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.04);
}

.wrong_entry {
	background: rgb(255, 254, 253) !important;
	border-color: rgba(255, 190, 190, 0.75) !important;
}

.edit-mode {
	outline: none;
}

.edit-mode .table-data-wrapper {
	background: #00000096;
	color: white;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}

.a_link {
	cursor: pointer;
}

.default_link,
span.a_link {
	text-decoration: underline;
}

.default_link {
	color: #1662e0;
}

.color-white {
	color: white;
}

.status_msg {
	color: #999;
	font-size: 1.25em;
	padding: 0.5em 0;
}

.alert {
	color: white;
	padding: 0.8em 1.25em;
	margin: 0.5em 0;
	font-size: 1.15em;
	border-radius: 6px;
	position: relative;
}

.tag {
	padding: 0.15em 0.5em !important;
	margin: 0 0 0.25em 0 !important;
	border-radius: 6px !important;
	font-size: 0.875em !important;
	display: inline-block !important;
}

.white-label,
.white-alert {
	background: white;
	color: #999;
}

.red-alert,
.red-label {
	/*background: #fce3e4;*/
	background: linear-gradient(93deg, #ff0a0a, #e11111) !important;
	color: white !important;
}

.blue-label,
.blue-alert {
	/*background: #d7e2f3;*/
	background: linear-gradient(93deg, #0067c3, #5d80ff) !important;
	color: white !important;
}

.green-alert,
.green-label {
	/*background: #d7f3e9;*/
	background: linear-gradient(93deg, #66c90f, #00e531) !important;
	color: white !important;
}

.purple-alert,
.purple-label {
	/*background: #f0d7f3;*/
	background: linear-gradient(93deg, #ce18f9, #f6c4ff) !important;
	color: white !important;
}

.orange-alert,
.orange-label {
	/*background: #FF9B53 !important;*/
	background: linear-gradient(93deg, #ff6000, #ffae67) !important;
	color: white !important;
}

.transparent-alert,
.transparent-label {
	background: #0000001f !important;
	color: #555 !important;
}

.alert .singleop_button {
	display: inline-block;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.alert .singleop_button.pos-abs {
	right: 0.4em;
	top: 0.4em;
}

.label {
	padding: 0 0.5em;
	text-align: center;
	border-radius: 3px;
}

.note {
	color: #ababab;
	font-size: 1em;
	margin: 0.1em 0;
}

.ls {
	letter-spacing: 1px;
}

.moduleimg {
	display: block;
	max-width: 75px;
	margin: 0 auto;
}

.ajax-result-container {
	height: 80%;
	max-height: 480px;
	overflow: auto;
	padding: 0 1.5em 0.75em 1.5em;
}

/* Click animation */

.ripples {
	z-index: 111111111111111111;
}

.ripples:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
}

.ripples-onclick::after {
	animation: anim-effect-custom 0.5s ease-out forwards;
}

@keyframes anim-effect-custom {
	0% {
		box-shadow: 0 0 0 3px rgba(111, 111, 111, 0.25);
		opacity: 0.75;
		transform: scale3d(0.1, 0.1, 0.1);
	}

	100% {
		box-shadow: 0 0 0 250px rgba(111, 111, 111, 0.01);
		opacity: 0;
		transform: scale3d(0.5, 0.5, 0.5);
	}
}

.blink {
	animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
	0% {
		color: #000;
	}

	49% {
		color: transparent;
	}

	50% {
		color: transparent;
	}

	99% {
		color: transparent;
	}

	100% {
		color: #000;
	}
}

/* Scrollbar */

/* width */

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}

#sidebar ::-webkit-scrollbar,
.sticky-block ::-webkit-scrollbar {
	width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0);
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #b9b9b9;
	border-radius: 18px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #999;
}

/* New Classes */

.paper {
	padding: 1.25em;
	margin: 1.5em 0.25em;
	border-radius: 8px;
	border-bottom: 1px solid #e9ecf1ab;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em;
	z-index: 1111111111111111111111111111;
}

.daterangepicker:before,
.daterangepicker:after {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: "";
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
	right: 9px;
}

.daterangepicker.opensleft:after {
	right: 10px;
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.daterangepicker.opensright:before {
	left: 9px;
}

.daterangepicker.opensright:after {
	left: 10px;
}

.daterangepicker.drop-up {
	margin-top: -7px;
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none;
}

.daterangepicker.single .drp-selected {
	display: none;
}

.daterangepicker.show-calendar .drp-calendar {
	display: block;
}

.daterangepicker.show-calendar .drp-buttons {
	display: block;
}

.daterangepicker.auto-apply .drp-buttons {
	display: none;
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px;
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
	padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid black;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px;
}

.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding: 0 !important;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}

.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

.daterangepicker th.month {
	width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px;
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle;
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	margin: 0 4px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0;
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px;
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer;
}

.daterangepicker .ranges li:hover {
	background-color: #eee;
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
	.daterangepicker {
		width: auto;
	}

	.daterangepicker .ranges ul {
		width: 140px;
	}

	.daterangepicker.single .ranges ul {
		width: 100%;
	}

	.daterangepicker.single .drp-calendar.left {
		clear: none;
	}

	.daterangepicker.single .ranges,
	.daterangepicker.single .drp-calendar {
		float: left;
	}

	.daterangepicker {
		direction: ltr;
		text-align: left;
	}

	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.daterangepicker .drp-calendar.right {
		margin-left: 0;
	}

	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px;
	}

	.daterangepicker .ranges,
	.daterangepicker .drp-calendar {
		float: left;
	}
}

@media (min-width: 730px) {
	.daterangepicker .ranges {
		width: auto;
		float: left;
	}

	.daterangepicker.rtl .ranges {
		float: right;
	}

	.daterangepicker .drp-calendar.left {
		clear: none !important;
	}
}

/* Header */

#page {
	padding-top: 4.5em;
}

div#header,
div#op-header_wrapper {
	background-color: #3f51b5;
	background-image: linear-gradient(105deg, #00000005 20%, #00000024 100%);
	line-height: 4.5em;
	height: 4.5em;
	box-shadow: 0 0.15em 0.75em rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 111111111;
}

div#op-header_wrapper {
	box-shadow: none;
}

div#header-pattern {
	background: linear-gradient(-120deg, rgba(245, 33, 33, 0) 87%, rgba(255, 255, 255, 0.08) 15%), linear-gradient(-110deg, rgba(27, 0, 255, 0) 85%, rgba(255, 255, 255, 0.08) 15%), linear-gradient(-103deg, rgba(255, 33, 33, 0) 84%, rgba(255, 255, 255, 0.08) 15%), radial-gradient(circle, rgba(0, 135, 201, 0) 0%, rgba(0, 135, 201, 0) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
}

div#header i {
	color: white !important;
	cursor: pointer;
	padding: 0 0.25em !important;
	line-height: inherit !important;
	float: right;
	font-size: 1.6em;
}

#header .submenu {
	background: white;
	display: none;
	left: initial !important;
	right: 0.5em;
	position: absolute;
	width: -moz-max-content;
	width: max-content;
	z-index: 111111111;
	border-radius: 8px;
}

#header .submenu ol li {
	color: #999 !important;
	line-height: initial;
	text-align: left;
	font-size: 1.2em;
	margin: 0 0.75em;
	border-radius: 6px;
}

#header .submenu ol li a {
	color: inherit;
	display: block;
	padding: 0.25em 0.75em;
}

#header-logo {
	color: rgba(255, 255, 255, 0);
	text-align: center;
	min-width: 18em;
}

#header-logo .app-title {
	font-size: 1.4em;
	font-weight: normal;
}

#header-logo a {
	color: white;
}

div#top-searchbar {
	width: 30em;
	position: relative;
	z-index: 111111111111111111;
}

div#top-searchbar .form-row {
	padding: 0;
}

div#top-searchbar input[type="text"] {
	background: white;
	border: none !important;
	padding: 0.55em 0.4em 0.6em !important;
	margin: 0 0 0 -3px;
	border-radius: 3px;
	line-height: initial !important;
}

div#top-searchbar select {
	border: none !important;
	border-left: 1px solid #ececf1 !important;
	padding: 0.5em !important;
}

.rtsearch-results-wrapper {
	background: rgb(255, 255, 255);
	font-size: 12px;
	z-index: 100;
	left: 0;
	top: 3.5em !important;
	max-height: 400px;
	height: 400px;
	overflow: auto;
	box-shadow: 0 0px 3px rgba(200, 200, 200, 0.2);
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
}

.rtsearch-results-wrapper li {
	padding: 0 0.25em !important;
	line-height: 1.75em !important;
}

.rtsearch-results-wrapper li:hover,
.rtsearch-results-wrapper li.current {
	background: #f8f9fb;
	cursor: pointer;
	color: #333;
}

.rtsearch-results-wrapper ol li .content {
	margin-left: 2.75em !important;
}

.rtsearch-results-wrapper ol li ol.single-operation-list li {
	margin: 0 !important;
	padding: 0 !important;
}

/* Mobile search toggle button */

#mobile-search {
	display: none;
}

#header-menu a {
	color: white;
	font-size: 1.2em;
	padding: 0 0.75em;
}

#header-menu i {
	float: none !important;
	font-size: 1em !important;
}

#header-menu li {
	display: inline-table;
}

#header-menu li a {
	color: rgba(255, 255, 255, 0.75);
	display: block;
	font-size: 1.15em;
	padding: 0 0.75em;
}

#header-menu li a:hover {
	color: white;
}

#header-menu li ol.child,
#header .submenu {
	background: white;
	top: 3.75em;
	left: 0.5em;
	border: none;
	padding: 0.5em;
	box-shadow: 0px 4px 8px #0000001a;
}

#header-menu li ol.child-2 {
	top: -0.5em;
	left: -7.25em;
}

#header-menu li ol.child i {
	display: none;
}

#header-menu li ol.child li {
	display: block;
	line-height: 2.75em;
}

#header-menu li ol.child li a {
	border-radius: 6px;
	padding: 0 1em;
	color: #999;
}

#header-options #header-settings-inner > #settings {
	max-height: 540px;
	overflow: auto;
	width: 14em;
}

#header-menu li ol.child li a:hover,
#header-options .submenu ol li:hover {
	background: #f5f9fa;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

#header-options .submenu,
#user-options ol.child {
	padding: 0.5em 0;
}

#header-options .submenu li {
	position: relative;
}

#header-options .relative:hover .submenu {
	display: block;
}

#header #header-options i {
	line-height: initial !important;
	margin: 0.6em 0;
	border-radius: 50%;
	transition: 0.3s;
	padding: 0.3em !important;
}

#header #header-options i:hover {
	background: #0000001f;
}

#settings ol li:hover ol.child {
	display: block !important;
}

#header-notifications .submenu ol li:hover {
	background: white;
}

#notifications {
	min-width: 150px;
}

.notification-count {
	background: red;
	color: white;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0.75em;
	right: 0.5em;
	border-radius: 2px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}

#notifications {
	padding: 0 0.75%;
}

#notifications .heading {
	background: #6977c5;
	color: white;
	margin: 0 0 0 1.5em;
	font-size: 0.55em;
}

#notifications .content {
	border: 1px solid #f0f3f7;
	margin: 0.25em 0.95em;
	border-radius: 3px;
	overflow: hidden;
	font-size: 0.85em;
}

.notification-subcontent:hover {
	background: #f5f9fa;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

#user-options ol.child {
	left: -142px;
	border-radius: 8px;
	width: 150px;
}

#user-options ol.child li {
	font-size: inherit;
}

div#op-header,
div#op-header_wrapper_inner {
	background: #556ae0;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

div#op-header_wrapper #delivery_div_options {
	color: white;
	top: 1.25em;
	padding: 0 0.25em;
	z-index: 1111111;
}

/* Sidebar */

#sidebar {
	background: white;
	border-right: 1px solid #f1f3f5;
	clear: both;
	left: 0;
	top: 4.5em;
	margin-right: -100%;
	height: 100%;
	width: 18em;
	position: fixed;
	z-index: 111;
}

#sidebar-inner {
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
}

#sidebar ol li,
#user-options ol li {
	border-bottom: 1px solid #fafafa;
	color: #555;
	position: static;
	border-radius: 6px;
	margin: 0 0.75em;
}

#sidebar ol li .material-icons,
#sidebar ol li .lni,
#sidebar ol li img {
	color: #555;
	display: inline-flex;
	font-size: 1em;
	margin: 0.35em 0.25em 0 0;
	padding-right: 0.5em;
	float: left;
}

#sidebar ol li img {
	width: 1.2em;
}

#sidebar ol li .material-icons.sidebar-menu-active,
#sidebar ol li .lni.sidebar-menu-active {
	float: right;
	border: none;
	margin-right: 0;
}

#sidebar ol li.active-menuitem {
	background-color: #e3f1ff;
	color: #555;
}

#sidebar ol li .additional-parent-option {
	z-index: 111;
	padding: 0 0.5em;
}

#sidebar ol li .additional-parent-option .material-icons,
#sidebar ol li .additional-parent-option .lni {
	color: #999;
	float: none;
	font-size: 1.05em;
	line-height: 2.75em;
	margin: 0;
	border: none;
	padding: 0;
}

#sidebar ol li a {
	color: inherit;
	display: block;
	font-size: 1.15em;
	padding: 0.5em 0.75em;
}

#sidebar ol li .micons {
	border-right: 1px solid #f0f0f0;
	font-size: 1.05em;
	margin: 0.25em 0.4em 0 0;
	padding-right: 0.4em;
}

#sidebar ol li .menu-item-tab {
	margin: -2px 6px 6px 6px;
}

#sidebar ol li .menu-item-tab a {
	display: inline-block !important;
	padding: 0 0.5em !important;
}

#sidebar ol li ol.child {
	padding: 0.75em 0;
	border-radius: 8px;
	margin-top: -0.5em;
	min-width: 14em;
	max-height: 100%;
}

ol.parent li:hover > ol,
ol.child li:hover ol {
	display: block;
	z-index: 1111111111111111111111;
}

ol.child {
	background: white;
	display: none;
	position: absolute;
	top: 0;
	left: 18em;
	width: 165px;
	width: -moz-max-content;
	width: max-content;
	z-index: 11111111111111111111111111111111;
	border-radius: 1em;
	box-shadow: 0px 1px 3px #00000015;
}

#sidebar ol li ol.child-2 {
	top: 0 !important;
	overflow-y: auto;
	min-height: 100% !important;
}

#sidebar li:hover {
	background: #f5f9fa;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

#sidebar-menu-controller {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -1.25em;
	bottom: 0;
	width: 1.25em;
}

#sticky-block-controller {
	background: white;
	border: 1px solid #efefef;
	color: #999;
	cursor: pointer;
	position: fixed;
	top: 5em;
	right: 0;
	line-height: 0;
	padding: 0.2em 0.15em;
	z-index: 11111;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}

#sidebar-menu-controller i.lni {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 1.25em;
	height: 6em;
	margin-top: -3em;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	background: rgba(34, 34, 34, 0.09);
	transition: 0.25s linear 0.15s;
}

#sidebar-menu-controller i.lni:before {
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top: -0.5em;
}

#sidebar-menu-controller:hover i.lni {
	opacity: 1;
	top: 0;
	height: 100%;
	margin: 0;
	border-radius: 0;
}

#sidebar-app-erp-logo {
	text-align: center;
	position: fixed;
	bottom: 1.5%;
	width: 18em;
}

#sidebar-app-erp-logo img {
	display: none;
	width: 85%;
}

/* Container */

#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

/* Content */

#content {
	background: white;
	padding: 0 1.75em;
	margin: 0 0 0 18em;
	position: relative;
	min-height: 250px;
	z-index: 1;
}

.page--minimized #header-logo,
.page--minimized #sidebar {
	min-width: 5em;
	width: 5em;
}

.page--minimized #sidebar {
	background: none;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

.page--minimized #sidebar ol li a.fa {
	text-align: center !important;
}

.page--minimized #sidebar ol li {
	border: none;
}

.page--minimized #sidebar ol li .material-icons,
.page--minimized #sidebar ol li .lni,
.page--minimized #sidebar ol li img {
	border: none !important;
	float: none !important;
	font-weight: bold !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.page--minimized #sidebar ol li:hover .material-icons,
.page--minimized #sidebar ol li:hover .lni {
	color: #0d0d46;
}

.page--minimized #sidebar .menu-item-label,
.page--minimized #sidebar .additional-parent-option {
	display: none;
}

.page--minimized #content {
	margin-left: 5em;
}

#content::after {
	content: "";
	clear: both;
	display: block;
}

#content > .pg-title,
#content > .pg-subtitle {
	background: white;
	border-bottom: 1px solid #f5f7f9;
	clear: both;
	padding: 1.25em 0;
	margin: 0;
}

#content > .pg-title.pos-fxd {
	margin-left: -0.75em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border-radius: 6px;
	box-shadow: rgb(0 0 0 / 4%) -1px 2px 4px !important;
}

#content > .pg-title > .pg-additional-info-wrapper {
	right: 0.5em;
	text-align: right;
}

#content_inner {
	padding: 0.75em 2.5em;
}

.pg-title {
	padding: 0.75em 0;
	margin-bottom: 0.75em;
}

.pg-title h1 {
	color: #333;
	font-size: 1.25em;
}

.pg-title .ext-link {
	border: 1px solid #e3e5ee;
	border-radius: 3px;
	color: #b9bed2;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0 0.5em;
	padding: 0 0.25em;
	font-weight: 400;
}

.pg_subtitle {
	display: inline !important;
	font-weight: 300;
}

.pg_subtitle .label {
	margin: 0 0 0 0.5em;
	font-size: 0.8em;
	border-radius: 1.5em;
	letter-spacing: 0.5px;
}

.pg-additional-info-wrapper {
	color: #999;
	top: 1.25em;
	z-index: 111;
}

.pg-additional-info-wrapper .pg-additional-info {
	/*border: 1px solid #ebeff1c2;*/
	margin: 0 0.25em 0 0;
	border-radius: 4px;
	display: inline-flex;
	display: -webkit-inline-box;
}

.pg-additional-info-wrapper select,
.pg-additional-info-wrapper input,
.pg-additional-info-wrapper .pg-additional-info > a {
	background: white;
	border: 1px solid #d7e3ecc2 !important;
	color: #a9a9a9;
	display: inline-table;
	padding: 0.025em 0.25em !important;
	font-weight: 300;
	font-size: 1.15em;
	border-radius: 3px;
}

.pg-additional-info-wrapper select {
	text-indent: 0 !important;
	max-width: 6em;
	font-size: 1.2em !important;
}

.pg-additional-info-wrapper input {
	padding: 0.2em 0;
	width: 75px;
}

.pg-additional-info-wrapper span.data-content,
.pg-additional-info-wrapper span.select2-container,
.pg-additional-info-wrapper span.select2-container .selection {
	display: block !important;
	height: 25px !important;
	width: 100% !important;
}

.pg-additional-info-wrapper .select2-selection {
	background: white !important;
	border: 1px solid #f4f7f9c2 !important;
	border-bottom: 1px solid #e5ebf3ab !important;
	min-height: 25px !important;
	height: 25px !important;
	font-size: 1.2em;
}

.pg-additional-info-wrapper .select2-selection__rendered {
	color: #999 !important;
	line-height: 25px !important;
}

.pg-additional-info-wrapper .pg-additional-info > a {
	padding: 0 0.5em;
}

.pg-additional-info-wrapper .pg-additional-info > a:hover {
	background: #fafbfc;
}

.pg-additional-info-wrapper .form-row {
	font-size: inherit;
	padding: 0;
}

.pg-additional-info-wrapper i {
	color: #adadad;
	vertical-align: middle;
}

.pg-additional-info-wrapper ol.single-operation-list li a {
	font-size: 13px;
	font-weight: 300;
}

.pg-additional-info-wrapper ol.single-operation-list li ol.child li a {
	display: block;
}

.pg-additional-info-wrapper ol.single-operation-list li ol.child li a:hover {
	border: none;
	background: none;
	color: initial;
}

.pg-additional-info-wrapper button:hover,
.pg-additional-info-wrapper ol.single-operation-list li a:hover {
	color: #666;
}

.pg-additional-info-wrapper .pg-additional-info #print {
	background: #4184f3;
	border: 0 !important;
	color: white;
	padding: 0.1em 0.75em;
}

.pg-additional-info-wrapper .pg-additional-info .txtlabel {
	display: none;
}

.pg-additional-info-wrapper .pg-additional-info .singleop_button {
	border: none !important;
	padding: 0.2em 0.4em !important;
}

.pg-additional-info.next-previous {
	border: none !important;
	padding: 0 !important;
}

span.resultscount {
	margin: 0 0.5em;
	padding: 0.1em 0.6em;
}

a.listgrid_handler_icon_wrapper i {
	font-size: 1.25em;
	padding: 0 0 0 0.5em;
}

/* Footer */

#footer_menu {
	padding: 0.5em 0;
}

#footer_menu li {
	display: inline;
}

#footer_menu li a {
	color: #a5b3c7;
	padding: 0 0.2em;
	font-size: 1.05em;
}

#footer_menu li a:hover {
	color: #8a9ab1;
}

/* Dock something over title, fixed */

.dock-in-heading {
	background: white;
	position: fixed;
	top: 4.5em;
	padding: 0.2em 0;
	width: 100%;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01);
	z-index: 1111111111111111111111111 !important;
}

.dock-in-heading .form-group {
	margin: 0 !important;
}

/* Dock something at bottom, fixed */

.dock-at-bottom {
	background: white;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 0.2em 0;
	width: 100%;
	z-index: 11111111111111;
	text-align: center;
	box-shadow: rgb(0 0 0 / 5%) -1px 0px 2px;
}

.dock-in-heading .form-group {
	margin: 0 !important;
}

#content .form-group {
	clear: both;
	margin-bottom: 0.5em;
}

#content [data-class="form-group"],
.delivery_div_wrapper [data-class="form-group"] {
	/*border: 1px solid #f1f3f6;
    border-radius: 12px;
	margin: 0.75% 0;
    padding: 0.75% 1.5%;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.04);*/
}

.group-label {
	background: #fafbfc;
	border-top: 1px solid #eff3f6;
	color: #5589c1;
	padding: 0.5em 0.75em;
	margin: 0.5em -0.75em;
	border-radius: 6px;
	font-weight: bold;
	letter-spacing: 1px;
}

.form-row {
	padding: 0.25% 0;
	font-size: 1.15em;
}

.form-row:after {
	content: "";
	clear: both;
	display: block;
	float: none;
}

.form-row span {
	display: inline;
}

.block-label {
	padding: 0.25em 0;
}

.form-row label:not(.radio-data):not(.checkbox-data) .data-label {
	color: #333;
	display: inline-block;
	padding: 0 0.75em 0 0;
	text-align: right;
	font-size: 0.9em;
	width: 8em;
}

.remark-label {
	font-size: 0.85em !important;
	width: initial !important;
}

.jqdate-advanced-range {
	color: black !important;
	text-align: left !important;
	min-width: 275px;
	padding: 0.25em 0 0.25em 0 !important;
	font-size: 1.05em !important;
	width: 25% !important;
}

/* Styling Checkbox and Radio */

label.radio-data,
label.checkbox-data {
	background: #fbfcfd;
	border: 1px solid #f3f3f3;
	cursor: pointer;
	padding: 0.2em 0.25em 0.25em 1.25em;
	position: relative;
	margin: 0 -3px 0 0;
	border-radius: 4px;
	z-index: 2;
	font-size: 12px;
}

label.radio-data input[type="radio"],
label.checkbox-data input[type="checkbox"] {
	position: absolute;
	z-index: -1;
}

span.cb_rb {
	color: #dee5f1;
	position: absolute;
	left: 0.25em;
	top: 0.375em;
	line-height: initial;
	font-size: 1.15em !important;
}

span.cb_rb input[type="radio"],
span.cb_rb input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	margin: 0;
	position: absolute;
}

span.cb_rb .material-icons {
	font-size: inherit !important;
}

span.cb_rb .material-icons-selected {
	color: #ff8300;
}

label.checked {
	color: #ff3d00 !important;
}

/*form label.radio-data,
form label.checkbox-data {
	background: #fafbfc;
	border: 1px solid #e8ebef;
	margin: 0 0.4em 0 0;
	padding: 0.05em 0.5em 0.1em 1.5em;
}*/

form label.radio-data span.cb_rb,
form label.checkbox-data span.cb_rb {
	left: 0.3em;
	font-size: 1em !important;
}

form .checkbox-data.checked,
form .radio-data.checked {
	background: #52d409;
	background: linear-gradient(93deg, #39e375, #52d409) !important;
	border: 1px solid #86ccac;
	color: white !important;
	box-shadow: 0px 2px 4px #00000026;
}

form label.checked span.cb_rb .material-icons-selected {
	color: white !important;
}

label.textarea-data span {
	vertical-align: top;
}

.data-label-in-block .data-label {
	display: block !important;
	margin: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

div#submission {
	margin-top: 0.75em;
}

div#submission.fixed-at-bottom {
	background: white;
	border-top: 1px solid #eaeaea;
	position: fixed;
	bottom: 0;
	width: 101%;
	left: 0;
	padding: 0.75em 0;
	margin: 0;
	text-align: center;
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.015);
	z-index: 111111111111111111111111111111111111 !important;
}

div#submission.fixed-at-bottom #submit {
	display: inline-block !important;
	margin-right: 2.5%;
}

.form_alertmessage {
	background: white;
	border: none;
	box-shadow: none;
	padding: 0;
	font-size: 0.9em;
}

.form-row.add-row-wrapper {
	text-align: right;
	position: absolute;
	margin-top: -2.25em;
	right: 0;
}

.op-update .hide-on-update {
	display: none !important;
}

/*
 * Form tabs for east navigation to specific sections
 *
 **/

#formlabel-tab-wrapper {
	background: white;
	padding: 0.5em 0;
	z-index: 11111;
}

#formlabel-tab-wrapper li {
	background: #f8f8f96e;
	border: 1px solid #e5e9ee;
	color: #8f98cc;
	display: inline-block;
	position: relative;
	padding: 0.2em 0.6em;
	margin: 0 0.4em 0 0;
	text-transform: uppercase;
	border-radius: 4px;
}

#formlabel-tab-wrapper li:hover,
#formlabel-tab-wrapper li.selectedtrue {
	background: #b3b3d2;
	border: 1px solid #5682a4 !important;
	color: #ffffff;
	box-shadow: 0px 1.5px 3px rgb(0 0 0 / 5%);
	background-image: linear-gradient(#006cff, #2c9bd1);
}

#formlabel-tab-wrapper li .formlabel-dd {
	display: none;
}

#formlabel-tab-wrapper li.selectedtrue .formlabel-dd {
	display: block;
}

#formlabel-tab-wrapper li .formlabel-dd {
	color: #f8f8f9;
	position: absolute;
	left: 40%;
	bottom: -0.55em;
	text-shadow: 0px 1px 1px #ced0de;
	font-size: 2.5em;
}

.form_group {
	margin: 0 0 1.5em 0;
}

/* Form table */

.form-table-row {
	margin: 0 0 0.75% 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
}

.form-table-entry-block {
	border: none !important;
	border-radius: 0;
	border-right: 1px solid #dae8f4 !important;
	margin: 0 -1px 0 0;
	padding: 0.5em 0 !important;
	text-align: left !important;
}

.form-table-row-head {
	background: #e3f1fd;
}

.form-table-row-head .form-table-entry-block {
	color: black !important;
	font-weight: bold;
	text-indent: 0.75em;
	font-size: 1em !important;
}

.form-table-wrapper #add-row {
	padding: 0.5% 0 !important;
	width: 100%;
}

html {
	height: 100%;
}

body.pg-login,
body.pg-signup,
body.pg-support {
	background: white;
}

div.login-theme {
	padding: 0 !important;
	position: relative;
	height: 100%;
}

div.login-theme .lw {
	width: 100% !important;
}

div.login-theme #header {
	background: none;
	position: relative;
	height: initial;
	box-shadow: none;
}

div.login-theme #header-logo {
	line-height: 1.5em;
	width: 100% !important;
}

div.login-theme #client-title {
	font-weight: 500;
	font-size: 1.75em;
	line-height: 1.25em;
}

div.login-theme #content {
	box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
	border-radius: 1.5em;
	padding: 4% 6%;
	margin: 0 !important;
}

div.login-theme #content .pg-title {
	padding: 0 !important;
}

div.login-theme #content .pg-title h1 {
	display: none;
}

div.login-theme #content .form-group {
	margin-bottom: 0 !important;
}

div.login-theme .form-row label .data-label {
	color: #999;
	text-align: left !important;
	text-transform: uppercase !important;
	padding: 0.5em 0 0.2em !important;
	width: 100% !important;
}

div.login-theme #password_input_div #view_password {
	border: none;
	color: #959595;
	cursor: pointer;
	position: absolute;
	right: 0.5em;
	top: 0;
}

div.login-theme input[type="text"],
div.login-theme textarea,
div.login-theme input[type="password"],
div.login-theme input[type="number"],
div.login-theme select {
	font-weight: 500;
	letter-spacing: 0.5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

div.login-theme label.checkbox-data {
	background: none !important;
	border: none;
	box-shadow: none;
	display: block;
	margin: 0;
	text-align: left;
	padding: 0.6em 0 0.6em 2.5em !important;
	width: 94%;
}

div.login-theme label.checkbox-data span.cb_rb {
	left: 0 !important;
}

div.login-theme label.checkbox-data span.cb_rb .material-icons {
	font-size: 2em !important;
}

div.login-theme label.checkbox-data span.cb_rb .material-icons-selected {
	color: orange !important;
}

div.login-theme div#submission {
	margin: 0;
	width: 100%;
}

.in-modal-popup #typed-otp {
	max-width: 96% !important;
	width: 96% !important;
}

div.login-theme button {
	padding: 0.6em 0;
	font-size: 1.1em;
	border-radius: 8px;
}

div.login-theme #footer {
	padding: 1em 0;
	width: initial;
}

div.login-theme #footer ol li {
	display: inline;
	margin: 0 0.25em;
}

div.login-theme #footer ol li.a_link,
div.login-theme #footer ol li a {
	color: white;
}

div.login-theme #footer-inner img {
	padding: 0.25em 0;
	width: 12em;
}

/* Dots */

div.login-theme .dots {
	display: none;
	background: url("../imgs/dots.png");
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 11111111111111111;
}

div.login-theme #dot-1 {
	background-position: 350px 250px;
}

div.login-theme #dot-2 {
	background-position: 100px 50px;
}

/* Modal Block */

.pg-signup #delivr_wrapper_inner {
	top: 0;
}

.pg-login #delivr_wrapper_inner,
.pg-support #delivr_wrapper_inner,
.pg-installer #delivr_wrapper_inner {
	top: initial;
	bottom: -0.25em;
	margin: 0 auto !important;
	z-index: 11111111111111111111111111111111;
}

/* Remove alert background and styling */

.pg-login #delivr_wrapper_inner .alert,
.pg-support #delivr_wrapper_inner .alert {
	background: white !important;
	border: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

/* Select2 styling in login page */

div.login-theme .select2-container--default .select2-selection--single,
div.login-theme .select2-container--default .select2-selection--multiple {
	min-height: 40px !important;
}

div.login-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}

div.login-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
	width: 32px !important;
}

/**
 * For Mobile Screen
 */

.mobile-browser #page-inner {
	padding: 0 !important;
}

.mobile-browser .page-inner-part {
	float: none !important;
	width: 100% !important;
}

/**
 * Media Queries
 *
 */

/* For Screen Width Below 1200px */

@media screen and (max-width: 1200px) {
}

/* For Screen Width Below 960px */

@media screen and (max-width: 960px) {
}

/* For Screen Width Below 720px */

@media screen and (max-width: 720px) {
	div.login-theme #password_input_div #view_password {
		border: 1px solid #dee3e9;
		position: relative;
		right: initial;
		top: initial;
	}

	body:not(.is_portal-true) div.login-theme .form-row .checkbox-data,
	body:not(.is_portal-true) div.login-theme .form-row .radio-data {
		padding-left: 12% !important;
		width: 88% !important;
	}

	body:not(.is_portal-true) div.login-theme .form-row .checkbox-data span.cb_rb,
	body:not(.is_portal-true) div.login-theme .form-row .radio-data span.cb_rb {
		top: 0 !important;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 420px) {
	.mobile-browser div.login-theme #header {
		padding-top: 7.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 480px) {
	.mobile-browser div.login-theme #header {
		padding-top: 12.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 540px) {
	.mobile-browser div.login-theme #header {
		padding-top: 17.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 600px) {
	.mobile-browser div.login-theme #header {
		padding-top: 20%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 680px) {
	.mobile-browser div.login-theme #header {
		padding-top: 27.5%;
	}
}

/**
 * Media Queries
 *
 */

/* For Screen Width Below 1200px */

/* For Screen Width Below 960px */

@media screen and (max-width: 960px) {
	body:not(.is_portal-true) {
		font-size: 11.75px;
	}

	body:not(.is_portal-true) #page {
		padding-top: 0 !important;
	}

	body:not(.is_portal-true) div#header {
		position: relative !important;
	}

	body:not(.is_portal-true) #content > .pg-title.pos-fxd {
		top: 0 !important;
	}

	#header-options {
		/* Remove margin from right side */
		margin: 0 !important;
	}

	div.login-theme #page-inner-left {
		display: none !important;
	}
}

/* For Screen Width Below 840px */

@media screen and (max-width: 840px) {
	body:not(.is_portal-true) {
		font-size: 11.5px;
	}

	.metro-v2.card-view {
		margin: 2.5% 0 !important;
	}

	.metro-v2 div.metro-block {
		/* 2 metro blocks in place of 3 on homepage */
		margin: 1% !important;
		width: 48% !important;
	}

	#header-logo,
	#sidebar {
		min-width: initial;
		width: 14em;
	}

	#sidebar ol li .additional-parent-option {
		display: none;
	}

	#content {
		margin-left: 14em;
	}
}

/* For Screen Width Below 720px */

@media screen and (max-width: 720px) {
	body:not(.is_portal-true) {
		font-size: 11.25px;
	}

	/* v4 styling */

	/* Top header blocks for small screen sizes */

	body:not(.is_portal-true) .header-blocks {
		display: inline-block;
		position: relative !important;
		width: initial !important;
	}

	/* Screen logo */

	body:not(.is_portal-true) #header-logo {
		padding: 0 0.75em;
	}

	/* Top searchbar */

	body:not(.is_portal-true) #header #top-searchbar {
		display: none;
		position: absolute !important;
		left: 0;
	}

	/* Top searchbar form row */

	body:not(.is_portal-true) #header #top-searchbar .form-row {
		border-radius: 0 !important;
	}

	/* Add padding to bottom of content */

	body:not(.is_portal-true) #content {
		/*padding-bottom: 15em!important;*/
	}

	/* Metro block content to the center */

	body:not(.is_portal-true) .metro-v2 div.metro-block {
		text-align: center !important;
	}

	/* Metro block heading */

	body:not(.is_portal-true) .metro-v2 .metro-block-head H2 {
		color: white;
		font-size: 1em !important;
		padding-top: 0.5em !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	/* Metro block heading small text - hide it */

	body:not(.is_portal-true) .metro-v2 .metro-block-head small {
		display: none;
	}

	/* Convert position absolute to relative */

	body:not(.is_portal-true) .metro-v2 .metro-block-content .pos-abs {
		position: relative !important;
		top: initial !important;
	}

	/* Convert position absolute to relative so that it will come to center */

	body:not(.is_portal-true) .report-metainfo {
		position: relative !important;
		top: initial !important;
		left: initial !important;
		right: initial !important;
	}

	body:not(.is_portal-true) .report-title {
		width: 100% !important;
	}

	body:not(.is_portal-true) .table-wrapper-div {
		overflow-x: scroll;
		width: 100%;
	}

	/* Uploaded Docs */

	body:not(.is_portal-true) .upload-docs-media {
		border: 1px solid #7993a5c2 !important;
		border-radius: 6px;
		overflow: hidden;
		margin: 1.5% !important;
		width: 46% !important;
	}

	body:not(.is_portal-true) .upload-docs-media button {
		border: none !important;
		border-radius: 0 !important;
	}

	/* Add/Remove Report Columns */

	body:not(.is_portal-true) div#delivr_wrapper_inner div.sticky-block .select-list-view li {
		width: 49% !important;
	}

	/* Documents Media Screen */

	body:not(.is_portal-true) .module-document {
		background: none !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	body:not(.is_portal-true) button {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body:not(.is_portal-true) div#title-img {
		max-width: 75px;
	}

	body:not(.is_portal-true) div#title-img img {
		/*margin-top: 0!important;*/
	}

	body:not(.is_portal-true) div#top-searchbar {
		max-width: 100% !important;
		width: 100% !important;
	}

	body:not(.is_portal-true) div#top-searchbar input[type="text"] {
		margin: 0 !important;
		padding-top: 1.1em !important;
		padding-bottom: 1.1em !important;
		border-radius: 0 !important;
		width: 100% !important;
	}

	body:not(.is_portal-true) input,
	body:not(.is_portal-true) textarea,
	body:not(.is_portal-true) select,
	body:not(.is_portal-true) checkbox,
	body:not(.is_portal-true) textarea,
	body:not(.is_portal-true) button,
	body:not(.is_portal-true) .jqdate-advanced-range,
	body:not(.is_portal-true) .select2-container--default .select2-selection--single,
	body:not(.is_portal-true) .select2-container--default .select2-selection--multiple {
		border: 1px solid #7993a5c2;
	}

	body:not(.is_portal-true) .select2-search__field {
		border: none !important;
	}

	body:not(.is_portal-true) #header-menu,
	body:not(.is_portal-true) #header-options {
		display: block !important;
	}

	body:not(.is_portal-true) #header-options {
		position: absolute;
		top: 0;
		right: 0;
		width: 75%;
	}

	body:not(.is_portal-true) #sidebar-menu-controller,
	body:not(.is_portal-true) #offers {
		display: none !important;
	}

	body:not(.is_portal-true) .form-row {
		margin: 0 auto;
		width: 100% !important;
	}

	body:not(.is_portal-true) .form-row .select2-container {
		margin: 0 !important;
	}

	body:not(.is_portal-true) .form-row label:not(.radio-data):not(.checkbox-data) .data-label {
		display: block !important;
		padding: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}

	body:not(.is_portal-true) .form-row input,
	body:not(.is_portal-true) .form-row textarea,
	body:not(.is_portal-true) .form-row select,
	body:not(.is_portal-true) .form-row textarea,
	body:not(.is_portal-true) .form-row .jqdate-advanced-range,
	body:not(.is_portal-true) .form-row .checkbox-data,
	body:not(.is_portal-true) .form-row .radio-data,
	body:not(.is_portal-true) .form-row .singleop_button {
		display: block;
		margin: 0.75% 0 0 0 !important;
		padding: 1.5% 1.75% !important;
		width: 97% !important;
	}

	body:not(.is_portal-true) .form-row .checkbox-data,
	body:not(.is_portal-true) .form-row .radio-data {
		padding-left: 3.5% !important;
		width: 95% !important;
	}

	body:not(.is_portal-true) .form-row .checkbox-data span.cb_rb,
	body:not(.is_portal-true) .form-row .radio-data span.cb_rb {
		display: none !important;
	}

	body:not(.is_portal-true) .pg-additional-info-wrapper .pg-additional-info .txtlabel,
	body:not(.is_portal-true) .resultscount,
	body:not(.is_portal-true) .listgrid_handler_icon_wrapper,
	body:not(.is_portal-true) .span.resultscount {
		display: none;
	}

	body:not(.is_portal-true) .pg-title {
		padding: 0.75em 0.75em;
		margin: 0 -0.75em;
	}

	body:not(.is_portal-true) .pg-title h1 {
		font-size: 1.1em !important;
	}

	body:not(.is_portal-true) .pg-additional-info-wrapper {
		/*position: relative;
		top: initial!important;
		right: initial!important;*/
	}

	body:not(.is_portal-true) .pg-additional-info-wrapper.hideoptions .pg-additional-info {
		display: none;
	}

	body:not(.is_portal-true) div#submission.fixed-at-bottom {
		position: relative !important;
		bottom: initial !important;
	}

	body:not(.is_portal-true) div#submission #submit {
		margin: 0 auto;
		width: 92%;
	}

	body:not(.is_portal-true) div#submission .form-row {
		border: none !important;
		box-shadow: none !important;
	}

	body:not(.is_portal-true) #delivr .pg-title:first-child {
		margin: 0 -1em 0.75em;
	}

	body:not(.is_portal-true) .delivery_div_wrapper_inner {
		right: initial !important;
		margin: 0 !important;
		max-width: 95% !important;
		width: 95% !important;
		padding: 10% 2.5% 0 !important;
		border-radius: 0 !important;
	}

	body:not(.is_portal-true) .select-list-view ol.single-operation-list ol.child li {
		width: 100% !important;
	}

	body:not(.is_portal-true) .select-list-view ol li .list-pic {
		display: none !important;
	}

	body:not(.is_portal-true) .select-list-view ol li .content.pos-abs,
	body:not(.is_portal-true) .select-list-view ol li .content.float-right {
		position: relative;
		top: initial !important;
		left: initial !important;
		right: initial !important;
		float: none !important;
	}

	/* attendance only */

	body:not(.is_portal-true) .attendance-meta-blocks-wrapper-inner {
		float: none !important;
	}

	body:not(.is_portal-true) #fee-short-history .bulkselect-studentfee-entries {
		display: none !important;
	}

	body:not(.is_portal-true) #fee-short-history ol.single-operation-list li {
		margin: 0 !important;
		padding: 0 !important;
		font-size: inherit !important;
	}

	body:not(.is_portal-true) #fee-short-history ol.single-operation-list li a {
		padding: 0 !important;
	}

	body:not(.is_portal-true) #mobile-search {
		display: block !important;
	}

	body:not(.is_portal-true) .mobile-clear-float {
		clear: both !important;
		float: none !important;
	}

	/* Hide all table rowitem */

	.list_in_table .table-rowitem {
		display: none !important;
	}

	.list_in_table [data-key="sno"],
	.list_in_table [data-key="image"],
	.list_in_table [data-key="name"],
	.list_in_table [data-key="byline"],
	.list_in_table [data-key="options"] {
		display: inline-block !important;
	}
}

/* For Screen Width Below 560px */

@media screen and (max-width: 560px) {
	#v2-profile-header-img {
		min-height: 175px;
		height: 175px;
	}

	#v2-profile-pic img {
		height: 100px;
		min-height: 100px;
		width: 100px;
		min-width: 100px;
	}

	#v2-profile-left {
		margin: -25% auto 5%;
	}

	.v2-profile-section {
		float: none;
		padding: 0;
		width: 100%;
	}

	#v2-profile-basic-detail {
		display: none;
	}

	/* Top Report New Format Display in Mobile Devices */

	body:not(.is_portal-true) #delivr #sidebar {
		display: block !important;
		width: 100%;
	}

	body:not(.is_portal-true) #delivr #sidebar ol li a {
		font-size: 1.15em;
		padding: 0.25em 0.5em;
	}

	body:not(.is_portal-true) #delivr #sidebar .menu-item {
		width: 35%;
	}

	body:not(.is_portal-true) #delivr #sidebar ol li ol.child {
		padding: 0;
		left: 35%;
		width: calc(100% - 35%);
	}

	body:not(.is_portal-true) #delivr #sidebar ol li ol.child li {
		border: 0;
		border-bottom: 1px solid #f1f3f5;
		margin: 0;
		width: 100%;
		border-radius: 0px;
	}

	body:not(.is_portal-true) .delivery_div_wrapper #delivery_div_options {
		text-align: center;
		top: 1.25%;
		left: 3%;
		right: initial;
		width: 94%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 420px) {
	.mobile-browser div.login-theme #header {
		padding-top: 7.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 480px) {
	.mobile-browser div.login-theme #header {
		padding-top: 12.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 540px) {
	.mobile-browser div.login-theme #header {
		padding-top: 17.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 600px) {
	.mobile-browser div.login-theme #header {
		padding-top: 22.5%;
	}
}

/* For Screen Height Above  */

@media screen and (min-height: 680px) {
	.mobile-browser div.login-theme #header {
		padding-top: 27.5%;
	}

	/* Setting form-row to full width */

	.mobile-browser .form-row,
	.mobile-browser .form-row select,
	.mobile-browser .form-row input,
	.mobile-browser .form-row textarea {
		display: block;
		width: 100% !important;
	}
}

@media print {
	body {
		background: white !important;
	}

	a {
		text-decoration: none !important;
	}

	#page,
	div#brand-header-info {
		padding: 0 !important;
		margin: 0 !important;
	}

	div#header,
	div#sidebar,
	#content > .pg-title:first-of-type,
	.hide-on-print,
	.cb_rb {
		display: none !important;
	}

	div#pg-title,
	div#content {
		margin: 0 !important;
	}

	#footer-options,
	input[type="button"],
	button,
	#sticky-block-controller {
		display: none;
	}

	table {
		border-collapse: collapse;
	}

	table th,
	table td {
		/* border: 1px solid black!important; */
	}

	.pg-break {
		page-break-after: always;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !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;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/*--------------------------------------------------------------
Sticky Block Styling
--------------------------------------------------------------*/

/* Sticky Block, positioned fixed */

div#sticky-block_wrapper_inner,
div.sticky-block_wrapper_inner {
	background: white !important;
	border: 1px solid #f1f3f5 !important;
	left: initial !important;
	z-index: 111111 !important;
	margin: 5em 0 0 0 !important;
	max-height: 100% !important;
	height: calc(100% - 5em) !important;
	min-width: 100px !important;
	width: 20em !important;
	position: fixed !important;
	top: 0!important !important;
	right: 0 !important;
	padding: 0 1.25em !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06) !important;
}

div#sticky-block .ajax-result-container,
div#sticky-block_wrapper_inner .ajax-result-container {
	width: 100%;
	padding: 0 !important;
}

div#sticky-block_wrapper_inner #delivery_div_options {
	display: none;
}

div#sticky-block_wrapper_inner #sticky-block .select-list-view,
div.sticky-block_wrapper_inner #sticky-block .select-list-view {
	overflow-x: hidden;
	overflow-y: auto;
}

div#sticky-block_wrapper_inner #sticky-block > .pg-title {
	background: white !important;
	border-bottom: 1px solid #f5f7f9;
	padding: 1.25em 0 !important;
	margin: 0 !important;
}

div#sticky-block_wrapper_inner #sticky-block .pg-additional-info-wrapper {
	display: block !important;
	top: 1.25em !important;
}

div#sticky-block_wrapper_inner #sticky-block .pg-additional-info {
	border: 0 !important;
}

div#sticky-block_wrapper_inner span.cb_rb,
div.sticky-block_wrapper_inner span.cb_rb {
	left: 0.2em;
	top: 0.4em;
}

div#sticky-block th,
div#sticky-block td,
div.sticky-block table th,
div.sticky-block table td {
	background: none;
	border: 1px solid #ebecf1;
}

div#sticky-block .select-list-view li,
div.sticky-block .select-list-view li {
	line-height: 1.75em;
}

div#sticky-block .select-list-view-checkbox li label,
div.sticky-block .select-list-view-checkbox li label {
	margin-left: 1.25em;
}

div#sticky-block .select-list-view ol li .content,
div.sticky-block .select-list-view ol li .content {
	margin: 0 !important;
}

div#sticky-block .select-list-view ol li .content span,
div.sticky-block .select-list-view ol li .content span {
	float: none !important;
}

/*--------------------------------------------------------------
Dashboard Design
---------------------------------------------------------------*/

div.metro-block {
	background: white;
	border: 1px solid white;
	display: inline-table;
	position: relative;
	border-radius: 16px;
	margin: 0.75%;
	width: 23.5%;
	padding: 0.75% 1.5%;
	box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

div.metro-block * {
	color: #999;
}

div.metro-block .metro-block-icon {
	padding-top: 1em;
}

div.metro-block .metro-block-icon img {
	margin: 0 auto;
}

div.metro-block .metro-block-icon i {
	background: #9ec9fe1f;
	color: #3a70a7;
	padding: 0.4em 0.5em;
	border-radius: 8px;
	font-size: 2.5em;
}

div.metro-block-head H2 {
	color: #5485c2;
	border-bottom: 1px solid #f5f7f9;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 3.5em;
}

div.metro-block-content {
	padding: 0.5em 0;
}

div.metro-block:hover {
	border: 1px solid #e6ebf1;
	transition: 0.3s;
	box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.025);
}

div.metro-block:hover h2 {
	color: #999;
}

div.metro-block .ext-link {
	background: #fafafd;
	position: absolute;
	padding: 0.25em 0.5em;
	top: -1px;
	right: -1px;
	border-radius: 3px;
}

div.metro-block .ext-link:hover {
	background: #f6f8ff;
	color: #333;
}

div.metro-block button.bor-rad-none {
	padding: 0 !important;
}

.metro-v2 div.metro-block {
	background-image: linear-gradient(-45deg, #ffc800 0%, #ef00ff 100%);
	border: none !important;
	text-align: left !important;
	margin: 0.5em 0.75% 0 0;
	width: 26.25%;
	position: relative;
	box-shadow: 0 4px 8px 0px rgb(0 0 0 / 10%);
}

.metro-v2 div.metro-block-inner {
	margin: 0 auto;
	width: 85%;
}

.metro-v2 div#metro-block-0 {
	background-image: linear-gradient(-45deg, #ffbc00 0%, #ff0000 100%);
}

.metro-v2 div#metro-block-1,
.metro-v2 div#metro-block-5,
.metro-v2 div#metro-block-9 {
	background-image: linear-gradient(-45deg, #a08500 0%, #00ff08 100%);
}

.metro-v2 div#metro-block-2,
.metro-v2 div#metro-block-12 {
	background-image: linear-gradient(-45deg, #ea66af 0%, #ff5e00 100%);
}

.metro-v2 div#metro-block-8 {
	background-image: linear-gradient(-45deg, #9c3131 0%, #ff00bc 100%);
}

.metro-v2 div#metro-block-4,
.metro-v2 div#metro-block-10 {
	background-image: linear-gradient(-45deg, #00a5d8 0%, #0480ff 100%);
}

.metro-v2 div#metro-block-2,
.metro-v2 div#metro-block-7 {
	background-image: linear-gradient(-45deg, #1dea49 0%, #12a7e0 100%);
}

.metro-v2 div#metro-block-6 {
	background-image: linear-gradient(-45deg, #34063c 0%, #9b11a5 100%);
}

.metro-v2 div.metro-block * {
	color: white !important;
}

.metro-v2 .metro-block-icon {
	position: absolute;
	right: 0;
	opacity: 0.2;
}

.metro-v2 .metro-block-icon i {
	font-size: 12.5em;
}

.metro-v2 .metro-block-head H2 {
	border: none !important;
	color: rgba(255, 255, 255, 0.75) !important;
	font-weight: 300;
	padding: 1.5em 0 0;
	font-size: 1.15em !important;
}

.metro-v2 .metro-block-content {
	padding: 0 0 1.75em 0;
	position: relative;
}

.metro-v2 .metro-block-content .num {
	font-size: 2.5em;
}

.metro-v2 .metro-block-content .pos-abs {
	top: 1em;
}

.metro-v2 .metro-block-content a {
	background: rgba(0, 0, 0, 0.05);
	padding: 0.15em 0.75em;
	margin: 0 0 0 0.25em;
	border-radius: 3px;
}

.metro-v2 .metro-block-content a:hover {
	background: rgba(0, 0, 0, 0.2);
}

div.pg-index #sidebar {
	display: none;
}

/*--------------------------------------------------------------
Upload
--------------------------------------------------------------*/

#upload-fake-container {
	background: #fafbfc url("https://cyberpassion.com/cdn/cyberpassion/imgs/icons/icons8-upload-to-the-cloud-240.png") center center no-repeat;
	border: 1px dashed #ebeef3;
	cursor: pointer;
	height: 250px;
	width: 100%;
	border-radius: 4px;
}

#upload-fake-container:hover {
	background-color: #f5f7f9;
	border: 1px dashed #d8dee8;
}

.upload-history .metro-block-content {
	top: 0;
	position: absolute;
	width: 100%;
}

.upload-history .metro-block-content .history-button {
	float: left;
}

/*--------------------------------------------------------------
Report
--------------------------------------------------------------*/

.table-wrapper-div {
	margin: 0.5% 0;
	box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
	border-radius: 1em;
}

.table-wrapper-div img {
	max-width: 480px;
}

.pg-report table th {
	text-transform: uppercase;
}

.pg-report table td {
	vertical-align: top;
}

.pg-report table td a {
	text-decoration: underline;
}

.pg-report table td li.note {
	color: black;
	margin: 0.25em 0 0.75em 0;
}

.pg-report table .table-data-wrapper {
	padding: 0 !important;
}

.pg-report table table.bulkselect_row span.cb_rb {
	top: 0.25em;
}

.table-rowitem-filter span.cb_rb {
	top: 0.4em !important;
}

.report-metainfo-row {
	text-align: center;
	padding: 0.5em 1.5em;
}

.report-title .pg-title {
	font-size: 0.8em !important;
	padding: 0;
	margin: 0;
}

@media print {
	.pg-report .table-wrapper-div {
		border: 0 !important;
		overflow: initial !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.pg-report .table-wrapper-div table {
		margin: 0 !important;
	}

	.pg-report table th,
	.pg-report table td {
		border: 1px solid black !important;
		color: black !important;
		padding: 0.1em 0.4em !important;
	}

	.module-document {
		border-radius: 0 !important;
		box-shadow: none !important;
		/*padding: 0!important;*/
	}
}

/*--------------------------------------------------------------
Brand Label
--------------------------------------------------------------*/

div#brand-header {
	padding: 1.5em 0;
}

div#brand-header-logo,
div#brand-header-info {
	display: inline-block;
	/*max-width: 25em;*/
}

div#brand-header-logo {
	background: white;
	height: 60px;
	max-width: 125px;
	padding: 2px;
	border-radius: 0.5em;
	position: absolute;
	left: 0.75em;
}

div#brand-header-logo img {
	height: 100%;
	/*width: 100%;*/
}

div#brand-header H1 {
	font-size: 1.5em;
}

div#brand-header H2 {
	color: #666;
	font-size: 1em;
}

div#brand-header H3 {
	color: #777;
	font-size: 0.9em;
	margin: 0 0 0.4em;
}

div#brand-header H3 span {
	border: 1px solid #999;
	padding: 0.25em 0.75em;
}

/*--------------------------------------------------------------
TinyMCE Editor Customization
---------------------------------------------------------------*/

.tox-tinymce {
	box-shadow: none !important;
	background: rgb(250 253 253);
	border: 1px solid #f6f8fb;
	border-radius: 8px !important;
	overflow: hidden !important;
}

.tox .tox-editor-header {
	box-shadow: 0 2px 2px -2px rgb(34 47 62 / 10%), 0 3px 6px -4px rgb(34 47 62 / 4%);
}

.tox .tox-edit-area {
	min-height: 150px !important;
}

/*--------------------------------------------------------------
Portal Profile
--------------------------------------------------------------*/

.portal-profile-wrapper {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
}

.portal-img {
	height: 15em;
}

.portal-profile {
	padding: 0 0 0.75em 0 !important;
	margin: 0 auto;
	min-height: initial;
	position: absolute;
	top: 0.75em;
	width: 100%;
	z-index: 11111111111;
}

.portal-profile .select-list-view li {
	border: none;
	text-align: center;
	line-height: 1em;
}

.portal-profile .select-list-view li * {
	color: white;
	padding: 0;
}

.portal-profile .profile_pic {
	height: 7.5em;
	width: 7.5em;
	margin: 0 auto 0.5em;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
Override Select2
---------------------------------------------------------------*/

.select2-container {
	display: inline-block !important;
	vertical-align: middle;
	margin-right: 0.3em;
	z-index: 11111111111111111 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	background-color: white !important;
	border: 1px solid#e1e5ec !important;
	border-radius: 0.5em !important;
	outline: none;
	min-height: 42px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #cbd6dec2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #ffffff;
	border: 1px solid #e5e8ea;
	border-radius: 6px;
	margin-top: 4px;
	margin-right: 4px;
	padding: 2px 8px 4px;
	font-size: 1em;
	letter-spacing: 0.5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin: 0 !important;
}

.select2-container--disabled {
	opacity: 0.4;
}

.select2-dropdown {
	border: 1px solid #d8dee2c2 !important;
	border-radius: 4px !important;
	top: 2px;
	box-shadow: 1px 2px 4px rgb(0 0 0 / 8%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eef5f5;
	color: black;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #c3e8ff;
}

/*--------------------------------------------------------------
jQuery UI Override
---------------------------------------------------------------*/

.ui-autocomplete {
	background: white;
	border: 1px solid #d9dfe2 !important;
	z-index: 1111111111111111111 !important;
	font-size: 1.25em !important;
	font-family: inherit !important;
	box-shadow: 0px 4px 8px #0000001a;
	border-radius: 3px;
	overflow: hidden;
	width: -moz-max-content;
	width: max-content;
	max-width: 90% !important;
}

.ui-autocomplete li {
	padding: 0.2em 0.5em 0.25em;
}

.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
	background: #f9fafb !important;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02) !important;
	border: 0 solid #d8dee2c2 !important;
	margin: 0 !important;
}

/*--------------------------------------------------------------
Documents
--------------------------------------------------------------*/

.pg-document table th {
	width: 125px !important;
}

.pg-document table input[type="text"] {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
	font-size: inherit;
}

.pg-document table th,
.pg-document table td {
	padding: 0.3em 0.6em !important;
}

/*.pg-document table div#brand-header-logo {
	top:1em!important;
	height: 6.5em!important;
	width:6.5em!important;
}*/

/*.pg-document table div#brand-header H1 {
	font-size: 2em;
}*/

/*--------------------------------------------------------------
Document Printing
---------------------------------------------------------------*/

.module-document #document-title {
	padding: 0.75em 0;
}

.module-document .status_msg {
	color: black !important;
	padding: 0 !important;
	font-size: 0.85em !important;
	letter-spacing: 0.5px !important;
}

.module-document table {
	border: none !important;
}

.module-document table tr {
	background-color: rgba(255, 255, 255, 0) !important;
}

#document-content {
	position: relative;
}

.document-watermark {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0.25;
	background-size: 125px;
}

.document-verification-message div.message {
	position: absolute;
	top: 15%;
	left: 35%;
	font-size: 4em;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	transition: revert;
	transform: rotate(-45deg);
}

.document-verification-message div.red {
	color: red;
}

.document-verification-message div.green {
	color: #71ff71;
}

.document-infosection {
	margin: 0.75em 0;
}

.bordered-document {
	padding: 2.5% 7.5%;
	background-size: 100% 100% !important;
	z-index: 1111111111111111;
}

/*.module-document h1,
.module-document h2,
.module-document h3,
.module-document h4,
.module-document h5,
.module-document h6 {
	font-size: initial !important;
	font-weight: 900 !important;
}*/

#document-content p,
#document-content ol,
#document-content ol li,
#document-content table th,
#document-content table td {
	color: black;
	font-size: 14px;
	margin: 0.75em 0;
}

#document-content table th,
#document-content table td {
	border: 1px solid black;
}

#document-content td p,
#document-content ol p {
	font-size: inherit !important;
	margin: 0 !important;
}

#document-content ol {
	list-style: auto;
	margin: 2.5%;
}

/*--------------------------------------------------------------
Welcome Page
---------------------------------------------------------------*/

.pg-welcome.sub_pg-getting-started #content > .pg-title.pos-fxd {
	position: relative !important;
	top: 0 !important;
	box-shadow: none !important;
	width: initial !important;
}

/*--------------------------------------------------------------
jQuery Timepicker UI
---------------------------------------------------------------*/

.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 250px;
	background: #fff;
	border: 1px solid #d8dee2c2;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
	outline: 0;
	margin: 0.15em 0 0 0;
	z-index: 1111111111111111111;
	padding: 0.4em;
	font-size: 1.25em;
	border-radius: 3px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 0.15em 0.75em;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980ec;
	color: #fff;
	border-radius: 3px;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

/*--------------------------------------------------------------
jQuery Datepicket UI
---------------------------------------------------------------*/

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
	border-radius: 0.75rem;
	padding: 0.75rem;
}

.ui-datepicker th,
.ui-datepicker td {
	border: 1px solid white !important;
}

.ui-datepicker thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #2e6bb5;
}

.ui-datepicker tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}

.ui-datepicker tbody td a {
	color: #165aad;
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546e7a;
	font-size: 0.875rem;
	text-decoration: none;
}

.ui-datepicker tbody td a:hover {
	background: linear-gradient(93deg, #ecf7ff, #b5cefc) !important;
}

.ui-datepicker tbody td a.ui-state-active {
	background-color: #009688;
	background: linear-gradient(93deg, #53b2fe, #065af3) !important;
	color: white;
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.75rem;
	transition: 0.3s all;
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}

.ui-datepicker-header a > span {
	display: none;
}

.ui-datepicker-title {
	text-align: center;
	line-height: 1.5rem;
	margin-bottom: 0.25rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
	letter-spacing: 1px;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #165aad;
}

.ui-datepicker-week-col {
	color: #78909c;
	font-weight: 400;
	font-size: 0.75rem;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Portal Header
2.0 Dashboard
4.0 Profile
5.0 Exam Result Report
6.0 Cash Report
7.0 Communication Report
8.0 Notes Report
9.0 Announcement Report
10.0 Note Portal
11.0 Test
--------------------------------------------------------------*/

body.is_portal-true {
	background: #e0e7ef;
}

.downloadwrapper a {
	border: 1px solid #e0e6ed;
	background: white;
	border-radius: 6px;
	display: inline-block;
	padding: 0.25em 0.6em;
}

/* Hide single op buttons in portal forms */

body.is_portal-true .form-row .data-label {
	text-align: left !important;
	padding: 0 !important;
}

.lw {
	width: 100% !important;
}

.shadow:before {
	background: url(https://lh3.googleusercontent.com/-Wz00mlEKMQA/U9MGbwonE5I/AAAAAAAAALo/eNGFpmHs774/w959-h7-no/shadow.png) no-repeat top center;
	content: "";
	position: absolute;
	height: 7px;
	bottom: -7px;
	left: 0;
	width: 100%;
	z-index: 1;
}

/*--------------------------------------------------------------
4.0 Profile
--------------------------------------------------------------*/

/* Profile \Page - Hide Duplicate Image */

th.imgpart {
	display: none;
}

#profile-other_info {
	display: none;
}

.profile-infos {
	width: 100% !important;
}

.profile-infos .select-list-view li {
	clear: none !important;
	float: none !important;
	font-size: 1em !important;
}

.profile-infos .select-list-view li label {
	padding: 0.25em !important;
}

/*--------------------------------------------------------------
11.0 Test
----------------------------------------------------------------*/

/* For Screen Below 760px */

@media screen and (max-width: 760px) {
	#portal-profile-tabs {
		margin: 0 auto;
		border-radius: 0;
		width: 100%;
	}

	#form-note-wrapper .form-row label:not(.radio-data):not(.checkbox-data) .data-label {
		padding-right: 1em;
		width: 50px;
	}

	#form-note-wrapper .w75,
	#form-note_comment-wrapper .w75 {
		margin: 0 !important;
		width: 66% !important;
	}

	.splitscreen-view .floated,
	.floated,
	.graph-blocks {
		/*border: none!important;
		display: block!important;
		float: none!important;*/
		width: 100% !important;
	}
}

/* For Screen Above 560px */

@media screen and (min-width: 560px) {
	.profile-infos .select-list-view li label b.show {
		display: inline !important;
		float: right !important;
	}
}

.no-sidebar #sidebar {
	display: none;
}

.no-sidebar #header-logo {
	min-width: initial;
	padding: 0 1.5em;
}

.no-sidebar #content {
	margin: 0;
}

.no-searchbar #top-searchbar {
	display: none;
}

/* Slider */

#slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#slider ul li .slider-content {
	background: #4d3a7acc;
	color: white;
	position: absolute;
	bottom: 0;
	padding: 0.75em 0;
	width: 100%;
}

#slider ul li .slider-content h2 {
	color: inherit;
	font-size: 1.25em;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 400;
}

#slider ul li .slider-content p {
	color: inherit;
	font-size: 1.15em;
}

#slider ul li .slider-text {
	padding: 0.75em 0;
	letter-spacing: 0.5px;
}

#slider ul li .slider-content h2 {
	color: inherit;
	font-size: 1.25em;
	line-height: 1.75em;
	font-weight: 600;
}

#slider ul li .slider-content p {
	color: inherit;
	font-size: 1.1em;
}

/* Student */

#payment-gateway-form-wrapper {
	font-size: 12px;
}

#payment-gateway-form-wrapper button {
	padding: 0.2em 1.5em;
	border-radius: 24px;
	width: initial !important;
}

#payment-gateway-form-wrapper label {
	padding: 0 !important;
}

/* Display message with option in pages where there is no content */

#message_with_option {
	margin: 1.5em auto;
	font-size: 10px;
}

#message_with_option a {
	display: inline-block;
	font-size: 1.25em;
	margin: 0.75em 0;
}

#message_with_option a:hover {
	color: #555;
}

#message_with_option img.icon-image {
	margin: 0 auto;
	max-width: 120px;
}

#message_with_option .status_msg {
	padding: 0;
}

/* Clear float on small/mobile browsers */

.mobile-browser .mobile-fl-clr {
	float: none;
	width: 100% !important;
}

/* Styling content above and below header */

.above_header,
.below_header {
	background: white;
	line-height: 1em;
	text-align: center;
}

/* Sticky block swiper option */

.mobile-browser #content {
	margin-right: 0 !important;
}

.mobile-browser #sticky-block_wrapper_inner {
	position: fixed;
	width: 95% !important;
	left: 92.5%;
	top: 4.5em !important;
	right: initial;
	padding: 0 !important;
	padding-left: 0 !important;
	margin: 0 !important;
	top: initial;
	bottom: 0;
}

.mobile-browser #sticky-block_wrapper_inner #sticky-block {
	margin: 0 auto;
	width: 90%;
}

#mobilenav-swiper-lr {
	position: absolute;
	font-size: 1.2em;
	z-index: 1111111111111;
	background: white;
	border: 1px solid #e6e6e6;
	box-shadow: 1px 2px 3px rgb(0 0 0 / 10%);
	top: 5em;
	left: -0.75em;
	line-height: 1.75em;
	padding: 0 0.4em;
	border-radius: 4px;
}

#mobilenav-swiper-lr .lni-chevron-right {
	display: none;
}

#mobilenav-swiper-lr.movedleft .lni-chevron-left {
	display: none;
}

#mobilenav-swiper-lr.movedleft .lni-chevron-right {
	display: unset !important;
}

/*
 * List in table
 * Details in table
 *
 */

.list_in_table {
	position: relative;
}

.list_in_table .table-wrapper-div {
	border: none !important;
	padding: 0.5% 1.5% !important;
	width: 100%;
	/*overflow: auto;*/
}

.list_in_table table tr,
.details_in_table tr {
	border-bottom: 1px solid #e5ebf3ab;
	display: flex;
	position: relative;
	margin: 0.75% 0;
	border-radius: 8px;
}

.list_in_table_noflex table tr {
	display: block !important;
}

.list_in_table_noflex table tr th,
.list_in_table_noflex table tr td {
	padding-left: 1.5% !important;
	padding-right: 0 !important;
}

.list_in_table table span.cb_rb {
	cursor: pointer;
	position: relative !important;
	top: 0.1em !important;
	left: initial !important;
	font-size: 18px !important;
}

.list_in_table--dataempty td {
	display: inline-block;
	width: 100% !important;
}

.list_in_table table td[data-key="image"] .table-data-wrapper {
	padding: 0 0.5em !important;
}

.list_in_table table th[data-key="options"] .table-data-wrapper,
.list_in_table table th[data-key="chain_options"] .table-data-wrapper {
	display: none;
}

.list_in_table tr.table-row:hover > td[data-key="options"] {
	opacity: 1;
}

.list_in_table table td[data-key="options"] .table-data-wrapper {
	position: relative;
}

.list_in_table table tr.data-row_chain .table-row-item-3 td {
	padding-top: 0.75% !important;
	padding-bottom: 0.75% !important;
	font-weight: normal;
}

.list_in_table table tr.data-row_chain .table-row-item-3 .table-row-item-1 {
	width: 10%;
}

.list_in_table table tr.data-row_chain .table-row-item-3 .table-row-item-2 {
	width: 50%;
}

.list_in_table table tr.data-row_chain .table-row-item-3 .table-row-item-3 {
	width: 35%;
}

.list_in_table table tr.data-row_chain .table-row-item-3 .single-ops {
	float: right;
}

.list_in_table table tr.data-row_chain .table-row-item-3 div.metro-block {
	width: 10em !important;
}

.list_in_table table tr.data-row_chain .table-row-item-3 div.metro-block .metro-block-icon img {
	width: 3em !important;
}

.list_in_table table tr.data-row_chain .table-row-item-3 div.metro-block div.metro-block-head H2 {
	font-size: 0.75em !important;
}

.list_in_table table tr#table-head th {
	padding: 0.75% 0 !important;
}

.list_in_table table th,
.list_in_table table td,
.details_in_table th,
.details_in_table td {
	border: none !important;
	color: #1d5982;
	padding: 0.75em 0 0.75em !important;
	position: initial !important;
	/*min-height: 3em;*/
	width: 10em;
}

.details_in_table td {
	width: initial !important;
}

.list_in_table.list_in_table_mandatory_fields table td {
	width: 100% !important;
}
.list_in_table.list_in_table_mandatory_fields .table-data-wrapper {
	display: flex;
}

.list_in_table p,
.list_in_table li,
.details_in_table p,
.details_in_table li {
	color: #1d5982;
}

.list_in_table img {
	width: 100%;
	height: 100%;
}

.list_in_table table th b {
	color: #95aac9;
	font-weight: 500;
	letter-spacing: 0.75px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.list_in_table .table-data-wrapper {
	padding: 0 0.8em;
	display: grid;
}

.list_in_table_opts {
	position: relative;
}

.list_in_table-text {
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	/*overflow: hidden;*/
}

.list_in_table-text > a {
	text-decoration: underline;
}

.list_in_table .single-ops-wrapper:hover .single-ops {
	display: block !important;
}

.list_in_table .single-ops-wrapper .single-ops {
	background: white;
	border: 0;
	padding: 0.25em;
	display: none;
	top: 1.5em;
	position: absolute;
	z-index: 1111111;
	box-shadow: 0px 3px 6px #0000001c;
	border-radius: 8px;
	right: 0;
	width: 10em;
}

.list_in_table .single-ops-wrapper .single-ops li {
	border-bottom: 1px solid rgba(189, 189, 189, 0.15) !important;
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	border-radius: 6px;
}

.list_in_table .single-ops-wrapper .single-ops li:hover ol.child {
	background: white;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 3px 6px #0000001c;
	border-radius: 8px;
	padding: 0.25em;
	top: 0;
	left: -10em;
}

.list_in_table [data-key="name"] {
	text-transform: uppercase;
	letter-spacing: 0.4px;
	font-weight: bold;
}

.list_in_table [data-key="check_box"] {
	width: 3.5em !important;
}

.list_in_table [data-key="check_box"],
.list_in_table [data-key="id"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 4em !important;
}

.list_in_table [data-key="date"] {
	width: 8.5em !important;
}

.list_in_table [data-key="image"] {
	width: 5em !important;
}

.list_in_table [data-key="image"] img {
	display: block;
	height: 60px !important;
	width: 60px !important;
	margin: 0 auto;
	border-radius: 3px;
}

.list_in_table [data-key="name"] {
	width: 15em;
}

.list_in_table [data-key="status"] {
	width: 7em;
}

.list_in_table [data-key="options"] {
	width: initial !important;
	position: absolute !important;
	right: 0;
}

.list_in_table [data-key="options"] .singleop_button {
	background: none !important;
	border: none !important;
	color: black !important;
}

.list_in_table [data-key="options"] .lni {
	margin: 0.4em 0 !important;
}

.list_in_table table tr.data-row_chain {
	margin: 0;
	margin-left: 2.5%;
}

.list_in_table table tr.data-row_chain > .table-row-item-1,
.list_in_table table tr.data-row_chain > .table-row-item-2 {
	display: none !important;
}

.list_in_table table tr.data-row_chain > .table-row-item-3 {
	width: 100% !important;
}

.list_in_table table tr.data-row_chain tr {
	border-radius: 6px;
	/*overflow: hidden;*/
	margin: 0 !important;
}

.list_in_table table tr.data-row_chain tr [data-key="id"] {
	width: 10em !important;
}

.list_in_table .rowchain-label {
	padding: 0 0 0.75em 0;
}

.list_in_table .rowchain-content {
	border-bottom: 1px solid #e9ecf1ab;
	box-shadow: 1px 2px 3px rgb(0 0 0 / 3%);
	padding: 0.5em;
}

.list_in_table .rowchain-content li {
	display: inline-block;
	padding: 0.4em 1%;
	margin: 0.5% 0.5% 0.5% 0;
	width: 22%;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.list_in_table .rowchain-content li a {
	color: #8da0aa;
	font-weight: normal;
}

.list_in_table .rowchain-content li a:hover {
	border: 0 solid rgba(255, 255, 255, 0);
	background: none;
}

.list_in_table .rowchain-content li .pos-abs {
	color: #999 !important;
	top: 0.25em !important;
	right: 0.5em !important;
}

.list_in_table .list_in_table_subtable tr {
	display: block !important;
	padding: 0.25em 0 !important;
}

.list_in_table .list_in_table_subtable th {
	text-transform: uppercase;
}

.list_in_table .list_in_table_subtable th,
.list_in_table .list_in_table_subtable td {
	display: block;
	padding: 0 !important;
	width: 100% !important;
}

/* Duplicacy check alert, beside save button at the bottom */

.duplicacy_check_alert {
	color: #ff0000 !important;
	border: none !important;
	padding: 0 !important;
}

/*
 * Details in table
 *
 */

.details_in_table tr {
	margin: 0.25% !important;
}

.details_in_table th,
.details_in_table td {
	padding: 0.5em 0.75em !important;
}

.details_in_table th {
	text-align: left !important;
}

.details_in_table td table th,
.details_in_table td table td {
	text-align: left;
}

.details_in_table th table th:after {
	content: "";
}

/**
 * Homepage metro block graph designs
 *
 *
 */

.graph-blocks .card-view-graph-blocks {
	border-radius: 12px;
	display: inline-block;
	margin: 0.75% -0.5% 0.5%;
	padding: 0 1.5% 0 0;
	height: 100%;
	box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.graph-blocks .card-view-graph-blocks div.metro-block {
	border: 0 !important;
	width: 97% !important;
	box-shadow: none !important;
}

/**
* New Header Menu Report Formatting
*
*/

#header-menu #reports .lni-chevron-down:before {
	content: "\ea45";
}

#header-menu #reports .lni-chevron-down.reverse:before {
	content: "\e951";
}

#header-menu #reports {
	padding-right: 1.5em;
}

#header-menu #reports i {
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	text-align: center !important;
}

#header-menu #reports:hover ol.child {
	display: none !important;
}

#header-menu #reports.reports-displayblock {
	background: #00000080;
}

#header-menu #reports.reports-displayblock > a {
	color: white !important;
}

#header-menu #reports.reports-displayblock ol.child {
	display: block !important;
}

#header-menu #reports ol.child {
	padding: 0.75%;
	padding-bottom: 1.25%;
	position: fixed;
	left: 0;
	width: 98.5%;
	border-radius: 0;
	box-shadow: inset 0 2px 8px rgb(0 0 0 / 15%);
	overflow-y: auto;
}

#header-menu #reports ol.child li {
	border: 1px solid #fafbfc;
	float: left;
	font-weight: bold;
	width: 19%;
	border-radius: 3px;
	overflow: hidden;
	line-height: initial;
	margin: 0.5% 0.25%;
}

#header-menu #reports ol.child li a {
	color: #767fad;
	display: block;
	padding: 0.8em 1.25em;
}

#header-menu #reports ol.child li a small {
	color: #999;
	font-weight: normal;
}

.submenu-report-heading,
#header-menu #reports ol.child li:hover {
	border: 1px solid #e6eaef !important;
}

#header-menu #reports ol.child li i {
	display: inline-block !important;
}

.submenu-report-heading {
	background: #f5f9fa;
	float: none;
	width: 100% !important;
}

.submenu-report-heading a {
	color: #525c90;
}

.trans-bck {
	background: rgba(0, 0, 0, 0.35);
	display: none;
	z-index: 1111111111;
}

.self-delivr {
	background: white;
	z-index: 11111111111;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*
	Dynamic Div
*/

.delivery_div_wrapper_inner {
	background: white;
	left: 0;
	margin: 0.75em auto;
	padding: 0.5em 0;
	min-width: 280px;
	max-width: 960px;
	max-height: 86%;
	width: 80% !important;
	position: fixed !important;
	z-index: 1111111111 !important;
	transition: all 0.1s linear;
	border-radius: 8px !important;
	box-shadow: 0 12px 30px -2px rgba(27, 33, 58, 0.4);
}

.delivery_div_wrapper_inner .pg-title {
	padding: 0.75em 2.5em;
	margin: 0;
}

.delivery_div_wrapper_inner .form-wrapper {
	padding: 0 2.5em 1em;
	max-height: 400px;
}

.delivery_div_wrapper_inner .pg-additional-info-wrapper {
	display: none;
}

.delivery-div-status-icon img {
	margin: 0 auto;
	max-width: 60px;
}

.delivery_div_wrapper #delivery_div_options {
	top: 1em;
	right: 1.5em;
	border: 6px;
}

#delivery_div_options .options {
	color: #999;
	cursor: pointer;
	padding: 0.25em;
	transition: all 0.3s ease;
	border-radius: 3px;
}

#delivery_div_options .options:hover {
	background: #f5f7f9;
	color: #333;
}

#delivery_div_options .options .material-icons,
#delivery_div_options .options .lni {
	font-size: 1.5em !important;
}

.delivery_div button.small {
	padding: 0.1em 1.25em;
	margin: 0 0 0 0.25em;
	font-size: 1em;
}

.delivery_div_wrapper_inner .alert {
	margin: 0 auto 0.5% !important;
	max-width: 95% !important;
}

.delivery_div_wrapper_inner .in-modal-popup {
	font-size: 0.95em;
}

.delivery_div_wrapper_inner .in-modal-popup .alert {
	border-radius: 8px !important;
}

.delivery_div .status_msg {
	text-align: center;
	padding: 0.5em 2.5em 0.6em;
}

.delivery_div .status_msg .lni.show {
	font-size: 1.8em;
}

.delivery_div .success_msg,
.delivery_div .failed_msg,
.delivery_div .block {
	background: white !important;
	color: #6bda70 !important;
	font-weight: bold !important;
	padding: 1.5em 0 1em !important;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 4%) !important;
}

.delivery_div .block {
	margin: 0 2.5% 1.5%;
	border-radius: 8px;
}

.delivery_div .failed_msg {
	color: red !important;
}

button .status_msg {
	border: 0 !important;
	color: white;
	font-size: inherit !important;
	text-transform: initial !important;
	padding: 0 !important;
}

button .status_msg .delivery-div-status-icon {
	background: #e2eee2;
	position: absolute;
	left: -2.5em;
	top: 0;
	padding: 0.25em 0.75em 0.25em 0.5em;
	border-radius: 6px;
	z-index: -1;
}

button .status_msg .delivery-div-status-icon img {
	display: block;
	width: 24px;
}

button.action-btn {
	background: white;
	color: #999;
	font-size: 1em;
	margin: 0 -1px;
	padding: 0 0.75em;
}

button.action-btn:hover {
	background: white;
	border: 1px solid #dadada;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

.delivery_div .list_in_table [data-key="check_box"],
.delivery_div .list_in_table [data-key="id"] {
	display: none !important;
}

.delivery_div ol.single-operation-list li {
	font-size: 12px;
}

.modal_title .pg-title {
	padding: 0 0 0.75em 0;
	margin-bottom: 0;
	font-size: 0.85em;
	margin-top: 0.75em;
}

.modal_title .pg-title h1 {
	color: #999;
	text-transform: uppercase;
	font-weight: 300;
}

.delivery_div_content {
	max-height: 500px;
	overflow: auto;
}

#popup-bottom_wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1111111111111111111111111;
}

#popup-bottom_wrapper .delivery_div {
	position: relative;
	margin: 0 auto;
	top: initial;
}

#popup-bottom_trans-bck {
	display: none !important;
}

/*
	Table Style
*/

table th:hover {
	cursor: pointer;
}

table th.filter-active {
	background: #6775c4;
	background: linear-gradient(93deg, #5397fe, #0e4ab7) !important;
	color: white;
}

.table-rowitem-filter {
	background: white;
	border: 1px solid #c4d1d8;
	position: absolute;
	left: 0;
	top: 3em;
	font-size: 10px;
	padding: 0.25em 0;
	z-index: 111;
	margin: -1px;
	max-height: 425px;
	width: 250px;
	border-radius: 3px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	overflow-y: auto;
}

.table-rowitem-filter li:hover {
	background: #f5f9fa !important;
}

.table-rowitem-filter .select-list-view-checkbox li label {
	padding: 0.25em 0;
}

.table-rowitem-filter .select-list-view-checkbox li label span {
	display: inline-block;
}

/* Bulk Select Table */

table.bulkselect_row th[data-key="id"],
table.bulkselect_row td[data-key="id"] {
	/*padding: 0 0.25em 0 0;*/
	width: 2em;
}

table.bulkselect_row span.cb_rb {
	color: #777;
	left: 0.3em;
	top: 0.3em;
}

/*
	List Style
*/

.select-list-view li {
	border: 1px solid #fafbfc;
	border-bottom: 1px solid #f5f7f9;
	color: #8da0aa;
	display: block;
	position: relative;
	margin: 0.5em 0 0 0;
	border-radius: 4px;
}

.select-list-view li:hover {
	background: none;
}

.select-list-view li label {
	cursor: pointer;
	display: block;
	padding: 0.25em 0.5em;
	font-size: 1.15em;
	width: initial !important;
}

.select-list-view li label .label {
	font-size: 0.825em;
}

.select-list-view li label span.cb_rb {
	font-size: 1em !important;
}

.select-list-view li label b {
	color: #8da0aa;
	letter-spacing: 0.4px;
}

.select-list-view-checkbox li label {
	margin-left: 1.75em;
}

.select-list-view ol li .list-pic {
	float: left;
	width: 46px;
	padding-right: 0.5em;
}

.select-list-view ol li .list-pic img {
	height: 46px;
	width: 100%;
	border-radius: 3px;
}

.select-list-view ol li .counter {
	background: #efeff3b5;
	padding: 0 0.5em;
	border-radius: 2px;
	margin: 0 0.5em 0 0;
	font-size: 0.7em;
	letter-spacing: 1px;
}

.select-list-view ol li .content {
	display: block;
}

.select-list-view ol li .content.pos-abs {
	top: 0.15em;
	right: 0.5em;
}

.select-list-view ol li div.single-ops {
	display: inline-block;
}

.select-list-view ol li div.single-ops .single-operation-list li {
	margin: 0 !important;
}

/* Tab List */

.select-list-view-tab li {
	border: none;
}

.select-list-view-tab li label {
	margin: 0;
}

.select-list-view-tab li label span.cb_rb {
	display: none;
}

.select-list-view-tab li .tab {
	display: block;
	width: 100%;
}

/* Single Operations List */

ol.single-operation-list li {
	border: 1px solid rgba(255, 255, 255, 0) !important;
	box-shadow: none !important;
	border-radius: 3px;
}

ol.single-operation-list li a {
	color: #6a7e89;
	display: block;
	text-transform: capitalize;
	padding: 0.15em 0.25em;
	font-weight: 300;
}

ol.single-operation-list li i {
	/*font-size: 0.75em;*/
	vertical-align: middle;
	float: none !important;
	padding: 0 !important;
}

ol.single-operation-list li:hover {
	border: 1px solid rgba(125, 125, 125, 0) !important;
	background: #fafbfc;
	color: #94a2a9;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.025);
}

ol.single-operation-list li ol.child {
	background: white;
	top: 1.75em;
	left: 0;
	padding: 0.25em;
	width: 10.5em;
	border: 0;
	box-shadow: 0px 3px 6px #0000001c;
	border-radius: 8px;
}

ol.single-operation-list li ol.child li {
	border: none !important;
	border-bottom: 1px solid rgba(189, 189, 189, 0.05) !important;
	display: block;
	line-height: 2.25em;
	padding: 0 0.5em;
	margin: 0;
}

ol.single-operation-list li ol.child li a {
	border: none !important;
	margin: 0;
	border-radius: 0 !important;
}

ol.single-operation-list li ol.child li a:hover {
	background: #fafbfc;
	color: #888;
}

/* Hierarchy Display */

.hierarchyview--default {
	margin: 0 auto;
}

.hierarchyview__block {
	position: relative;
	margin: 1.5% 0 0.75em 0;
}

.hierarchyview__block__bubble {
	position: relative;
	float: left;
	width: 14%;
}

.hierarchyview__block__inner {
	background: white;
	border: 1px solid #eef2f5;
	border-bottom: 1px solid #e5ebf3ab;
	width: 85%;
	float: right;
	position: relative;
	padding: 1.25%;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025);
}

.hierarchyview__block::after {
	content: "";
	clear: both;
	display: block;
}

.hierarchyview__block__bubble:before {
	content: "";
	display: block;
	border: 0.75em solid transparent;
	border-left-color: #a7b5c1;
	position: absolute;
	top: 0.65em;
	right: -1.4em;
}

.hierarchyview__block__bubble:after {
	content: "";
	display: block;
	border: 0.75em solid transparent;
	border-left-color: white;
	position: absolute;
	top: 0.65em;
	right: -1.4em;
}

.hierarchyview__block__bubble__a {
	border: 1px solid #eef2f5;
	left: 1.5em;
	font-weight: bold;
	box-sizing: content-box;
	display: block;
	border-radius: 3px;
	z-index: 10;
	padding: 0.5em;
}

.hierarchyview__block__inner__title {
	border: 1px solid #e5ebf3ab;
	font-size: 1.25em;
	font-weight: bold;
	border-radius: 4px;
	padding: 0.5em 0.75em;
}

.hierarchyview__block__inner__byline {
	font-size: 1.15em;
	background: rgb(245, 249, 250);
	border: 1px solid #e5ebf3ab;
	border-radius: 4px;
	padding: 0.25em 0.65em;
	margin-top: -0.4em;
}

.hierarchyview__block__inner__content {
	border: 1px solid #e5ebf3ab;
	font-size: 1em;
	border-radius: 4px;
	overflow: hidden;
	margin: 0.75% 0;
}

.hierarchyview__block__inner__content table th,
.hierarchyview__block__inner__content table td {
	border: none !important;
}

/**
 * GridView
 *
 */

#content .select-list-view.gridview > ol li.list-row {
	border: 1px solid #f5f5f5;
	display: inline-flex;
	margin: 0.75% 0.5% 0;
	width: 48%;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.025);
}

.select-list-view.gridview > ol li span {
	display: inline !important;
}

.select-list-view.gridview > ol li {
	border: none;
	float: none;
	margin: 0 0 0 -0.25em;
	width: initial;
}

.select-list-view.gridview > ol li .counter {
	float: left;
	margin-top: 0.4em;
}

.select-list-view.gridview > ol li .heading {
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-list-view.gridview > ol li .content {
	position: relative !important;
	float: none !important;
}

/**
 * Welcome To-Dos Div
 *
 *
 */

#erp-welcome-div .pg-title {
	display: none;
}

#erp-welcome-div .to_dos_wrapper {
	margin-right: 3em;
	width: 360px;
}

#erp-welcome-div .to_dos_wrapper label {
	padding: 0;
	display: inline;
}

#erp-welcome-div .form-group {
	margin: 0 !important;
}

#erp-welcome-div .to_dos_wrapper .form-row {
	padding: 0 !important;
}

#erp-welcome-div .to_dos_wrapper label input {
	padding: 0;
	font-size: 0.85em;
	margin-right: 0.15em;
}

#erp-welcome-div .to_dos_wrapper label .ajax-submit {
	padding: 0 0.75em;
	font-size: 0.85em;
	margin: 0;
}

/**
 * V2 Profile Design
 *
 */

#v2-profile {
	/*background: linear-gradient(105deg, #ffffff 20%, #f5f7f9 100%);
	border: 1px solid #e8edf1;*/
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.change-img-icon-wrapper {
	position: absolute;
	cursor: pointer;
	z-index: 1111111;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.change-img-icon-wrapper i {
	background: rgba(255, 255, 255, 0.8);
	color: black;
	display: inline-block;
	opacity: 0;
	padding: 0.5em;
	margin: 2.5%;
	border-radius: 100%;
	transition: transform 250ms, opacity 400ms;
}

.change-img-icon-wrapper:hover i {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	opacity: 1;
}

.change-img-icon-wrapper-profile-pic i {
	margin: 35% 5% 0;
}

#v2-profile-content p {
	margin: 0.75em 0 0 0;
}

#v2-profile-header-img {
	min-height: 350px;
	height: 40%;
}

#v2-profile-left {
	padding: 0 2.5%;
	margin-top: -7.5%;
	position: relative;
	z-index: 111111111;
}

#v2-profile-pic img {
	background: white;
	min-height: 175px;
	max-width: 180px;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgb(18 43 70 / 12%), 0 0 0 1px #e7e9ec;
	border: 5px solid #fff;
}

#v2-profile-right {
	overflow: hidden;
}

.profile-info-slot {
	margin-top: 0.5em;
}

#v2-profile-basic-detail span.label {
	color: #999;
	padding: 0;
	line-height: 1em;
	text-align: left;
}

#v2-profile-basic-detail span.info {
	font-size: 1.25em;
}

#v2-profile-intro,
#v2-profile-activity {
	background: white;
	padding: 1.5% 0 0 !important;
}

#v2-profile-activity {
	padding-top: 0 !important;
}

#v2-profile-info {
	padding-right: 0;
}

#v2-profile-name {
	color: #778b9e;
	font-size: 1.25em;
}

#v2-profile-name .pg-title {
	padding: 0 !important;
	margin: 0 !important;
}

#v2-profile-name .pg-additional-info-wrapper {
	top: 0 !important;
	right: 1.5% !important;
}

#v2-profile-name .pg-additional-info-wrapper .pg-additional-info {
	background: #d7f3e9;
	color: #267d5d;
	padding: 0 0.75em;
	font-size: 0.6em;
	border-radius: 1.5em;
	font-weight: bold;
}

#v2-profile-byline {
	color: #999;
	font-size: 1.25em;
}

#v2-profile-activity,
#v2-profile-option {
	padding: 0 2.5%;
	min-height: 750px;
	height: 100%;
}

.v2-profile-activity-slot {
	border: 1px solid #fafbfc;
	border-bottom: 1px solid #f1f4f7;
	padding: 1.25% 1.5%;
	margin: 1.5% 0;
	font-size: 1.2em;
	border-radius: 6px;
	float: left;
	width: 30%;
}

.activity--date {
	color: #a2a2a2;
}

#v2-profile-option {
	padding: 0 1.5%;
	width: 22%;
}

#v2-profile-right .select-list-view li {
	border: 1px solid #fafbfc;
	border-bottom: 1px solid #edeeef;
}

#v2-profile-right .select-list-view li label {
	padding: 0.2em 0.5em;
}

/* ProgressBar */

.progressbar {
	padding: 4px;
	background: rgb(232, 240, 248);
	position: relative;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
	width: 100%;
	overflow: hidden;
}

.progressbar-fill {
	height: 16px;
	border-radius: 3px;
	position: relative;
	background-color: rgb(43, 194, 83);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
	transition: 0.4s linear;
	transition-property: width, background-color;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
	overflow: hidden;
	width: 0;
}

.progressbar-fill:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}

.progressbar-percentage {
	color: #333;
	text-align: right;
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	font-weight: bold;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style: ;
}

/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
	-webkit-tap-highlight-color: transparent;
	/* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-feature-settings: normal;
	/* 2 */
	font-variation-settings: normal;
	/* 3 */
	font-size: 1em;
	/* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	letter-spacing: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
	display: none;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.collapse {
	visibility: collapse;
}

.\!static {
	position: static !important;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.right-0 {
	right: 0px;
}

.start-1 {
	inset-inline-start: 0.25rem;
}

.top-0 {
	top: 0px;
}

.isolate {
	isolation: isolate;
}

.z-10 {
	z-index: 10;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear-both {
	clear: both;
}

.m-1 {
	margin: 0.25rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.\!mr-1 {
	margin-right: 0.25rem !important;
}

.mt-10 {
	margin-top: 2.5rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.table {
	display: table;
}

.inline-table {
	display: inline-table;
}

.table-caption {
	display: table-caption;
}

.table-cell {
	display: table-cell;
}

.table-column {
	display: table-column;
}

.table-column-group {
	display: table-column-group;
}

.table-footer-group {
	display: table-footer-group;
}

.table-header-group {
	display: table-header-group;
}

.table-row-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.list-item {
	display: list-item;
}

.hidden {
	display: none;
}

.h-\[0-9a-z\] {
	height: 0-9a-z;
}

.h-full {
	height: 100%;
}

.w-1\/3 {
	width: 33.333333%;
}

.w-\[10\%\] {
	width: 10%;
}

.w-\[15\%\] {
	width: 15%;
}

.w-\[20\%\] {
	width: 20%;
}

.w-\[25\%\] {
	width: 25%;
}

.w-\[30\%\] {
	width: 30%;
}

.w-\[40\%\] {
	width: 40%;
}

.w-\[5\%\] {
	width: 5%;
}

.w-\[50\%\] {
	width: 50%;
}

.w-\[55\%\] {
	width: 55%;
}

.w-\[60\%\] {
	width: 60%;
}

.w-\[70\%\] {
	width: 70%;
}

.w-\[75\%\] {
	width: 75%;
}

.w-\[80\%\] {
	width: 80%;
}

.w-\[90\%\] {
	width: 90%;
}

.w-\[95\%\] {
	width: 95%;
}

.w-full {
	width: 100%;
}

.\!max-w-\[85px\] {
	max-width: 85px !important;
}

.shrink {
	flex-shrink: 1;
}

.grow {
	flex-grow: 1;
}

.border-collapse {
	border-collapse: collapse;
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
	resize: both;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-y-auto {
	overflow-y: auto;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-none {
	border-style: none;
}

.border-red {
	border: 1px solid red;
}

.border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!p-1 {
	padding: 0.25rem !important;
}

.p-1 {
	padding: 0.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-\[0-9a-zA-Z_\] {
	padding: 0-9a-zA-Z;
}

.p-\[0-9a-z\] {
	padding: 0-9a-z;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.ordinal {
	--tw-ordinal: ordinal;
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
	text-decoration-line: underline;
}

.overline {
	text-decoration-line: overline;
}

.line-through {
	text-decoration-line: line-through;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
	outline-style: solid;
}

.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.\[a-zA-Z0-9\:\/-\] {
	a-z-a--z0-9: /-;
}

.\[a-zA-Z0-9\:\/_-\] {
	a-z-a--z0-9: / -;
}

.\[a-zA-Z0-9\:_-\] {
	a-z-a--z0-9: -;
}

.\[a-zA-Z0-9\:_\/-\] {
	a-z-a--z0-9: /-;
}

.\[a-zA-Z0-9_\:\\-\\\.\] {
	a-z-a--z0-9_: \-\.;
}

.\[a-zA-Z0-9_\:\\-\] {
	a-z-a--z0-9_: \-;
}

.\[hostname\:port\] {
	hostname: port;
}
