@import url(../scss/icons/font-awesome/css/font-awesome.min.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(spinners.css);
@import url(../scss/icons/themify-icons/themify-icons.css);
@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Regular'), url(../fonts/Roboto-Regular.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Italic'), url(../fonts/Roboto-Italic.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Bold'), url(../fonts/Roboto-Bold.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Bold Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Bold Italic'), url(../fonts/Roboto-BoldItalic.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Thin';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Thin'), url(../fonts/Roboto-Thin.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Thin Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Thin Italic'), url(../fonts/Roboto-ThinItalic.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Light'), url(../fonts/Roboto-Light.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Light Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Light Italic'), url(../fonts/Roboto-LightItalic.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Medium'), url(../fonts/Roboto-Medium.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Medium Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Medium Italic'), url(../fonts/Roboto-MediumItalic.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Black';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Black'), url(../fonts/Roboto-Black.woff) format('woff')
}

@font-face {
	font-family: 'Roboto Black Italic';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Black Italic'), url(../fonts/Roboto-BlackItalic.woff) format('woff')
}

.switchery-small {
	border-radius: 15px!important;
	height: 14px!important;
	width: 25px!important
}

.switchery-small>small {
	height: 12px!important;
	width: 12px!important
}

.dashboard-listing {
	background: #e6f1f7;
	padding: 20px
}

.dash-category {
	box-shadow: 0 4px 9px #ddd;
	position: relative;
	background: #fff;
	padding: 3%;
	min-height: 140px
}

.indicator span {
	position: absolute;
	top: 0;
	left: 20%;
	font-size: 13px;
	color: #000
}

.permission-table thead {
	background: #f5f5f5
}

.permission-table tbody td:nth-child(2),
.permission-table th:nth-child(2) {
	text-align: left
}

.permission-table thead th {
	text-align: center;
	font-weight: 500!important;
	padding: 15px 10px!important;
	text-transform: uppercase
}

.permission-table {
	margin-top: 10px
}

.permission-table tbody td {
	color: #717171;
	text-align: center;
	padding: 10px!important;
	font-size: 13px!important;
	text-transform: capitalize
}

.permission-table thead th span {
	margin-right: 7px
}

.table-bordered.permission-table td,
.table-bordered.permission-table th {
	border-left: none;
	border-right: 0
}

.dash-category i {
	font-size: 50px;
	text-align: center;
	color: #000;
	display: block
}

.bar-title h3,
.dash-category h3 {
	font-weight: 600;
	color: #242424;
	font-size: 14px
}

.dash-category.instant-data {
	text-align: center
}

.bar-chart {
	margin-top: 20px
}

.chart-row {
	background: #fff;
	padding: 3%;
	min-height: 150px;
	box-shadow: 0 4px 9px #d8d8d8
}

.dash-category span.total-number {
	font-weight: 600;
	color: #018fd4;
	font-size: 19px
}

span.total-precentage {
	float: right;
	background: #018fd4;
	color: #fff;
	font-size: 12px;
	padding: 1px 15px;
	text-align: center;
	display: inline-block;
	border-radius: 5px
}

.indicator {
	background: #ddd;
	height: 3px;
	border-radius: 7px;
	position: absolute;
	bottom: 20px;
	z-index: 9999;
	width: 94%
}

caption {
	padding-top: 0;
	padding-bottom: 0;
	color: #018fd4;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	caption-side: top
}

.widget-content-outer {
	display: flex;
	flex: 1;
	flex-direction: column;
	background: #f9f9f9;
	padding: 3px 15px 10px;
	border: 1px solid #f5f5f5
}

.widget-content-wrapper {
	display: flex;
	flex: 1;
	position: relative;
	align-items: center
}

.sub-label-right,
.widget-content-right {
	margin-left: auto
}

.widget-numbers {
	font-weight: 700;
	font-size: 1.8rem;
	display: block
}

.widget-heading {
	font-weight: 500;
	color: #000131
}

.widget-progress-wrapper {
	margin-top: 0
}

.progress.progress-bar-sm {
	height: 1.2rem
}

.progress-sub-label {
	margin-top: .33333rem;
	opacity: .5;
	display: flex;
	align-content: center;
	align-items: center
}

.dashborad-chart {
	background: #efefef;
	margin-top: 20px;
	padding: 30px 10px
}

.dashboard-chart-row {
	background: #fff;
	padding: 40px 10px 10px;
	border-bottom: 3px solid #3ac47d!important;
	margin-bottom: 15px
}

.dashboard-chart-row h4 {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin: 0 0 12px 0;
	color: #545454
}

.dashboard-chart-row small {
	text-align: center;
	display: block;
	margin-top: 5px
}

.dashboard-chart-row .chart {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 170px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	border: 0
}

.dashboard-chart-row.chart2 {
	border-bottom: 3px solid #3f6ad8!important
}

.dashboard-chart-row.chart3 {
	border-bottom: 3px solid #f7b924!important
}

.dashboard-chart-row.chart4 {
	border-bottom: 3px solid #d92550!important
}

.form-slider {
	background: #f9f9f9;
	padding: 45px 15px
}

.form-slider-col {
	width: 700px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 25px;
	border: 1px solid #eaeaea
}

.form-slider .flash {
	width: 700px;
	margin: 0 auto
}

.form-slider-table {
	margin-top: 10px;
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #f1f0f0;
	margin-bottom: 10px
}

.form-slider-col h2 {
	text-align: center;
	margin: 0;
	font-size: 30px
}

.form-slider-col small {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px
}

.steps li a .title .step-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ccc;
	margin: 0 auto;
	position: relative;
	outline: 0;
	-o-outline: 0;
	-ms-outline: 0;
	-moz-outline: 0;
	-webkit-outline: 0;
	color: #fff;
	font-size: 25.6px;
	margin-right: 108px
}

.steps .current .step-icon::before,
.steps .current:last-child .step-icon::after,
.steps .done .step-icon::before {
	background: #000131
}

.steps li.current a .step-icon,
.steps li.current a:active .step-icon,
.steps li.done a .step-icon,
.steps li.done a:active .step-icon {
	background: #018fd4
}

.steps li .step-icon::before {
	right: 100%
}

.steps li .step-icon::before,
.steps li:last-child .step-icon::after {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 108px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.steps {
	margin-bottom: 35px
}

span.step-text {
	margin-top: 5px
}

.steps li a .title span {
	display: block
}

.steps ul {
	display: flex;
	display: -webkit-flex;
	list-style: none;
	padding-left: 108px
}

.steps li:last-child .step-icon::after {
	left: 100%
}

.steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.steps li,
.steps li.current {
	outline: 0;
	-o-outline: 0;
	-ms-outline: 0;
	-moz-outline: 0;
	-webkit-outline: 0;
	position: relative
}

.row {
	margin-right: -5px;
	margin-left: -5px
}

h1.page-tittle {
	text-transform: uppercase;
	margin: 2px 0 7px 0;
	color: #000131
}

div#staff-sidebar-content-display span.pagination {
	display: inline-block;
	padding: 2px 6px!important;
	margin: 15px 0 0 0!important;
	border-radius: 0;
	font-size: 12px;
	border: 1px solid #ddd
}

.fa-spinner {
	margin-right: 2px
}

div#staff-sidebar-content-display span.pagination.active,
div#staff-sidebar-content-display span.pagination:hover {
	background: #018fd4;
	border: 1px solid #018fd4;
	color: #fff
}

ul.toptab li {
	display: inline-block
}

ul.toptab li.active button.btn.btn-primary.year-btn {
	background: #000131
}

.select2-container--default .select2-selection--single {
	background-color: #fff!important;
	border: 1px solid #e6e6e6!important;
	border-radius: 0!important;
	font-size: 12px
}

.select2-search--dropdown {
	font-size: 12px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
	padding-right: 5px;
	padding-left: 5px
}

.query-list-control td label {
	margin: 0
}

.custom-control-label::before {
	width: 13px;
	height: 13px
}

.query-list-control td label.custom-control {
	min-height: auto
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0
}

.btn-danger.focus,
.btn-danger:focus,
.btn-success.focus,
.btn-success:focus {
	box-shadow: none
}

.invalid-feedback strong,
.tab-content .card-body .invalid-feedback strong {
	font-weight: 400;
	font-size: 11px;
	color: #dc3545
}

.alert {
	padding: .25rem .25rem;
	margin-bottom: 0;
	border-radius: 0;
	font-size: 12px
}

.preloader {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 99999;
	background: #fff
}

.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px)
}

a.paginate_button {
	font-size: 12px
}

* {
	outline: 0
}

body {
	background: #fff;
	font-family: 'Roboto Regular';
	margin: 0;
	overflow-x: hidden;
	color: #67757c
}

html {
	position: relative;
	min-height: 100%;
	background: #fff;
	margin-bottom: 53px
}

a:focus,
a:hover {
	text-decoration: none
}

a.link {
	color: #455a64
}

a.link:focus,
a.link:hover {
	color: #32465a
}

.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block
}

.img-rounded {
	border-radius: 4px
}

html body .mdi-set,
html body .mdi:before {
	line-height: initial
}

.card {
	background: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000131;
	font-family: 'Roboto Regular';
	font-weight: 400
}

.top-row h4 {
	position: relative;
	top: 3px
}

h1 {
	line-height: 28px;
	font-size: 28px
}

h2 {
	line-height: 36px;
	font-size: 24px
}

h3 {
	line-height: 30px;
	font-size: 16px
}

h4 {
	line-height: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #000131
}

h5 {
	line-height: 18px;
	font-size: 14px;
	font-weight: 400
}

h6 {
	line-height: 16px;
	font-size: 12px;
	font-weight: 400
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: none
}

.display-5 {
	font-size: 3rem
}

.display-6 {
	font-size: 36px
}

.box {
	border-radius: 4px;
	padding: 0
}

ul.nav.nav-tabs.custom-tabs .box {
	padding: 12px 12px
}

html body .dl {
	display: inline-block
}

html body .db {
	display: block
}

.no-wrap td,
.no-wrap th {
	white-space: nowrap
}

html body blockquote {
	border-left: 5px solid #32465a;
	border: 1px solid rgba(120, 130, 140, .13);
	padding: 15px
}

.clear {
	clear: both
}

ol li {
	margin: 5px 0
}

html body .p-0 {
	padding: 0
}

.modal-body button.btn.btn-danger.waves-effect.waves-light,
.modal-footer button.btn.btn-danger.waves-effect.waves-light {
	background: #018fd4;
	border-color: #018fd4;
	font-size: 12px;
	padding: 3px 12px
}

.modal-footer button.btn.btn-danger.waves-effect.waves-light:hover {
	background: #0078d4;
	border-color: #0078d4
}

.transfer-job-button,
a.add-attachment-button {
	float: right;
	font-size: 13px
}

.modal-footer button#closeModal:hover {
	background: #018fd4;
	border-color: #018fd4
}

html body .p-10 {
	padding: 10px
}

html body .p-20 {
	padding: 20px
}

html body .p-30 {
	padding: 30px
}

html body .p-l-0 {
	padding-left: 0
}

html body .p-l-10 {
	padding-left: 10px
}

html body .p-l-20 {
	padding-left: 20px
}

html body .p-r-0 {
	padding-right: 0
}

html body .p-r-10 {
	padding-right: 10px
}

html body .p-r-20 {
	padding-right: 20px
}

html body .p-r-30 {
	padding-right: 30px
}

html body .p-r-40 {
	padding-right: 40px
}

html body .p-t-0 {
	padding-top: 0
}

html body .p-t-10 {
	padding-top: 10px
}

html body .p-t-20 {
	padding-top: 20px
}

html body .p-t-30 {
	padding-top: 30px
}

html body .p-b-0 {
	padding-bottom: 0
}

html body .p-b-5 {
	padding-bottom: 5px
}

html body .p-b-10 {
	padding-bottom: 10px
}

html body .p-b-20 {
	padding-bottom: 20px
}

html body .p-b-30 {
	padding-bottom: 30px
}

html body .p-b-40 {
	padding-bottom: 40px
}

html body .m-0 {
	margin: 0
}

html body .m-l-5 {
	margin-left: 5px
}

html body .m-l-10 {
	margin-left: 10px
}

html body .m-l-15 {
	margin-left: 15px
}

html body .m-l-20 {
	margin-left: 20px
}

html body .m-l-30 {
	margin-left: 30px
}

html body .m-l-40 {
	margin-left: 40px
}

html body .m-r-5 {
	margin-right: 5px
}

html body .m-r-10 {
	margin-right: 10px
}

html body .m-r-15 {
	margin-right: 15px
}

html body .m-r-20 {
	margin-right: 20px
}

html body .m-r-30 {
	margin-right: 30px
}

html body .m-r-40 {
	margin-right: 40px
}

html body .m-t-0 {
	margin-top: 0
}

html body .m-t-5 {
	margin-top: 5px
}

html body .m-t-10 {
	margin-top: 10px
}

html body .m-t-15 {
	margin-top: 15px
}

html body .m-t-20 {
	margin-top: 20px
}

html body .m-t-30 {
	margin-top: 30px
}

html body .m-t-40 {
	margin-top: 40px
}

html body .m-b-0 {
	margin-bottom: 0
}

html body .m-b-5 {
	margin-bottom: 5px
}

html body .m-b-10 {
	margin-bottom: 10px
}

html body .m-b-15 {
	margin-bottom: 15px
}

html body .m-b-20 {
	margin-bottom: 20px
}

html body .m-b-30 {
	margin-bottom: 30px
}

html body .m-b-40 {
	margin-bottom: 40px
}

html body .vt {
	vertical-align: top
}

html body .vm {
	vertical-align: middle
}

html body .vb {
	vertical-align: bottom
}

.op-5 {
	opacity: .5
}

html body .font-16 {
	font-size: 16px
}

html body .font-14 {
	font-size: 14px
}

html body .font-10 {
	font-size: 10px
}

html body .font-18 {
	font-size: 18px
}

html body .font-20 {
	font-size: 20px
}

html body .b-0 {
	border: 0
}

textarea.form-control.b-0 {
	border: 1px solid #e6e6e6
}

html body .b-r {
	border-right: 1px solid rgba(120, 130, 140, .13)
}

html body .b-l {
	border-left: 1px solid rgba(120, 130, 140, .13)
}

html body .b-b {
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

html body .b-t {
	border-top: 1px solid rgba(120, 130, 140, .13)
}

html body .b-all {
	border: 1px solid rgba(120, 130, 140, .13)!important
}

.thumb-sm {
	height: 32px;
	width: 32px
}

.thumb-md {
	height: 48px;
	width: 48px
}

.thumb-lg {
	height: 88px;
	width: 88px
}

.hide {
	display: none
}

.img-circle {
	border-radius: 100%
}

.radius {
	border-radius: 4px
}

.text-white {
	color: #fff!important
}

.text-danger {
	color: #2b7a77!important
}

.text-muted {
	color: #3c3c3c!important
}

.text-warning {
	color: #ffb22b!important
}

.text-info {
	color: #32465a!important
}

.text-primary {
	color: #018fd4!important
}

.text-inverse {
	color: #2f3d4a!important
}

html body .text-blue {
	color: #02bec9
}

html body .text-purple {
	color: #7460ee
}

html body .text-primary {
	color: #5c4ac7
}

html body .text-megna {
	color: #00897b
}

html body .text-dark {
	color: #67757c
}

html body .text-themecolor {
	color: #32465a
}

.selected-category.cat-Normal {
	background: #1b7e5a;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 11px
}

.selected-category.cat-Urgent {
	background: #e56c69;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 11px
}

.selected-category.cat-High {
	background: #dca500;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 11px
}

.bg-primary {
	background-color: #5c4ac7!important
}

.progress-bar.bg-primary {
	background: #3f6ad8!important
}

.bg-success {
	background-color: #26dad2!important
}

.bg-info {
	background-color: #fff!important
}

.bg-warning {
	background-color: #ffb22b!important
}

.bg-danger {
	background-color: #ef5350!important
}

html body .bg-megna {
	background-color: #00897b
}

html body .bg-theme {
	background-color: #32465a
}

html body .bg-inverse {
	background-color: #2f3d4a
}

html body .bg-purple {
	background-color: #7460ee
}

html body .bg-light-part {
	background-color: rgba(0, 0, 0, .02)
}

html body .bg-light-primary {
	background-color: #f1effd
}

html body .bg-light-success {
	background-color: #e8fdeb
}

html body .bg-light-info {
	background-color: #fff;
	border: 1px solid #ddd
}

html body .bg-light-extra {
	background-color: #ebf3f5
}

html body .bg-light-warning {
	background-color: #fff8ec
}

html body .bg-light-danger {
	background-color: #f9e7eb
}

html body .bg-light-inverse {
	background-color: #fff;
	border: 1px solid #ddd
}

html body .bg-light {
	background-color: #f2f4f8
}

html body .bg-white {
	background-color: #fff
}

.round {
	line-height: 48px;
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	border-radius: 100%;
	background: #32465a
}

.round img {
	border-radius: 100%
}

.round-lg {
	line-height: 65px;
	width: 60px;
	height: 60px;
	font-size: 30px
}

.round.round-info {
	background: #32465a
}

.round.round-warning {
	background: #ffb22b
}

.round.round-danger {
	background: #ef5350
}

.round.round-success {
	background: #26dad2
}

.round.round-primary {
	background: #5c4ac7
}

.label {
	padding: 3px 10px;
	line-height: 13px;
	color: #fff;
	font-weight: 400;
	border-radius: 4px;
	font-size: 75%
}

.label-rounded {
	border-radius: 60px
}

.label-custom {
	background-color: #00897b
}

.label-success {
	background-color: #1f4775
}

.label-info {
	background-color: #32465a
}

.label-warning {
	background-color: #ffb22b
}

.label-danger {
	background-color: #ef5350
}

.label-megna {
	background-color: #00897b
}

.label-primary {
	background-color: #5c4ac7
}

.label-purple {
	background-color: #7460ee
}

.label-red {
	background-color: #fb3a3a
}

.label-inverse {
	background-color: #2f3d4a
}

.label-default {
	background-color: #f2f4f8
}

.label-white {
	background-color: #fff
}

.label-light-success {
	background-color: #e8fdeb;
	color: #26dad2
}

.label-light-info {
	background-color: #cfecfe;
	color: #32465a
}

.label-light-warning {
	background-color: #fff8ec;
	color: #ffb22b
}

.label-light-danger {
	background-color: #f9e7eb;
	color: #ef5350
}

.label-light-megna {
	background-color: #e0f2f4;
	color: #00897b
}

.label-light-primary {
	background-color: #f1effd;
	color: #5c4ac7
}

.label-light-inverse {
	background-color: #f6f6f6;
	color: #2f3d4a
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a,
.pagination>li>span {
	color: #263238
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #f2f4f8
}

.pagination-split li {
	margin-left: 5px;
	display: inline-block;
	float: left
}

.pagination-split li:first-child {
	margin-left: 0
}

.pagination-split li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.mobile-tabbing ul.nav.nav-tabs.nav-year li {
	display: inline-block
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #2b7a77;
	border-color: #2b7a77
}

.pager li>a,
.pager li>span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #263238
}

.table-box {
	display: table;
	width: 100%
}

.table.no-border tbody td {
	border: 0
}

.enhancement-table th:last-child {
	width: 6%!important
}

.enhancement-table th:nth-child(2) {
	width: 10%!important
}

.enhancement-table th:nth-child(7) {
	width: 7%!important
}

.cell {
	display: table-cell;
	vertical-align: middle
}

.enhancement-table td a i {
	font-size: 11px
}

.ms-options-wrap>button,
.ms-options-wrap>button:focus {
	padding: 6px 20px 4px 5px!important;
	margin-top: 0!important;
	outline-offset: 0!important
}

.smart-filters .dashboard-table .form-group {
	width: 8%;
	display: inline-block;
	margin-right: 5px
}
.smart-filters .check-box-top-div{
	border: 1px solid #e6e6e6;
    padding: 2px 9px 4px 8px;
}
.smart-filters .dashboard-table .form-group.btns-grp {
	width: auto
}

.ms-options-wrap>.ms-options {
	left: auto!important;
	width: auto!important
}

.modal-title {
	text-transform: capitalize
}

.table td,
.table th {
	border: 1px solid #dedede;
	padding: 2px 2px!important
}

.msg-body {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #e5e5e5;
	padding: 6px;
	margin-bottom: 7px
}

span.msg-attach {
	margin-right: 5px
}

span.msg-attach a i {
	color: #018fd4;
	margin-right: 3px
}

span.msg-attach a {
	font-size: 13px
}

table.reporttable td {
	font-size: 11px
}

.modal-body.scrollable-body {
	height: 500px;
	overflow-y: scroll
}

table .priorityRow3 td a,
table .priorityRow3 th a {
	color: #000!important
}

.btn-right ul li {
	margin-right: 5px
}

.btn-right {
	float: right
}

.table th,
.table thead th {
	font-weight: 400
}

.table-hover tbody tr:hover {
	background: #f2f4f8
}

.nowrap {
	white-space: nowrap
}

.lite-padding td {
	padding: 5px
}

.v-middle td,
.v-middle th {
	vertical-align: middle
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	transition: all .1s ease-out
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	transition: all .7s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, .45)
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, .7)
}

html body .waves-notransition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	position: absolute
}

.waves-circle {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none
}

.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.waves-block {
	display: block
}

.badge {
	font-weight: 400
}

.badge-xs {
	font-size: 9px
}

.badge-sm,
.badge-xs {
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px)
}

.badge-success {
	background-color: #26dad2
}

.badge-info {
	background-color: #32465a
}

.badge-primary {
	background-color: #5c4ac7
}

.badge-warning {
	background-color: #ffb22b
}

.badge-danger {
	background-color: #ef5350
}

.badge-purple {
	background-color: #7460ee
}

.badge-red {
	background-color: #fb3a3a
}

.badge-inverse {
	background-color: #2f3d4a
}

.btn {
	padding: 7px 12px;
	cursor: pointer
}

.btn-group label {
	color: #fff!important;
	margin-bottom: 0
}

.btn-group label.btn-secondary {
	color: #67757c!important
}

.btn-lg {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.btn-md {
	padding: 10px 12px;
	font-size: 16px
}

.btn-circle {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 10px
}

.dropdown-menu.mailbox .btn-circle {
	width: 20px;
	height: 20px;
	padding: 0;
	background: #018fd4;
	border-color: #018fd4
}

.dropdown-menu.mailbox .btn-circle i {
	font-size: 12px;
	position: relative;
	top: -3px
}

.btn-circle.btn-sm {
	width: 35px;
	height: 35px;
	padding: 8px 10px;
	font-size: 14px
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #018fd4;
	border-color: #018fd4
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 14px 15px;
	font-size: 18px;
	line-height: 22px
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 14px 15px;
	font-size: 24px
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px
}

.btn-xs {
	padding: .25rem .5rem;
	font-size: 10px
}

.button-list a,
.button-list button {
	margin: 5px 12px 5px 0
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.controls.check-query-checkbox {
	background: #eee;
	padding: 1px 7px;
	border: 1px solid #ddd
}

a.underline-text {
	color: #018fd4!important
}

.btn-rounded {
	border-radius: 0;
	padding: 5px 8px;
	font-size: 12px
}

table a i {
	color: #018fd4;
	margin-right: 2px
}

table a i.fa.fa-trash-o {
	color: #f44336
}

table a i:hover {
	color: #32465a
}

.btn-rounded.btn-lg {
	padding: .75rem 1.5rem
}

.btn-rounded.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px
}

.btn-rounded.btn-xs {
	padding: .25rem .5rem;
	font-size: 10px
}

.btn-rounded.btn-md {
	padding: 12px 35px;
	font-size: 16px
}

.btn-secondary,
.btn-secondary.disabled {
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	background-color: #fff;
	color: #67757c;
	border-color: #b1b8bb
}

.btn-primary,
.btn-primary.disabled {
	background: #5c4ac7;
	border: 0;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-primary.disabled:hover,
.btn-primary:hover {
	background: #5c4ac7;
	border: 0
}

.btn-primary.active,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary:active,
.btn-primary:focus {
	background: #6352ce
}

.btn-themecolor,
.btn-themecolor.disabled {
	background: #32465a;
	color: #fff;
	border: 0
}

.btn-themecolor.disabled:hover,
.btn-themecolor:hover {
	background: #32465a;
	opacity: .7;
	border: 0
}

.btn-themecolor.active,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus,
.btn-themecolor:active,
.btn-themecolor:focus {
	background: #028ee1
}

.btn-success,
.btn-success.disabled {
	background: #018fd4;
	border: 0;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-success.disabled:hover,
.btn-success:hover {
	background: #018fd4;
	border: 0
}

.btn-success.active,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success:active,
.btn-success:focus {
	background: #1eacbe
}

.job_title h2 {
	font-size: 18px;
	color: #000131
}

.btn-info,
.btn-info.disabled {
	background: #018fd4;
	border: 0;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-info.disabled:hover,
.btn-info:hover {
	background: #000131;
	border: 0
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: none
}

.alert-warning {
	color: #0078d4;
	background-color: #cce7f4;
	border-color: #cce7f4
}

.left-tabs .add_job_top:hover {
	background: #fff;
	border: 0;
	color: #004578
}

.btn-warning,
.btn-warning.disabled {
	background: #ffb22b;
	color: #fff;
	border: 1px solid #ffb22b;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	color: #fff
}

.btn-warning.disabled:hover,
.btn-warning:hover {
	background: #ffb22b;
	color: #fff;
	border: 1px solid #ffb22b
}

.btn-warning.active,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning:active,
.btn-warning:focus {
	background: #e9ab2e;
	color: #fff
}

ul.dropdown-user li a i {
	color: #000131;
	margin-right: 2px
}

.u-text h4 {
	font-weight: 600
}

.btn-danger,
.btn-danger.disabled {
	background: #ef5350;
	border: 1px solid #ef5350;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

ul.dropdown-user a.btn.btn-rounded.btn-danger.btn-sm {
	background: #12b4ea;
	border: 1px solid #12b4ea;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: .5px
}

.btn-danger.disabled:hover,
.btn-danger:hover {
	background: #ef5350;
	border: 1px solid #ef5350
}

.btn-danger.active,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger:active,
.btn-danger:focus {
	background: #e6294b
}

.btn-inverse,
.btn-inverse.disabled {
	background: #2f3d4a;
	border: 1px solid #2f3d4a;
	color: #fff
}

.btn-inverse.disabled:hover,
.btn-inverse:hover {
	background: #018fd4;
	opacity: 1;
	color: #fff;
	border: 1px solid #018fd4
}

.btn-inverse.active,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus,
.btn-inverse:active,
.btn-inverse:focus {
	background: #232a37;
	color: #fff
}

.btn-red,
.btn-red.disabled {
	background: #fb3a3a;
	border: 1px solid #fb3a3a;
	color: #fff
}

.btn-red.disabled:hover,
.btn-red:hover {
	opacity: .7;
	border: 1px solid #fb3a3a;
	background: #fb3a3a
}

.btn-red.active,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus,
.btn-red:active,
.btn-red:focus {
	background: #e6294b
}

.btn-outline-secondary {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
	box-shadow: 0 2px 2px 0 rgba(169, 169, 169, .14), 0 3px 1px -2px rgba(169, 169, 169, .2), 0 1px 5px 0 rgba(169, 169, 169, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
	-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(169, 169, 169, .2);
	box-shadow: 0 14px 26px -12px rgba(169, 169, 169, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(169, 169, 169, .2)
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(169, 169, 169, .2);
	box-shadow: 0 14px 26px -12px rgba(169, 169, 169, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(169, 169, 169, .2)
}

.btn-outline-primary {
	color: #5c4ac7;
	background-color: #fff;
	border-color: #5c4ac7;
	-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
	box-shadow: 0 2px 2px 0 rgba(116, 96, 238, .14), 0 3px 1px -2px rgba(116, 96, 238, .2), 0 1px 5px 0 rgba(116, 96, 238, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
	background: #5c4ac7;
	-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
	box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
	color: #fff;
	border-color: #5c4ac7
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
	box-shadow: 0 14px 26px -12px rgba(116, 96, 238, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(116, 96, 238, .2);
	background: #6352ce
}

.btn-outline-success {
	color: #26dad2;
	background-color: transparent;
	border-color: #26dad2;
	-webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
	box-shadow: 0 2px 2px 0 rgba(40, 190, 189, .14), 0 3px 1px -2px rgba(40, 190, 189, .2), 0 1px 5px 0 rgba(40, 190, 189, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:hover {
	background: #26dad2;
	border-color: #26dad2;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
	box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2)
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
	box-shadow: 0 14px 26px -12px rgba(40, 190, 189, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(40, 190, 189, .2);
	background: #1eacbe
}

.btn-outline-info {
	color: #32465a;
	background-color: transparent;
	border-color: #32465a;
	-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
	box-shadow: 0 2px 2px 0 rgba(66, 165, 245, .14), 0 3px 1px -2px rgba(66, 165, 245, .2), 0 1px 5px 0 rgba(66, 165, 245, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:hover {
	background: #32465a;
	border-color: #32465a;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2)
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(23, 105, 255, .2);
	background: #028ee1
}

.btn-outline-warning {
	color: #ffb22b;
	background-color: transparent;
	border-color: #ffb22b;
	-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, .14), 0 3px 1px -2px rgba(248, 194, 0, .2), 0 1px 5px 0 rgba(248, 194, 0, .12);
	box-shadow: 0 2px 2px 0 rgba(248, 194, 0, .14), 0 3px 1px -2px rgba(248, 194, 0, .2), 0 1px 5px 0 rgba(248, 194, 0, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
	background: #ffb22b;
	border-color: #ffb22b;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2)
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(248, 194, 0, .2);
	background: #e9ab2e
}

.btn-outline-danger {
	color: #ef5350;
	background-color: transparent;
	border-color: #ef5350;
	-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
	box-shadow: 0 2px 2px 0 rgba(239, 83, 80, .14), 0 3px 1px -2px rgba(239, 83, 80, .2), 0 1px 5px 0 rgba(239, 83, 80, .12);
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
	background: #ef5350;
	border-color: #ef5350;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2)
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	background: #e6294b
}

.btn-outline-red {
	color: #fb3a3a;
	background-color: transparent;
	border-color: #fb3a3a
}

.btn-outline-red.focus,
.btn-outline-red:focus,
.btn-outline-red:hover {
	background: #fb3a3a;
	border-color: #fb3a3a;
	color: #fff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2)
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(239, 83, 80, .2);
	background: #e6294b
}

.btn-outline-inverse {
	color: #2f3d4a;
	background-color: transparent;
	border-color: #2f3d4a
}

.btn-outline-inverse.focus,
.btn-outline-inverse:focus,
.btn-outline-inverse:hover {
	background: #2f3d4a;
	border-color: #2f3d4a;
	color: #fff
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #6352ce;
	border: 1px solid #6352ce
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background-color: #1eacbe;
	border: none
}

.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
	background-color: #d61f1f;
	border: 1px solid #d61f1f;
	color: #fff
}

.button-box .btn {
	margin: 0 8px 8px 0
}

.btn-label {
	background: rgba(0, 0, 0, .05);
	display: inline-block;
	margin: -6px 12px -6px -14px;
	padding: 7px 15px
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998
}

.btn-twitter {
	color: #fff;
	background-color: #55acee
}

.btn-linkedin {
	color: #fff;
	background-color: #007bb6
}

.btn-dribbble {
	color: #fff;
	background-color: #ea4c89
}

.btn-googleplus {
	color: #fff;
	background-color: #dd4b39
}

.btn-instagram {
	color: #fff;
	background-color: #3f729b
}

.btn-pinterest {
	color: #fff;
	background-color: #cb2027
}

.btn-dropbox {
	color: #fff;
	background-color: #007ee5
}

.btn-flickr {
	color: #fff;
	background-color: #ff0084
}

.btn-tumblr {
	color: #fff;
	background-color: #32506d
}

.btn-skype {
	color: #fff;
	background-color: #00aff0
}

.btn-youtube {
	color: #fff;
	background-color: #b00
}

.btn-github {
	color: #fff;
	background-color: #171515
}

.notify {
	position: absolute;
	top: 0;
	right: 0
}

.notify .label {
	padding: 0 3px;
	color: #fff;
	font-weight: 400;
	border-radius: 6px;
	font-size: 10px;
	min-width: 12px;
	height: 12px;
	background: #f51b00;
	text-align: center;
	line-height: 13px
}

.notify .heartbit {
	position: absolute;
	top: -20px;
	right: -4px;
	height: 25px;
	width: 25px;
	z-index: 10;
	border: 5px solid #ef5350;
	border-radius: 70px;
	-moz-animation: heartbit 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbit 1s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbit 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.notify .point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ef5350;
	position: absolute;
	right: 6px;
	top: -10px
}

@-moz-keyframes heartbit {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}
	25% {
		-moz-transform: scale(.1);
		opacity: .1
	}
	50% {
		-moz-transform: scale(.5);
		opacity: .3
	}
	75% {
		-moz-transform: scale(.8);
		opacity: .5
	}
	to {
		-moz-transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes heartbit {
	0% {
		-webkit-transform: scale(0);
		opacity: 0
	}
	25% {
		-webkit-transform: scale(.1);
		opacity: .1
	}
	50% {
		-webkit-transform: scale(.5);
		opacity: .3
	}
	75% {
		-webkit-transform: scale(.8);
		opacity: .5
	}
	to {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

.fileupload {
	overflow: hidden;
	position: relative
}

.fileupload input.upload {
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0
}

.mega-dropdown {
	position: static;
	width: 100%
}

.mega-dropdown .dropdown-menu {
	width: 100%;
	padding: 30px;
	margin-top: 0
}

.mega-dropdown ul {
	padding: 0
}

.mega-dropdown ul li {
	list-style: none
}

.mega-dropdown .carousel-item .container {
	padding: 0
}

.mega-dropdown .nav-accordion .card {
	margin-bottom: 1px
}

.mega-dropdown .nav-accordion .card-header {
	background: #fff
}

.mega-dropdown .nav-accordion .card-header h5 {
	margin: 0
}

.mega-dropdown .nav-accordion .card-header h5 a {
	text-decoration: none;
	color: #67757c
}

ul.list-style-none {
	margin: 0;
	padding: 0
}

ul.list-style-none li {
	list-style: none
}

ul.list-style-none li a {
	color: #67757c;
	padding: 8px 0;
	display: block;
	text-decoration: none
}

ul.list-style-none li a:hover {
	color: #32465a
}

.dropdown-item {
	padding: 8px 1rem;
	color: #67757c
}

.custom-select {
	background: url(../../assets/images/custom-select.png) right .75rem center no-repeat
}

textarea {
	resize: none
}

.top-header-row {
	border: 1px solid #ececec;
	padding: 5px;
	margin-bottom: 6px
}

.top-header-row .form-group {
	margin-bottom: 0
}

.form-control {
	color: #67757c;
	height: 30px;
	display: initial;
	font-size: 12px;
	font-weight: 400;
	border-radius: 0;
	padding: 6px 7px;
	border: 1px solid #e6e6e6
}

select.changeStatus.form-control.workflow-status,
select.prevStatus.form-control.workflow-status {
	display: inline-block;
	width: auto
}

textarea.form-control.add-notes,
textarea.form-control.reason_for_low_budget {
	height: 80px
}

select.form-control:not([size]):not([multiple]) {
	height: 30px
}

.table td select.form-control:not([size]):not([multiple]) {
	width: 100%;
	height: 20px;
	padding: 0
}

.desc-height,
.form-control.textarea_editor,
textarea.form-control.textarea_editor_update {
	height: 120px!important
}

input#image_upload {
	padding: 2px 7px
}

.form-actions button.btn.btn-success {
	background: #018fd4;
	border: 0;
	font-size: 12px;
	padding: 4px 10px
}

a.show-password i {
	color: #12b4ea
}

.right-add-btn button {
	float: right
}

.form-actions button.btn.btn-success:hover {
	background: #000131
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #2b3b4c;
	border-color: #2b3b4c
}

.form-control-sm {
	min-height: 20px
}

.form-control:disabled,
.form-control[readonly] {
	opacity: .7
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none
}

.custom-control-input:checked~.custom-control-indicator {
	background-color: #26dad2
}

form label {
	font-weight: 400
}

span.radio-btn {
	display: inline-block
}

.demo-radio em {
	font-style: normal;
	color: #000;
	font-weight: 500;
	font-size: 12px
}

.form-group label.control-label,
form#form label {
	font-weight: 500;
	color: #17242a;
	font-size: 13px
}

.form-group {
	margin-bottom: 10px
}

div#add-job-modal-content .form-group {
	margin-bottom: 5px
}

.invalid-feedback {
	margin-top: 0
}

.dropdown-item.active, 
.dropdown-item:active, 
.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: #018fd4
}

.dropdown-item.active i, .dropdown-item:focus i {
	color: #fff!important
}

.form-control-static {
	padding-top: 0
}

.form-bordered .form-group {
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	padding-bottom: 20px
}

.card-no-border .card {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0
}

.card.right-profile {
	padding: 10px;
	border: 1px solid #f5f5f5
}

.form-check.namecheck {
	display: inline-block;
	padding: 0
}

span.value-name {
	padding-left: 13px;
	position: relative;
	top: 2px
}

.card-body {
	padding: 0
}

.card-no-border .shadow-none {
	-webkit-box-shadow: none;
	box-shadow: none
}

.card-outline-danger,
.card-outline-info,
.card-outline-primary,
.card-outline-success,
.card-outline-warning {
	background: #fff
}

.mark-complete [type=checkbox]:checked,
.mark-complete [type=checkbox]:not(:checked),
.smart-filters [type=checkbox]:checked,
.smart-filters [type=checkbox]:not(:checked) {
	position: relative;
	opacity: 1;
	top: 0;
	left: 0;
	margin-right: 2px
}

span.mark-solved {
	font-weight: 500;
	color: #17242a;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle
}

span.attachment-time,
span.created-time {
	display: inline-block;
	font-size: 11px;
	color: #018fd4
}

span.attachment-time i {
	margin-right: 5px;
	color: #9fa0a3;
	border: 1px solid #ddd;
	border-radius: 100%;
	padding: 2px;
	background: #f3f3f3;
	height: 16px;
	width: 16px;
	text-align: center
}

span.file-add {
	font-size: 11px;
	margin-top: 5px;
	margin-right: 7px
}

button.btn.btn-primary.fileRemove.delete-file {
	display: inline-block;
	padding: 2px;
	height: 15px;
	margin-left: 3px
}

button.btn.btn-primary.fileRemove.delete-file i {
	font-size: 10px;
	vertical-align: top
}

.mark-complete label {
	font-size: 12px;
	color: #242424
}

.short-summary h5 {
	margin: 0;
	font-size: 13px
}

.short-summary {
	margin-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px
}

span.created-time {
	display: block
}

span.created-time em {
	color: #000;
	padding: 0 4px
}

.checkbox {
	position: relative
}

.smart-filters h3 {
	font-weight: 700;
	color: #1e4774;
	display: inline-block
}

.card-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto
}

.smart-filters a.download-csv,
a.download-csv {
	display: inline-block;
	color: #283c52;
	float: right;
	font-size: 13px
}

tr:hover {
	box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(216, 218, 220, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

.smart-filters a.download-csv i {
	color: #fff
}

a.download-csv i {
	color: #fff;
	margin: 0
}

a.download-csv {
	background: #018fd4;
	padding: 3px 0;
	text-align: center;
	width: 25px;
	height: 25px
}

.smart-filters a.download-csv:hover {
	color: #2b7a77
}

.css-bar:after {
	z-index: 1
}

.css-bar>i {
	z-index: 10
}

.single-column .left-sidebar {
	display: none
}

.single-column .page-wrapper {
	margin-left: 0
}

.fix-width {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto
}

.card-default .card-header {
	background: #fff;
	border-bottom: 0
}

.progress {
	height: auto
}

.card-group {
	margin-bottom: 30px
}

.preloader {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 99999;
	background: #fff
}

.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px)
}

#main-wrapper {
	width: 100%
}

.boxed #main-wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .1);
	box-shadow: 0 0 60px rgba(0, 0, 0, .1)
}

.boxed #main-wrapper .sidebar-footer {
	position: absolute
}

.boxed #main-wrapper .footer {
	display: none
}

.page-wrapper {
	background: #fff;
	padding-bottom: 0
}

.container-fluid {
	padding: 6px 15px
}

.container-fluid.no-pad {
	padding-top: 0;
	padding-bottom: 0
}

.topbar {
	position: relative;
	z-index: 50;
	top: 0;
	width: 100%
}

.topbar .top-navbar {
	height: auto;
	padding: 0
}

.topbar ul.dropdown-user li a i {
	color: #008ed3
}

ul.navbar-nav.job-summary .job-info-status ul.dropdown-user li a i {
	font-size: 13px;
	color: #008ed3
}

.dashboard-table .dropdown-toggle::after,
.topbar .top-navbar .dropdown-toggle:after {
	display: none
}

.topbar .top-navbar .navbar-header {
	line-height: 45px;
	text-align: center
}

.topbar .top-navbar .navbar-header .navbar-brand {
	margin-right: 0;
	padding-bottom: 4px;
	padding-top: 0
}

img#logo_show {
	margin-bottom: 15px;
	width: 200px
}

img.img-circle.company-logo {
	width: 50px!important
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
	display: none
}

.topbar .top-navbar .navbar-header .navbar-brand b {
	line-height: 60px;
	display: inline-block
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	line-height: initial;
	padding-top: 0;
	padding-bottom: 0
}
ul.navbar-nav.header-multi-menu li.menu-icon a#dropdownMenu1:hover{
	padding: 4px 9px 6px !important;
	background: #018fd4;
    box-shadow: none;
}
ul.navbar-nav.header-multi-menu li.menu-icon a#dropdownMenu1, ul.navbar-nav.header-multi-menu li.video-icon a
{
	padding: 4px 9px 6px !important;
}
ul.navbar-nav.header-multi-menu li div.navbar-form a{
	padding: 5px 11px 9px !important;
	}
ul.navbar-nav.header-multi-menu {
    margin-left: 5px;
}
.topbar .profile-pic {
	width: 20px;
	border-radius: 100%
}
ul.navbar-nav.header-multi-menu ul.dropdown-menu {
    padding: 0;
}
.topbar .dropdown-menu {
	box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
	border-color: rgba(120, 130, 140, .13)
}

.topbar .dropdown-menu .dropdown-item {
	padding: 7px 15px
}

.topbar .dropdown-menu .dropdown-item i , 
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li i {
	margin-right: 5px;
	font-size: 15px
}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li i{color: #000131}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li a:hover i{
	color:#fff;
}
.topbar ul.dropdown-user {
	padding: 0;
	min-width: 100%
}

.topbar ul.dropdown-user li.logout {
	text-align: center;
	padding: 15px 0 7px
}

.topbar ul.dropdown-user li.profile {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	padding: 4px 0
}

.topbar ul.dropdown-user li.logout a {
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	padding: 7px 22px
}

.topbar ul.dropdown-user li {
	list-style: none;
	padding: 0;
	margin: 0
}

.topbar ul.dropdown-user li .dw-user-box {
	padding: 10px 15px
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
	width: 30px;
	display: block;
	margin: 0 auto
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
	width: 100%;
	border-radius: 5px
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
	display: block;
	padding-top: 10px
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	text-align: center
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	letter-spacing: .4px
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
	color: #fff;
	padding: 3px 8px;
	display: none
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
	background: #2b3b4c;
	border-color: #2b3b4c
}

.topbar ul.dropdown-user li a {
	padding: 9px 23px;
	display: block;
	color: #2b3b4c;
	font-size: 14px;
	font-weight: 500
}

.topbar ul.dropdown-user li a:hover {
	background: #f2f4f8;
	color: #32465a;
	text-decoration: none
}

.search-box .app-search {
	position: absolute;
	margin: 0;
	display: block;
	z-index: 110;
	width: 100%;
	top: -1px;
	-webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .2);
	box-shadow: 2px 0 10px rgba(0, 0, 0, .2);
	display: none;
	left: 0
}

.search-box .app-search input {
	width: 100.5%;
	padding: 20px 40px 20px 20px;
	border-radius: 0;
	font-size: 17px;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in
}

.search-box .app-search input:focus {
	border-color: #fff
}

.search-box .app-search .srh-btn {
	position: absolute;
	top: 23px;
	cursor: pointer;
	background: #fff;
	width: 15px;
	height: 15px;
	right: 20px;
	font-size: 14px
}

.top-navbar .navbar-header {
	width: 60px;
	text-align: center
}

.logo-center .top-navbar .navbar-header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto
}

.page-titles {
	background: #fff;
	margin: 0 0 30px;
	padding: 15px 10px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, .1)
}

.page-titles h3 {
	margin-bottom: 0;
	margin-top: 0
}

.page-titles .breadcrumb {
	padding: 0;
	background: 0;
	font-size: 14px
}

.page-titles .breadcrumb li {
	margin-top: 0;
	margin-bottom: 0
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: "\e649";
	font-family: themify;
	color: #a6b7bf;
	font-size: 11px
}

.page-titles .breadcrumb .breadcrumb-item.active {
	color: #99abb4
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.right-side-toggle {
	position: relative
}

.right-side-toggle i {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 4px;
	left: 10px;
	font-size: 22px
}

.right-sidebar {
	position: fixed;
	right: -240px;
	width: 240px;
	display: none;
	z-index: 1100;
	background: #fff;
	top: 0;
	padding-bottom: 20px;
	height: 100%;
	-webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, .1);
	box-shadow: 5px 1px 40px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.right-sidebar .rpanel-title {
	display: block;
	padding: 19px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	background: #32465a;
	position: relative
}

.right-sidebar .rpanel-title span {
	float: right;
	cursor: pointer;
	font-size: 11px;
	position: absolute;
	top: 6px;
	right: 6px
}

.right-sidebar .rpanel-title span:hover {
	color: #fff
}

.right-sidebar .r-panel-body {
	padding: 20px
}

.right-sidebar .r-panel-body ul {
	margin: 0;
	padding: 0
}

.right-sidebar .r-panel-body ul li {
	list-style: none;
	padding: 5px 0
}

.shw-rside {
	right: 0;
	width: 380px;
	display: block
}

table.sidebar-Htable,
table.sidebar-Htable tr,
table.sidebar-Vtable,
table.sidebar-Vtable tr {
	border: 1px solid #ddd
}

table.sidebar-Htable td,
table.sidebar-Vtable td {
	padding: 5px 3px
}

table.sidebar-Htable th,
table.sidebar-Vtable th {
	font-weight: 600;
	color: #000006;
	font-size: 12px;
	padding: 5px 3px
}

table.sidebar-Htable {
	margin-top: 25px
}

.export-excel {
	background: #247e4b
}

.print-pdf {
	background: red
}

.save-btns {
	margin-bottom: 18px
}

.save-btns a {
	padding: 6px 9px;
	color: #fff
}

.save-btns a:hover {
	color: #fff
}

.chatonline li a {
	padding: 13px 0;
	float: left;
	width: 100%
}

.chatonline li a span {
	color: #67757c
}

.chatonline li a span small {
	display: block;
	font-size: 10px
}

ul#themecolors {
	display: block
}

ul#themecolors li {
	display: inline-block
}

ul#themecolors li:first-child {
	display: block
}

ul#themecolors li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 5px;
	color: transparent;
	position: relative
}

ul#themecolors li a.working:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center
}

.default-theme {
	background: #99abb4
}

.green-theme {
	background: #26dad2
}

.yellow-theme {
	background: #ffb22b
}

.red-theme {
	background: #ef5350
}

.blue-theme {
	background: #32465a
}

.purple-theme {
	background: #7460ee
}

.megna-theme {
	background: #00897b
}

.default-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #99abb4 23%, #99abb4 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #99abb4 23%, #99abb4 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #99abb4), color-stop(99%, #99abb4));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #99abb4 23%, #99abb4 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #99abb4 23%, #99abb4 99%)
}

.green-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #26dad2 23%, #26dad2 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #00c292 23%, #26dad2 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #26dad2), color-stop(99%, #26dad2));
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #26dad2 23%, #26dad2 99%);
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #26dad2 23%, #26dad2 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #26dad2 23%, #26dad2 99%)
}

.yellow-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%)
}

.blue-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #32465a 23%, #32465a 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #32465a 23%, #32465a 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #32465a), color-stop(99%, #32465a));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #32465a 23%, #32465a 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #32465a 23%, #32465a 99%)
}

.purple-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #7460ee 23%, #7460ee 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #7460ee 23%, #7460ee 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #7460ee), color-stop(99%, #7460ee));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #7460ee 23%, #7460ee 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #7460ee 23%, #7460ee 99%)
}

.megna-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #00897b 23%, #00897b 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #00897b 23%, #00897b 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #00897b), color-stop(99%, #00897b));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #00897b 23%, #00897b 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #00897b 23%, #00897b 99%)
}

.red-dark-theme {
	background: #263238;
	background: -moz-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: -webkit-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
	background: -o-linear-gradient(left, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%);
	background: linear-gradient(to right, #263238 0, #263238 23%, #ef5350 23%, #ef5350 99%)
}

.nav-tabs.nav-year li a,
.top-tabs .nav-tabs li a {
	color: #fff;
	margin-right: 0;
	background: #018fd4;
	padding: 6px 7px;
	font-size: 12px;
	height: 30px
}

.nav-tabs.nav-year li a:hover,
.nav-tabs.nav-year li.active a,
.top-tabs .nav-tabs li a:hover,
.top-tabs .nav-tabs li.active a {
	background: #242424
}

.top-status ul li {
	width: 100%;
	font-size: 14px;
	font-weight: 400
}

.tab-content ul.nav.nav-tabs li {
	width: 100%
}

.tab-content ul.nav.nav-tabs.custom-tabs li:first-child {
	margin-left: 0
}

.tab-content ul.nav.nav-tabs.custom-tabs li {
	display: inline-block;
	width: 19.2%;
	margin-left: 1%;
	background: #f5f5f5;
	border-radius: 4px;
	box-shadow: none;
	border: 0
}

.page-titles {
	padding-bottom: 20px;
	display: none
}

.smart-filters {
	background: #fff;
	margin-bottom: 3px;
	float: left;
	width: 100%
}

.form-select,
.toptab.mytab {
	display: inline-block;
	vertical-align: top
}

.multi-select-container {
	width: 100%
}

.dashboard-table {
	float: right
}

.job-summary .job-info-status li {
	margin-bottom: 16px;
	position: relative
}

.job-summary .job-info-status li a span {
	text-align: right;
	float: right;
	font-weight: 600
}

.job-summary .job-info-status h4 {
	font-size: 18px;
	color: #0f103d;
	margin-bottom: 14px
}

.pie-chart img {
	width: 206px
}

.modal-header.job-report-header h4.modal-title {
	display: inline-block
}

.job-days,
.modal-header.job-report-header {
	display: inline-block
}

.modal-header.job-report-header .close {
	position: absolute;
	right: 10px
}

.job-days span i {
	color: #018fd4;
	margin-right: 1px
}

.job-summary .job-info-status li a {
	font-size: 12px;
	display: block
}

.job-summary .job-info-status li a i {
	color: #018fd4;
	margin-right: 3px
}

ul.job-summary li.nav-item.dropdown.first-list-item a i {
	font-size: 20px;
	color: #018fd4
}

.job-summary .job-info-status li.dropdown {
	margin: 0
}

.job-summary li.dropdown {
	margin-right: 5px
}

.job-days span em {
	font-style: normal
}

.job-days span {
	font-size: 14px;
	color: #000131;
	margin-right: 3px;
	font-weight: 400
}

.smart-filters .form-group,
.smart-filters label {
	margin: 0;
	font-size: 13px
}

.job-filters {
	margin-bottom: 0;
	clear: both
}

button#update-btn {
	margin-top: 15px
}

.smart-filters form {
	float: left;
	width: 50%
}

.smart-filters form.dashboard-table {
	width: 100%
}

select.browser-default.custom-form-select:after {
	content: "\f0dc";
	margin-left: 0;
	font-family: fontawesome!important;
	cursor: pointer;
	color: #2b3b4c;
	font-size: 12px;
	z-index: 9999
}

.job-filters label {
	font-size: 15px;
	margin-bottom: 5px
}

.notify.setpos {
	display: none
}

.top-status {
	padding-top: 15px
}

.footer {
	bottom: 0;
	color: #67757c;
	left: 0;
	padding: 5px 15px;
	position: fixed;
	right: 0;
	border-top: 1px solid rgba(120, 130, 140, .13);
	background: #fff;
	font-size: 12px;
	text-align: center
}

footer.footer img {
	width: 120px;
	margin-left: 5px
}

.card {
	margin-bottom: 30px
}

.card .card-subtitle {
	font-weight: 300;
	margin-bottom: 15px;
	color: #99abb4
}

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
	color: rgba(255, 255, 255, .65)
}

.card-success {
	background: #26dad2;
	border-color: #26dad2
}

.card-danger {
	background: #ef5350;
	border-color: #ef5350
}

.card-warning {
	background: #ffb22b;
	border-color: #ffb22b
}

.card-primary {
	background: 0;
	border: 1px solid #f5f5f5
}

.card-dark {
	background: #2f3d4a;
	border-color: #2f3d4a
}

.card-megna {
	background: #00897b;
	border-color: #00897b
}

.button-group .btn {
	margin-bottom: 5px;
	margin-right: 5px
}

.no-button-group .btn {
	margin-bottom: 5px;
	margin-right: 0
}

.btn .text-active {
	display: none
}

.btn.active .text-active {
	display: inline-block
}

.btn.active .text {
	display: none
}

.card-actions {
	float: right
}

.card-actions a {
	cursor: pointer;
	color: #67757c;
	opacity: .7;
	padding-left: 7px;
	font-size: 13px
}

.card-actions a:hover {
	opacity: 1
}

.card-columns .card {
	margin-bottom: 20px
}

.collapsing {
	-webkit-transition: height 80ms ease;
	-o-transition: height 80ms ease;
	transition: height 80ms ease
}

.card-header h4,
.card-outline-info .card-header h4 {
	color: #0078d4;
	font-size: 16px
}

.input-group-append .input-group-text {
	padding: .075rem .25rem
}

.card-header,
.card-outline-info .card-header {
	background: 0;
	border-bottom: 0;
	padding: 0 0 10px
}

.text-black {
	color: #242424
}

.tab-content ul.nav.nav-tabs.custom-tabs li:hover {
	background: #02b5fe
}

.tab-content ul.nav.nav-tabs.custom-tabs li:hover h1,
.tab-content ul.nav.nav-tabs.custom-tabs li:hover h6 {
	color: #fff
}

.tab-content ul.nav.nav-tabs.custom-tabs li.active {
	background: #02b5fe
}

.tab-content ul.nav.nav-tabs.custom-tabs li.active h1,
.tab-content ul.nav.nav-tabs.custom-tabs li.active h6 {
	color: #fff
}

.tab-content ul.nav.nav-tabs.custom-tabs li:hover .right-col-tab a,
.tab-content ul.nav.nav-tabs.custom-tabs li:hover .text-black {
	color: #0078d4
}

.tab-content ul.nav.nav-tabs.custom-tabs li.active .right-col-tab a,
.tab-content ul.nav.nav-tabs.custom-tabs li.active .text-black {
	color: #fff
}

.top-status .card.card-primary.card-inverse:hover .text-black {
	color: #fff
}

.card-outline-inverse {
	border-color: #2f3d4a
}

.right-col-tab a span {
	background: #000131;
	color: #fff;
	padding: 0;
	float: right;
	margin-left: 5px;
	min-width: 24px;
	height: 17px;
	line-height: 17px
}

.card-outline-inverse .card-header {
	background: #2f3d4a;
	border-color: #2f3d4a
}

.card-outline-warning {
	border-color: #ffb22b
}

.card-outline-warning .card-header {
	background: #ffb22b;
	border-color: #ffb22b
}

.card-outline-success {
	border-color: #26dad2
}

.card-outline-success .card-header {
	background: #26dad2;
	border-color: #26dad2
}

.card-outline-danger {
	border-color: #ef5350
}

.card-outline-danger .card-header {
	background: #ef5350;
	border-color: #ef5350
}

.card-outline-primary {
	border-color: #5c4ac7
}

.card-outline-primary .card-header {
	background: #5c4ac7;
	border-color: #5c4ac7
}

.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
	color: #fff
}

.bc-colored .breadcrumb-item a.active,
.bc-colored .breadcrumb-item.active {
	opacity: .7
}

.bc-colored .breadcrumb-item+.breadcrumb-item:before {
	color: rgba(255, 255, 255, .4)
}

.breadcrumb {
	margin-bottom: 0
}

ul.list-icons {
	margin: 0;
	padding: 0
}

ul.list-icons li {
	list-style: none;
	line-height: 30px;
	margin: 5px 0;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in
}

ul.list-icons li a {
	color: #67757c
}

ul.list-icons li a:hover {
	color: #32465a
}

ul.list-icons li i {
	font-size: 13px;
	padding-right: 8px
}

ul.list-inline li {
	display: inline-block;
	padding: 0 8px
}

ul.two-part {
	margin: 0
}

ul.two-part li {
	width: 48.8%
}

html body .accordion .card {
	margin-bottom: 0
}

.flot-chart {
	display: block;
	height: 400px
}

.flot-chart-content {
	width: 100%;
	height: 100%
}

html body .flotTip,
html body .jqstooltip {
	width: auto!important;
	height: auto!important;
	background: #263238;
	color: #fff;
	padding: 5px 10px
}

body .jqstooltip {
	border-color: transparent;
	border-radius: 60px
}

.chart {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0
}

.chart.chart-widget-pie {
	margin-top: 5px;
	margin-bottom: 5px
}

.pie-chart>span {
	left: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.chart>span>img {
	left: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 60%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto
}

.percent {
	display: inline-block;
	line-height: 100px;
	z-index: 2;
	font-weight: 600;
	font-size: 18px;
	color: #263238
}

.percent:after {
	content: "%";
	margin-left: .1em;
	font-size: .8em
}

.ct-charts {
	position: relative
}

.amp-pxl {
	position: relative
}

.amp-pxl .ct-series-a .ct-bar {
	stroke: #32465a
}

.amp-pxl .ct-series-b .ct-bar {
	stroke: #26dad2
}

.c3-chart-arcs-title,
.c3-legend-item {
	font-family: 'Roboto Regular';
	fill: #67757c
}

html body #visitor .c3-chart-arcs-title {
	font-size: 18px;
	fill: #99abb4
}

.stylish-table thead th {
	font-weight: 400;
	color: #99abb4;
	border: 0;
	border-bottom: 1px
}

.stylish-table tbody tr {
	border-left: 4px solid #fff
}

.stylish-table tbody tr.active,
.stylish-table tbody tr:hover {
	border-left: 4px solid #32465a
}

.stylish-table tbody td {
	vertical-align: middle
}

.stylish-table tbody td h6 {
	font-weight: 500;
	margin-bottom: 0;
	white-space: nowrap
}

.stylish-table tbody td small {
	line-height: 12px;
	white-space: nowrap
}

.campaign {
	height: 280px
}

.campaign .ct-series-a .ct-area {
	fill-opacity: .2;
	fill: url(#gradient)
}

.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
	stroke: #26dad2;
	stroke-width: 2px
}

.campaign .ct-series-b .ct-area {
	fill: #32465a;
	fill-opacity: .1
}

.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
	stroke: #32465a;
	stroke-width: 2px
}

.campaign .ct-series-a .ct-point,
.campaign .ct-series-b .ct-point {
	stroke-width: 6px
}

.campaign2 .ct-series-a .ct-area {
	fill-opacity: .2;
	fill: url(#gradient)
}

.campaign2 .ct-series-a .ct-line,
.campaign2 .ct-series-a .ct-point {
	stroke: #26dad2;
	stroke-width: 2px
}

.campaign2 .ct-series-b .ct-area {
	fill: #32465a;
	fill-opacity: .1
}

.campaign2 .ct-series-b .ct-line,
.campaign2 .ct-series-b .ct-point {
	stroke: #32465a;
	stroke-width: 2px
}

.campaign2 .ct-series-a .ct-point,
.campaign2 .ct-series-b .ct-point {
	stroke-width: 6px
}

.usage .ct-series-a .ct-line {
	stroke-width: 3px;
	stroke: rgba(255, 255, 255, .5)
}

.total-sales {
	position: relative
}

.total-sales .chartist-tooltip {
	background: #2f3d4a
}

.total-sales .ct-series-a .ct-bar {
	stroke: #32465a
}

.total-sales .ct-series-b .ct-bar {
	stroke: #26dad2
}

.total-sales .ct-series-c .ct-bar {
	stroke: #ef5350
}

.ct-chart {
	position: relative
}

.ct-chart .ct-series-a .ct-slice-donut {
	stroke: #26dad2
}

.ct-chart .ct-series-b .ct-slice-donut {
	stroke: #f2f4f8
}

.ct-chart .ct-series-c .ct-slice-donut {
	stroke: #32465a
}

#visitfromworld path.jvectormap-region.jvectormap-element {
	stroke-width: 1px;
	stroke: #99abb4
}

.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
	background: #99abb4
}

.browser td {
	vertical-align: middle;
	padding-left: 0
}

#calendar .fc-today-button {
	display: none
}

.calender-sidebar {
	background: rgba(0, 0, 0, .02)
}

.ecomm-donute svg text {
	font-family: 'Roboto Regular';
	font-size: 12px!important;
	font-weight: 500!important
}

.total-revenue4 {
	position: relative
}

.total-revenue4 .ct-series-a .ct-line {
	stroke: #32465a;
	stroke-width: 1px
}

.total-revenue4 .ct-series-a .ct-point {
	stroke: #32465a;
	stroke-width: 5px
}

.total-revenue4 .ct-series-b .ct-line {
	stroke: #26dad2;
	stroke-width: 1px
}

.total-revenue4 .ct-series-b .ct-point {
	stroke: #26dad2;
	stroke-width: 5px
}

.total-revenue4 .ct-series-a .ct-area {
	fill: #32465a;
	fill-opacity: .2
}

.total-revenue4 .ct-series-b .ct-area {
	fill: #26dad2;
	fill-opacity: .2
}

.product-overview.table tbody tr td {
	vertical-align: middle
}

.sparkchart {
	margin-bottom: -2px
}

.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle
}

.btn-file>input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 23px;
	height: 100%;
	width: 100%;
	direction: ltr;
	cursor: pointer;
	border-radius: 0
}

.fileinput .input-group-addon {
	border: 0;
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	background: #fff;
	margin-bottom: 1px
}

.fileinput .form-control {
	padding-top: 7px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: text
}

.fileinput .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center
}

.fileinput .thumbnail>img {
	max-height: 100%
}

.fileinput .btn {
	vertical-align: middle
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
	display: none
}

.fileinput-inline .fileinput-controls {
	display: inline
}

.fileinput-filename {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden
}

.form-control .fileinput-filename {
	vertical-align: bottom
}

.fileinput.input-group>* {
	position: relative;
	z-index: 2
}

.fileinput.input-group>.btn-file {
	z-index: 1
}

.product-review {
	margin: 0;
	padding: 25px
}

.product-review li {
	display: block;
	padding: 20px 0;
	list-style: none
}

.product-review li .font,
.product-review li span {
	display: inline-block;
	margin-left: 10px
}

.social-profile {
	text-align: center;
	background: rgba(7, 10, 43, .8)
}

.customtab li a.nav-link,
.profile-tab li a.nav-link {
	border: 0;
	padding: 15px 20px;
	color: #67757c
}

.customtab li a.nav-link.active,
.profile-tab li a.nav-link.active {
	border-bottom: 2px solid #32465a;
	color: #32465a
}

.customtab li a.nav-link:hover,
.profile-tab li a.nav-link:hover {
	color: #32465a
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

.bootstrap-select .dropdown-menu li a {
	display: block;
	padding: 7px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #67757c;
	white-space: nowrap
}

.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover {
	color: #32465a;
	background: #f2f4f8
}

.bootstrap-select .show>.dropdown-menu {
	display: block
}

.bootstrap-select .dropdown-toggle.bs-placeholder:hover {
	color: #fff
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 9px 10px
}

.select2-container--default .select2-selection--single {
	border-color: #b1b8bb;
	height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px
}

.input-form .btn {
	padding: 8px 12px
}

.form-material .form-group {
	overflow: hidden
}

.form-material .form-control {
	background-color: rgba(0, 0, 0, 0);
	background-position: center bottom, center calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 0 2px, 100% 1px;
	padding: 6px 12px;
	-webkit-transition: background 0s ease-out 0s;
	-o-transition: background 0s ease-out 0s;
	transition: background 0s ease-out 0s;
	font-size: 13px
}

.login-register h3,
form#loginform h3 {
	text-align: center;
	font-weight: 700;
	color: #000131;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0
}

.login-register p.text-muted {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px
}

a#to-recover {
	text-align: center
}

.login-footer a.text-dark:focus,
.login-footer a.text-dark:hover {
	color: #018fd4!important
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none
}

.form-material .form-control.focus,
.form-material .form-control:focus {
	background-size: 100% 2px, 100% 1px;
	outline: 0 none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.form-control-line .form-group {
	overflow: hidden
}

.form-control-line .form-control {
	border: 0;
	border-radius: 0;
	padding-left: 0;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.form-control-line .form-control:focus {
	border-bottom: 1px solid #32465a
}

.floating-labels .form-group {
	position: relative
}

.floating-labels .form-control {
	padding: 10px 10px 10px 0;
	display: block;
	border: 0;
	font-family: 'Roboto Regular';
	border-radius: 0;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.floating-labels .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.floating-labels select.form-control>option {
	font-size: 14px
}

.floating-labels .has-error .form-control {
	border-bottom: 1px solid #ef5350
}

.floating-labels .has-warning .form-control {
	border-bottom: 1px solid #ffb22b
}

.floating-labels .has-success .form-control {
	border-bottom: 1px solid #26dad2
}

.floating-labels .form-control:focus {
	outline: 0;
	border: 0
}

.floating-labels label {
	color: #67757c;
	position: absolute;
	cursor: auto;
	top: 5px;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all
}

.floating-labels .focused label {
	top: -20px;
	font-size: 12px;
	color: #263238
}

.floating-labels .bar {
	position: relative;
	display: block
}

.floating-labels .bar:after,
.floating-labels .bar:before {
	content: "";
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #32465a;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	-moz-transition: .2s ease all;
	-webkit-transition: .2s ease all
}

.floating-labels .bar:before {
	left: 50%
}

.floating-labels .bar:after {
	right: 50%
}

.floating-labels .form-control:focus~.bar:after,
.floating-labels .form-control:focus~.bar:before {
	width: 50%
}

.floating-labels .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: .5
}

.floating-labels .input-lg,
.floating-labels .input-lg~label {
	font-size: 24px
}

.floating-labels .input-sm,
.floating-labels .input-sm~label {
	font-size: 16px
}

.has-warning .bar:after,
.has-warning .bar:before {
	background: #ffb22b
}

.has-success .bar:after,
.has-success .bar:before {
	background: #26dad2
}

.has-error .bar:after,
.has-error .bar:before {
	background: #ef5350
}

.has-warning .form-control:focus~label,
.has-warning .form-control:valid~label {
	color: #ffb22b
}

.has-success .form-control:focus~label,
.has-success .form-control:valid~label {
	color: #26dad2
}

.has-error .form-control:focus~label,
.has-error .form-control:valid~label {
	color: #ef5350
}

.has-feedback label~.t-0 {
	top: 0
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
	border: 1px solid #ef5350
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
	border: 1px solid #26dad2
}

.form-group.error .help-block ul {
	padding: 0;
	color: #ef5350
}

.form-group.error .help-block ul li {
	list-style: none
}

.form-group.issue .help-block ul {
	padding: 0;
	color: #ffb22b
}

.form-group.issue .help-block ul li {
	list-style: none
}

.pagination-circle li.active a {
	background: #26dad2
}

.pagination-circle li a {
	width: 40px;
	height: 40px;
	background: #f2f4f8;
	border: 0;
	text-align: center;
	border-radius: 100%
}

.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
	border-radius: 100%
}

.pagination-circle li a:hover {
	background: #26dad2;
	color: #fff
}

.pagination-circle li.disabled a {
	background: #f2f4f8;
	color: rgba(120, 130, 140, .13)
}

.dropzone {
	border: 1px dashed #b1b8bb
}

.dropzone .dz-message {
	padding: 5% 0;
	margin: 0
}

.asColorPicker-dropdown {
	max-width: 260px
}

.asColorPicker-trigger {
	position: absolute;
	top: 0;
	right: -35px;
	height: 38px;
	width: 37px;
	border: 0
}

.asColorPicker-clear {
	display: none;
	position: absolute;
	top: 5px;
	right: 10px;
	text-decoration: none
}

table th {
	font-weight: 400
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #018fd4
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background: #32465a;
	color: #fff
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #018fd4
}

.datepicker td,
.datepicker th {
	padding: 5px 10px
}

.icheck-list,
.icolors {
	padding: 0;
	margin: 0;
	list-style: none
}

.icolors>li {
	padding: 0;
	margin: 2px;
	float: left;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #263238;
	text-align: center
}

.icolors>li.active:after {
	content: "\2713 ";
	color: #fff;
	line-height: 30px
}

.icolors>li:first-child {
	margin-left: 0
}

.icolors>li.orange {
	background: #ef5350
}

.icolors>li.yellow {
	background: #ffb22b
}

.icolors>li.info {
	background: #32465a
}

.icolors>li.green {
	background: #26dad2
}

.icolors>li.red {
	background: #fb3a3a
}

.icolors>li.purple {
	background: #7460ee
}

.closeModal {
	padding: 3px 12px;
	font-size: 12px
}

input[type=file].form-control {
	padding: 2px 6px
}

.icolors>li.blue {
	background: #02bec9
}

.icheck-list {
	float: left;
	padding-right: 50px;
	padding-top: 0
}

ul.icheck-list.check-list {
	padding-right: 0
}

.icheck-list li {
	padding-bottom: 5px
}

.icheck-list li label {
	padding-left: 10px
}

.note-icon-caret,
.note-popover {
	display: none
}

.note-editor.note-frame {
	border: 1px solid #b1b8bb
}

.note-editor.note-frame .panel-heading {
	padding: 6px 10px 10px;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.label {
	display: inline-block
}

ul {
	padding: 0;
	margin: 0;
	list-style: none
}

ul.file-dropdown-menu li.dropdown ul.multi-menu li a {
	background: 0;
	font-size: 13px;
	color: #343434
}

ul.file-dropdown-menu li.dropdown ul.multi-menu li a.active {
	background: #000;
	font-size: 13px;
	color: #fff;
}

ul.file-dropdown-menu li.dropdown ul.multi-menu li a:hover,
ul.multi-menu .dropdown-item.active,
ul.multi-menu .dropdown-item:active {
	background: #018fd4;
	color: #fff
}

ul.file-dropdown-menu .dropdown-toggle.no-arrow::after,
ul.file-dropdown-menu .dropdown-toggle.other-job-arrow:after {
	display: none
}

.multi-menu .dropdown-submenu>a:after {
	content: "\f0da";
	float: right;
	border: 0;
	font-family: FontAwesome
}

ul.file-dropdown-menu .multi-menu .dropdown-toggle::after {
	top: 11px
}

ul.file-dropdown-menu li.dropdown a {
	background: #018fd4;
	padding: 5px 7px 8px 7px;
	color: #fff
}

ul.file-dropdown-menu .dropdown-menu {
	min-width: 7rem;
	text-align: left
}

ul.file-dropdown-menu button.btn.btn-primary {
	background: 0;
	color: #000131;
	display: block;
	width: 100%;
	text-align: left;
	padding: 5px 5px;
	font-size: 13px;
	font-weight: 400
}

ul.file-dropdown-menu button.btn.btn-primary i {
	color: #018fd4;
	margin-right: 5px
}

ul.file-dropdown-menu button.btn.btn-primary:hover {
	background: #018fd4;
	color: #fff
}

ul.file-dropdown-menu button.btn.btn-primary:hover i {
	color: #fff
}

ul.file-dropdown-menu li.dropdown a i {
	font-size: 14px;
	position: relative;
	top: 1px
}

ul.file-dropdown-menu li.dropdown a i {
	color: #fff
}

ul.file-dropdown-menu .dropdown-menu {
	padding-left: 5px;
	padding-right: 5px
}

.table th,
.table thead th {
	border-width: 1px;
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.box h6 {
	font-size: 14px;
	margin: 0
}

h4.card-title {
	font-weight: 500;
	font-size: 15px;
	color: #32465a;
	text-transform: capitalize;
	border-bottom: 1px dashed #dedbdb;
	padding-bottom: 9px;
	margin: 0 0 15px 0
}

.color-table.primary-table thead th {
	background-color: #5c4ac7;
	color: #fff
}

.color-table.success-table thead th {
	background-color: #26dad2;
	color: #fff
}

.color-table.info-table thead th {
	background-color: #32465a;
	color: #fff
}

.contact-info {
	margin-bottom: 15px;
	text-align: center
}

.contact-name h3 {
	display: inline-block;
	border-bottom: 2px solid #018fd4;
	font-weight: 600
}

.contact-info {
	position: relative;
	background: #f7f7f7;
	padding: 30px;
	text-align: center;
	border: 1px solid #ececec
}

.contact-email {
	margin-top: 10px
}

.contact-info label {
	color: #018fd4;
	margin: 0;
	font-weight: 500;
	font-size: 13px;
	display: block
}

.contact-email a,
.contact-info h4 {
	display: inline-block;
	margin: 0;
	color: #242424;
	font-weight: 400;
	font-size: 14px
}

.contact-email,
.contact-skype {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px
}

.contact-img img {
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #9a9898;
	margin-bottom: 15px;
	object-fit: cover
}

table td {
	font-size: 13px;
	color: #242424;
	font-family: 'Roboto Regular'
}

.color-table.warning-table thead th {
	background-color: #ffb22b;
	color: #fff
}

.color-table.danger-table thead th {
	background-color: #ef5350;
	color: #fff
}

.color-table.inverse-table thead th {
	background-color: #2f3d4a;
	color: #fff
}

span.user-role {
	display: block;
	font-size: 13px;
	color: #431c53;
	font-style: italic;
	font-weight: 500
}

.contact-action a.edt {
	background: #4aa9d8;
	text-align: center;
	color: #fff;
	padding: 3px 7px;
	display: inline-block;
	margin-left: 5px
}

.contact-team .contact-phone {
	margin-bottom: 15px
}

.contact-action a.dlt {
	background: red;
	text-align: center;
	color: #fff;
	padding: 3px 7px;
	display: inline-block
}

.contact-action a.dlt:hover,
.contact-action a.edt:hover {
	background: #000131
}

.contact-action {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%)
}

.color-table.dark-table thead th {
	background-color: #263238;
	color: #fff
}

.color-table.red-table thead th {
	background-color: #fb3a3a;
	color: #fff
}

.color-table.purple-table thead th {
	background-color: #7460ee;
	color: #fff
}

.color-table.muted-table thead th {
	background-color: #99abb4;
	color: #fff
}

.color-bordered-table.primary-bordered-table {
	border: 2px solid #5c4ac7
}

.color-bordered-table.primary-bordered-table thead th {
	background-color: #5c4ac7;
	color: #fff
}

.color-bordered-table.success-bordered-table {
	border: 2px solid #26dad2
}

.color-bordered-table.success-bordered-table thead th {
	background-color: #26dad2;
	color: #fff
}

.color-bordered-table.info-bordered-table {
	border: 2px solid #32465a
}

.color-bordered-table.info-bordered-table thead th {
	background-color: #32465a;
	color: #fff
}

.color-bordered-table.warning-bordered-table {
	border: 2px solid #ffb22b
}

.color-bordered-table.warning-bordered-table thead th {
	background-color: #ffb22b;
	color: #fff
}

.color-bordered-table.danger-bordered-table {
	border: 2px solid #ef5350
}

.color-bordered-table.danger-bordered-table thead th {
	background-color: #ef5350;
	color: #fff
}

.color-bordered-table.inverse-bordered-table {
	border: 2px solid #2f3d4a
}

.color-bordered-table.inverse-bordered-table thead th {
	background-color: #2f3d4a;
	color: #fff
}

.color-bordered-table.dark-bordered-table {
	border: 2px solid #263238
}

.color-bordered-table.dark-bordered-table thead th {
	background-color: #263238;
	color: #fff
}

.color-bordered-table.red-bordered-table {
	border: 2px solid #fb3a3a
}

.color-bordered-table.red-bordered-table thead th {
	background-color: #fb3a3a;
	color: #fff
}

.color-bordered-table.purple-bordered-table {
	border: 2px solid #7460ee
}

.color-bordered-table.purple-bordered-table thead th {
	background-color: #7460ee;
	color: #fff
}

.color-bordered-table.muted-bordered-table {
	border: 2px solid #99abb4
}

.color-bordered-table.muted-bordered-table thead th {
	background-color: #99abb4;
	color: #fff
}

.full-color-table.full-primary-table {
	background-color: #f1effd
}

.full-color-table.full-primary-table thead th {
	background-color: #5c4ac7;
	border: 0;
	color: #fff
}

.full-color-table.full-primary-table tbody td {
	border: 0
}

.full-color-table.full-primary-table tr:hover {
	background-color: #5c4ac7;
	color: #fff
}

.full-color-table.full-success-table {
	background-color: #e8fdeb
}

.full-color-table.full-success-table thead th {
	background-color: #26dad2;
	border: 0;
	color: #fff
}

.full-color-table.full-success-table tbody td {
	border: 0
}

.full-color-table.full-success-table tr:hover {
	background-color: #26dad2;
	color: #fff
}

.full-color-table.full-info-table {
	background-color: #cfecfe
}

.full-color-table.full-info-table thead th {
	background-color: #32465a;
	border: 0;
	color: #fff
}

.full-color-table.full-info-table tbody td {
	border: 0
}

.full-color-table.full-info-table tr:hover {
	background-color: #32465a;
	color: #fff
}

.full-color-table.full-warning-table {
	background-color: #fff8ec
}

.full-color-table.full-warning-table thead th {
	background-color: #ffb22b;
	border: 0;
	color: #fff
}

.full-color-table.full-warning-table tbody td {
	border: 0
}

.full-color-table.full-warning-table tr:hover {
	background-color: #ffb22b;
	color: #fff
}

.full-color-table.full-danger-table {
	background-color: #f9e7eb
}

.full-color-table.full-danger-table thead th {
	background-color: #ef5350;
	border: 0;
	color: #fff
}

.full-color-table.full-danger-table tbody td {
	border: 0
}

.full-color-table.full-danger-table tr:hover {
	background-color: #ef5350;
	color: #fff
}

.full-color-table.full-inverse-table {
	background-color: #f6f6f6
}

.full-color-table.full-inverse-table thead th {
	background-color: #2f3d4a;
	border: 0;
	color: #fff
}

.full-color-table.full-inverse-table tbody td {
	border: 0
}

.full-color-table.full-inverse-table tr:hover {
	background-color: #2f3d4a;
	color: #fff
}

.full-color-table.full-dark-table {
	background-color: rgba(43, 43, 43, .8)
}

.full-color-table.full-dark-table thead th {
	background-color: #263238;
	border: 0;
	color: #fff
}

.full-color-table.full-dark-table tbody td {
	border: 0;
	color: #fff
}

.full-color-table.full-dark-table tr:hover {
	background-color: #263238;
	color: #fff
}

.full-color-table.full-red-table {
	background-color: #f9e7eb
}

.full-color-table.full-red-table thead th {
	background-color: #fb3a3a;
	border: 0;
	color: #fff
}

.full-color-table.full-red-table tbody td {
	border: 0
}

.full-color-table.full-red-table tr:hover {
	background-color: #fb3a3a;
	color: #fff
}

.full-color-table.full-purple-table {
	background-color: #f1effd
}

.full-color-table.full-purple-table thead th {
	background-color: #7460ee;
	border: 0;
	color: #fff
}

.full-color-table.full-purple-table tbody td {
	border: 0
}

.full-color-table.full-purple-table tr:hover {
	background-color: #7460ee;
	color: #fff
}

.full-color-table.full-muted-table {
	background-color: rgba(152, 166, 173, .2)
}

.full-color-table.full-muted-table thead th {
	background-color: #99abb4;
	border: 0;
	color: #fff
}

.full-color-table.full-muted-table tbody td {
	border: 0
}

.full-color-table.full-muted-table tr:hover {
	background-color: #99abb4;
	color: #fff
}

.dt-buttons {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 15px
}

.dt-buttons .dt-button {
	padding: 5px 15px;
	border-radius: 4px;
	background: #32465a;
	color: #fff;
	margin-right: 3px
}

.dt-buttons .dt-button:hover {
	background: #2f3d4a
}

.dataTables_info,
.dataTables_length {
	display: inline-block;
	font-size: 13px;
	color: #000131;
	font-weight: 500
}

.dataTables_length select {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	padding-bottom: 5px
}

.dataTables_length select:focus {
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.dataTables_filter {
	float: right;
	margin-top: 10px;
	display: none
}

a.btn.btn-primary,
button.btn.btn-primary {
	background: #018fd4;
	font-size: 12px;
	padding: 6px 8px;
	border: 0;
	font-family: 'Roboto Regular'
}
button.btn.btn-primary.annual-monthly, button.btn.btn-primary.annual-monthly:hover {
    background: #eaeaea;
    color: #018fd4;
    padding: 8px 14px;
    font-weight: 500;
    font-size: 13px;
}
button.btn.btn-primary.annual-monthly i {
    background: #018fd4;
    padding: 6px 6px;
    color: #fff;
    margin-right: 6px;
}
button.btn.btn-primary.rep-type i{
	    position: absolute;
    bottom: -18px;
    color: #000131;
    font-size: 31px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
ul.rep-view-type li.active button.btn.btn-primary i {
    display: block;
}
.input-group-addon:last-child {
	border-left: 0
}
.annual-table, .annual-table2, .month-select-row {
    margin-top: 8px;
}
ul.an-mo-ul li {
    display: inline-block;
    position: relative;
}
ul.an-mo-ul li i.fa-caret-down {
    display: none;
}
ul.an-mo-ul li.active.annual-tab i.fa-caret-down, 
ul.an-mo-ul li.annual-tab2.active i.fa-caret-down, 
ul.an-mo-ul li.monthly-tab.active i.fa-caret-down,
ul.an-mo-ul li.monthly-tab2.active i.fa-caret-down {
    position: absolute;
    bottom: -17px;
    color: #018fd4;
    font-size: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
span.input-group-addon {
	padding: 6px 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	cursor: pointer
}

.workflow-data td:nth-child(13),
.workflow-data th:nth-child(13),
.workflow-data-kft td:nth-child(13),
.workflow-data-kft th:nth-child(13) {
	background: #00b8ea
}

.workflow-data td:nth-child(14),
.workflow-data thead th:nth-child(14) {
	background: #fff;
	color: #000
}

.workflow-data td:nth-child(12),
.workflow-data thead th:nth-child(12),
.workflow-data-kft td:nth-child(12),
.workflow-data-kft thead th:nth-child(12) {
	background: orange
}

ul.toptab.mytab li button.btn.btn-primary {
	padding: 5px 7px;
	font-size: 13px;
	background: #018fd4
}

a.btn.btn-primary:focus,
button.btn.btn-primary:focus {
	border: 0;
	box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
	background-color: #000131;
	border: 0
}

.dataTables_filter input {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 10px
}

.dataTables_filter input:focus {
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	margin-left: 10px;
	font-family: fontawesome;
	cursor: pointer
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	margin-left: 10px;
	font-family: fontawesome;
	cursor: pointer
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	margin-left: 4px;
	font-family: fontawesome!important;
	color: #000;
	cursor: pointer;
	font-size: 12px
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 1px 5px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #67757c;
	border: 1px solid #ddd
}

.card-body.top-body {
	padding-bottom: 0;
	padding-top: 0
}

.card-body.bottom-body h6 {
	color: #848080;
	font-size: 13px;
	margin-top: 4px
}

.card-body.bottom-body {
	margin-top: 15px
}

h4.Edit-tittle {
	font-size: 22px;
	color: #000131;
	border-bottom: 3px double #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px
}

img#image_show {
	width: auto;
	border: 1px solid #ddd;
	height: 50px
}

img.img-circle.client-img {
	width: 50px!important
}

.card-body.bottom-body small.text-muted {
	color: #018fd4!important;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: 500;
	font-size: 13px
}

.left-profile {
	background: #f5f5f5;
	padding: 10px;
	height: 100%;
	text-align: center
}

.tab-content .card-body strong {
	font-weight: 600;
	color: #2b3b4c;
	font-size: 15px;
	display: block;
	margin-bottom: 6px
}

.tab-content .card-body p.text-muted {
	font-size: 13px;
	color: #9e9a9a!important;
	margin-bottom: 0
}

button.btn.btn-success.update-profile {
	background: #2b3b4c;
	border-color: #2b3b4c;
	font-size: 11px;
	padding: 6px 12px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff!important;
	border: 1px solid #018fd4;
	background-color: #018fd4
}

button.btn.btn-success.update-profile:hover {
	background: #12b4ea;
	border-color: #12b4ea
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border: 1px solid #000131;
	background-color: #000131
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	cursor: default;
	color: #67757c;
	border: 1px solid #ddd;
	background: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff;
	border: 1px solid #000131;
	background-color: #000131
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: 0;
	background-color: #67757c
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.tablesaw-bar .btn-group label {
	color: #67757c!important
}

.dt-bootstrap {
	display: block
}

.paging_simple_numbers .pagination .paginate_button {
	padding: 0;
	background: #fff
}

.paging_simple_numbers .pagination .paginate_button:hover {
	background: #fff
}

.paging_simple_numbers .pagination .paginate_button a {
	padding: 2px 10px;
	border: 0
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
	background: #32465a;
	color: #fff
}

#demo-show-entries {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	padding-bottom: 5px;
	color: #67757c
}

#demo-show-entries:focus {
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

#demo-input-search2 {
	border: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 10px;
	color: #67757c
}

#demo-input-search2:focus {
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(#b1b8bb, #b1b8bb);
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(#b1b8bb, #b1b8bb);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.footable .pagination li a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0275d8;
	background-color: #fff;
	border: 1px solid #ddd
}

.footable .pagination li.active a {
	z-index: 2;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.footable .pagination li.disabled a {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.footable .pagination li:first-child a {
	margin-left: 0;
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.footable-odd {
	background: #f2f4f8
}

.icon-list-demo div {
	cursor: pointer;
	line-height: 60px;
	white-space: nowrap;
	color: #67757c
}

.icon-list-demo div:hover {
	color: #263238
}

.icon-list-demo div p {
	margin: 10px 0;
	padding: 5px 0
}

.icon-list-demo i {
	-webkit-transition: all .2s;
	-webkit-transition: font-size .2s;
	display: inline-block;
	font-size: 18px;
	margin: 0 15px 0 10px;
	text-align: left;
	-o-transition: all .2s;
	transition: all .2s;
	-o-transition: font-size .2s;
	transition: font-size .2s;
	vertical-align: middle;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.icon-list-demo .col-3,
.icon-list-demo .col-md-4 {
	border-radius: 0
}

.icon-list-demo .col-3:hover,
.icon-list-demo .col-md-4:hover {
	background-color: #ebf3f5
}

.icon-list-demo .div:hover i {
	font-size: 2em
}

.material-icon-list-demo .mdi {
	font-size: 21px
}

.grid-stack-item-content {
	background: #fff;
	color: #2b2b2b;
	text-align: center;
	font-size: 20px
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
	border: 1px solid rgba(120, 130, 140, .13)
}

.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
	border-radius: 0
}

.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.bootstrap-switch .bootstrap-switch-handle-off {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	color: #fff;
	background: #5c4ac7
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
	color: #fff;
	background: #32465a
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
	color: #fff;
	background: #26dad2
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
	color: #fff;
	background: #ffb22b
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
	color: #fff;
	background: #ef5350
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
	color: #263238;
	background: #f2f4f8
}

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.onoffswitch-checkbox {
	display: none
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #26dad2;
	border-radius: 0
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease-in 0s;
	-o-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 27px;
	background-color: #26dad2;
	color: #fff
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 24px;
	background-color: #eee;
	color: #999;
	text-align: right
}

.onoffswitch-switch {
	display: block;
	width: 23px;
	margin: 6px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #26dad2;
	border-radius: 0;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0
}

.dp-selected[style] {
	background-color: #32465a!important
}

.datepaginator .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator-sm .pagination li a {
	padding: 0 5px;
	height: 60px;
	border: 1px solid rgba(120, 130, 140, .13);
	float: left;
	position: relative
}

.model_img {
	cursor: pointer
}

.show-grid {
	margin-bottom: 10px;
	padding: 0 15px
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #b1b8bb;
	background-color: #f2f4f8
}

.vtabs {
	display: table
}

.vtabs .tabs-vertical {
	width: 150px;
	border-bottom: 0;
	border-right: 1px solid rgba(120, 130, 140, .13);
	display: table-cell;
	vertical-align: top
}

.vtabs .tabs-vertical li .nav-link {
	color: #263238;
	margin-bottom: 10px;
	border: 0;
	border-radius: 0
}

.vtabs .tab-content {
	display: table-cell;
	padding: 20px;
	vertical-align: top
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
	background: #32465a;
	border: 0;
	color: #fff
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
	background: #fff;
	border: 0;
	border-right: 2px solid #32465a;
	margin-right: -1px;
	color: #32465a
}

.tabcontent-border {
	border: 1px solid #ddd;
	border-top: 0
}

.customtab2 li a.nav-link {
	border: 0;
	margin-right: 3px;
	color: #67757c
}

.customtab2 li a.nav-link.active {
	background: #32465a;
	color: #fff
}

.customtab2 li a.nav-link:hover {
	color: #fff;
	background: #32465a
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-vertical {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px
}

.progress-vertical-bottom {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.progress-animated {
	-webkit-animation-duration: 5s;
	-webkit-animation-name: myanimation;
	-webkit-transition: 5s all;
	animation-duration: 5s;
	animation-name: myanimation;
	-o-transition: 5s all;
	transition: 5s all
}

@-webkit-keyframes myanimation {
	0% {
		width: 0
	}
}

@keyframes myanimation {
	0% {
		width: 0
	}
}

.jq-icon-info {
	background-color: #32465a;
	color: #fff
}

.jq-icon-success {
	background-color: #26dad2;
	color: #fff
}

.jq-icon-error {
	background-color: #ef5350;
	color: #fff
}

.jq-icon-warning {
	background-color: #ffb22b;
	color: #fff
}

.alert-rounded {
	border-radius: 0
}

.list-group a.list-group-item:hover {
	background: #f2f4f8
}

.list-group .list-group-item.active:hover,
.list-group-item.active {
	background: #32465a;
	border-color: #32465a
}

.list-group-item.disabled {
	color: #99abb4;
	background: #f2f4f8
}

.media {
	border: 1px solid rgba(120, 130, 140, .13);
	margin-bottom: 10px;
	padding: 15px
}

.el-element-overlay .white-box {
	padding: 0
}

.el-element-overlay .el-card-item {
	position: relative;
	padding-bottom: 25px
}

.el-element-overlay .el-card-item .el-card-avatar {
	margin-bottom: 15px
}

.el-element-overlay .el-card-item .el-card-content {
	text-align: center
}

.el-element-overlay .el-card-item .el-card-content h3 {
	margin: 0
}

.el-element-overlay .el-card-item .el-card-content a {
	color: #67757c
}

.el-element-overlay .el-card-item .el-card-content a:hover {
	color: #32465a
}

.el-element-overlay .el-card-item .el-overlay-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default
}

.el-element-overlay .el-card-item .el-overlay-1 img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	height: auto
}

.el-element-overlay .el-card-item .el-overlay-1:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0)
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) translateZ(0);
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0)
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li {
	list-style: none;
	display: inline-block;
	margin: 0 3px
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a {
	border-color: #fff;
	color: #fff;
	padding: 12px 15px 10px
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover {
	background: #32465a;
	border-color: #32465a
}

.el-element-overlay .el-card-item .el-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
	top: -100%
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
	top: 100%;
	height: 0
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
	top: 0
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
	top: 0;
	height: 100%
}

.timeline {
	position: relative;
	padding: 20px 0 20px;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto
}

.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #f2f4f8
}

.timeline>li {
	position: relative;
	margin-bottom: 20px
}

.timeline>li:after,
.timeline>li:before {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li:after,
.timeline>li:before {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	float: left;
	position: relative;
	width: 46%;
	padding: 20px;
	border: 1px solid rgba(120, 130, 140, .13);
	border-radius: 0;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .05)
}

.timeline>li>.timeline-panel:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -8px;
	border-top: 8px solid transparent;
	border-right: 0 solid rgba(120, 130, 140, .13);
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgba(120, 130, 140, .13)
}

.timeline>li>.timeline-panel:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -7px;
	border-top: 7px solid transparent;
	border-right: 0 solid #fff;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff
}

.timeline>li>.timeline-badge {
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 0;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	color: #fff;
	overflow: hidden
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -8px;
	border-right-width: 8px;
	border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -7px;
	border-right-width: 7px;
	border-left-width: 0
}

.timeline-badge.primary {
	background-color: #5c4ac7
}

.timeline-badge.success {
	background-color: #26dad2
}

.timeline-badge.warning {
	background-color: #ffb22b
}

.timeline-badge.danger {
	background-color: #ef5350
}

.timeline-badge.info {
	background-color: #32465a
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 400
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0
}

.timeline-body>p+p {
	margin-top: 5px
}

.cd-horizontal-timeline .events a {
	padding-bottom: 6px;
	color: #32465a
}

.cd-horizontal-timeline .events a.selected:after,
.cd-horizontal-timeline .filling-line {
	background: #32465a
}

.cd-horizontal-timeline .events a.selected:after {
	border-color: #32465a
}

.myadmin-dd .dd-list .dd-item .dd-handle {
	background: #fff;
	border: 1px solid rgba(120, 130, 140, .13);
	padding: 8px 16px;
	height: auto;
	font-family: 'Roboto Regular';
	border-radius: 0
}

.myadmin-dd-empty .dd-list .dd3-content {
	height: auto;
	border: 1px solid rgba(120, 130, 140, .13);
	padding: 8px 16px 8px 46px;
	background: #fff
}

.myadmin-dd-empty .dd-list .dd3-handle {
	border: 1px solid rgba(120, 130, 140, .13);
	border-bottom: 0;
	background: #fff;
	height: 36px;
	width: 36px
}

.dd3-handle:before {
	color: #67757c;
	top: 7px
}

.ribbon-wrapper,
.ribbon-wrapper-bottom,
.ribbon-wrapper-reverse,
.ribbon-wrapper-right-bottom {
	position: relative;
	padding: 50px 15px 15px 15px
}

.ribbon-vwrapper {
	padding: 15px 15px 15px 50px;
	position: relative
}

.ribbon-overflow {
	overflow: hidden
}

.ribbon-vwrapper-reverse {
	padding: 15px 50px 15px 15px
}

.ribbon-wrapper-bottom {
	padding: 15px 15px 50px 50px
}

.ribbon-wrapper-right-bottom {
	padding: 15px 50px 50px 15px
}

.ribbon-content {
	margin-bottom: 0
}

.ribbon {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	clear: left;
	position: absolute;
	top: 12px;
	left: -2px;
	color: #fff
}

.ribbon-bookmark:before {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 15px solid #263238;
	border-right: 10px solid transparent
}

.ribbon-right {
	left: auto;
	right: -2px
}

.ribbon-bookmark.ribbon-right:before {
	right: 100%;
	left: auto;
	border-right: 15px solid #263238;
	border-left: 10px solid transparent
}

.ribbon-vertical-l,
.ribbon-vertical-r {
	clear: none;
	padding: 0 5px;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	left: 12px;
	top: -2px
}

.ribbon-vertical-r {
	left: auto;
	right: 12px
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
	top: 100%;
	left: 0;
	margin-top: -14px;
	border-right: 15px solid #263238;
	border-bottom: 10px solid transparent
}

.ribbon-badge {
	top: 15px;
	overflow: hidden;
	left: -90px;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ribbon-badge.ribbon-right {
	left: auto;
	right: -90px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ribbon-badge.ribbon-bottom {
	top: auto;
	bottom: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ribbon-badge.ribbon-right.ribbon-bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ribbon-corner {
	top: 0;
	left: 0;
	background-color: transparent!important;
	padding: 6px 0 0 10px
}

.ribbon-corner i {
	position: relative
}

.ribbon-corner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 30px solid transparent;
	border-top-color: #32465a;
	border-left-color: #32465a
}

.ribbon-corner.ribbon-right:before {
	right: 0;
	left: auto;
	border-right-color: #526069;
	border-left-color: transparent
}

.ribbon-corner.ribbon-right {
	right: 0;
	left: auto;
	padding: 6px 10px 0 0
}

.ribbon-corner.ribbon-bottom:before {
	top: auto;
	bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #526069
}

.ribbon-corner.ribbon-bottom {
	bottom: 0;
	top: auto;
	padding: 0 10px 6px 10px
}

.ribbon-custom {
	background: #32465a
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
	border-right-color: #32465a;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
	border-right-color: #32465a;
	border-bottom-color: transparent
}

.ribbon-primary {
	background: #5c4ac7
}

.ribbon-bookmark.ribbon-primary:before {
	border-color: #5c4ac7;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
	border-right-color: #5c4ac7;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
	border-right-color: #5c4ac7;
	border-bottom-color: transparent
}

.ribbon-primary.ribbon-corner:before {
	border-top-color: #5c4ac7;
	border-left-color: #5c4ac7
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
	border-right-color: #5c4ac7;
	border-left-color: transparent
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #5c4ac7
}

.ribbon-success {
	background: #26dad2
}

.ribbon-bookmark.ribbon-success:before {
	border-color: #26dad2;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
	border-right-color: #26dad2;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
	border-right-color: #26dad2;
	border-bottom-color: transparent
}

.ribbon-success.ribbon-corner:before {
	border-top-color: #26dad2;
	border-left-color: #26dad2
}

.ribbon-success.ribbon-corner.ribbon-right:before {
	border-right-color: #26dad2;
	border-left-color: transparent
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #26dad2
}

.ribbon-info {
	background: #32465a
}

.ribbon-bookmark.ribbon-info:before {
	border-color: #32465a;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
	border-right-color: #32465a;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
	border-right-color: #32465a;
	border-bottom-color: transparent
}

.ribbon-info.ribbon-corner:before {
	border-top-color: #32465a;
	border-left-color: #32465a
}

.ribbon-info.ribbon-corner.ribbon-right:before {
	border-right-color: #32465a;
	border-left-color: transparent
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #32465a
}

.ribbon-warning {
	background: #ffb22b
}

.ribbon-bookmark.ribbon-warning:before {
	border-color: #ffb22b;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
	border-right-color: #ffb22b;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
	border-right-color: #ffb22b;
	border-bottom-color: transparent
}

.ribbon-warning.ribbon-corner:before {
	border-top-color: #ffb22b;
	border-left-color: #ffb22b
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
	border-right-color: #ffb22b;
	border-left-color: transparent
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #ffb22b
}

.ribbon-danger {
	background: #ef5350
}

.ribbon-bookmark.ribbon-danger:before {
	border-color: #ef5350;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
	border-right-color: #ef5350;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
	border-right-color: #ef5350;
	border-bottom-color: transparent
}

.ribbon-danger.ribbon-corner:before {
	border-top-color: #ef5350;
	border-left-color: #ef5350
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
	border-right-color: #ef5350;
	border-left-color: transparent
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #ef5350
}

.ribbon-default {
	background: #263238
}

.ribbon-bookmark.ribbon-default:before {
	border-color: #263238;
	border-right-color: transparent
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
	border-right-color: #263238;
	border-left-color: transparent
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
	border-right-color: #263238;
	border-bottom-color: transparent
}

.ribbon-default.ribbon-corner:before {
	border-top-color: #263238;
	border-left-color: #263238
}

.ribbon-default.ribbon-corner.ribbon-right:before {
	border-right-color: #263238;
	border-left-color: transparent
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #263238
}

#idletimeout {
	background: #32465a;
	border: 3px solid #32465a;
	color: #fff;
	font-family: 'Roboto Regular';
	text-align: center;
	font-size: 12px;
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	display: none
}

#idletimeout a {
	color: #fff
}

.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
	opacity: 1;
	font-size: 18px;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mytooltip {
	display: inline;
	position: relative;
	z-index: 10
}

.mytooltip:hover .tooltip-item:after {
	pointer-events: auto
}

.mytooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
}

.mytooltip:hover .tooltip-content3 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-item2 {
	color: #fff;
	-webkit-transform: translate3d(0, -.5em, 0);
	transform: translate3d(0, -.5em, 0)
}

.mytooltip:hover .tooltip-content5 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.mytooltip:hover .tooltip-text3 {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.mytooltip:hover .tooltip-inner2 {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.tooltip-item {
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
	display: inline-block;
	padding: 0 10px
}

.tooltip-item:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 360px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	-webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, .2);
	box-shadow: -5px -5px 15px rgba(48, 54, 61, .2);
	background: #2b2b2b;
	opacity: 0;
	cursor: default;
	pointer-events: none
}

.tooltip-content img {
	position: relative;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1em
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(106%);
	-ms-transform-origin: 50% calc(106%);
	transform-origin: 50% calc(106%);
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	-o-transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
	-o-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
	transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39)
}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em
}

.tooltip-content:after {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px
}

.tooltip-text {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #fff
}

.tooltip-content2 {
	position: absolute;
	z-index: 9999;
	width: 80px;
	height: 80px;
	padding-top: 25px;
	left: 50%;
	margin-left: -40px;
	bottom: 100%;
	border-radius: 50%;
	text-align: center;
	background: #32465a;
	color: #fff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none
}

.tooltip-content2 i {
	opacity: 0
}

.tooltip-effect-6 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-6 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-6:hover .tooltip-content2 i {
	-webkit-transform: rotate3d(1, 1, 1, 0);
	transform: rotate3d(1, 1, 1, 0)
}

.tooltip-content2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -7px 0 0 -15px;
	width: 30px;
	height: 20px;
	background: url(http://themedesigner.in/demo/admin-press/assets/images/tooltip/tooltip1.svg) no-repeat center center;
	background-size: 100%
}

.tooltip-content3 {
	position: absolute;
	background: url(http://themedesigner.in/demo/admin-press/assets/images/tooltip/shape1.svg) no-repeat center bottom;
	background-size: 100% 100%;
	z-index: 9999;
	width: 200px;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	padding: 50px 30px;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: default;
	font-size: 14;
	line-height: 27px;
	pointer-events: none;
	-webkit-transform: scale3d(.1, .2, 1);
	transform: scale3d(.1, .2, 1);
	-webkit-transform-origin: 50% 120%;
	-ms-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	-o-transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s, -webkit-transform .4s;
	-webkit-transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	-o-transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1);
	transition-timing-function: ease, cubic-bezier(.6, 0, .4, 1)
}

.tooltip-content3:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	background: #00aeef;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg)
}

.tooltip-item2 {
	color: #00aeef;
	cursor: pointer;
	z-index: 100;
	position: relative;
	display: inline-block;
	-webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
	transition: background-color .3s, color .3s, -webkit-transform .3s;
	-o-transition: background-color .3s, color .3s, transform .3s;
	transition: background-color .3s, color .3s, transform .3s;
	transition: background-color .3s, color .3s, transform .3s, -webkit-transform .3s
}

.tooltip-content4 {
	position: absolute;
	z-index: 99;
	width: 360px;
	left: 50%;
	margin-left: -180px;
	bottom: -5px;
	text-align: left;
	background: #00aeef;
	opacity: 0;
	font-size: 14px;
	line-height: 27px;
	padding: 1.5em;
	color: #fff;
	border-bottom: 55px solid #2b2b2b;
	cursor: default;
	pointer-events: none;
	border-radius: 5px;
	-webkit-transform: translate3d(0, -.5em, 0);
	transform: translate3d(0, -.5em, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-content4 a {
	color: #2b2b2b
}

.tooltip-text2 {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.5em, 0);
	transform: translate3d(0, 1.5em, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-content5 {
	position: absolute;
	z-index: 9999;
	width: 300px;
	left: 50%;
	bottom: 100%;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: 0;
	opacity: 0;
	margin: 0 0 20px -150px;
	cursor: default;
	pointer-events: none;
	-webkit-transition: opacity .3s .3s;
	-o-transition: opacity .3s .3s;
	transition: opacity .3s .3s
}

.tooltip-content5 span {
	display: block
}

.tooltip-text3 {
	border-bottom: 10px solid #32465a;
	overflow: hidden;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform .3s .3s;
	transition: -webkit-transform .3s .3s;
	-o-transition: transform .3s .3s;
	transition: transform .3s .3s;
	transition: transform .3s .3s, -webkit-transform .3s .3s
}

.tooltip-inner2 {
	background: #2b2b2b;
	padding: 40px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.tooltip-content5:after {
	content: "";
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #32465a;
	border-width: 10px;
	margin-left: -10px
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
	color: #fff
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(110%);
	-ms-transform-origin: 50% calc(110%);
	transform-origin: 50% calc(110%);
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	-o-transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(.7, .3, 1);
	transform: scale3d(.7, .3, 1);
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	-o-transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}

a.mytooltip {
	color: #32465a
}

.tooltip-effect-7 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-7 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-8 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-8 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-9 .tooltip-content2 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.tooltip-effect-9 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.error-box {
	height: 100%;
	position: fixed;
	background: url(../../assets/images/background/error-bg.jpg) no-repeat center center #fff;
	width: 100%
}

.error-box .footer {
	width: 100%;
	left: 0;
	right: 0
}

.error-body {
	padding-top: 5%
}

.error-body h1 {
	font-size: 210px;
	line-height: 210px
}

.gmaps,
.gmaps-panaroma {
	height: 300px
}

.gmaps,
.gmaps-panaroma {
	height: 300px;
	background: #f2f4f8;
	border-radius: 3px
}

.gmaps-overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: #5c4ac7;
	border-radius: 4px;
	padding: 10px 20px
}

.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute
}

.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #5c4ac7
}

.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #5c4ac7
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 10px;
	height: 10px;
	line-height: 10px
}

.jvectormap-zoomout {
	top: 40px
}

.search-listing {
	padding: 0;
	margin: 0
}

.search-listing li {
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.search-listing li h3 {
	margin: 0;
	font-size: 18px
}

.search-listing li h3 a {
	color: #32465a
}

.search-listing li h3 a:hover {
	text-decoration: underline
}

.search-listing li a {
	color: #26dad2
}

.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 5% 0;
	position: fixed;
	background: #dedede;
	background: -moz-linear-gradient(top, #dedede 41%, #a0a0a0 100%);
	background: -webkit-linear-gradient(top, #dedede 41%, #a0a0a0 100%);
	background: linear-gradient(to bottom, #dedede 41%, #a0a0a0 100%)
}

.login-box {
	width: 350px;
	margin: 0 auto
}

.login-footer {
	margin-top: 15px;
	width: 100%
}

.login-box .footer {
	width: 100%;
	left: 0;
	right: 0
}

.login-box .social {
	display: block;
	margin-bottom: 30px
}

#recoverform {
	display: none
}

.login-sidebar {
	padding: 0;
	margin-top: 0
}

.login-sidebar .login-box {
	right: 0;
	position: absolute;
	height: 100%
}

.minimal-faq .card {
	border: 0
}

.minimal-faq .card .card-header {
	background: #fff;
	padding: 20px 0;
	margin-top: 10px
}

.minimal-faq .card .card-body {
	padding: 15px 0
}

.pricing-box {
	position: relative;
	text-align: center;
	margin-top: 30px
}

.featured-plan {
	margin-top: 0
}

.featured-plan .pricing-body {
	padding: 60px 0;
	background: #ebf3f5;
	border: 1px solid #ddd
}

.featured-plan .price-table-content .price-row {
	border-top: 1px solid rgba(120, 130, 140, .13)
}

.pricing-body {
	border-radius: 0;
	border-top: 1px solid rgba(120, 130, 140, .13);
	border-bottom: 5px solid rgba(120, 130, 140, .13);
	vertical-align: middle;
	padding: 30px 0;
	position: relative
}

.pricing-body h2 {
	position: relative;
	font-size: 56px;
	margin: 20px 0 10px
}

.pricing-body h2 span {
	position: absolute;
	font-size: 15px;
	top: -10px;
	margin-left: -10px
}

.price-table-content .price-row {
	padding: 20px 0;
	border-top: 1px solid rgba(120, 130, 140, .13)
}

.pricing-plan {
	padding: 0 15px
}

.pricing-plan .no-padding {
	padding: 0
}

.price-lable {
	position: absolute;
	top: -10px;
	padding: 5px 10px;
	margin: 0 auto;
	display: inline-block;
	width: 100px;
	left: 0;
	right: 0
}

.chat-main-box {
	position: relative;
	overflow: hidden
}

.chat-main-box .chat-left-aside {
	position: relative;
	width: 250px;
	float: left;
	z-index: 9;
	top: 0;
	border-right: 1px solid rgba(120, 130, 140, .13)
}

.chat-main-box .chat-left-aside .open-panel {
	display: none;
	cursor: pointer;
	position: absolute;
	left: -webkit-calc(100% - 1px);
	top: 50%;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
	box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
	border-radius: 0 100px 100px 0;
	line-height: 1;
	padding: 15px 8px 15px 4px
}

.chat-main-box .chat-left-aside .chat-left-inner {
	position: relative
}

.chat-main-box .chat-left-aside .chat-left-inner .form-control {
	height: 60px;
	padding: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32465a), to(#32465a)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, .13)), to(rgba(120, 130, 140, .13)));
	background-image: -webkit-linear-gradient(#32465a, #32465a), -webkit-linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
	background-image: -o-linear-gradient(#32465a, #32465a), -o-linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
	background-image: linear-gradient(#32465a, #32465a), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13))
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none {
	padding: 0
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
	list-style: none;
	overflow: hidden
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
	padding: 20px
}

.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover {
	background: #ebf3f5
}

.chat-main-box .chat-right-aside {
	width: calc(100% - 250px);
	float: left
}

.chat-main-box .chat-right-aside .chat-list {
	max-height: none;
	height: 100%;
	padding-top: 40px
}

.chat-main-box .chat-right-aside .chat-list .chat-text {
	border-radius: 6px
}

.chat-main-box .chat-right-aside .send-chat-box {
	position: relative
}

.chat-main-box .chat-right-aside .send-chat-box .form-control {
	border: 0;
	border-top: 1px solid rgba(120, 130, 140, .13);
	resize: none;
	height: 80px;
	padding-right: 180px
}

.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
	border-color: rgba(120, 130, 140, .13)
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send {
	position: absolute;
	right: 20px;
	bottom: 10px
}

.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
	color: #67757c;
	margin-right: 10px
}

.inbox-panel .list-group .list-group-item {
	border: 0;
	border-radius: 0;
	border-left: 3px solid transparent
}

.inbox-panel .list-group .list-group-item a {
	color: #67757c
}

.inbox-panel .list-group .list-group-item.active,
.inbox-panel .list-group .list-group-item:hover {
	background: #f2f4f8;
	border-left: 3px solid #32465a
}

.inbox-center td {
	vertical-align: middle;
	white-space: nowrap
}

.inbox-center a {
	color: #67757c;
	padding: 2px 0 3px 0;
	overflow: hidden;
	vertical-align: middle;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.inbox-center .checkbox {
	margin-top: -13px;
	height: 20px
}

.calendar-events {
	padding: 8px 10px;
	border: 1px solid #fff;
	cursor: move
}

.calendar-events:hover {
	border: 1px dashed rgba(120, 130, 140, .13)
}

.calendar-events i {
	margin-right: 8px
}

.contact-page-aside {
	position: relative
}

.left-aside {
	position: absolute;
	border-right: 1px solid rgba(120, 130, 140, .13);
	padding: 20px;
	width: 250px;
	height: 100%
}

.right-aside {
	padding: 20px;
	margin-left: 250px
}

.contact-list td {
	vertical-align: middle;
	padding: 25px 10px
}

.contact-list td img {
	width: 30px
}

.list-style-none {
	margin: 0;
	padding: 0
}

.list-style-none li {
	list-style: none;
	margin: 0
}

.list-style-none li.divider {
	margin: 10px 0;
	height: 1px;
	background: rgba(120, 130, 140, .13)
}

.list-style-none li a {
	padding: 15px 10px;
	display: block;
	color: #67757c
}

.list-style-none li a:hover {
	color: #32465a
}

.list-style-none li a span {
	float: right
}

.slimScrollBar {
	z-index: 10!important
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.plugin-details {
	display: none
}

.plugin-details-active {
	display: block
}

.earning-box h6 {
	margin-bottom: 0;
	white-space: nowrap
}

.earning-box td,
.earning-box th {
	vertical-align: middle
}

.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a,
.jsgrid-pager-page a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #67757c;
	border: 1px solid #ddd
}

.jsgrid-pager-nav-button a:hover,
.jsgrid-pager-page a:hover {
	background-color: #32465a;
	color: #fff
}

.jsgrid-pager-current-page {
	background-color: #32465a;
	color: #fff
}

.jsgrid-pager-nav-button,
.jsgrid-pager-page {
	padding: 0
}

.jsgrid-pager-page.jsgrid-pager-current-page {
	padding: .5em 1em!important
}

.left-sidebar {
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 20;
	padding-top: 41px;
	background: #fff;
	-webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
	box-shadow: none
}

.fix-sidebar .left-sidebar {
	position: fixed
}

.user-profile {
	position: relative;
	background-size: cover
}

.user-profile .setpos {
	top: -47px;
	right: -3px
}

.user-profile .profile-img {
	width: 70px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	border-radius: 100%
}

.user-profile .profile-img img {
	width: 100%;
	padding: 5px;
	border: 1px solid rgba(120, 130, 140, .13);
	border-radius: 100%
}

.user-profile .profile-text {
	padding: 5px 0;
	position: relative;
	text-align: center
}

.user-profile .profile-text>a {
	color: #99abb4;
	padding: 0 5px
}

.user-profile .profile-text>a:hover {
	color: #fff
}

.user-profile .profile-text>a:after {
	display: none
}

.user-profile .dropdown-menu {
	left: 0;
	right: 0;
	top: 62px!important;
	width: 180px;
	margin: 0 auto
}

.sidebar-footer {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	width: 240px;
	background: #fff;
	border-top: 1px solid rgba(120, 130, 140, .13)
}

.sidebar-footer a {
	padding: 15px;
	width: 33.333337%;
	float: left;
	text-align: center;
	font-size: 18px
}

.scroll-sidebar {
	padding-bottom: 60px
}

.slimScrollDiv {
	background: #fff;
	box-shadow: none;
	border-right: 1px solid #eae8e8
}

.rules-desc,
.rules-desc .slimScrollDiv {
	padding: 10px;
	font-size: 13px;
	line-height: 25px;
	color: #616161;
	box-shadow: none;
	background: #f5f5f5
}

.rules-desc p {
	height: auto;
	overflow-y: scroll;
	margin: 0
}

.rules-desc {
	margin-bottom: 15px
}

.collapse.in {
	display: block
}

.sidebar-nav {
	background: #2b3b4c;
	padding: 0
}

header.topbar ul#sidebarnav ul {
	margin: 0;
	padding: 0
}

header.topbar ul#sidebarnav li {
	list-style: none
}

.dropdown-menu.add-new-job a i {
	color: #018fd4!important
}

.dropdown-menu.add-new-job a:hover {
	background: #018fd4;
	color: #fff!important
}

.multi-select-menu {
	top: 1.3em!important
}

.dropdown-menu.add-new-job a:hover i {
	color: #fff!important
}

.dropdown-menu.add-new-job a {
	padding: 6px 8px!important;
	background: 0;
	color: #000131!important;
	display: block!important;
	width: 100%;
	text-align: left;
	font-size: 13px!important
}

header.topbar ul#sidebarnav li a, ul.header-multi-menu li a {
	color: #000131;
	padding: 8px 35px 8px 15px;
	display: block;
	font-size: 13px
}

header.topbar ul#sidebarnav li.dropdown a {
	margin-bottom: 1px
}

header.topbar ul#sidebarnav li a:hover,
header.topbar ul#sidebarnav li a:hover i,
 ul.header-multi-menu li a:hover,
  ul.header-multi-menu li a:hover i {
	color: #fff
}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li a:hover, ul.header-multi-menu li a:hover
{
	background: #018fd4;

	}  

.dropdown-item:focus,
.dropdown-item:hover {
	background: #018fd4
}

header.topbar ul#sidebarnav .dropdown-item.active:hover,
header.topbar ul#sidebarnav .dropdown-item.active:hover i,
header.topbar ul#sidebarnav .dropdown-item:active:hover,
header.topbar ul#sidebarnav .dropdown-item:active:hover i,
header.topbar ul#sidebarnav ul li a.active i {
	color: #fff
}

header.topbar ul#sidebarnav ul li a.dropdown-item {
	margin-bottom: 2px
}

header.topbar ul#sidebarnavul li a.active {
	color: #fff
}

header.topbar ul#sidebarnav ul li ul li a {
	padding: 10px 18px;
	color: #000;
	font-size: 13px
}

em.time-ago {
	color: #018fd4;
	font-size: 11px
}

header.topbar ul#sidebarnav ul li ul ul {
	padding-left: 15px
}

header.topbar ul#sidebarnav ul li.nav-small-cap {
	font-size: 12px;
	margin-bottom: 0;
	padding: 14px 14px 14px 20px;
	color: #263238
}

header.topbar ul#sidebarnav ul li.nav-devider {
	height: 1px;
	background: rgba(120, 130, 140, .13);
	display: block;
	margin: 20px 0
}

li.nav-small-cap {
	display: none
}

header.topbar ul#sidebarnav ul li a,
header.topbar ul#sidebarnav ul li ul li a {
	border-left: none
}

.profile-text h5 {
	color: #fff
}

header.topbar ul#sidebarnav li a i, ul.header-multi-menu li a i{
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	color: #000131
}

header.topbar ul#sidebarnav>ul>li>a .label {
	float: right;
	margin-top: 6px
}

.slimScrollDiv {
	overflow: visible!important
}

.dropdown-menu.mailbox .slimScrollDiv {
	background: #ddd
}

.sidebar-nav ul li ul li a:hover,
.sidebar-nav ul li ul li.active a,
.sidebar-nav>ul>li>a.active,
.sidebar-nav>ul>li>a:hover {
	background: #018fd4;
	color: #fff;
	border-left: none
}

.sidebar-nav>ul>li {
	margin-bottom: 7px;
	width: 100%
}

.sidebar-nav>ul>li.active>a {
	color: #32465a;
	border-left: none
}

.sidebar-nav>ul>li.active>a i {
	color: #32465a
}

.sidebar-nav .has-arrow {
	position: relative
}

.sidebar-nav .has-arrow:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #0173e1;
	right: 1em;
	-webkit-transform: rotate(135deg) translate(0, -50%);
	-ms-transform: rotate(135deg) translate(0, -50%);
	-o-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	top: 47%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.sidebar-nav .active>.has-arrow:after,
.sidebar-nav .has-arrow[aria-expanded=true]:after,
.sidebar-nav li>.has-arrow.active:after {
	-webkit-transform: rotate(-135deg) translate(0, -50%);
	-ms-transform: rotate(-135deg) translate(0, -50%);
	-o-transform: rotate(-135deg) translate(0, -50%);
	top: 45%;
	width: 7px;
	transform: rotate(-135deg) translate(0, -50%)
}

header.topbar ul#sidebarnav li {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu {
    width: 218px;
}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li a {
    width: 100%;
    margin: 0;
    padding: 8px 10px 8px 10px;
}
header.topbar ul#sidebarnav ul.dropdown-menu.multi-menu li {
    width: 100%;
    border-right: 0px;
}
/*header.topbar ul#sidebarnav li:first-child {
	display: none
}*/
header.topbar ul#sidebarnav ul.navbar-nav li:first-child {
    display: block;
}
.sidebar-nav #sidebarnav>li>ul {
	background: #cce7f4;
	margin-top: 0
}

.sidebar-nav ul li ul li a i {
	font-size: 16px;
	position: relative;
	top: 2px
}

.user-profile .profile-img {
	width: 50px
}

.user-profile .profile-img .setpos {
	top: -35px
}

.sidebar-nav #sidebarnav>li:hover>ul {
	height: auto!important;
	overflow: auto
}

.user-profile {
	padding-bottom: 15px;
	width: 60px;
	margin-bottom: 7px
}

.user-profile .profile-img {
	padding: 15px 0 0 0;
	margin: 0 0 0 6px
}

.user-profile .profile-img:before {
	top: 15px
}

.scroll-sidebar {
	padding-bottom: 0;
	position: absolute;
	overflow-x: hidden!important;
	width: 100%!important
}

.hide-menu,
.mini-sidebar>.label,
.nav-small-cap,
.sidebar-footer,
.user-profile .profile-text {
	display: none
}

.nav-devider {
	width: 60px
}

.sidebar-nav {
	background: 0
}

header.topbar ul#sidebarnav>li:hover>a {
	background: #018fd4;
	border-left: none;
	color: #fff
}

header.topbar ul#sidebarnav>li:hover>a i {
	color: #fff
}

header.topbar ul#sidebarnav>li>a {
	padding: 4px 13px;
	font-size: 13px;
	width: 100%;
	display: block;
	text-align: center
}

header.topbar ul#sidebarnav>li a.add_job_top {
	color: #fff;
	padding: 6px 10px
}

header.topbar ul#sidebarnav>li:hover>a .hide-menu {
	display: inline
}

header.topbar ul#sidebarnav>li:hover>a .label {
	display: none
}

.left-sidebar {
	position: fixed
}

.mini-sidebar .left-sidebar,
.mini-sidebar .sidebar-footer {
	left: -240px
}

.mini-sidebar.show-sidebar .left-sidebar,
.mini-sidebar.show-sidebar .sidebar-footer {
	left: 0
}

.topbar .top-navbar .mailbox {
	width: 300px;
	right: 0;
	left: auto
}

.topbar .top-navbar .mailbox ul {
	padding: 0
}

.topbar .top-navbar .mailbox ul li {
	list-style: none
}

.mailbox ul li .drop-title {
	padding: 0 13px 6px;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.mailbox ul li .nav-link {
	border-top: 1px solid rgba(120, 130, 140, .13);
	padding-top: 15px
}

.mailbox .message-center {
	height: 200px;
	overflow: auto;
	position: relative
}

.mailbox .message-center a {
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	background: #fff
}

.mailbox .message-center a:hover {
	background: #018fd4!important
}

.mailbox .message-center a div {
	white-space: normal
}

.mailbox .message-center a .user-img {
	width: 40px;
	position: relative;
	display: inline-block;
	margin: 0 10px 15px 0
}

.mailbox .message-center a .user-img img {
	width: 100%
}

.mailbox .message-center a .user-img .profile-status {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	left: 30px;
	position: absolute;
	top: 1px;
	width: 10px
}

.mailbox .message-center a .user-img .online {
	background: #26dad2
}

.mailbox .message-center a .user-img .busy {
	background: #ef5350
}

.mailbox .message-center a .user-img .away {
	background: #ffb22b
}

.mailbox .message-center a .user-img .offline {
	background: #ffb22b
}

.mailbox .message-center a .mail-contnet {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	margin-left: 10px
}

.mailbox .message-center a .mail-contnet h5 {
	margin: 5px 0 0;
	color: #fff
}

.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
	font-size: 12px;
	display: block;
	margin: 1px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #17242a
}

.mailbox .message-center a.unread .mail-contnet .mail-desc,
.mailbox .message-center a.unread .mail-contnet .time {
	color: #17242a
}

.mailbox .message-center a:hover .mail-contnet .mail-desc,
.mailbox .message-center a:hover .mail-contnet .time {
	color: #fff
}

i.mdi.mdi-bell {
	font-size: 22px;
	position: relative;
	top: 0;
	color: #018fd4
}

.analytics-info li span {
	font-size: 24px;
	vertical-align: middle
}

.stats-row {
	margin-bottom: 20px
}

.stats-row .stat-item {
	display: inline-block;
	padding-right: 15px
}

.stats-row .stat-item+.stat-item {
	padding-left: 15px;
	border-left: 1px solid rgba(120, 130, 140, .13)
}

.city-weather-days {
	margin: 0
}

.city-weather-days li {
	text-align: center;
	padding: 15px 0
}

.city-weather-days li span {
	display: block;
	padding: 10px 0 0;
	color: #99abb4
}

.city-weather-days li i {
	display: block;
	font-size: 20px;
	color: #32465a
}

.city-weather-days li h3 {
	margin-top: 5px
}

.comment-widgets {
	position: relative;
	margin-bottom: 10px
}

.comment-widgets .comment-row {
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	padding: 15px
}

.comment-widgets .comment-row:last-child {
	border-bottom: 0
}

.comment-widgets .comment-row.active,
.comment-widgets .comment-row:hover {
	background: rgba(0, 0, 0, .02)
}

.comment-text {
	padding: 15px 15px 15px 20px;
	width: 80%
}

.comment-text.active .comment-footer .action-icons,
.comment-text:hover .comment-footer .action-icons {
	visibility: visible
}

.comment-text p {
	max-height: 50px;
	width: 100%;
	overflow: hidden
}

.comment-footer .action-icons {
	visibility: hidden
}

.comment-footer .action-icons a {
	padding-left: 7px;
	vertical-align: middle;
	color: #99abb4
}

.comment-footer .action-icons a.active,
.comment-footer .action-icons a:hover {
	color: #32465a
}

.todo-list li {
	border: 0;
	margin-bottom: 0;
	padding: 20px 15px 15px 0
}

.todo-list li .checkbox {
	width: 100%
}

.todo-list li .checkbox label {
	color: #455a64
}

.todo-list li:last-child {
	border-bottom: 0
}

.todo-list li .assignedto {
	padding: 0 0 0 27px;
	margin: 0
}

.todo-list li .assignedto li {
	list-style: none;
	padding: 0;
	display: inline-block;
	border: 0;
	margin-right: 2px
}

.todo-list li .assignedto li img {
	width: 30px;
	border-radius: 100%
}

.todo-list li .item-date {
	padding-left: 25px;
	font-size: 12px;
	display: inline-block
}

.list-task .task-done span {
	text-decoration: line-through
}

.chat-list {
	margin: 0;
	padding: 0
}

.chat-list li {
	list-style: none;
	margin-top: 30px
}

.chat-list li .chat-img {
	display: inline-block;
	width: 35px;
	vertical-align: bottom;
	height: 35px;
	background: #018fd4;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	vertical-align: top
}

.chat-list li .chat-img span {
	position: relative;
	top: 8px
}

.chat-list li .chat-img img {
	width: 35px;
	border-radius: 100%
}

.chat-list li .chat-content {
	width: calc(100% - 140px);
	display: inline-block;
	padding-left: 0
}

.chat-list li .chat-content h5 {
	color: #263238
}

.chat-list li .chat-content .box {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	padding: 3px 9px;
	font-size: 12px;
	color: #0b1215;
	text-align: left
}

.chat-list li.reverse .chat-content h5 {
	font-size: 14px;
	color: #1c1d1d
}

.chat-list li .chat-time {
	display: block;
	text-align: left;
	width: 100px;
	margin-left: 0;
	font-size: 10px;
	color: #018fd4
}

.chat-list li.odd .chat-content {
	text-align: right;
	width: calc(100% - 90px)
}

.chat-list li.odd .box {
	clear: both
}

.chat-list li.odd+.odd {
	margin-top: 0
}

.chat-list li.reverse {
	text-align: right
}

.chat-list li.reverse .box:after {
	border-right-color: transparent;
	border-left-color: #e2e2e2;
	border-top-color: #e2e2e2;
	left: 100%;
	right: auto
}

.chat-list li.reverse .chat-time {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	color: #018fd4
}

.chat-list li.reverse .chat-content {
	padding-left: 0;
	padding-right: 0
}

.message-box ul li .drop-title {
	padding: 11px 20px 15px;
	border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.message-box ul li .nav-link {
	border-top: 1px solid rgba(120, 130, 140, .13);
	padding-top: 15px
}

.message-box .message-widget {
	position: relative
}

.message-box .message-widget a {
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	display: block;
	text-decoration: none;
	padding: 9px 15px
}

.message-box .message-widget a:hover {
	background: #f2f4f8
}

.message-box .message-widget a:last-child {
	border-bottom: 0
}

.message-box .message-widget a div {
	white-space: normal
}

.message-box .message-widget a .user-img {
	width: 45px;
	position: relative;
	display: inline-block;
	margin: 0 10px 15px 0
}

.message-box .message-widget a .user-img img {
	width: 100%
}

.message-box .message-widget a .user-img .profile-status {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	left: 33px;
	position: absolute;
	top: -1px;
	width: 10px
}

.message-box .message-widget a .user-img .online {
	background: #26dad2
}

.message-box .message-widget a .user-img .busy {
	background: #ef5350
}

.message-box .message-widget a .user-img .away {
	background: #ffb22b
}

.message-box .message-widget a .user-img .offline {
	background: #ffb22b
}

.message-box .message-widget a .mail-contnet {
	display: inline-block;
	width: 73%;
	vertical-align: middle
}

.message-box .message-widget a .mail-contnet h5 {
	margin: 5px 0 0
}

.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
	font-size: 12px;
	display: block;
	margin: 1px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #67757c;
	white-space: nowrap
}

.calendar {
	float: left;
	margin-bottom: 0
}

.fc-view {
	margin-top: 30px
}

.none-border .modal-footer {
	border-top: 0
}

.fc-toolbar {
	margin-bottom: 5px;
	margin-top: 15px
}

.fc-toolbar h2 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase
}

.fc-day {
	background: #fff
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
	z-index: 0
}

.fc-widget-header {
	border: 0!important
}

.fc-widget-content {
	border-color: rgba(120, 130, 140, .13)!important
}

.fc th.fc-widget-header {
	color: #67757c;
	font-size: 13px;
	line-height: 20px;
	padding: 7px 0;
	text-transform: uppercase
}

.fc th.fc-sat,
.fc th.fc-sun,
.fc th.fc-thu,
.fc th.fc-tue {
	background: #f2f7f8
}

.fc th.fc-fri,
.fc th.fc-mon,
.fc th.fc-wed {
	background: #f2f7f8
}

.fc-view {
	margin-top: 0
}

.fc-toolbar {
	margin: 0;
	padding: 24px 0
}

.fc-button {
	background: #fff;
	border: 1px solid rgba(120, 130, 140, .13);
	color: #67757c;
	text-transform: capitalize
}

.fc-button:hover {
	background: #f2f4f8;
	opacity: .8
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px
}

.fc-state-hover {
	background: #f5f5f5
}

.fc-unthemed .fc-today {
	border: 1px solid #ef5350;
	background: #f2f4f8!important
}

.fc-state-highlight {
	background: #f0f0f0
}

.fc-cell-overlay {
	background: #f0f0f0
}

.fc-unthemed .fc-today {
	background: #fff
}

.fc-event {
	border-radius: 0;
	border: 0;
	cursor: move;
	color: #fff!important;
	font-size: 13px;
	margin: 1px -1px 0 -1px;
	padding: 5px 5px;
	text-align: center;
	background: #32465a
}

.calendar-event {
	cursor: move;
	margin: 10px 5px 0 0;
	padding: 6px 10px;
	display: inline-block;
	color: #fff;
	min-width: 140px;
	text-align: center;
	background: #32465a
}

.calendar-event a {
	float: right;
	opacity: .6;
	font-size: 10px;
	margin: 4px 0 0 10px;
	color: #fff
}

.fc-basic-view td.fc-week-number span {
	padding-right: 5px
}

.fc-basic-view .fc-day-number {
	padding: 10px 15px;
	display: inline-block
}

.steamline {
	position: relative;
	border-left: 1px solid rgba(120, 130, 140, .13);
	margin-left: 20px
}

.steamline .sl-left {
	float: left;
	margin-left: -20px;
	z-index: 1;
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-radius: 100%;
	color: #fff;
	background: #263238;
	margin-right: 15px
}

.steamline .sl-left img {
	max-width: 40px
}

.steamline .sl-right {
	padding-left: 50px
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
	margin-bottom: 30px
}

.steamline .sl-item {
	border-bottom: 1px solid rgba(120, 130, 140, .13);
	margin: 20px 0
}

.sl-date {
	font-size: 10px;
	color: #99abb4
}

.time-item {
	border-color: rgba(120, 130, 140, .13);
	padding-bottom: 1px;
	position: relative
}

.time-item:before {
	content: " ";
	display: table
}

.time-item:after {
	background-color: #fff;
	border-color: rgba(120, 130, 140, .13);
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px
}

.time-item-item:after {
	content: " ";
	display: table
}

.item-info {
	margin-bottom: 15px;
	margin-left: 15px
}

.item-info p {
	margin-bottom: 10px!important
}

.feeds {
	margin: 0;
	padding: 0
}

.feeds li {
	list-style: none;
	padding: 10px;
	display: block
}

.feeds li:hover {
	background: #ebf3f5
}

.feeds li>div {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%
}

.feeds li>div i {
	line-height: 40px
}

.feeds li span {
	float: right;
	width: auto;
	font-size: 12px
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.vert .active.carousel-item-right,
.vert .carousel-item-next {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0)
}

.vert .active.carousel-item-left,
.vert .carousel-item-prev {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.social-widget .soc-header {
	padding: 15px;
	text-align: center;
	font-size: 36px;
	color: #fff
}

.social-widget .soc-header.box-facebook {
	background: #3b5998
}

.social-widget .soc-header.box-twitter {
	background: #00aced
}

.social-widget .soc-header.box-google {
	background: #f86c6b
}

.social-widget .soc-header.box-linkedin {
	background: #4875b4
}

.social-widget .soc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center
}

.social-widget .soc-content div {
	padding: 10px
}

.social-widget .soc-content div h3 {
	margin-bottom: 0
}

.gaugejs-box {
	position: relative;
	margin: 0 auto
}

.gaugejs-box canvas.gaugejs {
	width: 100%!important;
	height: auto!important
}

.social-profile-first {
	text-align: center;
	padding-top: 22%;
	margin-bottom: 96px
}

.social-profile-first.bg-over {
	background: rgba(56, 83, 161, .7)
}

.social-profile-first .middle {
	vertical-align: middle
}

.country-state {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px
}

.country-state li {
	margin-top: 30px;
	margin-bottom: 10px
}

.country-state h2 {
	margin-bottom: 0
}

.profiletimeline {
	position: relative;
	padding-left: 40px;
	margin-right: 10px;
	border-left: 1px solid rgba(120, 130, 140, .13);
	margin-left: 30px
}

.profiletimeline .sl-left {
	float: left;
	margin-left: -60px;
	z-index: 1;
	margin-right: 15px
}

.profiletimeline .sl-left img {
	max-width: 40px
}

.profiletimeline .sl-item {
	margin-top: 8px;
	margin-bottom: 30px
}

.profiletimeline .sl-date {
	font-size: 12px;
	color: #99abb4
}

.profiletimeline .time-item {
	border-color: rgba(120, 130, 140, .13);
	padding-bottom: 1px;
	position: relative
}

.profiletimeline .time-item:before {
	content: " ";
	display: table
}

.profiletimeline .time-item:after {
	background-color: #fff;
	border-color: rgba(120, 130, 140, .13);
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px
}

.profiletimeline .time-item-item:after {
	content: " ";
	display: table
}

.profiletimeline .item-info {
	margin-bottom: 15px;
	margin-left: 15px
}

.profiletimeline .item-info p {
	margin-bottom: 10px!important
}

.blog-widget {
	margin-top: 30px
}

.blog-widget .blog-image img {
	border-radius: 4px;
	margin-top: -45px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.weather-small h1 {
	line-height: 30px
}

.weather-small sup {
	font-size: 60%
}

.little-profile .pro-img {
	margin-top: -80px;
	margin-bottom: 20px
}

.little-profile .pro-img img {
	width: 128px;
	height: 128px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 100%
}

.contact-box {
	position: relative
}

.contact-box .add-ct-btn {
	position: absolute;
	right: 4px;
	top: -46px
}

.contact-box .contact-widget>a {
	padding: 15px 10px
}

.contact-box .contact-widget>a .user-img {
	margin-bottom: 0!important
}

a.jobExternalStatusListButton:hover {
	text-decoration: underline
}

table .jobUnread td {
	color: #000
}

.collapsing {
	height: auto!important
}

.transfer-job {
	float: right
}

.primary-branch,
span.access-grant {
	color: #17242a;
	font-size: 13px;
	display: inline-block;
	padding-left: 0
}

.job-loading.hide {
	display: none
}

.custom-table .form-control {
	color: #717374;
	height: 20px;
	padding: 2px 2px
}

h2.page-tittle {
	font-family: 'Roboto Medium';
	text-transform: uppercase;
	margin: 2px 0 7px 0;
	color: #000131;
	font-size: 21px;
	position: relative
}

h2.page-tittle.permission-title {
	display: inline-block
}

button.btn.btn-primary.additem.add-role-btn {
	float: right
}

.special-box {
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #d4d4d4
}

.special-box h4 {
	color: #000131;
	margin-bottom: 10px;
	font-size: 13px
}

@media(min-width:1600px) {
	.col-xlg-1,
	.col-xlg-10,
	.col-xlg-11,
	.col-xlg-12,
	.col-xlg-2,
	.col-xlg-3,
	.col-xlg-4,
	.col-xlg-5,
	.col-xlg-6,
	.col-xlg-7,
	.col-xlg-8,
	.col-xlg-9 {
		float: left
	}
	.col-xlg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.col-xlg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-xlg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-xlg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xlg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-xlg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-xlg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xlg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-xlg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-xlg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xlg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-xlg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-xlg-pull-12 {
		right: 100%
	}
	.col-xlg-pull-11 {
		right: 91.66666667%
	}
	.col-xlg-pull-10 {
		right: 83.33333333%
	}
	.col-xlg-pull-9 {
		right: 75%
	}
	.col-xlg-pull-8 {
		right: 66.66666667%
	}
	.col-xlg-pull-7 {
		right: 58.33333333%
	}
	.col-xlg-pull-6 {
		right: 50%
	}
	.col-xlg-pull-5 {
		right: 41.66666667%
	}
	.col-xlg-pull-4 {
		right: 33.33333333%
	}
	.col-xlg-pull-3 {
		right: 25%
	}
	.col-xlg-pull-2 {
		right: 16.66666667%
	}
	.col-xlg-pull-1 {
		right: 8.33333333%
	}
	.col-xlg-pull-0 {
		right: auto
	}
	.col-xlg-push-12 {
		left: 100%
	}
	.col-xlg-push-11 {
		left: 91.66666667%
	}
	.col-xlg-push-10 {
		left: 83.33333333%
	}
	.col-xlg-push-9 {
		left: 75%
	}
	.col-xlg-push-8 {
		left: 66.66666667%
	}
	.col-xlg-push-7 {
		left: 58.33333333%
	}
	.col-xlg-push-6 {
		left: 50%
	}
	.col-xlg-push-5 {
		left: 41.66666667%
	}
	.col-xlg-push-4 {
		left: 33.33333333%
	}
	.col-xlg-push-3 {
		left: 25%
	}
	.col-xlg-push-2 {
		left: 16.66666667%
	}
	.col-xlg-push-1 {
		left: 8.33333333%
	}
	.col-xlg-push-0 {
		left: auto
	}
	.offset-xlg-12 {
		margin-left: 100%
	}
	.offset-xlg-11 {
		margin-left: 91.66666667%
	}
	.offset-xlg-10 {
		margin-left: 83.33333333%
	}
	.offset-xlg-9 {
		margin-left: 75%
	}
	.offset-xlg-8 {
		margin-left: 66.66666667%
	}
	.offset-xlg-7 {
		margin-left: 58.33333333%
	}
	.offset-xlg-6 {
		margin-left: 50%
	}
	.offset-xlg-5 {
		margin-left: 41.66666667%
	}
	.offset-xlg-4 {
		margin-left: 33.33333333%
	}
	.offset-xlg-3 {
		margin-left: 25%
	}
	.offset-xlg-2 {
		margin-left: 16.66666667%
	}
	.offset-xlg-1 {
		margin-left: 8.33333333%
	}
	.offset-xlg-0 {
		margin-left: 0
	}
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
	position: relative;
	min-height: 1px
}

.bootstrap-touchspin .input-group-btn {
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .5625rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #26dad2
}

.has-success .form-control-success {
	background-image: url(http://themedesigner.in/demo/admin-press/assets/images/icon/success.svg)
}

.has-success .form-control {
	border-color: #26dad2
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #ffb22b
}

.has-warning .form-control-warning {
	background-image: url(http://themedesigner.in/demo/admin-press/assets/images/icon/warning.svg)
}

.has-warning .form-control {
	border-color: #ffb22b
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #ef5350
}

.has-danger .form-control-danger {
	background-image: url(http://themedesigner.in/demo/admin-press/assets/images/icon/danger.svg)
}

.has-danger .form-control {
	border-color: #ef5350
}

.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
	position: initial;
	opacity: 1
}

.invisible {
	visibility: hidden!important
}

.hidden-xs-up {
	display: none!important
}

.preloader {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 99999;
	background: #fff
}

.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px)
}

[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;
	-webkit-transition: .28s ease;
	-o-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	margin-bottom: 0!important
}

.save-draft label {
	display: inline-block!important
}

[type=radio]+label:after,
[type=radio]+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 3px 0 0 0;
	width: 12px;
	height: 12px;
	z-index: 0;
	-webkit-transition: .28s ease;
	-o-transition: .28s ease;
	transition: .28s ease
}

.icheckbox_line-green,
.icheckbox_line-red,
.icheckbox_line-yellow,
.iradio_line-green,
.iradio_line-red,
.iradio_line-yellow {
	padding: 5px 15px 5px 19px!important;
	font-size: 12px!important;
	line-height: normal!important
}

.icheckbox_line-green .icheck_line-icon,
.icheckbox_line-red .icheck_line-icon,
.icheckbox_line-yellow .icheck_line-icon,
.iradio_line-green .icheck_line-icon,
.iradio_line-red .icheck_line-icon,
.iradio_line-yellow .icheck_line-icon {
	left: 4px!important;
	margin: -7px 0 0 0
}

.icheckbox_line-yellow,
.iradio_line-yellow {
	background: #dca500!important
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px dashed #ddd
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0!important
}

[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: 1px solid #b1b8bb
}

[type=radio]:not(:checked)+label:after {
	z-index: -1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

[type=radio]:checked+label:before {
	border: 2px solid transparent;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap:checked+label:after,
[type=radio].with-gap:checked+label:before,
[type=radio]:checked+label:after {
	border: 2px solid #004578
}

[type=radio].with-gap:checked+label:after,
[type=radio]:checked+label:after {
	background-color: #004578;
	z-index: 0
}

[type=radio]:checked+label:after {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

[type=radio].with-gap:checked+label:after {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

[type=radio].tabbed:focus+label:before {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap:disabled:checked+label:before {
	border: 2px solid rgba(0, 0, 0, .26);
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap:disabled:checked+label:after {
	border: 0;
	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);
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[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: relative;
	left: auto;
	opacity: 1;
	vertical-align: middle;
	border: 2px;
	z-index: 1
}

.demo-checkbox em {
	font-style: normal;
	margin-left: 5px;
	font-size: 13px
}

.navbar-brand {
	margin-right: 0
}

.controls.check-query-checkbox label {
	margin: 0
}

[type=checkbox]+label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}

label.custom-control.custom-checkbox span {
	color: #000131;
	font-size: 12px
}

label.custom-control.custom-checkbox span.jobType {
	color: #018fd4
}

label.custom-control.custom-checkbox span.custom-control-label {
	display: inline-block
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #000131
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none
}

label.custom-control.custom-checkbox .custom-control-label::before {
	background-color: #fff;
	border: 1px solid #000131;
	top: 6px;
	display: none
}

label.custom-control.custom-checkbox .custom-control-label::after {
	top: 4px;
	display: none
}

.custom-control-label::after {
	left: -1px;
	width: 16px;
	height: 16px
}

[type=checkbox]:not(.filled-in)+label:after {
	border: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

[type=checkbox]:not(:checked):disabled+label:before {
	border: 0;
	background-color: rgba(0, 0, 0, .26)
}

[type=checkbox].tabbed:focus+label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	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 #26a69a;
	border-bottom: 2px solid #26a69a;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-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: 0;
	border-left: none;
	border-right: 2px solid #26a69a;
	border-bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-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:checked+label:before {
	top: -1px;
	left: 1px;
	width: 6px;
	height: 11px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type=checkbox].filled-in:checked+label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #26a69a;
	background-color: #26a69a;
	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: #26a69a;
	border-color: #26a69a
}

[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,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}

.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: #26a69a;
	left: 24px
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	left: -5px;
	top: -3px;
	-webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease;
	transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease;
	-o-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease
}

input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever:after,
input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08);
	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
}

.scale-up {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: right 0;
	-ms-transform-origin: right 0;
	transform-origin: right 0
}

.scale-up-left {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: left 0;
	-ms-transform-origin: left 0;
	transform-origin: left 0
}

.show>.scale-up {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right 0;
	-ms-transform-origin: right 0;
	transform-origin: right 0
}

.show>.scale-up-left {
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transform-origin: left 0;
	-ms-transform-origin: left 0;
	transform-origin: left 0
}

.card {
	box-shadow: none;
	border-radius: 4px
}

.well,
pre {
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.page-titles .justify-content-end:last-child .d-flex {
	margin-right: 10px
}

.btn-circle.right-side-toggle {
	position: fixed;
	bottom: 20px;
	right: 0;
	padding: 20px;
	z-index: 10
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 1px transparent;
		box-shadow: 0 0 0 1px transparent
	}
	50% {
		-webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
		box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
	}
	to {
		-webkit-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 1px transparent;
		box-shadow: 0 0 0 1px transparent
	}
	50% {
		-webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
		box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
	}
	to {
		-webkit-box-shadow: 0 0 0 15px transparent;
		box-shadow: 0 0 0 15px transparent
	}
}

.bootstrap-select.btn-group .dropdown-menu {
	margin-top: -40px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
}

.demo-swtich .demo-switch-title,
.demo-swtich .switch {
	width: 150px;
	margin-bottom: 10px;
	display: inline-block
}

.table td,
.table th {
	vertical-align: middle
}

.policies-table td:last-child,
.policies-table th:last-child {
	text-align: center
}

[type=checkbox]+label {
	padding-left: 0;
	padding-bottom: 0
}

.demo-checkbox label span {
	position: relative;
	top: -1px
}

[type=checkbox]:checked.chk-col-red+label:before {
	border-right: 2px solid #fb3a3a;
	border-bottom: 2px solid #fb3a3a
}

[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 #7460ee;
	border-bottom: 2px solid #7460ee
}

[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 #02bec9;
	border-bottom: 2px solid #02bec9
}

[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 #26c6da;
	border-bottom: 2px solid #26c6da
}

[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: 1px solid #795548;
	border-bottom: 1px solid #795548
}

[type=checkbox]:checked.chk-col-grey+label:before {
	border-right: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e
}

[type=checkbox]:checked.chk-col-blue-grey+label:before {
	border-right: 1px solid #607d8b;
	border-bottom: 1px solid #607d8b
}

[type=checkbox]:checked.chk-col-black+label:before {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000
}

[type=checkbox]:checked.chk-col-white+label:before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}

[type=checkbox].filled-in:checked+label:after {
	top: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #000131;
	background-color: #000131;
	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 #fb3a3a;
	background-color: #fb3a3a
}

[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 #7460ee;
	background-color: #7460ee
}

[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 #02bec9;
	background-color: #02bec9
}

[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 #26c6da;
	background-color: #26c6da
}

[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: 15px;
	height: 12px;
	line-height: normal
}

[type=radio]:checked+label {
	padding-left: 15px;
	height: 12px;
	line-height: normal
}

[type=radio].radio-col-red:checked+label:after {
	background-color: #fb3a3a;
	border-color: #fb3a3a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-pink:checked+label:after {
	background-color: #e91e63;
	border-color: #e91e63;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-purple:checked+label:after {
	background-color: #7460ee;
	border-color: #7460ee;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-deep-purple:checked+label:after {
	background-color: #673ab7;
	border-color: #673ab7;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-indigo:checked+label:after {
	background-color: #3f51b5;
	border-color: #3f51b5;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-blue:checked+label:after {
	background-color: #02bec9;
	border-color: #02bec9;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-light-blue:checked+label:after {
	background-color: #03a9f4;
	border-color: #03a9f4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-cyan:checked+label:after {
	background-color: #00bcd4;
	border-color: #00bcd4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-teal:checked+label:after {
	background-color: #009688;
	border-color: #009688;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-green:checked+label:after {
	background-color: #26c6da;
	border-color: #26c6da;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-light-green:checked+label:after {
	background-color: #8bc34a;
	border-color: #8bc34a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-lime:checked+label:after {
	background-color: #cddc39;
	border-color: #cddc39;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-yellow:checked+label:after {
	background-color: #ffe821;
	border-color: #ffe821;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-amber:checked+label:after {
	background-color: #ffc107;
	border-color: #ffc107;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-orange:checked+label:after {
	background-color: #ff9800;
	border-color: #ff9800;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-deep-orange:checked+label:after {
	background-color: #ff5722;
	border-color: #ff5722;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-brown:checked+label:after {
	background-color: #795548;
	border-color: #795548;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-grey:checked+label:after {
	background-color: #9e9e9e;
	border-color: #9e9e9e;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-blue-grey:checked+label:after {
	background-color: #607d8b;
	border-color: #607d8b;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-black:checked+label:after {
	background-color: #000;
	border-color: #000;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].radio-col-white:checked+label:after {
	background-color: #fff;
	border-color: #fff;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-red:checked+label:before {
	border: 2px solid #fb3a3a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-red:checked+label:after {
	background-color: #fb3a3a;
	border: 2px solid #fb3a3a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-pink:checked+label:before {
	border: 2px solid #e91e63;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-pink:checked+label:after {
	background-color: #e91e63;
	border: 2px solid #e91e63;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-purple:checked+label:before {
	border: 2px solid #7460ee;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-purple:checked+label:after {
	background-color: #7460ee;
	border: 2px solid #7460ee;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-deep-purple:checked+label:before {
	border: 2px solid #673ab7;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-deep-purple:checked+label:after {
	background-color: #673ab7;
	border: 2px solid #673ab7;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-indigo:checked+label:before {
	border: 2px solid #3f51b5;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-indigo:checked+label:after {
	background-color: #3f51b5;
	border: 2px solid #3f51b5;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-blue:checked+label:before {
	border: 2px solid #02bec9;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-blue:checked+label:after {
	background-color: #02bec9;
	border: 2px solid #02bec9;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-light-blue:checked+label:before {
	border: 2px solid #03a9f4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-light-blue:checked+label:after {
	background-color: #03a9f4;
	border: 2px solid #03a9f4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-cyan:checked+label:before {
	border: 2px solid #00bcd4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-cyan:checked+label:after {
	background-color: #00bcd4;
	border: 2px solid #00bcd4;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-teal:checked+label:before {
	border: 2px solid #009688;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-teal:checked+label:after {
	background-color: #009688;
	border: 2px solid #009688;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-green:checked+label:before {
	border: 2px solid #26c6da;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-green:checked+label:after {
	background-color: #26c6da;
	border: 2px solid #26c6da;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-light-green:checked+label:before {
	border: 2px solid #8bc34a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-light-green:checked+label:after {
	background-color: #8bc34a;
	border: 2px solid #8bc34a;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-lime:checked+label:before {
	border: 2px solid #cddc39;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-lime:checked+label:after {
	background-color: #cddc39;
	border: 2px solid #cddc39;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-yellow:checked+label:before {
	border: 2px solid #ffe821;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-yellow:checked+label:after {
	background-color: #ffe821;
	border: 2px solid #ffe821;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-amber:checked+label:before {
	border: 2px solid #ffc107;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-amber:checked+label:after {
	background-color: #ffc107;
	border: 2px solid #ffc107;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-orange:checked+label:before {
	border: 2px solid #ff9800;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-orange:checked+label:after {
	background-color: #ff9800;
	border: 2px solid #ff9800;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-deep-orange:checked+label:before {
	border: 2px solid #ff5722;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-deep-orange:checked+label:after {
	background-color: #ff5722;
	border: 2px solid #ff5722;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-brown:checked+label:before {
	border: 2px solid #795548;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-brown:checked+label:after {
	background-color: #795548;
	border: 2px solid #795548;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-grey:checked+label:before {
	border: 2px solid #9e9e9e;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-grey:checked+label:after {
	background-color: #9e9e9e;
	border: 2px solid #9e9e9e;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-blue-grey:checked+label:before {
	border: 2px solid #607d8b;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-blue-grey:checked+label:after {
	background-color: #607d8b;
	border: 2px solid #607d8b;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-black:checked+label:before {
	border: 2px solid #000;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-black:checked+label:after {
	background-color: #000;
	border: 2px solid #000;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-white:checked+label:before {
	border: 2px solid #fff;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

[type=radio].with-gap.radio-col-white:checked+label:after {
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-animation: ripple .2s linear forwards;
	animation: ripple .2s linear forwards
}

.switch label {
	font-size: 13px
}

.switch label .lever {
	margin: 0 14px
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(251, 58, 58, .1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(251, 58, 58, .1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
	background-color: rgba(251, 58, 58, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
	background-color: #fb3a3a
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(233, 30, 99, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(116, 96, 238, .1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(116, 96, 238, .1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
	background-color: rgba(116, 96, 238, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
	background-color: #7460ee
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(103, 58, 183, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(63, 81, 181, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(2, 190, 201, .1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(2, 190, 201, .1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
	background-color: rgba(2, 190, 201, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
	background-color: #02bec9
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(3, 169, 244, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 188, 212, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 198, 218, .1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 198, 218, .1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
	background-color: rgba(38, 198, 218, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
	background-color: #26c6da
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(139, 195, 74, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(205, 220, 57, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 232, 33, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 193, 7, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 152, 0, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 87, 34, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(121, 85, 72, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(158, 158, 158, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(96, 125, 139, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1);
	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 {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 255, 255, .1);
	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
}

body.mini-sidebar div header .navbar .navbar-header .navbar-brand b .dark-logo {
	width: 100%
}

.mini-sidebar .sidebar-nav #sidebarnav li:hover ul li {
	background: #2b3b4c;
	padding: 0;
	margin: 0
}

.error {
	color: #dc3545!important
}

.modal-footer {
	display: block
}

.asterik-field {
	display: inline-block;
	font-size: 17px;
	color: #dc3545;
	text-transform: capitalize
}

.edit-job-col,
.m-top-15 {
	margin-top: 15px
}

.asterik-field span {
	position: relative;
	top: 5px;
	font-size: 16px
}

a {
	color: #17242a;
	text-decoration: none;
	background-color: transparent
}

a.jobDelete,
a.jobView {
	text-align: center;
	display: block
}

a:hover {
	color: #2b3b4c
}

.table {
	width: 100%!important
}

.nav-tabs {
	border-bottom: 0
}

ul.nav.nav-tabs {
	width: 100%
}

.right-btn-query {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

ul.nav.nav-tabs.custom-tabs {
	margin-bottom: 55px
}

ul.nav.nav-tabs.custom-tabs li:hover a,
ul.nav.nav-tabs.custom-tabs li:hover h1,
ul.nav.nav-tabs.custom-tabs li:hover h6 {
	color: #fff!important
}

span.pending-status {
	display: inline-block;
	float: right
}

.edit-branch-form {
	margin-top: 15px
}

.tab-content .card-body h4.card-title {
	background: rgba(196, 227, 243, .85);
	color: #060606;
	padding: 9px 5px;
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 0
}

.tab-content .card-body {
	padding: 0
}

.addnew-btn-modal button#addButton {
	background: #ececec;
	border: 0;
	padding: 10px 16px;
	color: #1e4774;
	border-radius: 10px;
	text-align: center;
	width: 30%
}

.addnew-btn-modal button#addButton span {
	font-size: 17px;
	border: 2px dashed #b6b7b7;
	border-radius: 6px;
	background: url(../../assets/images/document_add-color.png) no-repeat;
	background-position: 27% center;
	width: 100%;
	display: block;
	padding: 10px 15px;
	background-size: 9%
}

.addnew-btn-modal {
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 25px;
	margin-bottom: 10px
}

.addnew-btn-modal button#addButton i {
	margin-right: 7px
}

.left-tabs {
	float: left
}

.left-tabs .add_job_top1270 {
	background: #004578;
	padding: 5px 8px;
	color: #fff;
	border: 0
}

ul.navbar-nav.mr-5 {
	margin-right: 5rem!important
}

.top-tabs ul.nav.nav-tabs {
	width: auto;
	float: left;
	position: relative;
	top: 0
}

.left-tabs li {
	margin-right: 30px
}

.addnew-btn-modal button#addButton:hover {
	background: #1e4774;
	color: #fff
}

span.query-status {
	background: #ecc31e;
	min-width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	color: #242424;
	border-radius: 100%;
	line-height: 17px;
	font-size: 11px;
	padding: 2px
}

span.query-status.active {
	background: #008f00;
	color: #fff
}

.select2-container {
	width: 100%!important
}

.query-info {
	background: #fff;
	float: left;
	width: 100%
}

.query-info .nav-tabs .nav-link.active,
.query-info .nav-tabs .show>.nav-link {
	color: #fff;
	background-color: #000131;
	border-radius: 0
}

.query-info .nav-tabs .nav-link {
	margin-bottom: 5px;
	background: #eeeeed;
	border-radius: 0;
	font-size: 14px;
	color: #1e4774;
	width: 100%;
	padding: 3px 12px
}

.query-info .nav-tabs .nav-link:hover {
	background: #018fd4;
	color: #fff
}

.modal-footer>:not(:last-child) {
	margin-right: 0
}

.modal-footer>:not(:first-child) {
	margin-left: 0
}

button.delete-query-all-button,
button.forward-query-all-button {
	background: #000131;
	border: 0;
	box-shadow: none;
	font-size: 12px;
	margin: 0;
	padding: 6px 8px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer
}

button.forward-query-all-button:hover {
	background: #018fd4
}

.query-info h4 {
	margin-bottom: 0
}

.query-tittle-bar {
	float: left;
	width: 100%;
	margin-bottom: 5px
}

h5.query-status {
	display: inline-block;
	float: right;
	font-size: 19px;
	margin-bottom: 16px;
	color: #484848
}

.query-filter .form-group {
	margin-bottom: 0
}

span.status-info {
	float: right;
	text-align: center
}

span.jobType {
	font-size: 15px
}

.detailed-query {
	float: left;
	width: 100%;
	padding: 10px;
	background: #fbfafa;
	margin-bottom: 15px
}

.detailed-query span {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px
}

span.jobTittle {
	color: #ff0707
}

.detailed-query:hover,
a.query-answer:hover {
	background: rgba(199, 224, 244, .49019607843137253)
}

.query-left-info {
	float: left;
	width: 90%
}

a.query-answer {
	color: #383a3c
}

.query-right-status {
	float: right;
	text-align: center
}

.query-right-status.complete {
	color: #0d670d
}

.query-right-status i {
	font-size: 22px
}

#querypopup .modal-dialog {
	max-width: 70%;
	margin: 1.75rem auto
}

a.edit-query-by-user-d {
	font-size: 12px;
	background: #0078d4;
	color: #fff;
	padding: 2px 3px;
	text-align: center;
	float: right
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>a:after {
	content: "\f0da";
	float: right;
	border: 0;
	font-family: FontAwesome
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: 0
}

#querypopup .modal-body a.deleteitem,
#querypopup .modal-body a.edit-query-by-user {
	background: #000131;
	padding: 4px 5px;
	font-size: 13px;
	color: #fff;
	float: none
}

#querypopup .modal-body a.deleteitem:hover,
#querypopup .modal-body a.edit-query-by-user:hover {
	background: #018fd4
}

.query-btns {
	clear: both;
	margin-bottom: 10px;
	float: right
}

.comment-box {
	margin-top: 10px
}

#querypopup table.table tr td {
	color: #242424;
	font-size: 13px;
	padding: 7px
}

.descrption-box .jobTittle {
	font-size: 13px;
	line-height: 22px
}

.descrption-box h3 {
	font-size: 15px
}

.descrption-box {
	padding: 5px;
	border: 1px solid #ddd
}

.query-reply {
	margin-bottom: 20px
}

.reply-date {
	font-size: 11px;
	display: block;
	color: #018fd4
}

.query-reply span.Desc,
span.Desc {
	font-size: 13px;
	line-height: 20px
}

.reply-designation {
	background: #018fd4;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px
}

.reply {
	display: inline-block;
	width: 90%
}

.reply-designation em {
	position: relative;
	top: 5px;
	font-size: 11px;
	font-style: normal
}

.detailed-reply {
	height: 240px;
	overflow-y: scroll;
	background: #fff;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #ddd
}

.comment-box textarea {
	resize: none;
	max-height: 159px;
	height: 159px
}

.comment-box label {
	display: block;
	color: #0078d4;
	font-size: 16px;
	margin-bottom: 7px
}

.closeButton {
	background: #004578;
	color: #fff;
	padding: 5px 16px;
	border-radius: 0;
	border: 0;
	font-size: 13px
}

.modal-header .close {
	padding: 0 0 4px 0;
	background: #018fd4;
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	font-size: 20px
}

button.btn.btn-default.waves-effect.closeModal {
	background: #000131;
	color: #fff
}

.modal-header {
	padding: 5px 10px;
	border-bottom: 1px dashed #ddd
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
	background: #0078d4
}

.inputDnD .form-control-file {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 176px;
	outline: 0;
	visibility: hidden;
	cursor: pointer;
	background-color: #c61c23;
	color: #383a3c
}

.inputDnD .form-control-file:before {
	content: attr(data-title);
	position: absolute;
	top: .5em;
	left: 0;
	width: 100%;
	padding: 4.4em 1.5em;
	opacity: 1;
	visibility: visible;
	text-align: center;
	border: 1px solid #e6e3e3;
	transition: all .3s cubic-bezier(.25, .8, .25, 1);
	overflow: hidden
}

.inputDnD .form-control-file:hover:before {
	border-style: solid;
	box-shadow: inset 0 0 0 1px #e6e3e3
}

.form-group.inputDnD {
	margin-top: 40px;
	width: 100%
}

span.upload-icon {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -30%);
	padding-bottom: 0
}

span.upload-icon i {
	color: #17242a;
	font-size: 20px
}

input.closeButton {
	margin-right: 0!important
}

input.closeButton:hover {
	border: none!important
}

.form-group.inputDnD {
	margin-top: 0;
	width: 100%;
	position: relative
}

.upload-file {
	position: relative
}

.document-tab {
	float: left;
	width: 100%
}

.document-tab .comment-box,
.document-tab .form-group.inputDnD {
	margin-top: 15px
}

.tittle {
	color: #018fd4
}

.uploaded-list a {
	font-size: 13px;
	border-bottom: 1px dotted #d6cfcf;
	padding-bottom: 5px;
	margin-bottom: 8px;
	display: block;
	color: #000131
}

.uploaded-list {
	background: #fff;
	padding: 8px 8px;
	overflow-y: scroll;
	height: 160px;
	border: 1px solid #e6e3e3;
	font-size: 14px
}

button.send-btn:hover {
	background: #018fd4;
	cursor: pointer
}

h4.card-title.title-action {
	display: inline-block
}

span.Action-btn {
	display: inline-block;
	float: right
}

span.Action-btn a {
	margin-right: 5px;
	color: #0078d4
}

a.file-name {
	display: block;
	color: #9c9b9b;
	font-size: 12px;
	font-style: italic
}

.pagination {
	margin-top: 15px
}

.card.card-body.printableArea button.btn.btn-primary {
	display: inline-block
}

.card.card-body.printableArea h3 {
	font-size: 13px;
	text-transform: capitalize;
	color: #242424;
	display: inline-block;
	margin: 0;
	line-height: 24px
}

.top-title-bar {
	border-bottom: 1px dashed #ddd;
	margin: 0 0 10px 0
}

.client-job-view b,
.right-client-view b,
h3 b.attachment {
	font-size: 17px;
	color: #292727
}

span.view-data {
	font-size: 13px;
	color: #827e7e
}

.view {
	float: right;
	color: #002d50
}

.query-right-status.pending i {
	color: #ffc107
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 5px 5px 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 0;
	padding: 0 5px;
	font-size: 13px;
	margin-bottom: 5px
}

.select2-container .select2-selection--multiple {
	min-height: 30px!important
}

.new-team-staff-div .select2-container--default .select2-selection--multiple,
.new-team-staff-div .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e6e6e6;
	outline: 0;
	border-radius: 0
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	overflow: unset
}

.select2-container .select2-search--inline {
	float: none
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-results__option {
	background-color: #fff;
	font-size: 12px;
	padding: 4px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #018fd4!important;
	color: #fff;
	font-size: 12px;
	padding: 4px
}

.select2-dropdown {
	border: 1px solid #e6e6e6;
	border-radius: 0
}

.radiobtn {
	position: relative;
	display: inline-block
}

.radiobtn label {
	display: block;
	color: #fff;
	border-radius: 0;
	padding: 4px 10px;
	margin-bottom: 5px;
	cursor: pointer
}

.radiobtn label.urgnt {
	background: #e56c69
}

.radiobtn label.normal {
	background: #1b7e5a
}

.radiobtn label.high {
	background: #dca500
}

.radiobtn label:after,
.radiobtn label:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 0;
	left: 5px
}

.radiobtn [type=radio]:not(:checked)+label:after {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	font-size: 14px
}

.radiobtn label:before {
	content: "\f00c";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	font-size: 0;
	background: 0
}

.radiobtn input[type=radio] {
	display: none;
	position: absolute;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.radiobtn input[type=radio]:checked+label:after {
	content: "";
	background: 0
}

.radiobtn input[type=radio]:checked+label:before {
	font-size: 14px
}

.radiobtn [type=radio]:checked+label,
.radiobtn [type=radio]:not(:checked)+label {
	font-size: 12px;
	line-height: normal;
	padding-left: 21px;
	height: auto
}

.radiobtn [type=radio]:not(:checked)+label {
	height: auto
}

.radiobtn [type=radio]:not(:checked)+label:after {
	z-index: 1;
	-webkit-transform: initial;
	-ms-transform: scale(0);
	transform: initial
}

.radiobtn [type=radio]:not(:checked)+label:after,
.radiobtn [type=radio]:not(:checked)+label:before {
	border: 0
}

.radiobtn [type=radio].with-gap:checked+label:after,
.radiobtn [type=radio].with-gap:checked+label:before,
.radiobtn [type=radio]:checked+label:after,
.radiobtn [type=radio]:checked+label:before,
.radiobtn [type=radio]:not(:checked)+label:after,
.radiobtn [type=radio]:not(:checked)+label:before {
	border-radius: unset;
	border: 0
}

.modal-footer {
	float: left;
	width: 100%;
	padding: 0;
	border-top: 0;
	text-align: right
}

.modal-footer.left-btns {
	float: left;
	width: auto
}

.add-jobs-here .modal-header,
div#responsive-modal-query .modal-header {
	border-bottom: 1px dashed #ddd;
	padding: 5px 10px
}

.asterik-field {
	float: left
}

.page-item.active .page-link {
	background-color: #004578;
	border-color: #004578
}

label.control-label.job_alert.alert.alert-info,
label.control-label.same_job_alert.alert.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.page-link {
	padding: .2rem .45rem;
	font-size: 14px
}

.tab-content .card-body h4.card-title input.query-search {
	float: right;
	display: inline-block;
	background: #fff;
	border: 0;
	padding: 0 5px;
	height: 20px;
	font-size: 12px;
	color: #525252
}

input.query-search::-webkit-input-placeholder {
	color: #242424
}

input.query-search::-moz-placeholder {
	color: #242424
}

input.query-search:-ms-input-placeholder {
	color: #242424
}

input.query-search:-moz-placeholder {
	color: #242424
}

::-webkit-input-placeholder {
	font-size: 13px
}

::-moz-placeholder {
	font-size: 13px
}

:-ms-input-placeholder {
	font-size: 13px
}

:-moz-placeholder {
	font-size: 13px
}

.leftmenutrigger {
	display: block;
	display: block;
	margin: 7px 20px 4px 0;
	cursor: pointer
}

.navbar-nav.side-nav.open {
	right: 0
}

.navbar-nav.side-nav {
	background: #585f66;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
	position: fixed;
	top: 56px;
	flex-direction: column!important;
	right: -220px;
	width: 200px;
	overflow-y: auto;
	bottom: 0;
	overflow-x: hidden;
	padding-bottom: 40px
}

.attach-list,
.card.card-body.assigningPart,
.card.card-body.printableArea {
	background: #fff;
	padding: 6px 15px 10px;
	border: 1px solid #f1ebeb;
	height: 182px;
	overflow-y: scroll;
	font-size: 14px
}

.card.card-body.assigningPart {
	height: auto;
	overflow-y: initial;
	margin-top: 10px
}

.popover {
	z-index: 999
}

div#job-list-auto ul {
	max-height: 200px;
	overflow-y: scroll
}

div#job-list-auto ul li a {
	font-size: 12px
}

.attach-list h3,
.job-notes-heading {
	margin-bottom: 5px
}

.attach-list h3 b {
	font-size: 20px;
	text-decoration: underline;
	color: #17242a
}

.attach-list i,
.transfer-job-button span {
	font-size: 14px;
	margin-right: 5px
}

.attach-list a.deleteitem i {
	font-size: 16px;
	margin-left: 7px;
	color: #dc3545;
	float: right
}

span.file-name-below-icon {
	font-size: 13px;
	vertical-align: top
}

.uploded-list {
	border-bottom: 1px dashed #ecebeb;
	padding-bottom: 2px;
	margin-bottom: 4px
}

.save-draft {
	padding: 4px 8px;
	margin-top: 0;
	border: 1px solid #ced4da
}

.save-draft label {
	margin: 0
}

.icheckbox_flat-red {
	margin-right: 6px!important
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	outline: 0;
	box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.printableArea button.btn.btn-primary:hover,
.show>.btn-primary.dropdown-toggle:focus {
	background: #000131;
	box-shadow: none;
	border-color: #000131
}

a.navbar-brand.stable-logo img {
	width: 140px
}

.login-register .card-body {
	padding: 21px 30px;
	background: #fff
}

.preloader {
	background: rgba(255, 255, 255, .811764705);
	z-index: 99
}

.login-box.card {
	border: 0
}

.form-material .btn-info {
	background: #000131;
	padding: 5px 21px;
	font-size: 14px
}

.form-material .btn-info:hover {
	background: #018fd4
}

a.navbar-brand.kft-logo img {
	max-height: 60px
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0
}

.blue-col {
	background: #fff;
	height: 82px;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.blue-col img {
	width: 180px;
	margin-top: 16px
}

.alert-success {
	padding: 6px;
	font-size: 12px
}

div#document_job-notes {
	margin-top: 30px
}

div#document_container {
	margin-top: 25px
}

form.card.forcast-card {
	display: inline-block;
	width: 60%
}

.forcast-card .form-group {
	display: inline-block
}

textarea.update-monthly-budget {
	width: 100%
}

.forcast-table td,
.forcast-table th {
	vertical-align: middle
}

div#annual-forcast-listing td {
	padding-right: 10px
}

table.table.table-bordered.table-striped.forcast-table.dataTable.no-footer th:nth-child(3) {
	width: 20%
}

table.table.table-bordered.table-striped.forcast-table.dataTable.no-footer th:nth-child(2) {
	width: 10%
}

table.table.table-bordered.table-striped.forcast-table.dataTable.no-footer th:first-child {
	width: 2%
}

table.forcast-table .form-control {
	height: 20px;
	padding: 0 7px;
	vertical-align: middle;
	border: 1px solid #ececec
}

ul.forecast-summary li label {
	margin: 0 0 3px 0;
	color: #000131;
	width: 100%;
	display: block;
	background: #eaeaea;
	padding: 5px
}

ul.forecast-summary li a {
	font-size: 12px
}

ul.forecast-summary li a i {
	color: #018fd4;
	margin-left: 7px;
	font-size: 16px;
	position: relative;
	top: 2px
}

ul.forecast-summary {
	border: 1px solid #dedede;
	margin-bottom: 9px;
	padding: 10px;
	position: relative
}

ul.forecast-summary li:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

ul.forecast-summary li {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 6px;
	padding-bottom: 5px;
	font-size: 13px
}

.blink {
	animation: blinker 1.2s linear infinite;
	color: #fff;
	font-size: 11px;
	font-family: sans-serif;
	display: inline-block;
	background: red;
	padding: 2px
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}

@media(min-width:1200px) {
	.table-responsive {
		overflow-x: initial
	}
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 660px
	}
	.smart-filters .rules-policies-filter .form-group.filter-btns {
		margin-top: 0
	}
}

.btn {
	border-radius: 0!important
}

.dropdown-menu.dropdown-menu-right {
	width: 18rem
}

.job-summary .dropdown-menu.dropdown-menu-right.job-info-status {
	width: 17rem
}

.modal-content.chat-modal .card {
	padding: 0
}

.modal-content.chat-modal .card-body.chat-box1 {
	padding: 0
}

.modal-content.chat-modal .modal-body {
	padding: 15px 25px 25px 25px
}

.modal-content.chat-modal .slimScrollDiv {
	padding: 0 15px;
	background: #f0f4f8
}

.modal-content.chat-modal .modal-header {
	padding: 16px 25px 0
}

.modal-content.chat-modal .modal-header .close {
	margin: -2rem -2rem -1rem auto
}

.modal-content.chat-modal .btn-circle.btn-lg {
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	border-radius: 100%!important
}

.modal-content.chat-modal .card-body.b-t {
	padding: 10px 0
}

.textarea_editor {
	width: 100%!important;
	border: 1px solid #ced4da!important;
	padding: 6px;
	font-size: 13px
}

ul.wysihtml5-toolbar a.btn {
	padding: 6px 10px
}

.col-left-tab {
	display: inline-block;
	float: left;
	border-right: 1px dashed #ddd;
	padding-right: 10px;
	margin-right: 10px;
	width: 38%;
	text-align: center
}

.right-col-tab {
	float: right
}

.right-col-tab a {
	display: block;
	color: #242424;
	text-transform: capitalize;
	margin-bottom: 5px
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #fff
}

.table-striped.enhancement-table tbody tr.kft {
	background: #018fd433!important
}

.table-striped.enhancement-table tbody tr.client {
	background: #ddd6!important
}

.table-striped.enhancement-table tbody tr:nth-of-type(odd),
.table.enhancement-table tr:nth-child(even) {
	background: 0
}

[data-tip] {
	position: relative
}

[data-tip]:before {
	content: "";
	display: none;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;
	position: absolute;
	right: 9px;
	z-index: 8;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	bottom: 0
}

[data-tip]:after {
	display: none;
	content: attr(data-tip);
	position: absolute;
	right: 0;
	padding: 5px 8px;
	background: #1a1a1a;
	color: #fff;
	z-index: 9;
	font-size: 11px;
	height: 22px;
	line-height: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	word-wrap: normal
}

.descrption-box [data-tip]:before,
.update-query-height [data-tip]:before {
	top: -5px
}

.descrption-box [data-tip]:after,
.update-query-height [data-tip]:after {
	top: 0
}

[data-tip]:hover:after,
[data-tip]:hover:before {
	display: block
}

button.btn.btn-danger.forward-query-modal-button {
	background: #004578;
	color: #fff;
	padding: 5px 16px;
	border-radius: 0;
	border: 0;
	font-size: 13px;
	margin-right: 0
}

.enhancmnt-view p {
	font-size: 13px;
	line-height: 25px
}

.enhancmnt-view {
	padding: 10px;
	color: #616161;
	box-shadow: none;
	background: #f5f5f5
}

.printableArea a.job-name {
	background: 0;
	display: inline-block;
	font-size: 16px;
	padding: 6px 0;
	clear: both;
	color: #018fd4
}

a.client-Name {
	background: 0;
	display: inline-block;
	font-size: 16px;
	padding: 6px 0 0 0;
	clear: both;
	color: #018fd4
}

textarea.form-control.text-height {
	height: 120px!important
}

.issue-row {
	margin-top: 15px
}

.chat-a {
	display: block
}

label.custom-control.custom-checkbox {
	padding-left: 0;
	display: inline-block
}

a.navbar-brand img.dark-logo {
	display: inline-block
}

a.navbar-brand img.light-logo {
	display: none
}

.mobile-tabbing {
	text-align: center;
	float: left;
	width: 100%
}

.canvas-chart-layout {
	width: 300px;
	height: 300px
}

.issue-row td a i {
	font-size: 15px;
	color: #018fd4;
	margin-right: 3px
}

.issue-row td a {
	display: inline-block;
	margin-right: 8px
}

span.file-name {
	font-size: 11px
}

table.dataTable thead .no-sort:after {
	display: none
}

table .priority td,
table .priority td a {
	color: #fff
}

table .priorityRow1 {
	background-color: green!important
}

table .priorityRow2 {
	background-color: #ff0!important
}

table .priorityRow3 td {
	color: red!important
}

table .priorityRow3 td a {
	color: red!important
}

td:has(.jobBudgetCol) {
	background-color: red!important
}

.jobBudgetCol {
	color: red
}

a.jobBudgetCol:hover {
	color: red
}

.status-internal-small .query-internal {
	color: red
}

ul.issue-listing span {
	color: red;
	display: block;
	font-size: 11px
}

ul.issue-listing li {
	margin-bottom: 3px
}

.controls.check-query-checkbox span {
	font-size: 14px;
	color: #000131
}

.job-priority.normal {
	background-color: #1b7e5a;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px
}

.job-priority.high {
	background-color: #dca500;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px
}

.job-priority.urgent {
	background-color: #e56c69;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px
}

.resolved-query {
	background-color: #1b7e5a;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px
}

.query-list-control td:nth-child(4) {
	text-align: center
}
ul.rep-view-type {
    display: inline-block;
    margin-bottom: 9px;
}

.job-priority {
	position: relative;
	top: -2px
}

table td i.fa.fa-paperclip {
	float: right;
	position: relative;
	top: 3px;
	font-size: 16px
}

.add-new-label {
	background-color: #018fd4;
	font-size: 11px;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px
}

.status-internal-small {
	color: red;
	font-size: 11px;
	margin-left: 5px
}

a.viewitem {
	position: relative
}

.hoverTip {
	display: none
}

.statushoverTip {
	display: none
}

a.viewitem:hover .hoverTip {
	min-width: 100px;
	display: block;
	color: #fdfdfd;
	background: #000;
	padding: 2px 5px;
	font-size: 13px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	z-index: 99999999;
	left: 80px
}

a.viewitem:hover .statushoverTip {
	display: block;
	color: #fdfdfd;
	background: #000;
	padding: 2px 5px;
	font-size: 13px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	z-index: 99999999;
	right: 80px
}

.flash .alert {
	margin-bottom: 8px
}

@media(max-width:575px) {
	.hidden-xs-down {
		display: none!important
	}
}

@media(min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}

@media(max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
	.notify {
		right: 9px
	}
	.smart-filters .dashboard-table .form-group {
		width: 48%;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px
	}
	.login-footer {
		text-align: center
	}
	.form-material .btn-info {
		margin-top: 10px
	}
	.login-footer {
		margin-top: 10px
	}
	a.navbar-brand img.dark-logo,
	ul.nav.nav-tabs.nav-year.desktop-tabbing {
		display: none
	}
	a.navbar-brand img.light-logo {
		display: block;
		width: 50px;
		position: relative;
		top: 4px
	}
	.mobile-tabbing {
		display: block;
		float: left;
		width: 100%;
		background: #0001310d;
		border: 1px dashed #ddd;
		margin-top: 15px;
		padding: 5px 0
	}
	.mobile-tabbing ul.nav.nav-tabs {
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
		clear: both;
		height: 29px
	}
	.mobile-tabbing ul.nav.nav-tabs li {
		display: inline-block
	}
	.tab-content {
		clear: both
	}
	.nav-tabs.nav-year li a:hover,
	.nav-tabs.nav-year li.active a,
	.top-tabs .nav-tabs li a:hover,
	.top-tabs .nav-tabs li.active a {
		background: #000131;
		color: #f5f5f5
	}
	.equal-height {
		height: auto;
		margin-bottom: 15px
	}
}

@media(min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
	.form-material .btn-info {
		float: right
	}
}

@media(min-width:768px) and (max-width:1159px) {
	.mini-sidebar .left-sidebar {
		position: absolute;
		left: 0;
		width: 60px
	}
	.mini-sidebar .left-sidebar ul span {
		display: none
	}
	.printableArea a.job-name {
		width: 100%
	}
	.right-btn-query {
		float: left
	}
}

@media(min-width:768px) and (max-width:991px) {
	.toptab.mytab {
		float: left;
		margin-top: 7px
	}
	.smart-filters .dashboard-table .form-group {
		width: 11%;
		display: inline-block;
		margin-right: 5px
	}
}

@media(min-width:992px) and (max-width:1370px) {
	.canvas-chart-layout {
		width: 200px;
		height: 200px
	}
	.col-left-tab {
		padding-right: 4px;
		margin-right: 4px;
		width: 36%
	}
	.right-col-tab a {
		font-size: 12px
	}
	ul.nav.nav-tabs.custom-tabs .box {
		padding: 10px 10px
	}
}

@media(min-width:992px) and (max-width:1100px) {
	ul.nav.nav-tabs.custom-tabs .box {
		padding: 10px 10px
	}
	.col-left-tab {
		padding-right: 2px;
		margin-right: 5px;
		width: 35%
	}
	ul.nav.nav-tabs.custom-tabs .box h6 {
		font-size: 15px
	}
	ul.nav.nav-tabs.custom-tabs .box h1 {
		font-size: 27px
	}
	.right-col-tab a span {
		min-width: 19px
	}
	.right-col-tab a {
		font-size: 12px
	}
	.canvas-chart-layout {
		width: 200px;
		height: 200px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.canvas-chart-layout {
		width: 150px;
		height: 150px;
		margin: 0 auto
	}
	.col-left-tab {
		width: 100%;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		text-align: center
	}
	.right-col-tab {
		position: relative;
		top: 0;
		float: left;
		text-align: center;
		width: 100%
	}
}

@media(max-width:991px) {
	.hidden-md-down {
		display: none!important
	}
	.table th,
	.table thead th {
		font-size: 11px
	}
	h4.card-title {
		font-size: 13px
	}
	.enhancemnt-form .form-group,
	.smart-filters .form-group.filter-btns {
		margin-top: 10px
	}
}

@media(min-width:992px) {
	.hidden-lg-up {
		display: none!important
	}
	.dropdown-menu.multi-menu {
		position: absolute
	}
	.dropdown-submenu>.dropdown-menu.multi-menu {
		top: 0;
		left: 100%;
		margin-top: 0;
		margin-left: 0
	}
}

@media(max-width:1199px) {
	.hidden-lg-down {
		display: none!important
	}
}

@media(min-width:1200px) {
	.hidden-xl-up {
		display: none!important
	}
}

.hidden-xl-down {
	display: none!important
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
	color: #fff
}

@media(min-width:1650px) {
	.widget-app-columns {
		-webkit-column-count: 3;
		column-count: 3
	}
	.campaign {
		height: 365px!important
	}
}

@media(max-width:1370px) {
	.widget-app-columns {
		-webkit-column-count: 2;
		column-count: 2
	}
}

@media(min-width:1024px) {
	.page-wrapper {
		margin-left: 0
	}
}

@media(max-width:1023px) {
	.page-wrapper {
		margin-left: 60px;
		-webkit-transition: .2s ease-in;
		-o-transition: .2s ease-in;
		transition: .2s ease-in
	}
	.footer {
		left: 60px
	}
	.widget-app-columns {
		-webkit-column-count: 1;
		column-count: 1
	}
	.inbox-center a {
		width: 200px
	}
}

@media(min-width:768px) {
	.navbar-header {
		width: 240px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	.navbar-header .navbar-brand {
		padding-top: 0
	}
	.page-titles .breadcrumb {
		float: right
	}
	.card-group .card:first-child,
	.card-group .card:not(:first-child):not(:last-child) {
		border-right: 1px solid rgba(0, 0, 0, .03)
	}
	.material-icon-list-demo .icons div {
		width: 33%;
		padding: 15px;
		display: inline-block;
		line-height: 40px
	}
	.mini-sidebar .page-wrapper {
		margin-left: 0
	}
	.mini-sidebar .footer {
		left: 60px
	}
	.flex-wrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
		-webkit-flex-wrap: nowrap!important
	}
}

@media(max-width:767px) {
	.topbar {
		position: fixed;
		width: 100%;
		height: 52px
	}
	.toptab.mytab {
		float: left
	}
	.topbar .top-navbar {
		padding-right: 15px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center
	}
	.topbar .top-navbar .navbar-collapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.topbar .top-navbar .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.topbar .top-navbar .navbar-nav>.nav-item.show {
		position: static
	}
	.topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
		width: 100%;
		margin-top: 0
	}
	.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
		padding-left: .5rem;
		padding-right: .5rem
	}
	a.nav-link.nav-toggler {
		padding: 23px 5px!important
	}
	a.nav-link.nav-toggler i {
		font-size: 25px;
		color: #fff
	}
	.navbar-brand {
		margin-right: 15px;
		padding: 11px 0
	}
	.topbar .top-navbar .navbar-nav .dropdown-menu {
		position: absolute
	}
	.mega-dropdown .dropdown-menu {
		height: 480px;
		overflow: auto
	}
	.mini-sidebar .page-wrapper {
		margin-left: 0;
		padding-top: 60px
	}
	.comment-text .comment-footer .action-icons {
		display: block;
		padding: 10px 0
	}
	.vtabs .tabs-vertical {
		width: auto
	}
	.footer {
		left: 0
	}
	.material-icon-list-demo .icons div {
		width: 100%
	}
	.error-page .footer {
		position: fixed;
		bottom: 0;
		z-index: 10
	}
	.error-box {
		position: relative;
		padding-bottom: 60px
	}
	.error-body {
		padding-top: 10%
	}
	.error-body h1 {
		font-size: 100px;
		line-height: 100px
	}
	.login-sidebar {
		padding: 10% 0
	}
	.login-sidebar .login-box {
		position: relative
	}
	.chat-main-box .chat-left-aside {
		left: -250px;
		position: absolute;
		-webkit-transition: .5s ease-in;
		-o-transition: .5s ease-in;
		transition: .5s ease-in;
		background: #fff
	}
	.chat-main-box .chat-left-aside.open-pnl {
		left: 0
	}
	.chat-main-box .chat-left-aside .open-panel {
		display: block
	}
	.chat-main-box .chat-right-aside {
		width: 100%
	}
	ul.timeline:before {
		left: 40px
	}
	ul.timeline>li>.timeline-panel {
		width: calc(100% - 90px)
	}
	ul.timeline>li>.timeline-badge {
		top: 16px;
		left: 15px;
		margin-left: 0
	}
	ul.timeline>li>.timeline-panel {
		float: right
	}
	ul.timeline>li>.timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0
	}
	ul.timeline>li>.timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0
	}
	.left-aside {
		width: 100%;
		position: relative;
		border: 0
	}
	.right-aside {
		margin-left: 0
	}
	.flex-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
		-webkit-flex-wrap: wrap!important
	}
	.chat-list li .chat-content {
		width: calc(100% - 80px)
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: .2rem .3rem
	}
	.left-tabs.mr-5 {
		margin-right: 0!important
	}
	.topbar .profile-pic {
		width: 30px
	}
	.col-left-tab h6 {
		text-align: center
	}
	.canvas-chart-layout {
		margin: 0 auto
	}
	.right-col-tab {
		display: none
	}
	.col-left-tab {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		width: 100%
	}
}

@media(max-width:640px) {
	.login-box {
		width: 90%
	}
	.login-register .card-body {
		padding: 20px 11px
	}
	.tab-content ul.nav.nav-tabs.custom-tabs li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
	.right-col-tab {
		top: 0
	}
	.left-tabs button.btn-rounded {
		padding: 5px;
		font-size: 12px
	}
	.printableArea a.job-name {
		width: 100%
	}
	.right-btn-query {
		float: left
	}
}

@media(min-width:320px) and (max-width:380px) {
	.smart-filters form {
		float: left;
		width: 45%
	}
	.smart-filters .form-group,
	.smart-filters label {
		margin: 0;
		font-size: 11px
	}
	.mark-complete [type=checkbox]:checked,
	.mark-complete [type=checkbox]:not(:checked),
	.smart-filters [type=checkbox]:checked,
	.smart-filters [type=checkbox]:not(:checked) {
		margin-right: 0
	}
	.smart-filters a.download-csv,
	a.download-csv {
		font-size: 11px
	}
}
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 50%;
    right: auto;
    border: 3px solid #000131;
    width: 30%;
    transform: translate(-50%);
    z-index: 9999;
}

form.search-form span.input-group-addon {
    padding: 6px 4px;
}
ul.navbar-nav.header-multi-menu a.search-form-tigger i {
    color: #fff;
    font-size: 14px;
}
header.topbar ul#sidebarnav li a.search-form-tigger:hover {
    border: none;
}
header.topbar ul#sidebarnav li a.search-form-tigger{
    padding: 7px 10px 7px;
    background: #018fd4;
    box-shadow: none;
}

ul.navbar-nav.header-multi-menu li {
    display: inline-block;
}
ul.navbar-nav.header-multi-menu li ul li {
    display: block;
}
.search-form-wrapper.open {
    display: block;
    z-index: 9;
}
.search-form-wrapper input.search {
    padding: 8px;
    height: 29px;
}
ul.rep-view-type li {
    display: inline-block;
    position: relative;
}
form#report-form-filter .multi-select-container {
    width: auto;
}

form#report-form-filter .multi-select-button{
   font-size: 13px;    vertical-align: -0.7em;
 }
 form#report-form-filter .form-group.btns-grp{
 	margin-right: 0;vertical-align: top;
 }