@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@font-face {
	font-family: 'New Rail Alphabet White';
	src: url('../fonts/NewRailAlphabet-White.eot');
	src: url('../fonts/NewRailAlphabet-White.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-White.woff2') format('woff2'), url('../fonts/NewRailAlphabet-White.woff') format('woff'), url('../fonts/NewRailAlphabet-White.ttf') format('truetype'), url('../fonts/NewRailAlphabet-White.svg#NewRailAlphabet-White') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'New Rail Alphabet';
	src: url('../fonts/NewRailAlphabet-Bold.eot');
	src: url('../fonts/NewRailAlphabet-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewRailAlphabet-Bold.woff2') format('woff2'), url('../fonts/NewRailAlphabet-Bold.woff') format('woff'), url('../fonts/NewRailAlphabet-Bold.ttf') format('truetype'), url('../fonts/NewRailAlphabet-Bold.svg#NewRailAlphabet-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RailAlphabetMedium';
	src: url('../fonts/RailAlphabetMedium.eot');
	src: url('../fonts/RailAlphabetMedium.eot') format('embedded-opentype'), url('../fonts/RailAlphabetMedium.woff2') format('woff2'), url('../fonts/RailAlphabetMedium.woff') format('woff'), url('../fonts/RailAlphabetMedium.ttf') format('truetype'), url('../fonts/RailAlphabetMedium.svg#RailAlphabetMedium') format('svg');
}
@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url(../css/animate.css);
.gaugejs-wrap {
	position: relative;
	margin: 0 auto;
}

.gaugejs-wrap canvas.gaugejs {
	width: 100% !important;
	height: auto !important;
}

.gaugejs-wrap i,
.gaugejs-wrap.sparkline .value {
	top: 50%;
	display: block;
	width: 100%;
	text-align: center;
}

.gaugejs-wrap i {
	position: absolute;
	left: 0;
	z-index: 1000;
	margin-top: -15px;
	font-size: 30px;
}

.gaugejs-wrap.type-2 .value {
	display: block;
	margin-top: -85px;
}

.gaugejs-wrap.type-2 label {
	display: block;
	margin-top: -10px;
	font-size: 10px;
	font-weight: 600;
	color: #9da0a8;
	text-transform: uppercase;
}

.gaugejs-wrap.sparkline {
	position: relative;
}

.gaugejs-wrap.sparkline .value {
	position: absolute;
	margin-top: -5px;
	font-size: 10px;
	line-height: 10px;
}

.switch.switch-default {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}

.switch.switch-default .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch.switch-default .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	transition: opacity background .15s ease-out;
}

.switch.switch-default .switch-input:checked~.switch-label::before {
	opacity: 0;
}

.switch.switch-default .switch-input:checked~.switch-label::after {
	opacity: 1;
}

.switch.switch-default .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 1px;
	transition: left .15s ease-out;
}

.switch.switch-default .switch-input:checked~.switch-handle {
	left: 18px;
}

.switch.switch-default.switch-lg {
	width: 48px;
	height: 28px;
}

.switch.switch-default.switch-lg .switch-label {
	font-size: 12px;
}

.switch.switch-default.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}

.switch.switch-default.switch-lg .switch-input:checked~.switch-handle {
	left: 22px;
}

.switch.switch-default.switch-sm {
	width: 32px;
	height: 20px;
}

.switch.switch-default.switch-sm .switch-label {
	font-size: 8px;
}

.switch.switch-default.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}

.switch.switch-default.switch-sm .switch-input:checked~.switch-handle {
	left: 14px;
}

.switch.switch-default.switch-xs {
	width: 24px;
	height: 16px;
}

.switch.switch-default.switch-xs .switch-label {
	font-size: 7px;
}

.switch.switch-default.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}

.switch.switch-default.switch-xs .switch-input:checked~.switch-handle {
	left: 10px;
}

.switch.switch-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}

.switch.switch-text .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch.switch-text .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	transition: opacity background .15s ease-out;
}

.switch.switch-text .switch-label::before,
.switch.switch-text .switch-label::after {
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -.5em;
	line-height: 1;
	text-align: center;
	transition: inherit;
}

.switch.switch-text .switch-label::before {
	right: 1px;
	color: #e9ecef;
	content: attr(data-off);
}

.switch.switch-text .switch-label::after {
	left: 1px;
	color: #fff;
	content: attr(data-on);
	opacity: 0;
}

.switch.switch-text .switch-input:checked~.switch-label::before {
	opacity: 0;
}

.switch.switch-text .switch-input:checked~.switch-label::after {
	opacity: 1;
}

.switch.switch-text .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 1px;
	transition: left .15s ease-out;
}

.switch.switch-text .switch-input:checked~.switch-handle {
	left: 26px;
}

.switch.switch-text.switch-lg {
	width: 56px;
	height: 28px;
}

.switch.switch-text.switch-lg .switch-label {
	font-size: 12px;
}

.switch.switch-text.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}

.switch.switch-text.switch-lg .switch-input:checked~.switch-handle {
	left: 30px;
}

.switch.switch-text.switch-sm {
	width: 40px;
	height: 20px;
}

.switch.switch-text.switch-sm .switch-label {
	font-size: 8px;
}

.switch.switch-text.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}

.switch.switch-text.switch-sm .switch-input:checked~.switch-handle {
	left: 22px;
}

.switch.switch-text.switch-xs {
	width: 32px;
	height: 16px;
}

.switch.switch-text.switch-xs .switch-label {
	font-size: 7px;
}

.switch.switch-text.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}

.switch.switch-text.switch-xs .switch-input:checked~.switch-handle {
	left: 18px;
}

.switch.switch-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}

.switch.switch-icon .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch.switch-icon .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	transition: opacity background .15s ease-out;
}

.switch.switch-icon .switch-label::before,
.switch.switch-icon .switch-label::after {
	position: absolute;
	top: 50%;
	width: 50%;
	margin-top: -.5em;
	line-height: 1;
	text-align: center;
	transition: inherit;
}

.switch.switch-icon .switch-label::before {
	right: 1px;
	color: #e9ecef;
	content: attr(data-off);
}

.switch.switch-icon .switch-label::after {
	left: 1px;
	color: #fff;
	content: attr(data-on);
	opacity: 0;
}

.switch.switch-icon .switch-input:checked~.switch-label::before {
	opacity: 0;
}

.switch.switch-icon .switch-input:checked~.switch-label::after {
	opacity: 1;
}

.switch.switch-icon .switch-handle {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 1px;
	transition: left .15s ease-out;
}

.switch.switch-icon .switch-input:checked~.switch-handle {
	left: 26px;
}

.switch.switch-icon.switch-lg {
	width: 56px;
	height: 28px;
}

.switch.switch-icon.switch-lg .switch-label {
	font-size: 12px;
}

.switch.switch-icon.switch-lg .switch-handle {
	width: 24px;
	height: 24px;
}

.switch.switch-icon.switch-lg .switch-input:checked~.switch-handle {
	left: 30px;
}

.switch.switch-icon.switch-sm {
	width: 40px;
	height: 20px;
}

.switch.switch-icon.switch-sm .switch-label {
	font-size: 8px;
}

.switch.switch-icon.switch-sm .switch-handle {
	width: 16px;
	height: 16px;
}

.switch.switch-icon.switch-sm .switch-input:checked~.switch-handle {
	left: 22px;
}

.switch.switch-icon.switch-xs {
	width: 32px;
	height: 16px;
}

.switch.switch-icon.switch-xs .switch-label {
	font-size: 7px;
}

.switch.switch-icon.switch-xs .switch-handle {
	width: 12px;
	height: 12px;
}

.switch.switch-icon.switch-xs .switch-input:checked~.switch-handle {
	left: 18px;
}

.switch.switch-3d {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 24px;
	background-color: transparent;
	cursor: pointer;
}

.switch.switch-3d .switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch.switch-3d .switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 2px;
	transition: opacity background .15s ease-out;
}

.switch.switch-3d .switch-input:checked~.switch-label::before {
	opacity: 0;
}

.switch.switch-3d .switch-input:checked~.switch-label::after {
	opacity: 1;
}

.switch.switch-3d .switch-handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 1px;
	transition: left .15s ease-out;
	border: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked~.switch-handle {
	left: 16px;
}

.switch.switch-3d.switch-lg {
	width: 48px;
	height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
	font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
	width: 28px;
	height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked~.switch-handle {
	left: 20px;
}

.switch.switch-3d.switch-sm {
	width: 32px;
	height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
	font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
	width: 20px;
	height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked~.switch-handle {
	left: 12px;
}

.switch.switch-3d.switch-xs {
	width: 24px;
	height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
	font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
	width: 16px;
	height: 16px;
}

.switch.switch-3d.switch-xs .switch-input:checked~.switch-handle {
	left: 8px;
}

.switch-pill .switch-label,
.switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
	border-radius: 50em !important;
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
	right: 2px !important;
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
	left: 2px !important;
}

.switch-primary>.switch-input:checked~.switch-label {
	background: #007bff !important;
	border-color: #0062cc;
}

.switch-primary>.switch-input:checked~.switch-handle {
	border-color: #0062cc;
}

.switch-primary-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #007bff;
}

.switch-primary-outline>.switch-input:checked~.switch-label::after {
	color: #007bff;
}

.switch-primary-outline>.switch-input:checked~.switch-handle {
	border-color: #007bff;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #007bff;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-label::after {
	color: #007bff;
}

.switch-primary-outline-alt>.switch-input:checked~.switch-handle {
	background: #007bff !important;
	border-color: #007bff;
}

.switch-secondary>.switch-input:checked~.switch-label {
	background: #868e96 !important;
	border-color: #6c757d;
}

.switch-secondary>.switch-input:checked~.switch-handle {
	border-color: #6c757d;
}

.switch-secondary-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #868e96;
}

.switch-secondary-outline>.switch-input:checked~.switch-label::after {
	color: #868e96;
}

.switch-secondary-outline>.switch-input:checked~.switch-handle {
	border-color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-label::after {
	color: #868e96;
}

.switch-secondary-outline-alt>.switch-input:checked~.switch-handle {
	background: #868e96 !important;
	border-color: #868e96;
}

.switch-success>.switch-input:checked~.switch-label {
	background: #28a745 !important;
	border-color: #1e7e34;
}

.switch-success>.switch-input:checked~.switch-handle {
	border-color: #1e7e34;
}

.switch-success-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #28a745;
}

.switch-success-outline>.switch-input:checked~.switch-label::after {
	color: #28a745;
}

.switch-success-outline>.switch-input:checked~.switch-handle {
	border-color: #28a745;
}

.switch-success-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #28a745;
}

.switch-success-outline-alt>.switch-input:checked~.switch-label::after {
	color: #28a745;
}

.switch-success-outline-alt>.switch-input:checked~.switch-handle {
	background: #28a745 !important;
	border-color: #28a745;
}

.switch-info>.switch-input:checked~.switch-label {
	background: #17a2b8 !important;
	border-color: #117a8b;
}

.switch-info>.switch-input:checked~.switch-handle {
	border-color: #117a8b;
}

.switch-info-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #17a2b8;
}

.switch-info-outline>.switch-input:checked~.switch-label::after {
	color: #17a2b8;
}

.switch-info-outline>.switch-input:checked~.switch-handle {
	border-color: #17a2b8;
}

.switch-info-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #17a2b8;
}

.switch-info-outline-alt>.switch-input:checked~.switch-label::after {
	color: #17a2b8;
}

.switch-info-outline-alt>.switch-input:checked~.switch-handle {
	background: #17a2b8 !important;
	border-color: #17a2b8;
}

.switch-warning>.switch-input:checked~.switch-label {
	background: #ffc107 !important;
	border-color: #d39e00;
}

.switch-warning>.switch-input:checked~.switch-handle {
	border-color: #d39e00;
}

.switch-warning-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-warning-outline>.switch-input:checked~.switch-label::after {
	color: #ffc107;
}

.switch-warning-outline>.switch-input:checked~.switch-handle {
	border-color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-label::after {
	color: #ffc107;
}

.switch-warning-outline-alt>.switch-input:checked~.switch-handle {
	background: #ffc107 !important;
	border-color: #ffc107;
}

.switch-danger>.switch-input:checked~.switch-label {
	background: #dc3545 !important;
	border-color: #bd2130;
}

.switch-danger>.switch-input:checked~.switch-handle {
	border-color: #bd2130;
}

.switch-danger-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #dc3545;
}

.switch-danger-outline>.switch-input:checked~.switch-label::after {
	color: #dc3545;
}

.switch-danger-outline>.switch-input:checked~.switch-handle {
	border-color: #dc3545;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #dc3545;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-label::after {
	color: #dc3545;
}

.switch-danger-outline-alt>.switch-input:checked~.switch-handle {
	background: #dc3545 !important;
	border-color: #dc3545;
}

.switch-light>.switch-input:checked~.switch-label {
	background: #f8f9fa !important;
	border-color: #dae0e5;
}

.switch-light>.switch-input:checked~.switch-handle {
	border-color: #dae0e5;
}

.switch-light-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #f8f9fa;
}

.switch-light-outline>.switch-input:checked~.switch-label::after {
	color: #f8f9fa;
}

.switch-light-outline>.switch-input:checked~.switch-handle {
	border-color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-label::after {
	color: #f8f9fa;
}

.switch-light-outline-alt>.switch-input:checked~.switch-handle {
	background: #f8f9fa !important;
	border-color: #f8f9fa;
}

.switch-dark>.switch-input:checked~.switch-label {
	background: #343a40 !important;
	border-color: #1d2124;
}

.switch-dark>.switch-input:checked~.switch-handle {
	border-color: #1d2124;
}

.switch-dark-outline>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #343a40;
}

.switch-dark-outline>.switch-input:checked~.switch-label::after {
	color: #343a40;
}

.switch-dark-outline>.switch-input:checked~.switch-handle {
	border-color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label {
	background: #fff !important;
	border-color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-label::after {
	color: #343a40;
}

.switch-dark-outline-alt>.switch-input:checked~.switch-handle {
	background: #343a40 !important;
	border-color: #343a40;
}

.social-box {
	min-height: 160px;
	margin-bottom: 1.5rem;
	text-align: center;
	background: #fff;
}

.social-box i {
	display: block;
	margin: -1px -1px 0;
	font-size: 40px;
	line-height: 90px;
	background: #e9ecef;
}

.social-box .chart-wrapper {
	height: 90px;
	margin: -90px 0 0;
}

.social-box .chart-wrapper canvas {
	width: 100% !important;
	height: 90px !important;
}

.social-box ul {
	padding: 10px 0;
	list-style: none;
}

.social-box ul li {
	display: block;
	float: left;
	width: 50%;
	padding-top: 10px;
	font-size: 18px;
}

.social-box ul li:first-child {
	border-right: 1px solid #c2cfd6;
}

.social-box ul li strong {
	display: block;
	font-size: 20px;
}

.social-box ul li span {
	font-size: 18px;
	font-weight: 500;
	color: #949CA0;
	text-transform: uppercase;
}

.social-box.facebook i {
	color: #fff;
	background: #3b5998;
}

.social-box.twitter i {
	color: #fff;
	background: #00aced;
}

.social-box.linkedin i {
	color: #fff;
	background: #4875b4;
}

.social-box.google-plus i {
	color: #fff;
	background: #d34836;
}

.horizontal-bars {
	padding: 0;
	margin: 0;
	list-style: none;
}

.horizontal-bars li {
	position: relative;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.horizontal-bars li .title {
	width: 100px;
	font-size: 12px;
	font-weight: 600;
	color: #868e96;
	vertical-align: middle;
}

.horizontal-bars li .bars {
	position: absolute;
	top: 15px;
	width: 100%;
	padding-left: 100px;
}

.horizontal-bars li .bars .progress:first-child {
	margin-bottom: 2px;
}

.horizontal-bars li.legend {
	text-align: center;
}

.horizontal-bars li.legend .badge {
	display: inline-block;
	width: 8px;
	height: 8px;
	padding: 0;
}

.horizontal-bars li.divider {
	height: 40px;
}

.horizontal-bars li.divider i {
	margin: 0 !important;
}

.horizontal-bars.type-2 li {
	overflow: hidden;
}

.horizontal-bars.type-2 li i {
	display: inline-block;
	margin-right: 1rem;
	margin-left: 5px;
	font-size: 18px;
	line-height: 40px;
}

.horizontal-bars.type-2 li .title {
	display: inline-block;
	width: auto;
	margin-top: -9px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 40px;
	color: #212529;
}

.horizontal-bars.type-2 li .value {
	float: right;
	font-weight: 600;
}

.horizontal-bars.type-2 li .bars {
	position: absolute;
	top: auto;
	bottom: 0;
	padding: 0;
}

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

.icons-list li {
	position: relative;
	height: 40px;
	vertical-align: middle;
}

.icons-list li i {
	display: block;
	float: left;
	width: 35px !important;
	height: 35px !important;
	margin: 2px;
	line-height: 35px !important;
	text-align: center;
}

.icons-list li .desc {
	height: 40px;
	margin-left: 50px;
	border-bottom: 1px solid #e9ecef;
}

.icons-list li .desc .title {
	padding: 2px 0 0;
	margin: 0;
}

.icons-list li .desc small {
	display: block;
	margin-top: -4px;
	color: #868e96;
}

.icons-list li .value {
	position: absolute;
	top: 2px;
	right: 45px;
	text-align: right;
}

.icons-list li .value strong {
	display: block;
	margin-top: -3px;
}

.icons-list li .actions {
	position: absolute;
	top: -4px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.icons-list li .actions i {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: normal;
}

.icons-list li.divider {
	height: 40px;
}

.icons-list li.divider i {
	width: auto;
	height: auto;
	margin: 2px 0 0;
	font-size: 18px;
}

.bg-flat-color-1 {
	background: #20a8d8;
}

.bg-flat-color-2 {
	background: #63c2de;
}

.bg-flat-color-3 {
	background: #ffc107;
}

.bg-flat-color-4 {
	background: #f86c6b;
}

.bg-flat-color-5 {
	background: #4dbd74;
}

.transition {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body {
	background: #eeeeee;
	display: table;
	font-family: 'Open Sans' sans-serif !important;
	font-size: 16px;
	width: 100%;
}

div[class*="col-"] {
	float: left;
}

p {
	font-size: 16px;
	font-family: 'Open Sans' sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #878787;
}

p:focus {
	border: none;
	outline: 0;
}

a,
button {
	text-decoration: none;
	outline: none !important;
	color: #878787;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
ol {
	padding-left: 0;
}

.btn:focus,
button:focus {
	box-shadow: none !important;
	outline: 0;
}

img {
	max-width: 100%;
}

.btn,
button,
input,
textarea {
	box-shadow: none;
	outline: 0 !important;
}

.no-padding {
	padding: 0 !important;
}


/* Global Styles */


/* Main Styles */

.basix-container {
	display: table;
	min-height: 100vh;
	position: relative;
	width: 100%;
}

aside.left-panel {
	background: url('../images/menu_bg.jpg')no-repeat center center/cover;
	display: table-cell;
	height: 100vh;
	min-height: 100%;
	/*padding: 0 20px;*/
	padding: 0 5px;
	vertical-align: top;
	width: 285px;
	transition: width 0.3s ease;
}

.navbar {
	background: transparent;
	border-radius: 0;
	border: none;
	display: block;
	margin: 0;
	margin-bottom: 100px;
	padding: 0;
}

.navbar .navbar-header {
	float: none;
	text-align: center;
	/*width: 100%;*/
    width: 280px;
}

.navbar .navbar-brand {
	border-bottom: 1px solid #6f717f;
	color: #f1f2f7 !important;
	font-family: 'Open Sans';
	font-size: 22px;
	float: none;
	line-height: 50px;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	display: block;
	min-height: 69px;
	padding: 0;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	position: relative;
	/*padding-left: 50px;*/
    text-align: center;
}
.navbar .navbar-brand > div {
	padding: 10px;
}
.navbar .navbar-brand span {
	font-weight: 600;
}

.navbar .navbar-brand img {
	max-width: 90px;
}

.navbar .navbar-brand.hidden {
	display: none;
}

.navbar .menu-title {
	border-bottom: 1px solid #4e4e52;
	color: #9496a1;
	clear: both;
	display: block;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	width: 100%;
}

.navbar .navbar-nav {
	float: none;
	position: relative;
}

.navbar .navbar-nav li {
	width: 100%;
	border-bottom: 1px solid #6f717f;
	margin-top: 10px;
	padding-bottom: 10px;
}

.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
	color: #fff !important;
}

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

.navbar .navbar-nav li>a {
	background: none;
	color: #ffffff !important;
	display: inline-block;
	font-family: 'New Rail Alphabet';
	font-size: 16px;
	line-height: 30px;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.navbar .navbar-nav li>a:hover,
.navbar .navbar-nav li>a:hover .menu-icon {
	color: #fff !important;
}

.navbar .navbar-nav li>a .menu-icon {
	color: #ffffff;
	float: left;
	margin-top: 8px;
	width: 55px;
	text-align: left;
	z-index: 9;
	padding-left: 15px;
}

.navbar .navbar-nav li>a .menu-title-text {
	font-size: 14px;
}

.navbar .navbar-nav li>a .badge {
	border-radius: 0;
	font-family: 'Open Sans';
	font-weight: 600;
	float: right;
	margin: 6px 0 0 0;
	padding: 0.4em 0.5em;
}

.navbar .navbar-nav li.menu-item-has-children {
	position: relative;
}

.navbar .navbar-nav li.menu-item-has-children a {
	line-height: 30px;
}

.navbar .navbar-nav li.menu-item-has-children > a:before, .submenu_dropdown_li > a:before {
	content: "\f0d7";
	color: #ffffff;
	font-family: 'Fontawesome';
	font-size: 16px;
	position: absolute;
	top: calc(50% - 15px);
	right: 15px;
	text-align: right;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.navbar .navbar-nav li.menu-item-has-children > a:hover:before, .submenu_dropdown_li > a:hover:before {
	color: #fff;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
	background: transparent;
	border: none;
	box-shadow: none;
	overflow-y: hidden;
	padding: 0;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
	position: relative;
	border-bottom: 0px solid #6f717f !important;
	padding: 0px 0px;
	margin-top: 0px !important;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
	color: #c8c9ce;
	float: left;
	padding: 0;
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 9px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
	padding: 3px 0 3px 57px;
}

/*.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
	content: '';
	display: none;
}*/

.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
	top: 13px;
	text-align: left;
	width: 25px;
}

.navbar .navbar-nav li.menu-item-has-children.show > a:before, .show.submenu_dropdown_li > a:before {
	content: "\f0d8";
}

.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	max-height: 1000px;
	opacity: 1;
	position: static !important;
}
.sub-menu .sub-menu {
	margin-left: 25px;
}
.navbar .navbar-nav>.active > a,
.navbar .navbar-nav>.active > a:focus,
.navbar .navbar-nav>.active > a:hover {
	background: #17abdb;
	border-bottom: 0px solid #6f717f;
	/*padding-bottom: 0px;*/
}

.navbar-nav li span.count {
	background: #a9d86e;
	border-radius: 50%;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 9px;
	font-weight: 700;
	float: right;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-right: 15px;
	text-align: center;
}
.navbar .navbar-nav li.profile_menu > a{
	padding:0;
	cursor:pointer;
}
.navbar .navbar-nav li.menu-item-has-children.show.profile_menu .sub-menu a{
	padding-left: 85px;
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu .active_submenu > a{
	background: rgba(255, 255, 255, 0.12);
}
.navbar .navbar-nav li.menu-item-has-children .sub-menu .active_subsubmenu > a{
	background: rgba(255, 255, 255, 0.06);
}
body.open .navbar .navbar-brand.hidden {
	display: block;
}

.open aside.left-panel {
	max-width: 70px;
	width: 70px;
}

.open aside.left-panel .navbar .navbar-brand {
	display: none;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.open aside.left-panel .navbar .navbar-brand.hidden img {
	max-width: 30px;
	margin: 0 auto;
}

.open aside.left-panel .navbar .navbar-brand.d-md-none {
	display: block !important;
	margin: 13px 0 0;
	min-height: 67px;
	padding: 0;
	text-align: center;
}

.open aside.left-panel .navbar .navbar-nav:before {
	display: none !important;
}

.open aside.left-panel .navbar .navbar-nav li {
	position: relative;
}

.open aside.left-panel .navbar .navbar-nav li a {
	font-size: 0;
	z-index: 0;
	transition: none;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
	font-size: 20px;
	z-index: -1;
	width: inherit;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
	font-size: 0;
}

.open aside.left-panel .navbar .navbar-nav li a .badge {
	display: none;
}

.open aside.left-panel .navbar .navbar-nav li>a {
	max-width: 60px;
	padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
	overflow: hidden;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
	content: '';
	display: none;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
	padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
	display: block;
	left: inherit;
	right: -180px;
	top: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	max-width: inherit;
	padding: 2px 15px 2px 25px;
	width: 100%;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu li a .menu-icon {
	text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
	overflow: visible;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
	position: absolute !important;
}

.open aside.left-panel .navbar .navbar-nav li span.count {
	display: none;
	margin-right: 5px;
	z-index: 1;
}

.open aside.left-panel .navbar .navbar-nav li.active a:after {
	content: '';
	display: none;
}

.open aside.left-panel .navbar .navbar-nav .menu-title {
	font-size: 0;
	line-height: 0;
	opacity: 0;
	padding: 0;
}


/* Right panel */

.right-panel {
	display: table-cell;
	padding-left: 0 !important;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.right-panel .breadcrumbs {
	background-color: #fff;
	display: inline-block;
	margin-top: 0;
	padding: 0 5px;
	width: 100%;
}

.right-panel .breadcrumbs .col-lg-8 .page-header {
	float: left;
}

.right-panel .page-header {
	min-height: 50px;
	margin: 0px;
	padding: 0px 15px;
	background: #ffffff;
	border-bottom: 0px;
}

.right-panel .page-header h1 {
	font-size: 18px;
	padding: 15px 0;
}

.right-panel .page-header .breadcrumb {
	margin: 0px;
	padding: 13.5px 0;
	background: #fff;
	text-transform: capitalize;
}

.right-panel .page-header .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.right-panel header.header {
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	clear: both;
	display: inline-block;
	padding: 15px 20px 13px 20px;
	width: 100%;
}

.open .right-panel {
	margin-left: -210px;
}

header.fixed-top {
	background: #fff;
	padding: 20px;
}

.header-menu .col-sm-7 {
	position: inherit;
}

.menutoggle {
	background: #e74c3c;
	border-radius: 50%;
	color: #fff !important;
	cursor: pointer;
	font-size: 18px;
	height: 43px;
	line-height: 44px;
	margin: -2px 20px 0 -57px;
	text-align: center;
	width: 43px;
}

.open .menutoggle i:before {
	content: "\f0a4";
}

.search-trigger {
	background: transparent;
	border: none;
	color: #272c33;
	cursor: pointer;
	font-size: 16px;
	height: 41px;
	width: 43px;
	line-height: 38px;
}

header .form-inline {
	background: #263238;
	display: none;
	height: 70px;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

header .form-inline .search-form {
	height: 100%;
	max-width: 1025px;
	margin: 0 auto;
	position: relative;
}

header .form-inline .search-form input[type="text"] {
	background: #263238;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #d3d3d3;
	font-size: 16px;
	height: inherit;
	margin-right: 0 !important;
	padding: 10px 36px 10px 15px;
	width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
	border-color: rgba(0, 0, 0, 0.125);
	outline: 0;
}

header .form-inline .search-form button {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
	background: transparent;
	border: none !important;
	box-shadow: none;
	outline: 0 !important;
}

header .form-inline .search-form.close {
	display: none;
}

.header-left.open .form-inline {
	display: block;
}

.header-left .dropdown {
	display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
	background: transparent;
	border: none;
	color: #272c33;
	font-size: 16px;
}

.header-left .dropdown .dropdown-toggle:after {
	display: none;
}

.header-left .dropdown .dropdown-toggle .count {
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 15px;
	width: 15px;
	line-height: 15px;
	right: 0;
	top: 0;
	position: absolute;
}

.header-left .dropdown .dropdown-toggle:active,
.header-left .dropdown .dropdown-toggle:focus,
.header-left .dropdown .dropdown-toggle:visited {
	background: none !important;
	border-color: transparent !important;
	color: #272c33 !important;
}

.header-left .dropdown .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	top: 49px !important;
}

.header-left .dropdown .dropdown-menu p {
	font-size: 15px;
	margin: 0;
	padding: 5px 15px;
}

.header-left .dropdown .dropdown-menu .dropdown-item {
	color: #272c33;
	font-size: 13px;
	padding: 10px 15px 3px;
	text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
	float: left;
	margin-right: 15px;
	width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
	margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
	font-size: 11px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
	background: transparent;
}

.dropdown-menu {
	border-radius: 0;
	transform: none !important;
}

.for-notification .dropdown-menu .dropdown-item {
	padding: 5px 15px !important;
	text-overflow: ellipsis;
}

.for-notification .dropdown-menu .dropdown-item i {
	float: left;
	font-size: 14px;
	margin: 5px 5px 0 0;
	text-align: left;
	width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
	padding: 0 !important;
	text-overflow: ellipsis;
}

.user-area {
	float: right;
	padding-right: 0;
	position: relative;
}

.user-area .user-menu {
	background: #fff;
	border: none;
	font-family: 'Open Sans';
	left: inherit !important;
	right: 0;
	top: 55px !important;
	margin: 0;
	max-width: 150px;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
	z-index: 999;
	min-width: 150px;
}

.user-area .user-menu .nav-link {
	color: #272c33;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0;
}

.user-area .user-avatar {
	float: right;
	margin-top: 4px;
	width: 32px;
}

.user-area .user-info .name {
	color: #8c8c8c;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.user-area .count {
	background: #d9534f;
	border-radius: 50%;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 9px;
	font-weight: 700;
	float: right;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
}

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

#menuToggle2 {
	padding-left: 25px;
}

#language-select {
	color: #f1f2f7;
	float: right;
	margin: 7px 20px 0 0;
	max-width: 80px;
}

#language-select:focus,
#language-select:visited {
	border: none;
	outline: 0;
}

#language-select .dropdown-toggle::after {
	display: none;
}

#language-select .dropdown-menu {
	background: #fff;
	border: none;
	border-radius: 0;
	left: -8px !important;
	min-width: inherit;
	padding: 0 5px;
	top: 46px !important;
}

#language-select .dropdown-menu .dropdown-item {
	margin-right: 0;
	max-width: 25px;
	padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
	background: #fff;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
	margin-right: 0;
	width: 25px;
}

.notification-show+.dropdown-menu,
.message-show+.dropdown-menu,
.language-show+.dropdown-menu {
	display: block;
}

.content {
	float: left;
	padding: 0 20px;
	width: 100%;
}

.card {
	/*margin-bottom: 1.5rem;*/
	border-radius: 0;
	border:0;
}

.card h4 {
	font-size: 1.1rem;
}

.card .user-header .media img {
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.card .card-header .card-actions button {
	display: block;
	float: left;
	width: 50px;
	padding: .75rem 0;
	margin: 0 !important;
	color: #fff;
	outline: 0;
	text-align: center;
	background: transparent;
	border: 0;
	border-left: 1px solid rgba(120, 130, 140, 0.4);
}

.card .card-footer {
	padding: 0.65rem 1.25rem;
	background-color: #f0f3f5;
	border-top: 1px solid #c2cfd6;
}

.card .card-footer ul li {
	display: table-cell;
	padding: 0 1rem;
	text-align: center;
}

.breadcrumbs {
	margin-top: 0;
}


/* Tabs */

.nav-tabs a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-tabs .dropdown .dropdown-menu {
	top: 100% !important;
}

.custom-tab .nav-tabs>a.active,
.custom-tab .nav-tabs>.active>a:focus,
.custom-tab .nav-tabs>li.active>a:hover {
	border-color: transparent transparent;
	color: #ff2e44;
	position: relative;
}

.custom-tab .nav-tabs>a.active>a:after,
.custom-tab .nav-tabs>li.active>a:focus:after,
.custom-tab .nav-tabs>li.active>a:hover:after {
	background: #ff2e44;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}

.card .card-header .card-actions {
	float: right;
}

.card .card-header .card-actions [class*="btn"] {
	border-left: 1px solid rgba(120, 130, 140, 0.4);
	color: #878787;
	display: inline-block;
	font-size: 16px;
	float: left;
	padding: 0 7px;
	width: inherit;
	text-align: center;
}

.social-buttons .card-body p button {
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.social-buttons .only-icon .card-body p button {
	padding: 0;
}

.social-buttons .social i {
	padding: 0 10px;
	width: inherit !important;
}

.social-buttons .only-text p button {
	padding: 0 .5rem;
}

.buttons button {
	margin: 2px 0;
}


/* Ribons */

.corner-ribon {
	text-align: center;
	width: 71px;
	height: 71px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}

.corner-ribon i {
	padding: 10px 0 0 35px;
	color: #fff;
}

.black-ribon {
	background: url("../../images/twitter_corner_black.png") no-repeat;
}

.blue-ribon {
	background: url("../../images/twitter_corner_blue.png") no-repeat;
}

.twt-feed .wtt-mark {
	color: rgba(255, 255, 255, 0.15);
	font-size: 160px;
	position: absolute;
	top: 10px;
	left: 40%;
}

.twt-feed {
	-webkit-border-radius: 4px 4px 0 0;
	color: #FFFFFF;
	padding: 40px 10px 10px;
	position: relative;
	min-height: 170px;
}

.weather-category {
	padding: 15px 0;
	color: #74829C;
}

.weather-category ul li {
	width: 32%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	display: inline-block;
}

.twt-feed.blue-bg {
	background: #58C9F3;
}

.twt-category {
	display: inline-block;
	margin-bottom: 11px;
	margin-top: 10px;
	width: 100%;
}

.twt-category ul li {
	color: #bdbdbd;
	font-size: 13px;
}

.twt-footer {
	padding: 12px 15px;
}

.twt-footer,
.twt-footer a {
	color: #d2d2d2;
}


/* Button Reset */

.btn,
.button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	transition: all .15s ease-in-out;
	border-radius: 0;
	cursor: pointer;
}


/* Icons */

.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}

.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}

.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}

.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}

.icon-container:hover .icon-name {
	color: #000;
}

.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: 14px;
	transition: .3s;
}

.icon-container:hover .icon-name {
	margin-left: 45px;
}

.fontawesome-icon-list .page-header {
	border-bottom: 1px solid #C9CDD7;
	padding-bottom: 9px;
	margin: 30px 0px 27px 0px;
}

.fontawesome-icon-list h2 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 300;
}

.fontawesome-icon-list i {
	font-style: 16px;
	padding-right: 10px;
}

.social-box i {
	line-height: 110px;
}

.social-box ul {
	display: inline-block;
	margin: 7px 0 0;
	padding: 10px;
	width: 100%;
}

.social-box ul li {
	color: #949CA0;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px 0 0;
	text-align: right;
}

.social-box ul li:last-child {
	padding-left: 10px;
	padding-right: 0;
	text-align: left;
}

.social-box ul li span {
	font-size: 14px;
}

.login-logo {
	text-align: center;
	margin-bottom: 15px;
}

.login-logo span {
	color: #ffffff;
	font-size: 24px;
}

.login-content {
	max-width: 540px;
	margin: 8vh auto;
}

.login-form {
	background: #ffffff;
	padding: 30px 30px 20px;
	border-radius: 2px;
}

.login-form h4 {
	color: #878787;
	text-align: center;
	margin-bottom: 50px;
}

.login-form .checkbox {
	color: #878787;
}

.login-form .checkbox label {
	text-transform: none;
}

.login-form .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	border: 0px;
}

.login-form label {
	color: #878787;
	text-transform: uppercase;
}

.login-form label a {
	color: #ff2e44;
}

.social-login-content {
	margin: 0px -30px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 0px;
	background: #fcfcfc;
}

.social-button {
	padding: 0 30px;
}

.social-button .facebook {
	background: #3b5998;
	color: #fff;
}

.social-button .facebook:hover {
	background: #344e86;
}

.social-button .twitter {
	background: #00aced;
	color: #fff;
}

.social-button .twitter:hover {
	background: #0099d4;
}

.social-button i {
	padding: 19px;
}

.register-link a {
	color: #ff2e44;
}

.cpu-load {
	width: 100%;
	height: 272px;
	font-size: 14px;
	line-height: 1.2em;
}

.cpu-load-data-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
}

.cpu-load-data {
	margin-bottom: 30px;
}

.cpu-load-data li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}

.cpu-load-data li:last-child {
	border-right: 0px;
}

.nestable-cart {
	overflow: hidden;
}


/* Forms */

.input-group-addon {
	background-color: transparent;
	border-left: 0;
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem;
}

.flotTip {
	background: #252525;
	border: 1px solid #252525;
	padding: 5px 15px;
	color: #ffffff;
}

.flot-container {
	box-sizing: border-box;
	width: 100%;
	height: 275px;
	padding: 20px 15px 15px;
	margin: 15px auto 30px;
	background: transparent;
}

.flot-pie-container {
	height: 275px;
}

.flotBar-container {
	height: 275px;
}

.flot-line {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}

#chart1,
#flotBar,
#flotCurve {
	width: 100%;
	height: 275px;
}

.morris-hover {
	position: absolute;
	z-index: 1;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0;
}

.morris-hover.morris-default-style {
	border-radius: 2px;
	padding: 10px 12px;
	color: #666;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	color: #fff !important;
}

.morris-hover-point {
	color: rgba(255, 255, 255, 0.8) !important;
}

#morris-bar-chart {
	height: 285px;
}

.map,
.vmap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.btn-toolbar {
	float: left !important;
}

.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-toolbar .btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-toolbar .show>.btn-outline-secondary.dropdown-toggle {
	background-color: #212529;
	border-color: #212529;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.btn-toolbar .btn-outline-secondary:hover {
	background-color: #212529;
	border-color: #212529;
	color: #fff;
}


/*    Widget One
---------------------------*/

.dib {
	display: inline-block;
}

.stat-widget-one .stat-icon {
	vertical-align: top;
}

.stat-widget-one .stat-icon i {
	font-size: 30px;
	border-width: 3px;
	border-style: solid;
	border-radius: 100px;
	padding: 15px;
	font-weight: 900;
	display: inline-block;
}

.stat-widget-one .stat-content {
	margin-left: 30px;
	margin-top: 7px;
}

.stat-widget-one .stat-text {
	font-size: 14px;
	color: #868e96;
}

.stat-widget-one .stat-digit {
	font-size: 24px;
	color: #373757;
}


/*    Widget Two
---------------------------*/

.stat-widget-two {
	text-align: center;
}

.stat-widget-two .stat-digit {
	font-size: 1.75rem;
	font-weight: 500;
	color: #373757;
}

.stat-widget-two .stat-digit i {
	font-size: 18px;
	margin-right: 5px;
}

.stat-widget-two .stat-text {
	font-size: 16px;
	margin-bottom: 5px;
	color: #868e96;
}

.stat-widget-two .progress {
	height: 8px;
	margin-bottom: 0;
	margin-top: 20px;
	box-shadow: none;
}

.stat-widget-two .progress-bar {
	box-shadow: none;
}


/*    Widget Three
---------------------------*/

.stat-widget-three .stat-icon {
	display: inline-block;
	padding: 33px;
	position: absolute;
	line-height: 21px;
}

.stat-widget-three .stat-icon i {
	font-size: 30px;
	color: #ffffff;
}

.stat-widget-three .stat-content {
	text-align: center;
	padding: 15px;
	margin-left: 90px;
}

.stat-widget-three .stat-digit {
	font-size: 30px;
}

.stat-widget-three .stat-text {
	padding-top: 4px;
}

.home-widget-three .stat-icon {
	line-height: 19px;
	padding: 27px;
}

.home-widget-three .stat-digit {
	font-size: 24px;
	font-weight: 300;
	color: #373757;
}

.home-widget-three .stat-content {
	text-align: center;
	margin-left: 60px;
	padding: 13px;
}

.stat-widget-four {
	position: relative;
}

.stat-widget-four .stat-icon {
	display: inline-block;
	position: absolute;
	top: 5px;
}

.stat-widget-four i {
	display: block;
	font-size: 36px;
}

.stat-widget-four .stat-content {
	margin-left: 40px;
	text-align: center;
}

.stat-widget-four .stat-heading {
	font-size: 20px;
}

.stat-widget-five .stat-icon {
	border-radius: 100px;
	display: inline-block;
	position: absolute;
}

.stat-widget-five i {
	border-radius: 100px;
	display: block;
	font-size: 36px;
	padding: 30px;
}

.stat-widget-five .stat-content {
	margin-left: 100px;
	padding: 24px 0;
	position: relative;
	text-align: right;
	vertical-align: middle;
}

.stat-widget-five .stat-heading {
	text-align: right;
	padding-left: 80px;
	font-size: 20px;
	font-weight: 200;
}

.stat-widget-six {
	position: relative;
}

.stat-widget-six .stat-icon {
	display: inline-block;
	position: absolute;
	top: 5px;
}

.stat-widget-six i {
	display: block;
	font-size: 36px;
}

.stat-widget-six .stat-content {
	margin-left: 40px;
	text-align: center;
}

.stat-widget-six .stat-heading {
	font-size: 16px;
	font-weight: 300;
}

.stat-widget-six .stat-text {
	font-size: 12px;
	padding-top: 4px;
}

.stat-widget-seven .stat-heading {
	text-align: center;
}

.stat-widget-seven .gradient-circle {
	text-align: center;
	position: relative;
	margin: 30px auto;
	display: inline-block;
	width: 100%;
}

.stat-widget-seven .gradient-circle i {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 35px;
	font-size: 30px;
}

.stat-widget-seven .stat-footer {
	text-align: center;
	margin-top: 30px;
}

.stat-widget-seven .stat-footer .stat-count {
	padding-left: 5px;
}

.stat-widget-seven .count-header {
	color: #252525;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}

.stat-widget-seven .stat-count {
	font-size: 18px;
	font-weight: 400;
	color: #252525;
}

.stat-widget-seven .analytic-arrow {
	position: relative;
}

.stat-widget-seven .analytic-arrow i {
	font-size: 12px;
}


/* Stat widget Eight
--------------------------- */

.stat-widget-eight {
	padding: 15px;
}

.stat-widget-eight .header-title {
	font-size: 20px;
	font-weight: 300;
}

.stat-widget-eight .ti-more-alt {
	color: #878787;
	cursor: pointer;
	left: -5px;
	position: absolute;
	transform: rotate(90deg);
}

.stat-widget-eight .stat-content {
	margin-top: 50px;
}

.stat-widget-eight .stat-content .ti-arrow-up {
	font-size: 30px;
	color: #28a745;
}

.stat-widget-eight .stat-content .stat-digit {
	font-size: 24px;
	font-weight: 300;
	margin-left: 15px;
}

.stat-widget-eight .stat-content .progress-stats {
	color: #aaadb2;
	font-weight: 400;
	position: relative;
	top: 10px;
}

.stat-widget-eight .progress {
	margin-bottom: 0;
	margin-top: 30px;
	height: 7px;
	background: #EAEAEA;
	box-shadow: none;
}

.stat-widget-nine .all-like {
	float: right;
}

.stat-widget-nine .stat-icon i {
	font-size: 22px;
}

.stat-widget-nine .stat-text {
	font-size: 14px;
}

.stat-widget-nine .stat-digit {
	font-size: 14px;
}

.stat-widget-nine .like-count {
	font-size: 30px;
}

.horizontal {
	position: relative;
}

.horizontal:before {
	background: #ffffff;
	bottom: 0;
	content: "";
	height: 38px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1px;
}

.widget-ten span i {
	color: #ffffff;
	opacity: 0.5;
}

.widget-ten h5 {
	color: #ffffff;
}

.widget-ten p {
	color: #ffffff !important;
	opacity: 0.75;
}


/* Mixed Styles */

.badges h1,
.badges h2,
.badges h3,
.badges h4,
.badges h5,
.badges h6 {
	margin: 5px 0;
}

.vue-lists ul,
.vue-lists ol {
	padding-left: 30px;
}

.card .dropdown.float-right .dropdown-menu {
	left: inherit !important;
	right: 0 !important;
	top: 93% !important;
}

.dataTables_paginate .pagination {
	border-radius: 0;
}

.dataTables_paginate .pagination li {
	border-radius: 0 !important;
}

.dataTables_paginate .pagination li a {
	border-radius: 0 !important;
	color: #272c33;
}

.dataTables_paginate .pagination li.active a {
	background: #272c33;
	border-color: #272c33;
	color: #fff;
}

.dataTables_paginate .pagination li:hover a {
	background: #272c33;
	border-color: #272c33;
	color: #fff;
}


/*====== neo03======*/

.proflie_image {
	width: 70px;
	/*height: 70px;*/
	border-radius: 100%;
	border: 1px solid transparent;
}

.profile_nav span {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding-left: 10px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
	font-family: 'New Rail Alphabet White' !important;
	font-size: 15px;
}

.navbar .navbar-nav li:last-child {
	border-bottom: 0px solid #6f717f;
}

.country_wrapper {
	background: #ffffff;
	padding: 0px 15px 50px 15px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
	margin-bottom: 40px;
}

.country_listing {
	width: 100%;
	text-align: left;
	font-family: 'New Rail Alphabet White' !important;
	font-size: 16px;
	color: #121212;
}

.country_listing tr td {
	border-top: 0px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.heading {
	width: 100%;
	text-align: left;
	margin-top: -20px;
}

.country_listing tr td:nth-child(2) {
	width: 55%;
}

.heading tr td {
	border: 0px solid red;
	vertical-align: middle !important;
}

.heading_icon {
	height: 105px;
	width: 105px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
}

.heading_text {
	color: #121212;
	font-size: 24px;
	font-family: 'New Rail Alphabet White' !important;
}

.booking_wrapper {
	width: 100%;
	padding: 50px 0px;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 20px;
}

.booking_heading tr td {
	border-top: 0px solid #dee2e6;
	text-align: center;
	padding: 1.5rem;
}

.booking_text {
	font-size: 24px;
	color: #999999;
	text-align: right;
}

.booking_text span {
	color: #121212;
	font-size: 36px;
}

.booking_main {
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)!important;
	padding: 15px;
	background: #ffffff;
}

.booking_icon {
	vertical-align: middle !important;
}

.booking_heading {
	margin-top: -30px;
}

.booking_text {
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	vertical-align: bottom !important;
	text-align: right !important;
}

.just_updated {
	width: 100%;
	border-top: 1px solid #dee2e6;
	padding: 10px 0px 0px 0px;
	font-family: 'New Rail Alphabet White' !important;
	font-size: 16px;
	color: #999999;
}

.just_updated img {
	margin-right: 15px;
	width:17px;
	height:16px;
}

.listing_bg_wrapper {
	width: 100%;
	background: #ffffff;
	padding: 15px;
}

.listing_qee {
	width: 100%;
	padding-bottom: 50px;
}

.listing_qee h1 {
	color: #d1d1d1;
	font-size: 38px;
	font-family: 'New Rail Alphabet White' !important;
}

.listing_img {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
}

.adj_icn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.mng_img {
	height: 60px;
}

.listing_bg_wrapper h3 {
	font-family: 'New Rail Alphabet White' !important;
	font-size: 24px;
	color: #121212;
	padding: 20px 0px 15px 0px;
}

.listing_bg_wrapper p {
	font-size: 18px;
	color: #999999;
	font-family: 'New Rail Alphabet White' !important;
}

.lst_table {
	width: 100%;
}

.lst_table tr td {
	font-size: 18px;
	color: #999999;
	font-family: 'New Rail Alphabet White' !important;
	padding: 5px 0px;
}

.more_imfo {
	font-family: 'RailAlphabetMedium';
	color: #4191fe;
	font-size: 18px;
}

.main_ht {
	min-height: 200px;
}

.more_imfo .fa {
	margin-left: 10px;
}

.str_range {
	font-family: 'RailAlphabetMedium' !important;
	color: #4191fe !important;
	font-size: 16px !important;
}
.brodcum_wrapper{
width:100%;
background:#ffffff;
padding:15px;
margin-top:40px;
}

.brodcum_wrapper .search-container{
width:100%;
background:#f7f7f7;
padding:4px;
}
.brodcum_wrapper input[type=text], .brodcum_wrapper select {
  padding: 6px;
  margin-top: 0px;
  font-size: 16px;
 width: 80%;
 border:none;
 background:#f7f7f7;
 color:#c1c1c1;
 font-family: 'New Rail Alphabet White' !important;
}
.brodcum_wrapper select {
 width: 100%;
}
.brodcum_wrapper .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 0px;
  margin-right: 0px;
  background: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width:20%;
  color:#c1c1c1;
}
.button_pd{
padding:2px 6px 10px 6px !important;
}

.brodcum_wrapper .search-container button:hover {
  background: #ccc;
}


/*====common=====*/
* {box-sizing: border-box;}
.bg_orange {
	background: #fb952d;
}

.bg_pink {
	background: #e13570;
}

.bg_green {
	background: #5baf5f;
}

.bg_sky {
	background: #2abccf;
}


/*==== end==========*/


/*============== login cms neo_13 ============*/


/*------------- login ------------*/


/** Generated by FG **/

@font-face {
	font-family: 'museo300';
	src: url('../fonts/museo_300-webfont.eot');
	src: url('../fonts/museo_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_300-webfont.svg#museo300') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*-------- common ---------*/

.gray_border {
	border-bottom: 2px solid #eeeeee;
}
.common_table table{
width:100%;
}
.common_table table tr th {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #121212;
}
.common_table table tr td {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #959595;
}

.c_fnt p {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	color: #959595;
}

h3 {
	font-family: 'New Rail Alphabet White';
	font-size: 24px;
	color: #121212;
}

h6 {
	font-family: 'RailAlphabetMedium';
	font-size: 20px;
	color: #4191fe;
}


/*-------------------------*/

.login_sec {
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	position: relative;
	height: 100%;
}

.login_sec .login-content {
	max-width: 460px !important;
	margin: 0px auto;
}

.logo5 {
	text-align: center;
}

.login_sec .login-form {
	background: transparent;
}

.login_sec .login-logo {
	width: 100%;
	text-align: center;
	padding: 30px 0% 2%;
}
.login_sec .login-logo img {
    width: 250px;
}

.bottom_heading {
	padding: 40px 0px 35px;
}

.login_form_wrapper .login_icon {
	text-align: center;
	padding-bottom: 45px;
}

.login_form_wrapper .form-control::placeholder {
	color: #ffffff;
	opacity: 1;
}

.login_form_wrapper {
	padding: 20px 30px 20px;
}

.login_form_wrapper .form-control {
	display: block;
	width: 100%;
	padding: 10px 0px 15px;
	font-size: 1rem;
	line-height: 30px;
	color: #fff;
	background-color: transparent;
	background-clip: padding-box;
	border: 0px;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	border-bottom: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login_form_wrapper .form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0rem rgba(0, 0, 0, .25);
}

.login_form_wrapper .email, .right_sign, .cross_sign {
	position: relative;
}

.login_form_wrapper .email:before {
	position: absolute;
	left: -45px;
	top: 8px;
	content: '';
	background: url('../images/mail_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}

.login_form_wrapper .right_sign:after {
	position: absolute;
	right: -8px;
	top: 8px;
	content: '';
	background: url('../images/tick1.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}

.login_form_wrapper .password {
	position: relative;
}

.login_form_wrapper .password:before {
	position: absolute;
	left: -45px;
	top: 8px;
	content: '';
	background: url('../images/pass_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}

.login_form_wrapper .cross_sign:after {
	position: absolute;
	right: -8px;
	top: 8px;
	content: '';
	background: url('../images/cross1.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}

.form_btn {
	padding-top: 40px;
}

.login_form_wrapper {
	text-align: right;
}

.login_form_wrapper .btn {
	width: 172px;
	background-color: #17abdb;
	font-family: 'New Rail Alphabet White';
	font-size: 14px;
	color: #fff;
}
.login_form_wrapper .error_cls{
	border:0px !important;
	border-bottom: 1px solid red !important;
}
.login_form_wrapper .success_cls {
    border:0px !important;
	border-bottom: 1px solid green !important;
}

#remember label{
	cursor:pointer;
}
#remember label input[type="checkbox"]{
	margin-top: 6px;
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	background-color: #17abdb;
}

.reset_link p {
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding: 14px 0px;
	font-family: 'New Rail Alphabet White';
}

.reset_link p a {
	color: #69d3f6;
}

.bottom_heading {
	width: 100%;
	bottom: 25px;
}

.bottom_heading h4 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: 'museo700';
	opacity: .4;
}

.bottom_heading h4 span {
	font-family: 'museo300';
}

.reset_link a {
	text-decoration: none;
}

.login_form_wrapper .btn {
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px;
	border: 0px;
	border-radius: 0px;
}

.login_form_wrapper .btn:hover {
	background-color: #121212;
	transition: .5s ease all;
}


/*--------------------------------*/


/*-------- General_detail --------*/

.general_detail {
	background: #ffffff;
	padding: 30px 45px;
}

.general_detail_top h1 {
	font-family: 'New Rail Alphabet White';
	font-size: 34px;
	color: #121212;
}

.general_detail_top .col-lg-3 {
	border-right: 2px solid #eeeeee;
}

.general_detail_top table {
	width: 80%;
}

.general_detail_top table tr td {
	font-size: 24px;
	color: #999999;
	font-family: 'New Rail Alphabet White';
}

.general_date table {
	width: 70%;
}

.common_table table tr td span {
	padding-right: 8px;
}

.right_icon ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 4px;
	vertical-align:top;
}

.right_icon {
	text-align: right;
}

.expand_all {
	text-align: right;
}

.expand_all span {
	padding-right: 8px;
}

.general_basic {
	padding: 0px 30px;
}

.general_basic_wrapper {
	background-color: #fff;
	padding: 30px 120px 30px 130px;
	position: relative;
}

.list_icon {
position: absolute;
top: 0px;
left: 15px;
}
.basic_right {
	position: absolute;
	top: 30px;
	right: 30px;
	background:#EEE;
	padding:20px;
	cursor:pointer;
}
.basic_right > img.expand {
	width: 15px;
}
.general_basic_wrapper .col-lg-2, .general_basic_wrapper .col-lg-4 {
	border-right: 2px solid #eeeeee;
}

.basic_left_block table tr td {
	font-size: 24px;
}

.product_field {
	background-color: #fff;
}

.dropdown_select_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/arrow.png')no-repeat 95% center !important;
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	text-align: left;
	color: #a4a4a4;
	height: 50px;
	border-radius: 0px;
}

.product_field label {
	font-size: 16px;
	color: #121212;
	font-family: 'New Rail Alphabet White';
	display: block;
}

.product_field .form-group {
	font-family: 'New Rail Alphabet White';
	font-size: 16px;
	text-align: left;
	color: #a4a4a4;
	/*height: 50px;*/
}

.product_field .form-control {
	border-radius: 0px;
}

.file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
	display: block;
	color: #fff;
	border-radius: .4em;
	transition: background .3s;
	&:hover {
		cursor: pointer;
	}
}

.file-upload__input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1;
	width: 0;
	height: 100%;
	opacity: 0;
}

.action_icon2 {
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;*/
	text-align: center;
}

.action_icon2 ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 2px;
}

.product_field {
	/*padding-bottom: 60px !important;*/
}

.text-primary2 {
	color: #17abdb !important;
}

.text-primary2 a {
	color: #17abdb !important;
}
.container {
	max-width: 10000px !important;
}
.general_basic .container {
	margin-bottom: 45px;
}

.general_basic .container:first-child {
	margin-bottom: 0px;
}


/*--------------------------------*/


/*--------- User_edit ------------*/

.user_edit .col-lg-3 {
	border-right: 0px solid #eeeeee;
}

.switch-primary>.switch-input:checked~.switch-label {
	background: #18a6d5 !important;
	border-color: #18a6d5;
}


/*--------------------------------*/


/*-------- user_listview ---------*/

.user_listview {
	background: none;
	padding: 0px 30px;
}

.user_listview .general_basic_wrapper {
	margin-top: 40px;
	background-color: #fff;
	padding: 25px 0px 30px;
}

.listview_right {
	font-family: 'New Rail Alphabet';
	font-size: 16px;
	text-align: right;
	line-height: 40px;
}

.listview_right a {
	color: #5baf5f;
}

.listview_right span {
	padding-left: 15px;
}

.list_icon img {
	margin-top: -12px;
}

.listview_left_block img {
	margin-top: -45px;
}

.listview_left_block span {
font-family: 'New Rail Alphabet White';
font-size: 24px;
color: #242424;
padding-left: 10px;
}
.listview_action_table {
background-color: #fff;
margin-bottom: 40px;
}

.listview_action_table table {
	width: 100%;
}

.listview_action_table table tr td {
	/*padding: 12px 0px;*/
	/*padding: 5px;*/
	padding: 12px 5px;
	border-top: 2px solid #eeeeee;
	/*font-size: 12px;*/
	font-size: 14px;
	font-family: 'Source Sans 3';
	color: #696969;
}

.listview_action_table table tr th {
	/*padding: 12px 0px;*/
	padding: 10px 5px;
	font-family: 'Source Sans 3';
	color: #000;
	font-size: 12px;
}
.listview_action_table table tr th a {
	color: #000;
	font-size: 12px;
	font-family: 'Source Sans 3';
}

.listview_table_wrapper {
	/*width: 100%;*/
	width: max-content;
	padding: 30px 30px;
    min-width: 100%;
}

.sky_color_txt {
	font-family: 'RailAlphabetMedium' !important;
	color: #17abdb !important;
}
.green_color_txt {
	font-family: 'RailAlphabetMedium' !important;
	color: #50ad50 !important;
}
.sky_bg_color_txt {
	background-color: #e6f3f9;
}
.green_bg_color_txt {
	background-color: #eeffef;
}
.top_img{
height:90px;
width:90px;
}
.listview_action_table table tr th:last-child {
	text-align: right;
}

.listview_action_table table tr td:last-child {
	text-align: right;
}

.listview_action_table table tr td img {
	padding: 0px 4px;
    /*max-width: 35px;
    max-height: 15px;*/
}

.btm_shadow {
	-webkit-box-shadow: -2px 12px 12px -15px rgba(0, 0, 0, 0.39);
	-moz-box-shadow: -2px 12px 12px -15px rgba(0, 0, 0, 0.39);
	box-shadow: -2px 12px 12px -15px rgba(0, 0, 0, 0.39);
	display: inline-block;
	width: 100%;
}


/*--------------------------------*/


/*-------------- Login_config ---------------*/

.general_detail_top .col-lg-5:first-child {
	border-right: 2px solid #eeeeee;
}

.switch-primary>.switch-input:checked~.switch-label {
	width: 60px;
}

.switch.switch-default .switch-input:checked~.switch-handle {
	left: 40px;
}

.switch.switch-default .switch-label {
	width: 60px;
}

.switch.switch-default {
	padding-top: 12px;
}

.switch.switch-default .switch-handle {
	top: 10px;
}

.switch.switch-default {
	height: 17px;
}

.switch.switch-default .switch-handle {
	background: none;
	border: 0px solid #e9ecef;
	background-image: url('../images/radio_icon.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
}

.switch-primary>.switch-input:checked~.switch-handle {
	border-color: #fff;
}

.basic_middle {
	padding: 15px 13% 15px 6%;
}
/*-------------------------------------------*/
.space_footer{
width:100%;
padding:2rem 0px;
}

/*--------------- BULK_META_DETA 24_9  -------------*/
.general_basic_wrapper .col-lg-3 {
    border-right: 2px solid #eeeeee;
}
.bulk_meta_deta table tr:nth-child(2){
padding:10px 8px;
background-color:#17abdb;
}
.bulk_meta_deta table tr:nth-child(2) td{
color:#fff;
font-family: 'RailAlphabetMedium';
}
.bulk_meta_deta table tr td:first-child {
color:#17abdb;
}
.bulk_meta_deta table tr:nth-child(2) td{
color:#fff;
}
.bulk_meta_deta table tr:nth-child(2) td .form-control{
/*background-color:#17abdb;*/
color:#FFF;
}
.bulk_meta_deta table tr th{
width:20%;
font-size: 18px;
}
.bulk_meta_deta table tr td{
width:20%;
font-size: 14px;
}
.bulk_meta_deta table tr{
border-bottom:1px solid #eeeeee;
}
.bulk_meta_deta table tr:nth-child(3) td .styl4{
color:#121212;
}
.bulk_meta_deta .form-control, .bulk_meta_deta .form-control:focus{
	font-size: 13px;
	background:transparent;
}
.bulk_meta_deta  table tr td:nth-child(n+3){
	vertical-align:top;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a4a4a4;
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(0,123,255,.25);
}
.bulk_meta_deta table tr:nth-child(2) td .styl4::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.bulk_meta_deta table tr:nth-child(2) td .styl4::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.bulk_meta_deta table tr:nth-child(2) td .styl4:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.bulk_meta_deta table tr:nth-child(2) td .styl4:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.bulk_meta_deta .styl4::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4a4a4;
}
.bulk_meta_deta .styl4::-moz-placeholder { /* Firefox 19+ */
  color: #a4a4a4;
}
.bulk_meta_deta .styl4:-ms-input-placeholder { /* IE 10+ */
  color: #a4a4a4;
}
.bulk_meta_deta .styl4:-moz-placeholder { /* Firefox 18- */
  color: #a4a4a4;
}
.meta_data_field{
padding-bottom: 0px !important;
}
/*--------------------------------------------------*/

/*------------------ robots text -------------------*/
.robot_text h6{
color:#494949;
font-family: 'New Rail Alphabet White';
padding-bottom:15px;
}
.robots_text{
padding-bottom:15px !important;
}
.robot_text_wrapper{
background-color:#fff;
}
.robot_text_wrapper textarea{
border-radius:0px;
resize:none;
padding:25px 15px;
min-height:300px;
}
.robot_text_wrapper{
padding-bottom:10px;
}
/*--------------------------------------------------*/
.require_star{
	color:red;
	font-size:15px;
	margin: 0 5px;
}
.cursor-pointer{
  cursor: pointer;
}
body{
	position:relative;
}
.loading_img_div{
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.41);
	position:fixed;
	z-index:9999999;
	text-align:center;
	display:none;
	top: 0;
}
.loading_img_div img{
    width: 90px;
	padding-top:300px;
}
.error-message{
	width: 100%;
    background: none;
    position: relative;
    color: red;
    /* width: 150px; */
    font-size: inherit;
    border: 0px solid #ddd;
    line-height: inherit;
}
.no_record{
	color:red !important;
	text-align:center !important;
}
ul.pagination {
	display: block;
	font-size: 0;
}

ul.pagination li {
	color: #222;
	font-size: 0.875rem;
	/*height: 1.5rem;
	margin-left: 0.3125rem*/
}

ul.pagination li a,
ul.pagination li button {
	border-radius: 0px;
	transition: background-color 300ms ease-out;
	background: none;
	color: #999;
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: inherit;
	border: 1px solid #17abdb;
    padding: 5px 13px;
	background: #fff;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
	background: #e6e6e6
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
	cursor: default;
	color: #999
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
	background: transparent
}

ul.pagination li.current a,
ul.pagination li.current button {
	background: #008CBA;
	color: #fff;
	cursor: default;
	font-weight: bold
}

ul.pagination li.active a:hover,
ul.pagination li.active a:focus,
ul.pagination li.active button:hover,
ul.pagination li.active button:focus {
	background: #008CBA
}

ul.pagination li {
	display: inline-block;
}

.pagination-centered {
	text-align: center
}

.pagination-centered ul.pagination li {
	display: inline-block;
	float: none
}
.pagination li.active a{
    color: #FFFFFF;
    background: #17abdb;
}
ul.pagination li.disabled a,
ul.pagination li.disabled button {
	background: #eeeeee;
}
.default-back-blue{
	color: #fff;
    background-color: #17abdb;
    border-color: #17abdb;
}
.card-link:after{
	content: "\f0d8";
    color: #000000;
    font-family: 'Fontawesome';
    font-size: 16px;
    text-align: right;
	margin-left: 8px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.card-link.collapsed:after{
	content: "\f0d7";
}
.product_title_settings_ancer{
	font-size: 20px;
    margin: 5px;
}
#sortable .ui-state-default, #sortablemeta .ui-state-default, #sortabledesc .ui-state-default{
	border:0;
}
#sortable .form-group, #sortablemeta .form-group, #sortabledesc .form-group{
	margin-bottom: 5px;
}
.each_expandable_div_inner .card-link{
    font-size: 20px;
}
.card-header{
    padding: .75rem 6px;
}
.header_image_label{
	cursor:pointer;
}
.header_image_label img{
	width:115px;
	height:50px;
}
.width-50{
	width:50px;
}
.form-group .permission_checkbox_label {
	width:30%;
	height:auto;
}
.form-group .permission_checkbox_label.switch.switch-default .switch-label{
	width: auto;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
    border: 0px solid red;
    height: auto;
}
.form-group .permission_checkbox_label > .switch-input:checked~.switch-label{
    width: 100%;
    color: #FFF;
}
.form-group .permission_checkbox_label.switch.switch-default .switch-input:checked~.switch-handle{
	left: auto;
	right: 3px;
}
.form-group .permission_checkbox_label.switch.switch-default .switch-handle{
    top: 12px;
}
.permission_checkbox_div .checkbox {
	width: 30%;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.permission_checkbox_div .checkbox label{
	display: inline-block;
	vertical-align: middle;
	cursor:pointer;
}
.permission_checkbox_div.center_text .checkbox label{
	text-align:center;
}
/* Hide the browser's default checkbox */
.permission_checkbox_div .checkbox input {
  cursor: pointer;
  height: 0;
  width: 0;
  -moz-appearance:initial;
  -webkit-appearance: initial;
	appearance: initial;
}

/* Create a custom checkbox */
.permission_checkbox_div .checkbox input:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  content:" ";
}

/* On mouse-over, add a grey background color */
.permission_checkbox_div .checkbox:hover input:after {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.permission_checkbox_div .checkbox input:checked:after {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.permission_checkbox_div .checkbox input:before {
  content: "";
  position: absolute;
  display: none;
  z-index:2;
}

/* Show the checkmark when checked */
.permission_checkbox_div .checkbox input:checked:before {
  display: block;
}

/* Style the checkmark/indicator */
.permission_checkbox_div .checkbox input:before {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ip_correct{
	max-width: 115px;
}
.disabled_div{
	background-color: #e9ecef;
	min-height:134px;
}
.row .disabled_input, .row .switch-primary > .disabled_input:checked~.switch-label{
	background-color: #e9ecef !important;
	border-color: #e9ecef !important;
}
.connection_status_div{
	display:block;
    width: 100%;
    font-size: 13px;
    text-transform: none;
	line-height:normal;
	margin-bottom:10px;
}
.api_disconnected{
	color:#b05b5b;
}
.api_connected{
	color:#5bb064;
}
table tr:hover
{
	background-color: rgba(91, 175, 95, 0.17);
}
.file-upload .file-upload__label img
{
	/*height: 70px;*/
	width: 70px;
}
.fw-150{
	width:150px;
}
.select2-container .select2-selection--single{
	height: 38px;
	border-radius: 0;
	border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px;
	color: #495057;
	padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2_from_group {
	position: relative;
}
.select2_from_group .modelformError {
	position: absolute !important;
	top: 100% !important;
}
.search_btn_group .submit{
	display: inline-block;
}
.with_currency_sign .input-group-prepend, .with_country_code .input-group-prepend {
	display: inline-block;
	vertical-align: top;
	margin-right: -5px;
	margin-left: -5px;
}
.with_country_code .input {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	position: relative;
}
.with_currency_sign .input {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 43px);
	position: relative;
}
.with_month .input {
	width: calc(100% - 80px);
}
.datepicker_bg{
	background-image:url('../images/calender.png') !important;
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 25px;
	padding-right: 40px;
}
.colorpicker_bg{
	background-image:url('../images/colorpicker.png') !important;
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 25px;
	padding-right: 40px;
}
.small_img{
	width: 25px;
}
.each_stats_block{
	font-size:16px;
	text-transform:uppercase;
	padding: 30px 15px;
	min-height: 168px;
	min-width: 168px;
	vertical-align: top;
	margin: 10px 10px;
}
.each_stats_block span{
	color:#5db061;
	font-size:27px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.each_stats_block span:after{
	content:'';
	position:absolute;
	margin:0 auto;
	width:60px;
	height: 1px;
	background: #dbdbdb;
	left: 0;
	bottom: 0;
	right: 0;
}
.country_checkbox_div .checkbox{
	width: 15%;
	margin-bottom: 0;
}
.country_checkbox_div .checkbox label {
    font-size: 14px;
}
.product_field .product_type_label_cls{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.del_rcd_opacity{
	opacity:0.2;
}
.developer_mode_div{
	padding: 20px 10px;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
	background: #e7c01b;
	font-size: 18px;
	text-transform:uppercase;
}
.developer_mode_div p{
	font-size: 19px;
	margin-bottom: 10px;
	color: #FFF;
	font-weight:bold;
}


.file-upload__label_crop {
    background-color: #e2e2e2;
}
.form-group .bootstrap-tagsinput {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group .bootstrap-tagsinput .label-info {
	padding: 3px 5px;
    font-size: 17px;
    background-color: #17abdb;
}

.downlaod_inner .header_image_label img{
	width:115px !important;
}
.bg_light_orange_cls {
	background: #fddea6;
}
.bg_light_red_cls {
	background: #ffcfcf;
}
.bg_light_blue_cls {
	background: #c6f1ff;
}
.bg_green_cls {
	background: #afebaf;
}
.bg_historisch_cls {
	background: #e5e7e5;
}
/**********************************new css***********************/
.new-search-area{
	max-width: 70%;
    width: 100%;
    padding: 15px 0;
    background-color: #eeeeee;
}
.search_top_part{
	position: relative;
	z-index: 5;
}
/*.search_bottom_part{
  background: linear-gradient(to right, rgba(42,150,131,0.95) 0%,rgba(65, 165, 166, 0.95) 100%);
}*/
.search_top_part .each-search-block, .search_bottom_part .second-part-blocks{
	position: relative;
}
.search_top_part .each-search-block:nth-child(1){
	z-index: 99999993;
}
.search_top_part .each-search-block:nth-child(2){
	z-index: 99999992;
}
.search_top_part .each-search-block:nth-child(3){
	z-index: 99999991;
}
.search_bottom_part .second-part-blocks:nth-child(1){
	z-index: 4;
}
.search_bottom_part .second-part-blocks:nth-child(2){
	z-index: 3;
}
.search_bottom_part .second-part-blocks:nth-child(3){
	z-index: 2;
}
.search_bottom_part .second-part-blocks:nth-child(4){
	z-index: 1;
}
.new-search-area .col-lg-3:first-child .each-search-block{
	position: relative;
	z-index: 9;
	margin-left: 0;
}
.each-search-block{
	background-color: #2a9683;
	padding: 10px 10px 0;
	-webkit-box-shadow: 2px 7px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 7px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 7px 10px 0px rgba(0,0,0,0.75);
	/*margin-left: -2px;
	position: relative;
	z-index: 9;
	margin-bottom: 5px;*/
}
.image-part{
    display: inline-block;
}
.image-part img{
	display: inline-block;
	vertical-align: top;
}
.serach-part{
	width: 180px;
    display: inline-block;
    vertical-align: middle;
}
.select_box_multiple, .multi-select-container, .ms-options-wrap{
	width:100%;
}
.select_box_multiple .multi-select-button, .select_box_multiple .ms-options-wrap > button, .select_box_multiple .ms-options-wrap > button:focus {
	width:100%;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	font-family: 'RailAlphabetMedium';
	border: 1px solid #FFF;
	border-radius: 0;
	background-image: url('../images/down-arrow.svg');
	background-position:90% center;
	background-repeat:no-repeat;
	background-size:15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 8px;
}
.select_box_multiple .multi-select-button::after, .select_box_multiple .ms-options-wrap > button::after {
	display:none;
}
.select_box_multiple .multi-select-menu, .select_box_multiple .ms-options-wrap .ms-options {
	max-height: 300px !important;
	overflow-y: auto;
	overflow-x: hidden !important;
	width: auto;
}
.select_box_multiple .multi-select-menuitem, .select_box_multiple .ms-options-wrap > .ms-options > ul label {
	color:#000;
	text-transform: capitalize;
}
.select_box_multiple .ms-options-wrap > .ms-options > .ms-search input {
    padding: 4px 10px;
}
.select_box_multiple .ms-options-wrap > .ms-options > ul label {
	font-size: 0.875em;
    padding: 4px 1em 4px 30px !important;
    white-space: nowrap;
}
.select_box_multiple .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    left: 10px;
    top: 8px;
}
.common-img{
 	max-width: 100%;
 	margin-right: 20px;
}
.select-style {
    width: 100%;
    background: url(../images/down-arrow.svg) no-repeat 90% center/10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'RailAlphabetMedium';
    font-size: 12px;
    color: #fff;
    padding:8px 7px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
}
.select-box option{
	color: #121212;
}
.select-box{
	margin-bottom: 6px;
}
.select_box_multiple .select-style{
	max-height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width:100%;
}
.select_box_multiple .select-style option{
	color: #FFFFFF;
	max-height: 36px;
}
.form-styl{
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 8px right 15px;
    width: 100%;
	padding-right: 35px;
}
.serach-part .form-group{
	margin-bottom: 6px;
}
.form-styl:placeholder {
	color: #fff;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-styl::placeholder {
	color: #fff;
}
.form-styl:focus {
	box-shadow: none;
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
}
.submit-button-area{
	/*display: block;
    width: 100%;
    margin-top: 30px;*/
	min-width: 170px;
    padding: 0 10px;
}
.submit-btn{	
	background: rgba(42,139,150,1);
	background: -moz-linear-gradient(left, rgba(42,139,150,1) 0%, rgba(64,128,160,1) 29%, rgba(81,121,168,1) 49%, rgba(87,118,171,1) 50%, rgba(104,111,179,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,139,150,1)), color-stop(29%, rgba(64,128,160,1)), color-stop(49%, rgba(81,121,168,1)), color-stop(50%, rgba(87,118,171,1)), color-stop(100%, rgba(104,111,179,1)));
	background: -webkit-linear-gradient(left, rgba(42,139,150,1) 0%, rgba(64,128,160,1) 29%, rgba(81,121,168,1) 49%, rgba(87,118,171,1) 50%, rgba(104,111,179,1) 100%);
	background: -o-linear-gradient(left, rgba(42,139,150,1) 0%, rgba(64,128,160,1) 29%, rgba(81,121,168,1) 49%, rgba(87,118,171,1) 50%, rgba(104,111,179,1) 100%);
	background: -ms-linear-gradient(left, rgba(42,139,150,1) 0%, rgba(64,128,160,1) 29%, rgba(81,121,168,1) 49%, rgba(87,118,171,1) 50%, rgba(104,111,179,1) 100%);
	background: linear-gradient(to right, rgba(42,139,150,1) 0%, rgba(64,128,160,1) 29%, rgba(81,121,168,1) 49%, rgba(87,118,171,1) 50%, rgba(104,111,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8b96', endColorstr='#686fb3', GradientType=1 );
	border:0;
	border-radius: 5px;
	color: #30e1e7;
	font-family: 'New Rail Alphabet White';
	font-size: 13px;
	text-align:center;
	text-transform: uppercase;
	margin: 8px 0 5px 0;
	padding: 5px 0;
	cursor:pointer;
	font-weight: bold;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	display: inline-block;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	width: 94%;
}
.submit-btn:hover, .submit-btn:focus, .submit-btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.submit-btn img{
	width: 18px;
}
.submit-btn span{
	display:block;
	padding-top: 5px;
}
.submit-btn:hover{
	background-color: #41a5a6;
}
.strick-btn{
	background: #2a8b96;
	border: 0;
	border-radius: 5px;
	color: #30e1e7;
	font-family: 'New Rail Alphabet White';
	font-size: 12px;
	padding: 5px 0;
	font-weight: bold;
	cursor:pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	display: inline-block;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	/*width: 49%;*/
	text-align:center;
	width: 40%;
}
.strick-btn:hover, .strick-btn:focus, .strick-btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.strick-btn span{
	text-transform: uppercase;
}
.strick-btn input[type="checkbox"]{
	position:absolute;
	visibility:hidden;
	z-index:-1;
}
.reset-btn{
	background: #aeaeae;
	border: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'New Rail Alphabet White';
	font-size: 12px;
	padding: 5px 0;
	font-weight: bold;
	cursor:pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	display: inline-block;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	/*width: 43%;*/
	width: 95%;
}
.export_btn {
	background: #2a9683;
}
.reset-btn:hover, .reset-btn:focus, .reset-btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.strict_off{
	background: #be215c;
	/*color: #f50312;*/
	color: #ffb5ba;
}
.strict_text_div{
	color: #f50312;
	font-weight:bold;
}
.strict_text_div.strict_text_div_off{
	color: #2a9683;
}
.strict_text_div span{
	text-transform: uppercase;
}
.btn_cls_1 {
    color: #fff;
    background-color: #ff44a1;
    border-color: #ff44a1;
}
.btn_cls_2 {
    color: #fff;
    background-color: #e8697d;
    border-color: #e8697d;
}
.btn_cls_3 {
    color: #fff;
    background-color: #ff8358;
    border-color: #ff8358;
}
.btn_cls_4 {
    color: #fff;
    background-color: #86d6ff;
    border-color: #86d6ff;
}
.btn_cls_5 {
    color: #fff;
    background-color: #b0dc52;
    border-color: #b0dc52;
}
.btn_cls_6 {
    color: #fff;
    background-color: #33d391;
    border-color: #33d391;
}
.no_provisie_data {
	background-color: #f36e6e;
}
.listview_action_table table tr th, .listview_action_table table tr td {
	/*border: 1px solid #c5c5c5;*/
}
@media (max-width: 1400px) {
	.content {
		padding: 0 15px;
	}
	.twt-category {
		margin-bottom: 0;
	}
	.twt-feed {
		max-height: 155px;
	}
	.twt-feed img {
		height: 75px;
		width: 75px;
	}
	.stat-widget-one .stat-content {
		margin-left: 15px;
	}
	.card-body {
		padding: 15px;
	}
	.badges button {
		margin: 2px 0;
	}
	.booking_text span {
		font-size: 30px;
	}
	.booking_text {
		font-size: 20px;
	}
	.listing_img {
		height: 220px;
		margin-top: -45px;
	}
	.listing_bg_wrapper h3 {
		font-size: 19px;
	}
	.listing_bg_wrapper p {
		font-size: 14px;
	}
	.lst_table tr td {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	aside.left-panel {
		padding: 0 20px;
		width: 200px;
	}
	.navbar .navbar-nav li>a .menu-icon {
		width: 50px;
	}
	.navbar .navbar-nav li.menu-item-has-children .sub-menu {
		padding: 0 0 0 30px;
	}
	.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
		padding: 2px 0 2px 25px;
	}
	.card .card-header {
		position: relative;
	}
	.card .card-header strong {
		display: block;
	}
	.card .card-header small {
		float: left;
	}
	.card .card-header .card-actions {
		right: 0;
		top: .75rem;
		position: absolute;
	}
}

@media (max-width: 992px) {
	[class*="col"].no-padding {
		flex: none;
	}
}

@media (max-width: 575.99px) {
	body {
		display: block;
	}
	aside.left-panel {
		display: block;
		height: auto;
		min-height: inherit;
		padding: 0 15px;
		width: 100%;
	}
	aside.left-panel .navbar {
		margin-bottom: 0;
	}
	aside.left-panel .navbar .navbar-header {
		height: 50px;
	}
	aside.left-panel .navbar .navbar-brand {
		border-bottom: none;
		display: inline-block;
		float: left;
		line-height: 1;
		margin-top: 11px;
		min-height: inherit;
	}
	aside.left-panel .navbar .navbar-brand.hidden {
		display: none;
	}
	aside.left-panel .navbar .navbar-toggler {
		float: right;
		margin-top: 8px;
	}
	aside.left-panel .navbar .navbar-nav li>a {
		padding: 5px 0;
	}
	aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
		top: 5px;
	}
	aside.left-panel .navbar .menu-title {
		line-height: 30px;
		padding: 0;
	}
	.menutoggle {
		display: none;
	}
	.right-panel {
		display: block;
	}
	.right-panel header.header {
		padding: 5px 10px 1px 5px;
	}
	.right-panel header.header div[class*="col"] {
		padding: 0;
		width: initial;
	}
	.right-panel header.header .col-sm-7 {
		float: left;
	}
	.right-panel header.header .col-sm-5 {
		float: right;
	}
	.right-panel .breadcrumbs {
		padding: 10px 15px;
	}
	.right-panel .breadcrumbs div[class*="col"] {
		padding: 0;
	}
	.right-panel .breadcrumbs .page-header {
		min-height: inherit;
		padding: 0;
	}
	.right-panel .breadcrumbs .page-header h1 {
		padding: 5px 0;
	}
	.right-panel .breadcrumbs .page-header.float-right {
		float: left;
		text-align: left;
		width: 100%;
	}
	.right-panel .breadcrumbs .page-header.float-right .breadcrumb {
		padding: 0;
	}
	
	.right-panel .content .card .card-title {
		margin-bottom: 0;
	}
	.right-panel .content .card .card-footer {
		padding: 15px 5px;
	}
	.right-panel .content .card .card-footer ul {
		margin: 0;
	}
	.right-panel .content .card .card-footer ul li {
		float: left;
		margin: 5px 0;
		padding: 0 10px;
		width: 33.33%;
	}
	.right-panel .content div[class*="col"] {
		padding: 0;
	}
	.right-panel .content .row div[class*="col"] {
		padding: 0 10px;
	}
	.right-panel .content .nav-tabs .nav-link,
	.right-panel .content .nav-pills .nav-link {
		padding: .5rem;
	}
	.right-panel .content .tab-content.pl-3 {
		padding-left: 0 !important;
	}
	.right-panel .content #bootstrap-data-table_wrapper {
		font-size: 14px;
		padding: 0;
	}
	.right-panel .content #bootstrap-data-table_wrapper div[class*="col"] {
		padding: 0;
	}
	.right-panel .content #bootstrap-data-table_wrapper .table td,
	.right-panel .content #bootstrap-data-table_wrapper .table th {
		padding: 5px;
	}
}

/* Code for image crop start */ 
#image_crop_modal .modal-body{
	background: #e8e6e6;
	text-align: center;
	padding: 0;
}
.dropzone{
	text-align:center;
	border:1px dashed #000000;
	color:skyblue;
	padding:25px 0;
	background: #f6f7f8;
	max-width: 509px;
	margin: 45px auto;
}
#image_crop_modal .modal-body .drag_and_drop_mid_text, #image_crop_modal .modal-body .drag_and_drop_btm_text, #image_crop_modal .modal-body .options_div .custom_box span{
	font-family: 'New Rail Alphabet White';
	font-size: 19px;
	color: #000000;
}
#image_crop_modal .modal-body .drag_and_drop_btm_text span{
	background:#ebedee;
	font-size: 15px;
	border:1px solid #d4d5d6;
	border-radius:5px;
	padding: 3px 8px;
}
#image_crop_modal .modal-body .img-container{
	width: 90%;
	margin: 5% auto;
	height: 400px;
}
#image_crop_modal .modal-body .options_div{
	background: #FFF;
	padding: 15px 25px;
}
#image_crop_modal .modal-body .options_div .each_option_div{
	border:1px solid #FFF;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#image_crop_modal .modal-body .options_div .each_option_div .custom_width:nth-child(1){
    /*width: 37%;
	vertical-align: top;*/
}
#image_crop_modal .modal-body .options_div .each_option_div .custom_width:nth-child(2){
    /*width: 61%;*/
	padding: 25px 0;
}
#image_crop_modal .form-group{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#image_crop_modal .form-control{
	padding: 2px 5px;
	font-size: 13px;
	line-height: normal;
	height: auto;
	width: 40%;
	display: inline-flex;
}
#image_crop_modal .overlay_box .form-control{
	width: 60%;
}
#image_crop_modal .modal-body .options_div label{
	padding: 25px 0 0;
	cursor:pointer;
}
#image_crop_modal .modal-body .options_div .ratio_16_9{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#image_crop_modal .modal-body .options_div i{
	font-size: 40px;
	color: #434343;
	margin-bottom: 15px;
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin: 0;
}
#image_crop_modal .modal-body .options_div span, #image_crop_modal .modal-body .opacity_option_label{
	font-family: 'New Rail Alphabet';
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#image_crop_modal .modal-body .options_div .custom_box input{
	/*width:40%;
	display: inline-block;*/
}
#image_crop_modal .modal-body .options_div .custom_box span, #image_crop_modal .modal-body .options_div .default_box span{
	font-size: 12px;
	font-family: 'New Rail Alphabet';
	/*color: #000 !important;
	display: inline-block;
	width: 55%;
	min-width: 70px;
	padding-left: 2%;*/
}
#image_crop_modal .modal-body .options_div .active, #image_crop_modal .modal-body .options_div .each_option_div:hover{
	border:1px solid #92d3f5;
}
#image_crop_modal .modal-body .options_div .active i, #image_crop_modal .modal-body .options_div .active span, #image_crop_modal .modal-body .options_div .each_option_div:hover i, #image_crop_modal .modal-body .options_div .each_option_div:hover span{
	color: #92d3f5;
}
#image_crop_modal .modal-body .options_div .active .label_span, #image_crop_modal .modal-body .overlay_box .label_span {
	font-family: 'New Rail Alphabet White';
	text-transform: initial;
	color: #212529 !important;
	display: inline-flex;
	margin-left: 3%;
	font-size: 11px;
}
#image_crop_modal .modal-body .default_width img{
	margin: 0px 0 5px;
	width: 38px;
}
#image_crop_modal .modal-footer{
	padding:0;
	border:0;
}
#image_crop_modal .modal-footer button{
	width:50%;
	border-radius:0;
	margin: 0;
	color:#FFF;
	font-family: 'New Rail Alphabet';
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	padding: 12px 0;
	transition: none;
}
#image_crop_modal .modal-footer button:nth-child(1){
	background:#e3c1c1;
}
#image_crop_modal .modal-footer button:nth-child(2){
	background:#92d3f5;
}
#image_crop_modal .modal-footer button:nth-child(1):hover{
	background: #df8282;
	border: 0;
}
#image_crop_modal .modal-footer button:nth-child(2):hover{
	background: #40b6f4;
	border: 0;
}
.is-dragover{
	border:1px dashed red;
	color:red;
	background:skyblue;
}
.action_icon2 .file-upload__label img{
	width: 20px;
	height: auto;
}
#image_crop_modal .cropper-view-box, #image_crop_modal .pos_rel{
	position: relative;
}
#image_crop_modal .overlay_span{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	opacity:0;
	background:#FFFFFF;
}
#image_crop_modal .colorpicker_bg{
	background-image:url('../images/colorpicker.png') !important;
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 25px;
	padding-right: 40px;
}
/* Code for image crop end */ 
.multiselect_select2 .select2-container--default .select2-selection--multiple, multiselect_select2 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding: 0.375rem 0.75rem;
	background-image: url("../images/drop_down.png");
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 8px;
}
.New_option_cls {
    color: #0F6 !important;
    font-family: 'New Rail Alphabet';
    font-size: 15px;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 6px 0;
    background: rgba(0, 255, 102, 0.40) !important;
	cursor: pointer;
}
.Hot_option_cls {
	color: #E5A03A !important;
	font-family: 'New Rail Alphabet';
	font-size: 15px;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 6px 0;
	background: rgba(229, 160, 58, 0.40) !important;
	cursor: pointer;
}
.Renewed_option_cls {
	color: #36DBFF !important;
	font-family: 'New Rail Alphabet';
	font-size: 15px;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 6px 0;
	background: rgba(54, 219, 255, 0.40) !important;
	cursor: pointer;
}
.New_option_cls:checked, .Hot_option_cls:checked, .Renewed_option_cls:checked {
	-webkit-box-shadow: 0px 0px 5px 0px #000000; 
	box-shadow: 0px 0px 5px 0px #000000;
}
