@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/MaterialIcons-Regular.eot");
	src: local('Material Icons'), local('MaterialIcons-Regular'), url("../fonts/MaterialIcons-Regular.woff2") format('woff2'), url("../fonts/MaterialIcons-Regular.woff") format('woff'), url("../fonts/MaterialIcons-Regular.ttf") format('truetype')
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	font-size: unset;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga'
}
[type=radio]:checked,
[type=radio]:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}
[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.switch,
.switch *,
[type=checkbox]+label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}
[type=radio]+label:after,
[type=radio]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	transition: .28s ease
}
[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after,
[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:after,
[type=radio]:not(:checked)+label:before {
	border-radius: 50%
}
[type=radio]:not(:checked)+label:after,
[type=radio]:not(:checked)+label:before {
	border: 2px solid #5a5a5a
}
[type=radio]:not(:checked)+label:after {
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0)
}
[type=radio]:checked+label:before {
	border: 2px solid transparent
}
[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after {
	border: 2px solid #6943cc
}
[type=radio].with-gap:checked+label:after,
[type=radio]:checked+label:after {
	background-color: #6943cc;
	z-index: 0
}
[type=radio]:checked+label:after {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}
[type=radio].with-gap:checked+label:after {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
[type=radio].tabbed:focus+label:before {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}
[type=radio].with-gap:disabled:checked+label:before {
	border: 2px solid rgba(0, 0, 0, .26)
}
[type=radio].with-gap:disabled:checked+label:after {
	border: none;
	background-color: rgba(0, 0, 0, .26)
}
[type=radio]:disabled:checked+label:before,
[type=radio]:disabled:not(:checked)+label:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .26)
}
[type=radio]:disabled+label {
	color: rgba(0, 0, 0, .26)
}
[type=radio]:disabled:not(:checked)+label:before {
	border-color: rgba(0, 0, 0, .26)
}
[type=radio]:disabled:checked+label:after {
	background-color: rgba(0, 0, 0, .26);
	border-color: #bdbdbd
}
form p {
	margin-bottom: 10px;
	text-align: left
}
form p:last-child {
	margin-bottom: 0
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	position: absolute !important;
	opacity: 0 !important;
	CURSOR: POINTER;
	Z-INDEX: 99
}
[type=checkbox]+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem
}
[type=checkbox]+label:before,
[type=checkbox]:not(.filled-in)+label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	margin-top: 2px;
	transition: .2s
}
span.text_checkbox {
	padding-left: 15px
}
span.input_check input {
	position: absolute;
	top: -1px;
	opacity: 1 !important
}
.sigerr_msg label.text_checkbox {
	color: red;
	font-size: 14px;
	font-weight: 700
}
div#kl>div {
	margin-top: 15px
}
[type=checkbox]:not(.filled-in)+label:after {
	border: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}
[type=checkbox]:not(:checked):disabled+label:before {
	border: none;
	background-color: rgba(0, 0, 0, .26)
}
[type=checkbox].tabbed:focus+label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .1)
}
[type=checkbox]:checked+label:before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #6943cc;
	border-bottom: 2px solid #6943cc;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
[type=checkbox]:checked:disabled+label:before {
	border-right: 2px solid rgba(0, 0, 0, .26);
	border-bottom: 2px solid rgba(0, 0, 0, .26)
}
[type=checkbox]:indeterminate+label:before {
	top: -11px;
	left: -12px;
	width: 10px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #6943cc;
	border-bottom: none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
[type=checkbox]:indeterminate:disabled+label:before {
	border-right: 2px solid rgba(0, 0, 0, .26);
	background-color: transparent
}
[type=checkbox].filled-in+label:after {
	border-radius: 2px
}
[type=checkbox].filled-in+label:after,
[type=checkbox].filled-in+label:before {
	content: '';
	left: 0;
	position: absolute;
	transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	z-index: 1
}
a.filtertabs.active.pink {
	font-weight: 700;
	color: #ff00b1;
	border-bottom: 2px solid #ff00b1
}
.switch label .lever,
.switch label .lever:after {
	content: "";
	display: inline-block
}
[type=checkbox].filled-in:not(:checked)+label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 20% 40%;
	transform-origin: 100% 100%
}
[type=checkbox].filled-in:not(:checked)+label:after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 0;
	z-index: 0
}
[type=checkbox].filled-in:checked+label:before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}
[type=checkbox].filled-in:checked+label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #6943cc;
	background-color: #6943cc;
	z-index: 0
}
[type=checkbox].filled-in.tabbed:focus+label:after {
	border-radius: 2px;
	border-color: #5a5a5a;
	background-color: rgba(0, 0, 0, .1)
}
[type=checkbox].filled-in.tabbed:checked:focus+label:after {
	border-radius: 2px;
	background-color: #6943cc;
	border-color: #6943cc
}
[type=checkbox].filled-in:disabled:not(:checked)+label:before {
	background-color: transparent;
	border: 2px solid transparent
}
[type=checkbox].filled-in:disabled:not(:checked)+label:after {
	border-color: transparent;
	background-color: #bdbdbd
}
[type=checkbox].filled-in:disabled:checked+label:before {
	background-color: transparent
}
[type=checkbox].filled-in:disabled:checked+label:after {
	background-color: #bdbdbd;
	border-color: #bdbdbd
}
.switch label {
	cursor: pointer
}
.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0
}
.switch label input[type=checkbox]:checked+.lever {
	background-color: #84c7c1
}
.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #6943cc;
	left: 24px
}
.switch label .lever {
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px
}
.switch label .lever:after {
	position: absolute;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	left: -5px;
	top: -3px;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease
}
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:checked:not(:disabled)~.lever:active::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1)
}
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:not(:disabled)~.lever:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}
.switch input[type=checkbox][disabled]+.lever {
	cursor: default
}
.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
	background-color: #bdbdbd
}
span.current {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background: #2c3844;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px
}
th.next,
th.prev {
	background: 0 0 !important;
	color: #000
}
th.datepicker-switch {
	background: no-repeat;
	color: #000
}
span.year.active {
	background: #6943cc !important;
}
a:focus,
a:hover {
	color: #6943cc;
	text-decoration: underline;
}
.filterHip.clearfix.check_filter {
	display: inline-block
}
span.old {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px
}
.detailsd.sa {
	margin-top: 25px !important
}
.popHIDES {
	display: none
}
.popSHOWS {
	display: block
}
.demo-checkbox.m-b-5.custom_select label {
	display: block;
	width: 25%
}
.language_msg.text-danger {
	font-size: 14px;
	font-weight: 700
}
.panel-group {
	margin-bottom: 15px
}
.modalprofile .modal-header .close {
	color: #fff;
	opacity: 1
}
.text_list li {
	display: flex;
	justify-content: left;
	align-items: center
}
.col-sm-12.success_msg.cus div {
	font-size: 16px !important;
	font-weight: 700
}
.chek {
	position: inherit !important;
	left: 0 !important;
	opacity: 1 !important;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 5px
}
.scroll_div_contenttt {
	max-height: 450px
}
.scroll_div_contenttt .table-responsive {
	overflow: initial
}
.row.umbre_sel .col-md-3.col-sm-6.col-xs-6 {
	margin: 5px 0;
	display: block
}
.tab-content.table_sc {
	max-height: 500px;
	overflow: auto
}
.row.umbre_sel .input-group.colorpicker {
	margin: 0 0;
	display: block
}
div#txtbox_count_no_space P {
	BACKGROUND: #fb483a;
	COLOR: #fff !important;
	DISPLAY: INLINE-BLOCK;
	PADDING: 5PX 10PX;
	MARGIN: 10PX 0PX
}
.type-max {
	font-weight: 700;
	color: #082548
}
.bs-example a {
	font-size: 14px;
	text-decoration: none;
	margin: 0 5px;
	color: #000
}
.bs-example {
	float: right
}
a.addMOre.btn.bg-green.gr_cus {
	margin: 5px 10px
}
.popmod.tab-pane.saalry_simulation.active tr:first-child {
	font-weight: 700;
	background: #445a65;
	color: #fff
}
.key_lead_status.custom_des {
	padding: 10px 15px 30px !important
}
td.custom_col a {
	FLOAT: RIGHT;
	MARGIN-RIGHT: 10%
}
td.custom_col1 i {
	FLOAT: RIGHT;
	MARGIN-RIGHT: 10%
}
.modalprofile .modal-header {
	color: #3174c9
}
.dropdown-display .dropdown-chose-list {
	font-size: 11px !important;
	color: #999b9c
}
.modalprofile .modal-body p {
	font-size: 16px
}
.modal-content.modalprofile {
	border-radius: 5px !important;
	padding: 10px
}
.profile_main_mod {
	background: #00000078
}
.profile_main_mod .modal-dialog {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -30%) !important
}
.modal-content.modalprofile h4.modal-title {
	text-align: center;
	font-size: 20px
}
a.Modal_profile {
	background: #337ab7;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none
}
div#rightSection .nav-tabs>li {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	float: none !important
}
.team_cnt_data div#team_cnt_tab {
	font-size: 24px
}
.tab_searchhh select.form-control,
.tab_searchhh.ser input.form-control {
	padding: 6px 10px !important
}
input.btn.btn-primary.waves-effect {
	cursor: pointer
}
.tab_searchhh.ser .dropdown-display {
	padding: 10px 25px 10px 5px !important;
	margin-bottom: 3px
}
.tab_searchhh.ser .dropdown-display .placeholder:first-child {
	line-height: 14px !important
}
.skillerror {
	display: inline-block;
	font-size: 15px;
	color: #fb483a
}
.btn {
	padding: 2px 6px;
	border-radius: 2px
}
.sidebar .menu .list a:active,
.sidebar .menu .list a:focus,
.sidebar .menu .list a:hover {
	color: #fff !important;
	background: #0075a8
}
li.active a {
	border-bottom: 0 solid #ddd !important;
	background: #0075a8 !important;
	color: #fff !important
}
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}
.navbar .navbar-brand {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.navbar .navbar-custom-right-menu {
	float: right
}
.navbar .navbar-toggle {
	text-decoration: none;
	color: #fff;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-right: 17px
}
.navbar .navbar-toggle:before {
	content: '\E8D5';
	font-family: 'Material Icons';
	font-size: 26px
}
.navbar .navbar-collapse.in {
	overflow: visible
}
.navbar-header .bars {
	float: left;
	text-decoration: none;
	color: #fff;
	display: none !important
}
.navbar-nav>li>a {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	color: #242934;
	font-size: 12px
}
.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #6943cc
}
#leftsidebar.left-active {
	left: 0;
	width: 260px
}
section.content {
	margin: 65px 0 0 20px !important;
	padding: 0 30px 20px;
	background-color: #f9f9f9;
	min-height: calc(100vh - 75px);
	margin-left: 90px !important;
	position: relative;
}
section.content.contact-active {
	margin-left: 260px !important
}
button.navtoggle {
	background: 0 0;
	border: none;
	margin-top: 0;
	margin-left: 15px;
	padding: 13.3px;
	background: #2c3844;
	line-height: 0;
	color: #fff;
	font-size: 24px
}
.navbar-nav .dropdown-menu {
	margin-top: 0 !important
}
.ls-closed section.content {
	margin-left: 15px
}
.ls-closed .bars:after,
.ls-closed .bars:before {
	font-family: 'Material Icons';
	font-size: 24px;
	position: absolute;
	top: 18px;
	left: 20px;
	margin-right: 10px;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}
.ls-closed .bars:before {
	content: '\E5D2';
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.ls-closed .bars:after {
	content: '\E5C4';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.ls-closed .navbar-brand {
	margin-left: 30px
}
.overlay-open .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.overlay-open .bars:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.navbar-header .bars {
	float: left;
	text-decoration: none
}
.navbar-nav .dropdown-menu {
	margin-top: 0 !important;
	padding: 0
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #ff9800
}
.label-count {
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 10px;
	line-height: 15px;
	background-color: #000;
	padding: 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus,
.col-red .navbar .navbar-brand:hover {
	color: #fff
}
.col-red .navbar .nav .open>a,
.col-red .navbar .nav .open>a:focus,
.col-red .navbar .nav .open>a:hover,
.col-red .navbar .nav>li>a:focus,
.col-red .navbar .nav>li>a:hover {
	background-color: #343a40
}
.col-red .navbar .nav>li>a {
	color: #fff
}
.col-red .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-red .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus,
.col-pink .navbar .navbar-brand:hover {
	color: #fff
}
.col-pink .navbar .nav .open>a,
.col-pink .navbar .nav .open>a:focus,
.col-pink .navbar .nav .open>a:hover,
.col-pink .navbar .nav>li>a:focus,
.col-pink .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-pink .navbar .nav>li>a {
	color: #fff
}
.col-pink .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-pink .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus,
.col-purple .navbar .navbar-brand:hover {
	color: #fff
}
.col-purple .navbar .nav .open>a,
.col-purple .navbar .nav .open>a:focus,
.col-purple .navbar .nav .open>a:hover,
.col-purple .navbar .nav>li>a:focus,
.col-purple .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-purple .navbar .nav>li>a {
	color: #fff
}
.col-purple .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-purple .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus,
.col-deep-purple .navbar .navbar-brand:hover {
	color: #fff
}
.col-deep-purple .navbar .nav .open>a,
.col-deep-purple .navbar .nav .open>a:focus,
.col-deep-purple .navbar .nav .open>a:hover,
.col-deep-purple .navbar .nav>li>a:focus,
.col-deep-purple .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-deep-purple .navbar .nav>li>a {
	color: #fff
}
.col-deep-purple .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-deep-purple .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus,
.col-indigo .navbar .navbar-brand:hover {
	color: #fff
}
.col-indigo .navbar .nav .open>a,
.col-indigo .navbar .nav .open>a:focus,
.col-indigo .navbar .nav .open>a:hover,
.col-indigo .navbar .nav>li>a:focus,
.col-indigo .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-indigo .navbar .nav>li>a {
	color: #fff
}
.col-indigo .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-indigo .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus,
.col-blue .navbar .navbar-brand:hover {
	color: #fff
}
.col-blue .navbar .nav .open>a,
.col-blue .navbar .nav .open>a:focus,
.col-blue .navbar .nav .open>a:hover,
.col-blue .navbar .nav>li>a:focus,
.col-blue .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-blue .navbar .nav>li>a {
	color: #fff
}
.col-blue .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-blue .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus,
.col-light-blue .navbar .navbar-brand:hover {
	color: #fff
}
.col-light-blue .navbar .nav .open>a,
.col-light-blue .navbar .nav .open>a:focus,
.col-light-blue .navbar .nav .open>a:hover,
.col-light-blue .navbar .nav>li>a:focus,
.col-light-blue .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-light-blue .navbar .nav>li>a {
	color: #fff
}
.col-light-blue .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-light-blue .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus,
.col-cyan .navbar .navbar-brand:hover {
	color: #fff
}
.col-cyan .navbar .nav .open>a,
.col-cyan .navbar .nav .open>a:focus,
.col-cyan .navbar .nav .open>a:hover,
.col-cyan .navbar .nav>li>a:focus,
.col-cyan .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-cyan .navbar .nav>li>a {
	color: #fff
}
.col-cyan .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-cyan .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus,
.col-teal .navbar .navbar-brand:hover {
	color: #fff
}
.col-teal .navbar .nav .open>a,
.col-teal .navbar .nav .open>a:focus,
.col-teal .navbar .nav .open>a:hover,
.col-teal .navbar .nav>li>a:focus,
.col-teal .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-teal .navbar .nav>li>a {
	color: #fff
}
.col-teal .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-teal .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus,
.col-green .navbar .navbar-brand:hover {
	color: #fff
}
.col-green .navbar .nav .open>a,
.col-green .navbar .nav .open>a:focus,
.col-green .navbar .nav .open>a:hover,
.col-green .navbar .nav>li>a:focus,
.col-green .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-green .navbar .nav>li>a {
	color: #fff
}
.col-green .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-green .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus,
.col-light-green .navbar .navbar-brand:hover {
	color: #fff
}
.col-light-green .navbar .nav .open>a,
.col-light-green .navbar .nav .open>a:focus,
.col-light-green .navbar .nav .open>a:hover,
.col-light-green .navbar .nav>li>a:focus,
.col-light-green .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-light-green .navbar .nav>li>a {
	color: #fff
}
.col-light-green .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-light-green .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus,
.col-lime .navbar .navbar-brand:hover {
	color: #fff
}
.col-lime .navbar .nav .open>a,
.col-lime .navbar .nav .open>a:focus,
.col-lime .navbar .nav .open>a:hover,
.col-lime .navbar .nav>li>a:focus,
.col-lime .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-lime .navbar .nav>li>a {
	color: #fff
}
.col-lime .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-lime .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus,
.col-yellow .navbar .navbar-brand:hover {
	color: #fff
}
.col-yellow .navbar .nav .open>a,
.col-yellow .navbar .nav .open>a:focus,
.col-yellow .navbar .nav .open>a:hover,
.col-yellow .navbar .nav>li>a:focus,
.col-yellow .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-yellow .navbar .nav>li>a {
	color: #fff
}
.col-yellow .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-yellow .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus,
.col-amber .navbar .navbar-brand:hover {
	color: #fff
}
.col-amber .navbar .nav .open>a,
.col-amber .navbar .nav .open>a:focus,
.col-amber .navbar .nav .open>a:hover,
.col-amber .navbar .nav>li>a:focus,
.col-amber .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-amber .navbar .nav>li>a {
	color: #fff
}
.col-amber .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-amber .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus,
.col-orange .navbar .navbar-brand:hover {
	color: #fff
}
.col-orange .navbar .nav .open>a,
.col-orange .navbar .nav .open>a:focus,
.col-orange .navbar .nav .open>a:hover,
.col-orange .navbar .nav>li>a:focus,
.col-orange .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-orange .navbar .nav>li>a {
	color: #fff
}
.col-orange .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-orange .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus,
.col-deep-orange .navbar .navbar-brand:hover {
	color: #fff
}
.col-deep-orange .navbar .nav .open>a,
.col-deep-orange .navbar .nav .open>a:focus,
.col-deep-orange .navbar .nav .open>a:hover,
.col-deep-orange .navbar .nav>li>a:focus,
.col-deep-orange .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-deep-orange .navbar .nav>li>a {
	color: #fff
}
.col-deep-orange .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-deep-orange .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus,
.col-brown .navbar .navbar-brand:hover {
	color: #fff
}
.col-brown .navbar .nav .open>a,
.col-brown .navbar .nav .open>a:focus,
.col-brown .navbar .nav .open>a:hover,
.col-brown .navbar .nav>li>a:focus,
.col-brown .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-brown .navbar .nav>li>a {
	color: #fff
}
.col-brown .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-brown .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus,
.col-grey .navbar .navbar-brand:hover {
	color: #fff
}
.col-grey .navbar .nav .open>a,
.col-grey .navbar .nav .open>a:focus,
.col-grey .navbar .nav .open>a:hover,
.col-grey .navbar .nav>li>a:focus,
.col-grey .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-grey .navbar .nav>li>a {
	color: #fff
}
.col-grey .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-grey .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus,
.col-blue-grey .navbar .navbar-brand:hover {
	color: #fff
}
.col-blue-grey .navbar .nav .open>a,
.col-blue-grey .navbar .nav .open>a:focus,
.col-blue-grey .navbar .nav .open>a:hover,
.col-blue-grey .navbar .nav>li>a:focus,
.col-blue-grey .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-blue-grey .navbar .nav>li>a {
	color: #fff
}
.col-blue-grey .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-blue-grey .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus,
.col-black .navbar .navbar-brand:hover {
	color: #fff
}
.col-black .navbar .nav .open>a,
.col-black .navbar .nav .open>a:focus,
.col-black .navbar .nav .open>a:hover,
.col-black .navbar .nav>li>a:focus,
.col-black .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-black .navbar .nav>li>a {
	color: #fff
}
.col-black .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-black .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus,
.col-white .navbar .navbar-brand:hover {
	color: #fff
}
.col-white .navbar .nav .open>a,
.col-white .navbar .nav .open>a:focus,
.col-white .navbar .nav .open>a:hover,
.col-white .navbar .nav>li>a:focus,
.col-white .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-white .navbar .nav>li>a {
	color: #fff
}
.col-white .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-white .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.material-icons.md-18 {
	font-size: 18px
}
.material-icons.md-24 {
	font-size: 24px
}
.material-icons.md-26 {
	font-size: 26px
}
.material-icons.md-28 {
	font-size: 28px
}
.material-icons.md-30 {
	font-size: 30px
}
.material-icons.md-32 {
	font-size: 32px
}
.material-icons.md-36 {
	font-size: 36px
}
.material-icons.md-48 {
	font-size: 48px
}
.m-l--125 {
	margin-left: -125px
}
.m-t--125 {
	margin-top: -125px
}
.m-r--125 {
	margin-right: -125px
}
.m-b--125 {
	margin-bottom: -125px
}
.m-l--120 {
	margin-left: -120px
}
.m-t--120 {
	margin-top: -120px
}
.m-r--120 {
	margin-right: -120px
}
.m-b--120 {
	margin-bottom: -120px
}
.m-l--115 {
	margin-left: -115px
}
.m-t--115 {
	margin-top: -115px
}
.m-r--115 {
	margin-right: -115px
}
.m-b--115 {
	margin-bottom: -115px
}
.m-l--110 {
	margin-left: -110px
}
.m-t--110 {
	margin-top: -110px
}
.m-r--110 {
	margin-right: -110px
}
.m-b--110 {
	margin-bottom: -110px
}
.m-l--105 {
	margin-left: -105px
}
.m-t--105 {
	margin-top: -105px
}
.m-r--105 {
	margin-right: -105px
}
.m-b--105 {
	margin-bottom: -105px
}
.m-l--100 {
	margin-left: -100px
}
.m-t--100 {
	margin-top: -100px
}
.m-r--100 {
	margin-right: -100px
}
.m-b--100 {
	margin-bottom: -100px
}
.m-l--95 {
	margin-left: -95px
}
.m-t--95 {
	margin-top: -95px
}
.m-r--95 {
	margin-right: -95px
}
.m-b--95 {
	margin-bottom: -95px
}
.m-l--90 {
	margin-left: -90px
}
.m-t--90 {
	margin-top: -90px
}
.m-r--90 {
	margin-right: -90px
}
.m-b--90 {
	margin-bottom: -90px
}
.m-l--85 {
	margin-left: -85px
}
.m-t--85 {
	margin-top: -85px
}
.m-r--85 {
	margin-right: -85px
}
.m-b--85 {
	margin-bottom: -85px
}
.m-l--80 {
	margin-left: -80px
}
.m-t--80 {
	margin-top: -80px
}
.m-r--80 {
	margin-right: -80px
}
.m-b--80 {
	margin-bottom: -80px
}
.m-l--75 {
	margin-left: -75px
}
.m-t--75 {
	margin-top: -75px
}
.m-r--75 {
	margin-right: -75px
}
.m-b--75 {
	margin-bottom: -75px
}
.m-l--70 {
	margin-left: -70px
}
.m-t--70 {
	margin-top: -70px
}
.m-r--70 {
	margin-right: -70px
}
.m-b--70 {
	margin-bottom: -70px
}
.m-l--65 {
	margin-left: -65px
}
.m-t--65 {
	margin-top: -65px
}
.m-r--65 {
	margin-right: -65px
}
.m-b--65 {
	margin-bottom: -65px
}
.m-l--60 {
	margin-left: -60px
}
.m-t--60 {
	margin-top: -60px
}
.m-r--60 {
	margin-right: -60px
}
.m-b--60 {
	margin-bottom: -60px
}
.m-l--55 {
	margin-left: -55px
}
.m-t--55 {
	margin-top: -55px
}
.m-r--55 {
	margin-right: -55px
}
.m-b--55 {
	margin-bottom: -55px
}
.m-l--50 {
	margin-left: -50px
}
.m-t--50 {
	margin-top: -50px
}
.m-r--50 {
	margin-right: -50px
}
.m-b--50 {
	margin-bottom: -50px
}
.m-l--45 {
	margin-left: -45px
}
.m-t--45 {
	margin-top: -45px
}
.m-r--45 {
	margin-right: -45px
}
.m-b--45 {
	margin-bottom: -45px
}
.m-l--40 {
	margin-left: -40px
}
.m-t--40 {
	margin-top: -40px
}
.m-r--40 {
	margin-right: -40px
}
.m-b--40 {
	margin-bottom: -40px
}
.m-l--35 {
	margin-left: -35px
}
.m-t--35 {
	margin-top: -35px
}
.m-r--35 {
	margin-right: -35px
}
.m-b--35 {
	margin-bottom: -35px
}
.m-l--30 {
	margin-left: -30px
}
.m-t--30 {
	margin-top: -30px
}
.m-r--30 {
	margin-right: -30px
}
.m-b--30 {
	margin-bottom: -30px
}
.m-l--25 {
	margin-left: -25px
}
.m-t--25 {
	margin-top: -25px
}
.m-r--25 {
	margin-right: -25px
}
.m-b--25 {
	margin-bottom: -25px
}
.m-l--20 {
	margin-left: -20px
}
.m-t--20 {
	margin-top: -20px
}
.m-r--20 {
	margin-right: -20px
}
.m-b--20 {
	margin-bottom: -20px
}
.m-l--15 {
	margin-left: -15px
}
.m-t--15 {
	margin-top: -15px
}
.m-r--15 {
	margin-right: -15px
}
.m-b--15 {
	margin-bottom: -15px
}
.m-l--10 {
	margin-left: -10px
}
.m-t--10 {
	margin-top: -10px
}
.m-r--10 {
	margin-right: -10px
}
.m-b--10 {
	margin-bottom: -10px
}
.m-l--5 {
	margin-left: -5px
}
.m-t--5 {
	margin-top: -5px
}
.m-r--5 {
	margin-right: -5px
}
.m-b--5 {
	margin-bottom: -5px
}
.m-l-0 {
	margin-left: 0
}
.m-t-0 {
	margin-top: 0 !important
}
.m-r-0 {
	margin-right: 0
}
.m-b-0 {
	margin-bottom: 0 !important
}
.m-l-5 {
	margin-left: 5px
}
.m-t-5 {
	margin-top: 5px
}
.m-r-5 {
	margin-right: 5px
}
.m-b-5 {
	margin-bottom: 5px
}
.m-l-10 {
	margin-left: 10px
}
.m-t-10 {
	margin-top: 10px
}
.m-r-10 {
	margin-right: 10px
}
.m-b-10 {
	margin-bottom: 10px
}
.m-l-15 {
	margin-left: 15px
}
.m-t-15 {
	margin-top: 15px
}
.m-r-15 {
	margin-right: 15px
}
.m-b-15 {
	margin-bottom: 15px
}
.m-l-20 {
	margin-left: 20px
}
.m-t-20 {
	margin-top: 20px
}
.m-r-20 {
	margin-right: 20px
}
.m-b-20 {
	margin-bottom: 20px
}
.m-l-25 {
	margin-left: 25px
}
.m-t-25 {
	margin-top: 25px
}
.m-r-25 {
	margin-right: 25px
}
.m-b-25 {
	margin-bottom: 25px
}
.m-l-30 {
	margin-left: 30px
}
.m-t-30 {
	margin-top: 30px
}
.m-r-30 {
	margin-right: 30px
}
.m-b-30 {
	margin-bottom: 30px
}
.m-l-35 {
	margin-left: 35px
}
.m-t-35 {
	margin-top: 35px
}
.m-r-35 {
	margin-right: 35px
}
.m-b-35 {
	margin-bottom: 35px
}
.m-l-40 {
	margin-left: 40px
}
.m-t-40 {
	margin-top: 40px
}
.m-r-40 {
	margin-right: 40px
}
.m-b-40 {
	margin-bottom: 40px
}
.m-l-45 {
	margin-left: 45px
}
.m-t-45 {
	margin-top: 45px
}
.m-r-45 {
	margin-right: 45px
}
.m-b-45 {
	margin-bottom: 45px
}
.m-l-50 {
	margin-left: 50px
}
.m-t-50 {
	margin-top: 50px
}
.m-r-50 {
	margin-right: 50px
}
.m-b-50 {
	margin-bottom: 50px
}
.m-l-55 {
	margin-left: 55px
}
.m-t-55 {
	margin-top: 55px
}
.m-r-55 {
	margin-right: 55px
}
.m-b-55 {
	margin-bottom: 55px
}
.m-l-60 {
	margin-left: 60px
}
.m-t-60 {
	margin-top: 60px
}
.m-r-60 {
	margin-right: 60px
}
.m-b-60 {
	margin-bottom: 60px
}
.m-l-65 {
	margin-left: 65px
}
.m-t-65 {
	margin-top: 65px
}
.m-r-65 {
	margin-right: 65px
}
.m-b-65 {
	margin-bottom: 65px
}
.m-l-70 {
	margin-left: 70px
}
.m-t-70 {
	margin-top: 70px
}
.m-r-70 {
	margin-right: 70px
}
.m-b-70 {
	margin-bottom: 70px
}
.m-l-75 {
	margin-left: 75px
}
.m-t-75 {
	margin-top: 75px
}
.m-r-75 {
	margin-right: 75px
}
.m-b-75 {
	margin-bottom: 75px
}
.m-l-80 {
	margin-left: 80px
}
.m-t-80 {
	margin-top: 80px
}
.m-r-80 {
	margin-right: 80px
}
.m-b-80 {
	margin-bottom: 80px
}
.m-l-85 {
	margin-left: 85px
}
.m-t-85 {
	margin-top: 85px
}
.m-r-85 {
	margin-right: 85px
}
.m-b-85 {
	margin-bottom: 85px
}
.m-l-90 {
	margin-left: 90px
}
.m-t-90 {
	margin-top: 90px
}
.m-r-90 {
	margin-right: 90px
}
.m-b-90 {
	margin-bottom: 90px
}
.m-l-95 {
	margin-left: 95px
}
.m-t-95 {
	margin-top: 95px
}
.m-r-95 {
	margin-right: 95px
}
.m-b-95 {
	margin-bottom: 95px
}
.m-l-100 {
	margin-left: 100px
}
.m-t-100 {
	margin-top: 100px
}
.m-r-100 {
	margin-right: 100px
}
.m-b-100 {
	margin-bottom: 100px
}
.m-l-105 {
	margin-left: 105px
}
.m-t-105 {
	margin-top: 105px
}
.m-r-105 {
	margin-right: 105px
}
.m-b-105 {
	margin-bottom: 105px
}
.m-l-110 {
	margin-left: 110px
}
.m-t-110 {
	margin-top: 110px
}
.m-r-110 {
	margin-right: 110px
}
.m-b-110 {
	margin-bottom: 110px
}
.m-l-115 {
	margin-left: 115px
}
.m-t-115 {
	margin-top: 115px
}
.m-r-115 {
	margin-right: 115px
}
.m-b-115 {
	margin-bottom: 115px
}
.m-l-120 {
	margin-left: 120px
}
.m-t-120 {
	margin-top: 120px
}
.m-r-120 {
	margin-right: 120px
}
.m-b-120 {
	margin-bottom: 120px
}
.m-l-125 {
	margin-left: 125px
}
.m-t-125 {
	margin-top: 125px
}
.m-r-125 {
	margin-right: 125px
}
.m-b-125 {
	margin-bottom: 125px
}
.margin-0 {
	margin: 0 !important
}
.p-l-0 {
	padding-left: 0
}
.p-t-0 {
	padding-top: 0
}
.p-r-0 {
	padding-right: 0
}
.p-b-0 {
	padding-bottom: 0
}
.p-l-5 {
	padding-left: 5px
}
.p-t-5 {
	padding-top: 5px
}
.p-r-5 {
	padding-right: 5px
}
.p-b-5 {
	padding-bottom: 5px
}
.p-l-10 {
	padding-left: 10px
}
.p-t-10 {
	padding-top: 10px
}
.p-r-10 {
	padding-right: 10px
}
.p-b-10 {
	padding-bottom: 10px
}
.p-l-15 {
	padding-left: 15px
}
.p-t-15 {
	padding-top: 15px
}
.p-r-15 {
	padding-right: 15px
}
.p-b-15 {
	padding-bottom: 15px
}
.p-l-20 {
	padding-left: 20px
}
.p-t-20 {
	padding-top: 20px
}
.p-r-20 {
	padding-right: 20px
}
.p-b-20 {
	padding-bottom: 20px
}
.p-l-25 {
	padding-left: 25px
}
.p-t-25 {
	padding-top: 25px
}
.p-r-25 {
	padding-right: 25px
}
.p-b-25 {
	padding-bottom: 25px
}
.p-l-30 {
	padding-left: 30px
}
.p-t-30 {
	padding-top: 30px
}
.p-r-30 {
	padding-right: 30px
}
.p-b-30 {
	padding-bottom: 30px
}
.p-l-35 {
	padding-left: 35px
}
.p-t-35 {
	padding-top: 35px
}
.p-r-35 {
	padding-right: 35px
}
.p-b-35 {
	padding-bottom: 35px
}
.p-l-40 {
	padding-left: 40px
}
.p-t-40 {
	padding-top: 40px
}
.p-r-40 {
	padding-right: 40px
}
.p-b-40 {
	padding-bottom: 40px
}
.p-l-45 {
	padding-left: 45px
}
.p-t-45 {
	padding-top: 45px
}
.p-r-45 {
	padding-right: 45px
}
.p-b-45 {
	padding-bottom: 45px
}
.p-l-50 {
	padding-left: 50px
}
.p-t-50 {
	padding-top: 50px
}
.p-r-50 {
	padding-right: 50px
}
.p-b-50 {
	padding-bottom: 50px
}
.p-l-55 {
	padding-left: 55px
}
.p-t-55 {
	padding-top: 55px
}
.p-r-55 {
	padding-right: 55px
}
.p-b-55 {
	padding-bottom: 55px
}
.p-l-60 {
	padding-left: 60px
}
.p-t-60 {
	padding-top: 60px
}
.p-r-60 {
	padding-right: 60px
}
.p-b-60 {
	padding-bottom: 60px
}
.p-l-65 {
	padding-left: 65px
}
.p-t-65 {
	padding-top: 65px
}
.p-r-65 {
	padding-right: 65px
}
.p-b-65 {
	padding-bottom: 65px
}
.p-l-70 {
	padding-left: 70px
}
.p-t-70 {
	padding-top: 70px
}
.p-r-70 {
	padding-right: 70px
}
.p-b-70 {
	padding-bottom: 70px
}
.p-l-75 {
	padding-left: 75px
}
.p-t-75 {
	padding-top: 75px
}
.p-r-75 {
	padding-right: 75px
}
.p-b-75 {
	padding-bottom: 75px
}
.p-l-80 {
	padding-left: 80px
}
.p-t-80 {
	padding-top: 80px
}
.p-r-80 {
	padding-right: 80px
}
.p-b-80 {
	padding-bottom: 80px
}
.p-l-85 {
	padding-left: 85px
}
.p-t-85 {
	padding-top: 85px
}
.p-r-85 {
	padding-right: 85px
}
.p-b-85 {
	padding-bottom: 85px
}
.p-l-90 {
	padding-left: 90px
}
.p-t-90 {
	padding-top: 90px
}
.p-r-90 {
	padding-right: 90px
}
.p-b-90 {
	padding-bottom: 90px
}
.p-l-95 {
	padding-left: 95px
}
.p-t-95 {
	padding-top: 95px
}
.p-r-95 {
	padding-right: 95px
}
.p-b-95 {
	padding-bottom: 95px
}
.p-l-100 {
	padding-left: 100px
}
.p-t-100 {
	padding-top: 100px
}
.p-r-100 {
	padding-right: 100px
}
.p-b-100 {
	padding-bottom: 100px
}
.p-l-105 {
	padding-left: 105px
}
.p-t-105 {
	padding-top: 105px
}
.p-r-105 {
	padding-right: 105px
}
.p-b-105 {
	padding-bottom: 105px
}
.p-l-110 {
	padding-left: 110px
}
.p-t-110 {
	padding-top: 110px
}
.p-r-110 {
	padding-right: 110px
}
.p-b-110 {
	padding-bottom: 110px
}
.p-l-115 {
	padding-left: 115px
}
.p-t-115 {
	padding-top: 115px
}
.p-r-115 {
	padding-right: 115px
}
.p-b-115 {
	padding-bottom: 115px
}
.p-l-120 {
	padding-left: 120px
}
.p-t-120 {
	padding-top: 120px
}
.p-r-120 {
	padding-right: 120px
}
.p-b-120 {
	padding-bottom: 120px
}
.p-l-125 {
	padding-left: 125px
}
.p-t-125 {
	padding-top: 125px
}
.p-r-125 {
	padding-right: 125px
}
.p-b-125 {
	padding-bottom: 125px
}
.padding-0 {
	padding: 0
}
.font-6 {
	font-size: 6px
}
.font-7 {
	font-size: 7px
}
.font-8 {
	font-size: 8px
}
.font-9 {
	font-size: 9px
}
.font-10 {
	font-size: 10px
}
.font-11 {
	font-size: 11px
}
.font-12 {
	font-size: 12px
}
.font-13 {
	font-size: 13px
}
.font-14 {
	font-size: 14px
}
.font-15 {
	font-size: 15px
}
.font-16 {
	font-size: 16px
}
.font-17 {
	font-size: 17px
}
.font-18 {
	font-size: 18px
}
.font-19 {
	font-size: 19px
}
.font-20 {
	font-size: 20px
}
.font-21 {
	font-size: 21px
}
.font-22 {
	font-size: 22px
}
.font-23 {
	font-size: 23px
}
.font-24 {
	font-size: 24px
}
.font-25 {
	font-size: 25px
}
.font-26 {
	font-size: 26px
}
.font-27 {
	font-size: 27px
}
.font-28 {
	font-size: 28px
}
.font-29 {
	font-size: 29px
}
.font-30 {
	font-size: 30px
}
.font-31 {
	font-size: 31px
}
.font-32 {
	font-size: 32px
}
.font-33 {
	font-size: 33px
}
.font-34 {
	font-size: 34px
}
.font-35 {
	font-size: 35px
}
.font-36 {
	font-size: 36px
}
.font-37 {
	font-size: 37px
}
.font-38 {
	font-size: 38px
}
.font-39 {
	font-size: 39px
}
.font-40 {
	font-size: 40px
}
.font-41 {
	font-size: 41px
}
.font-42 {
	font-size: 42px
}
.font-43 {
	font-size: 43px
}
.font-44 {
	font-size: 44px
}
.font-45 {
	font-size: 45px
}
.font-46 {
	font-size: 46px
}
.font-47 {
	font-size: 47px
}
.font-48 {
	font-size: 48px
}
.font-49 {
	font-size: 49px
}
.font-50 {
	font-size: 50px
}
.align-left {
	text-align: left
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right
}
.align-justify {
	text-align: justify
}
.no-resize {
	resize: none
}
.font-bold {
	font-weight: 700
}
.font-italic {
	font-style: italic
}
.font-underline {
	text-decoration: underline
}
.font-line-through {
	text-decoration: line-through
}
.font-overline {
	text-decoration: overline
}
.block-header {
	margin-bottom: 15px
}
.block-header h2 {
	margin: 0 !important;
	color: #666;
	font-weight: 400;
	font-size: 16px
}
.block-header h2 small {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	color: #888
}
.block-header h2 small a {
	font-weight: 700;
	color: #777
}
.bg-red {
	background-color: #f443361f !important;
	color: #f44336 !important;
}
.bg-red .content .number,
.bg-red .content .text {
	color: #fff !important
}
.bg-pink {
	background-color: #e91e63 !important;
	color: #fff
}
.bg-pink .content .number,
.bg-pink .content .text {
	color: #fff !important
}
.bg-purple {
	background-color: #9c27b01a !important;
	color: #9c27b0 !important;
}
.bg-purple .content .number,
.bg-purple .content .text {
	color: #fff !important
}
.bg-deep-purple {
	background-color: #673ab7 !important;
	color: #fff
}
.bg-deep-purple .content .number,
.bg-deep-purple .content .text {
	color: #fff !important
}
.bg-indigo {
	background-color: #6943cc !important;
	color: #fff !important
}
.bg-indigo .content .number,
.bg-indigo .content .text {
	color: #fff !important
}
.bg-blue {
	background-color: #2196f3 !important;
	color: #fff !important
}
.bg-blue .content .number,
.bg-blue .content .text {
	color: #fff !important
}
.bg-light-blue {
	background-color: #03a9f4 !important;
	color: #fff
}
.bg-light-blue:hover,
.bg-light-green:focus,
.bg-light-green:hover .bg-light-blue:focus {
	color: #fff !important
}
.bg-light-blue .content .number,
.bg-light-blue .content .text {
	color: #fff !important
}
.bg-cyan {
	background-color: #00bcd4 !important;
	color: #fff
}
.bg-cyan .content .number,
.bg-cyan .content .text {
	color: #fff !important
}
.bg-teal {
	background-color: #0082bc !important;
	color: #fff
}
.bg-teal .content .number,
.bg-teal .content .text {
	color: #fff !important
}
.bg-bluegreyish {
	background-color: #f443361f !important;
	color: #f44336 !important;
}
.bg-bluegreyish .content .number,
.bg-bluegreyish .content .text {
	color: #fff !important
}
.bg-green {
	background-color: transparent !important;
	color: #0a960a;
	font-weight: inherit
}
.badge.bg-gray {
	background-color: transparent !important;
	color: #d28e24;
	font-weight: inherit
}
.bg-green .content .number,
.bg-green .content .text {
	color: #fff !important
}
.bg-light-green {
	background-color: #8bc34a !important;
	color: #fff
}
.bg-light-green .content .number,
.bg-light-green .content .text {
	color: #fff !important
}
.bg-lime {
	background-color: #cddc39 !important;
	color: #fff
}
.bg-lime .content .number,
.bg-lime .content .text {
	color: #fff !important
}
.bg-yellow {
	background-color: #ffe821 !important;
	color: #fff
}
.bg-yellow .content .number,
.bg-yellow .content .text {
	color: #fff !important
}
.bg-amber {
	background-color: #ffc107 !important;
	color: #fff
}
.bg-amber .content .number,
.bg-amber .content .text {
	color: #fff !important
}
.bg-orange {
	background-color: #ff980033 !important;
	color: #ff9800 !important;
}
.bg-orange .content .number,
.bg-orange .content .text {
	color: #fff !important
}
.bg-deep-orange {
	background-color: #ff5722 !important;
	color: #fff
}
.bg-deep-orange .content .number,
.bg-deep-orange .content .text {
	color: #fff !important
}
.bg-brown {
	background-color: #795548 !important;
	color: #fff
}
.bg-brown .content .number,
.bg-brown .content .text {
	color: #fff !important
}
.bg-grey {
	background-color: #9e9e9e !important;
	color: #fff
}
.bg-grey .content .number,
.bg-grey .content .text {
	color: #fff !important
}
.bg-blue-grey {
	background-color: #607d8b !important;
	color: #fff
}
.bg-blue-grey .content .number,
.bg-blue-grey .content .text {
	color: #fff !important
}
.bg-black {
	background-color: #000 !important;
	color: #fff
}
.bg-black .content .number,
.bg-black .content .text {
	color: #fff !important
}
.bg-white {
	background-color: #fff !important;
	color: #fff
}
.bg-white .content .number,
.bg-white .content .text {
	color: #fff !important
}
.col-red {
	color: #f44336 !important
}
.col-pink {
	color: #e91e63 !important
}
.col-purple {
	color: #9c27b0 !important
}
.col-deep-purple {
	color: #673ab7 !important
}
.col-indigo {
	color: #3f51b5 !important
}
.col-blue {
	color: #2196f3 !important
}
.col-light-blue {
	color: #03a9f4 !important
}
.col-cyan {
	color: #00bcd4 !important
}
.col-teal {
	color: #009688 !important
}
.col-green {
	color: #4caf50 !important
}
.col-light-green {
	color: #8bc34a !important
}
.col-lime {
	color: #cddc39 !important
}
.col-yellow {
	color: #ffe821 !important
}
.col-amber {
	color: #ffc107 !important
}
.col-orange {
	color: #ff9800 !important
}
.col-deep-orange {
	color: #ff5722 !important
}
.col-brown {
	color: #795548 !important
}
.col-grey {
	color: #9e9e9e !important
}
.col-blue-grey {
	color: #607d8b !important
}
.col-black {
	color: #000 !important
}
.col-white {
	color: #fff !important
}
@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes spin {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.demo-button-sizes .btn {
	margin-bottom: 5px
}
.icon-button-demo button {
	margin-right: 5px;
	margin-bottom: 12px
}
.icon-and-text-button-demo button {
	margin-right: 5px;
	margin-bottom: 12px;
	width: 16.66666666666667%
}
.button-demo ul {
	padding-left: 0
}
.button-demo ul li {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-right: 7px
}
.button-demo ul li .btn {
	display: block;
	min-width: 175px
}
.button-demo .btn {
	margin-right: 8px;
	margin-bottom: 13px;
	min-width: 120px
}
.demo-button-groups .btn-group {
	margin-right: 10px
}
.demo-button-toolbar .btn-toolbar {
	float: left;
	margin-right: 25px
}
.demo-button-nesting>.btn-group {
	margin-right: 15px
}
.demo-single-button-dropdowns>.btn-group {
	margin-right: 10px
}
.demo-splite-button-dropdowns>.btn-group {
	margin-right: 10px
}
.demo-dropup .dropup {
	margin-right: 10px
}
.demo-knob-chart div {
	margin-right: 15px
}
.demo-switch .switch {
	display: inline-block;
	min-width: 170px
}
.demo-switch .demo-switch-title {
	min-width: 95px;
	display: inline-block
}
.demo-color-box {
	padding: 15px 0;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.demo-color-box .color-name {
	font-size: 16px;
	margin-bottom: 5px
}
.demo-color-box .color-class-name,
.demo-color-box .color-code {
	font-size: 13px
}
.demo-image-copyright {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	color: #777;
	margin: 5px 0 10px 0
}
.demo-image-copyright a {
	font-weight: 700;
	color: #555 !important
}
.demo-tagsinput-area {
	margin-bottom: 50px !important
}
.demo-icon-container .demo-google-material-icon {
	margin-bottom: 5px;
	text-align: left
}
.demo-icon-container .demo-google-material-icon .icon-name {
	position: relative;
	top: -8px;
	left: 7px
}
.demo-icon-container .demo-google-material-icon .material-icons {
	width: 24px
}
.demo-preloader .preloader {
	margin-right: 10px
}
.irs-demo {
	margin-bottom: 40px
}
.irs-demo .irs {
	margin-top: 15px
}
.right-sidebar .nav-tabs+.tab-content {
	padding: 0
}
.right-sidebar p {
	margin: 20px 15px 15px 15px;
	font-weight: 700;
	text-align: center
}
.right-sidebar #settings .setting-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px
}
.right-sidebar #settings .setting-list li {
	padding: 15px;
	position: relative;
	border-top: 1px solid #eee
}
.right-sidebar #settings .setting-list li .switch {
	position: absolute;
	top: 15px;
	right: 5px
}
.demo-choose-skin {
	list-style: none;
	padding-left: 0;
	overflow-y: hidden
}
.demo-choose-skin li {
	border-bottom: 1px solid #eee;
	padding: 10px 10px 4px 10px;
	position: relative;
	cursor: pointer
}
.demo-choose-skin li.active {
	background-color: #eee
}
.demo-choose-skin li.active:after {
	font-family: 'Material Icons';
	position: absolute;
	top: 10px;
	right: 10px;
	content: '\E876';
	font-size: 18px;
	font-weight: 700
}
.demo-choose-skin li:hover {
	background-color: #eee
}
.demo-choose-skin li div {
	width: 24px;
	height: 24px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.demo-choose-skin li span {
	position: relative;
	bottom: 7px;
	left: 5px
}
.demo-choose-skin .red {
	background-color: #f44336
}
.demo-choose-skin .pink {
	background-color: #e91e63
}
.demo-choose-skin .purple {
	background-color: #9c27b0
}
.demo-choose-skin .deep-purple {
	background-color: #673ab7
}
.demo-choose-skin .indigo {
	background-color: #3f51b5
}
.demo-choose-skin .blue {
	background-color: #2196f3
}
.demo-choose-skin .light-blue {
	background-color: #03a9f4
}
.demo-choose-skin .cyan {
	background-color: #00bcd4
}
.demo-choose-skin .teal {
	background-color: #009688
}
.demo-choose-skin .green {
	background-color: #4caf50
}
.demo-choose-skin .light-green {
	background-color: #8bc34a
}
.demo-choose-skin .lime {
	background-color: #cddc39
}
.demo-choose-skin .yellow {
	background-color: #ffe821
}
.demo-choose-skin .amber {
	background-color: #ffc107
}
.demo-choose-skin .orange {
	background-color: #ff9800
}
.demo-choose-skin .deep-orange {
	background-color: #ff5722
}
.demo-choose-skin .brown {
	background-color: #795548
}
.demo-choose-skin .grey {
	background-color: #9e9e9e
}
.demo-choose-skin .blue-grey {
	background-color: #607d8b
}
.demo-choose-skin .black {
	background-color: #000
}
.demo-choose-skin .white {
	background-color: #fff
}
body {
	background-color: #f9f9f9;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-family: Roboto, Arial, Tahoma, sans-serif;
	font-size: 12px
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}
a,
button,
input,
select {
	outline: 0 !important
}
.no-animate {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important
}
section.content {
	margin: 65px 0 0 0;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.dashboard-flot-chart {
	height: 275px
}
.dashboard-donut-chart {
	height: 265px
}
.dashboard-line-chart {
	height: 250px
}
.dashboard-stat-list {
	list-style: none;
	padding-left: 0;
	margin-top: 40px
}
.dashboard-stat-list li {
	padding: 5px 0 0 0;
	list-style: none
}
.dashboard-stat-list li small {
	font-size: 8px
}
.dashboard-task-infos .progress {
	height: 10px;
	margin-bottom: 0;
	position: relative;
	top: 6px
}
.btn:focus {
	outline: 0 !important
}
.btn-circle {
	border: none;
	outline: 0 !important;
	overflow: hidden;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	line-height: 19px;
	text-align: center
}
.btn-circle i {
	font-size: 18px;
	position: relative;
	left: -1px
}
.btn-link {
	font-weight: 700;
	color: #333;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.btn-link:active,
.btn-link:focus {
	text-decoration: none;
	color: #333
}
.btn-link:hover {
	text-decoration: none;
	color: #333;
	background-color: #ddd
}
.btn-circle-lg {
	border: none;
	outline: 0 !important;
	overflow: hidden;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	border-radius: 50% !important
}
.btn-circle-lg i {
	font-size: 26px !important;
	position: relative !important;
	left: 0 !important;
	top: 6px !important
}
.btn:not(.btn-link):not(.btn-circle) {
	border: none;
	font-size: 12px;
	outline: 0;
	border-radius: 7px !important;
}
.btn:not(.btn-link):not(.btn-circle):hover {
	outline: 0
}
.btn:not(.btn-link):not(.btn-circle) i {
	font-size: 20px;
	position: relative;
	top: 3px
}
.btn:not(.btn-link):not(.btn-circle) span {
	position: relative;
	top: -2px;
	margin-left: 3px
}
.btn-warning,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
	background-color: #ff9600 !important
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #fb483a !important
}
.btn-info,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
	background-color: #00b0e4 !important
}
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	background-color: #2b982b !important
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #6943cc !important
}
.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
	background-color: #fff !important
}
.btn-group,
.btn-group-vertical {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12)
}
.btn-group .btn,
.btn-group-vertical .btn {
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.btn-group .btn .caret,
.btn-group-vertical .btn .caret {
	position: relative;
	bottom: 1px
}
.btn-group .btn-group,
.btn-group-vertical .btn-group {
	box-shadow: none !important
}
.btn-group .btn+.dropdown-toggle,
.btn-group-vertical .btn+.dropdown-toggle {
	border-left: 1px solid rgba(0, 0, 0, .08) !important
}
.bootstrap-tagsinput {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important
}
.noUi-target {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	direction: ltr
}
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 6px;
	left: 0;
	bottom: 0
}
.noUi-handle {
	position: relative;
	z-index: 1
}
.noUi-stacking .noUi-handle {
	z-index: 10
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left .25s, top .25s;
	transition: left .25s, top .25s
}
.noUi-state-drag * {
	cursor: inherit !important
}
.noUi-base {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.noUi-horizontal {
	height: 18px
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}
.noUi-vertical {
	width: 18px
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}
.noUi-background {
	background: #fafafa;
	box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
	background: #3fb8af;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	-webkit-transition: background 450ms;
	transition: background 450ms
}
.noUi-origin {
	border-radius: 2px
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}
.noUi-dragable {
	cursor: w-resize
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize
}
.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}
.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px;
	left: 17px
}
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
	top: 17px
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
	cursor: not-allowed
}
.noUi-target {
	box-shadow: none;
	border: none
}
.noUi-base {
	height: 15px;
	top: -6px
}
.noUi-background {
	height: 3px;
	top: 6px;
	background-color: #bfbfbf;
	box-shadow: none
}
.noUi-horizontal {
	height: 3px
}
.noUi-connect {
	height: 3px;
	top: 6px;
	background-color: #6943cc;
	box-shadow: none
}
.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: none;
	background-color: #6943cc;
	border: none;
	left: -5px;
	top: -6px;
	transition: width .2s cubic-bezier(.215, .61, .355, 1), height .2s cubic-bezier(.215, .61, .355, 1), left .2s cubic-bezier(.215, .61, .355, 1), top .2s cubic-bezier(.215, .61, .355, 1)
}
.noUi-handle:after,
.noUi-handle:before {
	content: none
}
.noUi-target .noUi-active.noUi-handle {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}
.noUi-target .range-label {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -17px;
	left: -2px;
	background-color: #6943cc;
	border-radius: 50%;
	transition: border-radius .25s cubic-bezier(.215, .61, .355, 1), transform .25s cubic-bezier(.215, .61, .355, 1);
	transform: scale(.5) rotate(-45deg);
	transform-origin: 50% 100%
}
.noUi-target .noUi-active .range-label {
	border-radius: 15px 15px 15px 0;
	transform: rotate(-45deg) translate(23px, -25px)
}
.range-label span {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	transform: rotate(45deg);
	opacity: 0;
	position: absolute;
	top: 7px;
	left: -1px;
	transition: opacity .25s cubic-bezier(.215, .61, .355, 1)
}
.noUi-active .range-label span {
	opacity: 1
}
.ms-container {
	width: auto !important
}
.ms-container .ms-list {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
.ms-container .ms-list.ms-focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
	min-width: 250px !important
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
	color: #000 !important;
	background-color: #e6e6e6 !important
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selectable li.ms-elem-selection,
.ms-container .ms-selection li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
	padding: 9px 15px 6px 15px !important
}
.ms-container .ms-optgroup-label {
	padding: 5px 0 0 8px !important
}
.card {
	background: #fff;
	min-height: 50px;
	position: relative;
	margin-bottom: 30px
}
.card .card-inside-title {
	margin-top: 25px;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	color: #000
}
.card .card-inside-title small {
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: 5px
}
.card .card-inside-title small a {
	color: #777;
	font-weight: 700
}
.card .card-inside-title:first-child {
	margin-top: 0
}
.bg-darkcyan,
.bg-darkgoldenrod,
.bg-midnightblue,
.card .bg-amber,
.card .bg-black,
.card .bg-blue,
.card .bg-blue-grey,
.card .bg-bluegreyish,
.card .bg-brown,
.card .bg-cyan,
.card .bg-deep-orange,
.card .bg-deep-purple,
.card .bg-green,
.card .bg-grey,
.card .bg-indigo,
.card .bg-light-blue,
.card .bg-light-green,
.card .bg-lime,
.card .bg-orange,
.card .bg-pink,
.card .bg-purple,
.card .bg-red,
.card .bg-teal,
.card .bg-yellow {
	border-bottom: none !important;
	color: #fff !important
}
.card .bg-amber .material-icons,
.card .bg-amber h2,
.card .bg-amber small,
.card .bg-black .material-icons,
.card .bg-black h2,
.card .bg-black small,
.card .bg-blue .material-icons,
.card .bg-blue h2,
.card .bg-blue small,
.card .bg-blue-grey .material-icons,
.card .bg-blue-grey h2,
.card .bg-blue-grey small,
.card .bg-brown .material-icons,
.card .bg-brown h2,
.card .bg-brown small,
.card .bg-cyan .material-icons,
.card .bg-cyan h2,
.card .bg-cyan small,
.card .bg-darkcyan .material-icons,
.card .bg-darkcyan h2,
.card .bg-darkcyan small,
.card .bg-darkgoldenrod .material-icons,
.card .bg-darkgoldenrod h2,
.card .bg-darkgoldenrod small,
.card .bg-deep-orange .material-icons,
.card .bg-deep-orange h2,
.card .bg-deep-orange small,
.card .bg-deep-purple .material-icons,
.card .bg-deep-purple h2,
.card .bg-deep-purple small,
.card .bg-green .material-icons,
.card .bg-green h2,
.card .bg-green small,
.card .bg-grey .material-icons,
.card .bg-grey h2,
.card .bg-grey small,
.card .bg-indigo .material-icons,
.card .bg-indigo h2,
.card .bg-indigo small,
.card .bg-light-blue .material-icons,
.card .bg-light-blue h2,
.card .bg-light-blue small,
.card .bg-light-green .material-icons,
.card .bg-light-green h2,
.card .bg-light-green small,
.card .bg-lime .material-icons,
.card .bg-lime h2,
.card .bg-lime small,
.card .bg-midnightblue .material-icons,
.card .bg-midnightblue h2,
.card .bg-midnightblue small,
.card .bg-orange .material-icons,
.card .bg-orange h2,
.card .bg-orange small,
.card .bg-pink .material-icons,
.card .bg-pink h2,
.card .bg-pink small,
.card .bg-purple .material-icons,
.card .bg-purple h2,
.card .bg-purple small,
.card .bg-red .material-icons,
.card .bg-red h2,
.card .bg-red small,
.card .bg-teal .material-icons,
.card .bg-teal h2,
.card .bg-teal small,
.card .bg-yellow .material-icons {
	color: #fff !important
}
.card .bg-amber .badge,
.card .bg-black .badge,
.card .bg-blue .badge,
.card .bg-blue-grey .badge,
.card .bg-bluegreyish .badge,
.card .bg-brown .badge,
.card .bg-cyan .badge,
.card .bg-darkcyan .badge,
.card .bg-darkgoldenrod .badge,
.card .bg-deep-orange .badge,
.card .bg-deep-purple .badge,
.card .bg-green .badge,
.card .bg-grey .badge,
.card .bg-indigo .badge,
.card .bg-light-blue .badge,
.card .bg-light-green .badge,
.card .bg-lime .badge,
.card .bg-midnightblue .badge,
.card .bg-orange .badge,
.card .bg-pink .badge,
.card .bg-purple .badge,
.card .bg-red .badge,
.card .bg-teal .badge,
.card .bg-yellow .badge {
	background-color: #fff;
	color: #555
}
.card .header {
	color: #555;
	position: relative
}
.card .header .header-dropdown {
	position: absolute;
	top: 20px;
	right: 15px;
	list-style: none
}
.card .header .header-dropdown .dropdown-menu li {
	display: block !important
}
.card .header .header-dropdown li {
	display: inline-block
}
.card .header .header-dropdown i {
	font-size: 20px;
	color: #999;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s
}
.card .header .header-dropdown i:hover {
	color: #000
}
.card .header h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #111
}
.card .header h2 small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #999;
	line-height: 15px
}
.card .header h2 small a {
	font-weight: 700;
	color: #777
}
.card .header .col-xs-12 h2 {
	margin-top: 5px
}
.card .body {
	font-size: 12px;
	color: #222
}
.card .body .col-lg-1,
.card .body .col-md-1,
.card .body .col-sm-1,
.card .body .col-xs-1 {
	margin-bottom: 20px
}
.card .body .col-lg-2,
.card .body .col-md-2,
.card .body .col-sm-2,
.card .body .col-xs-2 {
	margin-bottom: 20px
}
.card .body .col-lg-3,
.card .body .col-md-3,
.card .body .col-sm-3,
.card .body .col-xs-3 {
	margin-bottom: 20px
}
.card .body .col-lg-4,
.card .body .col-md-4,
.card .body .col-sm-4,
.card .body .col-xs-4 {
	margin-bottom: 20px
}
.card .body .col-lg-5,
.card .body .col-md-5,
.card .body .col-sm-5,
.card .body .col-xs-5 {
	margin-bottom: 20px
}
.card .body .col-lg-6,
.card .body .col-md-6,
.card .body .col-sm-6,
.card .body .col-xs-6 {
	margin-bottom: 20px
}
.card .body .col-lg-7,
.card .body .col-md-7,
.card .body .col-sm-7,
.card .body .col-xs-7 {
	margin-bottom: 20px
}
.card .body .col-lg-8,
.card .body .col-md-8,
.card .body .col-sm-8,
.card .body .col-xs-8 {
	margin-bottom: 20px
}
.card .body .col-lg-9,
.card .body .col-md-9,
.card .body .col-sm-9,
.card .body .col-xs-9 {
	margin-bottom: 20px
}
.card .body .col-lg-10,
.card .body .col-md-10,
.card .body .col-sm-10,
.card .body .col-xs-10 {
	margin-bottom: 20px
}
.card .body .col-lg-11,
.card .body .col-md-11,
.card .body .col-sm-11,
.card .body .col-xs-11 {
	margin-bottom: 20px
}
.card .body .col-lg-12,
.card .body .col-md-12,
.card .body .col-sm-12,
.card .body .col-xs-12 {
	margin-bottom: 20px
}
.info-box {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.info-box .icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(0, 0, 0, .12);
	width: 80px
}
.info-box .icon i {
	color: #fff;
	font-size: 30px;
	line-height: 80px
}
.info-box .icon .chart.chart-bar {
	height: 100%;
	line-height: 100px
}
.info-box .icon .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box .icon .chart.chart-pie {
	height: 100%;
	line-height: 123px
}
.info-box .icon .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box .icon .chart.chart-line {
	height: 100%;
	line-height: 115px
}
.info-box .icon .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box .content {
	display: inline-block;
	padding: 7px 10px
}
.info-box .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555
}
.info-box .content .number {
	font-weight: 400;
	font-size: 26px;
	margin-top: -4px;
	color: #555
}
.info-box.hover-zoom-effect .icon {
	overflow: hidden
}
.info-box.hover-zoom-effect .icon i {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.info-box.hover-zoom-effect:hover .icon i {
	opacity: .4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, .05);
	content: ".";
	position: absolute;
	left: 80px;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all .95s;
	-o-transition: all .95s;
	-webkit-transition: all .95s;
	transition: all .95s
}
.info-box.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-2 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.info-box-2 .icon {
	display: inline-block;
	text-align: center;
	width: 80px
}
.info-box-2 .icon i {
	color: #fff;
	font-size: 50px;
	line-height: 80px
}
.info-box-2 .chart.chart-bar {
	height: 100%;
	line-height: 105px
}
.info-box-2 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-2 .chart.chart-pie {
	height: 100%;
	line-height: 123px
}
.info-box-2 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-2 .chart.chart-line {
	height: 100%;
	line-height: 115px
}
.info-box-2 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-2 .content {
	display: inline-block;
	padding: 7px 10px
}
.info-box-2 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555
}
.info-box-2 .content .number {
	font-weight: 400;
	font-size: 26px;
	margin-top: -4px;
	color: #555
}
.info-box-2.hover-zoom-effect .icon {
	overflow: hidden
}
.info-box-2.hover-zoom-effect .icon i {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.info-box-2.hover-zoom-effect:hover .icon i {
	opacity: .4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-2.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, .05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all .95s;
	-o-transition: all .95s;
	-webkit-transition: all .95s;
	transition: all .95s
}
.info-box-2.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-3 {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	height: 80px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}
.info-box-3 .icon {
	position: absolute;
	right: 10px;
	bottom: 2px;
	text-align: center
}
.info-box-3 .icon i {
	color: rgba(0, 0, 0, .15);
	font-size: 60px
}
.info-box-3 .chart {
	margin-right: 5px
}
.info-box-3 .chart.chart-bar {
	height: 100%;
	line-height: 50px
}
.info-box-3 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-3 .chart.chart-pie {
	height: 100%;
	line-height: 34px
}
.info-box-3 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-3 .chart.chart-line {
	height: 100%;
	line-height: 50px
}
.info-box-3 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-3 .content {
	display: inline-block;
	padding: 7px 16px
}
.info-box-3 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555
}
.info-box-3 .content .number {
	font-weight: 400;
	font-size: 26px;
	margin-top: -4px;
	color: #555
}
.info-box-3.hover-zoom-effect .icon i {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.info-box-3.hover-zoom-effect:hover .icon i {
	opacity: .4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-3.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, .05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all .95s;
	-o-transition: all .95s;
	-webkit-transition: all .95s;
	transition: all .95s
}
.info-box-3.hover-expand-effect:hover:after {
	width: 100%
}
.info-box-4 {
	box-shadow: 0 2px 0 #03a9f4;
	height: 67px;
	display: flex;
	cursor: default;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #ebf3f6
}
.info-box-4 .icon {
	position: absolute;
	right: 10px;
	bottom: 14px;
	text-align: center
}
.info-box-4 .icon i {
	color: rgba(0, 0, 0, .15);
	font-size: 35px
}
.info-box-4 .chart {
	margin-right: 5px
}
.info-box-4 .chart.chart-bar {
	height: 100%;
	line-height: 50px
}
.info-box-4 .chart.chart-bar canvas {
	vertical-align: baseline !important
}
.info-box-4 .chart.chart-pie {
	height: 100%;
	line-height: 34px
}
.info-box-4 .chart.chart-pie canvas {
	vertical-align: baseline !important
}
.info-box-4 .chart.chart-line {
	height: 100%;
	line-height: 50px
}
.info-box-4 .chart.chart-line canvas {
	vertical-align: baseline !important
}
.info-box-4 .content {
	display: inline-block;
	padding: 0 16px
}
.info-box-4 .content .text {
	font-size: 13px;
	margin-top: 11px;
	color: #555
}
.info-box-4 .content .number {
	font-weight: 500;
	font-size: 21px;
	margin-top: -4px;
	color: #555
}
.info-box-4.hover-zoom-effect .icon i {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.info-box-4.hover-zoom-effect:hover .icon i {
	opacity: .4;
	-moz-transform: rotate(-32deg) scale(1.4);
	-ms-transform: rotate(-32deg) scale(1.4);
	-o-transform: rotate(-32deg) scale(1.4);
	-webkit-transform: rotate(-32deg) scale(1.4);
	transform: rotate(-32deg) scale(1.4)
}
.info-box-4.hover-expand-effect:after {
	background-color: rgba(0, 0, 0, .05);
	content: ".";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	color: transparent;
	-moz-transition: all .95s;
	-o-transition: all .95s;
	-webkit-transition: all .95s;
	transition: all .95s
}
.info-box-4.hover-expand-effect:hover:after {
	width: 100%
}
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #fff !important;
	padding: 5px 10px
}
.alert .alert-link {
	color: #fff;
	text-decoration: underline;
	font-weight: 700
}
.alert-success {
	background-color: #2b982b
}
.alert-info {
	background-color: #00b0e4
}
.alert-warning {
	background-color: #ff9600 !important
}
.alert-danger {
	display: inline-block;
	width: 100%;
	color: #fb483a !important;
	text-align: center
}
.alert-dismissible .close {
	color: #fff;
	opacity: 1;
	border: none;
	text-shadow: none;
	right: 0
}
.sweet-alert {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
.sweet-alert p {
	font-size: 14px !important
}
.sweet-alert .sa-input-error {
	top: 23px !important;
	right: 13px !important
}
.sweet-alert h2 {
	font-size: 18px !important;
	margin: 0 0 5px 0 !important
}
.sweet-alert button {
	font-size: 15px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 5px 20px !important
}
span.label_after_text {
	font-size: 13px;
	line-height: 23px;
	float: left
}
[type=checkbox]+label {
	padding-left: 15px;
	padding-right: 10px;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	float: left
}
[type=checkbox]:checked+label::before {
	top: 2px;
	left: 2px;
	width: 6px;
	height: 10px
}
a {
	color: #6943cc;
	text-decoration: none
}
[type=checkbox]+label::before,
[type=checkbox]:not(.filled-in)+label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 10px;
	height: 10px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	border-radius: 1px;
	margin-top: 2px;
	transition: .2s
}
[type=checkbox]:checked.chk-col-red+label:before {
	border-right: 2px solid #f44336;
	border-bottom: 2px solid #f44336
}
[type=checkbox]:checked.chk-col-pink+label:before {
	border-right: 2px solid #e91e63;
	border-bottom: 2px solid #e91e63
}
[type=checkbox]:checked.chk-col-purple+label:before {
	border-right: 2px solid #9c27b0;
	border-bottom: 2px solid #9c27b0
}
[type=checkbox]:checked.chk-col-deep-purple+label:before {
	border-right: 2px solid #673ab7;
	border-bottom: 2px solid #673ab7
}
[type=checkbox]:checked.chk-col-indigo+label:before {
	border-right: 2px solid #3f51b5;
	border-bottom: 2px solid #3f51b5
}
[type=checkbox]:checked.chk-col-blue+label:before {
	border-right: 2px solid #2196f3;
	border-bottom: 2px solid #2196f3
}
[type=checkbox]:checked.chk-col-light-blue+label:before {
	border-right: 2px solid #03a9f4;
	border-bottom: 2px solid #03a9f4
}
[type=checkbox]:checked.chk-col-cyan+label:before {
	border-right: 2px solid #00bcd4;
	border-bottom: 2px solid #00bcd4
}
[type=checkbox]:checked.chk-col-teal+label:before {
	border-right: 2px solid #009688;
	border-bottom: 2px solid #009688
}
[type=checkbox]:checked.chk-col-green+label:before {
	border-right: 2px solid #4caf50;
	border-bottom: 2px solid #4caf50
}
[type=checkbox]:checked.chk-col-light-green+label:before {
	border-right: 2px solid #8bc34a;
	border-bottom: 2px solid #8bc34a
}
[type=checkbox]:checked.chk-col-lime+label:before {
	border-right: 2px solid #cddc39;
	border-bottom: 2px solid #cddc39
}
[type=checkbox]:checked.chk-col-yellow+label:before {
	border-right: 2px solid #ffe821;
	border-bottom: 2px solid #ffe821
}
[type=checkbox]:checked.chk-col-amber+label:before {
	border-right: 2px solid #ffc107;
	border-bottom: 2px solid #ffc107
}
[type=checkbox]:checked.chk-col-orange+label:before {
	border-right: 2px solid #ff9800;
	border-bottom: 2px solid #ff9800
}
[type=checkbox]:checked.chk-col-deep-orange+label:before {
	border-right: 2px solid #ff5722;
	border-bottom: 2px solid #ff5722
}
[type=checkbox]:checked.chk-col-brown+label:before {
	border-right: 2px solid #795548;
	border-bottom: 2px solid #795548
}
[type=checkbox]:checked.chk-col-grey+label:before {
	border-right: 2px solid #9e9e9e;
	border-bottom: 2px solid #9e9e9e
}
[type=checkbox]:checked.chk-col-blue-grey+label:before {
	border-right: 2px solid #607d8b;
	border-bottom: 2px solid #607d8b
}
[type=checkbox]:checked.chk-col-black+label:before {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000
}
[type=checkbox]:checked.chk-col-white+label:before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}
[type=checkbox].filled-in:checked+label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #6943cc;
	background-color: #6943cc;
	z-index: 0
}
[type=checkbox].filled-in:checked+label:before {
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important
}
[type=checkbox].filled-in:checked.chk-col-red+label:after {
	border: 2px solid #f44336;
	background-color: #f44336
}
[type=checkbox].filled-in:checked.chk-col-pink+label:after {
	border: 2px solid #e91e63;
	background-color: #e91e63
}
[type=checkbox].filled-in:checked.chk-col-purple+label:after {
	border: 2px solid #9c27b0;
	background-color: #9c27b0
}
[type=checkbox].filled-in:checked.chk-col-deep-purple+label:after {
	border: 2px solid #673ab7;
	background-color: #673ab7
}
[type=checkbox].filled-in:checked.chk-col-indigo+label:after {
	border: 2px solid #3f51b5;
	background-color: #3f51b5
}
[type=checkbox].filled-in:checked.chk-col-blue+label:after {
	border: 2px solid #2196f3;
	background-color: #2196f3
}
[type=checkbox].filled-in:checked.chk-col-light-blue+label:after {
	border: 2px solid #03a9f4;
	background-color: #03a9f4
}
[type=checkbox].filled-in:checked.chk-col-cyan+label:after {
	border: 2px solid #00bcd4;
	background-color: #00bcd4
}
[type=checkbox].filled-in:checked.chk-col-teal+label:after {
	border: 2px solid #009688;
	background-color: #009688
}
[type=checkbox].filled-in:checked.chk-col-green+label:after {
	border: 2px solid #4caf50;
	background-color: #4caf50
}
[type=checkbox].filled-in:checked.chk-col-light-green+label:after {
	border: 2px solid #8bc34a;
	background-color: #8bc34a
}
[type=checkbox].filled-in:checked.chk-col-lime+label:after {
	border: 2px solid #cddc39;
	background-color: #cddc39
}
[type=checkbox].filled-in:checked.chk-col-yellow+label:after {
	border: 2px solid #ffe821;
	background-color: #ffe821
}
[type=checkbox].filled-in:checked.chk-col-amber+label:after {
	border: 2px solid #ffc107;
	background-color: #ffc107
}
[type=checkbox].filled-in:checked.chk-col-orange+label:after {
	border: 2px solid #ff9800;
	background-color: #ff9800
}
[type=checkbox].filled-in:checked.chk-col-deep-orange+label:after {
	border: 2px solid #ff5722;
	background-color: #ff5722
}
[type=checkbox].filled-in:checked.chk-col-brown+label:after {
	border: 2px solid #795548;
	background-color: #795548
}
[type=checkbox].filled-in:checked.chk-col-grey+label:after {
	border: 2px solid #9e9e9e;
	background-color: #9e9e9e
}
[type=checkbox].filled-in:checked.chk-col-blue-grey+label:after {
	border: 2px solid #607d8b;
	background-color: #607d8b
}
[type=checkbox].filled-in:checked.chk-col-black+label:after {
	border: 2px solid #000;
	background-color: #000
}
[type=checkbox].filled-in:checked.chk-col-white+label:after {
	border: 2px solid #fff;
	background-color: #fff
}
[type=radio]:not(:checked)+label {
	padding-left: 26px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: 400
}
[type=radio]:checked+label {
	padding-left: 26px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: 400
}
[type=radio].radio-col-red:checked+label:after {
	background-color: #6943cc;
	border-color: #6943cc;
}
[type=radio].radio-col-pink:checked+label:after {
	background-color: #e91e63;
	border-color: #e91e63
}
[type=radio].radio-col-purple:checked+label:after {
	background-color: #9c27b0;
	border-color: #9c27b0
}
[type=radio].radio-col-deep-purple:checked+label:after {
	background-color: #673ab7;
	border-color: #673ab7
}
[type=radio].radio-col-indigo:checked+label:after {
	background-color: #3f51b5;
	border-color: #3f51b5
}
[type=radio].radio-col-blue:checked+label:after {
	background-color: #2196f3;
	border-color: #2196f3
}
[type=radio].radio-col-light-blue:checked+label:after {
	background-color: #03a9f4;
	border-color: #03a9f4
}
[type=radio].radio-col-cyan:checked+label:after {
	background-color: #00bcd4;
	border-color: #00bcd4
}
[type=radio].radio-col-teal:checked+label:after {
	background-color: #009688;
	border-color: #009688
}
[type=radio].radio-col-green:checked+label:after {
	background-color: #4caf50;
	border-color: #4caf50
}
[type=radio].radio-col-light-green:checked+label:after {
	background-color: #8bc34a;
	border-color: #8bc34a
}
[type=radio].radio-col-lime:checked+label:after {
	background-color: #cddc39;
	border-color: #cddc39
}
[type=radio].radio-col-yellow:checked+label:after {
	background-color: #ffe821;
	border-color: #ffe821
}
[type=radio].radio-col-amber:checked+label:after {
	background-color: #ffc107;
	border-color: #ffc107
}
[type=radio].radio-col-orange:checked+label:after {
	background-color: #ff9800;
	border-color: #ff9800
}
[type=radio].radio-col-deep-orange:checked+label:after {
	background-color: #ff5722;
	border-color: #ff5722
}
[type=radio].radio-col-brown:checked+label:after {
	background-color: #795548;
	border-color: #795548
}
[type=radio].radio-col-grey:checked+label:after {
	background-color: #9e9e9e;
	border-color: #9e9e9e
}
[type=radio].radio-col-blue-grey:checked+label:after {
	background-color: #607d8b;
	border-color: #607d8b
}
[type=radio].radio-col-black:checked+label:after {
	background-color: #000;
	border-color: #000
}
[type=radio].radio-col-white:checked+label:after {
	background-color: #fff;
	border-color: #fff
}
[type=radio].with-gap.radio-col-red:checked+label:before {
	border: 2px solid #f44336
}
[type=radio].with-gap.radio-col-red:checked+label:after {
	background-color: #f44336;
	border: 2px solid #f44336
}
[type=radio].with-gap.radio-col-pink:checked+label:before {
	border: 2px solid #e91e63
}
[type=radio].with-gap.radio-col-pink:checked+label:after {
	background-color: #e91e63;
	border: 2px solid #e91e63
}
[type=radio].with-gap.radio-col-purple:checked+label:before {
	border: 2px solid #9c27b0
}
[type=radio].with-gap.radio-col-purple:checked+label:after {
	background-color: #9c27b0;
	border: 2px solid #9c27b0
}
[type=radio].with-gap.radio-col-deep-purple:checked+label:before {
	border: 2px solid #673ab7
}
[type=radio].with-gap.radio-col-deep-purple:checked+label:after {
	background-color: #673ab7;
	border: 2px solid #673ab7
}
[type=radio].with-gap.radio-col-indigo:checked+label:before {
	border: 2px solid #3f51b5
}
[type=radio].with-gap.radio-col-indigo:checked+label:after {
	background-color: #3f51b5;
	border: 2px solid #3f51b5
}
[type=radio].with-gap.radio-col-blue:checked+label:before {
	border: 2px solid #2196f3
}
[type=radio].with-gap.radio-col-blue:checked+label:after {
	background-color: #2196f3;
	border: 2px solid #2196f3
}
[type=radio].with-gap.radio-col-light-blue:checked+label:before {
	border: 2px solid #03a9f4
}
[type=radio].with-gap.radio-col-light-blue:checked+label:after {
	background-color: #03a9f4;
	border: 2px solid #03a9f4
}
[type=radio].with-gap.radio-col-cyan:checked+label:before {
	border: 2px solid #00bcd4
}
[type=radio].with-gap.radio-col-cyan:checked+label:after {
	background-color: #00bcd4;
	border: 2px solid #00bcd4
}
[type=radio].with-gap.radio-col-teal:checked+label:before {
	border: 2px solid #009688
}
[type=radio].with-gap.radio-col-teal:checked+label:after {
	background-color: #009688;
	border: 2px solid #009688
}
[type=radio].with-gap.radio-col-green:checked+label:before {
	border: 2px solid #4caf50
}
[type=radio].with-gap.radio-col-green:checked+label:after {
	background-color: #4caf50;
	border: 2px solid #4caf50
}
[type=radio].with-gap.radio-col-light-green:checked+label:before {
	border: 2px solid #8bc34a
}
[type=radio].with-gap.radio-col-light-green:checked+label:after {
	background-color: #8bc34a;
	border: 2px solid #8bc34a
}
[type=radio].with-gap.radio-col-lime:checked+label:before {
	border: 2px solid #cddc39
}
[type=radio].with-gap.radio-col-lime:checked+label:after {
	background-color: #cddc39;
	border: 2px solid #cddc39
}
[type=radio].with-gap.radio-col-yellow:checked+label:before {
	border: 2px solid #ffe821
}
[type=radio].with-gap.radio-col-yellow:checked+label:after {
	background-color: #ffe821;
	border: 2px solid #ffe821
}
[type=radio].with-gap.radio-col-amber:checked+label:before {
	border: 2px solid #ffc107
}
[type=radio].with-gap.radio-col-amber:checked+label:after {
	background-color: #ffc107;
	border: 2px solid #ffc107
}
[type=radio].with-gap.radio-col-orange:checked+label:before {
	border: 2px solid #ff9800
}
[type=radio].with-gap.radio-col-orange:checked+label:after {
	background-color: #ff9800;
	border: 2px solid #ff9800
}
[type=radio].with-gap.radio-col-deep-orange:checked+label:before {
	border: 2px solid #ff5722
}
[type=radio].with-gap.radio-col-deep-orange:checked+label:after {
	background-color: #ff5722;
	border: 2px solid #ff5722
}
[type=radio].with-gap.radio-col-brown:checked+label:before {
	border: 2px solid #795548
}
[type=radio].with-gap.radio-col-brown:checked+label:after {
	background-color: #795548;
	border: 2px solid #795548
}
[type=radio].with-gap.radio-col-grey:checked+label:before {
	border: 2px solid #9e9e9e
}
[type=radio].with-gap.radio-col-grey:checked+label:after {
	background-color: #9e9e9e;
	border: 2px solid #9e9e9e
}
[type=radio].with-gap.radio-col-blue-grey:checked+label:before {
	border: 2px solid #607d8b
}
[type=radio].with-gap.radio-col-blue-grey:checked+label:after {
	background-color: #607d8b;
	border: 2px solid #607d8b
}
[type=radio].with-gap.radio-col-black:checked+label:before {
	border: 2px solid #000
}
[type=radio].with-gap.radio-col-black:checked+label:after {
	background-color: #000;
	border: 2px solid #000
}
[type=radio].with-gap.radio-col-white:checked+label:before {
	border: 2px solid #fff
}
[type=radio].with-gap.radio-col-white:checked+label:after {
	background-color: #fff;
	border: 2px solid #fff
}
.switch label {
	font-weight: 400;
	font-size: 13px
}
.switch label .lever {
	margin: 0 14px
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(244, 67, 54, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-red {
	background-color: rgba(244, 67, 54, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
	background-color: #f44336
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(233, 30, 99, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
	background-color: rgba(233, 30, 99, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
	background-color: #e91e63
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(156, 39, 176, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
	background-color: rgba(156, 39, 176, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
	background-color: #9c27b0
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(103, 58, 183, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
	background-color: rgba(103, 58, 183, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
	background-color: #673ab7
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(63, 81, 181, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
	background-color: rgba(63, 81, 181, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
	background-color: #3f51b5
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(33, 150, 243, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
	background-color: rgba(33, 150, 243, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
	background-color: #2196f3
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(3, 169, 244, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
	background-color: rgba(3, 169, 244, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
	background-color: #03a9f4
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 188, 212, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
	background-color: rgba(0, 188, 212, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
	background-color: #00bcd4
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
	background-color: rgba(0, 150, 136, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
	background-color: #009688
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(76, 175, 80, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-green {
	background-color: rgba(76, 175, 80, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
	background-color: #4caf50
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(139, 195, 74, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
	background-color: rgba(139, 195, 74, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
	background-color: #8bc34a
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(205, 220, 57, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
	background-color: rgba(205, 220, 57, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
	background-color: #cddc39
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 232, 33, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
	background-color: rgba(255, 232, 33, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
	background-color: #ffe821
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 193, 7, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
	background-color: rgba(255, 193, 7, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
	background-color: #ffc107
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 152, 0, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
	background-color: rgba(255, 152, 0, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
	background-color: #ff9800
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 87, 34, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
	background-color: rgba(255, 87, 34, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
	background-color: #ff5722
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(121, 85, 72, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
	background-color: rgba(121, 85, 72, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
	background-color: #795548
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(158, 158, 158, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
	background-color: rgba(158, 158, 158, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
	background-color: #9e9e9e
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(96, 125, 139, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
	background-color: rgba(96, 125, 139, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
	background-color: #607d8b
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-black {
	background-color: rgba(0, 0, 0, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
	background-color: #000
}
.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 255, 255, .1)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-white {
	background-color: rgba(255, 255, 255, .5)
}
.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
	background-color: #fff
}
.dtp div.dtp-date,
.dtp div.dtp-time {
	background: #007d72
}
.dtp>.dtp-content>.dtp-date-view>header.dtp-header {
	background: #009688
}
.dtp .dtp-buttons .dtp-btn-ok {
	margin-left: 10px
}
.dtp .dtp-buttons .dtp-btn-clear {
	margin-right: 10px !important
}
.dtp .p10>a {
	color: #fff
}
.dtp div.dtp-actual-year {
	font-size: 1.5em;
	color: #fff
}
.dtp table.dtp-picker-days tr td a.selected {
	background: #007d72;
	color: #fff
}
.bootstrap-select {
	box-shadow: none !important;
	border-bottom: 1px solid #ddd !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important
}
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton,
.bootstrap-select .bs-searchbox {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e9e9
}
.bootstrap-select .bs-actionsbox .form-control,
.bootstrap-select .bs-donebutton .form-control,
.bootstrap-select .bs-searchbox .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
	margin-left: 30px
}
.bootstrap-select .bs-searchbox {
	position: relative
}
.bootstrap-select .bs-searchbox:after {
	content: '\E8B6';
	font-family: 'Material Icons';
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 25px
}
.bootstrap-select ul.dropdown-menu {
	margin-top: 0 !important
}
.bootstrap-select .dropdown-menu li.selected a {
	background-color: #eee !important;
	color: #555 !important
}
.bootstrap-select .dropdown-menu .active a {
	background-color: transparent;
	color: #333 !important
}
.bootstrap-select .dropdown-menu .notify {
	background-color: #f44336 !important;
	color: #fff !important;
	border: none !important
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	margin-top: 9px
}
.tooltip {
	font-size: 13px
}
.tooltip .tooltip-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.popover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .08)
}
.popover .popover-title {
	font-weight: 700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ddd
}
.popover .popover-content {
	font-size: 13px;
	color: #777;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.nav-tabs {
	border-bottom: 2px solid #eee;
	margin-bottom: -2px
}
.nav-tabs>li {
	position: relative;
	top: 0;
	left: 0
}
.nav-tabs>li>a {
	border: 1px solid #c4cfd5;
	color: #555 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-right: -1px;
	padding: 5px 4px
}
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background-color: transparent !important
}
.nav-tabs>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #2196f3;
	bottom: -1px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	transition: .1s ease-in
}
.nav-tabs>li>a .material-icons {
	position: relative;
	top: 7px;
	margin-bottom: 8px
}
.nav-tabs li.active a {
	color: #fff !important;
	background: #1695cc;
	border-color: #1695cc
}
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
	background-color: #1695cc !important
}
.nav-tabs li.active a:before {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.nav-tabs+.tab-content {
	padding: 10px;
	background: #f9fcff;
	border: 1px solid #c4cfd5;
	float: left;
	width: 100%
}
.nav-tabs.tab-col-red>li>a:before {
	border-bottom: 2px solid #f44336
}
.nav-tabs.tab-col-pink>li>a:before {
	border-bottom: 2px solid #e91e63
}
.nav-tabs.tab-col-purple>li>a:before {
	border-bottom: 2px solid #9c27b0
}
.nav-tabs.tab-col-deep-purple>li>a:before {
	border-bottom: 2px solid #673ab7
}
.nav-tabs.tab-col-indigo>li>a:before {
	border-bottom: 2px solid #3f51b5
}
.nav-tabs.tab-col-blue>li>a:before {
	border-bottom: 2px solid #2196f3
}
.nav-tabs.tab-col-light-blue>li>a:before {
	border-bottom: 2px solid #03a9f4
}
.nav-tabs.tab-col-cyan>li>a:before {
	border-bottom: 2px solid #00bcd4
}
.nav-tabs.tab-col-teal>li>a:before {
	border-bottom: 2px solid #009688
}
.nav-tabs.tab-col-green>li>a:before {
	border-bottom: 2px solid #4caf50
}
.nav-tabs.tab-col-light-green>li>a:before {
	border-bottom: 2px solid #8bc34a
}
.nav-tabs.tab-col-lime>li>a:before {
	border-bottom: 2px solid #cddc39
}
.nav-tabs.tab-col-yellow>li>a:before {
	border-bottom: 2px solid #ffe821
}
.nav-tabs.tab-col-amber>li>a:before {
	border-bottom: 2px solid #ffc107
}
.nav-tabs.tab-col-orange>li>a:before {
	border-bottom: 2px solid #ff9800
}
.nav-tabs.tab-col-deep-orange>li>a:before {
	border-bottom: 2px solid #ff5722
}
.nav-tabs.tab-col-brown>li>a:before {
	border-bottom: 2px solid #795548
}
.nav-tabs.tab-col-grey>li>a:before {
	border-bottom: 2px solid #9e9e9e
}
.nav-tabs.tab-col-blue-grey>li>a:before {
	border-bottom: 2px solid #607d8b
}
.nav-tabs.tab-col-black>li>a:before {
	border-bottom: 2px solid #000
}
.nav-tabs.tab-col-white>li>a:before {
	border-bottom: 2px solid #fff
}
.thumbnail {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.thumbnail p:not(button) {
	color: #999;
	font-size: 14px
}
.thumbnail h3 {
	font-weight: 700;
	font-size: 17px
}
.modal .modal-header {
	border: none;
	padding: 25px 25px 5px 25px
}
.modal .modal-header .modal-title {
	font-weight: 700;
	font-size: 16px
}
.modal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .31) !important;
	border: none
}
.nav-tabs>li.in_active.active>a:before {
	border-bottom: 0 solid #2196f3
}
li.in_active.active a.newactive {
	background: #1695cc !important;
	border: 1px solid #1695cc;
	color: #fff !important
}
.newactive {
	border-bottom: 0 solid #ddd !important;
	background: #d5d6de !important;
	color: #fff !important
}
.nav-tabs li.in_active.active,
.nav-tabs li.in_active.active a.newactive :active {
	background-color: #1695cc !important;
	color: #fff !important
}
.nav-tabs>li>a:hover {
	border-color: #c7bfbf #b3abab #bdb3b3 !important
}
.body.kby .nav-tabs li.active a {
	color: #fff !important;
	background: #08a9ef !important;
	border-color: #1695cc !important
}
.modal .modal-content .modal-body {
	color: #777;
	padding: 15px 25px
}
.modal .modal-footer {
	border: none
}
.modal-col-red {
	background-color: #f44336
}
.modal-col-red .modal-body,
.modal-col-red .modal-title {
	color: #fff !important
}
.modal-col-red .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-red .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-red .modal-footer .btn-link:active,
.modal-col-red .modal-footer .btn-link:focus,
.modal-col-red .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-pink {
	background-color: #e91e63
}
.modal-col-pink .modal-body,
.modal-col-pink .modal-title {
	color: #fff !important
}
.modal-col-pink .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-pink .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-pink .modal-footer .btn-link:active,
.modal-col-pink .modal-footer .btn-link:focus,
.modal-col-pink .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-purple {
	background-color: #9c27b0
}
.modal-col-purple .modal-body,
.modal-col-purple .modal-title {
	color: #fff !important
}
.modal-col-purple .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-purple .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-purple .modal-footer .btn-link:active,
.modal-col-purple .modal-footer .btn-link:focus,
.modal-col-purple .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-deep-purple {
	background-color: #673ab7
}
.modal-col-deep-purple .modal-body,
.modal-col-deep-purple .modal-title {
	color: #fff !important
}
.modal-col-deep-purple .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-deep-purple .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-deep-purple .modal-footer .btn-link:active,
.modal-col-deep-purple .modal-footer .btn-link:focus,
.modal-col-deep-purple .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-indigo {
	background-color: #3f51b5
}
.modal-col-indigo .modal-body,
.modal-col-indigo .modal-title {
	color: #fff !important
}
.modal-col-indigo .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-indigo .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-indigo .modal-footer .btn-link:active,
.modal-col-indigo .modal-footer .btn-link:focus,
.modal-col-indigo .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-blue {
	background-color: #2196f3
}
.modal-col-blue .modal-body,
.modal-col-blue .modal-title {
	color: #fff !important
}
.modal-col-blue .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-blue .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-blue .modal-footer .btn-link:active,
.modal-col-blue .modal-footer .btn-link:focus,
.modal-col-blue .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-light-blue {
	background-color: #03a9f4
}
.modal-col-light-blue .modal-body,
.modal-col-light-blue .modal-title {
	color: #fff !important
}
.modal-col-light-blue .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-light-blue .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-light-blue .modal-footer .btn-link:active,
.modal-col-light-blue .modal-footer .btn-link:focus,
.modal-col-light-blue .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-cyan {
	background-color: #00bcd4
}
.modal-col-cyan .modal-body,
.modal-col-cyan .modal-title {
	color: #fff !important
}
.modal-col-cyan .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-cyan .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-cyan .modal-footer .btn-link:active,
.modal-col-cyan .modal-footer .btn-link:focus,
.modal-col-cyan .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-teal {
	background-color: #009688
}
.modal-col-teal .modal-body,
.modal-col-teal .modal-title {
	color: #fff !important
}
.modal-col-teal .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-teal .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-teal .modal-footer .btn-link:active,
.modal-col-teal .modal-footer .btn-link:focus,
.modal-col-teal .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-green {
	background-color: #4caf50
}
.modal-col-green .modal-body,
.modal-col-green .modal-title {
	color: #fff !important
}
.modal-col-green .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-green .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-green .modal-footer .btn-link:active,
.modal-col-green .modal-footer .btn-link:focus,
.modal-col-green .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-light-green {
	background-color: #8bc34a
}
.modal-col-light-green .modal-body,
.modal-col-light-green .modal-title {
	color: #fff !important
}
.modal-col-light-green .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-light-green .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-light-green .modal-footer .btn-link:active,
.modal-col-light-green .modal-footer .btn-link:focus,
.modal-col-light-green .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-lime {
	background-color: #cddc39
}
.modal-col-lime .modal-body,
.modal-col-lime .modal-title {
	color: #fff !important
}
.modal-col-lime .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-lime .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-lime .modal-footer .btn-link:active,
.modal-col-lime .modal-footer .btn-link:focus,
.modal-col-lime .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-yellow {
	background-color: #ffe821
}
.modal-col-yellow .modal-body,
.modal-col-yellow .modal-title {
	color: #fff !important
}
.modal-col-yellow .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-yellow .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-yellow .modal-footer .btn-link:active,
.modal-col-yellow .modal-footer .btn-link:focus,
.modal-col-yellow .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-amber {
	background-color: #ffc107
}
.modal-col-amber .modal-body,
.modal-col-amber .modal-title {
	color: #fff !important
}
.modal-col-amber .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-amber .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-amber .modal-footer .btn-link:active,
.modal-col-amber .modal-footer .btn-link:focus,
.modal-col-amber .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-orange {
	background-color: #ff9800
}
.modal-col-orange .modal-body,
.modal-col-orange .modal-title {
	color: #fff !important
}
.modal-col-orange .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-orange .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-orange .modal-footer .btn-link:active,
.modal-col-orange .modal-footer .btn-link:focus,
.modal-col-orange .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-deep-orange {
	background-color: #ff5722
}
.modal-col-deep-orange .modal-body,
.modal-col-deep-orange .modal-title {
	color: #fff !important
}
.modal-col-deep-orange .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-deep-orange .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-deep-orange .modal-footer .btn-link:active,
.modal-col-deep-orange .modal-footer .btn-link:focus,
.modal-col-deep-orange .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-brown {
	background-color: #795548
}
.modal-col-brown .modal-body,
.modal-col-brown .modal-title {
	color: #fff !important
}
.modal-col-brown .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-brown .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-brown .modal-footer .btn-link:active,
.modal-col-brown .modal-footer .btn-link:focus,
.modal-col-brown .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-grey {
	background-color: #9e9e9e
}
.modal-col-grey .modal-body,
.modal-col-grey .modal-title {
	color: #fff !important
}
.modal-col-grey .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-grey .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-grey .modal-footer .btn-link:active,
.modal-col-grey .modal-footer .btn-link:focus,
.modal-col-grey .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-blue-grey {
	background-color: #607d8b
}
.modal-col-blue-grey .modal-body,
.modal-col-blue-grey .modal-title {
	color: #fff !important
}
.modal-col-blue-grey .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-blue-grey .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-blue-grey .modal-footer .btn-link:active,
.modal-col-blue-grey .modal-footer .btn-link:focus,
.modal-col-blue-grey .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-black {
	background-color: #000
}
.modal-col-black .modal-body,
.modal-col-black .modal-title {
	color: #fff !important
}
.modal-col-black .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-black .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-black .modal-footer .btn-link:active,
.modal-col-black .modal-footer .btn-link:focus,
.modal-col-black .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-white {
	background-color: #fff
}
.modal-col-white .modal-body,
.modal-col-white .modal-title {
	color: #fff !important
}
.modal-col-white .modal-footer {
	background-color: rgba(0, 0, 0, .12)
}
.modal-col-white .modal-footer .btn-link {
	color: #fff !important
}
.modal-col-white .modal-footer .btn-link:active,
.modal-col-white .modal-footer .btn-link:focus,
.modal-col-white .modal-footer .btn-link:hover {
	background-color: rgba(0, 0, 0, .12)
}
.label {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.label-primary {
	background-color: #1f91f3
}
.label-success {
	background-color: #2b982b
}
.label-info {
	background-color: #00b0e4
}
.label-warning {
	background-color: #ff9600
}
.label-danger {
	background-color: #fb483a
}
.collapse .well,
.collapse.in .well,
.collapsing .well {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0
}
.table tbody tr.primary td,
.table tbody tr.primary th {
	background-color: #1f91f3;
	color: #fff
}
.table tbody tr.success td,
.table tbody tr.success th {
	background-color: #2b982b;
	color: #fff
}
.table tbody tr.info td,
.table tbody tr.info th {
	background-color: #00b0e4;
	color: #fff
}
.table tbody tr.warning td,
.table tbody tr.warning th {
	background-color: #ff9600;
	color: #fff
}
.table tbody tr.danger td,
.table tbody tr.danger th {
	background-color: #fb483a;
	color: #fff
}
.table thead tr th {
	padding: 9px 1px;
	border-bottom: 1px solid #eee
}
.table-bordered {
	border-top: 1px solid #eee
}
.table-bordered tbody tr td,
.table-bordered tbody tr th {
	padding: 5px;
	border: 1px solid #eee
}
.table-bordered thead tr th {
	padding: 5px;
	border: 1px solid #5ac1ed;
	text-align: left
}
.report_table table thead tr th:last-child {
	text-align: center
}
.panel-group .panel-col-red {
	border: 1px solid #f44336
}
.panel-group .panel-col-red .panel-title {
	background-color: #f44336 !important;
	color: #fff
}
.panel-group .panel-col-red .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-pink {
	border: 1px solid #e91e63
}
.panel-group .panel-col-pink .panel-title {
	background-color: #e91e63 !important;
	color: #fff
}
.panel-group .panel-col-pink .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-purple {
	border: 1px solid #9c27b0
}
.panel-group .panel-col-purple .panel-title {
	background-color: #9c27b0 !important;
	color: #fff
}
.panel-group .panel-col-purple .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-deep-purple {
	border: 1px solid #673ab7
}
.panel-group .panel-col-deep-purple .panel-title {
	background-color: #673ab7 !important;
	color: #fff
}
.panel-group .panel-col-deep-purple .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-indigo {
	border: 1px solid #3f51b5
}
.panel-group .panel-col-indigo .panel-title {
	background-color: #3f51b5 !important;
	color: #fff
}
.panel-group .panel-col-indigo .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-blue {
	border: 1px solid #2196f3
}
.panel-group .panel-col-blue .panel-title {
	background-color: #2196f3 !important;
	color: #fff
}
.panel-group .panel-col-blue .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-light-blue {
	border: 1px solid #03a9f4
}
.panel-group .panel-col-light-blue .panel-title {
	background-color: #03a9f4 !important;
	color: #fff
}
.panel-group .panel-col-light-blue .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-cyan {
	border: 1px solid #00bcd4
}
.panel-group .panel-col-cyan .panel-title {
	background-color: #00bcd4 !important;
	color: #fff
}
.panel-group .panel-col-cyan .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-teal {
	border: 1px solid #009688
}
.panel-group .panel-col-teal .panel-title {
	background-color: #009688 !important;
	color: #fff
}
.panel-group .panel-col-teal .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-green {
	border: 1px solid #4caf50
}
.panel-group .panel-col-green .panel-title {
	background-color: #4caf50 !important;
	color: #fff
}
.panel-group .panel-col-green .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-light-green {
	border: 1px solid #8bc34a
}
.panel-group .panel-col-light-green .panel-title {
	background-color: #8bc34a !important;
	color: #fff
}
.panel-group .panel-col-light-green .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-lime {
	border: 1px solid #cddc39
}
.panel-group .panel-col-lime .panel-title {
	background-color: #cddc39 !important;
	color: #fff
}
.panel-group .panel-col-lime .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-yellow {
	border: 1px solid #ffe821
}
.panel-group .panel-col-yellow .panel-title {
	background-color: #ffe821 !important;
	color: #fff
}
.panel-group .panel-col-yellow .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-amber {
	border: 1px solid #ffc107
}
.panel-group .panel-col-amber .panel-title {
	background-color: #ffc107 !important;
	color: #fff
}
.panel-group .panel-col-amber .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-orange {
	border: 1px solid #ff9800
}
.panel-group .panel-col-orange .panel-title {
	background-color: #ff9800 !important;
	color: #fff
}
.panel-group .panel-col-orange .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-deep-orange {
	border: 1px solid #ff5722
}
.panel-group .panel-col-deep-orange .panel-title {
	background-color: #ff5722 !important;
	color: #fff
}
.panel-group .panel-col-deep-orange .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-brown {
	border: 1px solid #795548
}
.panel-group .panel-col-brown .panel-title {
	background-color: #795548 !important;
	color: #fff
}
.panel-group .panel-col-brown .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-grey {
	border: 1px solid #9e9e9e
}
.panel-group .panel-col-grey .panel-title {
	background-color: #9e9e9e !important;
	color: #fff
}
.panel-group .panel-col-grey .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-blue-grey {
	border: 1px solid #607d8b
}
.panel-group .panel-col-blue-grey .panel-title {
	background-color: #607d8b !important;
	color: #fff;
	padding: 5px 10px
}
.panel-group .panel-col-blue-grey .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-black {
	border: 1px solid #000
}
.panel-group .panel-col-black .panel-title {
	background-color: #000 !important;
	color: #fff
}
.panel-group .panel-col-black .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel-col-white {
	border: 1px solid #fff
}
.panel-group .panel-col-white .panel-title {
	background-color: #fff !important;
	color: #fff
}
.panel-group .panel-col-white .panel-body {
	border-top-color: transparent !important
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.panel-group .panel .panel-title .material-icons {
	float: left;
	line-height: 16px;
	margin-right: 8px
}
.panel-group .panel .panel-heading {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.panel-group .panel .panel-heading a {
	display: block;
	padding: 4px 6px
}
.panel-group .panel .panel-heading a:active,
.panel-group .panel .panel-heading a:focus,
.panel-group .panel .panel-heading a:hover {
	text-decoration: none
}
.panel-group .panel .panel-body {
	color: #555
}
.panel-group .panel-primary {
	border: 1px solid #1f91f3
}
.panel-group .panel-primary .panel-title {
	background-color: #1f91f3;
	font-size: 12px
}
.panel-group .panel-success {
	border: 1px solid #2b982b
}
.panel-group .panel-success .panel-title {
	background-color: #2b982b;
	color: #fff
}
.panel-group .panel-warning {
	border: 1px solid #ff9600
}
.panel-group .panel-warning .panel-title {
	background-color: #ff9600;
	color: #fff
}
.panel-group .panel-danger {
	border: 1px solid #fb483a
}
.panel-group .panel-danger .panel-title {
	background-color: #fb483a;
	color: #fff
}
.full-body .panel-col-red .panel-body {
	border-top-color: #fff !important;
	background-color: #f44336;
	color: #fff
}
.full-body .panel-col-pink .panel-body {
	border-top-color: #fff !important;
	background-color: #e91e63;
	color: #fff
}
.full-body .panel-col-purple .panel-body {
	border-top-color: #fff !important;
	background-color: #9c27b0;
	color: #fff
}
.full-body .panel-col-deep-purple .panel-body {
	border-top-color: #fff !important;
	background-color: #673ab7;
	color: #fff
}
.full-body .panel-col-indigo .panel-body {
	border-top-color: #fff !important;
	background-color: #3f51b5;
	color: #fff
}
.full-body .panel-col-blue .panel-body {
	border-top-color: #fff !important;
	background-color: #2196f3;
	color: #fff
}
.full-body .panel-col-light-blue .panel-body {
	border-top-color: #fff !important;
	background-color: #03a9f4;
	color: #fff
}
.full-body .panel-col-cyan .panel-body {
	border-top-color: #fff !important;
	background-color: #00bcd4;
	color: #fff
}
.full-body .panel-col-teal .panel-body {
	border-top-color: #fff !important;
	background-color: #009688;
	color: #fff
}
.full-body .panel-col-green .panel-body {
	border-top-color: #fff !important;
	background-color: #4caf50;
	color: #fff
}
.full-body .panel-col-light-green .panel-body {
	border-top-color: #fff !important;
	background-color: #8bc34a;
	color: #fff
}
.full-body .panel-col-lime .panel-body {
	border-top-color: #fff !important;
	background-color: #cddc39;
	color: #fff
}
.full-body .panel-col-yellow .panel-body {
	border-top-color: #fff !important;
	background-color: #ffe821;
	color: #fff
}
.full-body .panel-col-amber .panel-body {
	border-top-color: #fff !important;
	background-color: #ffc107;
	color: #fff
}
.full-body .panel-col-orange .panel-body {
	border-top-color: #fff !important;
	background-color: #ff9800;
	color: #fff
}
.full-body .panel-col-deep-orange .panel-body {
	border-top-color: #fff !important;
	background-color: #ff5722;
	color: #fff
}
.full-body .panel-col-brown .panel-body {
	border-top-color: #fff !important;
	background-color: #795548;
	color: #fff
}
.full-body .panel-col-grey .panel-body {
	border-top-color: #fff !important;
	background-color: #9e9e9e;
	color: #fff
}
.full-body .panel-col-blue-grey .panel-body {
	border-top-color: #fff !important;
	background-color: #607d8b;
	color: #fff
}
.full-body .panel-col-black .panel-body {
	border-top-color: #fff !important;
	background-color: #000;
	color: #fff
}
.full-body .panel-col-white .panel-body {
	border-top-color: #fff !important;
	background-color: #fff;
	color: #fff
}
.full-body .panel-primary .panel-body {
	border-top-color: #fff !important;
	background-color: #1f91f3;
	color: #fff
}
.full-body .panel-success .panel-body {
	border-top-color: #fff !important;
	background-color: #2b982b;
	color: #fff
}
.full-body .panel-warning .panel-body {
	border-top-color: #fff !important;
	background-color: #ff9600;
	color: #fff
}
.full-body .panel-danger .panel-body {
	border-top-color: #fff !important;
	background-color: #fb483a;
	color: #fff
}
.progress {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 6px
}
.progress .progress-bar {
	line-height: 23px;
	background-color: #1f91f3
}
.progress .progress-bar-success {
	background-color: #2b982b
}
.progress .progress-bar-info {
	background-color: #00b0e4
}
.progress .progress-bar-warning {
	background-color: #ff9600
}
.progress .progress-bar-danger {
	background-color: #fb483a
}
.irs .irs-from,
.irs .irs-max,
.irs .irs-min,
.irs .irs-single,
.irs .irs-to {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 11px;
	padding: 6px 22px 6px 2px
}
.form_bgg {
	background: #f3f9fc;
	padding: 20px
}
.input-group {
	width: 100%
}
.input-group .form-line {
	display: inline-block;
	width: 100%;
	position: relative
}
.input-group .form-line:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	-webkit-transition: .25s ease-in;
	transition: .25s ease-in;
	border-bottom: 1px solid #6943cc
}
.input-group .form-line+.input-group-addon {
	padding-right: 0;
	padding-left: 10px
}
.input-group .help-info {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	color: #999
}
.input-group label.error {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: 400;
	color: #f44336
}
.input-group .form-line.error:after {
	border-bottom: 2px solid #f44336
}
.input-group .form-line.success:after {
	border-bottom: 2px solid #4caf50
}
.input-group .form-line.warning:after {
	border-bottom: 2px solid #ffc107
}
.input-group .form-line.focused:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.input-group .form-line.focused .form-label {
	bottom: 25px;
	left: 0;
	font-size: 12px
}
.input-group .input-group-addon {
	border: none;
	background-color: transparent;
	padding-left: 0;
	font-weight: 400;
	color: #000;
	padding: 0 12px 0 0;
	font-size: 12px
}
.input-group .input-group-addon .material-icons {
	font-size: 18px;
	color: #555
}
.input-group.input-group-sm .input-group-addon i {
	font-size: 14px
}
.input-group.input-group-sm .form-control {
	font-size: 12px
}
.input-group.input-group-lg .input-group-addon i {
	font-size: 26px
}
.input-group.input-group-lg .form-control {
	font-size: 18px
}
.form-control-label label {
	margin-top: 8px
}
.form-horizontal .form-group {
	margin-bottom: 0
}
.form-group {
	width: 100%;
	margin-bottom: 20px
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	font-size: 11px;
	border: 1px solid #AEB4D5;
	resize: vertical
}
.text-danger {
	color: #f44336;
	font-size: 11px
}
.exist_vendor_msg.alrdy_sum p.text-danger {
	COLOR: RED
}
.counry_err p.text-danger {
	font-size: 14px;
	font-weight: 500;
	margin: 5px auto
}
.form-group .help-info {
	float: right;
	font-size: 12px;
	margin-top: 5px;
	color: #999
}
.form-group label.error {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	font-weight: 400;
	color: #f44336
}
.form-group .form-line {
	width: 100%;
	position: relative;
	z-index: 0
}
label {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #090021;
	margin-bottom: 8px;
}
.form-group .form-line::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	bottom: -1px;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: .25s ease-in;
	-o-transition: .25s ease-in;
	-webkit-transition: .25s ease-in;
	transition: .25s ease-in;
	border-bottom: 2px solid #6943cc
}
.form-group .form-line .form-label {
	font-weight: 400;
	color: #aaa;
	position: absolute;
	top: 10px;
	left: 0;
	cursor: text;
	-moz-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s
}
.form-group .form-line.error:after {
	border-bottom: 2px solid #f44336
}
.form-group .form-line.success:after {
	border-bottom: 2px solid #4caf50
}
.form-group .form-line.warning:after {
	border-bottom: 2px solid #ffc107
}
.form-group .form-line.focused:after {
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.form-group .form-line.focused .form-label {
	top: -10px;
	left: 0;
	font-size: 12px
}
.form-group-sm .form-label {
	font-size: 12px
}
.form-group-sm .form-line.focused .form-label {
	bottom: 20px;
	font-size: 10px
}
.form-group-lg .form-label {
	font-size: 18px
}
.form-group-lg .form-line.focused .form-label {
	bottom: 35px;
	font-size: 12px
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #d7e1e6
}
.colorpicker:after,
.colorpicker:before {
	display: none !important
}
.dropzone {
	border: 2px solid transparent !important;
	background-color: #eee !important
}
.dropzone .dz-message .drag-icon-cph .material-icons {
	font-size: 80px;
	color: #777
}
.dz-drag-hover {
	border: 2px dashed #888 !important
}
.breadcrumb {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 13px;
	margin-bottom: 10px
}
.breadcrumb li a {
	color: #444;
	text-decoration: none
}
.breadcrumb li a .material-icons {
	font-size: 18px;
	position: relative;
	top: 4px
}
.breadcrumb li .material-icons {
	font-size: 18px;
	position: relative;
	top: 4px
}
.breadcrumb>li+li:before {
	content: '>\00a0'
}
.breadcrumb-col-red li a {
	color: #f44336 !important;
	font-weight: 700
}
.breadcrumb-bg-red {
	background-color: #f44336 !important
}
.breadcrumb-bg-red li {
	color: #fff !important
}
.breadcrumb-bg-red li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-red li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-red li+li:before {
	color: #fff
}
.breadcrumb-col-pink li a {
	color: #e91e63 !important;
	font-weight: 700
}
.breadcrumb-bg-pink {
	background-color: #e91e63 !important
}
.breadcrumb-bg-pink li {
	color: #fff !important
}
.breadcrumb-bg-pink li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-pink li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-pink li+li:before {
	color: #fff
}
.breadcrumb-col-purple li a {
	color: #9c27b0 !important;
	font-weight: 700
}
.breadcrumb-bg-purple {
	background-color: #9c27b0 !important
}
.breadcrumb-bg-purple li {
	color: #fff !important
}
.breadcrumb-bg-purple li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-purple li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-purple li+li:before {
	color: #fff
}
.breadcrumb-col-deep-purple li a {
	color: #673ab7 !important;
	font-weight: 700
}
.breadcrumb-bg-deep-purple {
	background-color: #673ab7 !important
}
.breadcrumb-bg-deep-purple li {
	color: #fff !important
}
.breadcrumb-bg-deep-purple li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-deep-purple li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-deep-purple li+li:before {
	color: #fff
}
.breadcrumb-col-indigo li a {
	color: #3f51b5 !important;
	font-weight: 700
}
.breadcrumb-bg-indigo {
	background-color: #3f51b5 !important
}
.breadcrumb-bg-indigo li {
	color: #fff !important
}
.breadcrumb-bg-indigo li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-indigo li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-indigo li+li:before {
	color: #fff
}
.breadcrumb-col-blue li a {
	color: #2196f3 !important;
	font-weight: 700
}
.breadcrumb-bg-blue {
	background-color: #2196f3 !important
}
.breadcrumb-bg-blue li {
	color: #fff !important
}
.breadcrumb-bg-blue li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-blue li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-blue li+li:before {
	color: #fff
}
.breadcrumb-col-light-blue li a {
	color: #03a9f4 !important;
	font-weight: 700
}
.breadcrumb-bg-light-blue {
	background-color: #03a9f4 !important
}
.breadcrumb-bg-light-blue li {
	color: #fff !important
}
.breadcrumb-bg-light-blue li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-light-blue li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-light-blue li+li:before {
	color: #fff
}
.breadcrumb-col-cyan li a {
	color: #00bcd4 !important;
	font-weight: 700
}
.breadcrumb-bg-cyan {
	background-color: #00bcd4 !important
}
.breadcrumb-bg-cyan li {
	color: #fff !important
}
.breadcrumb-bg-cyan li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-cyan li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-cyan li+li:before {
	color: #fff
}
.breadcrumb-col-teal li a {
	color: #009688 !important;
	font-weight: 700
}
.breadcrumb-bg-teal {
	background-color: #009688 !important
}
.breadcrumb-bg-teal li {
	color: #fff !important
}
.breadcrumb-bg-teal li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-teal li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-teal li+li:before {
	color: #fff
}
.breadcrumb-col-green li a {
	color: #4caf50 !important;
	font-weight: 700
}
.breadcrumb-bg-green {
	background-color: #4caf50 !important
}
.breadcrumb-bg-green li {
	color: #fff !important
}
.breadcrumb-bg-green li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-green li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-green li+li:before {
	color: #fff
}
.breadcrumb-col-light-green li a {
	color: #8bc34a !important;
	font-weight: 700
}
.breadcrumb-bg-light-green {
	background-color: #8bc34a !important
}
.breadcrumb-bg-light-green li {
	color: #fff !important
}
.breadcrumb-bg-light-green li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-light-green li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-light-green li+li:before {
	color: #fff
}
.breadcrumb-col-lime li a {
	color: #cddc39 !important;
	font-weight: 700
}
.breadcrumb-bg-lime {
	background-color: #cddc39 !important
}
.breadcrumb-bg-lime li {
	color: #fff !important
}
.breadcrumb-bg-lime li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-lime li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-lime li+li:before {
	color: #fff
}
.breadcrumb-col-yellow li a {
	color: #ffe821 !important;
	font-weight: 700
}
.breadcrumb-bg-yellow {
	background-color: #ffe821 !important
}
.breadcrumb-bg-yellow li {
	color: #fff !important
}
.breadcrumb-bg-yellow li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-yellow li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-yellow li+li:before {
	color: #fff
}
.breadcrumb-col-amber li a {
	color: #ffc107 !important;
	font-weight: 700
}
.breadcrumb-bg-amber {
	background-color: #ffc107 !important
}
.breadcrumb-bg-amber li {
	color: #fff !important
}
.breadcrumb-bg-amber li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-amber li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-amber li+li:before {
	color: #fff
}
.breadcrumb-col-orange li a {
	color: #ff9800 !important;
	font-weight: 700
}
.breadcrumb-bg-orange {
	background-color: #ff9800 !important
}
.breadcrumb-bg-orange li {
	color: #fff !important
}
.breadcrumb-bg-orange li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-orange li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-orange li+li:before {
	color: #fff
}
.breadcrumb-col-deep-orange li a {
	color: #ff5722 !important;
	font-weight: 700
}
.breadcrumb-bg-deep-orange {
	background-color: #ff5722 !important
}
.breadcrumb-bg-deep-orange li {
	color: #fff !important
}
.breadcrumb-bg-deep-orange li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-deep-orange li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-deep-orange li+li:before {
	color: #fff
}
.breadcrumb-col-brown li a {
	color: #795548 !important;
	font-weight: 700
}
.breadcrumb-bg-brown {
	background-color: #795548 !important
}
.breadcrumb-bg-brown li {
	color: #fff !important
}
.breadcrumb-bg-brown li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-brown li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-brown li+li:before {
	color: #fff
}
.breadcrumb-col-grey li a {
	color: #9e9e9e !important;
	font-weight: 700
}
.breadcrumb-bg-grey {
	background-color: #9e9e9e !important
}
.breadcrumb-bg-grey li {
	color: #fff !important
}
.breadcrumb-bg-grey li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-grey li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-grey li+li:before {
	color: #fff
}
.breadcrumb-col-blue-grey li a {
	color: #607d8b !important;
	font-weight: 700
}
.breadcrumb-bg-blue-grey {
	background-color: #607d8b !important
}
.breadcrumb-bg-blue-grey li {
	color: #fff !important
}
.breadcrumb-bg-blue-grey li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-blue-grey li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-blue-grey li+li:before {
	color: #fff
}
.breadcrumb-col-black li a {
	color: #000 !important;
	font-weight: 700
}
.breadcrumb-bg-black {
	background-color: #000 !important
}
.breadcrumb-bg-black li {
	color: #fff !important
}
.breadcrumb-bg-black li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-black li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-black li+li:before {
	color: #fff
}
.breadcrumb-col-white li a {
	color: #fff !important;
	font-weight: 700
}
.breadcrumb-bg-white {
	background-color: #fff !important
}
.breadcrumb-bg-white li {
	color: #fff !important
}
.breadcrumb-bg-white li a {
	color: #fff;
	font-weight: 700
}
.breadcrumb-bg-white li a .material-icons {
	padding-bottom: 8px
}
.breadcrumb-bg-white li+li:before {
	color: #fff
}
.badge {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	padding: 3px 4px;
	font-size: 11px;
	font-family: SF-Pro-Text-Medium;
	font-weight: 400;
	text-transform: uppercase;
	color: #777;
	background-color: #7777773b;
}
.badge-purple {
	background-color: #6a1b9a;
	/* purple */
	color: #fff;
}
.list-group-item {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 4px;
	font-size: 12px
}
.list-group .active {
	background-color: #2196f3;
	border-color: #2196f3
}
.list-group .active:active,
.list-group .active:focus,
.list-group .active:hover {
	background-color: #2196f3;
	border-color: #2196f3
}
.list-group .active .list-group-item-text {
	color: #dfe9f1;
	font-size: 13px
}
.list-group .active .list-group-item-text:active,
.list-group .active .list-group-item-text:focus,
.list-group .active .list-group-item-text:hover {
	color: #dfe9f1
}
.list-group .list-group-item.active:active .list-group-item-text,
.list-group .list-group-item.active:focus .list-group-item-text,
.list-group .list-group-item.active:hover .list-group-item-text {
	color: #dfe9f1
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.list-group .list-group-item .list-group-item-heading {
	font-weight: 700;
	font-size: 17px
}
.list-group .list-group-item-success {
	background-color: #2b982b;
	border: none;
	color: #fff
}
.list-group .list-group-item-success:focus,
.list-group .list-group-item-success:hover {
	background-color: #2b982b;
	color: #fff;
	opacity: .8
}
.list-group .list-group-item-info {
	background-color: #00b0e4;
	border: none;
	color: #fff
}
.list-group .list-group-item-info:focus,
.list-group .list-group-item-info:hover {
	background-color: #00b0e4;
	color: #fff;
	opacity: .8
}
.list-group .list-group-item-warning {
	background-color: #ff9600;
	border: none;
	color: #fff
}
.list-group .list-group-item-warning:focus,
.list-group .list-group-item-warning:hover {
	background-color: #ff9600;
	color: #fff;
	opacity: .8
}
.list-group .list-group-item-danger {
	background-color: #fb483a;
	border: none;
	color: #fff
}
.list-group .list-group-item-danger:focus,
.list-group .list-group-item-danger:hover {
	background-color: #fb483a;
	color: #fff;
	opacity: .8
}
.list-group .pl-red {
	stroke: #f44336
}
.list-group .list-group-bg-red {
	background-color: #f44336;
	border: none;
	color: #fff
}
.list-group .list-group-bg-red:focus,
.list-group .list-group-bg-red:hover {
	background-color: #f44336;
	color: #fff;
	opacity: .8
}
.list-group .pl-pink {
	stroke: #e91e63
}
.list-group .list-group-bg-pink {
	background-color: #e91e63;
	border: none;
	color: #fff
}
.list-group .list-group-bg-pink:focus,
.list-group .list-group-bg-pink:hover {
	background-color: #e91e63;
	color: #fff;
	opacity: .8
}
.list-group .pl-purple {
	stroke: #9c27b0
}
.list-group .list-group-bg-purple {
	background-color: #9c27b0;
	border: none;
	color: #fff
}
.list-group .list-group-bg-purple:focus,
.list-group .list-group-bg-purple:hover {
	background-color: #9c27b0;
	color: #fff;
	opacity: .8
}
.list-group .pl-deep-purple {
	stroke: #673ab7
}
.list-group .list-group-bg-deep-purple {
	background-color: #673ab7;
	border: none;
	color: #fff
}
.list-group .list-group-bg-deep-purple:focus,
.list-group .list-group-bg-deep-purple:hover {
	background-color: #673ab7;
	color: #fff;
	opacity: .8
}
.list-group .pl-indigo {
	stroke: #3f51b5
}
.list-group .list-group-bg-indigo {
	background-color: #3f51b5;
	border: none;
	color: #fff
}
.list-group .list-group-bg-indigo:focus,
.list-group .list-group-bg-indigo:hover {
	background-color: #3f51b5;
	color: #fff;
	opacity: .8
}
.list-group .pl-blue {
	stroke: #2196f3
}
.list-group .list-group-bg-blue {
	background-color: #2196f3;
	border: none;
	color: #fff
}
.list-group .list-group-bg-blue:focus,
.list-group .list-group-bg-blue:hover {
	background-color: #2196f3;
	color: #fff;
	opacity: .8
}
.list-group .pl-light-blue {
	stroke: #03a9f4
}
.list-group .list-group-bg-light-blue {
	background-color: #03a9f4;
	border: none;
	color: #fff
}
.list-group .list-group-bg-light-blue:focus,
.list-group .list-group-bg-light-blue:hover {
	background-color: #03a9f4;
	color: #fff;
	opacity: .8
}
.list-group .pl-cyan {
	stroke: #00bcd4
}
.list-group .list-group-bg-cyan {
	background-color: #00bcd4;
	border: none;
	color: #fff
}
.list-group .list-group-bg-cyan:focus,
.list-group .list-group-bg-cyan:hover {
	background-color: #00bcd4;
	color: #fff;
	opacity: .8
}
.list-group .pl-teal {
	stroke: #009688
}
.list-group .list-group-bg-teal {
	background-color: #009688;
	border: none;
	color: #fff
}
.list-group .list-group-bg-teal:focus,
.list-group .list-group-bg-teal:hover {
	background-color: #009688;
	color: #fff;
	opacity: .8
}
.list-group .pl-green {
	stroke: #4caf50
}
.list-group .list-group-bg-green {
	background-color: #4caf50;
	border: none;
	color: #fff
}
.list-group .list-group-bg-green:focus,
.list-group .list-group-bg-green:hover {
	background-color: #4caf50;
	color: #fff;
	opacity: .8
}
.list-group .pl-light-green {
	stroke: #8bc34a
}
.list-group .list-group-bg-light-green {
	background-color: #8bc34a;
	border: none;
	color: #fff
}
.list-group .list-group-bg-light-green:focus,
.list-group .list-group-bg-light-green:hover {
	background-color: #8bc34a;
	color: #fff;
	opacity: .8
}
.list-group .pl-lime {
	stroke: #cddc39
}
.list-group .list-group-bg-lime {
	background-color: #cddc39;
	border: none;
	color: #fff
}
.list-group .list-group-bg-lime:focus,
.list-group .list-group-bg-lime:hover {
	background-color: #cddc39;
	color: #fff;
	opacity: .8
}
.list-group .pl-yellow {
	stroke: #ffe821
}
.list-group .list-group-bg-yellow {
	background-color: #ffe821;
	border: none;
	color: #fff
}
.list-group .list-group-bg-yellow:focus,
.list-group .list-group-bg-yellow:hover {
	background-color: #ffe821;
	color: #fff;
	opacity: .8
}
.list-group .pl-amber {
	stroke: #ffc107
}
.list-group .list-group-bg-amber {
	background-color: #ffc107;
	border: none;
	color: #fff
}
.list-group .list-group-bg-amber:focus,
.list-group .list-group-bg-amber:hover {
	background-color: #ffc107;
	color: #fff;
	opacity: .8
}
.list-group .pl-orange {
	stroke: #ff9800
}
.list-group .list-group-bg-orange {
	background-color: #ff9800;
	border: none;
	color: #fff
}
.list-group .list-group-bg-orange:focus,
.list-group .list-group-bg-orange:hover {
	background-color: #ff9800;
	color: #fff;
	opacity: .8
}
.list-group .pl-deep-orange {
	stroke: #ff5722
}
.list-group .list-group-bg-deep-orange {
	background-color: #ff5722;
	border: none;
	color: #fff
}
.list-group .list-group-bg-deep-orange:focus,
.list-group .list-group-bg-deep-orange:hover {
	background-color: #ff5722;
	color: #fff;
	opacity: .8
}
.list-group .pl-brown {
	stroke: #795548
}
.list-group .list-group-bg-brown {
	background-color: #795548;
	border: none;
	color: #fff
}
.list-group .list-group-bg-brown:focus,
.list-group .list-group-bg-brown:hover {
	background-color: #795548;
	color: #fff;
	opacity: .8
}
.list-group .pl-grey {
	stroke: #9e9e9e
}
.list-group .list-group-bg-grey {
	background-color: #9e9e9e;
	border: none;
	color: #fff
}
.list-group .list-group-bg-grey:focus,
.list-group .list-group-bg-grey:hover {
	background-color: #9e9e9e;
	color: #fff;
	opacity: .8
}
.list-group .pl-blue-grey {
	stroke: #607d8b
}
.list-group .list-group-bg-blue-grey {
	background-color: #607d8b;
	border: none;
	color: #fff
}
.list-group .list-group-bg-blue-grey:focus,
.list-group .list-group-bg-blue-grey:hover {
	background-color: #607d8b;
	color: #fff;
	opacity: .8
}
.list-group .pl-black {
	stroke: #000
}
.list-group .list-group-bg-black {
	background-color: #000;
	border: none;
	color: #fff
}
.list-group .list-group-bg-black:focus,
.list-group .list-group-bg-black:hover {
	background-color: #000;
	color: #fff;
	opacity: .8
}
.list-group .pl-white {
	stroke: #fff
}
.list-group .list-group-bg-white {
	background-color: #fff;
	border: none;
	color: #fff
}
.list-group .list-group-bg-white:focus,
.list-group .list-group-bg-white:hover {
	background-color: #fff;
	color: #fff;
	opacity: .8
}
.pager li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
	color: #222;
	font-weight: 700
}
.pager li a:active,
.pager li a:focus {
	background-color: transparent
}
.pagination .disabled a,
.pagination .disabled a:active,
.pagination .disabled a:focus,
.pagination .disabled a:hover {
	color: #bbb
}
.pagination li.active a {
	background-color: #2196f3
}
.pagination li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.pagination li.active a {
	background-color: #6943cc !important
}
.pagination li a:active,
.pagination li a:focus {
	background-color: transparent;
	color: #555
}
.pagination {
	margin-top: 20px !important
}
.pagination>li>a {
	border: none;
	font-weight: 400;
	color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px !important;
	padding: 0 !important;
	height: 30px !important;
	border-radius: 50% !important
}
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	width: auto;
	height: 32px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 6px 3px
}
.pagination>li:first-child>a .material-icons,
.pagination>li:last-child>a .material-icons {
	position: relative;
	bottom: 2px;
	font-size: 18px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:last-child>a {
	width: 28px;
	height: 28px
}
.pagination-sm>li:first-child>a .material-icons,
.pagination-sm>li:last-child>a .material-icons {
	position: relative;
	top: -1px;
	left: -6px;
	font-size: 20px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:last-child>a {
	width: 44px;
	height: 44px
}
.pagination-lg>li:first-child>a .material-icons,
.pagination-lg>li:last-child>a .material-icons {
	font-size: 30px;
	position: relative;
	top: -3px;
	left: -10px
}
.media {
	margin-bottom: 25px
}
.media .media-body {
	color: #777;
	font-size: 13px
}
.media .media-body .media-heading {
	font-size: 16px;
	font-weight: 700;
	color: #333
}
.tabcontrol,
.wizard {
	display: block;
	width: 100%;
	overflow: hidden
}
.tabcontrol a,
.wizard a {
	outline: 0
}
.tabcontrol ul,
.wizard ul {
	list-style: none !important;
	padding: 0;
	margin: 0
}
.tabcontrol ul>li,
.wizard ul>li {
	display: block;
	padding: 0
}
.tabcontrol>.content>.title,
.tabcontrol>.steps .current-info,
.wizard>.content>.title,
.wizard>.steps .current-info {
	position: absolute;
	left: -999em
}
.wizard>.steps {
	position: relative;
	display: block;
	width: 100%
}
.wizard.vertical>.steps {
	float: left;
	width: 30%
}
.wizard.vertical>.steps>ul>li {
	float: none;
	width: 100%
}
.wizard.vertical>.content {
	float: left;
	margin: 0 0 .5em 0;
	width: 70%
}
.wizard.vertical>.actions {
	float: right;
	width: 100%
}
.wizard.vertical>.actions>ul>li {
	margin: 0 0 0 1em
}
.wizard>.steps .number {
	font-size: 1.429em
}
.wizard>.steps>ul>li {
	width: 25%;
	float: left
}
.wizard>.actions>ul>li {
	float: left
}
.wizard>.steps a {
	display: block;
	width: auto;
	margin: 0 .5em .5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.wizard>.steps a:active,
.wizard>.steps a:hover {
	display: block;
	width: auto;
	margin: 0 .5em .5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.wizard>.steps .disabled a {
	background: #eee;
	color: #aaa;
	cursor: default
}
.wizard>.steps .disabled a:active,
.wizard>.steps .disabled a:hover {
	background: #eee;
	color: #aaa;
	cursor: default
}
.wizard>.steps .current a {
	background: #2184be;
	color: #fff;
	cursor: default
}
.wizard>.steps .current a:active,
.wizard>.steps .current a:hover {
	background: #2184be;
	color: #fff;
	cursor: default
}
.wizard>.steps .done a {
	background: #9dc8e2;
	color: #fff
}
.wizard>.steps .done a:active,
.wizard>.steps .done a:hover {
	background: #9dc8e2;
	color: #fff
}
.wizard>.steps .error a {
	background: #ff3111;
	color: #fff
}
.wizard>.steps .error a:active,
.wizard>.steps .error a:hover {
	background: #ff3111;
	color: #fff
}
.wizard>.content {
	border: 1px solid #ddd;
	display: block;
	margin: .5em;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	width: auto
}
.wizard>.actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%
}
.wizard>.actions>ul {
	display: inline-block;
	text-align: right
}
.wizard>.actions>ul>li {
	margin: 0 .5em
}
.wizard>.actions a {
	background: #009688;
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.wizard>.actions a:active,
.wizard>.actions a:hover {
	background: #009688;
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.wizard>.actions .disabled a {
	background: #eee;
	color: #aaa
}
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
	background: #eee;
	color: #aaa
}
.tabcontrol>.steps {
	position: relative;
	display: block;
	width: 100%
}
.tabcontrol>.steps>ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1
}
.tabcontrol>.steps>ul>li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.tabcontrol>.steps>ul>li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0
}
.tabcontrol>.steps>ul>li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0
}
.tabcontrol>.steps>ul>li.current>a {
	padding: 15px 30px 10px 30px
}
.tabcontrol>.steps>ul>li>a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none
}
.tabcontrol>.steps>ul>li>a:hover {
	text-decoration: none
}
.tabcontrol>.content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px
}
.tabcontrol>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}
.tabcontrol>.content>.body ul {
	list-style: disc !important
}
.tabcontrol>.content>.body ul>li {
	display: list-item
}
.wizard .content {
	min-height: 245px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	overflow-y: auto
}
.wizard .content .body {
	padding: 15px
}
.wizard .steps a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.wizard .steps a:active,
.wizard .steps a:focus,
.wizard .steps a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.wizard .steps .done a {
	background-color: rgba(0, 150, 136, .6)
}
.wizard .steps .done a:active,
.wizard .steps .done a:focus,
.wizard .steps .done a:hover {
	background-color: rgba(0, 150, 136, .5)
}
.wizard .steps .error a {
	background-color: #f44336 !important
}
.wizard .steps .current a {
	background-color: #009688
}
.wizard .steps .current a:active,
.wizard .steps .current a:focus,
.wizard .steps .current a:hover {
	background-color: #009688
}
.waves-effect.waves-red .waves-ripple {
	background: rgba(244, 67, 54, .5)
}
.waves-effect.waves-pink .waves-ripple {
	background: rgba(233, 30, 99, .5)
}
.waves-effect.waves-purple .waves-ripple {
	background: rgba(156, 39, 176, .5)
}
.waves-effect.waves-deep-purple .waves-ripple {
	background: rgba(103, 58, 183, .5)
}
.waves-effect.waves-indigo .waves-ripple {
	background: rgba(63, 81, 181, .5)
}
.waves-effect.waves-blue .waves-ripple {
	background: rgba(33, 150, 243, .5)
}
.waves-effect.waves-light-blue .waves-ripple {
	background: rgba(3, 169, 244, .5)
}
.waves-effect.waves-cyan .waves-ripple {
	background: rgba(0, 188, 212, .5)
}
.waves-effect.waves-teal .waves-ripple {
	background: rgba(0, 150, 136, .5)
}
.waves-effect.waves-green .waves-ripple {
	background: rgba(76, 175, 80, .5)
}
.waves-effect.waves-light-green .waves-ripple {
	background: rgba(139, 195, 74, .5)
}
.waves-effect.waves-lime .waves-ripple {
	background: rgba(205, 220, 57, .5)
}
.waves-effect.waves-yellow .waves-ripple {
	background: rgba(255, 232, 33, .5)
}
.waves-effect.waves-amber .waves-ripple {
	background: rgba(255, 193, 7, .5)
}
.waves-effect.waves-orange .waves-ripple {
	background: rgba(255, 152, 0, .5)
}
.waves-effect.waves-deep-orange .waves-ripple {
	background: rgba(255, 87, 34, .5)
}
.waves-effect.waves-brown .waves-ripple {
	background: rgba(121, 85, 72, .5)
}
.waves-effect.waves-grey .waves-ripple {
	background: rgba(158, 158, 158, .5)
}
.waves-effect.waves-blue-grey .waves-ripple {
	background: rgba(96, 125, 139, .5)
}
.waves-effect.waves-black .waves-ripple {
	background: rgba(0, 0, 0, .5)
}
.waves-effect.waves-white .waves-ripple {
	background: rgba(255, 255, 255, .5)
}
.page-loader-wrapper {
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	text-align: center
}
.page-loader-wrapper p {
	font-size: 13px;
	margin-top: 10px;
	font-weight: 700;
	color: #444
}
.page-loader-wrapper .loader {
	position: relative;
	top: calc(50% - 30px)
}
.md-preloader .pl-red {
	stroke: #f44336
}
.md-preloader .pl-pink {
	stroke: #e91e63
}
.md-preloader .pl-purple {
	stroke: #9c27b0
}
.md-preloader .pl-deep-purple {
	stroke: #673ab7
}
.md-preloader .pl-indigo {
	stroke: #3f51b5
}
.md-preloader .pl-blue {
	stroke: #2196f3
}
.md-preloader .pl-light-blue {
	stroke: #03a9f4
}
.md-preloader .pl-cyan {
	stroke: #00bcd4
}
.md-preloader .pl-teal {
	stroke: #009688
}
.md-preloader .pl-green {
	stroke: #4caf50
}
.md-preloader .pl-light-green {
	stroke: #8bc34a
}
.md-preloader .pl-lime {
	stroke: #cddc39
}
.md-preloader .pl-yellow {
	stroke: #ffe821
}
.md-preloader .pl-amber {
	stroke: #ffc107
}
.md-preloader .pl-orange {
	stroke: #ff9800
}
.md-preloader .pl-deep-orange {
	stroke: #ff5722
}
.md-preloader .pl-brown {
	stroke: #795548
}
.md-preloader .pl-grey {
	stroke: #9e9e9e
}
.md-preloader .pl-blue-grey {
	stroke: #607d8b
}
.md-preloader .pl-black {
	stroke: #000
}
.md-preloader .pl-white {
	stroke: #fff
}
.preloader {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	-webkit-animation: container-rotate 1568ms linear infinite;
	-moz-animation: container-rotate 1568ms linear infinite;
	-o-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite
}
.preloader.pl-size-xl {
	width: 75px;
	height: 75px
}
.preloader.pl-size-l {
	width: 60px;
	height: 60px
}
.preloader.pl-size-md {
	width: 50px;
	height: 50px
}
.preloader.pl-size-sm {
	width: 40px;
	height: 50px
}
.preloader.pl-size-xs {
	width: 25px;
	height: 25px
}
.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	border-color: #f44336;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-moz-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-o-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.spinner-layer.pl-red {
	border-color: #f44336
}
.spinner-layer.pl-pink {
	border-color: #e91e63
}
.spinner-layer.pl-purple {
	border-color: #9c27b0
}
.spinner-layer.pl-deep-purple {
	border-color: #673ab7
}
.spinner-layer.pl-indigo {
	border-color: #3f51b5
}
.spinner-layer.pl-blue {
	border-color: #2196f3
}
.spinner-layer.pl-light-blue {
	border-color: #03a9f4
}
.spinner-layer.pl-cyan {
	border-color: #00bcd4
}
.spinner-layer.pl-teal {
	border-color: #009688
}
.spinner-layer.pl-green {
	border-color: #4caf50
}
.spinner-layer.pl-light-green {
	border-color: #8bc34a
}
.spinner-layer.pl-lime {
	border-color: #cddc39
}
.spinner-layer.pl-yellow {
	border-color: #ffe821
}
.spinner-layer.pl-amber {
	border-color: #ffc107
}
.spinner-layer.pl-orange {
	border-color: #ff9800
}
.spinner-layer.pl-deep-orange {
	border-color: #ff5722
}
.spinner-layer.pl-brown {
	border-color: #795548
}
.spinner-layer.pl-grey {
	border-color: #9e9e9e
}
.spinner-layer.pl-blue-grey {
	border-color: #607d8b
}
.spinner-layer.pl-black {
	border-color: #000
}
.spinner-layer.pl-white {
	border-color: #fff
}
.right {
	float: right !important
}
.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}
.gap-patch.circle {
	width: 1000%;
	left: -450%
}
.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit
}
.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 3px;
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}
.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	transform: rotate(129deg);
	-webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-moz-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-o-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	-moz-transform: rotate(-129deg);
	-ms-transform: rotate(-129deg);
	-o-transform: rotate(-129deg);
	transform: rotate(-129deg);
	-webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-moz-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	-o-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}
@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes container-rotate {
	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	25% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg)
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
	50% {
		-webkit-transform: rotate(540deg);
		transform: rotate(540deg)
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		transform: rotate(675deg)
	}
	75% {
		-webkit-transform: rotate(810deg);
		transform: rotate(810deg)
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		transform: rotate(945deg)
	}
	to {
		-webkit-transform: rotate(1080deg);
		transform: rotate(1080deg)
	}
}
@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg)
	}
	25% {
		transform: rotate(270deg)
	}
	37.5% {
		transform: rotate(405deg)
	}
	50% {
		transform: rotate(540deg)
	}
	62.5% {
		transform: rotate(675deg)
	}
	75% {
		transform: rotate(810deg)
	}
	87.5% {
		transform: rotate(945deg)
	}
	to {
		transform: rotate(1080deg)
	}
}
@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg)
	}
	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}
@keyframes left-spin {
	from {
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
	50% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		-webkit-transform: rotate(130deg);
		transform: rotate(130deg)
	}
}
@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}
@-moz-keyframes right-spin {
	from {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
	50% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	to {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}
@keyframes right-spin {
	from {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
	50% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	to {
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		-webkit-transform: rotate(-130deg);
		transform: rotate(-130deg)
	}
}
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}
.navbar .navbar-brand {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.navbar .navbar-custom-right-menu {
	float: right
}
.navbar .navbar-toggle {
	text-decoration: none;
	color: #fff;
	width: 20px;
	height: 20px;
	margin-top: -4px;
	margin-right: 17px
}
.navbar .navbar-toggle:before {
	content: '\E8D5';
	font-family: 'Material Icons';
	font-size: 26px
}
.navbar .navbar-collapse.in {
	overflow: visible
}
.ls-closed section.content {
	margin-left: 0
}
.ls-closed .bars:after,
.ls-closed .bars:before {
	font-family: 'Material Icons';
	font-size: 24px;
	position: absolute;
	top: 9px;
	left: 20px;
	margin-right: 10px;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}
.ls-closed .bars:before {
	content: '\E5D2';
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.ls-closed .bars:after {
	content: '\E5C4';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.ls-closed .navbar-brand {
	margin-left: 0
}
.overlay-open .bars:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0)
}
.overlay-open .bars:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.label-count {
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 10px;
	line-height: 15px;
	background-color: #000;
	padding: 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.col-red .navbar .navbar-brand,
.col-red .navbar .navbar-brand:active,
.col-red .navbar .navbar-brand:focus,
.col-red .navbar .navbar-brand:hover {
	color: #fff
}
.col-red .navbar .nav .open>a,
.col-red .navbar .nav .open>a:focus,
.col-red .navbar .nav .open>a:hover,
.col-red .navbar .nav>li>a:focus,
.col-red .navbar .nav>li>a:hover {
	background-color: #343a40 !important
}
.col-red .navbar .nav>li>a {
	color: #fff
}
.col-red .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-red .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-pink .navbar .navbar-brand,
.col-pink .navbar .navbar-brand:active,
.col-pink .navbar .navbar-brand:focus,
.col-pink .navbar .navbar-brand:hover {
	color: #fff
}
.col-pink .navbar .nav .open>a,
.col-pink .navbar .nav .open>a:focus,
.col-pink .navbar .nav .open>a:hover,
.col-pink .navbar .nav>li>a:focus,
.col-pink .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-pink .navbar .nav>li>a {
	color: #fff
}
.col-pink .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-pink .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-purple .navbar .navbar-brand,
.col-purple .navbar .navbar-brand:active,
.col-purple .navbar .navbar-brand:focus,
.col-purple .navbar .navbar-brand:hover {
	color: #fff
}
.col-purple .navbar .nav .open>a,
.col-purple .navbar .nav .open>a:focus,
.col-purple .navbar .nav .open>a:hover,
.col-purple .navbar .nav>li>a:focus,
.col-purple .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-purple .navbar .nav>li>a {
	color: #fff
}
.col-purple .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-purple .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-deep-purple .navbar .navbar-brand,
.col-deep-purple .navbar .navbar-brand:active,
.col-deep-purple .navbar .navbar-brand:focus,
.col-deep-purple .navbar .navbar-brand:hover {
	color: #fff
}
.col-deep-purple .navbar .nav .open>a,
.col-deep-purple .navbar .nav .open>a:focus,
.col-deep-purple .navbar .nav .open>a:hover,
.col-deep-purple .navbar .nav>li>a:focus,
.col-deep-purple .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-deep-purple .navbar .nav>li>a {
	color: #fff
}
.col-deep-purple .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-deep-purple .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-indigo .navbar .navbar-brand,
.col-indigo .navbar .navbar-brand:active,
.col-indigo .navbar .navbar-brand:focus,
.col-indigo .navbar .navbar-brand:hover {
	color: #fff
}
.col-indigo .navbar .nav .open>a,
.col-indigo .navbar .nav .open>a:focus,
.col-indigo .navbar .nav .open>a:hover,
.col-indigo .navbar .nav>li>a:focus,
.col-indigo .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-indigo .navbar .nav>li>a {
	color: #fff
}
.col-indigo .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-indigo .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-blue .navbar .navbar-brand,
.col-blue .navbar .navbar-brand:active,
.col-blue .navbar .navbar-brand:focus,
.col-blue .navbar .navbar-brand:hover {
	color: #fff
}
.col-blue .navbar .nav .open>a,
.col-blue .navbar .nav .open>a:focus,
.col-blue .navbar .nav .open>a:hover,
.col-blue .navbar .nav>li>a:focus,
.col-blue .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-blue .navbar .nav>li>a {
	color: #fff
}
.col-blue .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-blue .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-light-blue .navbar .navbar-brand,
.col-light-blue .navbar .navbar-brand:active,
.col-light-blue .navbar .navbar-brand:focus,
.col-light-blue .navbar .navbar-brand:hover {
	color: #fff
}
.col-light-blue .navbar .nav .open>a,
.col-light-blue .navbar .nav .open>a:focus,
.col-light-blue .navbar .nav .open>a:hover,
.col-light-blue .navbar .nav>li>a:focus,
.col-light-blue .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-light-blue .navbar .nav>li>a {
	color: #fff
}
.col-light-blue .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-light-blue .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-cyan .navbar .navbar-brand,
.col-cyan .navbar .navbar-brand:active,
.col-cyan .navbar .navbar-brand:focus,
.col-cyan .navbar .navbar-brand:hover {
	color: #fff
}
.col-cyan .navbar .nav .open>a,
.col-cyan .navbar .nav .open>a:focus,
.col-cyan .navbar .nav .open>a:hover,
.col-cyan .navbar .nav>li>a:focus,
.col-cyan .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-cyan .navbar .nav>li>a {
	color: #fff
}
.col-cyan .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-cyan .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-teal .navbar .navbar-brand,
.col-teal .navbar .navbar-brand:active,
.col-teal .navbar .navbar-brand:focus,
.col-teal .navbar .navbar-brand:hover {
	color: #fff
}
.col-teal .navbar .nav .open>a,
.col-teal .navbar .nav .open>a:focus,
.col-teal .navbar .nav .open>a:hover,
.col-teal .navbar .nav>li>a:focus,
.col-teal .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-teal .navbar .nav>li>a {
	color: #fff
}
.col-teal .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-teal .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-green .navbar .navbar-brand,
.col-green .navbar .navbar-brand:active,
.col-green .navbar .navbar-brand:focus,
.col-green .navbar .navbar-brand:hover {
	color: #fff
}
.col-green .navbar .nav .open>a,
.col-green .navbar .nav .open>a:focus,
.col-green .navbar .nav .open>a:hover,
.col-green .navbar .nav>li>a:focus,
.col-green .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-green .navbar .nav>li>a {
	color: #fff
}
.col-green .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-green .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-light-green .navbar .navbar-brand,
.col-light-green .navbar .navbar-brand:active,
.col-light-green .navbar .navbar-brand:focus,
.col-light-green .navbar .navbar-brand:hover {
	color: #fff
}
.col-light-green .navbar .nav .open>a,
.col-light-green .navbar .nav .open>a:focus,
.col-light-green .navbar .nav .open>a:hover,
.col-light-green .navbar .nav>li>a:focus,
.col-light-green .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-light-green .navbar .nav>li>a {
	color: #fff
}
.col-light-green .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-light-green .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-lime .navbar .navbar-brand,
.col-lime .navbar .navbar-brand:active,
.col-lime .navbar .navbar-brand:focus,
.col-lime .navbar .navbar-brand:hover {
	color: #fff
}
.col-lime .navbar .nav .open>a,
.col-lime .navbar .nav .open>a:focus,
.col-lime .navbar .nav .open>a:hover,
.col-lime .navbar .nav>li>a:focus,
.col-lime .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-lime .navbar .nav>li>a {
	color: #fff
}
.col-lime .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-lime .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-yellow .navbar .navbar-brand,
.col-yellow .navbar .navbar-brand:active,
.col-yellow .navbar .navbar-brand:focus,
.col-yellow .navbar .navbar-brand:hover {
	color: #fff
}
.col-yellow .navbar .nav .open>a,
.col-yellow .navbar .nav .open>a:focus,
.col-yellow .navbar .nav .open>a:hover,
.col-yellow .navbar .nav>li>a:focus,
.col-yellow .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-yellow .navbar .nav>li>a {
	color: #fff
}
.col-yellow .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-yellow .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-amber .navbar .navbar-brand,
.col-amber .navbar .navbar-brand:active,
.col-amber .navbar .navbar-brand:focus,
.col-amber .navbar .navbar-brand:hover {
	color: #fff
}
.col-amber .navbar .nav .open>a,
.col-amber .navbar .nav .open>a:focus,
.col-amber .navbar .nav .open>a:hover,
.col-amber .navbar .nav>li>a:focus,
.col-amber .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-amber .navbar .nav>li>a {
	color: #fff
}
.col-amber .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-amber .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-orange .navbar .navbar-brand,
.col-orange .navbar .navbar-brand:active,
.col-orange .navbar .navbar-brand:focus,
.col-orange .navbar .navbar-brand:hover {
	color: #fff
}
.col-orange .navbar .nav .open>a,
.col-orange .navbar .nav .open>a:focus,
.col-orange .navbar .nav .open>a:hover,
.col-orange .navbar .nav>li>a:focus,
.col-orange .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-orange .navbar .nav>li>a {
	color: #fff
}
.col-orange .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-orange .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-deep-orange .navbar .navbar-brand,
.col-deep-orange .navbar .navbar-brand:active,
.col-deep-orange .navbar .navbar-brand:focus,
.col-deep-orange .navbar .navbar-brand:hover {
	color: #fff
}
.col-deep-orange .navbar .nav .open>a,
.col-deep-orange .navbar .nav .open>a:focus,
.col-deep-orange .navbar .nav .open>a:hover,
.col-deep-orange .navbar .nav>li>a:focus,
.col-deep-orange .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-deep-orange .navbar .nav>li>a {
	color: #fff
}
.col-deep-orange .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-deep-orange .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-brown .navbar .navbar-brand,
.col-brown .navbar .navbar-brand:active,
.col-brown .navbar .navbar-brand:focus,
.col-brown .navbar .navbar-brand:hover {
	color: #fff
}
.col-brown .navbar .nav .open>a,
.col-brown .navbar .nav .open>a:focus,
.col-brown .navbar .nav .open>a:hover,
.col-brown .navbar .nav>li>a:focus,
.col-brown .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-brown .navbar .nav>li>a {
	color: #fff
}
.col-brown .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-brown .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-grey .navbar .navbar-brand,
.col-grey .navbar .navbar-brand:active,
.col-grey .navbar .navbar-brand:focus,
.col-grey .navbar .navbar-brand:hover {
	color: #fff
}
.col-grey .navbar .nav .open>a,
.col-grey .navbar .nav .open>a:focus,
.col-grey .navbar .nav .open>a:hover,
.col-grey .navbar .nav>li>a:focus,
.col-grey .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-grey .navbar .nav>li>a {
	color: #fff
}
.col-grey .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-grey .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-blue-grey .navbar .navbar-brand,
.col-blue-grey .navbar .navbar-brand:active,
.col-blue-grey .navbar .navbar-brand:focus,
.col-blue-grey .navbar .navbar-brand:hover {
	color: #fff
}
.col-blue-grey .navbar .nav .open>a,
.col-blue-grey .navbar .nav .open>a:focus,
.col-blue-grey .navbar .nav .open>a:hover,
.col-blue-grey .navbar .nav>li>a:focus,
.col-blue-grey .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-blue-grey .navbar .nav>li>a {
	color: #fff
}
.col-blue-grey .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-blue-grey .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-black .navbar .navbar-brand,
.col-black .navbar .navbar-brand:active,
.col-black .navbar .navbar-brand:focus,
.col-black .navbar .navbar-brand:hover {
	color: #fff
}
.col-black .navbar .nav .open>a,
.col-black .navbar .nav .open>a:focus,
.col-black .navbar .nav .open>a:hover,
.col-black .navbar .nav>li>a:focus,
.col-black .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-black .navbar .nav>li>a {
	color: #fff
}
.col-black .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-black .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.col-white .navbar .navbar-brand,
.col-white .navbar .navbar-brand:active,
.col-white .navbar .navbar-brand:focus,
.col-white .navbar .navbar-brand:hover {
	color: #fff
}
.col-white .navbar .nav .open>a,
.col-white .navbar .nav .open>a:focus,
.col-white .navbar .nav .open>a:hover,
.col-white .navbar .nav>li>a:focus,
.col-white .navbar .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .05)
}
.col-white .navbar .nav>li>a {
	color: #fff
}
.col-white .navbar .bars {
	float: left;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	margin-right: 10px;
	margin-left: -10px;
	margin-top: 4px
}
.col-white .navbar .bars:hover {
	background-color: rgba(0, 0, 0, .08)
}
.dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-top: 0 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	border: none
}
.dropdown-menu .divider {
	margin: 5px 0
}
.dropdown-menu .header {
	font-size: 13px;
	font-weight: 700;
	min-width: 270px;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 4px 0 6px 0
}
.dropdown-menu ul.menu {
	padding-left: 0
}
.dropdown-menu ul.menu.tasks h4 {
	color: #333;
	font-size: 13px;
	margin: 0 0 8px 0
}
.dropdown-menu ul.menu.tasks h4 small {
	float: right;
	margin-top: 6px
}
.dropdown-menu ul.menu.tasks .progress {
	height: 7px;
	margin-bottom: 7px
}
.dropdown-menu ul.menu .icon-circle {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: inline-block
}
.dropdown-menu ul.menu .icon-circle i {
	font-size: 18px;
	line-height: 36px
}
.dropdown-menu ul.menu li {
	border-bottom: 1px solid #eee
}
.dropdown-menu ul.menu li:last-child {
	border-bottom: none
}
.dropdown-menu ul.menu li a {
	padding: 7px 11px;
	text-decoration: none;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.dropdown-menu ul.menu li a:hover {
	background-color: #e9e9e9
}
.dropdown-menu ul.menu .menu-info {
	display: inline-block;
	position: relative;
	top: 3px;
	left: 5px
}
.dropdown-menu ul.menu .menu-info h4 {
	margin: 0;
	font-size: 13px;
	color: #333
}
.dropdown-menu ul.menu .menu-info p {
	margin: 0;
	font-size: 11px;
	color: #aaa
}
.dropdown-menu ul.menu .menu-info p .material-icons {
	font-size: 13px;
	color: #aaa;
	position: relative;
	top: 2px
}
.dropdown-menu .footer a {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 5px 0 5px 0;
	font-size: 12px;
	margin-bottom: -5px
}
.dropdown-menu .footer a:hover {
	background-color: transparent
}
.dropdown-menu>li>a {
	padding: 1px 18px;
	color: #666;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 12px;
	line-height: 25px;
	border-bottom: 1px solid #e8eff6
}
.dropdown-menu>li>a:hover {
	background-color: rgba(0, 0, 0, .075)
}
.dropdown-menu>li>a.active {
	background-color: #6943cc;
	color: #fff !important
}
.dropdown-menu>li>a i.material-icons {
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	font-size: 20px
}
.dropdown-animated {
	-webkit-animation-duration: .3s !important;
	-moz-animation-duration: .3s !important;
	-o-animation-duration: .3s !important;
	animation-duration: .3s !important
}
.overlay {
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	z-index: 10
}
.overlay-open .sidebar {
	margin-left: 0;
	z-index: 99999999
}
.sidebar {
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
	display: inline-block;
	height: calc(100vh - 50px);
	position: fixed;
	top: 0;
	left: 0;
	width: 90px;
	z-index: 99 !important;
	box-shadow: 0 0 10px #90ADD821;
	padding-top: 26px;
}
.sidebar .legal {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #eee;
	padding: 15px;
	overflow: hidden
}
.sidebar .legal .copyright {
	font-size: 13px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.sidebar .legal .copyright a {
	font-weight: 700;
	text-decoration: none
}
.sidebar .legal .version {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
	font-size: 13px
}
.sidebar .user-info {
	white-space: nowrap;
	position: relative;
	background: 0 0;
	display: flex;
	width: 100%;
	align-items: center;
	padding: 24px 20px;
	word-wrap: normal;
	word-break: normal
}
.sidebar .user-info .image {
	margin-right: 0;
	display: inline-block;
	float: left;
	height: 45px;
	width: 45px;
	border: 3px solid rgba(157, 157, 157, .22);
	margin-bottom: 0
}
.sidebar .user-info .image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: bottom !important;
	width: 100%;
	height: 100%
}
.sidebar .user-info .info-container {
	display: none;
	position: relative;
	float: left;
	width: 160px;
	padding-left: 12px;
	transition: all ease-in-out 0.8s
}
.sidebar.left-active .user-info .info-container {
	display: block
}
.sidebar .user-info .info-container .name {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	max-width: 140px;
	color: #fff;
	min-width: 140px
}
.sidebar .user-info .info-container .email {
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	max-width: 200px;
	color: #fff;
	margin: 0 5px
}
.sidebar .user-info .info-container .user-helper-dropdown {
	position: absolute;
	right: -3px;
	bottom: -12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: #fff
}
.sidebar .menu {
	position: relative;
	overflow-y: auto;
	height: 67vh;
	float: left;
	width: 100%;
	padding: 20px 10px;
}
.sidebar .menu .list a.toggled,
.sidebar .menu .list a:focus,
.sidebar .menu .list a:hover {
	background-color: #6943CC21 !important;
	color: #6943cc !important;
}
.sidebar .menu .list a.toggled i,
.sidebar .menu .list a:hover i {
	color: #fff
}
.sidebar .menu .list {
	list-style: none;
	padding-left: 0
}
.sidebar .menu .list .header {
	background: #eee;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 16px
}
.sidebar .menu .list li {
	margin-bottom: 0;
	padding: 0px;
	margin: 0px;
}
.sidebar .menu .list a i {
	width: 30px;
	text-align: left;
	margin-right: 0 !important;
	font-size: 20px;
	position: absolute;
	left: 10px;
}
.sidebar .menu .list .ml-menu li a i {
	color: #949494
}
.sidebar .menu .list i.material-icons {
	margin-top: 0;
	font-size: 16px;
	color: #000;
	margin-right: 5px
}
.sidebar .menu .list a i.fa {
	line-height: 19px;
	font-size: 16px;
	color: #000
}
.sidebar .menu .list .menu-toggle::after,
.sidebar .menu .list .menu-toggle::before {
	position: absolute;
	top: calc(50% - 8px);
	right: 5px;
	font-size: 16px !important;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s
}
.sidebar .menu .list .menu-toggle:before {
	content: "\f105";
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.sidebar .menu .list .menu-toggle:after {
	content: '\f107';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit
}
.sidebar .menu .list .menu-toggle.toggled:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.sidebar .menu .list a {
	color: #fff;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: 100%;
	padding: 8px 5px
}
.Safari .navtoggle .material-icons {
	width: auto
}
.sidebar .menu .list a:active,
.sidebar .menu .list a:focus,
.sidebar .menu .list a:hover {
	text-decoration: none !important
}
.sidebar .menu .list a small {
	position: absolute;
	top: calc(50% - 7.5px);
	right: 15px
}
.sidebar .menu .list .ml-menu {
	list-style: none;
	display: none;
	padding-left: 0;
	padding: 0 14px
}
.sidebar .menu .list .ml-menu span {
	font-weight: 400;
	font-size: 12px;
	margin: 3px 0 1px 0
}
.sidebar .menu .list .ml-menu li a {
	padding: 13px 25px 13px 40px !important;
	font-size: 13px;
	/*text-transform: capitalize;*/
	display: flex;
	align-items: center;
	color: #777575;
}
.sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
	margin-left: 0;
	color: #03a9f4;
	background: #061c38
}
.sidebar .menu .list a.menu-toggle.toggled,
.sidebar .menu .list a.menu-toggle.toggled i,
.sidebar .menu .list a.menu-toggle.toggled span {
	color: #6943cc !important
}
.right-sidebar {
	width: 280px;
	height: calc(100vh - 70px);
	position: fixed;
	right: -300px;
	top: 70px;
	background: #fdfdfd;
	z-index: 11 !important;
	-webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, .1);
	-ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, .1);
	box-shadow: -2px 2px 5px rgba(0, 0, 0, .1);
	overflow: hidden;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.right-sidebar.open {
	right: 0
}
.right-sidebar .nav-tabs {
	font-weight: 600;
	font-size: 13px;
	width: 100%;
	margin-left: 2px
}
.right-sidebar .nav-tabs li {
	text-align: center
}
.right-sidebar .nav-tabs li>a {
	margin-right: 0
}
.right-sidebar .nav-tabs li:first-child {
	width: 45%
}
.right-sidebar .nav-tabs li:last-child {
	width: 55%
}
.bootstrap-notify-container {
	max-width: 320px;
	text-align: center
}
.dd-handle {
	background-color: #f9f9f9 !important
}
.dd-handle:hover {
	color: #2196f3
}
.nestable-dark-theme .dd-handle {
	background: #ccc !important;
	border: 1px solid #999 !important
}
.dd3-handle {
	background: #999 !important
}
.dd3-content:hover {
	color: #2196f3
}
.login-page {
	background-color: #384968;
	padding-left: 0;
	max-width: 360px;
	margin: 5% auto;
	overflow-x: hidden
}
.login-page .login-box .msg {
	color: #555;
	margin-bottom: 30px;
	text-align: center
}
.login-page .login-box a {
	font-size: 14px;
	text-decoration: none;
	color: #00bcd4
}
.login-page .login-box .logo {
	margin-bottom: 20px;
	background: #e3f2f9;
	padding: 20px 20px 0 20px;
	text-align: center
}
.login-page .login-box .logo a {
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff
}
.login-page .login-box .logo small {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: -5px
}
.signup-page {
	background-color: #00bcd4;
	padding-left: 0;
	max-width: 360px;
	margin: 5% auto;
	overflow-x: hidden
}
.signup-page .signup-box .msg {
	color: #555;
	margin-bottom: 30px;
	text-align: center
}
.signup-page .signup-box a {
	font-size: 14px;
	text-decoration: none;
	color: #00bcd4
}
.signup-page .signup-box .logo {
	margin-bottom: 20px
}
.signup-page .signup-box .logo a {
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff
}
.signup-page .signup-box .logo small {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: -5px
}
.fp-page {
	background-color: #00bcd4;
	padding-left: 0;
	max-width: 360px;
	margin: 5% auto;
	overflow-x: hidden
}
.fp-page .fp-box .msg {
	color: #555;
	margin-bottom: 30px;
	text-align: center
}
.fp-page .fp-box a {
	font-size: 14px;
	text-decoration: none;
	color: #00bcd4
}
.fp-page .fp-box .logo {
	margin-bottom: 20px
}
.fp-page .fp-box .logo a {
	font-size: 36px;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff
}
.fp-page .fp-box .logo small {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: -5px
}
.four-zero-four {
	width: 100%;
	text-align: center;
	margin: 5% auto
}
.four-zero-four .four-zero-four-container .error-code {
	font-size: 160px
}
.four-zero-four .four-zero-four-container .error-message {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin-top: -40px
}
.four-zero-four .four-zero-four-container .button-place {
	margin-top: 32px
}
.five-zero-zero {
	width: 100%;
	text-align: center;
	margin: 5% auto
}
.five-zero-zero .five-zero-zero-container .error-code {
	font-size: 160px
}
.five-zero-zero .five-zero-zero-container .error-message {
	font-size: 27px;
	color: #333;
	font-weight: 700;
	margin-top: -40px
}
.five-zero-zero .five-zero-zero-container .button-place {
	margin-top: 32px
}
.gmap {
	width: 100%;
	height: 400px
}
.jvector-map {
	width: 100%;
	height: 600px
}
.morris-hover.morris-default-style {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}
.flot-chart {
	width: 100%;
	height: 320px
}
.panel-switch-btn {
	position: relative;
	right: 20px;
	z-index: 9
}
.panel-switch-btn label {
	font-weight: 700 !important
}
.legendLabel {
	width: 85px !important;
	position: relative;
	left: 3px
}
#multiple_axis_chart .legendLabel {
	width: 160px !important
}
.sparkline {
	text-align: center
}
.search-bar {
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 9999999;
	width: 100%;
	-moz-transition: .25s;
	-o-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s
}
.search-bar.open {
	top: 0
}
.search-bar .search-icon {
	position: absolute;
	top: 20px;
	left: 14px
}
.search-bar .search-icon .material-icons {
	font-size: 32px;
	color: #999
}
.search-bar .close-search {
	position: absolute;
	cursor: pointer;
	font-size: 30px;
	top: 16px;
	right: 18px
}
.search-bar .close-search .material-icons {
	color: #999;
	opacity: 1;
	-moz-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s
}
.search-bar .close-search .material-icons:hover {
	opacity: .5
}
.search-bar input[type=text] {
	width: 100%;
	font-size: 16px;
	padding: 25px 60px 23px 56px;
	border: none
}
.dataTables_wrapper {
	position: relative
}
.dataTables_wrapper select {
	border: none;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.dataTables_wrapper select:active,
.dataTables_wrapper select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.dataTables_wrapper input[type=search] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 12px;
	border-bottom: 1px solid #ddd
}
.dataTables_wrapper input[type=search]:active,
.dataTables_wrapper input[type=search]:focus {
	border-bottom: 2px solid #1f91f3
}
.dataTables_wrapper .dt-buttons {
	float: left
}
.dataTables_wrapper .dt-buttons a.dt-button {
	background-color: #607d8b;
	color: #fff;
	padding: 7px 12px;
	margin-right: 5px;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border: none;
	font-size: 13px;
	outline: 0
}
.dataTables_wrapper .dt-buttons a.dt-button:active {
	opacity: .8
}
.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 400px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 21
}
.dt-button-info h2 {
	color: #777
}
.dt-button-info div {
	color: #777;
	margin-bottom: 20px
}
.lg-outer .lg-thumb-item,
.lg-outer .lg-toogle-thumb {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important
}
html.ie10 .sidebar .menu .list li {
	line-height: 30px
}
html.ie10 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
	top: 6px !important;
	line-height: 20px !important
}
html.ie10 .sidebar .user-info .info-container {
	top: 15px
}
html.ie10 .search-bar input[type=text] {
	padding: 26px 60px 26px 56px
}
html.ie10 .dropdown-menu ul.menu li a {
	margin-top: -22px
}
html.ie10 .bs-searchbox .form-control {
	width: 90%
}
html.ie11 .sidebar .menu .list .ml-menu li.active a:not(.menu-toggle).toggled:before {
	top: 6px !important;
	line-height: 20px !important
}
html.ie11 .sidebar .user-info .info-container {
	top: 15px
}
html.ie11 .search-bar input[type=text] {
	padding: 26px 60px 26px 56px
}
html.ie11 .dropdown-menu ul.menu li a {
	margin-top: -22px
}
html.ie11 .bs-searchbox .form-control {
	width: 90%
}
table.table-bordered.dataTable {
	border-collapse: collapse !important;
	font-size: 12px;
	width: 100% !important;
}
div#DataTables_Table_0_length {
	display: none
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: .5em;
	display: inline-block;
	width: auto;
	border: 1px solid #ccc
}
div.dataTables_wrapper div.dataTables_info {
	display: none
}
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	font-size: 11px
}
.dashboard-stat-list {
	margin-top: 0;
	padding: 15px
}
.dashboard-stat-list .m-b--35.font-bold {
	margin-bottom: -16px
}
.info-box .content .text {
	font-size: 15px !important;
	font-weight: 500
}
.dropdown-menu.customdrp {
	position: absolute;
	top: 156%;
	min-width: auto;
	background: #fff;
	padding: 6px
}
ul.dropdown-menu.customdrp li {
	margin-bottom: 4px;
	color: #fff;
	padding: 0
}
.dropdown-menu.customdrp>li>a i.material-icons {
	margin-right: 0;
	margin-top: 0;
	font-size: 20px
}
.body.kby .btn-dlt1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999
}
.table {
	border: none;
	border-top: 0;
	margin-bottom: 0
}
table thead tr th {
	padding: 0 2px;
	background: #1695cc;
	color: #fff
}
.table tbody tr td,
.table tbody tr th {
	padding: 4px 5px;
	font-size: 12px;
	text-align: center
}
.table tbody tr td,
.table tbody tr th {
	padding: 11px 8px;
	font-size: 13px;
	border: none;
	color: #000
}
.trColorr td {
	background: #ebe6f97a;
	color: #000
}
.table-bordered.reportClass thead tr th {
	padding: 5px;
	border: 1px solid #5ac1ed;
	vertical-align: middle
}
.reportClass tr.firstrow th {
	background: #1a2a38;
	text-align: center
}
.reportClass .secndrow th:first-child {
	background: #610606;
	text-align: center
}
.reportClass .secndrow th:nth-child(2) {
	background: #077277;
	text-align: center
}
.reportClass .secndrow th:nth-child(3) {
	background: #1c5239;
	text-align: center
}
.reportClass th.constanttd {
	background: #9395b1;
	text-align: center
}
.reportClass th.alltotal {
	background: #610606
}
.reportClass th.dailytotal {
	background: #077277
}
.reportClass th.deliverytotal {
	background: #1c5239
}
.constanttd.block {
	background: #9395b1;
	text-align: center
}
.alltotal.block {
	background: #610606
}
.dailytotal.block {
	background: #077277
}
.deliverytotal.block {
	background: #1c5239
}
.block {
	width: 10px;
	height: 10px;
	content: '';
	float: left;
	margin: 3px 5px 0 !important
}
.color_pallete {
	text-align: right
}
.color_pallete ul {
	list-style-type: none
}
.color_pallete p {
	font-size: 12px
}
.reportClass {
	position: relative;
	overflow: auto;
	border: 1px solid #000
}
.sticky-col {
	position: sticky;
	position: -webkit-sticky
}
.first-col {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	left: -2px;
	background: #fff
}
.second-col {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	left: 37px;
	background: #fff
}
.color_pallete ul li {
	display: inline-flex
}
.row.lang_fiel {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0
}
div.dropbtn2 a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #00000047;
	background: #ddddddc4;
	Color: #3e3e3e
}
.dropbtn2 {
	font-size: 16px;
	border: none;
	cursor: pointer;
	Margin-top: 10px;
	margin-bottom: 10px
}
.col-md-12.col-sm-12.col-xs-12.quest {
	margin-top: 10px
}
.dropbtn2:focus,
.dropbtn2:hover {
	background-color: #e5e5e5
}
div.dropbtn2 a:focus,
div.dropbtn2 a:hover {
	text-decoration: none
}
.dropbtn:focus,
.dropbtn:hover {
	background-color: #3e8e41
}
.page-yrtk #myInput {
	box-sizing: border-box;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 20px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 30px;
	height: 39px;
	color: #272727 !important;
	border: 2px solid #ccc
}
#myInput:focus {
	outline: 3px solid #ddd
}
.page-yrtk .dropdown {
	position: relative;
	display: inline-block
}
.page-yrtk .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	width: 100%;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
	margin: 10px auto
}
.page-yrtk .dropdown-content a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block
}
.page-yrtk .dropdown a:hover {
	background-color: #ddd
}
.page-yrtk .show {
	display: block
}
.modal-see-more-yrtk .modal-body {
	background: 0 0
}
div#seeMoreModal.modal-dialog {
	width: 800px !important
}
.modal-see-more-yrtk .modal-content {
	padding: 0
}
.modal-see-more-yrtk .t-box {
	background: #f1f1eb;
	padding: 30px;
	position: relative;
	text-align: left
}
.fancybox-close {
	background: 0 0;
	width: 44px;
	height: 44px;
	font-size: 13px
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.fancybox-close {
	position: absolute;
	top: -15px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: #bf0c0c;
	border-radius: 40px
}
.fancybox-close .fa-circle {
	color: #bf0c0c;
	-webkit-transition: all ease-in-out .2s;
	-khtml-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
.tab-pane span.days {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	background: #03a9f4;
	color: #fff
}
.form-line.exper {
	width: 50%;
	float: left;
	position: relative
}
.tab-pane span.months {
	position: absolute;
	padding: 7px 2px;
	background: #03a9f4;
	color: #fff;
	font-size: 10px;
	right: 0;
	top: 0
}
.tab-pane span.year {
	position: absolute;
	padding: 7px 2px;
	background: #03a9f4;
	color: #fff;
	font-size: 10px;
	right: 0;
	top: 0
}
.reportBox .expensecountDiv p.selected_status_highlight {
	border: 0 solid #ddd !important
}
a.email_select.btn.bg-green.waves-effect {
	background: green !important
}
form#demo_Ques_form ul li {
	display: flex;
	align-items: center
}
form#demo_Ques_form ul li:last-child b {
	color: red
}
li.list-group-item.col-purple {
	display: flex;
	align-items: center
}
#userLIST ul {
	margin-top: 35px
}
.dashboard-stat-list {
	margin-top: 0
}
.info-box {
	margin-bottom: 0 !important;
	height: 60px !important
}
.info-box .icon i {
	line-height: 60px
}
.info-box .content .text {
	font-size: 24px;
	font-weight: 500
}
.effecto {
	background: #efff01
}
.User_data {
	display: none
}
.minelods {
	display: none
}
.clos_ad_icon {
	margin-top: 36px
}
.nones {
	display: none
}
.uload_fileee_doc {
	position: relative
}
.min_load {
	display: inline-block;
	margin-left: 5px
}
.refresh_btnn .dropdown-menu ul.menu li a {
	display: block;
	padding: 6px 5px
}
.refresh_btnn .dropdown-menu ul.menu li {
	list-style: none
}
.refresh_btnn .dropdown-menu ul.menu {
	overflow-y: auto;
	max-height: 350px
}
.refresh_btnn .label-count {
	top: 10px
}
.panel-group .panel .panel-body p {
	margin: 0
}
.data_not_foundd {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #cbd7dd;
	border-radius: 4px;
	padding: 20px 15px
}
.uload_fileee_doc input[type=file] {
	font-size: 0;
	border: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer
}
.openvenoRess {
	margin-top: 3px
}
.close_tab,
.close_tab_five,
.close_tab_four,
.close_tab_three,
.close_tab_two {
	display: inline-block;
	padding: 4px 4px;
	line-height: 0
}
.demo-checkbox.cashflw_checkbox [type=checkbox]+label {
	border: 1px solid #c7d4da;
	margin-left: -1px;
	line-height: normal;
	padding: 3px 15px 3px 19px
}
.demo-checkbox.cashflw_checkbox [type=checkbox]+label::before,
.demo-checkbox.cashflw_checkbox [type=checkbox]:not(.filled-in)+label::after {
	top: 4px;
	left: 4px
}
.btn.btn-circle.green_dotttt {
	width: 10px;
	height: 10px;
	padding: 0;
	float: right
}
.refresh_btnn .dropdown-menu ul.menu li a.unread {
	background: #f4f9fc
}
.search_box {
	float: left;
	display: inline-block;
	margin: 15px 0 15px 6px;
	position: relative
}
.search_demo_any {
	position: absolute;
	left: 25px;
	right: 0;
	min-width: 0;
	float: left;
	width: 100%;
	top: -3px;
	padding: 0;
	display: none
}
.search_demo_any button {
	border-radius: 0;
	padding: 4px 3px
}
.search_demo_any .form-control {
	padding: 4px 6px
}
.search_demo_any select.form-control {
	padding: 3.8px 4px
}
#tempactiondiv,
#temppardiv {
	margin: 0
}
.error {
	color: red
}
.left {
	text-align: left !important
}
.btn:not(.btn-link):not(.btn-circle) i {
	font-size: 14px;
	position: relative;
	top: 2px
}
.form-control {
	font-size: 11px;
	color: #505050;
	box-shadow: none;
	border-radius: 0;
	height: 28px;
	padding: 6px 3px
}
.skill_bggg_color {
	background: #f3f8ff;
	float: left;
	width: 100%;
	margin-bottom: 13px;
	border: 1px solid #e1e6ec;
	padding: 2px
}
span.label_after_text span {
	float: left;
	margin-right: 5px
}
.status_infooo a,
.status_infooo a i {
	line-height: 0;
	padding: 4px 2px;
	font-size: 13px
}
.status_infooo {
	margin-bottom: 10px
}
.status_infooo span {
	margin-right: 14px;
	font-size: 12px
}
.vendor_detail_data {
	padding: 2px 0 0;
	color: #63686b;
	margin: 0
}
.card .body .margin_00 {
	margin-bottom: 3px
}
.card .body .vedor_one_detail {
	margin-bottom: 10px
}
.vedor_one_detail label {
	border-bottom: 1px solid #e0f0f8;
	display: block;
	margin: 0;
	padding-bottom: 2px
}
.vendor_resume_iframe {
	border: 1px solid #d2e3ec
}
.skill_bggg_color [type=checkbox]+label {
	padding-left: 0;
	position: static
}
.modal-body {
	background: #fff
}
.popddfd {
	display: none
}
#rightSection,
#rightSection_five,
#rightSection_four,
#rightSection_three,
#rightSection_two {
	display: none
}
/*.table-hover>tbody>tr.trColorr:hover,.trColorr{background:#ededed;color:#fff}*/
.trColorr [type=checkbox]+label:before,
.trColorr [type=checkbox]:not(.filled-in)+label:after {
	border: 2px solid #fff
}
.trColorr [type=checkbox]:checked+label:before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent
}
.table-hover>tbody>tr:hover {
	background-color: #ebe6f97a;
	color: #222;
}
.timesheet_dattaa {
	overflow: hidden
}
.timesheet_dattaa.p-t-10.extract_div {
	width: auto
}
.oddTR {
	background-color: #f3fbf3 !important
}
.evenTR {
	background: #fff !important
}
.btnsearch {
	background: #03a9f4;
	border: none;
	color: #fff;
	padding: 7px 25px;
	margin-bottom: 25px
}
.fieldHighlo {
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important
}
#leftSection .paging_simple_numbers {
	display: none !important
}
#leftSection .dataTables_paginate .pagination {
	margin: 0;
	float: right;
	margin-right: 15px;
	margin-bottom: 20px
}
.reportBox .reportValue {
	float: right;
	font-size: 12px
}
.reportBox.report_abs {
	right: 15px;
	position: absolute;
	overflow-y: hidden;
	left: 15px;
	height: auto;
	z-index: 9;
	max-height: inherit;
	box-shadow: 0 0 3px rgba(11, 75, 129, .53);
	border-radius: 3px
}
.reportBox p.selected_status_highlight {
	background: #c2dff3;
	border: 1px solid red
}
.user_serch_formm {
	padding-left: 0
}
.reportBox {
	background: #f2f9fe;
	padding: 2px 14px;
	margin-bottom: 15px;
	max-height: 125px;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: all .8s ease 0s;
	position: relative
}
.onclick_show_status_all {
	position: absolute;
	z-index: 11;
	right: 5px;
	bottom: 0;
	margin-bottom: 5px
}
.remove_show_status {
	position: relative;
	right: -17px;
	bottom: -6px;
	float: right;
	padding: 2px 2px;
	line-height: 0
}
.onclick_show_status_all i,
.remove_show_status i {
	font-size: 17px
}
.reportBox p {
	background: 0 0;
	padding: 1px;
	margin-bottom: 3px;
	border-bottom: 1px solid #b6d5e4;
	float: left;
	width: 100%
}
.reportBox .key_lead_status {
	background: #c2dff3;
	padding: 3px 15px;
	margin-left: -10px;
	margin-right: -10px
}
.reportBox .key_lead_status p {
	border: 0
}
.kby [type=checkbox]+label::before,
.kby [type=checkbox]:not(.filled-in)+label::after {
	top: 0;
	left: 0;
	width: 15px;
	height: 15px
}
.kby [type=checkbox]:checked+label::before {
	width: 9px;
	height: 14px
}
.filterHip {
	padding: 0 5px;
	min-height: 50px !important
}
.col-sm-4.filterHip.search-fil.text-right.clearfix {
	padding: 10px 5px
}
.kby table th .demo-checkbox {
	margin-top: -15px
}
.reportBox .padd_sm {
	margin-bottom: 10px;
	padding: 0 15px;
	width: auto;
	display: flex;
	border-radius: 7px;
	background-color: #1c0066;
	align-items: center;
	justify-content: center;
	color: #fff;
	float: right;
	background-image: url(../img/count_bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 58px;
}
.reportBox .reportLabel {
	float: left;
	font-size: 12px;
	word-wrap: break-word;
	border-right: 1px solid #fff6;
	padding-right: 10px;
	margin-right: 10px;
}
.btn.bg-light-blue.waves-effect.m-r-20.kbtn {
	width: 100%;
	padding: 8px;
	border-radius: 0;
	text-transform: uppercase
}
.modal-body img {
	width: 100%
}
.login-page {
	margin: 10% auto
}
.logo>p {
	color: #29487d;
	padding: 0;
	padding-top: 12px;
	margin: 0;
	font-size: 18px
}
.login-page .login-box .logo img {
	display: inline-block
}
.refresh_btnn a i,
.signout a i {
	vertical-align: middle;
	margin-right: 0;
	font-size: 17px;
	color: #000
}
.pre-loader,
.prloader {
	position: absolute;
	top: 5px;
	width: 20px;
	right: 5px;
	display: none;
	z-index: 9
}
#ODRLIST ul,
#PRODUCTLIST ul,
#RETLIST ul,
#CITYLIST ul,
#STATELIST ul,
#STORELIST ul,
#adminLIST1 ul,
#courseLIST ul,
#current_cmpnkeyLIST ul,
#skillLIST ul,
#userLIST ul,
.bplist ul,
.child_list ul,
.dropdowns_list_main ul {
	max-height: 246px;
	overflow-y: auto;
	list-style: none;
	position: relative;
	z-index: 99;
	background: #f2f9fe;
	min-width: 100%;
	padding: 0;
	margin-top: 0;
	top: 0;
	overflow-x: hidden;
	box-shadow: 0 3px 4px rgba(8, 37, 72, .42)
}
#skillLIST ul {
	top: 50px
}
#adminLIST1 ul {
	top: 50px;
	min-width: 50%
}
#ODRLIST ul li,
#PRODUCTLIST ul li,
#RETLIST ul li,
#CITYLIST ul li,
#STATELIST ul li,
#STORELIST ul li,
#adminLIST1 ul li,
#courseLIST ul li,
#current_cmpnkeyLIST ul li,
#skillLIST ul li,
#userLIST ul li,
.bplist ul li,
.child_list ul li,
.dropdowns_list_main ul li {
	margin-top: 0;
	background: 0 0;
	padding: 9px 4px 2px 4px;
	border-bottom: 1px solid #cddfe6;
	width: 100%;
	position: relative;
	cursor: pointer
}
#ODRLIST ul li p,
#PRODUCTLIST ul li p,
#RETLIST ul li p,
#CITYLIST ul li p,
#STATELIST ul li p,
#STORELIST ul li p,
#adminLIST1 ul li p,
#courseLIST ul li p,
#current_cmpnkeyLIST ul li p,
#skillLIST ul li p,
#userLIST ul li p,
.dropdowns_list_main ul li p {
	word-wrap: break-word;
	word-break: break-all
}
#ODRLIST ul li a,
#PRODUCTLIST ul li a,
#RETLIST ul li a,
#CITYLIST ul li a,
#STORELIST ul li a,
#adminLIST1 ul li a,
#courseLIST ul li a,
#current_cmpnkeyLIST ul li a,
#skillLIST ul li a,
#userLIST ul li a,
.bplist ul li a,
.child_list ul li a,
.dropdowns_list_main ul li a {
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all
}
#ODRLIST ul li a:hover,
#PRODUCTLIST ul li a:hover,
#RETLIST ul li a:hover,
#CITYLIST ul li a:hover,
#STATELIST ul li a:hover,
#STORELIST ul li a:hover,
#adminLIST1 ul li a:hover,
#courseLIST ul li a:hover,
#current_cmpnkeyLIST ul li a:hover,
#skillLIST ul li a:hover,
#userLIST ul li a:hover,
.bplist ul li a:hover,
.child_list ul li a:hover,
.dropdowns_list_main ul li a:hover {
	text-decoration: none;
	color: #bc7101 !important
}
.default_radio[type=radio] {
	position: static;
	opacity: 1
}
.demo-radio-button .default_radiossss {
	display: inline-block;
	float: left;
	margin-right: 15px;
	font-size: 12px
}
.agencyPro {
	background: #deebf2;
	padding-top: 12px;
	margin-bottom: 16px
}
.cmpny_user_main {
	background: #deebf2;
	margin-bottom: 0 !important;
	padding: 10px 15px
}
.cross_emailid_listtt {
	position: absolute;
	right: 0;
	top: 29px;
	line-height: 0;
	z-index: 99;
	cursor: pointer
}
.edit_icon_com_email {
	position: absolute;
	right: 0;
	top: 0;
	background: #dfedf3;
	line-height: 0
}
.blink_lineee {
	font-size: 13px;
	color: #000
}
.ddd {
	display: none;
	float: right;
	font-size: 11px;
	color: #2196f3
}
.sppo {
	background: #1b9a1b;
	padding: 3px 11px;
	color: #fff
}
.reddo {
	background: #fff;
	padding: 3px 11px;
	color: red
}
.form-control:focus {
	border-color: #445a65;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: none
}
hr {
	margin-top: 10px;
	margin-bottom: 10px
}
.dataTables_wrapper .row {
	margin: 0 0
}
.onsite_alry_str_rel {
	position: relative
}
.onsite_salry_tabss {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(19, 36, 56, .87);
	z-index: 9;
	padding: 7px 6px;
	display: none
}
.onsite_sal_checkboxx {
	float: left;
	width: 100%
}
.onclick_close_salaryy {
	border-radius: 0;
	padding: 1px 2px;
	line-height: 0;
	cursor: pointer
}
.onsite_sal_checkboxx label {
	background: #dfeefe;
	padding: 3px 5px;
	float: left;
	border-right: 1px solid #2f3f50;
	vertical-align: middle
}
.onsite_sal_checkboxx label.active {
	background: #1f91f3;
	color: #fff
}
.onsite_sal_checkboxx label input[type=checkbox] {
	margin-right: 4px;
	float: left;
	margin-top: 3px
}
.onclick_salary_structure {
	cursor: pointer
}
.salary_contenttt {
	float: left;
	width: 100%
}
.contnt_sal_one {
	display: none
}
.contnt_sal_one.active {
	display: block
}
.emailcon {
	border: 1px solid #bbb !important;
	margin: 0 -3.5px 0 0 !important;
	height: 173px !important;
	width: 581px !important;
	visibility: visible !important
}
.scheduleSL {
	display: none
}
.mess {
	width: 60%;
	margin: 0 auto;
	background: #949494;
	padding: 18px 19px;
	color: #fff;
	border-radius: 13px
}
.checkopro {
	background: #d69027;
	padding: 4px 8px
}
.checkoproGaro {
	background: green !important;
	padding: 4px 8px
}
.pop_loading_main {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 38, 56, .79);
	text-align: center
}
.pop_loading_main.email_pop_loading {
	background: rgba(255, 255, 255, .78)
}
.pop_loading_main .table_chat_load .tablecell_chat_load i {
	line-height: 20px
}
.pop_loading_main.email_pop_loading .table_chat_load .tablecell_chat_load {
	font-size: 20px;
	color: #262626
}
.pop_loading_main .table_chat_load {
	display: table;
	width: 100%;
	height: 100%
}
.pop_loading_main .table_chat_load .tablecell_chat_load {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff
}
.chat_systemmm {
	position: fixed;
	bottom: 0;
	top: 51px;
	left: 0;
	right: 0;
	transition: .5s
}
.contact-active .chat_systemmm,
.contact-active .see_all_messge {
	margin-left: 245px !important
}
.chat_systemmm .chat_left_side {
	background: #fff;
	width: 350px;
	position: absolute;
	left: 0;
	bottom: 45px;
	top: 0;
	min-height: 720px;
	height: 100%;
	overflow-y: auto;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .13) inset
}
.chat_left_side_inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 165px;
	overflow-y: auto;
	padding-bottom: 45px;
	top: 0
}
.see_all_messge {
	padding: 10px;
	text-align: center;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	max-width: 350px;
	width: 100%;
	transition: .5s
}
.loader_chattt {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
span.sender_msg_name {
	display: block;
	text-align: right;
	font-weight: 700;
	color: #6f777d
}
.chat_systemmm .chat_right_side {
	background: #f0f5f9;
	margin-left: 350px;
	height: 100%;
	position: relative;
	background-image: url(../images/bg_chat_admin.jpg);
	background-repeat: repeat
}
.chat_systemmm .chat_right_side .messages.msg_sent,
.chat_systemmm .chat_right_side .sender_msg_div {
	background: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 7px;
	box-shadow: 0 1px .5px rgba(0, 0, 0, .13)
}
.chat_systemmm .chat_right_side .messages.msg_receive,
.chat_systemmm .chat_right_side .receiver_msg_div {
	background: #94d2ed;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 7px;
	box-shadow: -1px 1px .5px #6ea7c0
}
.chat_systemmm .chat_right_side .messages.msg_receive p,
.chat_systemmm .chat_right_side .messages.msg_sent p {
	margin: 0
}
.chat_one_sender h4.time_period {
	font-size: 12px;
	text-align: right;
	font-weight: 400;
	margin: 0 0 7px
}
.chat_one_sender h4 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 10px
}
.chatt_contentt p {
	margin-bottom: 5px
}
.pre_lods.load_MORE {
	width: 20px;
	margin-left: 15px
}
.chat_one_sender h4 i,
.members_name h4 i {
	vertical-align: middle;
	border: 2px solid #c4d2dd;
	border-radius: 100%;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 28px;
	color: #4d6272;
	margin-right: 4px
}
.chat_one_sender .how_many_msg {
	display: inline-block;
	height: 17px;
	width: 17px;
	background: #9804e4;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	left: 39px;
	top: 6px
}
.chat_systemmm .chat_one_sender.offline_sender_bg {
	background: #ffecbf
}
.chat_systemmm .chatt_contentt {
	font-size: 13px;
	padding: 0 15px;
	float: left;
	width: 100%
}
.chat_systemmm .chat_one_sender {
	border-bottom: 1px solid #eaecef;
	float: left;
	width: 100%;
	cursor: pointer
}
.chat_systemmm .chat_one_sender.active {
	background: #e3f5fe
}
.chat_systemmm .chat_message_input button {
	position: absolute;
	right: 16px;
	top: 16px;
	color: #0075a8;
	background: 0 0 !important
}
.chat_systemmm .chat_height_div {
	max-height: 100%;
	overflow-y: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 58px;
	top: 100px;
	padding: 20px 20px
}
.chat_member_main_child {
	float: left;
	width: 100%;
	background: #c4d2dd;
	padding: 11px 20px;
	cursor: pointer
}
.members_name h4 {
	font-weight: 400;
	font-size: 16px;
	border-bottom: 1px solid #e8f3f9;
	margin: 0 0 7px 0;
	padding: 5px 0
}
.group_memnr_contnt {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden
}
.members_name:last-child h4 {
	border-bottom: 0
}
.chat_member_main h4 {
	margin: 0;
	color: #3d5160;
	font-size: 15px
}
.chat_left_side .online_statuss,
.chat_member_main .online_statuss {
	color: #547280;
	font-size: 13px;
	margin-top: 3px
}
.chat_left_side .offline_statuss,
.chat_member_main .offline_statuss {
	color: #547280;
	font-size: 13px;
	margin-top: 3px
}
.chat_left_side .offline_statuss,
.chat_left_side .online_statuss {
	display: inline-block
}
.chat_left_side .offline_statuss span,
.chat_left_side .online_statuss span,
.chat_member_main .offline_statuss span,
.chat_member_main .online_statuss span {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-right: 3px
}
.join_rom_buttn {
	display: none
}
.join_rom_buttn_tw {
	display: block
}
.chat_systemmm .chat_message_input input {
	padding-right: 60px;
	border: 0;
	padding: 8px 30px;
	font-size: 13px
}
.chat_systemmm .chat_message_input button i {
	font-size: 17px !important
}
.chat_systemmm .chat_message_input {
	position: absolute;
	margin-top: 15px;
	bottom: 0;
	right: 0;
	left: 0;
	background: #839eaa;
	padding: 12px
}
.login-box {
	padding: 8px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .32);
	border-radius: 4px
}
.preview_bannr_image .modal-body {
	text-align: center
}
.preview_bannr_image .modal-body img {
	max-width: 100%;
	width: auto;
	display: inline-block
}
.butt_add {
	background: #e64438;
	padding: 4px 16px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	box-shadow: 2px 2px 2px grey
}
.vndStsMain {
	position: relative;
	display: none;
	background: #e6f2f8;
	border: 1px solid #dae5ea;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0;
	max-height: 135px;
	overflow-y: auto
}
.inners {
	margin-top: 20px
}
.inserPP {
	background: #499fd8;
	padding: 3px 11px;
	color: #fff
}
.preloadstat {
	position: absolute;
	top: 0;
	width: 82px;
	right: 48%;
	margin-top: 8px
}
.workLocations {
	display: none
}
.textoarea {
	margin: 0;
	height: 217px
}
.sdsds {
	height: 230px !important
}
.hieho {
	height: 125px !important
}
#testadmin_length {
	display: none
}
#testadmin_filter {
	display: none
}
.block_loader,
.description_error,
.maincategry_error,
.minelods,
.skill_detl_loder,
.skillname_error,
.week_detailsss_data {
	display: none
}
.fullser_email_shw {
	position: absolute;
	left: 0;
	top: 0;
	background: #d5e7ef;
	border-radius: 2px;
	padding: 1px 4px;
	box-shadow: 0 2px 0 #8ca4b3;
	color: #3c4347;
	right: 0;
	word-wrap: break-word;
	z-index: 1;
	display: none;
	line-height: normal
}
.vendor_email_small .fullser_email_shw {
	right: 50px
}
.fullser_email_shw.assigned_team_shw {
	right: auto;
	width: 100%;
	min-width: 100px
}
.user_email_showw {
	position: relative
}
.user_email_showw:hover>.fullser_email_shw {
	display: block
}
select.form-control.code_bgggg {
	background-color: #dbe7ed;
	border: 1px solid #ccdce4
}
.input_edit_show,
.pnclck_input_hide {
	display: none
}
.input_edit_show input {
	background: #fff;
	border: 1px solid #b1bcc2;
	max-width: none;
	width: 90%;
	text-align: left;
	padding: 2px
}
.trnew td {
	padding: 3px !important
}
.popover_onhover {
	position: relative;
	vertical-align: middle;
	display: inline-block
}
.popover_onhover .popover.right>.arrow {
	top: 23%
}
.popover_onhover .popover.right {
	margin-left: 30px
}
.popover .popover-content {
	min-width: 175px
}
.popover_onhover:hover .popover {
	display: block
}
.inactive_checkbox [type=checkbox]+label::before,
.inactive_checkbox [type=checkbox]:not(.filled-in)+label::after {
	left: 5px;
	border: 2px solid #afd7f8
}
.inactive_checkbox [type=checkbox]:checked.chk-col-red+label::before {
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #f44336;
	border-bottom: 2px solid #f44336
}
.inactive_checkbox [type=checkbox]+label {
	padding-left: 23px
}
#heading_main_holder {
	vertical-align: middle;
	float: left;
	padding: 14px 15px;
	font-size: 15px;
	font-weight: 700
}
.btn-group.bootstrap-select .btn:not(.btn-link):not(.btn-circle) {
	border: 1px solid #ccc;
	padding: 6px 3px;
	padding-right: 10px
}
.filterHip .bootstrap-select .btn:not(.btn-link):not(.btn-circle) {
	border: 1px solid #ccc;
	padding: 6px 3px;
	padding-right: 19px
}
.filterHip .bootstrap-select.btn-group .dropdown-toggle .caret {
	right: -5px
}
.filterHip .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}
.bootstrap-select,
.filterHip .bootstrap-select {
	border-bottom: 0 solid #ddd !important;
	z-index: inherit
}
.filterHip .bootstrap-select .dropdown-menu {
	margin-top: 0 !important
}
.filterHip .bootstrap-select .dropdown-menu>li>a {
	padding: 1px 18px;
	font-size: 12px
}
.filterHip .bootstrap-select .dropdown-menu {
	padding: 0
}
.filterHip .bootstrap-select .bs-donebutton button.btn.btn-default {
	display: none
}
.filterHip .input-group {
	display: block
}
.btn-group.dropup {
	position: static
}
.border_side_skill #dis_skill {
	margin: 0;
	padding: 0;
	list-style: none
}
.border_side_skill input {
	border: 0
}
.border_side_skill {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	margin-bottom: 5px
}
.border_side_skill .input-group {
	margin-bottom: 0
}
.border_side_skill .input-group .form-line {
	float: left;
	width: 100%
}
#dis_skill li.skill_display {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	margin-bottom: 4px;
	font-size: 10px;
	margin: 2px
}
.cross_sec {
	color: #f44336;
	font-size: 13px;
	vertical-align: middle;
	margin-left: 2px;
	line-height: 0
}
.border_rightt {
	border-right: 1px solid #dde7ec;
	height: 326px;
	padding: 0 30px
}
.one_vendor_log {
	background: #fff;
	padding: 10px 15px 10px 15px;
	border: 1px solid #c8d3de;
	margin-bottom: 5px;
	position: relative;
	float: left;
	width: 100%
}
.one_vendor_log.dgreen {
	background: #a0c0d0
}
.first_vendor_name_field {
	float: left;
	width: 100%;
	margin-bottom: 8px
}
.row.clearfix.first_vendor_name_field.cer {
	float: initial !important;
	width: auto !important
}
.mail_sent_statuss {
	position: absolute;
	left: 0;
	top: 0;
	background: #bce8ff;
	z-index: 9;
	height: 15px;
	padding: 0 5px
}
.mail_sent_statuss i {
	font-size: 16px
}
.mail_sent_statuss span i {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: -3px
}
.vendor_edit_view {
	top: 0;
	background: #bce8ff;
	z-index: 9;
	height: 15px;
	padding: 0 1px;
	margin: 5px
}
.vendor_edit_view span i {
	border-radius: 100%;
	height: 10px;
	width: 10px;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: -3px
}
.vendor_add_main,
.vendor_detail_main,
.vendor_edit_main {
	display: none
}
.main_demmo_vendorl {
	max-height: 520px
}
.count_vendorrr {
	background: #1695cc;
	padding: 0 2px;
	border: 1px solid #1695cc;
	border-radius: 3px;
	color: #fff;
	font-size: 11px
}
.one_vendor_log label {
	margin-bottom: 0;
	margin-top: 2px
}
.bg_vendor_diffr {
	background: #f7f7f7;
	margin-top: -1px;
	line-height: 19px;
	padding: 2px 9px;
	float: left;
	width: 100%
}
.vendor_label_status i {
	font-size: 12px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	margin-left: 3px
}
.event_templateee {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto
}
.availablity_whts_np,
.first_hide_after_show_onhover {
	display: none;
	transition-property: display;
	transition-duration: 1s;
	transition-timing-function: linear
}
.one_vendor_log:hover .log_comment_style>.log_first_commnt_show {
	display: none
}
.one_vendor_log:hover .log_comment_style>.first_hide_after_show_onhover,
.one_vendor_log:hover>.availablity_whts_np {
	display: block;
	transition: all .5s ease-in-out
}
.first_vendor_name_field p {
	margin-top: 5px
}
.first_vendor_name_field label {
	margin-top: 0
}
.hide_onclick_showww {
	display: none
}
.editt,
.previewt {
	float: left;
	border-radius: 0;
	width: 50%
}
#datatable .dlete,
#datatable .editt,
#datatable.previewt {
	padding: 0 !important;
	width: auto !important
}
.slelect_courseee {
	margin-top: 20px
}
.merge_data {
	display: none
}
#dupskilllist {
	display: none
}
.list_fetchhinff {
	float: left;
	width: 100%;
	margin-bottom: 7px
}
.fetch_dup .step_fetch .pre-loader {
	display: none;
	position: absolute;
	margin: 0
}
.fetch_dup {
	position: relative
}
.fetch_dup .pre-loader {
	position: static;
	margin-top: 10px;
	display: inline-block
}
.fetch_dup .loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	background: rgba(255, 255, 255, .91);
	z-index: 99
}
.fetch_dup .loader .table_divvv {
	display: table;
	width: 100%;
	height: 100%
}
.table_cel_divvv {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.sidebar .menu .list span.badge.new_tag_merge {
	margin-top: 0;
	font-size: 10px;
	margin-left: 2px;
	color: #04172d;
	font-weight: 300;
	border-radius: 100%;
	height: 17px;
	width: 30px
}
.skill_data {
	display: none
}
.alert_suces_merge_messge {
	text-align: center
}
.alert_suces_merge_messge .alert {
	padding: 10px 9px;
	font-size: 14px
}
.alert_suces_merge_messge .icon_merge {
	margin-bottom: 0
}
.alert_suces_merge_messge .icon_merge i {
	font-size: 30px
}
.bg_course_detailsss {
	background: #f7fcfe;
	padding: 15px;
	font-size: 12px
}
.bg_course_detailsss hr {
	border-top: 1px solid #dfeff6
}
.shabbo {
	display: none
}
.ditto {
	display: none
}
#tempactiondiv {
	display: none
}
.timesheet_dattaa .form-control-label label {
	margin: 2px 0
}
#display_skill li.skill_display {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	margin-bottom: 4px;
	font-size: 10px;
	margin: 2px
}
.manualy_data {
	display: none;
	position: relative;
	float: left;
	width: 100%
}
.card .header h2.or_in_skill {
	background: #069bde;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: -7px;
	left: 0
}
.manualy_data h5 {
	margin-top: 30px
}
.demo-checkbox.select_pages_checkbox [type=checkbox]+label {
	margin-right: 6px;
	background: #d6e0e6;
	padding-left: 19px
}
.demo-checkbox.select_pages_checkbox [type=checkbox]+label::before,
.demo-checkbox.select_pages_checkbox [type=checkbox]:not(.filled-in)+label::after {
	left: 4px
}
.right_sidebar_tabss .nav-tabs>li>a .material-icons {
	position: static;
	margin: 0;
	font-size: 16px;
	color: #fff
}
.right_sidebar_tabss .nav-tabs>li>a.tabbu.arrow_iconsss {
	line-height: 0;
	background: #f29203;
	border: 1px solid #f29203;
	cursor: pointer
}
.right_sidebar_tabss .nav-tabs>li>a.tabbu.arrow_iconsss:focus,
.right_sidebar_tabss .nav-tabs>li>a.tabbu.arrow_iconsss:hover {
	background: #29487d !important;
	border: 1px solid #29487d
}
.right_sidebar_tabss .tab-content {
	padding: 10px;
	background: #f9fcff;
	border: 1px solid #c4cfd5;
	float: left;
	width: 100%
}
.loader_timeshet img {
	display: inline-block;
	width: 20px
}
.tabs_mainnn_nav {
	position: relative;
	float: left;
	width: 100%
}
.first_line_show_tab,
.second_line_show_tab {
	float: left;
	width: 100%
}
.first_line_show_tab ul,
.second_line_show_tab ul {
	border: 0;
	margin-bottom: 0;
	display: inline-block;
	float: left
}
.second_line_show_tab ul.nav-tabs>li {
	float: none;
	margin-bottom: -1px;
	display: inline-block
}
.modalprofile .modal-header .close {
	color: #fff;
	opacity: 1
}
.modalprofile .modal-header {
	background: #3174c9;
	color: #fff
}
.adminvendors_on,
.onlinevendors_on,
.partnervendors_on {
	height: 7px;
	width: 7px;
	display: inline-block;
	top: 0;
	right: 0;
	position: absolute
}
.tab-content {
	padding: 10px 5px;
	background: #f9fcff;
	border: 1px solid #c4cfd5;
	float: left;
	width: 100%
}
.nav-tabs>li.arrow_next_back {
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	height: auto;
	vertical-align: middle;
	top: auto;
	width: auto
}
.nav-tabs>li.arrow_next_back>a.arrow_iconsss:hover {
	background: #29487d !important
}
.nav-tabs>li.arrow_next_back .arrow_iconsss {
	background: #f29203 !important;
	border: 0;
	height: 100%;
	vertical-align: middle;
	line-height: 0
}
.nav-tabs>li .arrow_iconsss i {
	position: static;
	margin: 0;
	color: #fff;
	font-size: 17px
}
.monthly_wekly_tab .nav-tabs+.tab-content {
	padding: 0;
	border: 0;
	margin-top: 1px
}
.table tbody tr td.docs_icons a i {
	font-size: 13px !important
}
.table tbody tr td.docs_icons a {
	padding: 0 1px;
	float: left;
	margin-right: 3px;
	margin-top: 3px
}
.table tbody tr td.docs_icons1 a {
	padding: 0 1px;
	float: left;
	margin-right: 3px;
	margin-top: 3px
}
td.payable_status_iconss.docs_icons1 a i {
	font-size: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center
}
.test_modee {
	margin-bottom: 8px
}
.switch {
	display: block;
	margin: 0px auto
}
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	background-color: #fff;
	border-radius: 18px;
	box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, .05);
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #eee, #fff 25px);
	background-image: -moz-linear-gradient(top, #eee, #fff 25px);
	background-image: -o-linear-gradient(top, #eee, #fff 25px);
	background-image: linear-gradient(to bottom, #eee, #fff 25px)
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background
}
.switch-label:after,
.switch-label:before {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}
.switch-label:before {
	content: attr(data-off);
	right: 8px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, .5)
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .2);
	opacity: 0
}
.switch-input:checked~.switch-label {
	background: #1f91f3;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2)
}
.switch-input:checked~.switch-label:before {
	opacity: 0
}
.switch-input:checked~.switch-label:after {
	opacity: 1
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, #fff 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, #fff 40%, #f0f0f0);
	-webkit-transition: left .15s ease-out;
	-moz-transition: left .15s ease-out;
	-o-transition: left .15s ease-out;
	transition: left .15s ease-out
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, .02);
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -o-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(to bottom, #eee, #fff)
}
.switch-input:checked~.switch-handle {
	left: 34px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, .2)
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}
.message_divvv {
	font-size: 14px;
	color: #52616e;
	margin-top: 0
}
.second_pages {
	padding-left: 30px;
	display: none
}
.third_pages {
	padding-left: 30px;
	display: none
}
.navbar-header {
	background: 0 0 !important
}
.navbar-brand {
	padding: 0
}
.add_attch_detailsss,
.add_data_detaills,
.add_demo_logg_detl,
.add_ordr_log_detl,
.add_recruiter_divv,
.add_task_pro_detailss,
.add_vendorlog_detailll,
.attach_order_detailll,
.attach_skill_detailll,
.attach_user_detailll,
.attach_vendor_detailll,
.availabl_vendor_detailll,
.bank_vendor_detailll,
.comment_for_timeshet,
.demo_attchh_detl,
.edit_admin_detailsss,
.edit_attach_order_detailll,
.edit_bank_vendor_detailll,
.edit_expense_details,
.edit_financ_detailsss,
.edit_member_detaills,
.edit_metadata_detailll,
.edit_order_detail,
.edit_other,
.edit_professional,
.edit_revenue_details,
.edit_skillart_detailll,
.edit_task_pro_detailss,
.edit_team_detailll,
.edit_user_detail,
.edit_vendor_detailll,
.editagency_data_detailss,
.editdemo_skill_detailll,
.editdemo_skill_detailll2,
.editorder_detailll,
.edituser_demo_detaill,
.full_log_show,
.language_vendor_detailll,
.orderlog_detailll,
.show_log_demo_stats:hover .show_log_with_limit,
.skill_vendor_detailll,
.skills_edit_detailll,
.user_add_loggg,
.user_edit_detailll,
.vendor_order_editt,
.vendor_screenig_edit,
.went_assign_team {
	display: none
}
.top_priority {
	background: #d11a0d !important
}
.show_log_demo_stats:hover .full_log_show {
	display: block
}
.demo_reprt_scroll {
	max-height: 450px;
	overflow-y: auto
}
.lang {
	text-transform: capitalize
}
.form-group .form-control.readonly_input {
	background: 0 0;
	border: 0;
	box-shadow: none
}
.border_attchhhh {
	border-bottom: 1px solid #e0e9ed;
	float: left;
	width: 100%;
	padding-bottom: 5px
}
.border_attchhhh .form-group .form-line::after {
	border-bottom: 0 solid #1f91f3
}
.upload_attachmnt.add_vendor_attch,
.upload_attachmnt.edit_vendor_attch {
	border: 1px solid #d0d8e6;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: 700;
	display: block;
	text-align: center;
	width: 75%;
	float: right
}
.upload_attachmnt.add_vendor_attch i,
.upload_attachmnt.edit_vendor_attch i {
	font-size: 16px;
	vertical-align: middle
}
.upload_attachmnt.add_vendor_attch:hover,
.upload_attachmnt.edit_vendor_attch:hover {
	text-decoration: none;
	background: #1695cc;
	color: #fff;
	border: 1px solid #1695cc
}
.mainu.upload_more_btn {
	position: relative
}
.border_attchhhh .form-group .form-line {
	width: 100%;
	position: relative;
	float: left
}
.vendor_attch_loderr {
	display: none;
	margin-top: 25px
}
.comment_show_onclick {
	vertical-align: middle;
	display: inline-block;
	line-height: 0
}
.comment_for_timeshet {
	background: #d4e3ea;
	padding: 4px 5px;
	margin: 4px 0
}
.steps_vendorrr {
	padding-left: 0;
	position: relative;
	margin: 0 auto 23px;
	width: 100%;
	text-align: center;
	float: left;
	z-index: 9
}
.steps_vendorrr li {
	display: inline-block;
	width: 16.5%;
	position: relative;
	float: left
}
.steps_vendorrr li:first-child::after {
	content: none
}
.steps_vendorrr li::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #c5d9e2;
	position: absolute;
	left: -50%;
	top: 15px;
	z-index: -1
}
.steps_vendorrr .step_onee span {
	background: #d3e8f2;
	border: 1px solid #c2d6e0;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #9cb6c3;
	line-height: 28px
}
.steps_vendorrr .step_nameee {
	font-size: 13px;
	color: #9cb6c3;
	margin-top: 7px
}
.steps_vendorrr .active .step_onee span {
	background: #1695cc;
	border: 1px solid #1695cc;
	color: #fff
}
.steps_vendorrr .active .step_nameee {
	color: #1187ba
}
.vendrss_steps_detailss .display_none {
	display: none
}
.vendrss_steps_detailss .display_none.active {
	display: block
}
.skill_input_empty {
	display: none
}
.attendncee_popup,
.maket_pop,
.popinselct_bank_msgg,
.popinvoice_msgg,
.rate_vendor_busnessprtnrr {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(3, 26, 36, .76);
	bottom: 0;
	right: 0;
	padding: 0 6%;
	display: none;
	z-index: 9999
}
.businessprte_rel,
.tab-content.postin_reltvee {
	position: relative;
	float: left;
	width: 100%
}
.attendncee_popup .displyy_tablee,
.maket_pop .tabl_div_invoce,
.popinselct_bank_msgg .tabl_div_invoce,
.popinvoice_msgg .tabl_div_invoce,
.rate_vendor_busnessprtnrr .display_table {
	display: table;
	width: 100%;
	height: 100%
}
.attendncee_popup .disply_table_cel,
.maket_pop .tabl_cell_invoce,
.popinselct_bank_msgg .tabl_cell_invoce,
.popinvoice_msgg .tabl_cell_invoce,
.rate_vendor_busnessprtnrr .display_table_cel {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}
.attendncee_mainn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto
}
.maket_pop .show_msg_invoice p,
.popinselct_bank_msgg .show_msg_invoice p,
.popinvoice_msgg .show_msg_invoice p {
	margin: 0 auto;
	text-align: center;
	font-size: 14px
}
.attendncee_mainn,
.maket_pop .show_msg_invoice,
.popinselct_bank_msgg .show_msg_invoice,
.popinvoice_msgg .show_msg_invoice,
.rate_mainn_bp {
	background: rgba(255, 255, 255, .96);
	padding: 9px 8px;
	text-align: center;
	border-radius: 3px;
	position: relative
}
.default_checkboxx [type=checkbox]:checked,
.default_checkboxx [type=checkbox]:not(:checked) {
	position: static;
	opacity: 1
}
.deduction_mainnn {
	display: none
}
span.cross_btn_close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer
}
.vendor_add_messgee {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(3, 26, 36, .76);
	z-index: 99;
	display: none
}
.vendor_add_messgee .vendor_msg_table {
	display: table;
	height: 100%;
	width: 100%
}
.vendor_add_messgee .vendor_msg_table .vendr_msg_cel {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center
}
.vednr_msg_main {
	font-size: 21px;
	font-weight: 500;
	background: #fff;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	border-radius: 3px;
	padding: 18px 20px
}
.vednr_msg_main i {
	font-size: 60px;
	color: #3ea238
}
.vednr_msg_main p {
	margin: 0
}
.search_main_boxxx {
	float: left;
	width: 100%;
	display: none
}
.search_main_boxxx .form-control {
	padding: 5px 5px
}
.input_account_bank {
	width: 96%;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 8px
}
.input_account_bank select.form-control {
	color: #041a24;
	font-size: 12px
}
.nowcreate_invoice {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 10px;
	line-height: 9px;
	background: #687c86;
	color: #dceef8
}
.nowcreate_invoice::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #687c86;
	content: "";
	position: absolute;
	top: -5px;
	left: 0
}
.attach_vendor_detailll .mainu.upload_more_btn {
	position: relative;
	float: left;
	width: 100%
}
.attach_vendor_detailll .upload_attachmnt.add_vendor_attch,
.edit_vendor_detailll .upload_attachmnt.edit_vendor_attch {
	float: left;
	width: 100%
}
.attach_vendor_detailll .vendor_attch_loderr {
	float: left;
	width: 100%
}
.diffrntiate_vendrlog {
	background: #fcfeff;
	padding: 8px 12px;
	border: 1px solid #e7f0f5;
	float: left;
	width: 100%
}
.partitinn_divv {
	background: #f0f7fb;
	float: left;
	width: 100%;
	padding: 10px 15px;
	min-height: 95px;
	margin-bottom: 9px
}
.recruiter_countt_div {
	background: #fff;
	border: 1px solid #e3ebef;
	padding: 5px 7px
}
.recruiter_oneeeee {
	border-bottom: 1px solid #e3ebef;
	padding: 0 6px
}
.demo_status_mainn .progress {
	width: 35px;
	float: right;
	margin: 7px 0 7px 13px
}
.card.demo_status_mainn .body .dashboard-stat-list li {
	margin: 0 -1px 0 0;
	padding: 0 6px
}
.card.demo_status_mainn .body .dashboard-stat-list {
	padding: 0
}
.card.demo_status_mainn {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e8ec;
	padding: 3px 3px
}
.vendor_status_tabss .nav-tabs+.tab-content {
	border: 1px solid #e0e8ec;
	background: #fff
}
.vendor_status_tabss .nav-tabs>li>a {
	border: 1px solid #e0e8ec
}
.card.demo_status_mainn.backgrond_remove {
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0
}
.vendor_status_tabss {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
.one_vendor_log.vendor_catalog {
	padding: 3px 3px
}
.demo_status_mainn select.form-control {
	float: left;
	display: inline-block;
	width: 60px;
	padding: .5px 1px;
	margin-right: 6px;
	background-color: #e4eef2;
	border: 1px solid #d4dfe3
}
.border_divv_keys {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	background: #fff
}
.border_divv_keys span {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	margin-bottom: 4px;
	font-size: 10px;
	margin: 2px
}
.border_divv_keys .cross_keysss {
	color: #f44336;
	font-size: 13px;
	vertical-align: middle;
	margin-left: 2px
}
.border_divv_keys input.form-control {
	border: 0
}
.salry_percentgee .form-control {
	padding: 2px 3px
}
.show_custom_click {
	display: none
}
.approvedd_vendor_detailsss {
	border: 1px solid #c8d3de;
	background: #fff;
	padding: 5px 5px
}
.approvedd_vendor_detailsss label {
	margin: 0;
	vertical-align: middle
}
.approved_vend_one .approve_vnd_name .app_vend_count {
	display: inline-block;
	background: #1695cc;
	color: #fff;
	padding: 0 4px;
	margin-right: 4px
}
.approved_vend_one .approve_vnd_name {
	font-size: 12px
}
.approvedd_vendor_detailsss .border_botm_div {
	border-left: 1px solid #c7cfda;
	background: #f1f6fb;
	border-right: 1px solid #c7cfda
}
.demo_status_mainn .progress {
	width: 35px;
	float: right;
	margin: 7px 0 7px 13px
}
.card.demo_status_mainn .body .dashboard-stat-list li {
	margin: 0 -1px 0 0;
	padding: 0 6px
}
.card.demo_status_mainn .body .dashboard-stat-list {
	padding: 0
}
.card.demo_status_mainn {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e8ec;
	padding: 3px 3px
}
.vendor_status_tabss .nav-tabs+.tab-content {
	border: 1px solid #e0e8ec;
	background: #fff
}
.vendor_status_tabss .nav-tabs>li>a {
	border: 1px solid #e0e8ec
}
.card.demo_status_mainn.backgrond_remove {
	background: 0 0;
	border: 0;
	padding: 0;
	margin: 0
}
.salary_table_data input.form-control {
	padding: 2px 5px
}
.salary_table_data .input-group {
	margin: 0
}
.table tbody.salary_table_data tr td,
.table tbody.salary_table_data tr th {
	padding: 2px 5px
}
.vendor_status_tabss {
	float: left;
	width: 100%;
	margin-bottom: 5px
}
.busines_partner_mainnn_div {
	float: left;
	width: 100%;
	overflow-y: auto;
	max-height: 370px
}
.demo_status_mainn select.form-control {
	float: left;
	display: inline-block;
	width: 60px;
	padding: .5px 1px;
	margin-right: 6px;
	background-color: #e4eef2;
	border: 1px solid #d4dfe3
}
.border_divv_keys {
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	background: #fff
}
.border_divv_keys span {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	margin-bottom: 4px;
	font-size: 10px;
	margin: 2px
}
.border_divv_keys .cross_keysss {
	color: #f44336;
	font-size: 13px;
	vertical-align: middle;
	margin-left: 2px
}
.border_divv_keys input.form-control {
	border: 0
}
.content_user_right label {
	word-wrap: break-word
}
li.LiODS {
	background: #e2ecf3 !important
}
li.LiODS a:hover p,
li.LiODS a:hover span {
	text-decoration: none;
	color: #bc7101 !important
}
.tabss_sectnnn ul {
	padding-left: 0;
	list-style: none;
	float: left;
	width: 100%
}
.tabss_sectnnn ul li {
	display: inline-block;
	margin-bottom: -2px;
	float: left
}
.tabss_sectnnn ul li a {
	font-size: 12px;
	color: #7c8086;
	padding: 3px 6px;
	display: inline-block;
	border-bottom: 2px solid #eaeff6
}
.tabss_sectnnn ul li a.active {
	font-weight: 700;
	color: #2196f3;
	border-bottom: 2px solid #2196f3
}
.tabss_sectnnn ul li a:focus,
.tabss_sectnnn ul li a:hover {
	text-decoration: none
}
.tab_searchhh {
	float: left;
	width: 100%
}
.tab_searchhh .dropdown-display {
	padding: 6px 25px 6px 3px;
	margin-bottom: 0
}
.tab_searchhh .filterHip .dropdown-multiple a,
.tab_searchhh .form-control {
	padding: 1px 3px;
	height: 50px;
	width: auto;
	border: 1px solid #d4d4d4 !important;
	box-shadow: none !important;
	border-radius: 4px !important;
	font-size: 13px
}
.tab_searchhh .filterHip .dropdown-multiple a {
	padding-right: 25px !important;
	padding-top: 9px;
	padding-left: 0;
	border: none !important;
	background-color: transparent
}
.tab_searchhh .filterHip .dropdown-multiple a span {
	font-size: 13px;
	color: #000
}
.tab_searchhh .filterHip .dropdown-multiple .dropdown-clear-all {
	display: none
}
.tab_searchhh .filterHip .dropdown-multiple a::after {
	top: 15px;
	content: "";
	background: url(../img/arrow_down.png) no-repeat right #ddd0 !important;
	background-size: 10px !important;
	border: none;
	right: 0;
	width: 10px;
	height: 10px
}
.tab_searchhh .filterHip .dropdown-multiple .dropdown-main {
	margin-top: 11px
}
.user_serch_formm .tab_searchhh .dropdown-display {
	margin-bottom: 4px
}
.tab_searchhh input.form-control {
	padding: 6px 3px;
	width: 100%
}
.tab_searchhh .input-group {
	margin-bottom: 0;
	height: 50px;
}
.tab_searchhh .dropdown-display .placeholder:first-child {
	line-height: 16px !important;
	text-indent: 1px !important
}
.tab_searchhh .dropdown-display-label::after,
.tab_searchhh .dropdown-display::after {
	top: 8px
}
.tab_searchhh.disly_none {
	display: none
}
.tab_searchhh .dropdown-clear-all {
	font-size: 19px;
	right: 7px;
	top: 1px;
	width: 15px;
	height: 15px;
	line-height: 23px
}
.tab_searchhh .pre-loader,
.tab_searchhh .prloader {
	width: 13px;
	background: #fff;
	right: 3px
}
.ApproveVendor {
	width: 12px;
	height: 12px
}
.popmod select.form-control {
	padding: 5px 22px 5px 2px
}
.scroll_div_contentt .table-responsive {
	min-height: .01%;
	overflow-x: auto
}
.scrolll_skill_contenttt {
	margin-top: 10px !important
}
.load_more_mainn,
.refresh_loader_main {
	position: relative;
	float: left;
	display: inline-block
}
.load_more_loaderr,
.loder_reefrsh_btn {
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	text-align: center;
	background: rgba(255, 255, 255, .79);
	bottom: 4px;
	top: 0;
	margin-left: 0
}
.exist_vendor .load_more_loaderr,
.loder_reefrsh_btn {
	width: calc(100% - 230px);
	left: auto;
	background: 0 0
}
.exist_vendor_msg p {
	font-size: 14px
}
.exist_vendor_msg {
	width: 100%;
	float: left;
	text-align: left
}
span.loder_reefrsh_btn.pull-left.m-l-5.exist_loader img.pre_lods {
	width: 20PX;
	RIGHT: 70PX;
	POSITION: absolute
}
.rfresh_vndor_main {
	float: left;
	width: 100%;
	position: relative
}
.selct_cat_loaderrr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, .85);
	display: none
}
.selct_cat_loaderrr .cat_table_loadd {
	display: table;
	width: 100%;
	height: 100%
}
.selct_cat_loaderrr .cat_table_loadd .cat_tablecel_loadd {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
.selct_cat_loaderrr h2 {
	font-size: 23px;
	font-weight: 700;
	color: #0d273c
}
.selct_cat_loaderrr img {
	max-width: 45px
}
.users_duplicate_color span.label_after_text {
	word-wrap: break-word;
	word-break: break-all
}
.users_duplicate_color p {
	float: left;
	width: 100%;
	margin: 0 0 4px 0;
	line-height: normal
}
.users_duplicate_color span.label_after_text {
	word-wrap: break-word;
	word-break: break-all;
	line-height: normal;
	width: 100%;
	float: none;
	display: block
}
.users_duplicate_color p.three_checkboxess_userss {
	background: #f3f8ff;
	padding-left: 13px;
	margin: 6px 0;
	border: 1px solid #e4ebf5
}
.users_duplicate_color [type=checkbox]+label {
	position: relative;
	padding-left: 15px;
	padding-right: 20px
}
.status_grapphhh .header {
	padding: 3px 4px
}
.canvasjs-chart-credit {
	display: none
}
.status_grapphhh {
	border: 1px solid #e0e8ec;
	margin-left: -1px;
	margin-bottom: -1px
}
.btn.btn-default.calenderr_btnnn {
	border: 1px solid #ccc;
	padding: 2px 6px
}
.btn.btn-default.calenderr_btnnn:hover {
	background: #daeff9 !important;
	border: 1px solid #d1e5ef
}
.btn.btn-default.calenderr_btnnn i {
	font-size: 24px;
	line-height: 20px;
	color: #748187
}
button.btn.btn-primary.m-l-5.waves-effect.skill_ser {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px;
	z-index: 3
}
button.btn.btn-primary.m-l-5.waves-effect.skill_sere {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 9px;
	z-index: 9
}
span.cross_emailid_listtt.bg-red {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
button.btn.btn-primary.m-l-5.waves-effect.skill_seres {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	z-index: 9
}
.search_loader {
	POSITION: ABSOLUTE;
	right: 10%
}
.pre-loader,
.prloader {
	margin-right: 35px;
	right: 0 !important
}
.border_copy {
	border: 1px solid #8bb7f0;
	background: #89b5ed
}
.add_sector_detailll {
	display: none
}
.paging_simple_numbers {
	display: none !important
}
.dataTables_paginate .pagination {
	margin: 0;
	float: right
}
#testadmin_wrapper .row:first-child {
	display: none
}
.dashboard-stat-list {
	margin-top: 0
}
.info-box {
	margin-bottom: 0 !important;
	height: 60px !important
}
.info-box .icon i {
	line-height: 60px
}
.info-box .content .text {
	font-size: 24px;
	font-weight: 500
}
.load_questionmore {
	background: #ff9800 !important;
	font-size: 14px;
	padding: 8px 25px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	border-radius: 5px
}
.load_questionmore i.material-icons.m-r-5 {
	display: none
}
button.btn.question {
	background: 0 0;
	color: #03a9f4;
	position: absolute;
	right: 25px;
	top: 5px
}
button.btn.question i.material-icons.btn-circle {
	font-size: 25px
}
button.btn.question:active {
	outline: 0 !important;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.row.vendorstatus {
	margin: 0
}
.list_sel {
	font-size: 14px;
	font-weight: 700
}
.dropdown-display .placeholder:first-child {
	position: inherit !important;
	text-indent: inherit !important;
	line-height: inherit !important;
	text-transform: capitalize
}
.dropdown-mul-2.dropdown-multiple a {
	text-decoration: none
}
.dropdown-display .dropdown-chose-list {
	padding-left: 1px !important
}
span.reportLabel {
	text-transform: capitalize !important
}
::-webkit-input-placeholder {
	text-transform: capitalize;
	color: #AEB4D5 !important;
}
:-ms-input-placeholder {
	text-transform: capitalize;
	color: #AEB4D5 !important;
}
::placeholder {
	text-transform: capitalize;
	color: #AEB4D5 !important;
}
.ui-icon-circle-triangle-w {
	background-position: -96px -16px !important
}
.ui-icon-circle-triangle-e {
	background-position: -32px -15px !important
}
select.ui-datepicker-month,
select.ui-datepicker-year {
	background: 0 0 !important;
	border: 0 !important;
	font-size: 14px !important
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	font-size: 12px;
	padding: 5px
}
.ui-datepicker td {
	padding: 0 !important
}
.ui-datepicker {
	width: 21em !important
}
.ui-widget-header {
	background: #fff !important
}
div#ui-datepicker-div {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333
}
table.ui-datepicker-calendar {
	background: #f5f5f5 !important
}
table.ui-datepicker-calendar thead tr th {
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d6d6d6 !important;
	background: 0 0 !important;
	color: #3af !important
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #3af !important;
	background: #3af !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #3af !important;
	background: #3af !important;
	font-weight: 400 !important;
	color: #fff !important
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	margin-top: -10px !important
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 3px !important
}
#bulk_pdf_attach table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%
}
#bulk_pdf_attach td,
#bulk_pdf_attach th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 3px
}
#bulk_pdf_attach td,
INPUT {
	PADDING-BOTTOM: 2PX
}
div#rightSection .tab-content {
	overflow-y: auto
}
.view_docum {
	padding: 5px 10px !important;
	border-radius: 12px;
	border-color: transparent
}
.view_docum:active,
.view_docum:active:hover,
.view_docum:hover {
	border-color: transparent
}
tbody.sample_document tr td [type=checkbox]:checked,
tbody.sample_document tr td [type=checkbox]:not(:checked),
tbody.vendors_document tr td [type=checkbox]:checked,
tbody.vendors_document tr td [type=checkbox]:not(:checked) {
	margin-top: -5px;
	margin-left: 10px
}
tbody.vendors_document tr td [type=checkbox]+label:before,
tbody.vendors_document tr td [type=checkbox]:not(.filled-in)+label:after {
	margin-top: -7px;
	margin-left: 10px
}
tbody.sample_document tr td [type=checkbox]+label:before,
tbody.sample_document tr td [type=checkbox]:not(.filled-in)+label:after {
	margin-top: -7px;
	margin-left: 10px
}
.view_docum:active,
.view_docum:focus,
.view_docum:hover {
	color: #fff !important
}
button.update-profile {
	background: #3174c9;
	color: #fff;
	padding: 10px 40px;
	border: #3174c9;
	border-radius: 15px;
	margin: 20px auto;
	text-align: center;
	display: block
}
img.minelods.pre_lods.mail_loader {
	position: absolute;
	right: 0;
	top: 15px
}
a.filtertabs.active.purple {
	font-weight: 700;
	color: #af13da;
	border-bottom: 2px solid #af13da
}
a.filtertabs.active.green {
	font-weight: 700;
	color: #249408;
	border-bottom: 2px solid #249408
}
.dropdown-mul-2.intro.dropdown-multiple {
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #66afe9 !important
}
a.filtertabs.active.purple1 {
	font-weight: 700;
	color: #3611ff;
	border-bottom: 2px solid #3611ff
}
a.filtertabs.active.red {
	font-weight: 700;
	color: #c10303;
	border-bottom: 2px solid #c10303
}
button.btn.btn-success.btn-block1 {
	padding: 10px 20px;
	border-radius: 15px;
	font-weight: 700 !important
}
span.email-veri.glyphicon.glyphicon-ok {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background: #079a2d;
	width: 30px;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center
}
p.text-left.body-buss {
	font-size: 16px
}
span.bp_loadr8635598 {
	position: absolute;
	right: 40px;
	top: 0
}
.content_user_right label.vendor_label_status {
	float: right
}
.margin_difffq {
	z-index: 9;
	padding: 4px 5px;
	font-size: 12px;
	BACKGROUND: #e6f2fe;
	top: -6px;
	position: absolute;
	right: -10px
}
.vendor_edit_view1 {
	position: absolute;
	top: 0;
	background: #bce8ff;
	z-index: 9;
	height: 18px;
	padding: 2px 2px
}
.vendor_edit_view1 {
	right: 48px
}
.vendor_edit_view1 i {
	font-size: 12px
}
div#step7 a.adminVendorTabs {
	border: 1px solid #c4cfd5;
	color: #555;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin-right: 0;
	padding: 5px 1px;
	float: left;
	text-decoration: none;
	font-size: 10px
}
.list1 {
	display: inline-block
}
.one_vendor_log.sv_gcv {
	padding: 25px 8px 3px 8px
}
a.adminVendorTabs.active,
a.adminVendorTabs:active,
a.adminVendorTabs:focus {
	background-color: #0075a8 !important;
	color: #fff !important;
	border: 1px solid transparent !important
}
a.adminVendorTabs:hover {
	background-color: #0075a8 !important;
	border: 1px solid transparent !important;
	color: #fff !important
}
button.btn.btn-primary.m-l-5.waves-effect.approval_btn {
	color: #fff !important;
	background: #03a9f4;
	text-decoration: none;
	padding: 2px 10px;
	margin: 0;
	border: 1px solid #03a9f4;
	border-radius: 10px
}
.filter_blue {
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important
}
div#bydemo:before {
	width: 8px;
	height: calc(100% - 8px);
	BACKGROUND: RED;
	POSITION: ABSOLUTE
}
div#bydemo {
	POSITION: RELATIVE
}
div#byprofessional {
	position: relative
}
div#byprofessional::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #c10303
}
div#Expensind {
	position: relative
}
div#Expensind::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #2196f3
}
div#bygreen {
	position: relative
}
div#bygreen::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #249408
}
div#expenseindia {
	position: relative
}
div#expenseindia::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #249408
}
div#byadminn {
	position: relative
}
div#byadminn::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #af13da
}
div#bp_type {
	position: relative
}
div#bp_type::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #af13da
}
div#byassign {
	position: relative
}
div#byassign::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #3611ff
}
div#byuser {
	position: relative
}
div#byuser::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #065252
}
div#bydaterange {
	position: relative
}
div#bydaterange::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #a71350
}
div#bystatus {
	position: relative
}
div#bystatus::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #ff8843
}
a.filtertabs.active.orgage {
	font-weight: 700;
	color: #ff8843;
	border-bottom: 2px solid #ff8843
}
div#bylog {
	position: relative
}
div#bylog::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #e60f0f
}
div#byvendor {
	position: relative
}
div#byvendor::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #946900
}
div#bybp {
	position: relative
}
div#bybp::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #0f8c54
}
div#child_status {
	position: relative
}
div#child_status::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #343836
}
div#vrm_source {
	position: relative
}
div#vrm_source::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #ff9800
}
a.filtertabs.active.dark_pink {
	font-weight: 700;
	color: #960743;
	border-bottom: 2px solid #960743
}
a.filtertabs.active.segreen {
	font-weight: 700;
	color: #0cc3d4;
	border-bottom: 2px solid #0cc3d4
}
a.filtertabs.active.dark_blue {
	font-weight: 700;
	color: #063f56;
	border-bottom: 2px solid #063f56
}
a.filtertabs.active.lgreen {
	font-weight: 700;
	color: #0f8c54;
	border-bottom: 2px solid #0f8c54
}
a.filtertabs.active.brown {
	color: #946900;
	font-weight: 700;
	border-bottom: 2px solid #946900
}
a.filtertabs.active.dgreen {
	font-weight: 700;
	color: #e60f0f;
	border-bottom: 2px solid #e60f0f
}
a.filtertabs.active.darkgreen {
	font-weight: 700;
	color: #065252;
	border-bottom: 2px solid #065252
}
a.filtertabs.active.grey {
	font-weight: 700;
	color: #343836;
	border-bottom: 2px solid #343836
}
a.filtertabs.active.orange {
	font-weight: 700;
	color: #ff9800;
	border-bottom: 2px solid #ff9800
}
a.filtertabs.active.ddblue {
	font-weight: 700;
	color: #a71350;
	border-bottom: 2px solid #a71350
}
.value_select.intro {
	border-color: #66afe9 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important
}
.tab_searchhh.ser .form-control.intro {
	border-color: #02263d !important
}
.tab_searchhh .form-control.intro {
	border-color: #02263d !important
}
.add_task_pro_detailss [type=checkbox]:checked,
.add_task_pro_detailss [type=checkbox]:not(:checked) {
	position: inherit !important;
	display: none
}
.margin_difffq1 i {
	font-size: 10px;
	font-weight: 700
}
a.vendor_edit_view.margin_difffq1 {
	background: 0 0 !important;
	padding: 0 4px;
	margin: 0 2px
}
a.openvenoLogo.margin_difffq1 {
	background-color: #337ab7;
	color: #fff;
	padding: 0 4px;
	margin: 0 2px
}
a.openvenoLogo.add_log.margin_difffq1 {
	background-color: #ff9800;
	color: #fff;
	padding: 0 4px;
	margin: 0 2px
}
a.margin_difffq1.ven-id {
	background: #0b6332 !important;
	color: #fff !important;
	padding: 0 4px;
	margin: 0 2px;
	cursor: pointer
}
a.openmail.margin_difffq1 {
	background-color: #2b982b !important;
	color: #fff !important;
	padding: 0 4px;
	margin: 0 2px;
	display: none
}
label.mail_ic i {
	font-size: 12px;
	margin: 3px 3px 0 0
}
label.mob_ic i {
	margin: 0 3px 0 0
}
a.openvenoRess.margin_difffq1 {
	background-color: #337ab7;
	color: #fff;
	padding: 0 4px;
	margin: 0 2px
}
a.openvenoRess {
	padding: 5px;
	background: #0075a8 !important
}
.multiple_skilll {
	border: 1px solid #355997;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333942;
	background-color: #fff
}
.multiple_skilll input.form-control {
	border: 0;
	padding: 0
}
.multiple_skilll2 {
	border: 1px solid #d4d9db;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333942;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	position: relative
}
.multiple_skilll2 input.form-control {
	border: 0;
	padding: 0
}
.multiple_skilll .keys_tagss span,
.skilled .skill_display {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	font-size: 10px;
	margin: 2px
}
.multiple_skilll .keys_tagss .cross_keysss,
.skilled .cross_sec {
	color: #f44336;
	font-size: 9px;
	vertical-align: middle;
	margin-left: 2px
}
.row.clearfix.first_vendor_name_field i.material-icons.btn-circle.bg-green.pull-right {
	position: absolute;
	cursor: pointer
}
.edit_screening_form .form-group .form-control {
	color: #000;
	height: 30px;
	resize: vertical
}
.row.text-left.error_message {
	color: red;
	font-size: 13px;
	font-weight: 700;
	padding: 5px
}
.user_email_showw.vendor_email_small i {
	margin: 0 1px
}
.admin_time_table {
	overflow-x: hidden
}
a.delMOre.btn.bg-red {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 4px #b5a7a75c;
	border-radius: 10px
}
::-webkit-scrollbar-thumb {
	background-color: #c9baba4d;
	border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
	background: #c9c9c98c
}
.venor_gr i.material-icons.btn-circle.bg-red.pull-right {
	position: absolute
}
.charachtericon {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 10px 5px
}
.content_user_right.text-right ul li {
	list-style-type: none
}
inputfield_type {
	font-size: 10px;
	border: 1px solid #d4d9db;
	padding: 6px 3px;
	background-color: #e8e8e8;
	width: 100%;
	display: inline-block;
	position: relative;
	word-break: break-word
}
.exist_vendor_msg.alrdy_sum span {
	margin: 0 !important
}
.exist_vendor_msg.alrdy_sum p {
	text-align: left !important
}
span.dem_id {
	font-weight: 800;
	font-style: italic
}
.exist_vendor_msg.alrdy_sum p {
	width: 100%;
	color: #3f51b5 !important;
	font-size: 14px;
	font-weight: 500
}
select.form-control.question_type {
	position: relative
}
a.deleteQues.btn.bg-red {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center
}
div.deleteAnsValue_cus {
	position: relative
}
a.deleteAns.btn.bg-red {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0
}
a.addAnsValue.btn.bg-green.m-t-5 {
	width: 100%
}
.dropdown-display .placeholder:first-child {
	height: auto !important
}
a.addMOre.btn.bg-green.m-t-5 {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	right: 0
}
textarea#keyword {
	text-transform: lowercase
}
div#byresume::before {
	width: 8px;
	height: calc(100% - 8px);
	content: '';
	position: absolute;
	left: -8px;
	background: #fe00b1
}
div#byresume {
	position: relative
}
p.col-red.lega_l {
	font-size: 16px;
	font-weight: 700
}
a.legal_form {
	background: #1f91f3;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px
}
p.col-red.lega_l button#legal_refresh {
	height: 100%;
	padding: 4px 10px;
	border-radius: 5px
}
p.col-red.lega_l button#legal_refresh i {
	font-size: 14px
}
.row.clearfix.job_detail {
	background: #deebf2;
	padding-top: 12px;
	margin-bottom: 16px
}
.report_ratio .reportBox.team_dat {
	max-height: 150px;
	overflow: scroll;
	margin: 0
}
.report_ratio {
	border: 1px solid #0ae;
	margin: 0 !important;
	padding: 0
}
div.skill_serch ul {
	max-height: 246px;
	overflow-y: auto;
	list-style: none;
	position: absolute;
	z-index: 9;
	background: #f2f9fe;
	min-width: 100%;
	padding: 0;
	margin-top: 0;
	top: 29px;
	overflow-x: hidden;
	box-shadow: 0 3px 4px rgba(8, 37, 72, .42)
}
div.skill_serch ul li {
	margin-top: 0;
	background: 0 0;
	padding: 9px 4px 2px 4px;
	border-bottom: 1px solid #cddfe6;
	width: 100%;
	position: relative
}
a.bg-deep-orange.waves-effect.closeUl {
	position: absolute;
	right: 0;
	top: calc(100% - -30px);
	z-index: 99999;
	padding: 2px 5px
}
div#courseLISTss {
	position: relative
}
.icon_pdf {
	display: block !important
}
td.data_bold {
	font-weight: 700;
	font-size: 12px
}
ul.filled1 li .text {
	font-weight: 600;
	margin-right: 5px
}
ul.filled1 {
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
	display: block;
	text-align: right
}
ul.filled1 li {
	display: inline-block
}
ul.filled.data {
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px;
	display: inline-block
}
ul.filled.data li {
	display: inline-block
}
.red_circle {
	width: 10px;
	height: 10px;
	background: red;
	border-radius: 50%;
	margin: 0 3px
}
ul.filled.data li .text {
	font-weight: 600;
	margin-right: 5px
}
.blue_circle {
	width: 10px;
	height: 10px;
	background: #f29203;
	border-radius: 50%;
	margin: 0 3px
}
.green_circle {
	width: 10px;
	height: 10px;
	background: #4caf50;
	border-radius: 50%;
	margin: 0 3px
}
.select_lan {
	height: 30px !important
}
.crm_man_repo .reportClass {
	border: 1px solid #ddd
}
td.greay {
	background: #ddd;
	color: #000
}
td.blue {
	background: #04597d
}
tr.blueee {
	background: #04acf5;
	color: #fff
}
td.bg-blue-gre1y {
	background-color: #484a4c !important;
	color: #fff;
	border: 1px solid #484a4c
}
td.light-grey {
	background: #cceefd;
	border: 1px solid #cceefd
}
table.lead_gener tr td {
	padding: 10px
}
table.lead_gener tr:first-child {
	font-weight: 900;
	font-size: 14px
}
div#madatorystatus {
	display: inline-block;
	float: right
}
div#madatorystatus .tooltip {
	position: relative;
	display: inline-block;
	opacity: 1;
	cursor: pointer
}
div#madatorystatus .tooltip .tooltiptext {
	visibility: hidden;
	width: 90px;
	background-color: #141415;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 2px 0;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	right: 0;
	bottom: -25px
}
div#madatorystatus .tooltip:hover .tooltiptext {
	visibility: visible
}
.mandate {
	color: red
}
.red_circle1 {
	width: 10px;
	height: 10px;
	background: red;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px
}
.green_circle1 {
	width: 10px;
	height: 10px;
	background: #4caf50;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px
}
.courseLIST ul li {
	margin-top: 0;
	background: 0 0;
	padding: 9px 4px 2px 4px;
	border-bottom: 1px solid #cddfe6;
	width: 100%;
	position: relative
}
.courseLIST ul {
	max-height: 246px;
	overflow-y: auto;
	list-style: none;
	position: absolute;
	z-index: 10;
	background: #f2f9fe;
	min-width: 100%;
	padding: 0;
	margin-top: 0;
	top: 29px;
	overflow-x: hidden;
	box-shadow: 0 3px 4px rgba(8, 37, 72, .42)
}
.disply_table_cel.share_link {
	margin: 0 auto;
	background: #c7e8ff;
	border-radius: 20px;
	padding: 20px
}
.disply_table_cel.share_link h4 {
	color: #173d7a;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400
}
.disply_table_cel.share_link a {
	padding: 5px 25px;
	font-size: 16px;
	border-radius: 25px;
	text-decoration: none;
	margin: 10px auto;
	display: inline-block;
	background: #fff;
	font-weight: 700
}
.search_main_profile {
	position: relative;
	top: -15px
}
.search_main_profile {
	background: url(../img/texture_img.png) #29487d
}
.policy_section h3 {
	margin: 0 0 15px !important
}
.disply_table_cel.share_link h3 {
	margin: 0 0 15px !important
}
.search_formmm {
	padding: 30px 0
}
.policy_section {
	margin: 0 auto;
	background: #efeefa;
	border-radius: 20px;
	padding: 20px;
	margin: 0 auto
}
.policy_section img {
	max-width: 100px !important
}
.policy_section h4 {
	color: #173d7a;
	line-height: 20px;
	font-size: 17px;
	font-weight: 400
}
a.plicy_page {
	padding: 5px 25px;
	font-size: 16px;
	border-radius: 25px;
	text-decoration: none;
	margin: 10px auto;
	display: inline-block;
	background: #fff;
	font-weight: 700
}
.search_formmm .heading_search {
	color: #e48901;
	margin: 0 0 10px;
	font-weight: 400
}
span.error.text-white {
	color: #f89500;
	font-weight: 700;
	padding: 10px 0 !important;
	display: block
}
.totall_jobsss {
	display: block;
	float: left;
	width: 30%;
	font-size: 16px;
	font-weight: 700
}
.sort_byyy {
	width: 50%;
	float: right
}
span.job_cnt {
	color: #1f91f3
}
.resumee_loaderr {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .82);
	display: none
}
.vendortabs {
	background: #9c9c9c;
	padding: 10px;
	color: #fff;
	border: 1px solid #9c9c9c;
	margin: 10px auto;
	display: inline-block;
	cursor: pointer;
	font-size: 14px
}
.vendortabs.active {
	background: #355997;
	padding: 10px;
	color: #fff;
	border: 1px solid #355997;
	margin: 10px auto;
	display: inline-block;
	cursor: pointer
}
.resumes_content_main {
	padding: 25px 0;
	min-height: 320px
}
.search_formmm input,
.search_formmm select {
	border: 1px solid #355997;
	box-shadow: none
}
.search_formmm input,
.search_formmm select {
	padding: 6px
}
.search_formmm .multiple_skilll {
	border: 0 solid #355997;
	padding: 6px 6px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333942;
	background-color: #fff
}
.multiple_skilll .keys_tagss span,
.skilled .skill_display {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	font-size: 10px;
	margin: 2px
}
.search_formmm .padding_nonee .form-group {
	margin: 0
}
.search_formmm .add_skill_list {
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	width: 100%;
	border: 2px solid #355997;
	z-index: 1;
	padding: 5px 10px;
	max-height: 300px;
	overflow-y: auto
}
.search_formmm .add_skill_list ul {
	padding-left: 0;
	list-style: none
}
.skill_serfront {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 10px;
	z-index: 3;
	background: #002048 !important;
	color: #fff;
	border: 0
}
.search_formmm .search_skil_loader {
	right: 30px;
	top: -3px
}
.multiple_skilll .keys_tagss .cross_keysss,
.skilled .cross_sec {
	color: #f44336;
	font-size: 9px;
	vertical-align: middle;
	margin-left: 2px
}
.cross_keysss_bcc,
.cross_keysss_cc {
	color: #f44336;
	font-size: 9px;
	vertical-align: middle;
	margin-left: 2px
}
input#bcc_email_to,
input#cc_to,
input#email_to {
	display: inline-block;
	background: 0 0 !important;
	margin-top: 3px;
	height: auto
}
.keys_tagss_cc_a {
	width: auto;
	float: left
}
.EXPENSE_EM {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	position: relative
}
.EXPENSE_EM div#adminLIST ul {
	top: 50px
}
.load_more_loader {
	text-align: center;
	margin-top: 20px
}
.search_formmm .add_skill_list ul li a {
	color: #474c56;
	border-bottom: 1px solid #e7ebf3;
	display: block;
	padding: 3px 0;
	line-height: 23px;
	font-size: 13px
}
.multiple_skilll.focused.email_to,
.multiple_skilll.focused.email_to_cc {
	border: 0 solid #ddd !important;
	background: 0 0 !important
}
.search_skil_loader {
	position: absolute;
	top: 0;
	width: 22px;
	right: 42px;
	display: none;
	z-index: 999;
	margin-right: 7px;
	margin-top: 7px;
	font-size: 20px;
	line-height: 21px;
	color: #355997
}
.rotate {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}
.resume_onee {
	border: 1px solid #fbf8f8;
	padding: 15px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	box-shadow: 2px 2px 9px #ece5e5;
	padding: 10px 20px !important;
	border-radius: 5px
}
.vendor_name_info h4 {
	margin: 0 0 10px;
	color: #29487d;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 22px
}
.vendor_contenttt .green {
	color: #12a419
}
.phone_numbr_email span {
	margin-right: 13px;
	color: #768195;
	font-size: 16px;
	font-weight: 400
}
.view_resumee a:hover {
	background: #1f91f3;
	color: #fff
}
.view_resumee a {
	border: 1px solid #8491f3;
	display: inline-block;
	padding: 5px 8px;
	float: right;
	text-decoration: none;
	color: #1f91f3;
	font-size: 15px
}
span.demotags_keys,
span.tags_keys {
	display: inline-block;
	background: #e8f0f6;
	float: left;
	padding: 0 3px;
	border-radius: 2px;
	border: 1px solid #d9e0e6;
	margin-bottom: 4px;
	font-size: 14px;
	margin: 5px 4px
}
.tags_keys a.crosskeysss {
	margin-left: 2px
}
a.cross_keysss {
	color: #f44336;
	font-size: 9px;
	vertical-align: middle;
	margin-left: 2px;
	font-weight: 400 !important
}
div#searchSkillLIST ul {
	max-height: 246px;
	overflow-y: auto;
	list-style: none;
	position: absolute;
	z-index: 9;
	background: #f2f9fe;
	min-width: 100%;
	padding: 0;
	margin-top: 0;
	top: 29px;
	overflow-x: hidden;
	box-shadow: 0 3px 4px rgba(8, 37, 72, .42)
}
div#searchSkillLIST ul li {
	margin-top: 0;
	background: 0 0;
	padding: 9px 4px 2px 4px;
	border-bottom: 1px solid #cddfe6;
	width: 100%;
	position: relative;
	font-size: 11px
}
div#searchSkillLIST ul li a:hover {
	text-decoration: none;
	color: #bc7101 !important
}
button.btn.btn-primary.m-l-5.waves-effect.skill_sere2 {
	position: absolute;
	top: 0;
	right: 6px;
	padding: 2px 3px;
	z-index: 9
}
.relvnt_searchh {
	float: left;
	width: 100%;
	border: 1px solid #f0f3f9;
	padding: 7px 7px
}
.sort_byyy {
	padding-top: 9px
}
a.cus_demo1 {
	float: left
}
.errormessage.success {
	color: #278e0b;
	font-weight: 700
}
.cus_er.errormessage {
	display: inline-block
}
.errormessage.text-danger {
	color: #f44336;
	font-weight: 700
}
div#rightSection .nav-tabs>li.datalist,
div#rightSection .nav-tabs>li.recruitcatelist,
div#rightSection .nav-tabs>li.recruiterlist,
div#rightSection .nav-tabs>li.sourcelist {
	display: none !important
}
div#rightSection .nav-tabs>li.recruitcatelist.active {
	display: inline-block !important
}
div#rightSection .nav-tabs>li.sourcelist.active {
	display: inline-block !important
}
div#rightSection .nav-tabs>li.datalist.active {
	display: inline-block !important
}
div#rightSection .nav-tabs>li.recruiterlist.active {
	display: inline-block !important
}
.resume_onee span i {
	position: absolute;
	left: -10px;
	margin-top: 3px;
	font-size: 16px
}
.ven_id {
	font-size: 16px
}
.phone_numbr_email .row .col-md-5>div,
.phone_numbr_email .row .col-md-7>div {
	padding: 3px;
	font-size: 16px
}
.phone_numbr_email b {
	font-weight: 500
}
.cus_pop {
	padding-right: 0 !important
}
.cus_pop table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%
}
.cus_pop input[type=checkbox]:not(:checked),
.cus_pop label,
input[type=checkbox]:checked {
	margin-top: -10px !important
}
.cus_pop button.preview_btn.btn-primary,
.cus_pop button.preview_btn.btn-primary.Send_mail_btn.view_docum {
	border: 0
}
.cus_pop {
	padding-right: 0 !important
}
.cus_pop table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%
}
.cus_pop td,
.cus_pop th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 10px;
	line-height: 16px
}
.cus_pop [type=radio]:not(:checked)+label:after,
.cus_pop[type=radio]:not(:checked)+label:before {
	background: 0 0 !important
}
.cus_pop input[type=checkbox]:not(:checked),
.cus_pop input[type=radio]:not(:checked),
.cus_pop label,
input[type=checkbox]:checked,
input[type=radio]:checked {
	margin-top: -10px !important
}
.cus_pop input[type=radio]:checked+label,
.cus_pop input[type=radio]:not(:checked)+label {
	height: 12px !important
}
button.preview_btn.btn-primary.Send_mail_btn.view_docum {
	border: 0
}
.mail_error_msg p,
.mail_sucs_div p {
	text-align: left
}
button.preview_btn.btn-primary.Send_mail_btn {
	border: none;
	border-color: #1f91f3
}
.cus_pop .modal-header {
	background: #fff !important
}
#bulk_pdf_attach .modal-footer,
#bulk_pdf_attach .modal-header {
	background: #fff !important
}
.vie_top {
	font-size: 14px !important;
	background: 0 0 !important;
	color: #2196f3;
	text-transform: capitalize;
	text-decoration: underline;
	padding: 0 5px !important
}
.vie_top:active,
.vie_top:focus,
.vie_top:hover {
	color: #ffa726 !important;
	background: 0 0 !important
}
.ven_mail {
	padding: 0;
	float: left;
	width: 30%
}
.resume_dat {
	padding: 0;
	float: left
}
.res_bl {
	margin: 10px 0 0 15px;
	border: 1px solid #f3f9fc;
	box-shadow: 2px 2px 10px #d5e3ea
}
.head {
	font-weight: 700;
	margin-bottom: 0 !important;
	background: #1f91f3;
	padding: 5px;
	color: #fff
}
span.resume_name {
	margin: 10px auto;
	color: #1f91f3;
	font-size: 14px
}
p.make_call {
	font-size: 14px;
	font-weight: 600;
	margin: 5px auto
}
.logo1 {
	text-align: center;
	margin: 20px auto
}
.card1 {
	background: #fff;
	padding: 10px;
	position: relative
}
p.loi_com {
	font-size: 22px;
	font-weight: 700;
	color: #3174c9;
	margin-top: 30px
}
.row.qr_login {
	margin: 0 !important
}
ol.steps_login li {
	font-size: 16px;
	margin: 0 auto
}
.emaail_lo ol.steps_login li {
	font-size: 16px;
	margin: 10px auto
}
.reload_scan {
	background-image: url('../qr/qrcodereload.jpg');
	background-size: 100%;
	width: 240px;
	height: 240px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative
}
.emaail_lo img#imgQr {
	width: 140px;
	height: 140px
}
.emaail_lo .reload_scan1 {
	width: 140px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.emaail_lo .reload_scan input {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: none;
	background: #3174cc;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.emaail_lo .reload_scan {
	background-image: url('../qr/qrcodereload.jpg');
	background-size: 100%;
	width: 140px;
	height: 140px;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative
}
p.need {
	text-align: center;
	color: #3174c9;
	font-size: 12px
}
div#qrDiv {
	padding: 0
}
img#imgQr {
	width: 240px;
	height: 240px
}
.reload_scan1 {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.reload_scan input {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: none;
	background: #3174cc;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.green_assignment_ai_log {
	background: #1a861a;
	color: #fff;
	display: block;
	margin: 5px;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap
}
.red_follow_ai_logs {
	background: #c70a0a;
	color: #fff;
	display: block;
	margin: 5px;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap
}
.twillo_call_logs {
	background: #ffa604;
	color: #fff;
	display: block;
	margin: 5px auto;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	max-width: 50px
}
.dynamic_system_logs {
	background: #6b0f8a;
	color: #fff;
	display: block;
	margin: 5px;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap
}
.aa [type=checkbox]:checked,
.aa [type=checkbox]:not(:checked) {
	left: inherit !important;
	width: 100%
}
.aa input[type=checkbox]:not(:checked),
.aa input[type=radio]:not(:checked),
.aa label,
input[type=checkbox]:checked,
input[type=radio]:checked {
	margin-top: 5px !important
}
.aa {
	position: relative;
	float: left
}
span.mobleCls {
	font-weight: 700
}
p.remove {
	color: #fff;
	font-weight: 700;
	margin-top: 20px
}
.emaail_lo .signin-form {
	background: #3274ca;
	padding: 20px !important;
	min-height: 350px
}
.signin-form {
	background-color: #fff;
	padding: 70px;
	flex-direction: column;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.signin-form .input-icon {
	position: absolute;
	left: 0;
	top: 12px;
	color: #afaeb0;
	font-size: 18px
}
.country_drpdown .select2,
.signin-form input,
.signin-form select {
	padding-left: 30px !IMPORTANT;
	font-size: 15px !important;
	height: 45px;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: all ease-in-out .5s;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	padding-right: 0;
	color: #444;
}
.signin-form input:-webkit-autofill,
.signin-form input:-webkit-autofill:active,
.signin-form input:-webkit-autofill:focus,
.signin-form input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
	font-size: 15px !important;
}
.signin-form input:focus {
	border-color: #02253b99
}
.btn-primary.signin-btn:active,
.btn-primary.signin-btn:focus,
.btn-primary.signin-btn:hover {
	background: #d9740b !important;
	box-shadow: none !important
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #ec7d0a;
	border-color: #ec7d0a;
	box-shadow: 0 0 0 0 rgba(38, 143, 255, .5)
}
.emaail_lo .Signin-QRcode {
	min-height: 350px;
	padding: 10px
}
.Signin-QRcode {
	padding: 30px;
	background: #f3f3f3;
	max-height: 420px;
	height: 100%;
	display: inline-block
}
.signin-btn {
	height: 45px;
	border-radius: 50px !important;
	background: #ec7d0a;
	color: #fff;
	text-align: center;
	width: 100%
}
.Signin-QRcode h4 {
	color: #3274ca;
	font-size: 20px
}
.Signin-QRcode .steps_login {
	padding-left: 15px;
	margin-top: 15px;
	line-height: 30px
}
.form-inner {
	position: relative
}
span.mobleCls.ios {
	background: #046248;
	color: #fff;
	display: block;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	width: 40px;
	margin: 0 auto
}
span.mobleCls.android {
	background: #a7c73f;
	color: #fff;
	display: block;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap
}
span.mobleCls.app {
	background: #e6af06;
	color: #fff;
	display: block;
	margin: 5px;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	width: 40px;
	margin: 0 auto
}
span.mobleCls.web {
	background: #a03c6e;
	color: #fff;
	display: block;
	margin: 5px;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	width: 40px;
	margin: 0 auto
}
.green_circle11 {
	width: 10px;
	height: 10px;
	background: #4caf50;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
	float: right
}
.holiday-table table {
	border-collapse: collapse;
	width: 100%;
	font-size: 15px
}
.holiday-table table td,
.holiday-table table th {
	border: 1px solid #08254833
}
.holiday-table th {
	background: #082548;
	text-align: center;
	padding: 10px;
	color: #fff
}
.holiday-table tr.RH td {
	background: #d9ecf8;
	text-align: center;
	padding: 10px
}
.holiday-table tr td {
	background: #fff;
	padding: 10px;
	text-align: center
}
.exit-policy h4 {
	margin: 10px auto;
	line-height: 20px;
	font-size: 20px;
	color: #4483d0
}
.exit-policy h5 {
	margin: 10px auto;
	line-height: 20px;
	font-size: 18px
}
.exit-policy h3 {
	text-align: center
}
.exit-policy .container {
	border: 1px solid #ddd !important
}
section.exit-policy {
	margin-top: 50px
}
.exit-policy p {
	line-height: 20px;
	font-size: 15px
}
.admin_ser {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 5px;
	z-index: 9
}
div#adminLIST ul {
	max-height: 246px;
	overflow-y: auto;
	list-style: none;
	position: absolute;
	z-index: 9;
	background: #f2f9fe;
	min-width: 100%;
	padding: 0;
	margin-top: 0;
	top: 29px;
	overflow-x: hidden;
	box-shadow: 0 3px 4px rgba(8, 37, 72, .42)
}
div#adminLIST ul li {
	margin-top: 0;
	background: 0 0;
	padding: 9px 4px 2px 4px;
	border-bottom: 1px solid #cddfe6;
	width: 100%;
	position: relative
}
div#adminLIST ul li a {
	word-break: break-all
}
span.empty {
	background: #e6e6e6;
	display: block;
	border-radius: 2px;
	font-size: 10px !important;
	text-align: center;
	font-weight: 600;
	white-space: nowrap;
	width: 50px
}
tr.rec_report td {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 5px !important;
	border: 1px solid #c3c3c3 !important;
	background: #ececec
}
.new_updte_profile .content_block {
	padding: 10px;
	background-color: #eee;
	font-size: 1.25em;
	border-radius: 0;
	margin: 10px auto
}
.new_updte_profile select.filter_undefined {
	font-size: 12px;
	margin-left: 5px;
	padding: 3px
}
.new_updte_profile .content_block .waves-effect {
	padding: 5px 12px;
	border-radius: 0;
	line-height: 15px
}
.new_updte_profile .content_block label {
	width: 15%
}
.new_updte_profile .content_block select {
	width: 30% !important;
	height: 25px
}
.new_updte_profile .popmod.tab-pane.active {
	display: block !important
}
.new_updte_profile .nav-tabs li.active a {
	color: #fff !important;
	background: #2b982b !important;
	border-color: #2b982b !important;
	border: 0 !important
}
.new_updte_profile .nav-tabs {
	border-bottom: 0 solid #eee
}
.new_updte_profile .nav-tabs>li>a {
	border: 1px solid #ccc;
	background: #ccc;
	margin-right: 5px;
	padding: 2px 4px
}
.new_updte_profile .nav-tabs>li>a:before {
	border-bottom: 0 solid #2b982b
}
.tool_tip a {
	color: #000;
	font-size: 12px
}
.tool_tip .tooltip {
	display: none;
	width: 100%
}
.tool_tip #subCategory-selectized {
	width: 100% !important;
	border: 0
}
span.default_radiossss.add_log input {
	margin: 0 10px !important;
	display: inline-block
}
.adbp_div.focused {
	padding: 15px
}
.modal-body.add_logis {
	border: 0 !important;
	background: 0 0 !important
}
p.success_msg {
	margin: 5px 0 !important;
	color: green;
	font-size: 12px;
	font-weight: 700
}
.btn-primary.signin-btn {
	background: #d9740b !important;
	box-shadow: none !important
}
.basic_te select {
	height: 30px !important
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 0 !important
}
span.select2.select2-container.select2-container--default.select2-container--below:focus {
	outline: 0 !important
}
.col-sm-3.filterHip.selectValuediv:focus {
	outline: 0 !important
}
span.select2-selection.select2-selection--single:focus {
	outline: 0 !important
}
.custom_radio [type=radio]:checked,
.custom_radio [type=radio]:not(:checked) {
	position: unset !important;
	left: unset !important;
	opacity: 1 !important;
	margin-right: 5px
}
.custom_radio {
	height: 30px
}
div#draftsData {
	position: absolute;
	top: 10%
}
div#draftsData h4#myModalLabel {
	color: #0b468e;
	font-size: 18px;
	margin: 10px auto
}
div#drafts {
	padding: 2px 6px;
	border-radius: 2px;
	background-color: #1f91f3 !important;
	color: #fff;
	display: inline-block;
	margin: 15px auto;
	cursor: pointer;
	overflow: hidden
}
img.minelods.pre_lods.file-load {
	position: absolute;
	top: 0;
	right: 0
}
.check {
	padding: 0 15px
}
button.btn.btn-primary.m-l-5.waves-effect.skill_sere2 {
	position: absolute;
	right: 0;
	padding: 2px 5px;
	z-index: 9;
	bottom: 0;
	top: auto
}
.courseLIST.ad_skl ul {
	top: 50px !important
}
.skiil_ad_ld {
	top: 25px !important
}
.panel-container {
	display: flex;
	flex-direction: row;
	border: 1px solid silver;
	overflow: hidden;
	touch-action: none
}
.splitter {
	flex: 0 0 auto;
	width: 10px;
	background: url(..img/vsizegrip.png) center center no-repeat #dcdcdc;
	min-height: 200px;
	cursor: col-resize
}
.panel-container-vertical {
	display: flex;
	flex-direction: column;
	overflow: hidden
}
.panel-top {
	flex: 0 0 auto;
	height: 150px;
	width: 100%;
	white-space: nowrap;
	overflow-y: auto;
	overflow-x: hidden
}
input.salary_calc {
	width: 70px;
	border: 1px solid #ddd
}
strong#NET_SALARY {
	font-size: 12px;
	font-weight: 900
}
.splitter-horizontal {
	flex: 0 0 auto;
	height: 10px;
	background: url(../img/hsizegrip.png) center center no-repeat #dcdcdc;
	cursor: row-resize
}
.panel-bottom {
	flex: 1 1 auto;
	border: 1px solid #ddd;
	position: relative;
	overflow: auto
}
.salary_cal label {
	display: block
}
a#draftss {
	background: 0 0 !important;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	margin-left: 0
}
a#draftss:hover {
	background: 0 0 !important;
	color: #ff9800;
	margin-left: 0
}
button.btn.btn-primary.waves-effect.save_as_draft {
	background: green !important
}
a.btn.bg-orange:hover {
	color: #fff
}
.leavestoo {
	display: inline-block;
	cursor: pointer
}
.guidelines {
	float: right;
	padding: 5px;
	color: #1f91f3;
	text-align: right;
	display: inline-block;
	cursor: pointer;
	top: -10px;
	position: absolute;
	right: -5px;
	text-decoration: underline;
	font-weight: 700
}
.leavestoo {
	display: inline-block
}
.left_side_addlog span {
	font-size: 14px
}
.left_side_addlog span.col-blue {
	font-size: 14px;
	font-weight: 700
}
.demo_singl {
	float: left;
	margin-right: 20px
}
.tab-pane .row.clearfix {
	margin-right: 0;
	margin-left: 0
}
.tab-pane .row.clearfix [class*=col-] {
	padding-right: 0;
	padding-left: 0
}
div#process_type,
div#userBPTYPE {
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	overflow: hidden
}
span.default_radiossss.add_log {
	line-height: 32px;
	font-size: 18px;
	text-transform: capitalize
}
span.tempBp strong {
	color: #f71010
}
.tabs {
	position: relative
}
/*.tabs:not(.--jsfied){overflow-x:auto;-webkit-overflow-scrolling:touch}*/
.tabs .--hidden {
	display: none !important
}
.tabs a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1em;
	line-height: 1.2;
	text-align: center;
	color: #000;
	background-color: transparent;
	text-decoration: none
}
.tabs .-primary {
	display: -webkit-box;
	display: flex
}
.tabs .-primary>li {
	-webkit-box-flex: 1;
	flex-grow: inherit;
	background-color: #fff;
	border: 1px solid #ddd
}
.tabs .-primary>li>a,
.tabs .-primary>li>button {
	white-space: nowrap;
	padding: 8px 5px
}
.tabs .-primary>li>a:hover,
.tabs .-primary>li>button:hover {
	background-color: #0075a8;
	color: #fff;
	text-decoration: none
}
.tabs .-primary>li>a:active,
.tabs .-primary>li>button:active {
	background-color: #6943CC
}
.tabs .-primary .-more {
	background-color: #6943CC;
	border-radius: 4px
}
.tabs .-primary .-more>button span {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: -webkit-transform;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}
.tabs.--show-secondary .-primary .-more>button span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff
}
.tabs .-secondary {
	max-width: 100%;
	min-width: 10em;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	-webkit-animation: nav-secondary .2s;
	animation: nav-secondary .2s
}
.tabs .-secondary li {
	border: 1px solid #ddd;
	background-color: #fff;
	display: block;
	margin-top: 4px
}
.tabs .-secondary a,
.tabs .-secondary button {
	padding: .6em
}
.tabs .-secondary a:hover,
.tabs .-secondary button:hover {
	background-color: #0075a8;
	color: #fff
}
.tabs .-secondary a:active,
.tabs .-secondary button:active {
	background-color: #0075a8;
	color: #fff
}
.tabs.--show-secondary .-secondary {
	display: block;
	z-index: 9999999;
	margin-top: 2px
}
li.-more button span i {
	font-size: 20px !important;
	user-select: none
}
li.-more button {
	background: #6943CC !important;
	border: 1px solid #674ec4 !important;
	color: #fff !important;
	padding: 0 3px 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px
}
@-webkit-keyframes nav-secondary {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes nav-secondary {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
nav.tabs.--jsfied ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}
span.adminvendors_on.bg-red {
	position: absolute;
	right: 0
}
a#networking {
	position: relative
}
p.text-danger.tag_line_error {
	font-size: 14px
}
.vndrlog_tab,
.vndrlog_tab2,
.vndrlog_tab3 {
	position: relative
}
.scen_ario tr th {
	background: #3476ca;
	border: 1px solid #052248 !important;
	color: #fff;
	text-align: center
}
.scen_ario tr:nth-child(2) td {
	font-weight: 600 !important
}
label.pdf_text {
	color: #082548;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: block
}
aside#leftsidebar {
	height: 100% !important
}
legend.direct1 {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 10px
}
fieldset.direct {
	border: 1px solid #ddd;
	height: 50px;
	margin-bottom: 5px
}
fieldset.directfrom {
	border: 1px solid #ddd;
	height: auto;
	margin-bottom: 5px;
	padding: 5px
}
legend.directfrom1 {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #320fa3;
	padding: 3px 10px
}
fieldset.directemployee {
	border: 1px solid #ddd;
	height: auto;
	margin-bottom: 5px;
	padding: 5px
}
legend.directemployee1 {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #7f2424;
	padding: 3px 10px;
	margin-bottom: 10px
}
fieldset.expe_field {
	border: 1px solid #ddd;
	height: auto;
	margin: 10px 0;
	padding: 10px
}
legend.expe_field_text {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #59595a;
	padding: 3px 20px
}
.edit_revenue_details select.form-control {
	height: 28px !important
}
fieldset.direct .form-group {
	margin: 0 10px
}
.cale_table td {
	border: 1px solid #ddd;
	height: 70px;
	background: #fff
}
table.cale_table tr:first-child td {
	padding: 15px
}
.cale_table th {
	padding: 15px 5px
}
.lveCls span {
	background-color: #ebbbb9 !important;
	color: #d9716f;
	position: relative;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600
}
.wfhCls span {
	background-color: #e1e2ff !important;
	color: #5a5ed5;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600
}
div#events table tr th {
	background: #ddd
}
div#events table,
div#events table tr td {
	border: 1px solid #ddd
}
div#events table tr:first-child th {
	padding: 5px !important;
	border: 1px solid #ddd;
	background: 0 0
}
div#events table tr td:first-child {
	text-align: center !important
}
div#events table tr td,
div#events table tr th {
	text-align: left;
	padding: 15px
}
select.slct_month {
	display: inline-block;
	background: 0 0;
	border: #ffdead;
	text-align: center;
	font-size: 16px;
	font-weight: 700
}
select.slct_year {
	display: inline-block;
	background: 0 0;
	border: #ffdead;
	text-align: center;
	font-size: 16px;
	font-weight: 700
}
.rdyState {
	background-color: tan;
	padding: 5px 10px;
	border-radius: 20px;
	color: #000;
	background: 0 0;
	border: 1px solid #ddd !important
}
span#nxtt,
span#prevv {
	cursor: pointer;
	margin: 0 10px;
	background: 0 0;
	border: #ffdead;
	text-align: center;
	font-size: 16px;
	font-weight: 700
}
strong.year_cal {
	font-size: 16px
}
span#prevv {
	float: left
}
span#nxtt {
	float: right
}
.butt_lea {
	margin: 30px auto 18px;
	display: inline-block;
	width: 100%
}
button.btn.branch_holidays {
	padding: 6px 20px;
	border-radius: 20px;
	color: #000;
	background: 0 0;
	border: 1px solid #ddd !important;
	font-weight: 500
}
button.btn.branch_holidays.selState {
	background: #ccf0f7 !important;
	color: #0b7489;
	border: 1px solid #0b7489 !important
}
button.btn.branch_holidays1 {
	background: #03a9f4 !important;
	color: #fff;
	border: 1px solid #03a9f4 !important;
	padding: 6px 20px;
	border-radius: 20px;
	font-weight: 500
}
button.btn.emp_leaves {
	padding: 6px 20px;
	border-radius: 20px;
	color: #000;
	background: 0 0;
	border: 1px solid #ddd !important;
	font-weight: 500
}
button.btn.emp_leaves.selState {
	background: #ebbbb9 !important;
	color: #d9716f;
	border: 1px solid #d9716f !important
}
#evet_data {
	padding: 0 0 0 15px;
	float: left;
	display: inline-block;
	width: 35%;
	overflow-y: auto;
	height: 90%
}
section.content.calendar {
	margin: 40px 0 0 0
}
table.cale_table tr:last-child td:last-child {
	border-right: 1px solid #ddd
}
table.cale_table tr:first-child td {
	border: 0 !important
}
div#calendarr {
	width: 65%;
	float: left
}
p.date_ty {
	font-size: 18px;
	text-align: left;
	margin-top: 20px
}
p.event {
	text-align: left;
	font-size: 14px;
	color: #858585;
	margin: 0
}
.callendar_center {
	float: left
}
.row.clearfix.main_calc {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fafafa;
	background: #f1f1f1;
	padding: 20px;
	height: 80vh
}
.minelods {
	display: none
}
.pdf_upload {
	display: none
}
div#Status_count_no_space P {
	BACKGROUND: #fb483a;
	COLOR: #fff !important;
	DISPLAY: INLINE-BLOCK;
	PADDING: 5PX 10PX;
	MARGIN: 10PX 0PX
}
.ErrorMsg1 {
	text-align: left !important;
	font-weight: 700;
	color: #59aafb !important;
	font-size: 14px;
	margin-bottom: 10px !important
}
.other_inv_err_msg {
	text-align: left !important;
	font-weight: 700;
	color: #fb483a;
	font-size: 12px;
	margin-bottom: 0 !important
}
.ajaxerror p.success_msg,
.category_success,
.edit_order_sucess,
.leavesuccess,
.msgSc,
.order_sucess,
.sala_suc,
.success_msg,
.success_nftype,
.team_success,
p.mesgg1 {
	text-align: left;
	font-weight: 700;
	color: green !important;
	font-size: 12px;
	margin-bottom: 0 !important
}
.msg_success {
	font-size: 14px;
	color: green !important
}
.suce_msg {
	text-align: left;
	font-weight: 700;
	color: green;
	font-size: 16px;
	margin-bottom: 10px !important
}
.attacherrormess,
.eror1,
.eror1 p.text-danger {
	margin-bottom: 0 !important;
	text-align: left !important;
	font-weight: 700;
	color: #fb483a;
	font-size: 12px
}
p.col-green.font-14.margin_00.suc_msg1 {
	font-size: 12px;
	display: inline-block;
	width: 50%;
	background: #4caf50 !important;
	color: #fff !important;
	padding: 5px 10px
}
span.select2.select2-container.select2-container--default {
	width: 100% !important
}
.finea_div .form-control {
	height: 30px !important
}
.select2-container .select2-selection--single .select2-selection__rendered {
	overflow: inherit !important
}
.select2-container .select2-selection--single {
	height: 28px !important
}
.finea_div .select2-container {
	overflow: hidden
}
.finea_div .col-md-3.col-sm-3 {
	height: 50px
}
a.addvendorskill {
	background-color: #1f91f3 !important;
	padding: 5px 7px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer
}
.deal_log_page {
	padding: 0 20px !important
}
p.skillSuccessMsg.m-b-0 {
	color: green
}
span.first_loader {
	display: inline-block
}
.questionsss_mainn {
	margin-left: -5px
}
.min_max {
	display: inline-block;
	float: right;
	display: none
}
.min_max a {
	background: #2196f3;
	padding: 3px 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block
}
.dummy_d_eal {
	display: inline-block;
	position: absolute;
	right: -2px
}
.dummy_d_eal a {
	margin-top: 2px
}
#testadmin_wrapper .row:first-child {
	display: none
}
.panel-top {
	height: 100%
}
h6.working_hours {
	display: inline-block;
	background: #9395b1;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	text-align: center
}
h6.empl_wh {
	display: inline-block;
	margin: 0 5px;
	background: #610606;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	text-align: center
}
li.wor_hours_status {
	padding: 5px;
	float: right
}
input.actual_units {
	display: inline-block;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #ddd;
	padding: 2px
}
table#tbl_working_hours tr td {
	padding: 10px 2px
}
table#tbl_working_hours {
	border: 1px solid #ddd
}
.detai_working .row {
	width: 50% !important;
	float: left
}
.detai_working {
	padding: 0 15px;
	width: 100%;
	display: inline-block
}
table.table.table-bordered.get_salary tr td {
	border: 0
}
table#tbl_working_hours tr td {
	border: 1px solid #b4b4b4 !important;
	position: relative
}
table.table.ear_ded {
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #ddd !important
}
tr.ear_deduc td,
tr.net_saly table tr td {
	padding: 0 !important
}
.admin_tab_salary li:first-child>a {
	padding: 5px 8px;
	border: 0 solid #ddd;
	color: #0075a8 !important;
	font-weight: 700
}
.admin_tab_salary li>a .material-icons {
	position: static;
	padding-right: 5px
}
.admin_tab_salary li>a {
	padding: 6px 7px
}
td.not-yet::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #be1f1f;
	position: absolute;
	right: 3px;
	top: 2px
}
td.not-yet {
	position: relative
}
#tbl_working_hours.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #ebebeb
}
.admin_tab_salary li>a:before {
	border-bottom: 0 solid #2196f3
}
th.ear_nin {
	color: green;
	text-align: center !important
}
th.dudc_ion {
	color: red;
	text-align: center !important
}
#admin_name {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	padding-top: 5px;
	overflow: hidden;
	position: absolute
}
td.ad_name {
	text-transform: capitalize !important
}
.data_eve p:first-child {
	font-weight: 600;
	font-size: 16px
}
.data_eve {
	box-shadow: 3px 3px 6px #fcfcfc;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 10px 10px 20px;
	background: #fffeff;
	position: relative;
	box-shadow: 0 1px 4px 0 #ddd;
	border-radius: 8px
}
.data_eve.emplecls:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #d9716f;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.ohcls:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #0b7489;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.rhcls.fhtaken {
	position: relative
}
.data_eve.rhcls.fhtaken:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #0b7489;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.wfhclass:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #5a5ed5;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.ohcls.fhtaken:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #0b7489;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.ohcls.fhtaken {
	position: relative
}
.data_eve.ohcls.fhnottaken:before {
	content: '';
	width: 8px;
	height: 100%;
	background: #565656;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0;
	top: 0
}
.data_eve.ohcls.fhnottaken {
	position: relative
}
.data_eve p {
	margin-bottom: 5px
}
span.type_hol {
	float: right;
	font-size: 14px;
	color: #adadad;
	text-transform: uppercase
}
p.no_hol {
	text-align: center;
	font-size: 18px;
	font-weight: 700
}
.checkday.hldCls span {
	background-color: #cdcdcd !important;
	color: #000;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.checkday.rhcls span {
	background: #d5716d7a;
	color: #d9716d;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.email_user_company {
	position: absolute;
	top: 5px;
	right: 0
}
span.email_user_company1 {
	position: absolute;
	top: 5px;
	right: 25px
}
p.benc_sales {
	font-weight: 600;
	color: #1f91f3;
	font-size: 13px;
	margin-bottom: 10px
}
p.totl_ven1 {
	font-size: 15px;
	font-weight: 500;
	margin-right: 15px;
	color: #000
}
span.totl_ven {
	font-size: 15px;
	font-weight: 700;
	margin-left: 15px;
	color: #0075a8
}
.pay_heads {
	display: inline-block;
	padding: 5px 15px 5px 8px;
	border: 1px solid #ddd;
	margin: 2px 4px;
	border-radius: 5px;
	position: relative
}
.pay_heads a.bg-deep-orange.waves-effect.delete_payhead {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	right: 0;
	justify-content: center;
	align-items: center
}
.main_pay {
	margin-bottom: 10px;
	margin-top: 10px
}
fieldset.direct2 {
	border: 1px solid #ddd;
	height: auto;
	margin-bottom: 5px;
	padding: 5px
}
div#msg {
	font-size: 20px;
	color: red;
	font-weight: 600
}
legend.direct2 {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #320fa3;
	padding: 3px 10px
}
td#salary_slip_url a {
	float: right
}
.data_blck {
	display: inline-block;
	margin-left: 5px
}
.mail_preview_lbl {
	font-size: 14px !important
}
img.prloader.order_load.add_loader {
	margin-right: 0 !important;
	top: 0
}
.ccmail_ll {
	color: #fff;
	background: #000;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 50%;
	font-size: 10px
}
.bg-light-green:hover {
	color: #fff
}
.form_bgg .pagination li a,
.form_bgg .pagination li a:active,
.form_bgg .pagination li a:focus {
	background-color: transparent;
	color: #555
}
td.class_rh {
	color: red;
	font-weight: 800
}
td.asset_imgs img {
	border-radius: 15px
}
td.class_rh span.badge {
	background: #3db3b9
}
td.class_oh span.badge {
	background: #ffbc42
}
.weekly .tab {
	float: left;
	width: 30%;
	height: 600px;
	padding: 0 10px 10px 10px
}
.weekly .tab button {
	display: block;
	background-color: inherit;
	color: #000;
	width: 100%;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 5px 0 #ddd;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	cursor: pointer;
	transition: .3s;
	font-size: 17px
}
.weekly .tabcontent {
	float: left;
	width: 65%;
	border-left: none;
	border: 1px solid #e9e9e9;
	box-shadow: 0 4px 12px 0 #e1e1e1;
	margin: 0 20px 0 0;
	border-radius: 20px !important;
	overflow: hidden;
	flex: 1
}
.weekly {
	margin: 0 auto;
	display: flex;
	height: 612px
}
p.week {
	display: inline-flex;
	background: #ddd;
	padding: 5px 10px !important;
	border-radius: 30px;
	font-size: 9px;
	justify-content: center;
	align-items: center
}
p.week i.material-icons {
	font-size: 12px;
	margin-right: 5px
}
.weekly .tab .media {
	margin-bottom: 0
}
button.tablinks.active {
	background: #f6f6f6
}
.weekly .tab .progress .progress-bar {
	background: #51b45f;
	border-radius: 20px
}
.weekly .tab .progress {
	background-color: #eaebec;
	border-radius: 20px
}
.weekly .tab .media-body {
	padding: 5px 10px 10px !important
}
.weekly .tab .media-heading {
	margin: 8px auto
}
.tabcontent img {
	width: 100%
}
.con_tab {
	padding: 30px 30px 20px;
	overflow-y: auto;
	max-height: 505px;
	margin: 0 0 10px 0
}
.img_resp {
	position: relative
}
img.img_icon {
	position: absolute;
	bottom: -28%;
	left: 2%;
	transform: translate(-5%, -20%);
	max-width: 50px
}
.weekly ::-webkit-scrollbar-thumb {
	background-color: #cacaca;
	border-radius: 10px
}
.weekly button p {
	margin-top: 10px
}
.weekly .tabcontent li,
.weekly .tabcontent p {
	font-size: 15px
}
.dashboard_design {
	padding: 0 10px 10px 10px;
	height: 650px
}
.refer_img_page {
	max-width: 150px;
	background: #8ecffc;
	border-radius: 50%
}
.con_tab h3 {
	text-transform: uppercase
}
.help p {
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
	color: #303030
}
.help_but button.btn.btn-light {
	font-size: 14px !important;
	padding: 5px 30px;
	margin: 0 10px;
	border-radius: 40px;
	font-weight: 700;
	color: #373737;
	background: #dde0e1
}
span.help_but {
	margin: 0 10px
}
.policy {
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 10px 0 #e8e8e8;
	margin: 15px 5px
}
.policy img {
	max-width: 100px;
	margin: 0 auto;
	display: block
}
.policy h3 {
	color: #1d509f;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center
}
.policy p {
	color: #404040;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center
}
.policy a {
	background: #163c79;
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	margin: 5px auto;
	display: inline-block
}
.exit-policy ul {
	font-size: 15px
}
.exit-policy .material-icons {
	width: 22px;
	font-size: 18px
}
.exit-policy .gold .material-icons {
	color: gold
}
.exit-policy .silver .material-icons {
	color: silver
}
.exit-policy .bronze .material-icons {
	color: #8a4205
}
.thanks p {
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
	color: #303030
}
img.feedback_loader {
	margin: 10px auto;
	display: block
}
.con_tab hr {
	margin: 20px auto
}
ol.poly_dyna {
	font-size: 14px;
	width: 100%
}
.poly_dyna span.number {
	float: right
}
.bullet {
	counter-reset: bullet;
	padding-left: 12px
}
.bullet>li {
	list-style-type: none
}
.bullet>li:before {
	counter-increment: bullet;
	content: counter(bullet) "." counter(ordem) " "
}
ol.none {
	list-style: none !important
}
ol.headings.bullet>li {
	font-weight: 700;
	margin: 10px auto 20px;
	line-height: 20px;
	font-size: 20px;
	color: #4483d0;
	padding-left: 0
}
ol.headings.bullet td,
ol.headings.bullet th {
	padding: 10px !important
}
ol.headings.bullet td,
ol.headings.bullet th {
	padding: 10px !important;
	font-size: 14px
}
ol.poly_dyna {
	list-style-type: decimal-leading-zero
}
.Docchek {
	margin: 0 5px
}
ul.poly_dyna {
	list-style-type: disc
}
section.exit-policy ol,
section.exit-policy ul {
	font-size: 16px;
	margin-bottom: 10px
}
ol.relocation>li {
	margin: 10px auto;
	line-height: 20px;
	font-size: 20px;
	color: #4483d0;
	font-weight: 700
}
OL.reloc {
	counter-reset: item
}
.reloc>LI {
	display: block
}
.reloc>LI:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: 700;
	color: #4483d0;
	font-size: 20px
}
OL.reloc1 {
	counter-reset: item
}
.reloc1>LI {
	display: block
}
.reloc1>LI:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: 700
}
li.rel_head span {
	font-weight: 700;
	font-size: 20px;
	color: #4483d0;
	margin-bottom: 10px;
	display: inline-block
}
ol.reloc1 {
	padding-left: 0
}
ol.reloc1 li b {
	margin: 10px auto;
	display: inline-block
}
OL.reloc2 {
	counter-reset: item
}
.reloc2>LI {
	display: block;
	cursor: pointer;
	color: #000
}
.reloc2 li a {
	color: #000 !important
}
.reloc2 li a:hover {
	text-decoration: none
}
.reloc2>LI:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: 700
}
ol.reloc td,
ol.reloc th {
	padding: 10px !important;
	font-size: 14px
}
.Travel {
	border: 1px solid #000;
	padding: 15px
}
.Travel p b {
	font-size: 16px;
	text-decoration: underline;
	margin: 0 auto !important
}
.return-to-top i {
	color: #fff;
	font-size: 24px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 80px;
	z-index: 99;
	line-height: 20px;
	border: none;
	outline: 0;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	background: #3174c9;
	width: 40px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px
}
.return-to-top i.fa-angle-up:before {
	content: "Ã¯â€žâ€ ";
	line-height: 20px;
	width: 40px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0
}
.return-to-top i:hover {
	background-color: #555
}
.dashboard_view .row .what {
	margin: 0 !important
}
.profile_view .new_side1 {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 0 !important;
	box-shadow: 0 10px 6px -6px #cdcbcb
}
.profile_view .new_cmra {
	background-color: #fff5f5;
	height: 33px;
	width: 33px;
	color: #1f91f3;
	padding: 7px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 27%;
	left: 65%;
	font-size: 13px
}
.profile_view .new_brdr_top {
	border-top: 1px solid #e1e1e1;
	padding: 15px 0
}
.profile_view .new_text {
	font-weight: 700;
	color: #082548;
	font-family: Myriad Pro
}
.profile_view .new_text_p {
	font-size: 15px;
	padding: 0 15px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0 15px 15px 15px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.profile_view .new_tab-content {
	padding: 0 !important;
	background: 0 0;
	border: 0 solid #eee;
	float: left;
	width: 100%
}
.profile_view .new_edit {
	background-color: #fff5f5;
	height: 30px;
	width: 30px !important;
	color: #1f91f3;
	padding: 7px;
	float: right;
	font-size: 17px;
	margin: 0 15px
}
.profile_view .new_lbl {
	color: #8e919e;
	font-size: 14px;
	font-weight: 400;
	font-family: Myriad Pro;
	display: block
}
.profile_view .new_data_show.BASIC_PAY_BANK.status {
	color: #008258;
	font-weight: 700;
	background: #c4efda;
	width: auto;
	display: block
}
.profile_view .new_inpt {
	height: 50px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	border: 1px solid #e1e1e1;
	border-radius: 0 !important;
	display: none
}
.profile_view .pass_new_inpt {
	height: 50px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	border: 1px solid #e1e1e1 !important;
	border-radius: 0 !important;
	display: none
}
.profile_view ::placeholder {
	color: #cbccd2 !important;
	opacity: 1
}
.profile_view .row .withouedit .new_class {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%
}
.new_class.edit {
	border-bottom: 0 solid #ffd !important
}
.profile_view .new_upload {
	background-color: #1f91f3;
	height: 35px;
	width: 90px;
	color: #fff;
	padding: 9px 0;
	float: right;
	margin: 0 0 20px 15px;
	text-align: center;
	font-size: 14px
}
.profile_view .pass_update {
	margin: 0 15px 20px 15px
}
.profile_view .new_upload:hover {
	color: #fff;
	text-decoration: none
}
.profile_view .new_cncl {
	background-color: #fb483b;
	height: 35px;
	width: 90px;
	color: #fff !important;
	padding: 9px 0;
	float: right;
	margin: 0 0 20px;
	text-align: center;
	font-size: 14px
}
.profile_view .new_cncl:hover {
	color: #fff;
	text-decoration: none
}
.profile_view .btn:focus .btn:hover {
	color: #fff !important;
	text-decoration: none
}
.profile_view .new_edit-atch {
	background-color: #f9554d;
	height: 28px;
	width: 28px !important;
	color: #fff;
	padding: 5px;
	float: right;
	font-size: 17px;
	border-radius: 8px;
	cursor: pointer
}
.profile_view .new_upload-atch {
	background-color: #f8bb5e;
	height: 28px;
	width: 28px;
	color: #fff;
	padding: 8px;
	float: right;
	margin-left: 10px;
	font-size: 13px;
	border-radius: 8px;
	cursor: pointer
}
.profile_view .new_dwnlod-atch {
	background-color: #5daf62;
	height: 30px;
	color: #fff;
	padding: 9px;
	float: right;
	margin-left: 5px;
	border-radius: 8px;
	cursor: pointer
}
.profile_view .new_atch {
	color: #8e919e;
	font-size: 14px;
	font-weight: 400
}
.profile_view .nav-tabs.new_nav>li>a {
	margin: 0;
	padding: 10px 12px !important;
	font-weight: 700;
	color: #8e919e !important;
	font-size: 16px
}
.profile_view .nav-tabs>li>a {
	padding: 15px 12px !important;
	border: none;
	margin: 4px 6px !important;
	border-radius: 10px
}
.profile_view .nav-tabs.new_nav>li.active>a,
.profile_view.nav-tabs>li.active>a:focus,
.profile_view.nav-tabs>li.active>a:hover {
	background-color: #154f96ee !important;
	color: #fdfdfd !important
}
.profile_view .nav-tabs.new_nav>li>a:before {
	border-bottom: 1px solid transparent
}
.profile_view .new_cntct-p {
	color: #082548;
	font-weight: 700 !important;
	font-size: 15px !important;
	padding: 15px 0 15px 15px
}
.profile_view .new_set-mrgn {
	margin-bottom: 0 !important
}
.profile_view .profile_img {
	margin: 40px 15px 0 0 !important
}
section.content.profile_img.contact-active {
	margin: 40px 15px 0 245px !important
}
.profile_view .fade {
	display: none
}
.profile_view .fade.in {
	display: block
}
.profile_view .new_check label {
	font-size: 15px;
	font-weight: 700;
	color: #082548;
	margin: 0 0 0 15px
}
.new_main {
	margin-top: 25px
}
span.new_atch label {
	font-size: 14px;
	margin: 6px 0 0 0
}
.profile_view .new_onedit span.new_brdr-data-show {
	border-bottom: 1px solid #e1e1e1 !important;
	display: block
}
.profile_view .new_data_show {
	color: #8e919e;
	display: block;
	float: left;
	width: 100%;
	font-size: 14px !important;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.holiday_list {
	margin: 15px 0 0 0
}
.list_hol .foot_btn {
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 12px
}
.holiday_list div.dataTables_wrapper div.dataTables_filter input {
	border-radius: 12px;
	padding: 3px 10px
}
.dataTables_wrapper input[type=search]:focus,
.holiday_list .dataTables_wrapper input[type=search]:active {
	border-bottom: 1px solid #ccc
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.list_hol .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
	border: 1px solid #0075a8 !important;
	background: #0075a8 !important
}
.list_hol .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #757575 !important;
	border: 1px solid #eee !important;
	background-color: #eee !important;
	background: #eee !important
}
.list_hol .dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 0
}
.holiday_list {
	margin: 15px !important
}
.holiday_list table#datatable tr td {
	border: 1px solid #ccc
}
.foot_btn {
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 12px
}
.holiday_list label {
	font-size: 12px;
	color: #797575;
	font-weight: 700
}
.holiday_list .table-responsive {
	min-height: .01%;
	overflow-x: auto
}
.holiday_list ::placeholder {
	color: #9a9a9a;
	font-weight: 400
}
table.holiday_list thead tr th {
	padding: 10px !important;
	border: 1px solid #5ac1ed
}
.new_row {
	margin: 18px 0 0
}
.refresh {
	text-align: right;
	float: right;
	margin-top: -3px;
	background: #6943cc;
	padding: 5px 4px 0;
	color: #fff !important;
	cursor: pointer;
	margin-left: 5px
}
.holiday_list table.dataTable tfoot th,
table.dataTable tfoot td {
	border: 1px solid #ccc;
	padding: 7px 10px !important;
	border-top: 1px solid transparent !important
}
.holiday_list #datatable_length {
	display: none !important
}
.holiday_list #datatable_filter {
	display: none !important
}
.holiday_list table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid transparent !important
}
.holiday_list #datatable a.dlete {
	float: left;
	margin-right: 10px
}
.holiday_list input.foot_btn {
	border: 1px solid #ccc;
	border-radius: 11px;
	padding: 3px 10px
}
.holiday_list table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #fff !important
}
.holiday_list table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #fff !important
}
.holiday_list table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fff !important
}
.dataTables_wrapper input[type=search]:focus,
.holiday_list .dataTables_wrapper input[type=search]:active {
	border-bottom: 1px solid #ccc
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.holiday_list .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
	border: 1px solid #0075a8 !important;
	background: #0075a8 !important
}
.holiday_list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #757575 !important;
	border: 1px solid #eee !important;
	background: #eee !important
}
.holiday_list .dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 0
}
.holiday_list .dataTables_wrapper .dataTables_paginate .paginate_button:active {
	box-shadow: inset 0 0 0 transparent
}
.holiday_list table.dataTable thead .sorting img {
	display: none
}
.holiday_list .dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 15px
}
.refresh i.material-icons {
	color: #fff;
	font-size: 13px
}
.table tbody tr td.docs_icons a i {
	font-size: 12px !important;
	padding: 3px
}
.modal-body.preview_pdf div#mceu_21 {
	max-height: 300px;
	min-height: 300px
}
.invoice_modal .modal-dialog {
	top: 10%;
	left: 30%;
	position: absolute;
	border-radius: 20px
}
.invoice_modal iframe#edit_ifr {
	height: 100% !important
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 1.25em
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px
}
.pagination>li>a,
.pagination>li>span {
	background-color: transparent
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333;
	border: 1px solid #979797;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-top(100%, #dcdcdc));
	background: -webkit-linear-gradient(top bottom, #c5c3c3 0, #c3bcbc 100%);
	background: -moz-linear-gradient(top bottom, #c5c3c3 0, #c3bcbc 100%);
	background: -ms-linear-gradient(top bottom, #c5c3c3 0, #c3bcbc 100%);
	background: -o-linear-gradient(top bottom, #c5c3c3 0, #c3bcbc 100%);
	background: linear-gradient(top bottom, #c5c3c3 0, #c3bcbc 100%)
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff
}
.dataTables_wrapper .dataTables_length {
	float: left
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	display: none;
}
table.dataTable tbody td,
table.dataTable tbody th {
	padding: 12px 0
}
.first,
.last {
	display: none !important
}
table#datatable tr td {
	border: 1px solid #ccc
}
a.dlete {
	float: left;
	margin-right: 10px
}
#datatable_length {
	display: none !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: 1px solid #0075a8 !important;
	background: #0075a8 !important;
	height: 100% !important
}
a.delmember {
	right: 0
}
a.delteam {
	position: absolute
}
.assignteam,
.memberdata {
	position: relative
}
.add_memberrr,
.add_team {
	position: relative
}
button.tablinks {
	padding: 10px 25px;
	font-size: 14px;
	background-color: #fff;
	border: 0 solid transparent;
	box-shadow: 0 4px 12px #e1e1e1;
	border-radius: 22px;
	margin: 10px 5px;
	color: #333;
	font-weight: 600
}
button.tablinks.active {
	background: #6abad4;
	color: #fff
}
.row.withouedit.new_row.bank_main.bankdetails .col-md-6.col-sm-6.col-lg-3 {
	margin-bottom: 10px
}
.attched_error,
.avtar_error,
.bankvald_error,
.contactvald_error,
.mail_danger,
.personalvald_error,
.valdate_error {
	color: red;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 15px
}
.bankSuccess,
.contactSuccess,
.mail_success,
.passwordSuccess,
.prsnlSuccess,
.success {
	color: green;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 15px 15px
}
span.avtar_error {
	display: block
}
div#email_to img.prloader,
div#email_to_cc img.prloader {
	top: 25px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	overflow: hidden !important;
	height: 28px;
	white-space: normal !important;
	padding-left: 2px !important;
	line-height: 27px !important;
}
button.typeDelete {
	border: 0 solid #000;
	background: 0 0
}
div#asset_modal {
	top: 50%;
	transform: translate(0, -50%)
}
div#asset_modal p {
	font-size: 14px;
	margin-bottom: 0
}
a.linkhref {
	background: #499ec3;
	padding: 7px 10px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none
}
p.week i.material-icons {
	font-size: 12px;
	margin-right: 5px
}
.weekly .tab .media {
	margin-bottom: 0
}
.weekly .tab .progress .progress-bar {
	background: #51b45f;
	border-radius: 20px
}
.weekly .tab .progress {
	background-color: #eaebec;
	border-radius: 20px
}
.weekly .tab .media-body {
	padding: 5px 10px 10px !important
}
.weekly .tab .media-heading {
	margin: 8px auto
}
.tabcontent img {
	width: 100%
}
div.email_to_cc.email_to_c1c {
	display: block !important
}
div.email_to_bcc.email_to_c1c {
	display: block !important
}
div.email_to_c1c {
	display: none !important
}
a.bcc_value.none {
	display: none !important
}
.all-leaves .multiple_skilll.focused.leave_to_bcc,
.all-leaves .multiple_skilll.focused.leave_to_cc {
	border: 0 solid !important;
	background: 0 0 !important
}
.multiple_skilll.focused.leave_to_bcc,
.multiple_skilll.focused.leave_to_cc {
	border: 1px solid #d4d9db;
	padding: 6px 3px
}
.all-leaves input.leave_cc_to {
	display: inline-block;
	width: auto;
	background: 0 0 !important;
	margin-top: 3px;
	height: auto
}
.all-leaves input.leave_cc_email {
	display: inline-block;
	width: auto;
	background: 0 0 !important;
	margin-top: 3px;
	height: auto
}
.all-leaves .keys_tagss.Leave,
.all-leaves .keys_tagss_cc.Leave {
	width: auto;
	float: left
}
.all-leaves .multiple_skilll .keys_tagss_cc .cross_keysss_cc {
	color: #f44336;
	font-size: 9px;
	vertical-align: middle;
	margin-left: 2px
}
.all-leaves .leave_to {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%
}
a.cc_value {
	float: right;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none
}
.all-leaves input#apply_leave_to,
input#apply_leave_email_cc {
	border: none;
	padding: 0
}
.all-leaves .email_leave_to {
	border: 1px solid #d4d9db;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 6px 3px
}
a.cc_value.none {
	display: none !important
}
.profile_view .new_side1 {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 0 !important;
	box-shadow: 0 10px 6px -6px #cdcbcb
}
.profile_view .new_side_img {
	border: 5px solid #fff;
	border-radius: 50%;
	height: 140px;
	width: 140px;
	text-align: center;
	margin: 15px;
	position: relative;
	border: 3px solid #ddd
}
.profile_view .new_cmra {
	background-color: #fff5f5;
	height: 33px;
	width: 33px;
	color: #1f91f3;
	padding: 7px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 25%;
	left: 60%;
	font-size: 13px
}
.profile_view .new_brdr_top {
	border-top: 1px solid #e1e1e1;
	padding: 15px 0
}
.profile_view .new_text {
	font-weight: 700;
	color: #082548;
	font-family: Myriad Pro
}
.profile_view .new_text_p {
	font-size: 15px;
	padding: 0 15px;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0 15px 15px 15px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}
.profile_view .new_tab-content {
	padding: 0 !important;
	background: 0 0;
	border: 0 solid #eee;
	float: left;
	width: 100%
}
.profile_view .new_lbl {
	color: #8e919e;
	font-size: 14px;
	font-weight: 400;
	font-family: Myriad Pro;
	display: block
}
.profile_view .new_data_show.BASIC_PAY_BANK.status {
	color: #008258;
	font-weight: 700;
	background: #c4efda;
	width: auto;
	display: block
}
.nav-txt-right {
	color: #fff;
	font-size: 20px
}
.cntct-p {
	color: #082548;
	font-weight: 700;
	font-family: Myriad Pro;
	font-size: 15px;
	padding: 15px 0 0 0
}
.icn-re {
	margin: 17px 5px 11px 5px
}
.icn-line {
	margin: 10px 8px
}
.nav.new_nav>li>a:focus,
.nav.new_nav>li>a:hover {
	text-decoration: none;
	background-color: transparent !important;
	border: none !important
}
.nav-tabs li.active a {
	color: #fff !important;
	background: #1695cc
}
.nav.new_nav .open>a,
.nav.new_nav .open>a:focus,
.nav.new_nav .open>a:hover {
	background-color: #082548
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0 !important;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 10px 6px -6px #cdcbcb !important
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 5px 15px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: 1px dashed #e1e1e1
}
.dropdown-item:hover {
	color: #082548;
	text-decoration: none
}
.set-ul {
	padding: 0
}
.right_img {
	border: 0 solid transparent;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	margin: -1px 0 0 0
}
.ryt-nav {
	padding: 8px 10px !important
}
.basic_hidden_btn {
	display: none
}
.basic_onedit {
	display: block
}
.address_hidden_btn {
	display: none
}
.address_onedit {
	display: block
}
.contact_hidden_btn {
	display: none
}
.contact_onedit {
	display: block
}
.personal_hidden_btn {
	display: none
}
.personal_onedit {
	display: block
}
.bank_hidden_btn {
	display: none
}
.bank_onedit {
	display: block
}
.new_row {
	margin: 18px 0
}
.image {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50% !important
}
.dr_profile a {
	padding: 5px 10px !important
}
.new_profile {
	display: none
}
.nav-txt-right-re {
	font-size: 16px
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 2px !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
li.icn-re {
	margin: 15px 5px
}
li.icn-line {
	margin: 8px 5px
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #15222f;
	border-left: 1px solid #15222f
}
.set-ul li:hover {
	background-color: #f2f2f2
}
.new_tab_sec {
	max-width: 85%;
	margin: 0 auto
}
.profile_view ul.nav.nav-tabs.new_nav {
	display: inline-grid;
	width: 100%
}
.profile_view .nav-tabs li a:hover {
	background-color: #154f96ee !important;
	color: #fdfdfd !important
}
.col-md-3.col-sm-6.new_atch-set-fst.bank {
	margin: 5px 0
}
.profile_view .add {
	font-weight: 900
}
.profile_view h3 {
	margin: 0 15px
}
.bank_main table {
	border: 0 solid #000 !important
}
.bank_main .table td {
	color: #8e919e;
	font-size: 14px;
	font-weight: 400;
	font-family: Myriad Pro
}
.onedit.bank {
	display: block
}
.bank_atch {
	margin-top: 15px
}
.profile_view button.btn.btn-success {
	float: right;
	color: #fff !important;
	border-radius: 6px;
	margin-left: 5px
}
.profile_view button.btn.btn-success i {
	padding: 0 2px 6px 2px;
	color: #fff
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.profile_view .btn-success {
	background-color: #3daf56 !important
}
.profile_view button.btn.btn-danger {
	float: right;
	color: #fff !important;
	border-radius: 6px;
	margin-left: 5px
}
.profile_view button.btn.btn-danger i {
	padding: 0 3px 6px 3px;
	color: #fff
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.profile_view .btn-danger {
	background-color: #f44336 !important
}
.profile_view button.btn.btn-warning {
	float: right;
	color: #fff !important;
	border-radius: 6px;
	margin-left: 5px
}
.profile_view button.btn.btn-warning i {
	padding: 0 3px 6px 3px;
	color: #fff
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.profile_view .btn-warning {
	background-color: #ff9600 !important
}
.profile_view .bank_file {
	float: right;
	font-size: 20px
}
.profile_view .bank_border {
	border: 1px solid #eee;
	padding: 20px
}
.bank_details span.new_data_show {
	display: inline-block !important;
	width: auto;
	float: left;
	padding-left: 10px
}
.bank_details label.new_lbl {
	display: inline-block !important;
	margin: 0 0 0 10px;
	font-weight: 700;
	float: left
}
.row.bankdetails {
	border: 1px solid #dddddd38;
	box-shadow: 1px 1px 5px 5px #dddddd26;
	margin: 40px 0 0 0;
	border-radius: 5px;
	padding: 15px 0
}
.row.withouedit.new_row.bank_main {
	display: none
}
.row.bankdetails>.col-md-12.col-sm-12.col-lg-12 {
	margin-bottom: 5px !important
}
.row.withouedit.new_row.bank_main.bankdetails .col-md-6.col-sm-6.col-lg-3 {
	margin-bottom: 10px
}
img.loaderDummy {
	width: 20px
}
.status_width {
	word-break: break-word
}
.new_class .sds.row {
	display: inline-block !important
}
.edit .sds.row {
	display: block !important
}
.attachment_file {
	max-width: 22px;
	float: right;
	margin-left: 10px
}
a.toggled.active i.material-icons {
	border-bottom: 0 solid #ddd !important;
	color: #fff !important
}
a.toggled.active {
	font-weight: 400 !important;
	color: #fff !important
}
.asse_btn {
	width: 80px
}
.asse_btn i {
	margin-right: 5px
}
.medal_table tr th,
.medal_table>tr {
	border: 0 solid #eee !important;
	color: #484848;
	padding-left: 10px !important;
	background: 0 0;
	font-size: 16px
}
.medal_table tr td input,
.medal_table tr td select,
.medal_table tr td select textarea {
	width: 100%;
	border: 0 solid #ddd;
	padding: 15px;
	font-size: 14px;
	line-height: 19px
}
.medal_table tr.filled_data input,
.medal_table tr.filled_data select,
.medal_table tr.filled_data textarea,
tr.filled_data {
	background: #edf4f7
}
.serial_num {
	padding: 0 5px !important
}
.medal_table tbody tr th {
	padding: 10px 0;
	font-size: 14px
}
table.table.table-bordered.medal_table {
	border: 1px solid #ddd0;
	margin-top: 30px
}
.list_alphabet {
	position: absolute;
	right: 0;
	top: 0
}
img.image_medal {
	width: 30px;
	border-radius: 50%;
	margin: 0 10px;
	display: inline-block
}
.medal_table tr td:active,
.medal_table tr td:focus,
.medal_table tr td:hover {
	border: 1px solid #30b0ec !important;
	cursor: pointer;
	height: 100%
}
button.btn.btn-info.medal_save {
	margin: 10px auto;
	display: block;
	border-radius: 8px;
	background: #276abd !important;
	padding: 5px 12px
}
.medal_pop .modal-dialog {
	margin: 180px auto
}
.medal_pop .modal-header {
	border: none;
	padding: 4px 6px 5px 6px
}
.medal_pop .modal-header .modal-title {
	font-weight: 700;
	font-size: 16px
}
.medal_pop .medal_text .modal-title {
	color: #364d72;
	text-transform: capitalize
}
.medal_pop .medal_text h1 {
	font-size: 28px
}
.medal_pop .medal_text h3 {
	font-size: 20px
}
.medal_pop .medal_text p {
	font-size: 15px;
	margin: 5px 0 0 0
}
.col-md-5.mdl_img {
	display: flex;
	align-items: center;
	justify-content: center
}
.medal_pop .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .31) !important;
	border: none
}
li.dropdown.signout.dropdown_listt a {
	text-transform: capitalize
}
.nav-txt-right {
	color: #fff;
	font-size: 20px
}
.poli_datatable tfoot th {
	width: auto
}
ul.albhabet {
	padding: 0;
	display: inline-block;
	text-align: right;
	list-style-type: none;
	width: 100%
}
ul.albhabet li {
	float: left
}
ul.albhabet li a {
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	margin-right: -10px;
	background: #fff
}
ul.albhabet li:first-child a {
	background: #6023c7 !important;
	border: 1px solid #6023c7;
	color: #fff
}
ul.albhabet li:nth-child(2) a {
	background: #00bca6 !important;
	border: 1px solid #00bca6;
	color: #fff
}
ul.albhabet li:nth-child(3) a {
	background: #f22837 !important;
	border: 1px solid #f22837;
	color: #fff
}
ul.albhabet li:nth-child(4) a {
	background: #006400 !important;
	border: 1px solid #006400;
	color: #fff
}
ul.albhabet li:nth-child(5) a {
	background: orange !important;
	border: 1px solid orange;
	color: #fff
}
ul.albhabet li:nth-child(6) a {
	background: #6a5acd !important;
	border: 1px solid #6a5acd;
	color: #fff
}
ul.albhabet li:nth-child(7) a {
	background: #20b2aa !important;
	border: 1px solid #20b2aa;
	color: #fff
}
ul.albhabet li:nth-child(8) a {
	background: #556b2f !important;
	border: 1px solid #556b2f;
	color: #fff
}
ul.albhabet li:nth-child(9) a {
	background: #ff1493 !important;
	border: 1px solid #ff1493;
	color: #fff
}
ul.albhabet li:nth-child(10) a {
	background: brown !important;
	border: 1px solid brown;
	color: #fff
}
ul.albhabet li:nth-child(11) a {
	background: #228b22 !important;
	border: 1px solid #228b22;
	color: #fff
}
.activeBranch {
	background: #eff6ff !important;
	color: #228abb;
	border: 1px solid #eff6ff !important
}
ul.albhabet li:nth-child(12) a {
	background: #cd5c5c !important;
	border: 1px solid #cd5c5c;
	color: #fff
}
ul.albhabet li:nth-child(13) a {
	background: #708090 !important;
	border: 1px solid #708090;
	color: #fff
}
ul.albhabet li:nth-child(14) a {
	background: #8b008b !important;
	border: 1px solid #8b008b;
	color: #fff
}
ul.albhabet li:nth-child(15) a {
	background: #949429 !important;
	border: 1px solid #949429;
	color: #fff
}
ul.albhabet li:nth-child(16) a {
	background: #f4a460 !important;
	border: 1px solid #f4a460;
	color: #fff
}
ul.albhabet li:nth-child(17) a {
	background: #191970 !important;
	border: 1px solid #191970;
	color: #fff
}
ul.albhabet li:nth-child(18) a {
	background: teal !important;
	border: 1px solid teal;
	color: #fff
}
ul.albhabet li:nth-child(19) a {
	background: #db7093 !important;
	border: 1px solid #db7093;
	color: #fff
}
ul.albhabet li:nth-child(20) a {
	background: purple !important;
	border: 1px solid purple;
	color: #fff
}
ul.albhabet li:nth-child(21) a {
	background: #00008b !important;
	border: 1px solid #00008b;
	color: #fff
}
ul.albhabet li:nth-child(22) a {
	background: #1c83ad !important;
	border: 1px solid #1c83ad;
	color: #fff
}
ul.albhabet li:nth-child(23) a {
	background: #2aa97e !important;
	border: 1px solid #2aa97e;
	color: #fff
}
ul.albhabet li:nth-child(24) a {
	background: #05a5a5 !important;
	border: 1px solid #05a5a5;
	color: #fff
}
ul.albhabet li:nth-child(25) a {
	background: #b22222 !important;
	border: 1px solid #b22222;
	color: #fff
}
ul.albhabet li:nth-child(26) a {
	background: #5e2a05 !important;
	border: 1px solid #5e2a05;
	color: #fff
}
#myList li {
	display: none
}
#loadMore {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	background: #082548;
	color: #fff;
	margin-left: 15px
}
#loadMore:hover {
	color: #fff
}
#showLess {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	background: #ff9800;
	color: #fff
}
div#hidedata {
	display: none
}
#showLess:hover {
	color: #fff
}
.branch_medal li a {
	padding: 5px 35px;
	font-size: 15px;
	font-family: Cabin;
	background-color: #fff;
	border: 1px solid #228abb;
	border-radius: 13px;
	margin: 10px 5px;
	color: #228abb;
	font-weight: 700;
	text-decoration: none
}
.branch_medal li a:active,
.branch_medal li a:focus {
	background: #eff6ff;
	color: #228abb;
	border: 1px solid #eff6ff;
	text-decoration: none
}
span.showMessge {
	position: absolute;
	top: 100px;
	left: 0
}
span.successMessage {
	font-size: 12px;
	font-weight: 700;
	float: left;
	padding: 10px;
	color: green
}
td.s_n0 {
	text-align: center
}
span.errorMessage {
	font-size: 12px;
	color: red;
	font-weight: 700;
	float: left;
	padding: 10px
}
ul.branch_medal {
	list-style-type: none;
	padding-left: 0
}
ul.branch_medal li {
	display: inline-block
}
.asse_btn {
	width: 80px
}
.asse_btn i {
	margin-right: 5px
}
.forgot_page {
	background-color: #384968;
	padding-left: 0;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px
}
body.frgt_bg {
	background-color: #384968
}
.signin-form .form-group a {
	color: #6943cc;
	font-size: 14px;
	text-decoration: underline;
}
.signin-form .form-group a:hover {
	color: #03253b;
	text-decoration: none
}
section.otp {
	display: block;
	justify-content: space-between;
	align-items: center;
	text-align: center
}
section.otp form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	margin: 0 auto
}
section.otp input {
	width: 50px;
	height: 50px;
	padding: 0;
	margin-right: 25px;
	text-align: center;
	border: 1px solid gray;
	border-radius: 5px !important
}
section.otp input &:last-child {
	margin-right: 0
}
.emai_verify,
.otp_verify,
.password_change {
	margin: 30px auto
}
.forgot_password_email a {
	font-size: 14px;
	margin: 0 auto !important;
	background: #3174cc;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	text-decoration: none
}
.forgot_password_email {
	margin: 0 auto;
	display: flex
}
.forgot_form .signin-form {
	padding: 35px !important;
	min-height: 365px
}
.forgot_page h4 {
	margin: 20px 0 !important;
	color: #fff;
	margin-right: 5px
}
.medal_table tr th,
.medal_table>tr {
	border: 0 solid #eee !important;
	color: #484848;
	padding-left: 10px !important
}
.medal_table tbody tr td {
	padding: 0 0;
	font-size: 14px;
	border: 1px solid #908a8a
}
.medal_table tbody tr th {
	padding: 10px 0;
	font-size: 14px
}
table.table.table-bordered.medal_table {
	border: 1px solid #ddd0;
	margin-top: 20px
}
.list_alphabet {
	position: absolute;
	right: 0;
	top: 0
}
img.image_medal {
	width: 30px;
	border-radius: 50%;
	margin: 0 10px 0;
	display: inline-block
}
span.ami_medl_name {
	padding: 15px 0;
	display: inline-block
}
.medal_pop .modal-dialog {
	margin: 180px auto
}
.modal .modal-header {
	border: none;
	padding: 8px 6px 5px 12px
}
.modal .modal-header .modal-title {
	font-weight: 700;
	font-size: 16px
}
.modal .medal_text .modal-title {
	color: #364d72;
	text-transform: capitalize
}
.modal .medal_text h1 {
	font-size: 28px
}
.modal .medal_text h3 {
	font-size: 20px
}
.modal .medal_text p {
	font-size: 15px;
	margin: 5px 0 0 0
}
.col-md-5.mdl_img {
	display: flex;
	align-items: center;
	justify-content: center
}
.modal .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .31) !important;
	border: none
}
li.dropdown.signout.dropdown_listt a {
	text-transform: capitalize
}
.nav-txt-right {
	color: #fff;
	font-size: 20px
}
.poli_datatable tfoot th {
	width: auto
}
.doc_umnent {
	margin-top: 25px
}
.attendance {
	max-width: 100% !important;
	margin: 0 auto !important
}
.tab_table {
	padding: 10px 0 0 0
}
button.tab_attend.activeBranch,
button.tab_attend:active,
button.tab_attend:focus {
	background: #eff6ff;
	color: #228abb;
	border: 1px solid #eff6ff
}
.attendance .text-danger {
	color: red !important;
	padding: 5px !important
}
button.tab_attend {
	padding: 5px 20px;
	font-size: 15px;
	font-family: Cabin;
	background-color: #fff;
	border: 1px solid #228abb;
	border-radius: 20px;
	margin: 5px;
	color: #228abb;
	font-weight: 700
}
.attendance .table th {
	color: #909ab1;
	background-color: #fff;
	border-top: 1px solid #eee !important;
	font-size: 15px;
	padding: 15px 5px
}
.attenda_tab {
	text-align: right
}
.attendance .table {
	border: 0 solid transparent
}
.attendance .table>tbody>tr,
.attendance .table>tbody>tr>td {
	padding: 5px;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
	vertical-align: middle
}
tr.filled_data td:first-child {
	border-left: 1px solid #908a8a !important;
	padding: 15px 0;
	text-align: center
}
.medal_table td:first-child {
	border-left: 1px solid #908a8a !important;
	padding: 15px 0;
	text-align: center
}
tr.filled_data td:last-child {
	border-right: 1px solid #908a8a !important;
	position: relative
}
.truncate-hover {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.truncate-hover::after {
	content: attr(data-full);
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	font-size: 12px;
	pointer-events: none;
}
.truncate-hover:hover::after {
	opacity: 1;
}
.loader_mel {
	position: absolute;
	margin-top: 11px;
	margin-left: 5px
}
.medal_table table>tbody>tr,
.medal_table table>tbody>tr>td {
	padding: 0 !important;
	border: 1px solid #908a8a !important
}
.attendance .table tr td {
	color: #595959
}
button.btn.btn-info.medal_save.update_medal_btn {
	background: #00b379 !important
}
.attendance_info img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 8px 8px 8px 0
}
.attendance .table tr td p {
	height: auto;
	line-height: normal;
	margin-bottom: 2px
}
.attendance_info {
	display: inline-block;
	float: left
}
.detail {
	float: left;
	margin: 10px 0 0
}
button.filter {
	padding: 6px 14px;
	font-size: 14px !important;
	background-color: #fff;
	border: 1px solid #228abb;
	border-radius: 10px;
	margin: 10px 5px;
	color: #228abb;
	float: right
}
.attendance .filter_icon {
	font-size: 15px !important;
	margin-left: 24px
}
.attendance label {
	margin-bottom: 0 !important;
	color: #4675ff;
	font-weight: 700
}
.ryt_sec {
	font-family: cabin;
	font-size: 12px
}
.attendance .right_p {
	font-size: 14px;
	margin: 10px 0;
	color: #606f86
}
#absent span {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 2px 5px 0 0
}
.absnt span {
	background: #d900ff
}
.prsnt span {
	background: #00dbb7
}
.hlth span {
	background: #4435de
}
.late span {
	background: #ff8700
}
#gender span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	float: left;
	margin: 6px 5px 0 0
}
.gnder {
	padding: 6px 30px;
	font-size: 12px !important;
	background-color: #fff;
	border: 1px solid #228abb;
	border-radius: 10px;
	float: left
}
.male span {
	background: #6672fb
}
.female span {
	background: #ff3d55
}
.absnt,
.hlth,
.late,
.prsnt {
	padding: 5px
}
.attendance .text-danger {
	font-size: 12px;
	padding: 8px 0
}
img.prloader.prloaderdes {
	position: absolute;
	top: 30px
}
.attendance .table-responsive {
	border: 0 solid #eee
}
.holiday_emp {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%
}
img.atend_img {
	width: 90%;
	margin: 0 auto
}
.atend_img {
	display: flex;
	justify-content: center;
	align-items: center
}
.gndr_emp {
	padding: 15px 0 0 0
}
.h4_emp {
	margin: 15px
}
.emp_hol {
	overflow: auto;
	width: auto;
	max-height: 135px;
	margin: 0 0 20px 0
}
span.name_atte {
	text-transform: capitalize;
	display: block;
	font-weight: 700
}
.pie-chart {
	background: radial-gradient(circle closest-side, #fff 0, #fff 50%, transparent 50%, transparent 60%, #fff 0), conic-gradient(#00dbb7 0, #00dbb7 80%, #d900ff 0, #d900ff 90%, #4435de 0, #4435de 95%, #ff8700 0, #ff8700 100%);
	position: relative;
	min-height: 350px;
	margin: 0 auto
}
.pie-chart h2 {
	position: absolute;
	margin: 1rem
}
.pie-chart cite {
	position: absolute;
	bottom: 0;
	font-size: 80%;
	padding: 1rem;
	color: gray
}
.pie-chart figcaption {
	position: absolute;
	bottom: 1em;
	font-size: 14px;
	width: 100%
}
.pie-chart span:after {
	display: inline-block;
	content: "";
	width: .8em;
	height: .8em;
	margin-left: .4em;
	height: .8em;
	border-radius: .2em;
	background: currentColor
}
.holder {
	position: relative;
	margin: 50px auto
}
.a {
	position: absolute;
	top: -28px;
	left: 270px
}
.a::before {
	content: '';
	height: 2px;
	width: 25px;
	background: #000;
	position: absolute;
	top: calc(50% + 1px);
	left: -35px
}
.a::after {
	content: '';
	height: 2px;
	width: 25px;
	background: #000;
	position: absolute;
	top: calc(50% + 10px);
	left: -56px;
	transform: rotateZ(-45deg)
}
.b {
	position: absolute;
	bottom: 30px;
	left: 350px
}
.b::before {
	content: '';
	height: 2px;
	width: 25px;
	background: #000;
	position: absolute;
	top: calc(50% + 1px);
	left: -35px
}
.b::after {
	content: '';
	height: 2px;
	width: 25px;
	background: #000;
	position: absolute;
	top: calc(50% + -8px);
	left: -56px;
	transform: rotateZ(45deg)
}
.pie-chart1 {
	background: radial-gradient(circle closest-side, #fff 0, #fff 41%, transparent 41%, transparent 100%, #fff 0), conic-gradient(from 141deg, #6672fb 0, #6672fb 75%, #ff3d55 0, #ff3d55 100%);
	position: relative;
	width: 250px;
	min-height: 175px;
	margin: 0 auto
}
.sidebar .menu .list .menu-toggle:before {
	content: "\f105";
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.sidebar .menu .list .menu-toggle:after {
	content: '\f107';
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit
}
.sidebar .menu .list a:active,
.sidebar .menu .list a:focus {
	background: #272c31
}
.sidebar .menu .list a:hover {
	color: #6943cc !important;
	background: #07293f;
	border-radius: 6px
}
.sidebar .menu .list a.toggled i,
.sidebar .menu .list a:hover i {
	color: #6943cc !important
}
.sidebar .menu .list a {
	color: #000;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: 100%;
	padding: 13px 18px 13px 38px;
	border-radius: 6px !important;
}
.sidebar .menu .list .ml-menu .ml-menu li a {
	padding-left: 45px;
	padding-right: 18px
}
.sidebar .menu .list .ml-menu .ml-menu .ml-menu li a {
	padding-left: 65px;
	padding-right: 18px
}
.sidebar .menu .list .ml-menu .ml-menu .ml-menu .ml-menu li a {
	padding-left: 85px
}
.sidebar .list .first_layer li.active a {
	border-bottom: 0 solid #ddd !important;
	background: 0 0 !important;
	color: #67c1ff !important
}
.srech_pag i {
	font-size: 15px !important
}
a.menu-toggle.toggled.active_sidebar_top {
	background: #272c31;
	margin: 0;
	border-radius: 5px;
	width: 100%
}
ul.ml-menu.first_layer {
	background: #565b61 !important
}
ul.ml-menu.second_layer {
	padding: 0 0 !important;
	margin-top: 0
}
ul.ml-menu.fourth_layer,
ul.ml-menu.third_layer {
	padding: 0 0 !important;
	margin-top: 0
}
ul.ml-menu.fifth_layer {
	background: #323438 !important
}
ul.ml-menu.fifth_layer li a:active {
	color: #67c1ff !important
}
ul.ml-menu li:focus {
	outline: 0 !important
}
.sidebar .second_layer li.active a {
	background: 0 0 !important;
	color: #5cbcff !important
}
.sidebar .third_layer li.active a {
	background: 0 0 !important;
	color: #94d3ff !important
}
.sidebar .fourth_layer li.active a {
	background: 0 0 !important;
	color: #bfe5ff !important
}
.sidebar .fifth_layer li.active a {
	color: #d1edff !important
}
.sidebar .second_layer li a.toggled i {
	color: #5cbcff !important
}
.sidebar .third_layer li a.toggled i {
	color: #94d3ff !important
}
.sidebar .fourth_layer li a.toggled i {
	color: #bfe5ff !important
}
.sidebar .fifth_layer li a.toggled i {
	color: #eaf7ff !important
}
.onclick_close_icon i,
.onclick_serch_icon i {
	font-size: 16px !important
}
.onclick_serch_icon .bg-orange {
	background: 0 0 !important
}
.onclick_search_openn .bg-orange {
	background: 0 0 !important
}
.onclick_serch_icon :hover {
	color: #fff !important
}
.onclick_search_openn :hover {
	color: #fff !important
}
.finance_amount_td {
	text-align: right
}
.all_ven {
	background-color: #fff;
	color: #86bd00;
	border: 1px solid #86bd00 !important
}
.by_admin {
	background-color: #fff;
	color: #35b1ce;
	border: 1px solid #35b1ce !important
}
.by_ven {
	border: 1px solid #dcb342 !important;
	background-color: #fff;
	color: #dcb342
}
.all_ven:hover {
	color: #86bd00;
	text-decoration: none
}
.by_admin:hover {
	color: #35b1ce;
	text-decoration: none
}
.by_ven:hover {
	color: #dcb342;
	text-decoration: none
}
.all_ven.active {
	background-color: #86bd00 !important;
	color: #fff
}
.by_admin.active {
	background-color: #35b1ce !important;
	color: #fff
}
.by_ven.active {
	background-color: #dcb342 !important;
	color: #fff
}
.by_admin {
	background-color: #fff;
	color: #35b1ce;
	border: 1px solid #35b1ce !important
}
.mat_left {
	margin: 0 3px 0 0;
	font-size: 12px
}
label.att_ad {
	color: #8e919e;
	font-size: 14px;
	margin: 6px 0 0 0
}
li.rel_head h4 {
	margin: 10px auto;
	line-height: 20px;
	font-size: 20px;
	color: #4483d0;
	display: inline-block
}
.form-line .ad_more {
	float: left;
	padding: 3px 10px;
	border-radius: 8px;
	font-size: 15px
}
.ad_text {
	font-size: 14px;
	color: #8e919e;
	font-weight: 400
}
.ad_more .material-icons {
	font-size: 15px !important;
	margin: 0 -4px 6px 6px
}
.dark_bg_green {
	background-color: #439a5e !important;
	color: #fff !important
}
.icon_img img {
	width: 20px !important
}
.atch_lbl {
	color: #8e919e;
	font-size: 14px
}
.ad_nm_typ {
	color: #717272
}
.atch_error {
	color: red;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 15px
}
.atch_shdo {
	padding: 15px 15px 0 0;
	box-shadow: 0 2px 9px 0 #f5f5f5;
	border: 1px solid #f9f9f9;
	margin-bottom: 0 !important
}
.pass_text_success {
	color: #fff;
	padding: 5px 0;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 20px auto 0
}
.pass_text_alert {
	color: red;
	padding: 0;
	display: inline-block;
	font-size: 14px;
	margin: 10px auto 0
}
.pass_text_success a {
	color: #ffb100;
	text-decoration: underline
}
.pass_text_success a:hover {
	color: #f79400 !important
}
img.pass_loader {
	display: none;
	margin: 15px auto
}
span.filter-text {
	top: 0 !important
}
.btn-custom {
	position: relative;
	font-weight: 500;
	padding: 18px 36px 14px 0;
	overflow: hidden;
	line-height: 1.3;
	border-radius: 10px
}
.attend_table {
	display: inline-block;
	width: 100%
}
.filter_data {
	display: inline-block;
	width: 100%;
	z-index: 99999;
	padding: 3px
}
.filterHip1 {
	padding: 0 5px
}
.fiter_div.collapsing {
	background: #fff;
	z-index: 99999
}
.btn-custom .filter {
	position: absolute !important;
	height: 42px;
	width: 42px;
	top: 50% !important;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer
}
a.approve_view_vendor.bg-blue.waves-effect {
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0
}
.upload_att {
	padding: 5px 10px;
	border: 1px solid #6943cc;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer
}
.upload_att:hover {
	text-decoration: none
}
a.icon_img.upload_att img {
	width: 15px !important
}
.upload_att i {
	padding-left: 5px
}
.btn-custom .filter span,
.btn-custom .filter span:after,
.btn-custom .filter span:before {
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute !important
}
div#content {
	margin: 0 auto
}
.btn-custom .filter span:after,
.btn-custom .filter span:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	left: -3px
}
.btn-custom .filter span {
	height: 10px;
	width: 4px;
	top: 10px !important;
	left: 14px;
	box-shadow: 8px 11px 0 #fff
}
.btn-custom .filter span:before {
	top: 4px
}
.btn-custom .filter span:after {
	top: 15px
}
.btn[aria-expanded=true] .filter span {
	transition: all .1s ease-in-out;
	background: 0 0;
	box-shadow: 8px 11px 0 transparent
}
.btn[aria-expanded=true] .filter::after,
.btn[aria-expanded=true] .filter::before {
	opacity: 0
}
.btn[aria-expanded=true] .filter span.rotate1::after,
.btn[aria-expanded=true] .filter span.rotate1::before {
	opacity: 1
}
.btn[aria-expanded=true] .filter span.rotate1::before {
	-webkit-transform: rotate(45deg) translate(4px, 4px);
	-ms-transform: rotate(45deg) translate(4px, 4px);
	transform: rotate(45deg) translate(4px, 4px)
}
.btn[aria-expanded=true] .filter span.rotate1::after {
	-webkit-transform: rotate(-45deg) translate(4px, -4px);
	-ms-transform: rotate(-45deg) translate(4px, -4px);
	transform: rotate(-45deg) translate(4px, -4px)
}
.select2-container .select2-selection--single {
	height: 28px !important
}
td.green_report {
	background: #69b769
}
td.yello_report {
	background: #ffff9f
}
td.rede_report {
	background: #ffa4a4
}
td.orange_report {
	background: #f5a20c
}
td.LGException1 input {
	border: 1px solid #ddd;
	width: 80%
}
td.kpiPrcentage i.material-icons {
	color: #fff;
	font-size: 13px
}
td.lgreen_report {
	background: #b6de7a
}
td.dgreen_report {
	background: #059a05
}
td.lyello_report {
	background: #f7f7b4
}
td.peach_report {
	background: #fdcda2
}
td.lred_report {
	background: #ca5e5e
}
td.pgreen_report {
	background: #8cbb8c
}
td.seegreen_report {
	background: #20b3ab
}
img.pre_lods.lodas_attach.loads {
	margin: 25px 0 0 0
}
.Closing_details_div [type=radio]:checked+label,
.Closing_details_div [type=radio]:not(:checked)+label {
	height: 28px !important;
	margin-bottom: 0
}
.row1 {
	margin-right: -15px;
	margin-left: -15px
}
span.location_validate_error {
	float: right
}
span.tempBp {
	float: right;
	position: absolute;
	right: 18px
}
.salary_empls table {
	border: 0 solid transparent
}
.salary_empls table>tbody>tr,
.salary_empls table>tbody>tr>td {
	padding: 10px 5px;
	border-bottom: 1px solid #eee !important;
	vertical-align: middle
}
.salary_empls table tr td {
	color: #595959;
	font-size: 15px
}
.salary_empls table tr td p {
	height: auto;
	line-height: normal;
	margin-bottom: 2px
}
table.table_data {
	width: 100%;
	border-bottom: 1px solid #eee
}
.salary_empls table th {
	color: #909ab1;
	background-color: #fff;
	border-top: 1px solid #eee !important;
	font-size: 15px !important;
	padding: 15px 5px !important
}
.salary_empls1 {
	display: inline-block;
	float: left
}
.no_data {
	text-align: center;
	margin: 40px 90px
}
.leave_balace_data {
	padding: 2px 0;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
	font-weight: 700;
	font-size: 10px
}
.leave_balace_data1 {
	COLOR: #1695cc;
	font-weight: 700;
	font-size: 12px;
	padding: 2px 0
}
span.leave_title {
	padding: 0 2px;
	color: #000;
	font-size: 11px;
	width: 50%;
	display: inline-block;
	float: left
}
span.leave-count {
	color: #1695cc;
	font-size: 12px
}
.leave_balance_set {
	position: relative
}
.apply_leave_balace_data {
	display: inline-block;
	border-radius: 2px;
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	top: 20px
}
.filter_slt_inner {
	right: 0;
	background: #f1f4f4;
	border: 1px solid #f1f4f4;
	border-radius: 10px;
	font-size: 15px;
	color: #2c3844;
	position: relative;
	padding-left: 5px
}
.filter_slt_inner::before {
	width: 8px;
	height: 8px;
	background: #a1b8c1;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 5%;
	transform: translate(-5%, -50%);
	top: 50%
}
ul.filter_sala li {
	display: inline-block;
	margin: 5px 10px
}
ul.filter_sala {
	padding: 0 !important;
	list-style-type: none;
	position: relative
}
img.export_ic {
	top: 15px;
	margin-left: 20px;
	right: 0;
	width: 20px
}
label.filter_lbl {
	font-size: 15px;
	margin: 0 5px;
	color: #595959
}
.no_data a.click_no_data {
	margin: 20px auto !important;
	display: inline-block;
	background: #2c3844;
	color: #fff;
	border: 1px solid #2c3844;
	border-radius: 10px;
	padding: 5px 20px;
	text-decoration: none
}
.no_data p {
	font-size: 48px;
	font-weight: 900
}
.salary_empls1 img {
	border-radius: 50%;
	margin: 0 10px 0 0;
	box-shadow: 1PX 1PX 2px 0 #ddd
}
span.pro_ti {
	color: #be0a0a;
	font-weight: 700;
	font-size: 15px
}
span.con_ti {
	color: #11516c;
	font-weight: 700;
	font-size: 18px
}
a.view_settleme {
	background: #2c3844;
	color: #fff;
	border: 1px solid #2c3844;
	border-radius: 10px;
	padding: 5px 20px;
	min-width: 160px;
	text-decoration: none;
	z-index: 1
}
li.err_msgs {
	line-height: 24px;
	font-size: 12px
}
img.refresh_icn {
	margin-right: 25px
}
img.refresh_icn1 {
	margin-right: 25px;
	position: absolute;
	margin-top: 20px
}
.orane_pen {
	width: 10px;
	height: 10px;
	background: #f29203;
	border-radius: 50%;
	margin: 0 3px;
	DISPLAY: inline-block
}
.orane_pen_text {
	color: #f29203;
	font-weight: 700
}
.green_pen {
	width: 10px;
	height: 10px;
	background: #267c36;
	border-radius: 50%;
	margin: 0 3px;
	DISPLAY: inline-block
}
.green_pen_text {
	color: #267c36;
	font-weight: 700
}
.salary_empls table tr {
	cursor: pointer
}
.hiddenRow {
	border: 1px solid #eee !important;
	padding: 0 !important
}
.accordian-body ul {
	list-style-type: none;
	padding: 10px 10px 0 !important
}
.accordian-body ul li {
	display: inline-block;
	width: 15%;
	margin-bottom: 10px
}
@media screen and (max-width:375px) {
	p.week {
		font-size: 9px !important
	}
	.doc_umnent {
		margin-top: 5px !important
	}
	.right_sec {
		margin: 30px 0 0 0
	}
	section.content.call_page {
		margin: -20px !important
	}
	.call_page h1 {
		padding: 50px 0
	}
	.call_new_his {
		padding: 10px 25px !important
	}
	.col-lg-4.col-md-4.col-sm-5.right_sec {
		padding: 15px !important
	}
	.call_page h1 {
		padding: 30px 0 !important;
		font-size: 28px !important
	}
	.dial_pad {
		width: 295px !important
	}
	.call_digit,
	.clear_cut {
		padding: 12px 42px !important;
		width: 98px !important
	}
	.dial_botm_icns {
		padding: 30px 35px !important
	}
	#call_btn {
		margin: 10px 35px
	}
}
@media screen and (max-width:360px) {
	table.cale_table tr:nth-child(2) {
		font-size: 8px !important
	}
}
@media screen and (max-width:470px) {
	.profile_view .new_cmra {
		top: 24%;
		left: 60%
	}
	span.leave_title {
		width: 100%
	}
}
@media screen and (min-width:375px) and (max-width:767px) {
	.a {
		top: -28px;
		left: 200px
	}
	.b {
		bottom: 10px !important;
		left: 270px !important
	}
	.doc_umnent {
		margin-top: 25px !important
	}
}
@media screen and (min-width:375px) and (max-width:767px) {
	p.week {
		font-size: 12px !important
	}
	.m-b-20 {
		margin-bottom: 0
	}
	.select2-container--open .select2-dropdown {
		top: 0 !important
	}
	.weekly {
		height: auto
	}
	.col-md-9.col-sm-12.col-xs-12.week.mai_right {
		text-align: center
	}
	.right_sec {
		margin: 30px 0 0 0
	}
	section.content.call_page {
		margin: -20px !important
	}
	.call_page h1 {
		padding: 50px 0
	}
	.call_new_his {
		padding: 10px 25px !important
	}
	.col-lg-4.col-md-4.col-sm-5.right_sec {
		padding: 15px !important
	}
	.call_page h1 {
		padding: 30px 0 !important;
		font-size: 28px !important
	}
}
@media screen and (max-width:767px) {
	section.content {
		margin: 95px 0 0 0
	}
	.accordian-body ul li {
		width: auto;
		display: block
	}
	.salary_empls .table-responsive {
		border: 0 solid #ddd;
		overflow-x: auto !important
	}
	.append_proffesional_details .form-line.exper,
	.form-group {
		margin-bottom: 15px !important
	}
	.filterHip1 {
		padding: 5px !important
	}
	.tab .col-xs-12 {
		text-align: center
	}
	button.filter {
		float: none
	}
	.attendance {
		max-width: 100% !important
	}
	.tabs_atnd {
		padding: 0 !important
	}
	.attendance_info img {
		display: none
	}
	.attendance .table tr td {
		line-height: 18px
	}
	.tab .col-xs-12 {
		padding: 0
	}
	.attend_table .col-xs-12 {
		padding: 0
	}
	.b {
		bottom: 25px;
		left: 315px
	}
	div#calendarr,
	div#evet_data {
		width: 100% !important
	}
	.cale_table td {
		padding: 10px 0 !important
	}
	.row.clearfix.main_calc {
		padding: 0 !important
	}
	.steps_vendorrr .step_nameee {
		font-size: 9px
	}
	.border_rightt {
		border-right: 0 solid #dde7ec;
		height: auto;
		border-bottom: 1px solid #dde7ec
	}
	.disply_table_cel.share_link {
		width: 100% !important
	}
	.chat_systemmm .chat_left_side {
		float: left;
		width: 100%;
		z-index: 1
	}
	.chat_systemmm .chat_right_side {
		margin-left: 0;
		z-index: -1
	}
	.chat_systemmm .chat_height_div {
		padding: 8px 0;
		top: 136px
	}
	.chat_systemmm .chat_right_side .receiver_msg_div,
	.chat_systemmm .chat_right_side .sender_msg_div {
		width: 80%
	}
	.user_serch_formm {
		padding: 0 10px;
		margin-bottom: 10px
	}
	#rightSection {
		margin-top: 16px
	}
	.nav-tabs>li {
		width: 100%
	}
	#heading_main_holder {
		padding: 14px 12px
	}
	.tabss_sectnnn ul {
		width: auto !important
	}
	.tabss_sectnnn ul li {
		display: block;
		float: left
	}
	ul.nav.navbar-nav.navbar-right {
		width: 100%;
		float: left
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 46px;
		width: 73%
	}
	.navbar .navbar-header {
		display: inline-block;
		margin-bottom: -6px;
		width: 100%
	}
	.navbar .nav>li {
		display: inline-block
	}
	.navbar .navbar-nav {
		margin-top: 0 !important;
		margin-bottom: 1px !important;
		margin-left: 0 !important
	}
	.navbar-nav>li>a {
		border-left: 0 solid #808b99;
		border-bottom: 1px solid #2f496b;
		margin-top: 0;
		margin-left: 0
	}
	.navbar .navbar-nav .open .dropdown-menu {
		background-color: #fff;
		position: absolute
	}
	.navbar .dropdown-menu {
		margin-left: -50px
	}
	.navbar .js-right-sidebar {
		margin-top: 15px
	}
	.dt-buttons {
		float: none !important;
		text-align: center;
		margin-bottom: 15px
	}
	.panel-switch-btn {
		top: 12px;
		right: 0 !important
	}
	section.content {
		margin: 0
	}
	.navbar {
		position: static
	}
	.sidebar {
		height: 100vh
	}
	.dashboard_view .what .col-md-9 {
		margin: 0 20px 35px 0 !important
	}
	.profile_view .new_side1 {
		margin: 0 15px !important
	}
	.profile_view .new_side1 {
		margin: 55px 0 0 15px
	}
	.profile_view .new_edit {
		margin: 20px 15px 10px 0
	}
	.profile_view .new_brdr_top {
		padding: 5px 0
	}
	.col-orange {
		color: #ff9800 !important;
		padding-right: 20px
	}
	.navbar-right {
		text-align: center
	}
	.profile_view a.nav-link.dropdown-toggle.name.ryt-nav {
		padding: 13px 0 13px 0 !important
	}
	.new_tab_sec {
		max-width: 100% !important
	}
	.profile_view .new_cmra {
		top: 24%;
		left: 61%
	}
	span.help_but {
		margin: 10px !important;
		display: block
	}
	body.login-page1 {
		top: 0;
		left: 0;
		transform: translate(0, 0)
	}
	.weekly {
		display: block !important
	}
	.weekly .tabcontent {
		margin: 0 !important;
		flex: unset !important
	}
	.weekly .tab {
		width: 100% !important;
		height: auto !important;
		border: 0 solid #ddd !important;
		box-shadow: none !important;
		padding: 10px 0 !important
	}
	img.img_icon {
		bottom: 20% !important;
		left: 3% !important;
		transform: translate(-5%, 50%) !important;
		width: 50px !important
	}
	.weekly .tabcontent {
		width: 100% !important
	}
	.demo_singl {
		width: 46%;
		float: left;
		margin: 0 auto
	}
	.Signin-QRcode {
		max-height: 100%;
		height: 100%;
		background: #fff
	}
	ul.filter_ledger {
		display: block !important
	}
	.form_background.add_admin_bg {
		padding: 0 !important
	}
}
@media screen and (min-width:767px) and (max-width:800px) {
	.image {
		width: 15px;
		height: 15px
	}
	.right_img {
		height: 15px;
		width: 15px
	}
}
@media screen and (min-width:767px) and (max-width:992px) {
	.accordian-body ul li {
		width: 48%
	}
	.appl_win span.leave_title {
		font-size: 10px
	}
	.navbar-nav {
		margin: 0
	}
	img.img_icon {
		left: 3% !important;
		bottom: -22% !important
	}
	.select2-container--open .select2-dropdown {
		top: 0 !important
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 20px
	}
	.sidebar {
		height: 100vh
	}
	div#calendarr,
	div#evet_data {
		width: 100% !important
	}
	.div_mar {
		margin: 0 0 8px 0 !important
	}
}
@media screen and (min-width:767px) {
	.invoice_modal .modal-dialog {
		width: 800px
	}
	.salry_table {
		overflow: hidden
	}
	img.img_icon {
		bottom: -30% !important;
		left: 3% !important
	}
	.cus_pop .modal-dialog {
		width: 800px;
		margin: 30px auto
	}
	#bulk_pdf_attach .modal-dialog {
		width: 800px;
		margin: 45px auto
	}
	.Safari .refresh_btnn a i,
	.signout a i {
		width: 10px
	}
	.doc_umnent {
		padding-left: 0;
		margin: 0
	}
}
@media screen and (min-width:767px) and (max-width:1024px) {
	.call_radios_button .call_radios {
		font-size: 11px !important
	}
	button.tab_attend {
		padding: 5px 10px !important
	}
	.navbar .navbar-nav>li {
		float: none;
		display: inline-block
	}
	section.content {
		margin: 0
	}
	.nav-tabs>li>a {
		padding: 5px 5px
	}
	.chat_systemmm .chat_right_side {
		margin-left: 300px
	}
	.chat_systemmm .chat_left_side,
	.see_all_messge {
		width: 300px
	}
	.profile_view .nav-tabs.new_nav>li>a {
		padding: 12px 10px !important;
		font-size: 15px
	}
	.weekly .tab .media-left img {
		max-width: 72px
	}
	.weekly .tabcontent {
		margin: 0 15px
	}
	.select2-container--open .select2-dropdown {
		top: 0 !important
	}
	.dashboard_view .what .col-md-9 {
		height: auto !important
	}
	.profile_view .nav-tabs.new_nav>li>a {
		padding: 12px 10px !important
	}
	.media .media-body .media-heading {
		font-size: 15px
	}
	.m-b-20 {
		margin-bottom: 0
	}
	.select2-container--open .select2-dropdown {
		top: 0 !important
	}
	.weekly {
		height: auto
	}
	.col-md-9.col-sm-12.col-xs-12.week.mai_right {
		text-align: center
	}
	.div_mar {
		margin: 0 0 15px 0 !important
	}
	section.content.call_page {
		margin: -20px 0 0 0 !important
	}
	.call_digit,
	.clear_cut {
		padding: 16px 58px;
		width: 66px
	}
	.dial_pad {
		width: 348px
	}
	.call_page h1 {
		padding: 40px !important
	}
	.right_sec {
		padding-top: 0 !important
	}
	.call_page h1 {
		padding: 100px 0 60px;
		font-size: 30px
	}
	.right_sec {
		padding: 0
	}
	.his_prsn_img {
		width: 42px !important
	}
	.his_list .media-left {
		padding: 0 2px 0 0
	}
	.form_background.add_admin_bg {
		padding: 0 !important
	}
	.already_exi.col-green.font-12 p,
	span.errorr.col-red.font-12.pass_error {
		font-size: 12px !important
	}
}
@media screen and (max-width:992px) {
	button.btn.branch_holidays,
	button.btn.branch_holidays1,
	button.btn.emp_leaves,
	button.btn.emp_wfh {
		padding: 6px 10px
	}
	.floatin_tit {
		margin: 10px auto
	}
	.floatin_tit span {
		font-size: 12px !important
	}
	.colo-floa {
		width: 10px;
		height: 10px
	}
	.row.clearfix.main_calc {
		height: 100%
	}
	.attendance_info img {
		display: none
	}
	.a {
		top: -26px;
		left: 425px
	}
	.b {
		bottom: 18px;
		left: 480px
	}
	.navbar-brand>img {
		width: 120px !important
	}
	.profile_view .new_cmra {
		top: 24%;
		left: 74%
	}
	.new_tab_sec {
		max-width: 95%
	}
	.dashboard_view.col-md-9 {
		margin: 20px auto !important
	}
	.weekly {
		height: auto
	}
	#heading_main_holder {
		padding: 15px 5px;
		font-size: 12px
	}
	.onclick_close_icon i,
	.onclick_serch_icon i {
		font-size: 12px !important
	}
	.weekly .tab {
		height: 500px !important
	}
	.dashboard_view .what .col-md-9 {
		margin: 0 20px 20px 0 !important;
		height: 500px !important
	}
	.mai_right {
		padding-right: 10px
	}
	.dashboard_view .col-md-9 {
		margin: 20px auto !important
	}
	.weekly .tab {
		height: 600px;
		border-radius: 20px;
		border: 1px solid #e9e9e9;
		box-shadow: 2px 2px 5px 0 #ddd
	}
	.dashboard_design {
		height: auto !important
	}
	.Signin-QRcode h4 {
		color: #3274ca;
		font-size: 17px
	}
	img.img_icon {
		display: none
	}
	.Signin-QRcode .steps_login {
		margin-top: 10px;
		line-height: 25px;
		font-size: 15px
	}
	.weekly {
		max-width: 100% !important
	}
	.weekly .tab .media-body {
		padding: 0 !important
	}
	.con_tab {
		max-height: 640px
	}
	form#saveLeave .demo-radio-button label {
		margin-bottom: 0 !important
	}
	span#leaveBalance {
		padding: 5px 0 !important;
		display: inline-block
	}
}
@media screen and (min-width:1024px) and (max-width:1169px) {
	.call_radios_button .call_radios {
		font-size: 10px !important
	}
	section.content {
		margin: 85px 0 0 0
	}
}
@media screen and (min-width:992px) and (max-width:1169px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 20px
	}
	span.tempBp {
		font-size: 9px
	}
	a.add_option_label.view_nftype_link {
		font-size: 10px
	}
	.call_radios_button .call_radios {
		margin: 5px 0
	}
	.check_deal {
		position: absolute;
		bottom: 15px;
		right: -15px
	}
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.weekly {
		height: 650px !important
	}
	.appl_win span.leave_title {
		width: 100%
	}
	.con_tab {
		max-height: 545px !important
	}
	.refer_bl,
	.week {
		padding: 0 !important
	}
	img.img_icon {
		bottom: -60% !important
	}
	.weekly .tab .media-left img {
		max-width: 75px
	}
	.disply_table_cel.share_link {
		padding: 14px
	}
	.policy_section {
		padding: 14px
	}
	.con_tab {
		max-height: 510px !important
	}
	.weekly .tab {
		height: 620px !important
	}
	a.plicy_page {
		font-size: 15px
	}
	.disply_table_cel.share_link a {
		font-size: 15px
	}
	.policy_section img,
	.refer_img_page {
		max-width: 75px !important
	}
	.div_mar {
		margin: 0 0 8px 0 !important
	}
	.already_exi.col-green.font-12 p,
	span.errorr.col-red.font-12.pass_error {
		font-size: 8px !important
	}
}
@media screen and (min-width:1024px) and (max-width:1200px) {
	.accordian-body ul li {
		width: 33%
	}
	.rfresh_vndor_main a {
		font-size: 9px !important
	}
	span.add_vendor_demo.m-l-5.pull-left button {
		font-size: 9px !important;
		padding: 2px 6px
	}
	.nav-tabs>li>a {
		padding: 5px 2px
	}
	.policy h3 {
		min-height: 30px
	}
	.policy p {
		min-height: 120px !important
	}
}
@media screen and (min-width:1200px) {
	.appl_win span.leave_title {
		font-size: 10px
	}
}
@media screen and (min-width:1169px) and (max-width:1366px) {
	.call_radios_button .call_radios {
		font-size: 13px !important
	}
}
@media screen and (min-width:1366px) and (max-width:1400px) {
	.div_mar {
		margin: 0 0 8px 0 !important
	}
	.already_exi.col-green.font-12 p,
	span.errorr.col-red.font-12.pass_error {
		font-size: 8px !important
	}
}
@media screen and (min-width:1024px) and (max-width:1366px) {
	img.img_icon {
		bottom: -60% !important;
		left: 3% !important
	}
	.a {
		top: -25px;
		left: 180px
	}
	.b {
		bottom: 18px;
		left: 220px
	}
	.profile_view .new_cmra {
		top: 24%;
		left: 65%
	}
	ul.filter_ledger {
		display: inline-block !important
	}
	p.text_danger_call {
		font-size: 10px
	}
	.already_exi.col-green.font-12 p,
	span.errorr.col-red.font-12.pass_error {
		font-size: 9px !important
	}
	.form_background.add_admin_bg {
		padding: 0 !important
	}
	.div_mar {
		margin: 0 0 8px 0 !important
	}
}
@media screen and (min-width:1024px) {
	.check_deal {
		position: absolute;
		bottom: 15px;
		right: -15px
	}
	.extract_div {
		position: absolute;
		background: #f9fcff;
		box-shadow: 2px 2px 10px 0 #333;
		box-shadow: 2px 2px 10px 0 #333;
		border: 1px solid #797979dd;
		right: 6%;
		transform: translate(0, 15%);
		top: calc(100% - 88%);
		z-index: 999
	}
	.extract_div2 {
		position: absolute;
		background: #f9fcff;
		box-shadow: 2px 2px 10px 0 #333;
		border: 1px solid #797979dd;
		right: 6%;
		transform: translate(0, 15%);
		top: calc(100% - 96%);
		z-index: 999;
		padding: 10px
	}
	.extract_div>.table-responsive {
		overflow-y: auto;
		max-height: 370px;
		min-width: 520px;
		min-height: 250px
	}
	.extract_div12 {
		position: absolute;
		background: #f9fcff;
		box-shadow: 2px 2px 10px 0 #333;
		border: 1px solid #797979dd;
		right: 6%;
		transform: translate(0, 15%);
		top: calc(100% - 55%);
		z-index: 999
	}
	aside#leftsidebar.sidebar {
		height: 100% !important
	}
	.extract_div12>.table-responsive {
		overflow-y: auto;
		max-height: 350px;
		min-width: 420px;
		min-height: 250px
	}
	.extract_div2>.table-responsive {
		overflow-y: auto;
		max-height: 350px;
		min-width: 420px;
		min-height: 250px
	}
	.extract_div_new {
		position: absolute;
		background: #f9fcff;
		box-shadow: 2px 2px 10px 0 #333;
		border: 1px solid #797979dd;
		right: 6%;
		transform: translate(0, 15%);
		top: calc(100% - 88%);
		z-index: 999
	}
	.extract_div_inner {
		position: absolute;
		background: #f9fcff;
		box-shadow: 2px 2px 10px 0 #333;
		border: 1px solid #797979dd;
		right: 6%;
		transform: translate(0, 2%);
		top: calc(100% - 72%);
		z-index: 999
	}
	.table-responsive-inner {
		overflow: auto
	}
	.table-responsive-inner.extract_div_inner {
		overflow-y: auto;
		max-height: 370px;
		min-width: 650px;
		min-height: 250px
	}
	.table-responsive.extract_div_new {
		overflow-y: auto;
		max-height: 370px;
		min-width: 650px;
		min-height: 250px
	}
}
@media screen and (min-width:1098px) and (max-width:1200px) {
	.disply_table_cel.share_link {
		padding: 16px
	}
	.policy_section {
		padding: 16px
	}
}
@media screen and (max-width:1200px) {
	.filter_slt_inner,
	.salary_empls table th,
	.salary_empls table tr td,
	label.filter_lbl {
		font-size: 12px !important
	}
	.btn-custom {
		height: 42px;
		width: 42px;
		padding: 10px 0
	}
	.btn-custom .filter {
		top: 65%
	}
	.btn .filter-text {
		display: block;
		position: absolute !important;
		left: 50%;
		top: 0 !important;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-transform: uppercase;
		font-size: .58rem;
		font-weight: 600;
		letter-spacing: .03rem
	}
	img.img_icon {
		bottom: -35% !important;
		left: 5% !important;
		transform: translate(-5%, -20%) !important;
		width: 50px !important
	}
	.data_blck {
		display: block !important;
		margin-left: 0 !important
	}
	.policy_section img,
	.refer_img_page {
		max-width: 80px !important
	}
	.weekly .tab {
		width: 40% !important
	}
	.policy h3 {
		min-height: 50px
	}
	.policy p {
		min-height: 60px
	}
	.refer_bl,
	.week {
		padding: 0
	}
	.holiday_list #datatable a.dlete {
		float: none
	}
	.holiday_list #datatable .editt,
	.previewt {
		float: none
	}
	.list_hol .foot_btn {
		width: 100%
	}
	button.navtoggle {
		display: none
	}
	.sidebar {
		left: 0;
		top: 0
	}
	.doc_umnent img {
		width: 20px !important
	}
	.refer_bl,
	.week {
		padding: 0 15px !important
	}
	table.holiday_list {
		table-layout: fixed;
		width: 100%
	}
	.fltr_bg,
	.ledger_span .select2-container--default .select2-selection--single .select2-selection__rendered,
	.ledgers_design table th,
	.ledgers_design table tr td,
	label.fltr_lbl_ledgers {
		font-size: 12px !important
	}
}
@media screen and (min-width:1200px) and (max-width:1400px) {
	.con_tab {
		max-height: 500px !important
	}
	.weekly .tab {
		height: 570px !important
	}
	.weekly .tab {
		height: 570px !important
	}
	.media .media-body .media-heading {
		font-size: 13px
	}
	table.holiday_list {
		table-layout: fixed;
		width: 100%
	}
	p.week {
		font-size: 7px
	}
	img.img_icon {
		bottom: -25%
	}
	.weekly .tab .media-left img {
		max-width: 70px
	}
	.weekly button p {
		margin-top: 5px
	}
	.disply_table_cel.share_link a {
		font-size: 16px
	}
	.disply_table_cel.share_link h4 {
		font-size: 16px
	}
	.policy_section h4 {
		font-size: 16px
	}
	a.plicy_page {
		font-size: 16px
	}
	.disply_table_cel.share_link {
		padding: 15px 10px
	}
	.policy_section {
		padding: 15px 10px
	}
	.disply_table_cel.share_link h4 {
		font-size: 16px
	}
	.policy_section h3 {
		margin: 0 0 10px !important
	}
	.disply_table_cel.share_link h3 {
		margin: 0 0 10px !important
	}
	.weekly {
		height: 580px
	}
	.policy_section img,
	.refer_img_page {
		max-width: 88px !important
	}
	.atch_lbl {
		font-size: 11px
	}
}
@media screen and (min-width:1200px) {
	.error_sal {
		width: 50%
	}
	.accordian-body ul li {
		width: 33%
	}
	.refer_bl,
	.week {
		padding: 0
	}
	.policy p {
		min-height: 90px;
		font-size: 11px !important
	}
	.policy h3 {
		min-height: 50px
	}
	.policy_section img,
	.refer_img_page {
		max-width: 100px !important
	}
	.disply_table_cel.share_link h4 {
		font-size: 17px
	}
	.weekly .tabcontent {
		margin: 0 20px 0 0
	}
}
@media screen and (max-width:1400px) {
	img.img_icon {
		bottom: -55%;
		left: 3%
	}
	.call_text .vndr_cl_img h4 {
		font-size: 12px
	}
	.call_text .vndr_cl_img p {
		font-size: 8px
	}
	.vndr_cl_img {
		padding: 50px 0 !important
	}
}
@media screen and (min-width:1400px) and (max-width:1526px) {
	.policy_section {
		padding: 9px 15px
	}
	.disply_table_cel.share_link {
		padding: 9px 15px
	}
}
@media screen and (min-width:1400px) {
	.row.clearfix.main_calc {
		height: 70vh
	}
	.input_design {
		width: calc(100% - 280px) !important
	}
	.policy h3 {
		min-height: 30px
	}
	.policy p {
		min-height: 65px;
		font-size: 11px !important
	}
	.disply_table_cel.share_link {
		padding: 15px
	}
	.policy_section {
		padding: 15px
	}
	img.img_icon {
		bottom: -35%
	}
	.policy_section img,
	.refer_img_page {
		max-width: 100px !important
	}
	.refer_bl,
	.week {
		padding: 0 15px !important
	}
	.weekly .tabcontent {
		margin: 0
	}
}
.refreshvendorCallLogs {
	POSITION: absolute;
	top: -5px;
	right: -10px
}
img.prloader.emp_loader {
	margin-right: 5px !important
}
table.mce-item-table {
	width: 100% !important
}
tr.accordion-toggle[aria-expanded=true] {
	background: #f7f7f7
}
.skill_based_link {
	background: #1695cc;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
	font-size: 10px;
	float: right
}
table.approve_data td {
	padding: 3px 10px
}
table.approve_data {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 6px 1px #ddd;
	margin: 0 auto 10px
}
.email_and_to {
	padding: 0 5px !important;
	background: 0 0
}
.copy_link_aprvl {
	border: 1px solid #355997;
	padding: 5px 8px;
	width: calc(100% - 30px);
	display: inline-block;
	float: left;
	color: #355997
}
.aprvl_copylink_icn {
	color: #f9fcff !important;
	background: #355997;
	color: #355997;
	padding: 6px;
	float: left
}
.aprvl_copylink_icn:hover {
	color: #fff
}
.col-md-6.p-l-5.p-r-5.approerror {
	margin: 5px 0 0 0
}
.call_text {
	text-align: center;
	font-family: Myriad Pro;
	background: #f9fcff
}
.call_radios_button .call_radios {
	display: inline-block;
	margin: 15px 0;
	font-size: 15px
}
.call_radios_button span:last-child {
	margin-left: 20px !important
}
.input_design {
	border-radius: 8px;
	padding: 0 22px 0 8px !important;
	border: 1px solid #c4cfd5;
	width: calc(100% - 160px);
	display: inline-block
}
.my_num_lbl label {
	font-size: 14px;
	margin-right: 18px
}
.call_text .vendor_avatar img {
	width: 55px;
	border: 3px solid #1f91f3;
	border-radius: 50%;
	margin: 25px 0 5px 0
}
.call_text .vendor_avatar h5,
.call_text .vendor_avatar h6 {
	color: #082548
}
.call_text .vendor_avatar h5 {
	color: #082548
}
.call_icn i {
	width: 12px;
	height: 22px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #082548
}
.call_icn li {
	display: inline-flex;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #082548;
	background: #fff;
	border: 1px solid #c4cfd5;
	padding: 6px 11px;
	font-size: 20px !important;
	margin: 0 7px;
	cursor: pointer
}
.iconn ul {
	padding: 0;
	list-style-type: none
}
.call_screen {
	background: #000;
	position: relative;
	margin: -10px
}
.vndr_cl_img img {
	width: 65px;
	border: 3px solid #1f91f3;
	border-radius: 50%;
	margin: 25px 0 5px 0
}
.vndr_cl_img {
	padding: 100px 0
}
.call_text .vndr_cl_img h4,
.call_text .vndr_cl_img p {
	color: #fff;
	display: block;
	text-align: center
}
.hangup_call {
	background: #ff4242 !important;
	color: #fff
}
.cl_screen_icn ul {
	padding: 0 0 10px 0;
	margin: 0
}
.cl_screen_icn .icn_botm li {
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	background: #333;
	padding: 6px;
	font-size: 18px !important;
	margin: 0 4px;
	cursor: pointer
}
.cl_screen_icn .icn_botm li>img {
	width: 23px
}
.icn_botm i {
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff
}
.mnmx img {
	width: 16px;
	position: absolute;
	bottom: 10px;
	right: 10px
}
.redial {
	background: #3acc00 !important;
	color: #fff
}
ul.addmor_list img {
	width: 30px;
	border-radius: 50%;
	margin: 0 0
}
.addmor_list img {
	display: inline-block
}
input#bcc_email_to,
input#cc_email_to {
	display: inline-block;
	background: 0 0 !important;
	margin-top: 3px;
	height: auto
}
.addmor_list li {
	list-style-type: none;
	padding: 5px 0
}
.addmor_list p {
	padding: 0 10px
}
button.btn.btn-primary.add_btn_more {
	float: right;
	padding: 4px 13px;
	border-radius: 10px;
	margin: 0 15px 15px
}
ul.addmor_list {
	padding: 0;
	margin: 5px 15px
}
p.ad_cntct {
	padding: 5px 15px;
	background-color: #363636;
	display: block
}
i.fa.fa-phone.button-hangup {
	transform: rotate(136deg)
}
ul.left_list1 {
	list-style-type: none;
	padding: 0 !important;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 10px;
	margin-bottom: 0
}
ul.left_list1 li.mute_show i {
	cursor: pointer
}
.tab_icons_top {
	display: inline-block;
	width: 100%;
	margin: 0 0 5px 0
}
.approved_vend_one {
	position: relative
}
.direct_atachment_div {
	position: absolute;
	left: calc(100% - 30px);
	top: 20px
}
input.form-control.addattachment_file {
	width: calc(100% - 20px) !important
}
ul.left_list1 li.mute_show::after {
	content: "";
	position: absolute;
	font-family: FontAwesome
}
p.mesgg {
	FONT-WEIGHT: BOLD
}
ul.left_list1 li.mute_show {
	padding: 5px 15px 5px 5px;
	margin: 5px auto;
	color: #c2c2c2;
	position: relative
}
ul.left_list1 li.vndr_own_name {
	padding: 5px 15px 5px 5px;
	margin: 5px auto;
	color: #c2c2c2;
	position: relative
}
ul.left_list1 li.vndr_own_name {
	padding: 5px 15px 5px 5px;
	margin: 5px auto;
	color: #c2c2c2
}
ul.left_list1 img {
	width: 36px;
	border-radius: 50%
}
ul.left_list1 p {
	display: inline-block;
	padding: 0 10px
}
ul.mute_show1 {
	display: none
}
ul.mute_show1.show_mute {
	position: absolute;
	right: -40%;
	list-style-type: none;
	top: 50%;
	transform: translate(40%, 50%)
}
ul.mute_show1.show_mute {
	display: block
}
ul.mute_show1.show_mute {
	background-color: #333;
	padding: 8px 15px;
	color: #fff;
	border-radius: 8px
}
ul.mute_show1.show_mute li {
	padding: 3px 0
}
.addmor_sec {
	display: none
}
.contact_list_sec {
	display: none
}
.addmor_sec.abc {
	display: block
}
.addmor_sec.contactlist {
	display: block
}
.addmor_sec .ad_mor_sec {
	background-color: #1f1f1f;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: left;
	color: #fff
}
.contact_list_sec .ad_mor_sec_contact {
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	text-align: left;
	color: #fff
}
.contact_list_sec h3 {
	margin: 0;
	padding: 20px 10px 10px;
	color: #000
}
.addmor_sec .close_btn {
	background-color: #363636;
	color: #fff;
	width: 25px;
	height: 25px;
	padding: 4px;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	float: right;
	margin: 10px
}
.add_btn_contact_list {
	width: 100%;
	padding: 5px
}
.contact_list_sec .contact_close_btn {
	background-color: #363636;
	color: #fff;
	width: 25px;
	height: 25px;
	padding: 4px;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	float: right;
	margin: 10px
}
input.search_name {
	width: 50%;
	padding: 3px 10px;
	border: 0 #ddd;
	border-radius: 8px;
	background-color: #363636;
	font-size: 13px;
	color: #c2c2c2;
	margin: 15px
}
.green-color {
	color: green
}
.red-color {
	color: red
}
input#user_value {
	position: relative
}
img.prloader.search_loaderss {
	z-index: 9999;
	top: 40%;
	right: -20px !important;
	position: absolute;
	transform: translate(-40%, 0)
}
.call_screen div#userLIST ul {
	position: absolute;
	top: 85px
}
.conference_call_icon img {
	position: relative
}
.on_con_cl {
	position: absolute;
	top: 90%;
	left: 25%;
	transform: translate(-25%, -90%);
	border-radius: 50%;
	color: #fff;
	background: #3acc00;
	padding: 5px 6px;
	font-size: 10px !important;
	width: 20px;
	height: 20px
}
.end_from_con_cl {
	position: absolute;
	bottom: 0;
	left: 20%;
	transform: translate(20%, 0) rotate(135deg);
	border-radius: 50%;
	color: #fff;
	background: red;
	padding: 5px 6px;
	font-size: 10px !important;
	width: 20px;
	height: 20px
}
.call_vendor_his {
	margin: 20px -10px -10px;
	padding: 10px;
	background: #efefef
}
.error_sal4 {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
	padding-left: 10px;
	position: relative;
	color: #d21919
}
.error_sal {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
	padding-left: 30px;
	position: relative;
	color: #d21919
}
p.error_sal1 {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color: #0059cc;
	font-weight: 700
}
p.error_sal2 {
	font-size: 14px;
	display: block;
	margin-top: 5px;
	color: #ff1010;
	font-weight: 700
}
p.error_sal:before {
	font-size: 14px;
	font-weight: 600;
	content: '\f0da';
	font-family: FontAwesome;
	padding-right: 5px
}
.con-emp {
	color: green !important
}
.proba_emp {
	color: #be0a0a !important
}
.modal-body.add_logis {
	overflow: auto;
	min-height: 100px;
	max-height: 100px
}
.calling {
	position: absolute;
	top: 90%;
	left: 25%;
	transform: translate(-25%, -90%);
	border-radius: 50%;
	color: #fff;
	background: #093b70;
	padding: 5px 6px;
	font-size: 10px !important;
	width: 20px;
	height: 20px
}
#proces_cancel,
#proces_confirm,
#proces_confirm1,
#proces_confirm2,
#proces_confirmLogistic {
	border: 1px solid #2c3844;
	padding: 3px 6px;
	background: #2c3844;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	margin: 2px 0
}
a.bank_letter,
a.bank_letter_excel,
a.salary_export {
	text-decoration: none
}
.modal-header.salary_not_approved {
	padding: 10px 25px !important;
	border-bottom: 1px solid #e9ecef
}
.modal-footer.salary_not_approved {
	padding: 5px;
	border-top: 1px solid #e9ecef;
	margin-top: 10px
}
.skill_search_icon {
	top: 22px;
	position: absolute;
	right: 0;
	padding: 2px 5px;
	z-index: 9
}
.mob_view.top_space {
	padding: 0 5px;
	text-align: right
}
.mob_view .skill_input_empty {
	text-align: left
}
.search_loader {
	top: 25px
}
.payhead_design {
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px
}
.salary_refresh {
	position: absolute;
	top: 16px;
	right: 20px;
	font-size: 11px;
	color: #fff;
	background: #2c3844;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center
}
legend.pay_heads_text {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #59595a;
	padding: 3px 20px
}
fieldset.pay_heads {
	border: 1px solid #ddd;
	height: auto;
	margin: 10px 0;
	padding: 10px;
	width: 100%
}
.pay_heads_label {
	font-size: 14px
}
.pay_heads_value {
	font-size: 14px;
	font-weight: 700
}
div#admin_heads h4 {
	text-transform: capitalize
}
.leave_error {
	font-size: 14px;
	color: red;
	text-align: left;
	font-weight: 600;
	display: block
}
.leave_success,
.pay_head_added {
	font-size: 14px;
	color: green;
	text-align: left;
	font-weight: 600;
	display: block
}
.edi_addSlab {
	position: absolute;
	top: 0;
	right: 20px
}
div#div_slab {
	position: relative
}
.contact-list {
	padding: 0 10px 10px
}
.contact-list .form-control {
	font-size: 11px;
	color: #505050;
	box-shadow: none;
	border-radius: 0;
	height: 28px;
	padding: 6px 3px;
	margin: 10px auto
}
.pay_heads a {
	text-decoration: none
}
.admin_time_table a:hover,
td#salary_slip_url a:hover {
	color: #fff !important
}
.status_bp {
	text-transform: capitalize
}
.refrsh_icon {
	margin-top: 0 !important
}
.detail>p:first-child {
	font-weight: 700
}
.detail {
	text-transform: capitalize
}
.add_admin {
	width: 86%;
	margin: 0 auto
}
.add_admin ::placeholder {
	color: #a3aebb
}
.add_admin label {
	font-size: 13px
}
.form_background {
	background-color: #fff;
	padding: 20px
}
.admin_add_steps {
	padding: 0;
	position: relative;
	margin: 0 auto 30px;
	width: 100%;
	text-align: center;
	z-index: 9;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px
}
.admin_add_steps li {
	display: inline-block;
	width: 16.5%;
	position: relative
}
.admin_add_steps li:first-child::after {
	content: none
}
.admin_add_steps li::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #c5d9e2;
	position: absolute;
	left: -50%;
	top: 15px;
	z-index: -1
}
.admin_add_steps .step_onee span {
	background: #96c6db;
	border: none;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 36px
}
.admin_add_steps .step_nameee {
	font-size: 12px;
	color: #96c6db;
	margin-top: 7px;
	font-weight: 500
}
.admin_add_steps .active .step_onee span {
	background: #1695cc;
	border: 1px solid #1695cc;
	color: #fff;
	line-height: 34px
}
.admin_add_steps .active .step_nameee {
	color: #1695cc
}
.admin_steps_details .display_none {
	display: none
}
.admin_steps_details .display_none.active {
	display: block
}
.add_admin .form-control {
	font-size: 13px;
	border: 1px solid #bcc7d3;
	resize: vertical;
	border-radius: 4px;
	padding: 12px 10px
}
.next_btn {
	background: #1695cc;
	border: 1px solid #1695cc !important;
	color: #fff !important;
	padding: 4px 8px;
	border-radius: 4px
}
.next_btn:hover {
	color: #fff
}
.next_btn i {
	top: 0 !important;
	margin-left: 2px
}
.back_btn {
	background: #fff;
	border: 1px solid #1695cc !important;
	color: #1695cc !important;
	padding: 4px 8px;
	border-radius: 4px
}
.back_btn:hover {
	color: #1695cc
}
.back_btn i {
	top: 0 !important;
	margin-right: 4px
}
.add_admin select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding: 3px 22px 3px 10px;
	line-height: 20px
}
.upload_admin_attach {
	float: right;
	font-size: 18px;
	right: 20%;
	position: absolute;
	color: #1695cc !important;
	cursor: pointer
}
.delete_admin_attach {
	float: right;
	font-size: 20px;
	right: 20%;
	position: absolute;
	color: red;
	line-height: 23px;
	cursor: pointer
}
a.delete_admin_attach:hover {
	color: red
}
.edit_admin_attach img {
	width: 16px !important;
	float: right;
	position: absolute;
	right: 28%;
	line-height: 20px;
	cursor: pointer
}
.admin_add_steps .green .step_onee span {
	background: #07b15b;
	border: 1px solid #07b15b;
	color: #fff;
	line-height: 34px
}
.admin_add_steps .green .step_nameee {
	color: #07b15b
}
.borderSalary {
	border: solid 1px #f1f1f1;
	padding: 5px
}
span.skil_nme {
	margin-left: -10px
}
.bptype label,
.from_bp_option label,
.tax_add_label label {
	width: 100%
}
.add_option_label {
	text-decoration: none;
	font-size: 11px;
	font-weight: 700
}
.refreshFromBP {
	float: right;
	padding: 0 2px
}
.refreshFromBP i {
	font-weight: bolder
}
.refreshAddNewTax {
	float: right;
	padding: 0 2px
}
.refreshAddNewTax i {
	font-weight: bolder
}
.payment_voucher {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.payment_voucher .modal-body {
	padding: 15px 25px 0
}
span.approveVendCount {
	position: absolute;
	margin-top: 5px
}
.leace_rad_mar {
	margin-bottom: 0 !important
}
.refreshFromBP_loader img {
	display: inline-block;
	width: 10px
}
.refreshAddNewTax img {
	display: inline-block;
	width: 10px
}
.requird_profields_class {
	border: 1px solid red !important
}
.requird_profields_class {
	border: 1px solid red !important
}
.leave_to span.close1 {
	position: absolute;
	top: 10px;
	opacity: 1;
	right: 10px;
	background: red;
	font-weight: bolder !important;
	z-index: 9999;
	cursor: pointer;
	color: #fff !important;
	display: flex;
	border-radius: 4px;
	padding: 0
}
.leave_to span.close1 i {
	font-size: 14px !important;
	font-weight: bolder !important
}
.leave_to div#adminLIST {
	position: relative
}
.all-leaves .multiple_skilll.focused.leave_to_cc span.close1 {
	position: absolute;
	top: 10px;
	opacity: 1;
	right: 10px;
	background: red;
	font-weight: bolder !important;
	z-index: 9999;
	cursor: pointer;
	color: #fff !important;
	display: flex;
	border-radius: 4px;
	padding: 0
}
.all-leaves .multiple_skilll.focused.leave_to_cc span.close1 i {
	font-size: 14px !important;
	font-weight: bolder !important
}
.all-leaves .multiple_skilll.focused.leave_to_cc div#adminLIST {
	position: relative
}
.leave_to_cc div#adminLIST ul {
	top: 0 !important
}
.add_deal_vndr_attach {
	width: 100% !important
}
.chk_box {
	width: 26% !important
}
a.ImportantMsgDemoVendor {
	text-decoration: none !important;
	color: #000
}
a.ImportantMsgDemoVendor .tooltip-inner {
	max-width: 350px !important
}
legend.finance_bp_field_text {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #4c5865;
	padding: 3px 20px
}
fieldset.finance_bp_field {
	border: 1px solid #ddd;
	height: auto;
	margin: 5px 10px;
	padding: 5px 10px
}
.reportBox.report_admin {
	background: #e8f5ff;
	padding: 5px 14px
}
.reportBox.report_admin p {
	border-bottom: none
}
span.high {
	color: #ef1a1a;
	font-weight: 700
}
span.medium {
	color: #3371af;
	font-weight: 700
}
.other_invoice_modal .modal-dialog {
	top: 10%;
	left: 30%;
	position: absolute;
	border-radius: 20px
}
.EXPENSE_EM #adminLIST1 ul {
	top: 20px !important
}
.EXPENSE_EM #adminLIST ul {
	top: 20px !important
}
a.ImportantMsgDemoVendor {
	text-decoration: none !important;
	color: #000
}
a.ImportantMsgDemoVendor .tooltip-inner {
	max-width: 350px !important
}
.tab_icons_top {
	display: inline-block;
	width: 100%
}
.tab_icons_top .min_max a {
	margin-bottom: 0
}
p.danger_alert {
	color: red;
	font-size: 14px;
	font-weight: 700
}
p.success_alert {
	color: green;
	font-size: 14px;
	font-weight: 700
}
.alert_order,
.gbp_error {
	color: red;
	font-size: 14px;
	font-weight: 700
}
.alert_success,
.gbp_success {
	color: green;
	font-size: 14px;
	font-weight: 700
}
.timesheet_dattaa.tabe_cus {
	overflow-y: auto;
	width: auto
}
button.delMOre {
	background-color: #f44336;
	height: 28px;
	width: 28px;
	color: #fff;
	padding: 2px 6px !important;
	border-radius: 2px !important
}
#proces_confirmLogistic {
	border: none !important;
	background: #2c3844;
	text-decoration: none;
	padding: 2px 6px !important;
	border-radius: 2px !important
}
.modal-content.usr_modl_title {
	padding: 6px !important
}
span.addMoreLoad1 {
	position: absolute;
	left: -10px
}
span.atchload1 {
	position: absolute;
	left: calc(100% - 100px)
}
.popover.top {
	margin-top: -10px;
	transform: translate(-50%, -100%);
	top: 0;
	left: 50%
}
.create_other_invoice_btn {
	float: right !important;
	margin-left: 5px
}
.vndr_advance .table {
	border: 0 solid #cfcfcfa6 !important
}
.vndr_advance tr {
	border: 0 solid #cfcfcfa6 !important
}
.vndr_advance th {
	color: #2c3844;
	font-size: 14px !important;
	padding: 14px 8px !important;
	border-top: 0 solid #ddd !important;
	border-bottom: 1px solid #ddd
}
.vndr_advance td {
	color: #495c70;
	font-size: 14px !important;
	font-weight: 500;
	padding: 14px 8px !important;
	vertical-align: middle !important
}
.vndr_advance td i {
	color: #047ed2;
	font-size: 16px;
	cursor: pointer
}
.vndr_advance td>p {
	margin: 0
}
.vndr_advance td>p>a {
	color: #066fb8 !important
}
.vndr_advance .verify_vndr_mail_number {
	color: #029a43 !important;
	cursor: pointer
}
.vndr_advance .vndr_head {
	box-shadow: 0 3px 13px 1px #efefef
}
.vndr_advance p.non_vndr_green_chnl::before {
	content: "	";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: red;
	display: inline-block;
	margin-right: 6px;
	cursor: pointer
}
.vndr_advance p.vndr_green_chnl::before {
	content: "	";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #029a43;
	display: inline-block;
	margin-right: 6px;
	cursor: pointer
}
button.send_mail_to_manager {
	color: #fff;
	border: none;
	background: #1f91f3;
	padding: 3px 5px;
	border-radius: 3px
}
.bg-darkcyan {
	background-color: #008b8b
}
.bg-midnightblue {
	background-color: #191970
}
.bg-darkgoldenrod {
	background-color: #b8860b
}
.btn_efct .btn:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important
}
tr.vndr_head {
	border-top: 2px solid #ddd !important
}
a.ImportantMsgDemoVendor {
	text-decoration: none !important;
	color: #000
}
a.ImportantMsgDemoVendor .tooltip-inner {
	max-width: 350px !important
}
.already_exi.col-green.font-12 p,
span.errorr.col-red.font-12.pass_error {
	margin: 0;
	font-size: 12px
}
.add_admin .form-control {
	padding: 2px 10px
}
.admin_steps_details .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #bcc7d3 !important;
	border-radius: 4px !important;
	-webkit-box-shadow: none
}
.admin_steps_details .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px !important
}
.admin_steps_details .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px
}
.eror_spn span {
	padding: 0
}
.eror_spn {
	margin-top: 15px
}
.ledgers_design .table {
	border: none;
	width: 100%;
	display: inline-table
}
.ledgers_design .table tr {
	border: none;
	width: 100%;
	display: inline-table !important
}
.ledgers_design .accordian-body .table tr {
	border: none;
	width: 100%
}
.ledgers_design .accordian-body .table tr {
	border: none;
	width: 100%
}
.ledgers_design .table>tbody>tr>td,
.ledgers_design .table>thead>tr>td,
.ledgers_design .table>thead>tr>th,
.ledgers_design.table>tbody>tr>th,
.ledgers_design.table>tfoot>tr>td,
.ledgers_design.table>tfoot>tr>th {
	border-bottom: 0 solid #f8f8fb;
	border-top: none;
	padding: 12px 10px 12px 10px
}
.ledgers_design td,
.ledgers_design th {
	font-size: 14px !important
}
.ledgers_design th {
	color: #c4cbda
}
ul.filter_ledger {
	padding: 0 !important;
	list-style-type: none;
	position: relative
}
ul.filter_ledger li {
	display: inline-block;
	margin: 5px 10px
}
.fltr_bg {
	right: 0;
	background: #f1f4f4;
	border: 1px solid #f1f4f4;
	border-radius: 10px;
	font-size: 15px;
	color: #2c3844;
	position: relative;
	padding: 5px 0 4px 5px
}
.ledgers_main {
	padding: 25px 0
}
.ledger_span span.select2.select2-container.select2-container--default {
	width: auto !important
}
label.fltr_lbl_ledgers {
	font-size: 15px;
	margin: 0 5px;
	color: #595959
}
.ledgers_design tr.accordion-toggle[aria-expanded=true] {
	background: #fff
}
.ledgers_design .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}
.ledgers_design .hiddenRow {
	border: none !important;
	padding: 0 !important
}
span.ledger_btm_amt {
	font-weight: 700
}
.ledgers_design .table>tfoot>tr {
	border-top: 0 solid #f8f8fb;
	padding: 8px 10px 12px 8px
}
.ledgers_design .table>tfoot>tr:first-child td {
	border-top: 3px solid #f8f8fb
}
.ledgers_design .table>tfoot>tr td {
	border-top: 0 solid #f8f8fb
}
.ledgers_design .table>tbody>tr td {
	border-top: 3px solid #f8f8fb
}
.ledgers_design .table>tbody>tr th {
	border-top: 3px solid #f8f8fb
}
.ledgers_design table thead tr th {
	background: 0 0 !important
}
.ledgers_design tbody.table_body {
	height: calc(100% - -90%);
	overflow-y: auto;
	width: 100%;
	position: absolute
}
.ledgers_design tfoot {
	position: fixed;
	bottom: 0
}
.ledgers_design .accordian-body .table {
	margin: 0
}
.accordion-toggle td {
	padding: 10px 8px 10px 8px !important
}
.ledgers_design tfoot {
	background: #fff;
	width: auto;
	padding-right: 15px
}
.ledger_span .select2-container--default .select2-selection--single {
	background-color: #fff;
	right: 0;
	background: #f1f4f4;
	border-radius: 10px !important;
	font-size: 15px;
	color: #2c3844;
	position: relative;
	padding-left: 5px;
	border: 1px solid #f1f4f4 !important;
	-webkit-box-shadow: none;
	text-transform: capitalize
}
.ledger_span .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400
}
.skil_nm_list ul {
	top: 50px !important
}
span.error_msg {
	font-weight: 600
}
.select2-container--default .select2-results>.select2-results__options {
	overflow-y: auto;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd
}
#proces_confirmLogistic {
	border: none !important;
	background: #2c3844;
	text-decoration: none;
	color: #fff;
	padding: 2px 6px !important;
	border-radius: 2px !important
}
.modal-content.usr_modl_title {
	padding: 6px !important
}
button.btn.emp_wfh.selState {
	background: #7377ec !important;
	color: #fff;
	border: 1px solid #7377ec !important;
	border-radius: 20px;
	padding: 5px 10px
}
button.btn.emp_wfh {
	padding: 5px 10px;
	border-radius: 20px;
	color: #000;
	background: 0 0;
	border: 1px solid #ddd !important
}
span.copyText {
	position: relative;
	display: block;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd
}
#proces_confirmLogistic {
	border: none !important;
	background: #2c3844;
	text-decoration: none;
	color: #fff;
	padding: 2px 6px !important;
	border-radius: 2px !important
}
.modal-content.usr_modl_title {
	padding: 6px !important
}
button.btn.emp_wfh.selState {
	background: #e1e2ff !important;
	color: #5a5ed5;
	border: 1px solid #5a5ed5 !important;
	border-radius: 20px;
	padding: 6px 20px;
	font-weight: 500
}
button.btn.emp_wfh {
	padding: 6px 20px;
	border-radius: 20px;
	color: #000;
	background: 0 0;
	border: 1px solid #ddd !important
}
span.copyText {
	position: relative;
	display: block;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd
}
textarea.txtcpy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none transparent;
	margin: 0;
	padding: 0;
	outline: 0;
	resize: none;
	overflow: hidden;
	font-family: inherit;
	font-size: 1em;
	background: 0 0
}
.mult_popup [type=checkbox]:checked,
.mult_popup [type=checkbox]:not(:checked) {
	opacity: 1 !important
}
.mult_popup ul {
	list-style-type: none;
	padding-left: 10px
}
.btn_efct .btn:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important
}
.new_inpt.mandatoryRed {
	border: 1px solid #fb483b !important
}
.call_modal .modal-dialog {
	margin: 100px auto !important
}
.call_modal .modal-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0)
}
.call_modal .digit,
.dig {
	padding: 8px 43px !important;
	width: 50px !important
}
.call_modal #call {
	padding: 10px !important;
	border-radius: 50% !important;
	font-size: 16px !important;
	width: 42px;
	height: 42px
}
.call_modal #output {
	font-family: Arial !important;
	height: 44px !important;
	color: #1f91f3 !important;
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px
}
.call_modal .modal .modal-content .modal-body {
	padding: 0 15px 15px
}
.call_btns {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end
}
.leave_edit_down {
	padding: 2px 5px;
	border: 1px solid #6943cc;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer
}
a.btn.btn-danger.waves-effect.no_link {
	padding: 1px 6px 3px
}
legend.select_email_checkbox_text {
	width: auto;
	font-size: 12px;
	border-bottom: 0 solid #ddd;
	margin: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #4c5865;
	padding: 3px 20px
}
fieldset.select_email_checkbox {
	border: 1px solid #ddd;
	height: auto;
	margin: 10px 0 20px;
	padding: 20px
}
.expense_ledger_links tr.tablerow.clrdiv_.trColorr a {
	color: #fff;
	text-decoration: underline
}
.call_modal .dig {
	width: 42% !important
}
ul.ivr_call {
	text-align: center;
	margin: 20px 40px 20px
}
.ivr_call i {
	width: 12px;
	height: 22px;
	align-items: center;
	justify-content: center;
	display: flex
}
.ivr_call .material-icons {
	font-size: 16px
}
.ivr_call li {
	display: inline-flex;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #c4cfd5;
	padding: 6px 10px;
	font-size: 18px !important;
	margin: 0 2px;
	cursor: pointer
}
.ivr_call .hangup_icon {
	transform: rotate(135deg)
}
.ivr_call .dial_call {
	background: #3acc00 !important;
	color: #fff
}
.ivr_call .cut_call {
	background: red !important;
	color: #fff
}
.ivr_call .unmute_call {
	background: #082548;
	color: #fff;
	border: none !important
}
span.m-t-0.font-12.approveVendMsg {
	color: #222;
	font-size: 12px
}
.unselect_all_btn {
	color: #fff;
	background: #708090
}
.nationality_required {
	border: 1px solid red;
	border-radius: 4px
}
.error_doc_admin {
	font-size: 14px
}
.already_exi.col-green.font-12 p,
span.errorr.col-red.font-12.pass_error {
	font-size: 12px
}
.div_mar {
	margin: 0 !important
}
span.m-t-0.font-12.approveVendMsg {
	color: #222;
	font-size: 12px
}
.unselect_all_btn {
	color: #fff;
	background: #708090;
	margin: 10px;
	padding: 10px
}
.modal-content.usr_modl_title {
	padding: 6px !important
}
td.greay1 {
	background: #a9a9a9;
	color: #000;
	border: 1px solid #616161 !important
}
td.greay1bluish {
	background: #38496f;
	color: #fff
}
td.blue1 {
	background: #2f5496;
	color: #fff
}
td.blue11 {
	background: #1f91f3 !important;
	color: #fff;
	border: 1px solid #1f91f3 !important
}
td.green1 {
	background: #669e66;
	color: #fff;
	border: 1px solid #669e66
}
tr.blueee1 {
	background: #04acf5;
	color: #fff
}
span.m-t-0.font-12.approveVendMsg {
	color: #222;
	font-size: 12px
}
.reportClassnew {
	border: 1px solid #ddd !important;
	margin-bottom: 30px
}
.reportClassnew thead>tr.Classreport>td {
	background: #dddddd94;
	border: 1px solid #bdbdbd
}
section.content.call_page {
	background: #f9f9f9;
	height: 100vh;
	margin: 0
}
.call_page span.call_haed {
	font-weight: 400
}
.call_page h1 {
	padding: 100px 0 60px;
	margin: 0
}
.dial_pad {
	background: #fff;
	width: 384px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 0 10px 1px #ececec
}
.dial_pad .row {
	margin: 0;
	width: 100%
}
.dial_botm_icns {
	font-size: 18px !important;
	padding: 30px 60px;
	cursor: pointer
}
.add_num {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #06f;
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -74%)
}
.call_digit,
.clear_cut {
	float: left;
	padding: 12px 56px;
	width: 128px;
	font-size: 24px;
	cursor: pointer;
	font-weight: 600
}
#output_call {
	font-size: 28px;
	height: 60px;
	font-weight: 500;
	color: #252423;
	text-align: center;
	padding: 30px 0 80px;
	border-bottom: 1px solid #d5d9de;
	position: relative
}
#call_btn {
	display: inline-block;
	background-color: #66bb6a;
	padding: 12px;
	margin: 10px 28px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 50px;
	width: 50px;
	font-size: 20px
}
.dialer_botm {
	display: flex;
	justify-content: end;
	align-items: end;
	clear: both;
	text-align: center;
	padding: 0 0 10px 0
}
.call_digit:active,
.clear_cut:active {
	background-color: #e6e6e6
}
#call:hover {
	background-color: #81c784
}
.clear_cut {
	float: left;
	padding: 10px 20px;
	margin: 10px;
	width: 30px;
	cursor: pointer
}
.right_sec {
	position: relative
}
.right_sec {
	position: relative;
	height: 100vh;
	background: #fff;
	box-shadow: 0 2px 10px 1px #ececec;
	padding-top: 50px
}
h2.caller_name {
	font-size: 15px;
	margin: 0 auto 4px
}
.call_new_his .his_list {
	list-style-type: none;
	margin: 12px 0
}
.call_new_his .his_list h2 {
	font-size: 14px;
	color: #242424;
	font-weight: 500
}
.call_new_his .his_list p {
	margin-bottom: 0
}
.his_list .media-body i {
	transform: rotate(-45deg);
	margin-right: 4px
}
.arrow_his:after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 35%;
	background: url(../images/arrow_his.png) no-repeat;
	background-size: 10px;
	transform: translate(0, 35%) !important
}
.arrow_his:active {
	color: #2b9fdf
}
.arrow_his::after {
	transform: rotate(-180deg)
}
.his_prsn_img {
	width: 48px !important;
	border-radius: 50%;
	position: relative;
	border: 1px solid #b2b2b2
}
.his_md .col-md-6 {
	padding: 0
}
.his_md .col-md-6 ul {
	padding: 0;
	margin: 0
}
.his_md .col-md-6 li {
	list-style-type: none;
	padding: 6px 5px 6px 15px;
	border-bottom: 1px solid #ddd
}
.his_md .col-md-6 {
	border: 1px solid #ddd;
	padding: 0
}
.his_md .col-md-6 li:last-child {
	border-bottom: 0
}
.row.his_md {
	padding: 0 4px;
	box-shadow: 0 3px 4px 1px #f3f3f3 inset
}
.his_sec {
	position: relative;
	padding-bottom: 10px
}
.call_his_comp {
	color: #009e33;
	font-weight: 500
}
.call_his_pend {
	color: #f9b840;
	font-weight: 500
}
.call_his_outgoing_icn {
	color: #009e33;
	font-weight: 500
}
.call_his_pend_icn {
	color: #f9b840;
	font-weight: 500
}
.call_his_reject_icn {
	color: red;
	font-weight: 500
}
.his_list .media {
	position: relative;
	margin: 0 0 8px 0
}
.his_list .media-left {
	padding: 0 5px 0 0
}
.his_list .media-body p {
	margin: 0;
	font-size: 12px !important
}
.his_list .media-body .his_time p {
	margin: 0 0 3px 0;
	font-size: 11px !important;
	font-weight: 500;
	color: #7b7e81
}
.his_list .media-body {
	padding: 5px
}
.his_text {
	color: #828588
}
.his_record_link {
	color: #1f91f3;
	cursor: pointer;
	margin-left: 5px
}
.his_time {
	text-align: end;
	position: absolute;
	top: 18%;
	right: 0;
	transform: translate(0, -18%)
}
.call_new_his {
	padding: 10px 15px
}
span.from_name {
	font-weight: 700;
	color: #242424
}
i.fa.fa-arrow-right.call_his_reject_icn {
	transform: rotate(134deg);
	margin-right: 4px;
	color: red
}
i.fa.fa-arrow-right.call_his_incoming_icn {
	transform: rotate(134deg);
	margin-right: 4px;
	color: #009e33
}
.col-lg-4.col-md-4.col-sm-5.right_sec {
	padding: 50px 0 0 0
}
.col-lg-8.col-md-8.col-sm-7.wel_scrn_scnd {
	padding: 0
}
.his_serch_bar {
	margin: 20px 15px
}
.recnt_calls p {
	padding: 0 15px;
	font-size: 15px;
	color: #7b7e81;
	margin: 0 auto
}
.his_serch_bar input:focus {
	outline-offset: -2px
}
.his_serch_bar .container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: -1em;
	margin-left: -15em
}
.his_serch_bar #searchInput {
	width: 100%;
	border: 1px solid #a8a8a8;
	border-radius: 30px;
	font-size: 16px;
	background-color: #fff;
	background-image: url('../img/call_search.png');
	background-position: 10px 7px;
	background-repeat: no-repeat;
	padding: 8px 20px 8px 40px;
	-webkit-transition: width .8s ease-in-out;
	transition: width .8s ease-in-out;
	outline: 0;
	opacity: .9;
	color: #a8a8a8
}
.dial_pad .calling_avatar {
	text-align: center;
	max-height: 330px;
	min-height: 330px;
	color: #082548
}
.dial_pad .calling_avatar h5 {
	font-size: 16px
}
.dial_pad .calling_avatar p {
	font-size: 12px;
	font-weight: 600;
	margin: 0
}
.dial_pad .calling_avatar img {
	width: 85px;
	border: 1px solid #9e9e9e;
	border-radius: 50%;
	margin: 55px 0 5px 0;
	padding: 0
}
ul.calling_icns {
	text-align: center;
	margin: 20px 0 40px;
	padding: 0 0 30px 0
}
.calling_icns li {
	display: inline-flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #c4cfd5;
	padding: 10px 7px;
	font-size: 22px !important;
	margin: 0 2px;
	cursor: pointer;
	justify-content: center;
	align-items: center
}
.calling_icns .cut_call {
	background: red !important;
	color: #fff
}
.calling_icns .hangup_icon {
	transform: rotate(135deg)
}
.calling_icns .dial_call {
	background: #3acc00 !important;
	color: #fff
}
.calling_icns .unmute_call {
	background: #082548;
	color: #fff;
	border: none !important
}
.reportClassnew thead>tr.Classreport>td {
	background: #dddddd94;
	border: 1px solid #bdbdbd
}
p.profile_info_msg {
	padding: 10px;
	margin: 0 15px 15px;
	background: #e2efff;
	border-radius: 4px;
	color: #0c54ae;
	font-size: 13px;
	font-weight: 500
}
.lbl_span_addadmin {
	float: right;
	margin-top: -2px;
	font-weight: 700;
	color: #1695cc
}
.lbl_span_addadmin .add_icon {
	color: #4173c9;
	font-size: 11px;
	background: #e5efff;
	padding: 5px;
	border-radius: 4px;
	height: 20px;
	width: 20px;
	margin-left: 4px;
	cursor: pointer
}
.lbl_span_addadmin .rfrsh_icn {
	color: #ff6a00;
	font-size: 11px;
	background: #ffe8d0;
	padding: 5px;
	border-radius: 4px;
	height: 20px;
	width: 20px;
	margin-left: 4px;
	cursor: pointer
}
.reportClassnew thead>tr.Classreport>td {
	background: #dddddd94;
	border: 1px solid #bdbdbd
}
.type_hol {
	position: absolute;
	bottom: 0;
	right: 10px
}
.paid_leave {
	position: absolute;
	top: 0;
	right: 0;
	color: #1eb324 !important;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600
}
.unpaid_leave {
	position: absolute;
	top: 0;
	right: 0;
	color: red !important;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600;
	margin: 0
}
span.paid_leave1 {
	background: #4caf50;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 11px;
	text-transform: capitalize;
	margin: 3px auto;
	display: inline-block
}
span.unpaid_leave1 {
	background: #f44336;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 11px;
	text-transform: capitalize;
	margin: 3px auto;
	display: inline-block
}
.cale_table {
	border-spacing: 0;
	border-collapse: revert !important
}
.payment_terms {
	margin-bottom: 0 !important
}
.aa1 [type=checkbox]:checked,
.aa1 [type=checkbox]:not(:checked) {
	width: 100% !important
}
.aa1 input[type=checkbox]:not(:checked),
.aa1 input[type=radio]:not(:checked),
input[type=checkbox]:checked,
input[type=radio]:checked {
	margin-top: 5px !important
}
.aa1 {
	position: relative;
	float: left
}
.missing_fields {
	border: 1px solid red !important
}
. active.missingDetails>a,
.missingDetails a:focus,
.missingDetails a:hover,
.missingDetails>a {
	background-color: #ffdfdfee !important
}
.missing_label {
	color: #d00 !important
}
.missing_label label {
	color: #d00 !important
}
.overme label {
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block
}
.overme {
	display: inline-block
}
.overme1 label {
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block
}
.overme1 {
	display: inline-block
}
.bank_icon_img img {
	width: 13px !important;
	margin: 0 0 0 6px
}
li.missingDetails i {
	color: red;
	cursor: pointer
}
span.popover_onhover {
	float: right
}
.admin_lefft_side .popover .popover-content {
	min-width: 207px
}
.admin_lefft_side .popover .popover-content {
	font-size: 14px;
	color: #2c3844;
	margin: 0
}
.missingDetails span.popover_onhover.missicon {
	display: inline-block
}
span.popover_onhover.missicon {
	display: none
}
.f-14 {
	font-size: 12px
}
.btn.vndr_atch_add:not(.btn-link):not(.btn-circle) i {
	top: 0
}
.img_icons_vendor img {
	width: 20px !important
}
span.filter_slt_inner1 {
	right: 0;
	background: #f1f4f4;
	border: 1px solid #f1f4f4;
	border-radius: 10px;
	font-size: 15px;
	color: #2c3844;
	padding: 0 5px
}
.team_data {
	margin: 20px
}
span.already_exist3 {
	position: absolute
}
button.add_more_company_admin {
	background: #1695cc;
	border: 1px solid #1695cc !important;
	color: #fff !important;
	padding: 4px 8px;
	border-radius: 4px
}
.add_more_company_admin a,
.add_more_company_admin a:focus,
.add_more_company_admin a:hover {
	color: #fff !important;
	text-decoration: none
}
.btn.add_more_company_admin:not(.btn-link):not(.btn-circle) i,
.btn.remove_btn_admin_demo:not(.btn-link):not(.btn-circle) i {
	top: 0 !important
}
.horizontal_line hr {
	border-top: 1px solid #bcc7d3
}
.team_data table {
	border: 0 solid transparent
}
.team_data table>tbody>tr,
.team_data table>tbody>tr>td {
	padding: 5px 5px;
	border-bottom: 1px solid #eee !important;
	vertical-align: middle
}
.team_data table tr td {
	color: #595959;
	font-size: 13px
}
.team_data table tr td p {
	height: auto;
	line-height: normal;
	margin-bottom: 2px
}
.team_data table th {
	color: #909ab1;
	background-color: #fff;
	border-top: 1px solid #eee !important;
	font-size: 15px !important;
	padding: 7px 5px !important
}
td.attch_tab_admin_icon img {
	width: 20px !important
}
.team_data {
	margin: 20px
}
span.already_exist3 {
	position: absolute
}
span.year {
	position: absolute;
	padding: 7px 2px;
	background: #03a9f4;
	color: #fff;
	font-size: 10px;
	right: 0;
	top: 0
}
span.months {
	position: absolute;
	padding: 7px 2px;
	background: #03a9f4;
	color: #fff;
	font-size: 10px;
	right: 0;
	top: 0
}
span.days {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	background: #03a9f4;
	color: #fff
}
img.export_skill_loader {
	width: 16px;
	background: #fff;
	top: 7px
}
.custommail1 {
	position: relative
}
.custommail1 a.bcc_value {
	position: absolute;
	right: 20px;
	float: right;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none
}
.custommail1 a.cc_value {
	float: right;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	right: 50px
}
.cusstom_messssss {
	overflow-y: auto
}
div#mailstatus .modal-dialog {
	transform: translate(0, -50%);
	left: 0;
	top: 50%
}
div#mailstatus .modal-body {
	max-height: 150px;
	overflow-y: auto
}
.upload_more_btn .upload_attachmnt.add_attach_user.add_vendor_attch.entity_attch {
	width: 100% !important
}
.entity_atch_loader {
	position: relative
}
img.minelods.pre_lods.lodas_attach.entity_atch_loader {
	position: relative;
	bottom: 24px;
	right: -92%;
	transform: translate(-50%, 0)
}
.attendance_absent {
	color: red;
	font-weight: 700
}
.attendance_present {
	color: green;
	font-weight: 700
}
.error_msgbp {
	color: red !important
}
.sucess_msgbp {
	color: green !important
}
.available-data ul li {
	list-style-type: disc
}
.available-data b {
	width: 100px;
	display: inline-block
}
.mult_popup {
	color: #777;
	padding: 15px 25px 0 !important
}
.salry_detail_tr_set .detail {
	margin: 0 !important
}
.table.ear_ded label {
	padding: 3px 0 0 5px;
	margin: 0
}
input.salary_calc.salary_deduction,
input.salary_calc.salary_earning {
	padding: 3px 2px 2px
}
input.salary_calulate_align {
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-top: none !important;
	border-bottom: none !important
}
.redd {
	background-color: #ffe1e1
}
.redd:hover {
	background-color: #ffe1e1 !important
}
.msg_chnge_pswd {
	font-size: 10px
}
.provisionlist_content_main {
	padding: 25px 0;
	min-height: auto
}
.attenda_tab .filter_data {
	padding: 0 !important
}
.one_vendor_log.blielight .bg_vendor_diffr {
	background: #d1dfed
}
.one_vendor_log.blielight {
	background: #e1edf9
}
.one_vendor_log.blielight a {
	color: #0674d3;
	text-decoration: none;
	font-weight: 600
}
.filterhip111 .input-group {
	display: block
}
.open_link {
	padding: 7px 6px 0 2px
}
.pay_for_category {
	position: relative
}
.pay_for_category_loader {
	position: absolute;
	top: 22%;
	right: 10%;
	transform: translate(-22%, -10%)
}
span.load_more {
	border: none !important
}
span.load_more {
	position: absolute;
	bottom: 84px;
	right: 50%;
	transform: translate(50%, -50%)
}
tr.load_more {
	position: absolute;
	bottom: -40px;
	left: 20px;
	z-index: 99999
}
td#td_select_all {
	padding: 5px 5px !important
}
.fixed-scroll {
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff
}
.fhClstaken span {
	background-color: #53bfd552 !important;
	color: #0b7489;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.fhClsnottaken span {
	background: #ccf0f7;
	color: #0b7489;
	padding: 5px;
	border-radius: 20px;
	width: 40%;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
	position: relative
}
.currendatecss {
	background-color: #03a9f436 !important;
	color: #000
}
.floatingholiday .modal-body {
	font-size: 16px
}
.floatingholiday {
	top: 50%;
	transform: translate(0, -50%) !important
}
.floatingholiday h5.modal-title {
	display: inline-block;
	font-size: 20px !important
}
tr.day td strong {
	width: 80px;
	display: block
}
button#apply_holiday {
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px
}
.logistic_bp_attch {
	position: absolute;
	top: 14%;
	left: 8px;
	margin: 0
}
div#rightSection .tab-content-inner {
	overflow-y: auto;
	min-height: 356px;
	max-height: 356px
}
.nav-tabs+.tab-content-inner {
	padding: 10px;
	background: #f9fcff;
	border: 1px solid #c4cfd5;
	float: left;
	width: 100%
}
.user_attach_loader {
	position: absolute;
	left: 8px;
	top: 14%;
	margin: 0
}
.user_attach_loader {
	position: absolute;
	left: 8px;
	top: 14%;
	margin: 0
}
.lveCls {
	position: relative
}
.hldCls {
	position: relative
}
.floating {
	background-color: #1c87c9;
	-webkit-border-radius: 60px;
	border-radius: 22px;
	border: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 10px 25px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	animation: glowing 1.3s infinite;
	text-decoration: none
}
@keyframes glowing {
	0% {
		background-color: #0090bf
	}
	50% {
		background-color: #2bcbff
	}
	100% {
		background-color: #0090bf
	}
}
.floating:active,
.floating:focus,
.floating:hover {
	text-decoration: none;
	color: #fff !important
}
.flo_holi_apply {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 10px;
	animation: glowingholiday 1.3s infinite;
	text-decoration: none
}
@keyframes glowingholiday {
	0% {
		color: #00149f
	}
	50% {
		color: #8090ff
	}
	100% {
		color: #00149f
	}
}
span.floatin_tit {
	float: right
}
span.floatin_tit a {
	padding-left: 5px;
	animation: glowingholiday 1.3s infinite;
	font-size: 16px;
	font-weight: 700
}
.colo-floa {
	width: 15px;
	height: 15px;
	content: '';
	background: #cdcdcd;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #bfbdbd
}
p.paidlvs {
	position: absolute;
	top: 5px;
	right: 0;
	color: #1eb324 !important;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600
}
p.unpaidlvs {
	position: absolute;
	top: 5px;
	right: 0;
	color: red !important;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600
}
p.cal_who_apply {
	font-size: 20px;
	color: #000;
	font-weight: 700
}
p.cal_who_apply span {
	color: #03a9f4 !important;
	text-transform: capitalize
}
.ohcls,
.rhcls {
	text-transform: capitalize
}
.show_msg_invoice {
	background: rgba(255, 255, 255, .96);
	padding: 9px 8px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	min-height: 200px;
	max-height: 350px;
	overflow-y: auto
}
.loader_internlordr_submit img {
	left: 88%
}
.popup_selectbank_salesorder {
	padding: 15px 30px
}
.heading_taxable {
	width: 100%;
	color: #9c27b0 !important;
	font-size: 14px;
	font-weight: 600
}
@media screen and (min-width:1800px) {
	.row.clearfix.main_calc {
		height: 75vh
	}
}
.holidayStatus {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600
}
.applied_FH {
	color: #ff9800 !important
}
.approved_FH {
	color: #1eb324 !important
}
span.twoblck {
	width: 50%;
	display: inline-block;
	text-transform: capitalize
}
p.partiallvs {
	position: absolute;
	top: 5px;
	right: 0;
	color: orange !important;
	padding: 2px 7px;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 600
}
#video_pop1 {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%) !important;
	height: 100%
}
.demo_pdf_dwnld_btn,
a.legal_form {
	background: #1f91f3;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #fff
}
a.demo_pdf_dwnld_btn:focus,
a.demo_pdf_dwnld_btn:hover,
a.legal_form:focus,
a.legal_form:hover {
	color: #fff !important;
	text-decoration: none !important
}
.exist_vendor_msg.alrdy_sum p {
	color: #9c27b0 !important;
	font-size: 14px;
	font-weight: 600
}
.exist_vendor_msg .addvendorskill {
	float: right;
	border-radius: 3px;
	height: 25px
}
.exist_vendor_confirm {
	position: absolute;
	right: 5px
}
span.demolog_ques_cnfrm_loader {
	position: absolute;
	right: 28%
}
.selectbankemp {
	position: relative
}
.errorBankMsg {
	position: absolute;
	margin-top: -12px !important;
	width: 100%;
	right: 0
}
#video_pop1 .modal-dialog {
	width: auto
}
.div_set_closing_tracker label {
	margin-bottom: 8px
}
.workflow_data_demo_refresh {
	float: right;
	padding: 4px 6px;
	border: none;
	border-radius: 0;
	height: 26px;
	width: 24px;
	margin-left: 2px;
	background-color: #6943cc !important
}
.workflow_data_demo_refresh i {
	font-size: 13px !important
}
.primary_msg {
	color: #1f91f3
}
.error_page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%
}
.error_page h2 {
	color: #00afe2;
	font-size: 36px !important;
	text-transform: uppercase;
	margin: 28px 0 6px 0
}
.error_page p {
	color: #2c3844;
	font-size: 26px;
	margin: 0 15px
}
.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
	height: 28px
}
.msg_chnge_pswd a {
	color: #000
}
span.closesearch,
span.closesearchuser {
	position: absolute;
	right: 5px;
	top: 7px;
	font-weight: 700;
	cursor: pointer;
	display: none
}
li.notfound-er {
	color: #ef6f6f
}
.market_inv_pop {
	min-height: auto;
	max-height: 350px
}
.finance_bp_bank [type=checkbox]:checked,
.finance_bp_bank [type=checkbox]:not(:checked) {
	opacity: 0 !important
}
.kby [type=checkbox]+label::before,
.kby [type=checkbox]:not(.filled-in)+label::after {
	top: 4px;
	left: 0;
	width: 13px;
	height: 13px
}
.modal_financebp .modal-body.mult_popup {
	padding: 0 25px !important
}
.modal_financebp .modal-header {
	padding: 0 !important
}
.finance_bp_bank [type=checkbox]+label {
	padding-left: 20px !important;
	padding-right: 20px !important
}
.modal_financebp h5 {
	color: #000;
	text-decoration: underline
}
.msg_chnge_pswd {
	position: absolute;
	top: 5px;
	right: 20px
}
.msg_chnge_pswd a {
	color: #000
}
.reportBox.sales_reportbor {
	padding: 0 !important;
	overflow-y: scroll
}
.sales_reportbor .row.fst_report_div {
	padding: 6px;
	background: #e2f2ff;
	margin: 3px 0
}
.sales_reportbor .row.sec_report_div {
	padding: 6px;
	background: #c3e3fd;
	margin: 3px 0
}
.reportBox.sales_reportbor .key_lead_status {
	background: #084376;
	padding: 6px 24px;
	color: #fff;
	font-weight: 700;
	margin-top: 2px
}
#mulitple_invoice_form .dropdown-multiple,
#mulitple_invoice_form .dropdown-multiple-label,
#mulitple_invoice_form .dropdown-single {
	height: 28px
}
#mulitple_invoice_form .col-lg-4,
#mulitple_invoice_form .col-md-4,
#mulitple_invoice_form .col-sm-4,
#mulitple_invoice_form .col-xs-4 {
	margin-bottom: 10px
}
.recivable_tab {
	position: relative
}
.createMulInvoice {
	position: absolute;
	top: 3px;
	right: 0
}
.msg_chnge_pswd a {
	color: #000
}
.finance_bp_attch_loader {
	position: absolute;
	margin-top: 5px !important;
	left: 8px
}
span.sec_clone {
	float: right;
	display: flex
}
a.refesh_sec .material-icons {
	font-weight: 600 !important
}
@media screen and (max-width:992px) {
	.dashboard_view .what .col-md-9 {
		height: 724px !important
	}
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.refer_bl {
		padding: 0 !important
	}
	.dashboard_design {
		padding: 0 10px 10px 0
	}
}
@media screen and (max-width:470px) {
	.dashboard_view .what .col-md-9 {
		height: 680px !important
	}
}
.pay_heads_main .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.pay_heads_main .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border-radius: 0;
	background: #0075a8 !important;
	border: 1px solid #0075a8 !important
}
.pay_heads_main .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #555 !important;
	border: 1px solid #eee !important;
	background: #eee !important;
	border-radius: 0 !important
}
.pay_heads_main .dataTables_wrapper .dataTables_paginate .paginate_button {
	font-weight: 600;
	color: #555 !important
}
.pay_heads_main input[type=text] {
	border: 1px solid #ccc;
	font-weight: 500;
	padding: 3px;
	width: 100%
}
@media screen and (max-width:767px) {
	.table-responsive {
		border: none
	}
}
.div_working_hrs .admin_time_table {
	overflow-x: auto
}
.sale_order_main .table-responsive {
	border: 1px solid #eee;
	border-bottom: none !important
}
@media screen and (max-width:767px) {
	.navbar-right {
		text-align: left !important
	}
	.navbar .navbar-nav .open .dropdown-menu {
		border: 1px solid #eeee
	}
}
.taxable_yn .input-group {
	width: auto !important
}
#bulk_pdf_attach_CLIENT table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%
}
#bulk_pdf_attach_CLIENT td,
#bulk_pdf_attach_CLIENT th {
	border: 1px solid #ddd;
	text-align: left;
	padding: 3px
}
#bulk_pdf_attach_CLIENT td,
INPUT {
	PADDING-BOTTOM: 2PX
}
#bulk_pdf_attach_CLIENT .modal-dialog {
	width: 800px;
	margin: 45px auto
}
#bulk_pdf_attach_CLIENT .modal-footer,
#bulk_pdf_attach_CLIENT .modal-header {
	background: #fff !important
}
div#is_salary_entity_ajax {
	font-size: 13px
}
#entity_id,
div#is_salary_entity_ajax {
	font-size: 13px !important;
	text-align: left !important
}
.salry_unapproved ol {
	padding: 0 0 0 18px
}
.salry_unapproved .add_logis {
	padding: 6px 25px !important
}
.modal-dialog.salry_unapproved {
	min-width: 408px !important;
	max-width: 408px !important;
	margin: 0 auto !important
}
.modal.salry_unapproved {
	width: 100% !important
}
.userid_search_loader,
.vendorid_search_loader {
	margin-right: 20px;
	right: 0 !important;
	top: 4px
}
.vendor_payment_div {
	background: #e2f2ff;
	padding: 0 10px 10px
}
.vendor_payment_div h6 {
	background: #c3e3fd;
	padding: 7px;
	font-size: 13px;
	color: #005072;
	margin: 10px 0 0 0
}
.vendor_payment_div .payment_details {
	padding: 0 4px
}
.vendor_payment_div .name_label label {
	font-weight: 500 !important
}
label.currency_label {
	margin: 5px 0
}
.select_curr .form-control,
.select_curr select.form-control {
	border: none !important;
	font-size: 12px !important;
	padding: 6px 22px 6px 4px !important
}
#fetch_timesheet {
	border: none !important
}
.modal_payment_voucher .modal-dialog {
	width: 100%;
	margin: 0 auto
}
span.arrow_drop_data i {
	float: right;
	font-size: 18px;
	font-weight: 700;
	margin: -2px 0 0
}
.rotate_arrow {
	-moz-transition: all .8s linear;
	-webkit-transition: all .8s linear;
	transition: all .8s linear
}
.rotate_arrow.down {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.pay_his_detail tr>th {
	background: #f9fcff !important;
	color: #084376 !important
}
.pay_his_detail tbody tr td,
.pay_his_detail thead>tr>th {
	border-bottom: 1px solid #eee !important;
	border: none
}
.pay_his_detail tr>th,
tr>td {
	vertical-align: middle !important
}
.table.pay_his_detail {
	border: 1px solid #eee !important
}
a.navbar-brand img {
	max-width: 120px
}
.checkdesign {
	display: inline-flex
}
.label_store label,
.store_Setting_heading label {
	font-weight: 400;
	font-family: SF-Pro-Text-Medium
}
.label_store {
	background: #cbe3fb;
	padding: 0 2px;
	margin: 6px 0
}
.store_Setting_heading {
	position: relative
}
.store_Setting_heading .setting_edit {
	position: absolute;
	right: 0
}
.store_Setting_heading a.vendor_edit_view {
	padding: 0 !important;
	margin: 0 !important;
	top: 6px !important;
}
.Background-green {
	background-color: #4caf5026 !important;
	color: #4caf50 !important;
}
.action_buttons .dropdown {
	margin: 0 2px
}
.action_buttons {
	display: flex;
	justify-content: center
}
.amount_div p label {
	font-size: 18px;
	margin: 0 10px 0 20px;
	width: 120px
}
.amount_div p span {
	color: #1695cc
}
.amount_div p {
	font-size: 18px
}
.amount_div p label {
	font-size: 18px;
	margin-bottom: 0;
	width: 120px;
	margin-right: 10px;
	color: #333
}
.amount_div p span {
	color: #6943cc
}
@font-face {
	font-family: SFPRODISPLAYREGULAR;
	src: url("../fonts/SFPRODISPLAYREGULAR.otf") format('opentype')
}
@font-face {
	font-family: SFPRODISPLAYMEDIUM;
	src: url("../fonts/SFPRODISPLAYMEDIUM.otf") format('opentype')
}
@font-face {
	font-family: SFPRODISPLAYBOLD;
	src: url("../fonts/SFPRODISPLAYBOLD.otf") format('opentype')
}
@font-face {
	font-family: SF-Pro-Text-Light;
	src: url("../fonts/SF-Pro-Text-Light.otf") format('opentype')
}
@font-face {
	font-family: SF-Pro-Text-Medium;
	src: url("../fonts/SF-Pro-Text-Medium.otf") format('opentype')
}
@font-face {
	font-family: SF-Pro-Text-Bold;
	src: url("../fonts/SF-Pro-Text-Bold.otf") format('opentype')
}
@font-face {
	font-family: Pacifico-Regular;
	src: url("../fonts/Pacifico-Regular.ttf") format('opentype')
}
@font-face {
	font-family: SFProText-Regular;
	src: url("../fonts/SFProText-Regular.ttf") format('truetype')
}
@font-face {
	font-family: SFProText-Semibold;
	src: url("../fonts/SFProText-Semibold.ttf") format('truetype')
}
@font-face {
	font-family: OCR-B;
	src: url("../fonts/OCR-B.ttf") format('truetype')
}
body {
	font-family: SF-Pro-Text-Light !important
}
.no_padding {
	padding: 0 !important
}
.login-page1 {
	background-color: rgba(36, 105, 92, .1);
	height: 100vh
}
.login_wrapper_left {
	background: linear-gradient(to bottom, #6943cc 0, #6943cc 50%, #6943cc 100%);
	display: flex;
	align-items: center;
	overflow: hidden
}
.login_wrapper_left img {
	width: auto;
	max-width: 160px;
	position: absolute;
	top: 40px;
	left: 40px;
}
.login_wrapper_main {
	height: 100vh;
	display: flex
}
.signin-form .form_wrapper {
	width: 700px;
	padding: 25px 30px 0;
	background-color: #fff
}
.login_logo {
	max-width: 200px;
	margin-bottom: 20px;
}
.signin-form .form_wrapper h4 {
	text-transform: capitalize;
	font-family: SF-Pro-Text-Medium;
	margin-bottom: 5px;
	text-align: left;
	font-size: 25px
}
.signin-form .form_wrapper h6 {
	font-size: 14px;
	margin-bottom: 25px;
	color: #717171;
	text-align: left;
	line-height: 22px
}
.signin-form .form-group label {
	font-family: SFProText-Regular;
}
.signin-form .form-group {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}
.common_btn {
	border: none;
	border-radius: 6px !important;
	/* font-weight: 600; */
	text-transform: capitalize;
	transition: all ease-in-out .5s;
	font-size: 15px;
	background-color: #6943cc;
	font-family: SF-Pro-Text-Medium;
}
.common_btn:hover {
	background-color: #6943ccb8
}
.forgot_password i {
	margin-right: 5px;
	font-size: 15px;
	position: relative;
	left: 0;
	top: 3px
}
.signin-form .form-group p {
	color: #717171;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left
}
.navbar.top_navbar {
	margin: 0;
	min-height: auto;
	background-color: transparent;
	height: 65px;
	overflow: visible;
	z-index: 99;
}
.header_top_left {
	width: 260px;
	display: none;
	padding: 0 18px;
	float: left
}
.navbar-header {
	height: 100%;
	width: 100%;
	float: left;
	padding: 13px 0
}
#sidebar-toggle {
	float: right;
	cursor: pointer;
	transition: all ease-in-out .5s;
	height: 32px;
	width: 32px;
	border: 2px solid #6943cc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6943cc;
	font-size: 23px !important;
	position: absolute;
	right: -16px;
	user-select: none;
	background-color: #fff;
	bottom: 70px;
	z-index: 9
}
#sidebar-toggle:hover {
	background-color: #6943cc;
	color: #fff !important
}
.navtoggle_active #sidebar-toggle i {
	transform: rotate(-180deg)
}
.header_top_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	padding: 0 20px
}
.name h4 {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
	font-weight: 400;
	line-height: normal;
	font-family: SF-Pro-Text-Medium
}
.name p {
	color: #222;
	margin-bottom: 0
}
.header_top_right .nav {
	display: flex;
	justify-content: center;
	align-items: center
}
.header_top_right .nav li a {
	display: flex;
	background-color: transparent !important;
	justify-content: center;
	align-items: center;
	border: none !important
}
.header_top_right .nav li a svg {
	height: 18px;
	margin-right: 3px;
	color: #000
}
.header_top_right .nav li ul {
	width: 150px;
	border: none;
	border-radius: 2px;
	margin-top: 11px !important;
	box-shadow: 0 0 12px 0 #cdcbcb !important
}
.header_top_right .nav li ul li a {
	font-size: 11px;
	padding: 5px 10px
}
.page_header {
	margin-bottom: 20px
}
.card_column h3,
.page_header h3 {
	font-size: 24px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 400;
	color: #000;
	font-family: SF-Pro-Text-Bold;
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.card_column h3 span,
.page_header h3 i {
	margin-right: 5px;
	position: relative;
	top: 2px;
	color: #6943cc
}
.page_header h3 i {
	display: none
}
.page_header .common_btn2 i {
	display: block;
	top: 0 !important;
	font-size: 20px !important
}
.card_column h3 a {
	float: right;
	position: relative;
	top: 0px;
	line-height: 21px;
	text-decoration: none;
	font-family: SF-Pro-Text-Medium;
	border: none;
	color: #464646;
}
.dashboard_columns {
	background-color: #e5edf3;
	border-radius: 4px;
	padding: 20px 20px;
	color: #393939;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 105px;
	position: relative
}
.dashboard_columns svg {
	color: #6943cc
}
.dashboard_columns div {
	margin-left: 28px
}
.dashboard_columns div p {
	margin-bottom: 5px
}
.background_svg {
	width: 70px;
	position: absolute;
	right: -20px;
	opacity: .1;
	height: 70px
}
.dashboard_columns .material-icons {
	font-size: 27px;
	width: 20px;
	color: #6943cc
}
.dashboard_columns .material-icons.background_svg {
	width: 58px;
	font-size: 76px
}
.card_column {
	margin-top: 30px;
	background-color: #fff;
	padding: 20px 0;
	border-radius: 14px;
	box-shadow: 0 0 10px #f0f0f0;
	height: 676px;
	overflow: hidden;
	position: relative;
	margin-top: 15px !important
}
.inventory_colums span {
	width: 90px;
	height: 90px;
	transition: all ease-in-out .5s;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(36, 105, 92, .1);
	margin: 0 auto
}
.inventory_colums:hover span {
	background-color: #05273d
}
.inventory_colums span img {
	max-width: 90px;
	max-height: 47px
}
.inventory_colums h4 {
	margin: 12px 0 7px
}
.inventory_colums {
	margin-top: 30px
}
.report_table {
	margin-top: 0
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0;
	border: none !important
}
.report_table table thead tr th,
.sidebar_right .tab-pane table thead tr th {
	border-top: 0 !important;
	font-size: 14px;
	color: #b0b0b0;
	padding-top: 0;
	font-weight: 400 !important;
	background-color: #fff;
	padding: 8px;
	vertical-align: middle;
	text-align: left
}
.report_image {
	max-width: 43px
}
.report_table h4 {
	display: inline-block;
	font-size: 12px;
	margin-left: 5px
}
.pay_mode {
	max-width: 40px
}
.status_icon {
	font-size: 22px
}
.pending_icon {
	color: #d1ae0c
}
.complete_icon {
	color: #41a902
}
.failed_icon {
	color: #6943cc
}
.status_text {
	font-size: 12px
}
.count_column .reportBox {
	background-color: transparent;
	padding: 0;
	text-align: right;
	margin-bottom: 0
}
.count_column span {
	float: none !important;
	font-size: 14px !important
}
.count_column span.reportValue {
	color: #fff;
	text-transform: uppercase;
	font-family: SF-Pro-Text-Medium;
	font-size: 30px !important
}
.showDetails {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	margin: 0 auto;
	border-radius: 50%;
	background-color: transparent !important
}
.showDetails i {
	top: 0 !important;
	font-size: 19px !important
}
.icon-button-demo a,
td .d-flex a {
	color: #6943CCA6;
	background-color: transparent !important;
	border-radius: 50%;
	transition: all ease-in-out .3s;
	text-decoration: none !important;
	cursor: pointer;
}
#leftSection {
	padding: 0 15px;
	height: 626px
}
.filter_tab {
	display: flex;
	margin: 0 0 0;
	position: relative;
	z-index: 9;
}
.tab_searchhh .filterHip div,
.tab_searchhh .filterHip div select {
	width: 100% !important
}
.tab_searchhh .filterHip div select {
	text-overflow: ellipsis;
	padding-left: 0 !important;
	padding: 0 18px 0px 10px !important;
	border: none !important;
	background-color: transparent;
	color: #000;
	background: url(../img/arrow_down.png) no-repeat right #ddd0 !important;
	-webkit-appearance: none;
	background-size: 10px !important;
}
.tab_searchhh .filterHip {
	padding: 0;
	width: auto !important;
	margin-right: 18px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tab_searchhh {
	display: inline-flex;
	float: none;
	width: auto
}
.tab_searchhh::before {
	display: none
}
.tab_searchhh .filterHip .btn {
	height: 50px;
	width: 32px;
	background-color: #6943cc !important
}
.tab_searchhh .filterHip .btn i {
	font-size: 17px !important
}
.tab_searchhh .filterHip #SEARCH_COURSE {
	padding-right: 40px
}
.filter_tab .check_filter {
	width: auto
}
.filter_tab .check_filter div {
	padding: 0;
	width: auto
}
.filter_tab .check_filter div button {
	width: 24px;
	height: 50px;
	font-size: 0px !important;
	background-color: transparent !important;
	border: none;
	transition: all ease-in-out .5s;
	border-radius: 4px !important;
	color: #fff;
	font-weight: 400;
	background-image: url('../img/glass.png');
	background-repeat: no-repeat;
	background-size: 21px;
	padding: 0;
	background-position: center
}
.filter_tab .check_filter div button:hover {
	opacity: .8
}
.sidebar_right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999999999999;
	height: 676px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	transition: all ease-in-out .3s;
	display: block !important;
	transform: translateX(200%);
	min-width: 660px;
	max-width: 660px;
	border-radius: 15px 0 0 15px
}
.sidebar_right_active {
	transform: translateX(0)
}
.sidebar_right .tab-content {
	border: none;
	padding: 20px 20px;
	background-color: transparent;
	padding-right: 0
}
.sidebar_right .tab-pane {
	transition: all ease-in-out .3s;
	max-height: 590px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	min-height: 590px;
}
.sidebar_right .tabs_mainnn_nav {
	padding-bottom: 0;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.sidebar_right .tabs_mainnn_nav ul {
	border: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	padding-bottom: 12px !important
}
.sidebar_right .tabs_mainnn_nav ul li {
	border: none;
	margin-right: 10px;
	list-style-type: none
}
.sidebar_right .tabs_mainnn_nav ul li a {
	transition: all ease-in-out .3s;
	border: none;
	width: auto;
	border-radius: 7px;
	padding: 6px 12px !important;
	font-size: 12px;
	background-color: #ede9f8;
	color: #808392;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
}
.sidebar_right .tabs_mainnn_nav ul li a:hover,
.sidebar_right .tabs_mainnn_nav ul li.active a {
	border-color: #6943cc;
	background-color: #6943cc !important;
	box-shadow: 0 4px 10px rgba(104, 93, 165, .4)
}
.sidebar_right .form-control-label label {
	margin: 0 !important
}
.sidebar_right .form-control-label {
	margin-bottom: 12px
}
.sidebar_right .form-control-label .content_user_right label {
	font-family: inherit;
	color: #000000;
}
.sidebar_right .form-control-label .content_user_right a {
	color: inherit;
	font-size: 12px
}
.sidebar_right .close_tab {
	position: fixed;
	left: -32px;
	bottom: auto;
	width: 32px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebe6f9 !important;
	text-decoration: none;
	color: #6943ccb0;
	top: 10px;
	z-index: 9;
	cursor: pointer;
}
.sidebar_right .close_tab i {
	font-size: 20px
}
.sidebar_right .tab-pane .nav.nav-tabs li a {
	font-size: 13px;
	border: 1px solid #d6d4d4 !important;
	padding: 6px 10px
}
.sidebar_right .tab-pane .nav.nav-tabs li a::before {
	display: none
}
.sidebar_right .tab-pane .nav.nav-tabs li.active a {
	background-color: #6943cc !important;
	border-color: #6943cc !important;
}
.sidebar_right .tab-pane .nav-tabs {
	border-bottom: 1px solid #eee;
	margin-bottom: -2px;
	padding-bottom: 6px
}
.no_data_found {
	background-color: transparent;
	background-size: contain
}
.add_store_detailll button,
.common_btn2 {
	border: none;
	border-radius: 7px !important;
	text-transform: capitalize;
	transition: all ease-in-out .5s;
	font-size: 15px !important;
	background-color: #6943cc !important;
	padding: 9px 20px;
	color: #fff
}
.common_btn2 i {
	color: #fff !important;
	font-size: 12px !important;
	margin-right: 0 !important
}
.common_btn2.grey_common_btn:hover,
.common_btn2:focus,
.common_btn2:hover {
	background-color: #6943CCA6 !important;
	color: #fff
}
.page_header .common_btn2,
.tab_icons_top .common_btn2 {
	padding: 3px 6px !important;
	font-size: 12px !important
}
#updateSkill,
.common_tab_form,
.skill_all_detaill {
	margin-top: 18px
}
#updateSkill .form-group label,
.common_tab_form .form-group label {
	font-size: 13px;
	color: #808392;
	text-transform: capitalize;
}
#updateSkill .form-group .form-control,
.add_store_detailll .form-group .form-control,
.common_empty_div .form-line,
.common_tab_form .form-group .form-control {
	height: 50px;
	font-size: 13px;
	padding: 0 10px;
	border-radius: 4px
}
.add_store_detailll .form-group #store_image {
	padding-top: 9px
}
.add_store_detailll .form-group button {
	float: left
}
.storehei .select_search span.select2.select2-container {
	height: auto !important;
}
.common_tab_form .form-group {
	display: inline-block;
	width: 100%
}
.common_form {
	padding: 0;
	background-color: transparent
}
.common_form .form-group label {
	font-size: 13px;
	color: #090021;
	text-transform: capitalize;
}
.common_form .form-group .dropdown-multiple {
	padding: 0 !important
}
.common_form .form-group .dropdown-multiple .dropdown-display {
	padding: 8px 11px !important
}
.common_form .form-group .dropdown-multiple .dropdown-display span {
	font-size: 13px;
	color: #464646
}
.common_form .form-group .dropdown-multiple,
.common_form .form-group .dropdown-multiple .dropdown-display,
.common_form .form-group .form-control,
.common_form .form-group .select2 {
	height: 50px;
	font-size: 13px;
	
	border-radius: 4px;
	box-shadow: none !important
}
.common_form .form-group .select2 {
	padding: 0px !important
} 
.common_form .form-group .select2 span {
	height: 100% !important;
	box-shadow: none;
	border-radius: 4px !important;
	border-color: #AEB4D5 !important
}
.common_form .form-group .select2 span.select2-selection__rendered {
	padding: 10px 10px !important
}
.common_btn_submit {
	font-size: 13px !important;
	padding: 10px 10px
}
.common_form .form-group textarea.form-control {
	height: 120px !important;
	resize: none;
	padding: 10px 10px !important
}
.image_div .form-control {
	padding: 8px 10px !important
}
.image_div p {
	font-size: 11px;
	color: #6943cc
}
.common_tab_form .form-group textarea.form-control {
    height: 100px !important;
    padding: 10px 12px !important;
    resize: none;
}
.d-flex a:focus,
.d-flex a:hover,
.showDetails.btn-primary:focus,
.showDetails.btn-primary:hover {
	background-color: #6943CC1C !important;
	color: #6943cc
}
.common_btn2.cancel_btn {
	background-color: #a1a1a1 !important
}
.common_btn2.grey_common_btn {
	background-color: #a1a1a1 !important
}
.form_bgg.common_form .common_btn_submit {
	width: auto;
	margin-top: 20px
}
.grey_common_btn.download_btns i {
	margin-right: 5px !important;
	font-size: 17px !important
}
.checkdesign .input-group label::before,
.paymentSettingDiv .input-group label::before {
	top: 6px
}
.tab_searchhh select.form-control {
	padding-right: 20px !important
}
.tab_searchhh .two_boxes {
	display: inline-flex
}
.dashboard_view h3 {
	font-size: 25px;
	color: #03263b;
	font-style: italic
}
.dashboard_view .page_header img {
	max-width: 420px;
	margin-bottom: 40px
}
.dashboard_view {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-top: 0;
	padding-top: 130px
}
.header_top_right .collapse {
	padding: 0 15px 0 0
}
.status_active {
	color: #0a960a
}
.status_inactive {
	color: red
}
.status_delete {
	color: #6943cc
}
img.prloader.export_loader {
	right: 0 !important;
	position: relative;
	margin-right: 10px;
	margin-left: 10px
}
.saveSession.active {
	background-color: #4caf50 !important;
	color: #fff !important
}
.active_disable {
	cursor: not-allowed !important
}
.generateText {
	font-size: 13px;
	position: relative;
	top: 1px
}
.amount_div {
	margin-top: 10px
}
.select_search span.select2.select2-container {
	height: 50px !important
}
.select_search span.select2.select2-container span.select2-selection {
	height: 100% !important;
	border-radius: 4px !important;
	padding: 6px 10px;
	box-shadow: none;
	font-size: 13px;
	border: 1px solid #AEB4D5 !important;
}
.select_search span.select2.select2-container span.select2-selection span.select2-selection__arrow {
	top: 7px
}
.select_search span.select2.select2-container span.select2-selection {
	height: 100% !important;
	border-radius: 4px !important;
	padding: 6px 10px;
	box-shadow: none;
	font-size: 13px
}
.select_search span.select2.select2-container span.select2-selection span.select2-selection__arrow {
	top: 9px;
}
.select_search span.select2.select2-container span.select2-selection {
	height: 100% !important;
	border-radius: 4px !important;
	padding: 10px 10px;
	box-shadow: none;
	font-size: 16px
}
.select_search span.select2.select2-container span.select2-selection span.select2-selection__arrow {
	top: 12px
}
#add_setting_form .form-line label {
	font-size: 12px;
	font-weight: 400
}
.d-flex {
	display: flex;
	justify-content: center;
	align-items: center
}
.d-flex a {
	height: 30px;
	margin: 0 1px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}
.d-flex a i {
	font-size: 16px !important;
	top: 0 !important
}
.goback_staff_skills {
	text-align: left
}
.select_export {
	margin-left: 8px
}
#testadmin_wrapper .row:first-child {
	display: none
}
.summary_divs {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px
}
.summary_divs div {
	margin-left: 8px;
	display: inline-block;
	border-right: 1px solid #ccc;
	padding-right: 8px
}
.summary_divs div label {
	margin-bottom: 0;
	margin-right: 3px;
	font-size: 14px
}
.summary_divs div span {
	color: #6943cc
}
.summary_column h3 {
	font-size: 17px
}
.summary_divs div:last-child {
	padding-right: 0;
	border: none
}
.summary_divs .no_data {
	margin: 10px 0 0;
	float: right;
	width: 100%;
	text-align: right;
	color: #6943cc;
	font-size: 16px
}
.downloadFile img {
	max-width: 27px;
	position: relative;
	top: 3px;
	margin-left: 10px
}
.load_more_btn .preloader {
	width: 20px;
	position: relative;
	height: 20px;
	top: 10px;
	margin-left: 10px
}
.termsconditons p {
	font-size: 14px;
	margin-top: 0;
	text-align: left;
}
.termsconditons .heading {
	text-align: center;
	margin: 30px auto
}
.term_ofuse label {
	margin: 0;
	padding: 0 5px 0 16px;
	font-size: 12px
}
.term_ofuse {
	display: flex !important;
	align-items: center
}
.term_ofuse [type=checkbox]+label::before,
.term_ofuse [type=checkbox]:not(.filled-in)+label::after {
	top: 5px !important
}
.term_ofuse [type=checkbox]:checked+label::before {
	left: 0 !important
}
.table-responsive {
	padding-bottom: 10px !important;
	width: 100%
}
.sidebar_right .tab-pane .tab-content {
	padding: 10px 0
}
.sidebar_right .tab-pane .tab-content .tab-pane {
	padding-right: 0
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	z-index: 999999;
	position: relative;
	vertical-align: middle
}
body .store-product-info .select2-container.select2-container--default.select2-container--open {
	margin-top: 0 !important
}
.select2-container.select2-container--default.select2-container--open {
	margin-top: 0 !important
}
.bg-green-circle {
	background-color: green !important;
	color: #fff !important;
	font-family: 'Material Icons' !important
}
.login_wrapper_column .alert hr,
.login_wrapper_column .alert i,
.login_wrapper_column .alert strong {
	display: none
}
.login_wrapper_column .alert button,
.login_wrapper_column .alert p {
	font-size: 13px;
	color: #6943cc
}
.login_wrapper_column .alert button {
	font-size: 19px
}
.page_header .btn {
	background-color: #6943cc !important;
	padding: 7px 14px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
.page_header .btn:hover {
	opacity: .8
}
.terms_column {
	width: 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important
}
.terms_column a:first-child {
	float: left
}
.terms_column a:nth-child(2) {
	float: right
}
input[type=submit],
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
#back_btn {
	position: fixed;
	z-index: 999999;
	cursor: pointer;
	left: 4px;
	bottom: 20px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	padding: 0 !important;
	background-color: #6943cc;
	color: #fff;
	box-shadow: 0 0 11px #a4a3a3;
	display: none
}
#back_btn i {
	font-size: 15px
}
@-webkit-keyframes bounceRight {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	40% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}
@-moz-keyframes bounceRight {
	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateX(0)
	}
	40% {
		transform: translateX(-15px)
	}
	60% {
		transform: translateX(-15px)
	}
}
@keyframes bounceRight {
	0%,
	100%,
	20%,
	50%,
	80% {
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	40% {
		-ms-transform: translateX(-15px);
		transform: translateX(-15px)
	}
	60% {
		-ms-transform: translateX(-15px);
		transform: translateX(-15px)
	}
}
.delete_sucess .success_massage_dis {
	display: none
}
.delete_sucess .question-buttons {
	display: none
}
.delete_sucess .alert-frame {
	min-height: 251px
}
.delete_sucess .before_delete {
	display: none
}
.delete_sucess .question-bg {
	background-color: green
}
.delete_sucess .alert-header .fa-check-circle,
.delete_sucess .fa-check-circle {
	display: block
}
.alert-header .fa-check-circle {
	display: none
}
.alert-header i {
	color: #fff;
	font-size: 90px
}
.alert-wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	background: rgb(0, 0, 0, .3)
}
.alert-frame {
	background: #fff;
	min-height: 334px;
	width: 300px;
	box-shadow: 5px 5px 10px rgb(0, 0, 0, .2);
	border-radius: 10px;
	animation: open-frame .3s linear
}
.alert-header {
	display: flex;
	flex-direction: row;
	height: 125px;
	justify-content: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	align-items: center
}
.question-bg {
	background: #6943cc
}
.alert-close {
	width: 30px;
	height: 30px;
	color: rgb(0, 0, 0, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: dosis, sans-serif;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
	transition: color .5s;
	margin-left: auto;
	margin-right: 5px;
	margin-top: 5px
}
.alert-img {
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	align-self: center
}
.alert-body {
	padding: 30px;
	display: flex;
	flex-direction: column;
	text-align: center
}
.alert-title {
	font-size: 18px !important;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 15px;
	color: #222;
	align-self: center
}
.profile_page_section {
	background-color: #fff;
	padding: 45px 20px;
	border-radius: 20px;
	border-top: 2px solid #6943cc;
	max-width: 1260px;
	margin: 30px auto 0
}
.alert-message {
	font-size: 15px !important;
	color: #666;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.6;
	align-self: center
}
.confirm-button {
	min-width: 100px;
	height: 35px;
	border-radius: 20px;
	font-family: open sans, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	border: none;
	background-color: #535c53;
	cursor: pointer;
	transition: background .5s;
	padding: 0 15px;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.cancel-button {
	min-width: 100px;
	height: 35px;
	border-radius: 20px;
	font-family: open sans, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 1.6;
	transition: background .5s;
	padding: 0 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.error-bg {
	background: #d85261
}
.question-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center
}
.retailer_profile {
	width: 170px;
	height: 170px;
	border: 3px solid #c6c3c24a;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 10px;
	margin: 0 auto 30px
}
.retailer_profile img {
	max-width: 100%
}
.retailer_profile_content h3 {
	margin-bottom: 18px;
	border-bottom: 2px solid #efeeed;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 400;
	font-family: SF-Pro-Text-Medium
}
.retailer_profile_content h3 i {
	float: right
}
.profile_field {
	margin-top: 10px
}
.profile_field label {
	font-size: 14px;
	color: #6943cc;
	text-transform: capitalize
}
.profile_field p {
	font-size: 13px
}
.account_inffo {
	margin-top: 27px;
	display: inline-block;
	width: 100%
}
.account_inffo button {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in-out .5s;
	background-color: #efefef;
	border: none;
	padding: 8px 10px;
	font-size: 12px;
	border-radius: 4px
}
.account_inffo button i {
	margin-right: 4px
}
.account_inffo button:hover {
	background-color: #6943cc;
	color: #fff
}
.account_inffo ul {
	padding: 0;
	margin: 0
}
.account_inffo ul li {
	font-size: 13px;
	position: relative;
	list-style-type: none;
	margin: 9px 0;
	float: left;
	width: 33%;
	padding-left: 15px;
	word-wrap: break-word;
	padding-right: 12px;
	text-transform: capitalize
}
.account_inffo ul li::before {
	content: "";
	height: 5px;
	width: 5px;
	background-color: #6943cc;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%
}
.header_top_right .signout ul li a {
	border-bottom: 1px solid #f3f3f3 !important
}
.header_top_right .signout ul li a i {
	margin-right: 10px !important
}
.header_top_right .signout ul li a.active {
	color: #000
}
.red_color {
	color: #ff0500 !important;
	font-size: 11px;
}
.green_color {
	color: green;
	font-size: 14px
}
#step15 .sales_history_div .table-responsive {
	width: 100%
}
.popup_error_msg {
	position: fixed;
	z-index: 999;
	top: 0;
	background-color: #6943cc;
	color: #fff !important;
	font-weight: 400;
	font-size: 14px;
	text-shadow: none !important;
	width: 100%;
	text-align: center !important;
	left: 0;
	padding: 10px 0;
	box-shadow: 0 0 10px #00000087
}
.popup_sucess_msg {
	background-color: #4caf50
}
.modal.fade.in {
	opacity: 1;
	margin: 0px;
}
.otp_modal .modal-dialog {
	top: 120px;
	margin: 0px auto;
}
.modal-backdrop.fade.in {
	opacity: .8;
}
.otp_modal .signin-form {
	padding: 0 !important;
	height: auto !important;
}
.otp_modal .modal-header p {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 13px;
	/* text-align: center; */
}
.otp_modal .modal-header {
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}
.otp_modal .modal-header .close,
.msa_popup_modal .close {
	font-size: 25px;
	background-color: #6943CC21 !important;
	color: #6943cc !important;
	line-height: 10px;
	padding-bottom: 12px;
	opacity: 1;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1rem 1rem;
	z-index: 99;
	cursor: pointer;
}
.otp_modal .signin-form p {
	font-size: 12px
}
.otp_modal button {
	position: relative
}
.otp_modal button img {
	top: 11px
}
.signupp_page form .form-group p {
	text-align: left
}
.signupp_page form .form-group.new_user p {
	text-align: center
}
.signpage_main_wrapper {
	height: auto;
	min-height: 100vh
}
.signin-form .pre-loader,
.signin-form .prloader {
	top: 12px
}
.ADMIN_err {
	margin-right: 5px
}
.signin-form .req_cls_err,
.signin-form .req_cls_err .select2 {
	border-color: red !important
}
.paswrd_visib_icon {
	left: auto !important;
	right: 0 !important;
	cursor: pointer
}
.paswrd_changee {
	position: fixed;
	width: 300px;
	background-color: #6943cc;
	text-align: center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 38px 0 30px;
	color: #fff;
	font-weight: 700;
	/* font-size: 1px; */
	border-radius: 6px;
	padding-top: 30px;
	box-shadow: 0 0 20px #6943cc;
	/* max-width: 410px; */
	z-index: 9;
}
.signup_otp_form .signin-form {
	padding: 0 !important
}
.country_drpdown .select2 .selection {
	position: relative;
	top: 10px
}
.country_drpdown .select2 .selection span.select2-selection.select2-selection--single {
	border: none !important;
	box-shadow: none
}
.cab_sub_btn .save_loder {
	position: absolute;
	top: 10px;
	left: 116px
}
.bulk-instructions {
	width: 100%
}
.bulk-instructions h2 {
	font-size: 18px
}
.bulk-instructions ol {
	padding-left: 15px;
	margin-bottom: 0;
	margin-top: 20px
}
.bulk-instructions ol li {
	margin-top: 4px;
	color: #888;
	font-size: 13px
}
.bulk-subsec a,
.bulk_sample a {
	color: #525252;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e2e9ee;
	padding: 10px 15px;
	width: 164px;
	height: 50px;
	border-radius: 5px;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	transition: all ease-in-out .5s
}
.bulk_sample a i {
	font-size: 19px;
	margin-right: 10px
}
.bulk-instructions a:hover,
.bulk_sample a:hover {
	background: #6943cc;
	color: #fff;
	text-decoration: none
}
.bulk-subsec a {
	margin: 0 auto
}
.bulk-instructions i.fa-solid.fa-file-lines {
	margin-right: 10px
}
.imagess {
	width: 300px;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.label-img .img {
	width: 30px;
	height: 30px;
	background-color: #6943ccc4;
	font-size: 20px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}
.imagess::after {
	content: '';
	top: 13px;
	background-color: #c9c9c9;
	width: 190px;
	height: 4px;
	position: absolute;
	left: 0;
	z-index: -1;
	margin: 0 auto !important;
	right: 0
}
.label_img_active .img {
	background-color: #6943cc
}
.label_img_active p {
	color: #6943cc
}
.bulk-section {
	background-color: #fff;
	color: #5a5a5a
}
.bulk-section h2,
.bulk-section h5,
.bulk-section label {
	color: #484848;
	font-size: 20px
}
.bulk-section h5 {
	font-size: 15px
}
.bulk-browse .labels {
	margin-top: 20px
}
.label-img p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0
}
.label-img {
	text-align: center;
	cursor: pointer
}
.labels label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}
.labels p {
	margin-bottom: 0
}
.labels p .common_red {
	color: #6943cc
}
.bulk-subsec {
	height: 290px;
	border: 1px solid #d9d9d9;
	padding: 25px 25px;
	border-radius: 4px;
	text-align: center;
	overflow-y: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}
.bulk-subsec-right {
	height: 290px;
	overflow-y: auto;
	padding-right: 2px
}
.bulk-subsec i.fa-solid.fa-cloud-arrow-up {
	font-size: 85px;
	color: #ababab;
	margin-bottom: 16px
}
.bulk-subsec p {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 500;
	color: #484848;
	display: inline-block;
	width: 100%;
	margin: 20px 0
}
.bulk-subsec form {
	margin-bottom: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important
}
.bulk-right-sec {
	text-align: left;
	padding: 12px 15px;
	border: 1px solid #d9d9d9;
	margin-bottom: 8px;
	border-radius: 5px;
	display: flex;
	position: relative;
	align-items: center
}
.bulk-right-sec .progress {
	margin-bottom: 0;
	border-radius: 5px;
	width: calc(100% - 20px)
}
.bulk-right-sec .media-body {
	margin: 0 30px;
	margin-left: 20px;
	position: relative
}
.bulk-right-sec span {
	font-size: 30px;
	color: #bdbfc0
}
.bulk-right-sec .media-body h5 {
	font-weight: 400;
	margin-bottom: 6px;
	display: flex
}
.bulk-right-sec .media-body .progress .progress-bar {
	line-height: 23px;
	background-color: #5ecf2f;
	box-shadow: none
}
.ticks {
	margin-left: 10px
}
.bulk-right-sec i.fa-solid.fa-file-lines {
	font-size: 30px;
	margin-right: 15px;
	color: #bfbfbf
}
.bulk-right-sec i.fa-solid.fa-check,
.bulk-right-sec i.fa-solid.fa-xmark {
	font-size: 30px;
	margin-left: 15px
}
.bulk-right-sec i.fa-solid.fa-xmark {
	color: red
}
.bulk-right-sec i.fa-solid.fa-check {
	color: #90ee90
}
.progress-bar {
	background-color: #adafb1
}
.submit_butn {
	border: none;
	background-color: #e2e9ee;
	padding: 10px 15px;
	width: 150px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 12px
}
.submit_butn:hover {
	color: #fff;
	background: #1f4664
}
.bulk-lastbutn {
	margin: 20px auto 0;
	text-align: center
}
.uploadButton.submit_butn {
	background-color: #586e7d;
	color: #fff;
	font-size: 14px;
	margin: 0 auto
}
.uploadButton.sub_butn {
	background-color: #586e7d;
	color: #fff;
	font-size: 14px
}
.uploadButton.submit_butn:hover {
	background-color: #6943cc
}
.file-upload__label {
	color: #6943cc;
	font-size: 16px;
	cursor: pointer;
	outline: 0;
	padding: 0;
	pointer-events: none;
	text-align: center;
	margin-bottom: 10px !important
}
.file-upload__label span {
	font-size: 60px
}
.file-upload__input {
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.file-upload h5 {
	font-size: 16px
}
.file_heading span {
	margin-left: 10px;
	font-size: 13px
}
.file_heading {
	margin-bottom: 15px !important
}
.pac-container {
	z-index: 9999999999
}
.strippe {
	margin-top: 0 !important;
	margin-bottom: 10px
}
.thank-you-section {
	text-align: center
}
.thank-you-section h1 {
	font-size: 33px;
	margin-bottom: 14px !important;
	margin-top: 20px !important;
	text-shadow: 2px 2px 4px #828282
}
.thank-you-section p {
	color: grey;
	font-size: 14px
}
a.thank-you-sec-butn {
	padding: 10px 20px;
	background-color: #b02424;
	border-radius: 25px;
	color: #fff;
	display: flex;
	width: 160px;
	justify-content: center;
	align-items: center
}
a.thank-you-sec-butn:hover {
	color: #fff
}
.thank-you-section a {
	margin: 20px auto 0 auto
}
.thank-you-section img {
	max-width: 240px
}
.thank-you-section-background {
	width: 100%
}
.gallery-image-list {
	margin: 0;
	padding: 0 0 0 50px;
	width: 100%
}
.gallery-image-list li:first-child {
	margin-top: 0
}
.gallery-image-list li {
	list-style-type: none;
	position: relative;
	padding-left: 65px !important;
	margin-left: -48px;
	text-align: left;
	padding-right: 50px !important;
	padding: 12px 15px;
	border: 1px solid #d9d9d9;
	flex-direction: column;
	margin-bottom: 8px;
	border-radius: 5px;
	display: flex;
	align-items: center
}
.gallery-image-list li span.material-icons {
	position: absolute;
	top: 14px;
	left: 15px
}
.gallery-image-list li progress {
	width: 100%
}
.gallery-image-list li font {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px
}
.gallery-image-list li span.material-icons.delet_image {
	left: auto;
	right: 13px;
	font-size: 21px;
	color: #6943cc;
	top: 19px
}
.send_loader {
	position: fixed;
	background-color: #ffffff96;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex
}
.send_loader img {
	position: relative;
	top: 0 !important;
	margin: 0 auto;
	display: block;
	width: auto !important;
	max-width: 160px
}
.bulk-right-sec .media-body h5 span {
	font-size: 13px;
	color: #7e7d7d;
	width: 89%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.copy_icon {
	border: none;
	padding: 0;
	background-color: transparent;
	font-size: 15px;
	color: #bdbfc0;
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 5px
}
.copied_file {
	color: #6943cc
}
#FileUpload_Msg {
	position: fixed;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 10px #c9c5c4;
	z-index: 9999999999;
	left: 0;
	top: 140px;
	min-width: 260px;
	max-width: 320px;
	right: 0
}
#FileUpload_Msg li {
	list-style-type: none;
	font-size: 12px;
	position: relative;
	margin: 10px 20px;
	padding-left: 16px;
	position: relative
}
#FileUpload_Msg li::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #46464670;
	left: 0;
	top: 7px
}
.uploader_show {
	display: block !important
}
.FileUpload_Msg_ul {
	padding: 0;
	margin: 10px 0 10px !important;
	min-height: 42px;
	max-height: 270px;
	overflow: auto
}
#FileUpload_Msg span {
	position: absolute;
	right: 0;
	background-color: #a3a2a2;
	font-size: 20px;
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	left: auto;
	color: #fff;
	cursor: pointer;
	margin: 0 auto
}
.bulk-right-sec span.abort {
	position: absolute;
	right: 15px;
	cursor: pointer
}
.Toggle_btn .switch {
	position: relative;
	display: inline-block;
	width: 36px !important;
	height: 11px !important;
}
.Toggle_btn .switch input {
	opacity: 0;
	width: 0;
	height: 0
}
.Toggle_btn .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #eaeaea;
	-webkit-transition: .4s;
	transition: .4s
}
.Toggle_btn .slider::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: -2px;
	bottom: -4px;
	background-color: #E90000;
	-webkit-transition: .4s;
	transition: .4s;
}
.Toggle_btn input:checked+.slider {
	background-color: #eaeaea;
}
.Toggle_btn input:focus+.slider {
	box-shadow: 0 0 1px #2196f3
}
.Toggle_btn input:checked+.slider::before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
	background-color: #01B81E;
}
.Toggle_btn .slider.round {
	border-radius: 34px;
	box-shadow: none !important
}
.Toggle_btn .slider.round:before {
	border-radius: 50%
}
.Toggle_btn {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	pointer-events: auto !important;
	margin-top: 0;
	justify-content: space-between;
}
.Toggle_btn label {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	margin-bottom: 0;
	font-family: SF-Pro-Text-Medium
}
.package_enable {
	display: none
}
.package_enable_column .package_enable {
	display: none
}
.package_column_active .package_enable {
	display: block
}
.text_green {
	color: #0a960a;
	font-weight: 700
}
.text_red {
	color: red;
	font-weight: 700
}
.common_tabs {
	margin-top: 18px
}
.tax_feild_column span.select2 {
	min-height: 42px !important;
	max-height: 120px;
	height: auto !important
}
input[type=file] {
	resize: none !important
}
button.tax_delete {
	background-color: #6943cc;
	border: none;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 21px;
	width: 21px;
	margin: 0 auto
}
.strippe label.switch {
	margin: 0
}
.strippe label.stripeTxt {
	position: relative;
	top: 1px;
	margin-right: 5px
}
.sidebar_right .stripe_payment_wrapper .form-control-label {
	margin: 0
}
.stripe_payment_wrapper .bg_vendor_diffr {
	padding: 7px 10px;
	background-color: #f8f8f8
}
.stripe_payment_wrapper .first_vendor_name_field {
	margin-bottom: 12px
}
.stripe_payment_wrapper .first_vendor_name_field label.vendor_label_status {
	color: #000
}
a.verify_link {
	cursor: pointer;
	color: #d23c27 !important;
	text-decoration: underline;
	margin-left: 10px;
	font-size: 11px !important
}
a.verify_link:hover {
	color: #04273e !important
}
.strippe .stripe_save_loder {
	position: absolute;
	left: 108px
}
.bulk-browse .alert {
	margin-bottom: 0;
	margin-top: 7px
}
.add_skill_input.focused input {
	border-bottom: 1px solid #d4d9db;
	border-radius: 0 !important
}
.modal-open .navbar {
	z-index: 9
}
.modal-open #leftsidebar {
	z-index: 9 !important
}
.product_search_dropdown ul {
	position: absolute;
	padding: 0;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	z-index: 9;
	width: 100%;
	overflow: auto;
	max-height: 200px
}
.product_search_dropdown ul li {
	list-style-type: none
}
.product_search_dropdown ul li a {
	padding: 6px 10px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #cccccc3d
}
.product_search_field img.prloader {
	top: 10px !important
}
.product_search_field span.closesearch {
	top: 13px;
	right: 10px;
	font-weight: 700;
	color: #6943cc
}
.Materiali_Div_active .add_skill_input input {
	display: none
}
.manufacturing_data_wrapper {
	border: 1px solid #e6e6e6;
	padding: 15px 15px;
	margin-bottom: 10px
}
.manufacturing_data_wrapper h4 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between
}
.manufacturing_data_wrapper h4 label {
	margin-bottom: 0;
	font-weight: 600
}
.manufacturing_data_wrapper h3 {
	font-size: 14px !important;
	color: #6943cc
}
.manufacturing_data_wrapper p {
	border-top: 1px solid #efefef;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between
}
.manufacturing_data_wrapper p label {
	color: #000;
	font-weight: 400;
	margin: 0
}
.manufacturing_data_wrapper h4 font {
	background-color: #4caf50;
	color: #fff;
	padding: 1px 7px;
	margin-left: 4px;
	border-radius: 3px
}
.manufacturing_data_wrapper h4 font.inactive_manufacture {
	background-color: #eb0500
}
.education_div1 select#keyword {
	display: none
}
.education_div1 .multiple_skilll2 {
	border: none
}
.donwload_btn_bop {
	background-color: #6943cc;
	box-shadow: none;
	color: #fff !important
}
.donwload_btn_bop i {
	font-size: 14px !important;
	margin-right: 3px;
	position: relative;
	top: 3px !important
}
.status_change_div {
	width: 100%;
	display: inline-block;
	margin: 15px 0
}
.paymentSettingDiv .Toggle_btn,
.restaurentServDiv .Toggle_btn {
	margin-bottom: 0
}
.paymentSettingDiv .Toggle_btn label.switch,
.restaurentServDiv .Toggle_btn label.switch {
	margin: 0 !important
}
.paymentSettingDiv .Toggle_btn label.switch label,
.restaurentServDiv .Toggle_btn label.switch label {
	margin: 0
}
.paymentSettingDiv .Toggle_btn label,
.restaurentServDiv .Toggle_btn label {
	margin-left: 3px !important;
	margin-right: 0 !important;
	text-transform: capitalize
}
.store_Setting_heading .count_vendorrr {
	width: 15px;
	display: inline-block;
	text-align: center
}
.storeSettingDetaill .label_store {
	margin: 0;
	background: no-repeat;
	border-bottom: 1px solid #cccccc70;
	padding-bottom: 6px;
	margin-bottom: 7px;
	padding-top: 8px
}
.paymentSettingDiv .Toggle_btn label {
	margin-left: 3px !important;
	font-weight: 400;
	font-size: 12px !important
}
.paymentSettingDiv .Toggle_btn input:checked+.slider {
	background-color: #586e7d
}
.paymentSettingDiv {
	margin-bottom: 5px
}
input.input_quantity {
	width: 60px;
	border: 1px solid #ddd;
	margin: 4px 10px
}
.btn:not(.btn-link):not(.btn-circle) span {
	font-size: 18px;
	margin: 0;
	top: 0 !important;
	left: -3px
}
.signin-form .form-group select.form-control {
	background-position-x: calc(100% - 10px);
}
#confirmBox {
	z-index: 9999999999999
}
.material_field_product select#keyword {
	display: block
}
.raw_mat_div .material_field_product select#keyword {
	display: none
}
.left_side_text {
	padding: 0 40px;
	color: #fff;
	padding-left: 120px;
}
.left_side_text h1 {
	font-size: 64px;
	font-family: SF-Pro-Text-Bold;
	font-weight: bold;
}
.left_side_text p {
	font-size: 24px;
	margin: 23px 0;
	max-width: 400px;
}
.left_side_text a {
	font-size: 20px;
	text-decoration: underline !important;
	color: #fff !important;
	font-weight: 500;
}
.sidebar .menu .list .menu-toggle::before {
	display: none
}
.sidebar .menu .list a span {
	margin: 0;
	margin-left: 0;
	font-weight: 400;
	font-size: 13px;
	display: none;
	overflow: hidden;
	font-family: SF-Pro-Text-Medium;
	margin-left: 0;
	white-space: nowrap;
}
.sidebar .menu .list a::after {
	display: none
}
.left-active.sidebar .menu .list .menu-toggle::before,
.left-active.sidebar .menu .list a span,
.left-active.sidebar .menu .list a::after {
	display: block
}
.sidebar .user-info .info-container .name p {
	display: none
}
.sidebar #sidebar-toggle {
	transform: none
}
.sidebar.left-active #sidebar-toggle i {
	transform: rotate(-180deg)
}
.sidebar .user-info .dropdown-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	outline: 0;
	cursor: pointer !important
}
.signout_store_dropdown .dropdown-menu {
	width: 100%;
	box-shadow: none;
	top: 74px;
	position: absolute;
	border: none;
	padding: 4px 20px 15px !important
}
.signout_store_dropdown .dropdown-menu li {
	margin-top: 4px
}
.signout_store_dropdown .dropdown-menu li a {
	padding: 7px 20px;
	border-radius: 10px;
	border: 1px solid #e1dfdf
}
.signout_store_dropdown .dropdown-menu li a i {
	margin-right: 12px;
	color: #989797
}
.signout_store_dropdown .dropdown-menu li a:hover {
	color: #fff !important;
	background-color: #6943cc !important;
	border-color: #6943cc
}
.signout_store_dropdown .dropdown-menu li a.active i {
	color: #fff !important
}
.signout_store_dropdown .dropdown-menu li a:hover i {
	color: #fff !important
}
.card_column form {
	padding: 10px 30px;
	overflow: auto;
	height: 100%;
}
#rightSection .tab-content form {
	padding: 0;
	height: auto;
	overflow: inherit
}
.retailer_member .form_bgg.common_form {
	padding: 10px 30px
}
#leftSection .card {
	margin-bottom: 0;
	height: 626px
}
#leftSection .card_column form {
	padding: 0
}
.signin-form .input-icon i {
	font-size: 20px
}
i.chnge_pass_icon.material-icons {
	right: 10px !important;
	position: absolute;
}
.workLocations a {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 20px;
	cursor: pointer
}
.modal-open .select2-container {
	z-index: 9
}
.location_modal div#map-canvas {
	height: 260px !important;
	width: 100% !important;
	margin: 20px 0
}
.location_modal h2 {
	font-size: 15px;
	color: #000
}
.location_footer {
	display: flex;
	justify-content: space-between
}
.location_footer h4 {
	font-size: 15px;
	margin-bottom: 5px;
	display: flex;
	color: #5b5b5b;
	align-items: center
}
.location_footer h4 i {
	margin-right: 4px;
	color: #c62825
}
.location_footer_left {
	max-width: 340px;
	padding-right: 0
}
.location_footer_right {
	display: flex;
	justify-content: center;
	align-items: center
}
.location_footer_right #confirmLocation {
	white-space: nowrap;
}
.workLocations .form-control {
	padding-right: 40px !important
}
.report_table table thead tr th {
	padding: 8px 20px;
	text-align: left
}
.table tbody tr td,
.table tbody tr th {
	padding: 10px 20px;
	text-align: left
}
.no_data_found {
	text-align: center !important;
	color: #6943cc !important;
	background-color: #6943cc29;
	padding: 5px 20px !important;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}
.sidebar.left-active .menu .list a::after {
	content: "";
	height: 100%;
	background-color: #6943cc;
	width: 4px;
	position: absolute;
	right: 0;
	top: 0;
	display: none
}
.sidebar .menu .list a::after {
	display: none !important
}
.keyLaddoo {
	margin-bottom: 0
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #fff !important
}
.edit_div_on textarea.descriptionValue {
	resize: none;
	border-radius: 6px
}
.termsconditons h3,
.termsconditons b {
	font-family: SF-Pro-Text-Medium;
	font-weight: normal;
	position: relative;
}
.termsconditons h3 a {
	position: absolute;
	left: 0px;
}
.termsconditons h3 a i {
	top: 3px;
	font-size: 22px;
	margin: 0px;
}
.custmisation_btns {
	display: flex;
}
.custmisation_btns button {
	align-items: center;
	justify-content: center;
}
.custmisation_btns button:nth-child(1) {
	margin-right: 15px;
}
.paswrd_changee img {
	max-width: 80px;
}
.paswrd_changee h2 {
	margin: 8px 0 0;
	font-size: 20px;
	font-family: SF-Pro-Text-Medium;
	line-height: 32px;
	color: #fff;
}
.password_success::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffffba;
	z-index: 9;
}
.paswrd_changee span {
	font-size: 60px;
}
.ErrorMsg,
.ajaxerror p.text-danger,
.approerror,
.category_error,
.edit_order_error,
.err_msg,
.err_msgg,
.error_mgs,
.error_msg,
.error_nftype,
.errord,
.leave_export_error,
.leavedanger,
.log_attch_err,
.mesEr,
.msg,
.msgg,
.order_error,
.other_inv_err_msg,
.sala_er,
.sales_error,
.skill_error,
.skill_input_empty,
.skillerrormessage,
.team_error,
.vouchre_error,
span.log_required {
	text-align: center !important;
	font-weight: normal;
	color: #6943cc !important;
	font-size: 12px;
	margin-bottom: 0 !important;
	font-family: SF-Pro-Text-Medium;
}
.add_page span.select2-container {
	z-index: 9;
}
.otp_modal .modal-header p span {
	color: #6943cc;
	font-family: SF-Pro-Text-Medium;
	cursor: pointer;
}
.avatar-progress {
	--percent: 0;
	width: 48px;
	height: 48px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
/* Progress ring */
.avatar-progress::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(from -90deg,
			#6943CC calc(var(--percent) * 3.6deg),
			#E5E7EB 0deg);
	transition: all 0.6s ease-in-out;
}
/* Mask to create thin ring */
.avatar-progress::after {
	content: "";
	position: absolute;
	inset: 4px;
	/* controls ring thickness */
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}
/* Avatar */
.avatar-ring {
	position: relative;
	z-index: 2;
}
.avatar-ring img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}
/* Percentage text */
.avatar-percent {
	position: absolute;
	bottom: -14px;
	font-size: 11px;
	font-weight: 600;
	color: #6B7280;
}
div signupmodal {
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
}
/* common tootltip */
/*.common_tooltip {
  position: relative;
  display: inline-block; 
}
.common_tooltip .tooltiptext {
	 visibility: hidden; 
	width: auto;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 4px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	margin-left: 0;	
	transition: opacity 0.3s;
	font-size: 12px;
	min-width: 115px;
	max-width: 115px;
	right: auto;
	margin: 0px auto;
	margin-left: -5px;
}
.common_tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 6px;
	margin-left: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.common_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.common_tooltip i {
	color: #6943cc;
	position: relative;
	top: 2px;
}*/
img.image_loader {
	position: absolute;
	top: 0px;
	max-width: 40px;
	right: 10px;
}
#signupStep1Form .form-group .note_div {
	text-align: left;
	font-size: 13px;
	color: #828282;
	margin-top: 8px;
	display: flex;
	align-items: center;
	background-color: #fffbea;
	padding: 8px 12px;
	border-radius: 4px;
	border-left: 3px solid #ffcc00;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 15px !important;
}
.form-line.fixed_ruppe input.form-control {
	padding-left: 50px !important;
}