html,body {
	height: 100%
}
body {
	display: flex;
	flex-direction: column;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden !important
}
#edit-modal-loader{
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(255,255,255, 0.8);
    width: 100%;
    z-index: 5;
}

[role="button"] {
	cursor: pointer
}
.weight-300 {font-weight: 300}
.weight-400 {font-weight: 400}
.weight-500 {font-weight: 500}
.weight-600 {font-weight: 600}
.weight-700 {font-weight: 700}
.weight-800 {font-weight: 800}
.weight-900 {font-weight: 900}
.font-14 {font-size: 14px}
.bg-gray {
	background: #ededed;
}
.bg-lgreen {
	background: #d3f0d2;
}
[role="button"] {
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease;
}
[role="button"].text-black-25:hover {
	color: #000 !important;
}
.btn-default {
	background: #ededed;
	color: #191919;
	border-color: #dedede;
	
}
.btn.md {
	min-width: 160px
}
.cent {
	padding: 8px 6px 13px;
	background: #000;
	color: #fff;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 800;
	width: 28px;
	display: inline-block;
	text-align: center;
}
i.fa.minus {
	letter-spacing: -1px;
}
header nav.navbar {
	padding: 0;
	border-bottom: 4px solid #c11e33;
}
header .navbar-nav {
	flex: 1;
}
header .navbar-nav li {
	flex: 1;
	text-align: center;
}
header .navbar-nav .nav-link {
	border: 1px solid #e0e0e0;
	background: #ededed;
	color: #c3c3c3 !important;
	border-bottom: none;
	border-radius: 18px 18px 0 0;
	padding: 14px 10px 12px;
	font-weight: 600;
        line-height: 15px;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .navbar-nav .active .nav-link {
	background: #c11e33;
	color: #fff !important;
	border-color: #c11e33;
}
.btn-round {
	border-radius: 10px
}
.status {
	background: #ededed;
	color: #929292;
	border: 1px solid #dbdbdb;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 8px;
	min-width: 135px;
	text-align: center;
	font-weight: 500;
	position: relative
}
.status em {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	border-radius: 8px;
}
.status em.bg-warning,
.status em.bg-danger {
	left: 0
}
.status em.bg-default {
	border: 1px solid #dadada;
}
.table-trim td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
.bootstrap-select.orange .dropdown-toggle,
.bootstrap-select.orange .dropdown-toggle:hover,
.bootstrap-select.orange .dropdown-toggle:focus {
	background: transparent;
	border: 1px solid #c11e33;
	border-radius: 10px;
	padding: 3px 15px;
	font-weight: 600;
	color: #c11e33;
	outline: 0 !important;
	box-shadow: none !important
}
.bootstrap-select.orange .dropdown-menu {
	border: none;
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	border-radius: 12px;
	min-width: 250px;
	margin-top: 10px
}
.bootstrap-select.orange.md .dropdown-menu {
	min-width: 175px;
}
.bootstrap-select.orange.auto .dropdown-menu {
	min-width: initial
}
.drop-right.bootstrap-select.orange .dropdown-menu {
	left: inherit !important;
	right: 0;
}
.bootstrap-select.orange .dropdown-toggle::after {
	content: "\f107";
	font: 300 28px/1 FontAwesome;
	border: none;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	position: relative;
	background: transparent;
	color: #000;
	font-weight: 600;
	padding-left: 36px;
	outline: none;
}
.bootstrap-select.orange .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
			transform: rotate(-180deg)
}
.bootstrap-select .dropdown-menu li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	background: #ececec;
	width: 10px;
	height: 10px;
	margin: auto;
	border-radius: 10px;
	-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
			transition: all .5s ease
}
.bootstrap-select .dropdown-menu li.selected a:before {
	background: #c11e33;
}
.bootstrap-select .dropdown-menu li:hover a:before {
	background: #c11e33;
	opacity: .5;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	display: none
}
.bs-actionsbox .btn-group button {
	white-space: nowrap
}
.bootstrap-select [data-live-search="true"] + button + .dropdown-menu .dropdown-menu.inner {
	border-radius: 0;
}
.bootstrap-select.orange.md [data-actions-box="true"] + button + .dropdown-menu {
	min-width: 225px;
}
.bootstrap-select [type="search"]:focus {
	box-shadow: none;
	border-color: #c11e33;
}
.dropdown-menu .inner[role="listbox"] {
	max-height: 175px !important;
}
.dropdown-menu .inner[role="listbox"]::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
.dropdown-menu .inner[role="listbox"]::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}
.dropdown-menu .inner[role="listbox"]::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
.bs-searchbox+.bs-actionsbox {
	padding: 0 4px 4px;
}
.bs-actionsbox .actions-btn {
	background: #c11e33;
	color: #fff;
	border-radius: 5px !important;
	margin: 0 4px;
	border: none;
	padding: 6px 10px;
}
input.datePicker, input.datePicker:focus {
	border: 1px solid #c11e33;
	padding: 6px 15px 2px 48px;
	border-radius: 10px;
	font-weight: 600;
	color: #c11e33;
	outline: none;
	background-color: transparent;
	background-image: url(../img/calendar.svg), url(../img/down-angle.svg);
	background-position: center left 14px, center right 15px;
	background-repeat: no-repeat;
	background-size: 20px , 18px;
}
.datePicker.lg {
	min-width: 300px;
	cursor: pointer;
}
.litepicker {
	margin-top: 15px
}
.litepicker .container__months {
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	border-radius: 10px;
}
.litepicker .container__months .month-item {
	padding: 0;
	flex: 1
}
.litepicker .container__days {
	margin-right: -1px;
	margin-bottom: 10px;
	padding: 0 6px;
}
.litepicker .container__days>div, .litepicker .container__days>a {
	width: calc(100% / 7);
}
.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date.is-flipped {
	background-color: #c11e33;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.litepicker .container__days .day-item.is-in-range {
	background-color: #fde3b4;
}
.litepicker .container__days .day-item.is-end-date,
.litepicker .container__days .day-item.is-start-date.is-flipped {
	background-color: #c11e33;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
	border-radius: 50px;
}
.litepicker .container__days .day-item:hover {
	-webkit-box-shadow: inset 0 0 0 1px #c11e33;
	box-shadow: inset 0 0 0 1px #c11e33;
	cursor: pointer;
}
.litepicker .container__days .day-item:not([class*="-date"]):hover{
	color: #c11e33;
}
.litepicker .container__months .month-item:first-child a[class*="button-"] svg {
	display: none
}
.litepicker .container__months .month-item:first-child .button-previous-month:before {
	content: "\f104";
	font: 34px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	color: #c11e33;
	cursor: pointer;
}
.litepicker .container__months .month-item:first-child .button-next-month:before {
	content: "\f105";
	font: 34px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	color: #c11e33;
	cursor: pointer;
}
.litepicker .container__months .month-item-header {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 8px;
	padding: 5px 0;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 0 20px 5px;
}
.litepicker .container__months .month-item-weekdays-row {
	font-size: 16px;
	font-weight: 600;
	padding: 0px 6px;
}
.litepicker .container__months .month-item-weekdays-row>div {
	color: transparent;
	position: relative;
}
.litepicker .container__months .month-item-weekdays-row>div[title]:after {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.litepicker .container__days > div:empty:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: #c3c3c3;
	display: inline-block;
	vertical-align: middle;
}
.litepicker .container__months .month-item-weekdays-row>div[title="Sunday"]:after {content: "S";}
.litepicker .container__months .month-item-weekdays-row>div[title="Monday"]:after {content: "M";}
.litepicker .container__months .month-item-weekdays-row>div[title="Tuesday"]:after {content: "T";}
.litepicker .container__months .month-item-weekdays-row>div[title="Wednesday"]:after {content: "W";}
.litepicker .container__months .month-item-weekdays-row>div[title="Thursday"]:after {content: "T";}
.litepicker .container__months .month-item-weekdays-row>div[title="Friday"]:after {content: "F";}
.litepicker .container__months .month-item-weekdays-row>div[title="Saturday"]:after {content: "S";}
.litepicker .container__days .is-in-range {
	position: relative
}
.litepicker .container__days :nth-child(7n+1).is-in-range:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
	background: #fde3b4;
	width: 6px;
}
.litepicker .container__days :nth-child(7n-7).is-in-range:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6px;
	background: #fde3b4;
	width: 6px;
}
/* .litepicker .container__days :nth-child(7n+1) {padding-left: 12px;} */
/* .litepicker .container__days :nth-child(7n-7) {padding-right: 12px;} */
.nav-tabs.border-0 .nav-link {
	border: none;
	padding: 14px 25px;
	min-width: 175px;
	text-align: center;
	font-weight: 600;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-tabs.border-0 .nav-link:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #c11e33;
	opacity: 0;
	-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
			transition: all .3s ease;
}
.nav-tabs.border-0 .nav-link.active:after {
	opacity: 1;
	height: 4px;
}
.nav-tabs.border-0 .nav-link:not(.active) {
	opacity: .2;
}
.nav-tabs.border-0 .nav-link .badge {
	margin-left: 5px
}
.nav-tabs.border-0 .nav-link:not(.active) .badge {
	background: #060606;
}
.table.add-row tr th:nth-child(2),
.table.add-row tr td:nth-child(2) {
	padding-left: 40px
}
.line-height-18 {
	line-height: 18px
}
.table.body-gray tbody tr td {
	border-top-color: #cecece
}
.table.body-gray tbody tr td:not(:last-child) {
	background: #ededed;
}
.table.body-gray tbody tr td:not(:first-child), .table.body-gray tfoot tr td:not(:first-child) {
	border-left: 1px solid #cecece;
}
.table.body-gray tbody tr td:not(:last-child) {
	background: #ededed;
}
.login {
	background: url(../img/new-login-bg.png) no-repeat center bottom / cover fixed;
	position: relative;
	height: 100%
}
.login:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*	background: rgba(193,30,51,.85);*/
}
.card .close {
	position: absolute;
	top: 14px;
	right: 15px;
	font-weight: 400;
	color: #c11e33;
	opacity: 1;
	cursor: pointer;
}
.form-control.gray {
	border-radius: 8px;
}
.form-control.gray::-webkit-input-placeholder {color: #d9d9d9;}
.form-control.gray::-moz-placeholder {color: #d9d9d9}
.form-control.gray:-ms-input-placeholder {color: #d9d9d9}
.form-control.gray:-moz-placeholder {color: #d9d9d9}
.text-gray {
	color: #d9d9d9
}
.btn-primary.bordered {
	background: transparent;
	color: #c11e33;
	border-color: #c11e33;
}
.btn-primary.bordered:hover {
	background: #c11e33;
	color: #fff
}
.bootstrap-select.form-control.default .dropdown-toggle, .bootstrap-select.form-control.default .dropdown-toggle:focus {
	background: transparent;
	color: #000;
	border: 1px solid #ced4da;
	outline: none !important;
	box-shadow: none !important
}
table .add-row {
	position: relative
}
table .add-row .form-control {
	padding-right: 38px;
}
table .add-row button.add, table .add-row button.add:focus {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	background: transparent;
	border: none;
	margin: auto;
	height: 26px;
	width: 26px;
	padding: 0;
	outline: none;
}
.action .arrows [class*="arrow"] {
	height: 20px;
	display: flex;
	align-items: center;
}
.navbar-toggler {
	display: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.navbar-toggler.active:hover,.navbar-toggler:hover {
	opacity: .7
}

.navbar-toggler.active .navbar-toggler-inner,.navbar-toggler.active .navbar-toggler-inner:after,.navbar-toggler.active .navbar-toggler-inner:before {
	background-color: #f49f28
}
.toggler-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}

.toggler-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.toggler-inner,.toggler-inner:after,.toggler-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #f49f28
}

.toggler-inner:after,.toggler-inner:before {
	display: block;
	content: ""
}

.toggler-inner:before {
	top: -10px
}

.toggler-inner:after {
	bottom: -10px
}
.navbar-toggler .toggler-inner {
	transition: background-color .125s ease-in .175s
}

.navbar-toggler .toggler-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.navbar-toggler .toggler-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.navbar-toggler.active .toggler-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent!important
}

.navbar-toggler.active .toggler-inner:before {
	top: -80px;
	left: -80px;
	transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(80px,80px,0) rotate(45deg)
}

.navbar-toggler.active .toggler-inner:after {
	top: -80px;
	right: -80px;
	transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
	transform: translate3d(-80px,80px,0) rotate(-45deg)
}
.modal-content > .close,
.modal-content > .close:focus {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	font-weight: 400;
	color: #c11e33;
	opacity: 1;
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 1;
	outline: none
}
.bootstrap-datetimepicker-widget table td.day.old {
	pointer-events: none;
	color: transparent;
	position: relative;
}
.bootstrap-datetimepicker-widget table td.day.old:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: #c3c3c3;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bootstrap-datetimepicker-widget .datepicker {
	padding: 0 12px;
}
.bootstrap-datetimepicker-widget .datepicker thead {
	position: relative
}
.bootstrap-datetimepicker-widget .datepicker thead:after {
	content: "";
	position: absolute;
	right: 25px;
	left: 25px;
	border-bottom: 2px solid #e4e4e4;
	top: 46px;
}
.bootstrap-datetimepicker-widget .datepicker tbody {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8em;
}
.bootstrap-datetimepicker-widget table td.day.new {
	pointer-events: none;
	opacity: 0;
	display: none
}
.bootstrap-datetimepicker-widget table td.today:before {
	display: none;
}
.bootstrap-datetimepicker-widget table td.today {
	position: relative;
	color: #f44336;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #c11e33;
	color: #fff;
}
.bootstrap-datetimepicker-widget table td {
	position: relative
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: transparent;
	cursor: pointer;
	color: #c11e33;
}
.bootstrap-datetimepicker-widget table td span.year,
.bootstrap-datetimepicker-widget table td span.month,
.bootstrap-datetimepicker-widget table td span.decade {
	position: relative
}
.bootstrap-datetimepicker-widget table td.day:before,
.bootstrap-datetimepicker-widget table td span.month:after,
.bootstrap-datetimepicker-widget table td span.year:after,
.bootstrap-datetimepicker-widget table td span.decade:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid transparent;
	border-radius: 3px;
}
.bootstrap-datetimepicker-widget table td.day:not(.old):hover:before,
.bootstrap-datetimepicker-widget table td span.month:hover:after,
.bootstrap-datetimepicker-widget table td span.year:hover:after,
.bootstrap-datetimepicker-widget table td span.decade:hover:after {
	border-color: #c11e33;
}
.bootstrap-datetimepicker-widget .datepicker thead tr th.dow {
	font-weight: 400;
	font-size: 14px;
	padding-top: 12px;
}
.bootstrap-datetimepicker-widget .datepicker thead tr th.picker-switch {
	padding: 10px 0;
	font-weight: 500;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev .glyphicon, .bootstrap-datetimepicker-widget table thead tr:first-child th.next .glyphicon {
	display: none;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev {
	padding: 0;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev::after,
.bootstrap-datetimepicker-widget table thead tr:first-child th.next::after {
	font: 34px/1 FontAwesome;
	display: inline-block;
	vertical-align: middle;
	color: #c11e33;
	cursor: pointer;
	position: relative;
	clip: unset;
	width: inherit;
	height: 35px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev::after {
	content: "\f104"
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.next::after {
	content: "\f105"
}
.bootstrap-datetimepicker-widget {
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	border-radius: 10px;
	border: none;
	padding: 4px 0 !important;
	width: 276px !important;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
	display: none !important
}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow {
	position: relative;
	font-weight: 500;
	color: #000;
}
/* .bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:after {
	position: absolute;
	top: 11px;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(1):after {content: "S";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(2):after {content: "M";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(3):after {content: "T";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(4):after {content: "W";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(5):after {content: "T";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(6):after {content: "F";}
.bootstrap-datetimepicker-widget .datepicker .datepicker-days thead th.dow:nth-child(7):after {content: "S";} */
.bootstrap-datetimepicker-widget table td span.month,
.bootstrap-datetimepicker-widget table td span.year {
	line-height: 34px;
	height: 35px;
}
.bootstrap-datetimepicker-widget table td span.month.active,
.bootstrap-datetimepicker-widget table td span.year.active,
.bootstrap-datetimepicker-widget table td span.decade.active {
	background-color: #c11e33;
	color: #fff;
	text-shadow: none;
}
.bootstrap-datetimepicker-widget table td span.month:hover,
.bootstrap-datetimepicker-widget table td span.year:hover,
.bootstrap-datetimepicker-widget table td span.decade:hover {
	background: transparent;
	color: #c11e33;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: transparent !important
}
.bootstrap-datetimepicker-widget table td span.decade {
	line-height: initial;
	height: initial;
	padding: 12px 0;
	vertical-align: top;
}
.bootstrap-datetimepicker-widget table td span.decade.active {
	background: #c11e33;
	color: #fff;
	text-shadow: none
}
.bootstrap-datetimepicker-widget .datepicker-decades tbody tr:first-child td {
	padding-top: 15px;
}
.datepicker .picker-switch {
	pointer-events: none;
}
table.table.body-gray th {
	padding: 6px 15px
}
table.table.body-gray td {
	padding: 9px 15px
}
@media (min-width: 1024px) {
	.modal-dialog {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.modal-dialog {
    max-width: 800px;
	}
}
@media (max-width: 991px) {
	.h3.weight-700 {
    font-size: 20px;
	}
	.font-md-16 {font-size: 16px}
	.font-md-18 {font-size: 18px}
	.font-md-20 {font-size: 20px}
	.font-md-22 {font-size: 22px}
	.font-md-24 {font-size: 24px}
	.font-md-26 {font-size: 26px}
	.font-md-28 {font-size: 28px}
	.font-md-30 {font-size: 30px}
}
@media (max-width: 767px) {
	.h3.weight-700 {
    font-size: 20px;
	}
	.font-sm-16 {font-size: 16px}
	.font-sm-18 {font-size: 18px}
	.font-sm-20 {font-size: 20px}
	.font-sm-22 {font-size: 22px}
	.font-sm-24 {font-size: 24px}
	.font-sm-26 {font-size: 26px}
	.font-sm-28 {font-size: 28px}
	.font-sm-30 {font-size: 30px}
	.navbar-toggler {
		display: inline-flex
	}
	header nav.navbar {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    display: block;
    border: none;
    right: 0;
    padding: 15px 10px;
    overflow-y: auto;
    border-top: 1px solid #e4e4e4;
		-webkit-transition: all .3s ease;
			-moz-transition: all .3s ease;
				transition: all .3s ease
	}
	header nav.navbar.active {
    top: calc(0% + 77px);
	}
	header .navbar-nav .nav-link {
    margin: 5px 10px;
    border-radius: 10px;
	}
	.datePicker.lg {
		min-width: initial
	}
}
@media only screen and (device-width: 768px) {
	header .navbar-nav .nav-link {
    padding: 14px 0 12px;
    font-size: 10px;
	}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	header .navbar-nav .nav-link {
    padding: 14px 0 12px;
    font-size: 14px;
	}
	.font-lg-16 {font-size: 16px}
	.font-lg-18 {font-size: 18px}
	.font-lg-20 {font-size: 20px}
	.font-lg-22 {font-size: 22px}
	.font-lg-24 {font-size: 24px}
	.font-lg-26 {font-size: 26px}
	.font-lg-28 {font-size: 28px}
	.font-lg-30 {font-size: 30px}
}

/*Added by Vikrant for Spinner*/
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
header .row {
	position: relative
}
header .dropdown.user-dropdown {
	position: absolute;
	right: 0
}
table .dropdown-menu {
	max-height: 150px;
}
.modal-dialog .table-responsive::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
.modal-dialog .table-responsive::-webkit-scrollbar {
	width: 6px;
	height: 8px;
	background-color: #F5F5F5;
}
.modal-dialog .table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
table .dropdown-menu .inner::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 1px solid #a2a2a2;
}
table .dropdown-menu .inner::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
table .dropdown-menu .inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c0c4c7;
}
.modal-dialog.modal-xl.large {
	padding: 3rem 0;
}
.modal-dialog.modal-xl.large .modal-content {
	height: 100%;
}
.nav-tabs.fill {
	border: 2px solid #c11e33;
	border-radius: 5px;
}
.nav-tabs.fill .nav-link {
	border: none;
	border-radius: 0;
	min-width: 170px;
	text-align: center;
	padding: 6px;
}
.nav-tabs.fill .nav-link.active,
.nav-tabs.fill .nav-link.active:hover {
	background: #c11e33;
	color: #fff;
}
.nav-tabs.fill .nav-link:hover {
	color: #c11e33;
}
.tick {
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tick:not(.valid) {
	filter: grayscale(1) opacity(0.5);
}
.back.ml-n4 {
	position: absolute;
	left: -28px;
}
.bootstrap-select.orange .dropdown-menu .dropdown-menu {
	box-shadow: none;
}
.search-icon {
	background: #fff url(../img/search.svg) no-repeat center left 10px;
	padding-left: 40px;
	box-sizing: border-box;
}
.doubleScroll-scroll-wrapper {
	position: fixed;
	bottom: 0
}


.product-order-filter.md button.btn.dropdown-toggle.btn-light {
    max-width: 265px;
}

