.ant-layout-sider-children {
	border-right: 1px solid #efefef;
}

.ant-layout {
	background: #fff !important;
}
.ant-menu-item-selected {
	color: #725bb5 !important;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	background: #f1f0f8 !important;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
	border-right: 3px solid #725bb5 !important;
}
.ant-pagination-item-active {
	border-color: #725bb5 !important;
}
.ant-table {
	border-radius: 13px;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.ant-avatar {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.ant-input:focus,
.ant-input-focused {
	border-color: #725bb5 !important;
	box-shadow: 0 0 0 2px #725bb540 !important;
}

.ant-input:hover {
	border-color: #725bb5 !important;
}

.ant-table .ant-table-container::before,
.ant-table .ant-table-container::after {
	display: none;
}

.ant-table-thead > tr > th {
	background: #fff !important;
	font-size: 12px;
	color: #0000008a !important;
	font-weight: 500;
}

.ant-table-thead
	> tr
	> th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
	background-color: unset !important;
}

.ant-picker {
	width: 100%;
	padding: 8px 10px !important;
	border-radius: 7px !important;
}

.ant-btn-primary {
	background: #725bb5 !important;
	border-color: #725bb5 !important;
}

.ant-btn {
	border-radius: 7px !important;
	height: 38px !important;
}

.ant-picker:hover,
.ant-picker-focused {
	border-color: #725bb5 !important;
}

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
	border: 1px solid #725bb5 !important;
}

.ant-picker-today-btn {
	color: #725bb5 !important;
}

.ant-picker-header-view button:hover {
	color: #725bb5 !important;
}

.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
	background: #725bb5 !important;
}

.ant-table-container {
	box-shadow: 0px 0px 4px 1px #c1c1c14d;
}

#nav-container {
	z-index: 11;
	position: absolute;
	top: 50px;
	bottom: 0;
	left: -220px;
	width: 220px;
	padding: 0;
	background-color: #fefefe;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: -blackberry-touch;
}
@media (min-width: 768px) {
	#nav-container {
		left: 0;
	}
}
#nav-container ul {
	padding-left: 0;
	list-style: none;
}

#nav-wrapper {
	width: 100%;
	height: 100%;
	border-right: 2px solid #e5e5e5;
}

#nav {
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: -blackberry-touch;
}
#nav > li > a > i,
#nav > li > a > .nav-icon {
	display: inline;
	margin-right: 6px;
	line-height: 1;
}
#nav a {
	color: #767676;
}
#nav a:hover {
	text-decoration: none;
}
#nav > li {
	position: relative;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
#nav > li.open > a,
#nav > li.active > a,
#nav > li:hover > a {
	background-color: #f1f1f1;
}
#nav > li.open > a > i:before,
#nav > li.active > a > i:before,
#nav > li:hover > a > i:before {
	color: white;
}
#nav > li.open > a > i .icon-bg,
#nav > li.active > a > i .icon-bg,
#nav > li:hover > a > i .icon-bg {
	left: 0;
}
#nav > li:first-child > a {
	border-top: 0;
}
#nav > li > a {
	position: relative;
	display: block;
	height: 50px;
	padding: 15px 15px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#nav > li > a > i {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	margin: -15px 10px -15px -15px;
}
#nav > li > a > i:before {
	position: relative;
	z-index: 1;
}
#nav > li > a > i .icon-bg {
	position: absolute;
	z-index: 12;
	z-index: 0;
	left: -47px;
	width: 100%;
	top: 0;
	bottom: 0;
	-webkit-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}
#nav > li > a > .badge {
	position: absolute;
	top: 16px;
	right: 5px;
}
#nav > li > .icon-has-ul {
	position: absolute;
	top: 20px;
	right: 15px;
}
#nav ul {
	background-color: #f1f1f1;
	display: none;
}
#nav ul a {
	font-size: 13px;
}
#nav ul li {
	position: relative;
	padding: 0;
}
#nav ul li:hover a,
#nav ul li.active a {
	background-color: #e5e5e5;
}
#nav ul li:last-child > a {
	border-bottom: 0;
}
#nav ul li > a {
	position: relative;
	display: block;
	padding: 13px 0 13px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#nav ul li > a:first-child {
	border-top: none;
}
#nav ul li > a i.fa-caret-right {
	margin-right: 25px;
}
#nav ul li > a > .badge {
	position: absolute;
	right: 5px;
	top: 12px;
}
#dash_nav {
	padding: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: -blackberry-touch;
}
#dash_nav > li > a > i,
#dash_nav > li > a > .nav-icon {
	display: inline;
	margin-right: 6px;
	line-height: 1;
}
#dash_nav a {
	color: #767676;
}
#dash_nav a:hover {
	text-decoration: none;
}
#dash_nav > li {
	position: relative;
	margin: 0;
	text-align: left;
	font-weight: bold;
	width: 100%;
}
#dash_nav > li.open > a,
#dash_nav > li.active > a,
#dash_nav > li:hover > a {
	background-color: #f1f1f1;
}
#dash_nav > li.open > a > i:before,
#dash_nav > li.active > a > i:before,
#dash_nav > li:hover > a > i:before {
	color: white;
}
#dash_nav > li.open > a > i .icon-bg,
#dash_nav > li.active > a > i .icon-bg,
#dash_nav > li:hover > a > i .icon-bg {
	left: 0;
}
#dash_nav > li:first-child > a {
	border-top: 0;
}
#dash_nav > li > a {
	position: relative;
	display: block;
	height: 50px;
	padding: 15px 15px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#dash_nav > li > a > i {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	margin: -15px 10px -15px -15px;
}
#dash_nav > li > a > i:before {
	position: relative;
	z-index: 1;
}
#dash_nav > li > a > i .icon-bg {
	position: absolute;
	z-index: 12;
	z-index: 0;
	left: -47px;
	width: 100%;
	top: 0;
	bottom: 0;
	-webkit-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}
#dash_nav > li > a > .badge {
	position: absolute;
	top: 16px;
	right: 5px;
}
#dash_nav > li > .icon-has-ul {
	position: absolute;
	top: 20px;
	right: 15px;
}
#dash_nav ul {
	background-color: #f1f1f1;
}
#dash_nav ul a {
	font-size: 13px;
}
#dash_nav ul li {
	position: relative;
	padding: 0;
	width: 100%;
}
#dash_nav ul li:hover a,
#dash_nav ul li.active a {
	background-color: #e5e5e5;
}
#dash_nav ul li:last-child > a {
	border-bottom: 0;
}
#dash_nav ul li > a {
	position: relative;
	display: block;
	padding: 13px 0 13px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#dash_nav ul li > a:first-child {
	border-top: none;
}
#dash_nav ul li > a i.fa-caret-right {
	margin-right: 25px;
}
#dash_nav ul li > a > .badge {
	position: absolute;
	right: 5px;
	top: 12px;
}
.on-canvas #nav-container {
	left: 0;
}
.on-canvas .top-header .top-nav {
	margin-left: 220px;
}
@media (min-width: 768px) {
	.on-canvas .top-header .top-nav {
		margin-left: 0;
	}
}
.on-canvas #content {
	left: 220px;
}

@media (min-width: 768px) {
	.nav-min #nav-container {
		width: 50px;
	}
	.nav-min #content {
		left: 50px;
	}
	.nav-min .slimScrollDiv {
		overflow: visible !important;
	}
	.nav-min #nav {
		overflow: visible !important;
	}
	.nav-min #nav > li {
		width: 50px;
	}
	.nav-min #nav > li > a > i:before {
		color: white;
	}
	.nav-min #nav > li > a > i > .icon-bg {
		left: 0;
	}
	.nav-min #nav > li > a > span {
		display: none;
	}
	.nav-min #nav > li .icon-has-ul {
		display: none;
	}
	.nav-min #nav > li > ul {
		position: absolute;
		left: 100%;
		top: 0;
		width: 220px;
		-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	}
	.nav-min #nav > li:hover > ul,
	.nav-min #nav > li.open > ul {
		display: block !important;
	}
}
.top-header {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
	.top-header {
		height: 50px;
		background-color: #222533;
	}
}
.top-header a:hover {
	text-decoration: none;
}
.top-header .hidden-mobile {
	display: none;
}
@media (min-width: 480px) {
	.top-header .hidden-mobile {
		display: inline;
	}
}
.top-header .toggle-min {
	display: none;
	z-index: 11;
	position: absolute;
	left: 180px;
	top: 10px;
	line-height: 30px;
	font-size: 18px;
	color: #ccc;
}
@media (min-width: 768px) {
	.top-header .toggle-min {
		display: block;
	}
}
.top-header .logo {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #222533;
}
.top-header .logo a img {
	margin-bottom: 6px;
	height: 36px;
	margin-left: -56px;
}
@media (min-width: 768px) {
	.top-header .logo {
		display: inline-block;
		width: 220px;
	}
}
.top-header .logo > a {
	font-size: 24px;
	vertical-align: middle;
	color: #fafafa;
}
.top-header .logo > a .logo-icon {
	color: #fafafa;
	margin-right: 12px;
}
.top-header .menu-button {
	display: block;
	position: absolute;
	top: 8px;
	right: 20px;
	width: 46px;
	padding: 10px 12px;
	border-radius: 4px;
}
.top-header .menu-button:hover {
	cursor: pointer;
	background-color: #181a24;
}
.top-header .menu-button .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
.top-header .menu-button .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.top-header .menu-button {
		display: none;
	}
}
.top-header .dropdown-menu.panel {
	padding: 0;
	white-space: nowrap;
}
.top-header .dropdown-menu.panel .panel-heading,
.top-header .dropdown-menu.panel .panel-footer {
	padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group-item {
	padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group-item > a {
	display: block;
}
.top-header .dropdown-menu.panel .media .media-body {
	padding-right: 75px;
}
.top-header .top-nav {
	width: 100%;
	padding: 60px 0 0;
}
@media (min-width: 768px) {
	.top-header .top-nav {
		padding: 10px 0 0 220px;
	}
}
.top-header .top-nav .nav-left,
.top-header .top-nav .nav-right {
	font-size: 16px;
	line-height: 22px;
}
.top-header .top-nav .nav-left > li,
.top-header .top-nav .nav-right > li {
	float: left;
}
.top-header .top-nav .nav-left > li.nav-profile > a,
.top-header .top-nav .nav-right > li.nav-profile > a {
	padding: 0;
}
.top-header .top-nav .nav-left > li.nav-profile .hidden-xs,
.top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
	padding-right: 8px;
}
.top-header .top-nav .nav-left > li.nav-profile i,
.top-header .top-nav .nav-right > li.nav-profile i {
	width: 18px;
	font-size: 16px;
	margin-right: 5px;
}
.top-header .top-nav .nav-left > li a:hover,
.top-header .top-nav .nav-left > li a:focus,
.top-header .top-nav .nav-right > li a:hover,
.top-header .top-nav .nav-right > li a:focus {
	text-decoration: none;
}
.top-header .top-nav .nav-left > li > .btn-group > a,
.top-header .top-nav .nav-left > li > a,
.top-header .top-nav .nav-right > li > .btn-group > a,
.top-header .top-nav .nav-right > li > a {
	position: relative;
	background-color: #eeeeee;
	display: block;
	padding: 4px 8px;
	border-radius: 22px;
}
@media (min-width: 768px) {
	.top-header .top-nav .nav-left > li > .btn-group > a,
	.top-header .top-nav .nav-left > li > a,
	.top-header .top-nav .nav-right > li > .btn-group > a,
	.top-header .top-nav .nav-right > li > a {
		background-color: transparent;
		color: #fafafa;
	}
}
.top-header .top-nav .nav-left > li > .btn-group > a .badge,
.top-header .top-nav .nav-left > li > a .badge,
.top-header .top-nav .nav-right > li > .btn-group > a .badge,
.top-header .top-nav .nav-right > li > a .badge {
	position: absolute;
	top: -5px;
	right: -10px;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu a:hover,
.top-header .top-nav .nav-right > li ul.dropdown-menu a:hover {
	background-color: #1c7ebb;
	color: #fff;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu .glyphicon,
.top-header .top-nav .nav-right > li ul.dropdown-menu .glyphicon {
	margin-right: 10px;
}
.top-header .top-nav .nav-left {
	float: left;
	padding: 0 12px;
}
.top-header .top-nav .nav-left > li {
	margin-right: 15px;
}
.top-header .top-nav .nav-right {
	padding: 0 12px;
}
.top-header .top-nav .nav-right > li {
	margin-left: 15px;
}
.top-header .langs .list-langs a {
	position: relative;
	padding: 8px 20px 8px 57px;
}
.top-header .langs .list-langs a .flag {
	position: absolute;
	top: 7px;
	left: 15px;
}

.view-containter {
	position: relative;
}

#content {
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-overflow-scrolling: -blackberry-touch;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.bg-orange {
	background-color: #f98e33;
	color: white;
}

.collapseClose {
	/* display: none; */
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.collapse.in {
	display: block;
}

.collapseOpen {
	display: block;
	height: 178px;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}

img.img-circle {
	border-radius: 50%;
}

img.img30_30 {
	width: 30px;
	height: 30px;
}

.pull-right {
	float: right !important;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}

#dash_nav .accordion-body {
	padding: unset !important;
}

#dash_nav .accordion button {
	position: relative;
	display: block;
	height: 50px;
	padding: 15px 15px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#dash_nav .accordion-header a > i {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	margin: -15px 10px -15px -15px;
}

#dash_nav .accordion > li:hover > a > i .icon-bg {
	left: 0;
}

#dash_nav .accordion .icon-bg {
	position: absolute;
	z-index: 0;
	left: -47px;
	width: 100%;
	top: 0;
	bottom: 0;
	-webkit-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

#dash_nav > li:hover .accordion .icon-bg {
	left: 0;
}

#dash_nav > li .accordion-header > button > a > i:before {
	position: relative;
	z-index: 1;
}

#dash_nav > li:hover .accordion-header > button > a > i:before {
	color: white;
}

#dash_nav > li.open .accordion > .accordion-header > button,
#dash_nav > li.active .accordion > .accordion-header > button,
#dash_nav > li:hover .accordion > .accordion-header > button {
	background-color: #f1f1f1 !important;
}

.accordion-header > button > a > span {
	font-size: 14px;
	font-weight: 600;
}

.accordion-button:focus {
	border-color: unset !important;
	box-shadow: unset !important;
	background-color: white;
	border-bottom: 1px solid #e5e5e5 !important;
}

.accordion-button:not(.collapsed) {
	color: unset !important;
	background-color: unset !important;
	border-bottom: 1px solid #e5e5e5 !important;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999999;
	border-radius: 10px;
	border-radius: 2.25rem !important;
}
.badge-danger {
	background-color: #e94b3b;
}

.nav-user {
	display: flex;
	align-items: center;
}

.nav-user .nav-link {
	padding: 0px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 300;
}

.nav-user .dropdown-toggle::after {
	display: none;
}

.nav-user .dropdown-menu {
	margin: 8px 0px;
	border-radius: 0px;
}

.nav-user .dropdown-item {
	font-size: 14px;
	padding: 1px 20px;
	font-weight: normal;
}

.dropdown-menu:after {
	content: " ";
	position: absolute;
	left: 13px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid white;
	left: auto;
	right: 13px;
}

.dropdown-menu:before {
	content: " ";
	position: absolute;
	right: 12px;
	top: -16px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}

.nav-dropdown-menu {
	position: absolute !important;
	top: 7px;
	background: transparent;
}

.nav-dropdown-menu .dropdown-toggle::after {
	visibility: hidden;
}

.top-nav .ant-menu-submenu-arrow::before {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 0px;
	margin-right: -10px;
}

.top-nav .ant-menu-submenu-arrow::before,
.top-nav .ant-menu-submenu-arrow::after {
	transform: unset;
	background-color: transparent;
	position: relative;
}

.top-nav .ant-menu {
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 0px;
	border-radius: 2px;
}

.top-nav .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
	height: 25px;
	line-height: 24px;
	margin: 0px;
}

.top-nav .ant-menu-vertical .ant-menu-submenu-title {
	padding-right: 15px;
}

.top-nav .ant-menu-light .ant-menu-submenu-title:hover,
.ant-menu-light .ant-menu-item:hover {
	background-color: #1c7ebb;
	color: #fff !important;
}

.top-nav-sub-menu .ant-menu-vertical > .ant-menu-item {
	height: 25px;
	line-height: 24px;
	margin: 0px;
}

.top-nav-sub-menu .ant-menu {
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	padding: 5px 0px !important;
	box-shadow: unset !important;
}

.ant-menu-submenu-popup {
	transform-origin: unset !important;
}

.top-nav-sub-menu {
	transition: unset !important;
}
.ant-menu-submenu-open {
	transition: unset !important;
}

@media (max-width: 767px) {
	@media -sass-debug-info {
		filename {
			font-family: file\:\/\/C\:\/xampp\/htdocs\/flatify\/flatify\/client\/styles\/bootstrap\/bootstrap\/mixins\/_responsive-visibility\.scss;
		}
		line {
			font-family: \0000318;
		}
	}
	.hidden-xs {
		display: none !important;
	}
}

#dLabel {
	background-color: none;
}

.nav-app {
	position: absolute;
}

.table-selector {
	width: 100%;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
	border-color: #725bb5 !important;
}

.ant-select:not(.ant-select-disabled):focus .ant-select-selector {
	border-color: #725bb5 !important;
}

.input-container .ant-checkbox-wrapper {
	margin-top: 9px;
}

.ant-form-item-explain.ant-form-item-explain-error {
	font-size: 11px;
}
.ant-form-item-has-error input {
	border-color: #ff4d4f !important;
}

.ant-form-item-has-error .ant-form-item-control div[role="alert"] {
}

.sched-table-wrapper {
	position: relative;
	padding: 20px;
}

.run-offset-fields .ant-picker {
	width: unset;
	padding: 5px 10px !important;
	border-radius: unset !important;
}
.run-offset-fields {
	display: flex;
	align-items: center;
}
.run-offset-fields span {
	margin: 0px 5px;
}

.ant-btn-default:active,
.ant-btn-default:focus,
.ant-btn-default:hover {
	color: #725bb5 !important;
	border-color: #725bb5 !important;
}

.ant-radio-button-wrapper:hover {
	color: #725bb5 !important;
}
