/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

@import url("grid_12-825-55-15.css");
/*Fontawesome*/
@import url(../scss/icons/fontawesome/css/all.min.css);
/*@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css);
/*@import url(../scss/icons/weather-icons/css/weather-icons.min.css);
@import url(../scss/icons/linea-icons/linea.css);
@import url(../scss/icons/themify-icons/themify-icons.css);
@import url(../scss/icons/flag-icon-css/flag-icon.min.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);
*/
/*Preloader*/
@import url(../css/spinners.css);
@import url(../css/animate.css);
@font-face {
	font-family: "open_sansregular";
	src: url("OpenSans-Regular-webfont.eot");
	src: url("OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("OpenSans-Regular-webfont.woff2") format("woff2"),
		url("OpenSans-Regular-webfont.woff") format("woff"),
		url("OpenSans-Regular-webfont.ttf") format("truetype"),
		url("OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("Poppins"); /* IE9 Compat Modes */
	src: url("Poppins.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */ url("Poppins.woff2") format("woff2"),
		/* Super Modern Browsers */ url("Poppins.woff") format("woff"),
		/* Pretty Modern Browsers */ url("Poppins.ttf") format("truetype"),
		/* Safari, Android, iOS */ url("Poppins.svg#svgFontName") format("svg"); /* Legacy iOS */
}

.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background-color: #ffffffc9;
}

.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. Posts
 *	7. Widgets
 *	8. Custom Templates
 */
/******************* 
Global Styles 
*******************/
@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
* {
	outline: none;
}

body {
	font-family: "Inter", sans-serif !important;
	background: #fff;
	font-family: inherit;
	margin: 0;
	overflow-x: hidden;
	color: #212529;
	font-weight: 400;
	font-size: 0.8rem;
	top: 0px !important;
}

html {
	position: relative;
	min-height: 100%;
	background: #ffffff;
}

a:hover,
a:focus {
	text-decoration: none;
}

a.link {
	color: #455a64;
}
a.link:hover,
a.link:focus {
	color: #009efb;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block;
}

.img-rounded {
	border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
	line-height: initial;
}

.resize {
	resize: both;
}

.goog-te-banner-frame {
	display: none !important;
}

#google_translate_element {
	display: inline-block !important;
}

.clear-google-translate {
	display: inline-block !important;
	font-size: 17px !important;
	color: #e15817 !important;
	padding: 0px !important;
}

.clear-google-translate:hover {
	color: #f36927 !important;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

h1 {
	line-height: 40px;
	font-size: 36px;
}

h2 {
	line-height: 36px;
	font-size: 24px;
}

h3 {
	line-height: 30px;
	font-size: 21px;
}

h4 {
	line-height: 22px;
	font-size: 18px;
}

h5 {
	line-height: 18px;
	font-size: 16px;
	font-weight: 400;
}

h6 {
	line-height: 16px;
	font-size: 14px;
	font-weight: 400;
}

.display-5 {
	font-size: 3rem;
}

.display-6 {
	font-size: 36px;
}

.box {
	border-radius: 0.25rem;
	padding: 10px;
}

.dl {
	display: inline-block;
}
.db {
	display: block;
}
.d-inherit {
	display: inherit !important;
}

.df {
	display: flex;
}

.no-wrap td,
.no-wrap th {
	white-space: nowrap;
}
/****************
CHROME
***************/
@media (max-width: 500px) {
	.row {
		/*display: -webkit-box; */
		margin-right: -5px !important;
		margin-left: 0px !important;
	}
	.col:not(.px-0),
	.col-1,
	.col-10,
	.col-11,
	.col-12:not(.px-0):not(.p-0),
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12:not(.px-0):not(.p-0),
	.col-md-2,
	.col-md-3,
	.col-md-4:not(.px-0):not(.p-0),
	.col-md-5,
	.col-md-6:not(.px-0):not(.p-0),
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-left: 5px !important;
		padding-right: 7px !important;
	}
}
/*******************
Blockquote
*******************/
html body blockquote {
	border-left: 5px solid #009efb;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 15px;
}

.clear {
	clear: both;
}

ol li {
	margin: 5px 0;
}

/*******************
Paddings
*******************/
html body .p-0 {
	padding: 0px;
}
.pad-4 {
	padding: 4px;
}
.p-5 {
	padding: 5px;
}

html body .p-10 {
	padding: 10px;
}

html body .p-20 {
	padding: 20px;
}

html body .p-30 {
	padding: 30px;
}

html body .p-l-0 {
	padding-left: 0px;
}
.p-l-3 {
	padding-left: 3px;
}
.p-l-5 {
	padding-left: 5px;
}

html body .p-l-10 {
	padding-left: 10px;
}

html body .p-l-20 {
	padding-left: 20px !important;
}

html body .p-r-0 {
	padding-right: 0px;
}
.p-r-5 {
	padding-right: 5px;
}

html body .p-r-10 {
	padding-right: 10px;
}

html body .p-r-20 {
	padding-right: 20px;
}

html body .p-r-30 {
	padding-right: 30px;
}

html body .p-r-40 {
	padding-right: 40px;
}

html body .p-t-0 {
	padding-top: 0px;
}

html body .p-t-5 {
	padding-top: 5px;
}

html body .p-t-10 {
	padding-top: 10px;
}

html body .p-t-20 {
	padding-top: 20px;
}

html body .p-t-30 {
	padding-top: 30px;
}

html body .p-b-0 {
	padding-bottom: 0px;
}

html body .p-b-5 {
	padding-bottom: 5px;
}

html body .p-b-10 {
	padding-bottom: 10px;
}

html body .p-b-20 {
	padding-bottom: 20px;
}

html body .p-b-30 {
	padding-bottom: 30px;
}

html body .p-b-40 {
	padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
	margin: 0px;
}

html body .m-l-2 {
	margin-left: 2px;
}
.m-l-3 {
	margin-left: 3px;
}
.m-l-5 {
	margin-left: 5px;
}

html body .m-l-10 {
	margin-left: 10px;
}

html body .m-l-15 {
	margin-left: 15px;
}

html body .m-l-20 {
	margin-left: 20px;
}

html body .m-l-30 {
	margin-left: 30px;
}

html body .m-l-40 {
	margin-left: 40px;
}

html body .m-r-2 {
	margin-right: 2px;
}
.m-r-1 {
	margin-right: 1px;
}
.m-r-3 {
	margin-right: 3px;
}
.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-t-0 {
	margin-top: 0px;
}

.m-t-3 {
	margin-top: 3px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b--5 {
	margin-bottom: -5px !important;
}
.m-b--10 {
	margin-bottom: -10px !important;
}
.m-b--20 {
	margin-bottom: -20px !important;
}
.m-t--5 {
	margin-top: -5px !important;
}
.m-t--10 {
	margin-top: -10px !important;
}
.m-t--20 {
	margin-top: -20px !important;
}
.m-r--5 {
	margin-right: -5px !important;
}
.m-r--10 {
	margin-right: -10px !important;
}
.m-r--20 {
	margin-right: -20px !important;
}
.m-l--5 {
	margin-left: -5px !important;
}
.m-l--10 {
	margin-left: -10px !important;
}
.m-l--20 {
	margin-left: -20px !important;
}

/*******************
vertical alignment
*******************/
html body .vt {
	vertical-align: top;
}

html body .vm {
	vertical-align: middle;
}

html body .vm.lcf {
	vertical-align: top;
}

html body .vb {
	vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-5 {
	opacity: 0.5;
}

/*******************
font weight
*******************/
html body .font-bold {
	font-weight: 700;
}

html body .font-normal {
	font-weight: normal !important;
}

html body .font-light {
	font-weight: 300;
}

html body .font-medium {
	font-weight: 500;
}

html body .font-16 {
	font-size: 16px;
}
html body .font-19 {
	font-size: 21px;
}
html body .font-14 {
	font-size: 14px;
}

html body .font-10 {
	font-size: 10px;
}

html body .font-18 {
	font-size: 18px;
}

html body .font-20 {
	font-size: 20px;
}

/*******************
Border
*******************/
html body .b-0 {
	border: none;
}

html body .b-r {
	border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
	border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
	border: 1px solid rgba(120, 130, 140, 0.13);
}

/*******************
Thumb size
*******************/
.thumb-sm {
	height: 32px;
	width: 32px;
}

.thumb-md {
	height: 48px;
	width: 48px;
}

.thumb-lg {
	height: 88px;
	width: 88px;
}

.hide {
	display: none;
}

.img-circle {
	border-radius: 100%;
}

.radius {
	border-radius: 4px;
}

/*******************
Text Colors
*******************/
.text-white {
	color: #ffffff !important;
}
.text-orange {
	color: #f36927 !important;
}
.text-darkorange {
	color: #e15817;
}
.text-yellow {
	color: #f0b61b !important;
}
.text-green {
	color: #85b840 !important;
}
.text-palegrey {
	color: #abb7c6 !important;
}
.text-grey {
	color: #444444 !important;
}
.text-danger,
.text-red {
	color: #d2322d !important;
}
.text-danger:hover {
	color: grey !important;
}
.text-muted {
	color: #99abb4 !important;
}
.text-warning {
	color: #ffb22b !important;
}
.text-success {
	color: #26c6da !important;
}
.text-info {
	color: #1e88e5 !important;
}
.text-inverse {
	color: #2f3d4a !important;
}

html body .text-blue {
	color: #2a96c6;
}
.text-darkblue {
	color: #22409a;
}
.text-blue:hover {
	color: #2481a8;
}
.text-purple {
	color: #7460ee;
}
.text-primary {
	color: #7460ee;
}
.text-megna {
	color: #00897b;
}
.text-dark {
	color: #99abb4;
}

/*text_hover*/
.hover-orange:hover {
	color: #f36927 !important;
}
.hover-blue:hover {
	color: #2a96c6;
}
.hover-white:hover {
	color: #fff !important;
}
.hover-white i:hover {
	color: #fff !important;
}
.hover-grey:hover {
	color: grey !important;
}

/*******************
Background Colors
*******************/
.bg-primary {
	background-color: #7460ee !important;
}

.bg-success {
	background-color: #5bc0de !important;
}

.bg-info {
	background-color: #1e88e5 !important;
}

.bg-warning {
	background-color: #ffb22b !important;
}

.bg-danger {
	background-color: #fc4b6c !important;
}

html body .bg-megna {
	background-color: #00897b;
}

html body .bg-theme {
	background-color: #009efb;
}

html body .bg-inverse {
	background-color: #2f3d4a;
}

html body .bg-purple {
	background-color: #7460ee;
}

html body .bg-light-primary {
	background-color: #f1effd;
}

html body .bg-light-success {
	background-color: #e8fdeb;
}

html body .bg-light-info {
	background-color: #cfecfe;
}

html body .bg-light-extra {
	background-color: #ebf3f5;
}

html body .bg-light-warning {
	background-color: #fff8ec;
}

html body .bg-light-danger {
	background-color: #f9e7eb;
}

html body .bg-light-inverse {
	background-color: #f6f6f6;
}

html body .bg-light {
	background-color: #f2f4f8;
}

html body .bg-white {
	background-color: #ffffff;
}

/*******************
Rounds
*******************/
.round {
	line-height: 48px;
	color: #ffffff;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	border-radius: 100%;
	background: #1e88e5;
}
.round img {
	border-radius: 100%;
}

.round-lg {
	line-height: 65px;
	width: 60px;
	height: 60px;
	font-size: 30px;
}

.round.round-info {
	background: #1e88e5;
}

.round.round-warning {
	background: #ffb22b;
}

.round.round-danger {
	background: #fc4b6c;
}

.round.round-success {
	background: #2a96c6;
}

.round.round-primary {
	background: #7460ee;
}

/*******************
Labels
*******************/
.label {
	padding: 3px 10px;
	line-height: 13px;
	color: #ffffff;
	font-weight: 400;
	border-radius: 0.25rem;
	font-size: 75%;
}

.label-rounded {
	border-radius: 60px;
}

.label-custom {
	background-color: #00897b;
}

.label-success {
	background-color: #2a96c6;
}

.label-info {
	background-color: #1e88e5;
}

.label-warning {
	background-color: #ffb22b;
}

.label-danger {
	background-color: #fc4b6c;
}

.label-megna {
	background-color: #00897b;
}

.label-primary {
	background-color: #2a96c6;
}

.label-purple {
	background-color: #7460ee;
}

.label-red {
	background-color: #fb3a3a;
}

.label-inverse {
	background-color: #2f3d4a;
}

.label-default {
	background-color: #f2f4f8;
}

.label-white {
	background-color: #ffffff;
}

.label-light-success {
	background-color: #e8fdeb;
	color: #26c6da;
}

.label-light-info {
	background-color: #cfecfe;
	color: #1e88e5;
}

.label-light-warning {
	background-color: #fff8ec;
	color: #ffb22b;
}

.label-light-danger {
	background-color: #f9e7eb;
	color: #fc4b6c;
}

.label-light-megna {
	background-color: #e0f2f4;
	color: #00897b;
}

.label-light-primary {
	background-color: #f1effd;
	color: #7460ee;
}

.label-light-inverse {
	background-color: #f6f6f6;
	color: #2f3d4a;
}

/*******************
Pagination
*******************/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
	color: #263238;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #f2f4f8;
}

.pagination-split li {
	margin-left: 5px;
	display: inline-block;
	float: left;
}

.pagination-split li:first-child {
	margin-left: 0;
}

.pagination-split li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #009efb;
	border-color: #009efb;
}

.pager li > a,
.pager li > span {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #263238;
}

/*******************
Table Cell
*******************/
.table-box {
	display: table;
	width: 100%;
}

.table.no-border tbody td {
	border: 0px;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.table td,
.table th {
	border-color: #f3f1f1;
}

.table thead th,
.table th {
	font-weight: 500;
}

.table-hover tbody tr:hover {
	background: #f2f4f8;
}

.v-middle td,
.v-middle th {
	vertical-align: middle;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*******************
Wave Effects
*******************/
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.waves-effect-without-display {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
	/*background-color: rgba(255, 152, 0, 0.7);*/
	background-color: #f36927;
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.waves-circle {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
	mask-image: none;
}

.waves-input-wrapper {
	border-radius: 0.25em;
	vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.waves-block {
	display: block;
}

/*Badge*/
.badge {
	font-weight: 400;
}

.badge-xs {
	font-size: 9px;
}

.badge-xs,
.badge-sm {
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

.badge-success {
	background-color: #2a96c6;
}

.badge-info {
	background-color: #1e88e5;
}

.badge-primary {
	background-color: #7460ee;
}

.badge-warning {
	background-color: #ffb22b;
	color: #ffffff;
}

.badge-danger {
	background-color: #d2322d;
}

.badge-purple {
	background-color: #7460ee;
}

.badge-red {
	background-color: #fb3a3a;
}

.badge-inverse {
	background-color: #2f3d4a;
}
.badge-darkblue {
	background-color: #252540;
	color: #fff;
}
.badge-green {
	background-color: #85b840;
	color: #fff;
}
.badge-orange {
	background-color: #f36927;
	color: #fff;
}

/*******************
Buttons
******************/
.btn {
	padding: 7px 12px;
	font-size: 14px;
	cursor: pointer;
}

.btn-group label {
	color: #ffffff !important;
	margin-bottom: 0px;
}
.btn-group label.btn-secondary {
	color: #99abb4 !important;
}

.btn-lg {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
}

.btn-md {
	padding: 12px 55px;
	font-size: 16px;
}

.btn-circle {
	border-radius: 100% !important;
	width: 40px;
	height: 40px;
	padding: 10px !important;
}

.btn-circle.btn-sm {
	width: 35px;
	height: 35px;
	padding: 8px 10px;
	font-size: 14px;
}

.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 14px 15px;
	font-size: 18px;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 14px 15px;
	font-size: 24px;
}

.btn-sm {
	padding: 0.15rem 0.4rem;
	font-size: 14px;
}

.btn-xs {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
}

.button-list button,
.button-list a {
	margin: 5px 12px 5px 0;
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-rounded {
	border-radius: 60px;
	padding: 7px 18px;
}
.btn-rounded.btn-lg {
	padding: 0.75rem 1.5rem;
}
.btn-rounded.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
}
.btn-rounded.btn-xs {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
}
.btn-rounded.btn-md {
	padding: 12px 35px;
	font-size: 16px;
}

.btn-secondary,
.btn-secondary.disabled {
	background: #ffffff;
	border: 1px solid #727b84;
	color: #727b84;
}
.btn-secondary:hover,
.btn-secondary.disabled:hover {
	background: #727b84;
	opacity: 0.7;
	border: 1px solid #727b84;
}
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus {
	background: #727b84;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
}

.btn-primary,
.btn-primary.disabled {
	background: #2a96c6 !important;
	border: 1px solid #2a96c6 !important;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12)!important;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12)!important;*/
	-webkit-transition: 0.2s ease-in !important;
	-o-transition: 0.2s ease-in !important;
	-moz-transition: 0.2s ease-in !important;
	transition: 0.2s ease-in !important;
}
.btn-primary:hover,
.btn-primary.disabled:hover {
	background: #3babdb !important;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2!important);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;*/
	border: 1px solid #2a96c6 !important;
}
.btn-primary.active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus {
	background: #5e48ea !important;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;*/
}

.btn-green,
.btn-green.disabled {
	background: #079236 !important;
	color: #fff;
	border: 1px solid #079236 !important;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12)!important;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12)!important;*/
	-webkit-transition: 0.2s ease-in !important;
	-o-transition: 0.2s ease-in !important;
	transition: 0.2s ease-in !important;
}
.btn-green:hover,
.btn-green.disabled:hover {
	background: #0daa42 !important;
	color: #fff !important;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2!important);
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;*/
	border: 1px solid #079236 !important;
}
.btn-green.active,
.btn-green:focus,
.btn-green.disabled.active,
.btn-green.disabled:focus {
	background: #0daa42 !important;
	color: #fff;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2)!important;*/
}

.btn-themecolor,
.btn-themecolor.disabled {
	background: #009efb;
	color: #ffffff;
	border: 1px solid #009efb;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
	background: #009efb;
	opacity: 0.7;
	border: 1px solid #009efb;
}
.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
	background: #028ee1;
}

.btn-success,
.btn-success.disabled {
	background: #2a96c6 !important;
	border: 1px solid #2a96c6 !important;
	transition: all 0.2s ease-in-out;
	/*  -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12)!important;
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12)!important;
    -webkit-transition: 0.2s ease-in!important;
    -o-transition: 0.2s ease-in!important;
    transition: 0.2s ease-in!important;
  */
}
.btn-success:hover,
.btn-success.disabled:hover {
	background: #3babdb !important;
	border: 1px solid #2a96c6 !important;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;*/
	-webkit-box-shadow: none;
	box-shadow: none !important;
}

.btn-success.active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:focus {
	background: #3babdb !important;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important; */
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2);
box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2) !important;*/
}
/**/
.btn-info,
.btn-info.disabled {
	background: #252540;
	border: 1px solid #252540;
	-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
	box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-info:hover,
.btn-info.disabled:hover {
	background: #1e88e5;
	border: 1px solid #1e88e5;
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus {
	background: #028ee1;
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
/*btn-bleu*/
.btn-bleu,
.btn-bleu.disabled {
	background: #62c4ea;
	/*border: 1px solid #1679a3;*/
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);

	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-bleu:hover,
.btn-bleu.disabled:hover {
	background: #50b7e0;
	border: 1px solid #50b7e0;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);*/
}
.btn-bleu.active,
.btn-bleu:focus,
.btn-bleu.disabled.active,
.btn-bleu.disabled:focus {
	background: #30a2d3;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); */
	-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
	box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
}

.btn-bleu.active.focus,
.btn-bleu.active:focus,
.btn-bleu.active:hover,
.btn-bleu.focus:active,
.btn-bleu:active:focus,
.btn-bleu:active:hover,
.open > .dropdown-toggle.btn-bleu.focus,
.open > .dropdown-toggle.btn-bleu:focus,
.open > .dropdown-toggle.btn-bleu:hover,
.btn-bleu.focus,
.btn-bleu:focus {
	background-color: #30a2d3;
	border: 1px solid #30a2d3;
}
/**/
.btn-warning,
.btn-warning.disabled {
	background: #ffb22b;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14),
		0 3px 1px -2px rgba(248, 194, 0, 0.2),
		0 1px 5px 0 rgba(248, 194, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14),
		0 3px 1px -2px rgba(248, 194, 0, 0.2),
		0 1px 5px 0 rgba(248, 194, 0, 0.12);
	border: 1px solid #ffb22b;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-warning:hover,
.btn-warning.disabled:hover {
	background: #ffb22b;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	border: 1px solid #ffb22b;
}
.btn-warning.active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:focus {
	background: #e9ab2e;
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-danger,
.btn-danger.disabled {
	background: #d2322d;
	border: 1px solid #ac2925;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);*/
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-danger:hover,
.btn-danger.disabled:hover {
	background: #d2322d;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);*/
	border: 1px solid #ac2925;
}
.btn-danger.active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:focus {
	background: #d2322d;
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);*/
}

.btn-inverse,
.btn-inverse.disabled {
	background: #2f3d4a;
	border: 1px solid #2f3d4a;
	color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover {
	background: #2f3d4a;
	opacity: 0.7;
	color: #ffffff;
	border: 1px solid #2f3d4a;
}
.btn-inverse.active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:focus {
	background: #232a37;
	color: #ffffff;
}

.btn-red,
.btn-red.disabled {
	background: #fa2711 !important;
	border: 1px solid #fa2711 !important;
	color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover {
	opacity: 0.7;
	border: 1px solid #fb3a3a;
	background: #fb3a3a;
}
.btn-red.active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:focus {
	background: #e6294b;
}

.btn-grey,
.btn-grey.disabled {
	background: #9c9797 !important;
	border: 1px solid #9c9797 !important;
	color: #ffffff;
}
.btn-grey:hover,
.btn-grey.disabled:hover {
	opacity: 0.7;
	border: 1px solid #b4b1b1;
	background: #bfbcbc !important;
}
.btn-grey.active,
.btn-grey:focus,
.btn-grey.disabled.active,
.btn-grey.disabled:focus {
	background: #9c9797;
}

.btn-outline-secondary {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14),
		0 3px 1px -2px rgba(169, 169, 169, 0.2),
		0 1px 5px 0 rgba(169, 169, 169, 0.12);
	box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14),
		0 3px 1px -2px rgba(169, 169, 169, 0.2),
		0 1px 5px 0 rgba(169, 169, 169, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(169, 169, 169, 0.2);
	box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.active,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(169, 169, 169, 0.2);
	box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

/*rejout btn-outline-lightgrey*/
.btn-outline-disabled {
	background-color: transparent !important;
	color: #9c9797 !important;
	border: 1px solid #9c9797 !important;
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14), 0 3px 1px -2px rgba(244, 125, 67, 0.2), 0 1px 5px 0 rgba(244, 125, 67, 0.12);
    box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14), 0 3px 1px -2px rgba(244, 125, 67, 0.2), 0 1px 5px 0 rgba(244, 125, 67, 0.12);*/
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-disabled:hover,
.btn-outline-disabled:focus,
.btn-outline-disabled.focus,
.btn-outline-disabled:checked {
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 125, 67, 0.2);
    box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 125, 67, 0.2);*/
	background-color: #fff !important;
}
/*rejout btn-outline-orange*/
.btn-outline-orange {
	background-color: transparent !important;
	color: #e15817 !important;
	border: 1px solid #f47d43 !important;
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14), 0 3px 1px -2px rgba(244, 125, 67, 0.2), 0 1px 5px 0 rgba(244, 125, 67, 0.12);
    box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14), 0 3px 1px -2px rgba(244, 125, 67, 0.2), 0 1px 5px 0 rgba(244, 125, 67, 0.12);*/
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange.focus,
.btn-outline-orange:checked {
	/* -webkit-box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 125, 67, 0.2);
    box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 125, 67, 0.2);*/
	background-color: #f47d43 !important;
	color: #fff !important;
}

/*rajout btn-outline-orangelight*/
.btn-outline-orangelight {
	background-color: transparent !important;
	color: #e15817 !important;
	border-color: #f47d43 !important;
	border: 1px solid #f47d43 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14),
		0 3px 1px -2px rgba(244, 125, 67, 0.2),
		0 1px 5px 0 rgba(244, 125, 67, 0.12);
	box-shadow: 0 2px 2px 0 rgba(244, 125, 67, 0.14),
		0 3px 1px -2px rgba(244, 125, 67, 0.2),
		0 1px 5px 0 rgba(244, 125, 67, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-orangelight:hover,
.btn-outline-orangelight:focus,
.btn-outline-orangelight.focus,
.btn-outline-orangelight:checked {
	-webkit-box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(244, 125, 67, 0.2);
	box-shadow: 0 14px 26px -12px rgba(244, 125, 67, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(244, 125, 67, 0.2);
	border-color: #f47d43 !important;
	background-color: #f47d43 !important;
	color: #fff !important;
}

.btn-outline-primary {
	color: #7460ee;
	background-color: #ffffff;
	border-color: #7460ee;
	-webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14),
		0 3px 1px -2px rgba(116, 96, 238, 0.2),
		0 1px 5px 0 rgba(116, 96, 238, 0.12);
	box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14),
		0 3px 1px -2px rgba(116, 96, 238, 0.2),
		0 1px 5px 0 rgba(116, 96, 238, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	background: #7460ee;
	-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(116, 96, 238, 0.2);
	box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(116, 96, 238, 0.2);
	color: #ffffff;
	border-color: #7460ee;
}
.btn-outline-primary.active,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(116, 96, 238, 0.2);
	box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(116, 96, 238, 0.2);
	border-color: #7460ee;
}
/*green/*
	  */
.btn-outline-green {
	color: #85b840;
	background-color: #ffffff;
	border-color: #85b840;
}
.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green.focus {
	background: #85b840;
	color: #ffffff;
	border-color: #85b840;
}
.btn-outline-green.active,
.btn-outline-green:focus {
	border-color: #85b840;
}
/*end green */

.btn-outline-success {
	color: #2a96c6 !important;
	background-color: transparent !important;
	border-color: #2a96c6;
	border: 1px solid #2a96c6 !important;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(91, 192, 222, 0.14), 0 3px 1px -2px rgba(91, 192, 222, 0.2), 0 1px 5px 0 rgba(91, 192, 222, 0.12);
    box-shadow: 0 2px 2px 0 rgba(91, 192, 222, 0.14), 0 3px 1px -2px rgba(91, 192, 222, 0.2), 0 1px 5px 0 rgba(91, 192, 222, 0.12);*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
	background-color: #2a96c6 !important;
	border-color: #5bc0de;
	color: #ffffff !important;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2);
    box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2);*/
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-outline-success.active,
.btn-outline-success:focus {
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2);
    box-shadow: 0 14px 26px -12px rgba(91, 192, 222, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 192, 222, 0.2);*/
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #5bc0de;
}

.btn-outline-info {
	color: #1e88e5;
	background-color: transparent;
	border-color: #1e88e5;
	-webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
	box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14),
		0 3px 1px -2px rgba(66, 165, 245, 0.2),
		0 1px 5px 0 rgba(66, 165, 245, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
	background: #1e88e5;
	border-color: #1e88e5;
	color: #ffffff;
	/*-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);*/
}
.btn-outline-info.active,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
	box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-outline-warning {
	color: #ffb22b;
	background-color: transparent;
	border-color: #ffb22b;
	-webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14),
		0 3px 1px -2px rgba(248, 194, 0, 0.2),
		0 1px 5px 0 rgba(248, 194, 0, 0.12);
	box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14),
		0 3px 1px -2px rgba(248, 194, 0, 0.2),
		0 1px 5px 0 rgba(248, 194, 0, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	background: #ffb22b;
	border-color: #ffb22b;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning.active,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
	box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-outline-danger {
	color: #fc4b6c;
	background-color: transparent;
	border-color: #fc4b6c;
	-webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14),
		0 3px 1px -2px rgba(239, 83, 80, 0.2),
		0 1px 5px 0 rgba(239, 83, 80, 0.12);
	box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14),
		0 3px 1px -2px rgba(239, 83, 80, 0.2),
		0 1px 5px 0 rgba(239, 83, 80, 0.12);
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	background: #fc4b6c;
	border-color: #fc4b6c;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger.active,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-red {
	color: #fb3a3a;
	background-color: transparent;
	border-color: #fb3a3a;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
	background: #fb3a3a;
	border-color: #fb3a3a;
	color: #ffffff;
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red.active,
.btn-outline-red:focus {
	-webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
	box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-inverse {
	color: #2f3d4a;
	background-color: transparent;
	border-color: #2f3d4a;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
	background: #2f3d4a;
	border-color: #2f3d4a;
	color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #6352ce;
	border: 1px solid #6352ce;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	background-color: #1eacbe;
	border: 1px solid #1eacbe;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
	background-color: #028ee1;
	border: 1px solid #028ee1;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
	background-color: #e6294b;
	border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
	background-color: #232a37;
	border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
	background-color: #d61f1f;
	border: 1px solid #d61f1f;
	color: #ffffff;
}

.button-box .btn {
	margin: 0 8px 8px 0px;
}

.btn-label {
	background: rgba(0, 0, 0, 0.05);
	display: inline-block;
	margin: -6px 12px -6px -14px;
	padding: 7px 15px;
}

.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
}

.btn-twitter {
	color: #ffffff;
	background-color: #55acee;
}

.btn-linkedin {
	color: #ffffff;
	background-color: #007bb6;
}

.btn-dribbble {
	color: #ffffff;
	background-color: #ea4c89;
}

.btn-googleplus {
	color: #ffffff;
	background-color: #dd4b39;
}

.btn-instagram {
	color: #ffffff;
	background-color: #3f729b;
}

.btn-pinterest {
	color: #ffffff;
	background-color: #cb2027;
}

.btn-dropbox {
	color: #ffffff;
	background-color: #007ee5;
}

.btn-flickr {
	color: #ffffff;
	background-color: #ff0084;
}

.btn-tumblr {
	color: #ffffff;
	background-color: #32506d;
}

.btn-skype {
	color: #ffffff;
	background-color: #00aff0;
}

.btn-youtube {
	color: #ffffff;
	background-color: #bb0000;
}

.btn-github {
	color: #ffffff;
	background-color: #171515;
}

.btn-default {
	color: #333;
	background-color: #fff;
}

/*****
SELECT
*****/

.bootstrap-select .btn-default,
.btn-group .btn-default {
	border: 1px solid #c0c0c0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline !important;
}

.bootstrap-select .dropdown-toggle:not(.lc-select) {
	padding-right: 12px !important;
}

.bootstrap-select .dropdown-menu .show {
	display: block !important;
}

.bootstrap-select .dropdown-menu li a {
	display: block;
	padding: 6px 10px;
	clear: both;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.42857143;
	color: #555;
	white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	color: #e15817;
	background: #f7fafc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #e1e8ed !important;
}

/**********
MULTISELECT
***********/

.multiselect-container {
	min-width: 12rem;
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
	color: #555 !important;
}

.multiselect-container label {
	display: flex !important;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	font-size: 0.8rem;
}

.multiselect-container label.checkbox {
	padding: 4px 10px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
	float: left;
	margin: 4px 4px 0px 0px;
}

.multiselect-container label.checkbox:hover {
	color: #f36927 !important;
}

.multiselect-container > li:hover {
	background: #f7fafc;
}

.multiselect-container > li.active {
	background: #e1e8ed;
}

.multiselect-container > li {
	white-space: nowrap;
}

.multiselect-container input[type="checkbox"] {
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
}

.multiselect-container input[type="checkbox"]:hover {
	-moz-appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
}

/*******************
Notify
*******************/
.notify {
	position: relative;
	top: 0px;
	right: 0px;
}
.notify .heartbit {
	position: absolute;
	top: 3px;
	right: -7px;
	height: 22px;
	width: 22px;
	z-index: 10;
	background: #fff;
	border-radius: 70px;
	-moz-animation: heartbit 2s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbit 2s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbit 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.notify .point {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #e15817;
	position: absolute;
	right: -1px;
	top: -10px;
	font-size: 12px;
	font-weight: 600;
	z-index: 200000;
}
.notify .new-alert {
	box-sizing: border-box;
	/*right: -2px;*/
	border-radius: 20px;
	width: 17px;
	height: 17px;
	background-color: #FFF;
	position: absolute;
	top: 6px;
	left: 17px;
	font-size: 11px;
	line-height: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #e15817;
	font-weight: 700;
	-webkit-animation: tada 2s infinite;
	animation: tada 3s infinite;
	font-family: Arial, sans-serif;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, -4deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 4deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -4deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}



@-moz-keyframes heartbit {
	0% {
		-moz-transform: scale(0.6);
		opacity: 1;
	}
	25% {
		-moz-transform: scale(0.7);
		opacity: 1;
	}
	50% {
		-moz-transform: scale(0.8);
		opacity: 1;
	}
	75% {
		-moz-transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes heartbit {
	0% {
		-webkit-transform: scale(0.6);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(0.7);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.8);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

/* 
@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0; }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1; }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3; }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5; }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0; }
}
*/

/*******************
File Upload 
******************/
.fileupload {
	overflow: hidden;
	position: relative;
}
.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*******************
Megamenu original
******************/
.mega-dropdown {
	position: static !important;
	text-align: center;
}
.mega-dropdown .dropdown-menu {
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
.mega-dropdown ul {
	padding: 0px;
}
.mega-dropdown ul li {
	list-style: none;
}
.mega-dropdown .carousel-item .container {
	padding: 0px;
}
.mega-dropdown .nav-accordion .card {
	margin-bottom: 1px;
}
.mega-dropdown .nav-accordion .card-header {
	background: #ffffff;
}
.mega-dropdown .nav-accordion .card-header h5 {
	margin: 0px;
}
.mega-dropdown .nav-accordion .card-header h5 a {
	text-decoration: none;
	color: #99abb4;
}

/*******************
List-style-none
******************/
ul.list-style-none {
	margin: 0px;
	padding: 0px;
}
ul.list-style-none li {
	list-style: none;
}

.module-dropdown .list-style-none li a{
	display: flex !important;
	align-items: center !important;
	margin-bottom: 5px;

}
ul.list-style-none li a {
	color: #212529;
	padding: 5px 0px !important;
	display: block;
	text-decoration: none;
	font-size: 14px !important;
	align-items: center !important;
	padding-left: 2px !important;
}
ul.list-style-none li a:hover {
	color: #f37926;
}

/*******************
dropdown-item
******************/
.dropdown-item {
	padding: 8px 0.8rem;
	color: #212529;
}
.dropdown .dropdown-menu .dropdown-item {
	font-size: 14px !important;
}

/*******************
Custom-select
******************/
.custom-select {
	background: url(../../layout2018/assets/images/custom-select.png) right
		0.75rem center no-repeat;
}

/*******************
Form-control
******************/
.form-control {
	/*font-size: .8rem;
    height: calc(1.3em + .5rem + 3px);
    display: initial;
    padding: .375rem .2rem; */
	min-height: 20px;
	font-size: 0.8rem;
	border: 1px solid #aaabad;
	height: calc(1.3em + 0.5rem + 3px);
	padding: 0.2rem 0.1rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	box-shadow: none !important;
}

.form-control-sm {
	min-height: 20px;
	font-size: 12px;
	border: 1px solid #aaabad;
	height: calc(1.3em + 0.5rem + 3px);
	padding: 0.2rem 0.1rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control:disabled,
.form-control[readonly] {
	opacity: 0.7;
}

.custom-control-input:focus ~ .custom-control-indicator {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-indicator {
	background-color: #26c6da;
}

form label {
	font-weight: 400;
}

.form-group {
	margin-bottom: 25px;
}

.form-horizontal label {
	margin-bottom: 0px;
}

.form-control-static {
	padding-top: 0px;
}

.form-bordered .form-group {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	padding-bottom: 20px;
}

/*******************
Layouts
******************/
/*Card-noborders*/
.card-no-border .card {
	border-color: #d7dfe3;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.card-no-border .sidebar-footer {
	background: #f2f6f8;
}

.card-no-border .sidebar-nav > ul > li > a.active {
	background: #ffffff;
}

.card-no-border .shadow-none {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
	background: #ffffff;
}

/*******************/
/*widgets -app*/
/*******************/
.css-bar:after {
	z-index: 1;
}

.css-bar > i {
	z-index: 10;
}

/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
	display: none;
}

.single-column .page-wrapper {
	margin-left: 0px;
}

.fix-width {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
For all pages 
 ============================================================== */
#main-wrapper {
	width: 100%;
}

.boxed #main-wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
}
.boxed #main-wrapper .sidebar-footer {
	position: absolute;
}
.boxed #main-wrapper .footer {
	display: none;
}

.page-wrapper {
	background: #f7fafc;
	/*display: flex;
	flex-direction: column;*/
}
.container-fluid::after {
	content: "";
	display: table;
	clear: both;
}
body del {
	text-decoration: line-through !important;
}
body ins {
	text-decoration: underline !important;
}

/*******************
Topbar
*******************/
.topbar {
	position: relative;
	z-index: 12;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	/*-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
}
.topbar .top-navbar {
	height: 65px !important;
	max-width: 100%;
	margin: 0 auto !important;
	padding: 0 0.3rem;
	z-index: 9;
	/*padding: 0px 20px 0 16px!important;*/
	border: none !important;
	/*padding-left: inherit !important; */
}
.topbar .top-navbar .dropdown-toggle::after {
	display: none;
}
.topbar .top-navbar .navbar-header {
	line-height: 65px;
	text-align: center;
}
.topbar .top-navbar .navbar-header .navbar-brand {
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
	/*display: none;*/
}
.topbar .top-navbar .navbar-header .navbar-brand b {
	line-height: 70px;
	display: inline-block;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	font-size: 25px;
	line-height: 50px;
}
.topbar .top-navbar .navbar-nav > .nav-item.show {
	background: rgba(0, 0, 0, 0.05);
}
.topbar .profile-pic {
	width: 30px;
	border-radius: 100%;
}
.topbar .dropdown-menu {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	border-color: rgba(120, 130, 140, 0.13);
	margin: 0 0 0 !important;
}
.topbar .dropdown-menu .dropdown-item {
	padding: 4px 13px 4px 3px !important;
}
.topbar #AlertRowZ1 .dropdown-item{
	padding: 9px 0.5rem !important;
	display: flex;
	align-items: center;
}
.topbar #AlertRowZ1 .dropdown-item:active{
	color: inherit !important;
}
.topbar #AlertRowZ1 #AlertRowZ2 a> :first-child {
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topbar ul.dropdown-user {
	padding: 0px;
	width: auto;
}
.topbar ul.dropdown-user li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.topbar ul.dropdown-user li.divider {
	height: 1px;
	margin: 4px 0;
	overflow: hidden;
	background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li .dw-user-box {
	padding: 5px 11px;
}
.topbar ul.dropdown-user li .dw-user-box .u-img {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}
.topbar ul.dropdown-user li .dw-user-box .u-img img {
	width: 100%;
	border-radius: 5px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text {
	display: inline-block;
	padding-left: 10px;
	padding-top: 4px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
	margin: 0px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text p {
	margin-bottom: 2px;
	font-size: 14px;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
	color: #ffffff;
	padding: 5px 10px;
	display: inline-block;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
	background: #f36927;
}
.topbar ul.dropdown-user li a:not(#google_translate_element a) {
	padding: 9px 15px;
	display: block;
	color: #252540;
}
.topbar ul.dropdown-user #google_translate_element a{
	flex-wrap: nowrap !important;
	margin-left: 0 !important;
	padding-left: 7px;
}
.goog-te-gadget-simple{
	padding-top: 0 !important;
	padding-bottom: 2px !important;
}
#dropdown-user #sidebarnav2 li a.clear-google-translate{
    position: relative;
    margin-left: 10px;
}
#google_translate_element a span {
    font-weight: 500;
    text-decoration: none;
    font-family: 'Inter';
}
.topbar ul.dropdown-user li a:hover {
	background: #fff;
	color: #e15817;
	text-decoration: none;
}

.search-box .app-search {
	position: absolute;
	margin: 0px;
	display: block;
	z-index: 110;
	width: 100%;
	top: -1px;
	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0px;
}
.search-box .app-search input {
	width: 100%;
	padding: 25px 40px 25px 20px;
	border-radius: 0px;
	font-size: 17px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
.search-box .app-search .srh-btn {
	position: absolute;
	top: 23px;
	cursor: pointer;
	background: #ffffff;
	width: 15px;
	height: 15px;
	right: 20px;
	font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
	width: 60px;
	text-align: center;
}

/*******************
Breadcrumb and page title
*******************/
.page-titles {
	padding: 15px 0;
}
.page-titles h3 {
	margin-bottom: 0px;
	margin-top: 8px;
}
.page-titles .breadcrumb {
	padding: 0px;
	background: transparent;
	font-size: 14px;
}
.page-titles .breadcrumb li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "\e649";
	font-family: themify;
	color: #a6b7bf;
	font-size: 11px;
}
.page-titles .breadcrumb .breadcrumb-item.active {
	color: #99abb4;
}

/*******************
Right side toggle
*******************/
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.right-side-toggle {
	position: relative;
}

.right-side-toggle i {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 18px;
	left: 18px;
}

.right-sidebar {
	position: fixed;
	right: -240px;
	width: 240px;
	display: none;
	z-index: 1100;
	background: #ffffff;
	top: 0px;
	padding-bottom: 20px;
	height: 100%;
	-webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.right-sidebar .rpanel-title {
	display: block;
	padding: 24px 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	background: #009efb;
}
.right-sidebar .rpanel-title span {
	float: right;
	cursor: pointer;
	font-size: 11px;
}
.right-sidebar .rpanel-title span:hover {
	color: #ffffff;
}
.right-sidebar .r-panel-body {
	padding: 20px;
}
.right-sidebar .r-panel-body ul {
	margin: 0px;
	padding: 0px;
}
.right-sidebar .r-panel-body ul li {
	list-style: none;
	padding: 5px 0;
}

.shw-rside {
	right: 0px;
	width: 240px;
	display: block;
}

.chatonline img {
	margin-right: 10px;
	float: left;
	width: 30px;
}

.chatonline li a {
	padding: 13px 0;
	float: left;
	width: 100%;
}
.chatonline li a span {
	color: #99abb4;
}
.chatonline li a span small {
	display: block;
	font-size: 10px;
}

/*******************
Right side toggle
*******************/
ul#themecolors {
	display: block;
}
ul#themecolors li {
	display: inline-block;
}
ul#themecolors li:first-child {
	display: block;
}
ul#themecolors li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 5px;
	color: transparent;
	position: relative;
}

ul#themecolors li a.working:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	text-align: center;
}

.default-theme {
	background: #99abb4;
}

.green-theme {
	background: #85b840;
}
.green {
	color: #85b840;
}
.red {
	color: #fb3a3a;
}
.yellow-theme {
	background: #ffb22b;
}

.red-theme {
	background: #fc4b6c;
}

.blue-theme {
	background: #1e88e5;
}

.purple-theme {
	background: #7460ee;
}

.megna-theme {
	background: #00897b;
}

.default-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#99abb4 23%,
		#99abb4 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#99abb4 23%,
		#99abb4 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #99abb4),
		color-stop(99%, #99abb4)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#99abb4 23%,
		#99abb4 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#99abb4 23%,
		#99abb4 99%
	);
}

.green-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#26c6da 23%,
		#26c6da 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#00c292 23%,
		#26c6da 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #26c6da),
		color-stop(99%, #26c6da)
	);
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#26c6da 23%,
		#26c6da 99%
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#26c6da 23%,
		#26c6da 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#26c6da 23%,
		#26c6da 99%
	);
}

.yellow-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #fc4b6c),
		color-stop(99%, #fc4b6c)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
}

.blue-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#1e88e5 23%,
		#1e88e5 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#1e88e5 23%,
		#1e88e5 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #1e88e5),
		color-stop(99%, #1e88e5)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#1e88e5 23%,
		#1e88e5 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#1e88e5 23%,
		#1e88e5 99%
	);
}

.purple-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#7460ee 23%,
		#7460ee 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#7460ee 23%,
		#7460ee 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #7460ee),
		color-stop(99%, #7460ee)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#7460ee 23%,
		#7460ee 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#7460ee 23%,
		#7460ee 99%
	);
}

.megna-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#00897b 23%,
		#00897b 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#00897b 23%,
		#00897b 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #00897b),
		color-stop(99%, #00897b)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#00897b 23%,
		#00897b 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#00897b 23%,
		#00897b 99%
	);
}

.red-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#263238),
		color-stop(23%, #263238),
		color-stop(23%, #fc4b6c),
		color-stop(99%, #fc4b6c)
	);
	background: -o-linear-gradient(
		left,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
	background: linear-gradient(
		to right,
		#263238 0%,
		#263238 23%,
		#fc4b6c 23%,
		#fc4b6c 99%
	);
}

/*******************
page title
*******************/
.page-titles {
	padding-bottom: 20px;
}

/*******************
Footer
*******************/
.footer {
	bottom: 0;
	left: 0px;
	padding: 3px 0px;
	/* position: absolute; */
	right: 0;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	background: #eee;
	text-align: inherit !important;
	margin-right: inherit !important;
	margin-left: inherit !important;
	display: flex;
	width: 100%;
}

/*******************
Card title
*******************/
.card {
	margin-bottom: 30px;
}
.card .card-subtitle {
	font-weight: 300;
	margin-bottom: 15px;
	color: #99abb4;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
	color: rgba(255, 255, 255, 0.65);
}

.card-success {
	background: #26c6da;
	border-color: #26c6da;
}

.card-danger {
	background: #fc4b6c;
	border-color: #fc4b6c;
}

.card-warning {
	background: #ffb22b;
	border-color: #ffb22b;
}

.card-info {
	background: #1e88e5;
	border-color: #1e88e5;
}

.card-primary {
	background: #7460ee;
	border-color: #7460ee;
}

.card-dark {
	background: #2f3d4a;
	border-color: #2f3d4a;
}

.card-megna {
	background: #00897b;
	border-color: #00897b;
}

/*============================================================== 
Buttons page
 ============================================================== */
.button-group .btn {
	margin-bottom: 5px;
	margin-right: 5px;
}

.no-button-group .btn {
	margin-bottom: 5px;
	margin-right: 0px;
}

.btn .text-active {
	display: none;
}

.btn.active .text-active {
	display: inline-block;
}

.btn.active .text {
	display: none;
}

/*============================================================== 
Cards page
 ============================================================== */
.card-actions {
	float: right;
}
.card-actions a {
	cursor: pointer;
	color: #99abb4;
	opacity: 0.7;
	padding-left: 7px;
	font-size: 13px;
}
.card-actions a:hover {
	opacity: 1;
}

.card-columns .card {
	margin-bottom: 20px;
}

.collapsing {
	-webkit-transition: height 0.08s ease;
	-o-transition: height 0.08s ease;
	transition: height 0.08s ease;
}

.card-info {
	background: #1e88e5;
	border-color: #1e88e5;
}

.card-primary {
	background: #7460ee;
	border-color: #7460ee;
}

.card-outline-info {
	border-color: #1e88e5;
}
.card-outline-info .card-header {
	background: #1e88e5;
	border-color: #1e88e5;
}

.card-outline-inverse {
	border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
	background: #2f3d4a;
	border-color: #2f3d4a;
}

.card-outline-warning {
	border-color: #ffb22b;
}
.card-outline-warning .card-header {
	background: #ffb22b;
	border-color: #ffb22b;
}

.card-outline-success {
	border-color: #26c6da;
}
.card-outline-success .card-header {
	background: #26c6da;
	border-color: #26c6da;
}

.card-outline-danger {
	border-color: #fc4b6c;
}
.card-outline-danger .card-header {
	background: #fc4b6c;
	border-color: #fc4b6c;
}

.card-outline-primary {
	border-color: #7460ee;
}
.card-outline-primary .card-header {
	background: #7460ee;
	border-color: #7460ee;
}

/*============================================================== 
Breadcrumb
 ============================================================== */
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
	color: #ffffff;
}
.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
	opacity: 0.7;
}

.bc-colored .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
	margin-bottom: 0px;
}

/*============================================================== 
Ui-bootstrap
 ============================================================== */
ul.list-icons {
	margin: 0px;
	padding: 0px;
}
ul.list-icons li {
	list-style: none;
	line-height: 30px;
	margin: 5px 0;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
ul.list-icons li a {
	color: #99abb4;
}
ul.list-icons li a:hover {
	color: #009efb;
}
ul.list-icons li i {
	font-size: 13px;
	padding-right: 8px;
}

ul.list-inline li {
	display: inline-block;
	padding: 0 8px;
}

ul.two-part {
	margin: 0px;
}
ul.two-part li {
	width: 48.8%;
}

/*Accordion*/
html body .accordion .card {
	margin-bottom: 0px;
}

/*============================================================== 
 flot chart
 ============================================================== */
.flot-chart {
	display: block;
	height: 400px;
}

.flot-chart-content {
	width: 100%;
	height: 100%;
}

html body .jqstooltip,
html body .flotTip {
	width: auto !important;
	height: auto !important;
	background: #263238;
	color: #ffffff;
	padding: 5px 10px;
}

/*============================================================== 
Easy pie chart 
 ============================================================== */
.chart {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart.chart-widget-pie {
	margin-top: 5px;
	margin-bottom: 5px;
}

.pie-chart > span {
	left: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chart > span > img {
	left: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 60%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

.percent {
	display: inline-block;
	line-height: 100px;
	z-index: 2;
	font-weight: 600;
	font-size: 18px;
	color: #263238;
}
.percent:after {
	content: "%";
	margin-left: 0.1em;
	font-size: 0.8em;
}

/*============================================================== 
Dashboard1 chart
 ============================================================== */
.ct-charts {
	position: relative;
}

.amp-pxl {
	position: relative;
}
.amp-pxl .ct-series-a .ct-bar {
	stroke: #1e88e5;
}
.amp-pxl .ct-series-b .ct-bar {
	stroke: #26c6da;
}

.c3-chart-arcs-title,
.c3-legend-item {
	font-family: "Open Sans", "Poppins", sans-serif !important;
	fill: #99abb4;
}

html body #visitor .c3-chart-arcs-title {
	font-size: 18px;
	fill: #99abb4;
}

.stylish-table thead th {
	font-weight: 400;
	color: #99abb4;
	border: 0px;
	border-bottom: 1px;
}

.stylish-table tbody tr {
	border-left: 4px solid #ffffff;
}
.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
	border-left: 4px solid #009efb;
}

.stylish-table tbody td {
	vertical-align: middle;
}
.stylish-table tbody td h6 {
	font-weight: 500;
	margin-bottom: 0px;
	white-space: nowrap;
}
.stylish-table tbody td small {
	line-height: 12px;
	white-space: nowrap;
}

/*============================================================== 
Dashboard2 chart
 ============================================================== */
.campaign {
	height: 280px;
}
.campaign .ct-series-a .ct-area {
	fill-opacity: 0.2;
	fill: url(#gradient);
}
.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
	stroke: #26c6da;
	stroke-width: 2px;
}
.campaign .ct-series-b .ct-area {
	fill: #1e88e5;
	fill-opacity: 0.1;
}
.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
	stroke: #1e88e5;
	stroke-width: 2px;
}
.campaign .ct-series-a .ct-point,
.campaign .ct-series-b .ct-point {
	stroke-width: 6px;
}

.campaign2 .ct-series-a .ct-area {
	fill-opacity: 0.2;
	fill: url(#gradient);
}

.campaign2 .ct-series-a .ct-line,
.campaign2 .ct-series-a .ct-point {
	stroke: #26c6da;
	stroke-width: 2px;
}

.campaign2 .ct-series-b .ct-area {
	fill: #1e88e5;
	fill-opacity: 0.1;
}

.campaign2 .ct-series-b .ct-line,
.campaign2 .ct-series-b .ct-point {
	stroke: #1e88e5;
	stroke-width: 2px;
}

.campaign2 .ct-series-a .ct-point,
.campaign2 .ct-series-b .ct-point {
	stroke-width: 6px;
}

.usage .ct-series-a .ct-line {
	stroke-width: 3px;
	stroke: rgba(255, 255, 255, 0.5);
}

/*============================================================== 
Dashboard3 chart
 ============================================================== */
.total-sales {
	position: relative;
}
.total-sales .chartist-tooltip {
	background: #26c6da;
}
.total-sales .ct-series-a .ct-bar {
	stroke: #0f8edd;
}
.total-sales .ct-series-b .ct-bar {
	stroke: #11a0f8;
}
.total-sales .ct-series-c .ct-bar {
	stroke: #51bdff;
}

.ct-chart {
	position: relative;
}
.ct-chart .ct-series-a .ct-slice-donut {
	stroke: #26c6da;
}
.ct-chart .ct-series-b .ct-slice-donut {
	stroke: #f2f4f8;
}
.ct-chart .ct-series-c .ct-slice-donut {
	stroke: #1e88e5;
}

#visitfromworld path.jvectormap-region.jvectormap-element {
	stroke-width: 1px;
	stroke: #99abb4;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
	background: #99abb4;
}

.browser td {
	vertical-align: middle;
	padding-left: 0px;
}

#calendar .fc-today-button {
	display: none;
}

.calendar-events {
	padding: 8px 10px;
	border: 1px solid #ffffff;
	cursor: move;
}
.calendar-events:hover {
	border: 1px dashed rgba(120, 130, 140, 0.13);
}
.calendar-events i {
	margin-right: 8px;
}

/*============================================================== 
Dashboard4 chart
 ============================================================== */
.total-revenue4 {
	position: relative;
}
.total-revenue4 .ct-series-a .ct-line {
	stroke: #1e88e5;
	stroke-width: 1px;
}
.total-revenue4 .ct-series-a .ct-point {
	stroke: #1e88e5;
	stroke-width: 5px;
}
.total-revenue4 .ct-series-b .ct-line {
	stroke: #26c6da;
	stroke-width: 1px;
}
.total-revenue4 .ct-series-b .ct-point {
	stroke: #26c6da;
	stroke-width: 5px;
}
.total-revenue4 .ct-series-a .ct-area {
	fill: #1e88e5;
	fill-opacity: 0.2;
}
.total-revenue4 .ct-series-b .ct-area {
	fill: #26c6da;
	fill-opacity: 0.2;
}

/*============================================================== 
Widget-data
 ============================================================== */
.sparkchart {
	margin-bottom: -2px;
}

/*============================================================== 
File upload
 ============================================================== */
.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 23px;
	height: 100%;
	width: 100%;
	direction: ltr;
	cursor: pointer;
	border-radius: 0px;
}

.fileinput .input-group-addon {
	border: none;
	border-bottom: 1px solid #d9d9d9;
	background: #ffffff;
	margin-bottom: 1px;
}

.fileinput .form-control {
	padding-top: 7px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: text;
}

.fileinput .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}

.fileinput .thumbnail > img {
	max-height: 100%;
}

.fileinput .btn {
	vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
	display: none;
}

.fileinput-inline .fileinput-controls {
	display: inline;
}

.fileinput-filename {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

.form-control .fileinput-filename {
	vertical-align: bottom;
}

.fileinput.input-group > * {
	position: relative;
	z-index: 2;
}

.fileinput.input-group > .btn-file {
	z-index: 1;
}

/*============================================================== 
widget-chart-page product review
 ============================================================== */
.product-review {
	margin: 0px;
	padding: 25px;
}
.product-review li {
	display: block;
	padding: 20px 0;
	list-style: none;
}
.product-review li .font,
.product-review li span {
	display: inline-block;
	margin-left: 10px;
}

.social-profile {
	text-align: center;
	background: rgba(7, 10, 43, 0.8);
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
	border: 0px;
	padding: 15px 20px;
	color: #99abb4;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
	/*border-bottom: 2px solid #2a96c6 !important;*/
	border-bottom: 2px solid #f36927 !important;
	/*color: #2a96c6 !important;*/
	color: #f36927 !important;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
	/*color: #2a96c6 !important;*/
	color: #f36927 !important;
}

/*============================================================== 
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not(.open_filter .bootstrap-select):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):not(.lc-select) {
	width: 100% !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
	border-color: #d9d9d9;
	height: 38px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 33px;
}

.input-form .btn {
	padding: 10px 12px;
}

/*============================================================== 
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
	overflow: hidden;
}

.form-material .form-control {
	background-color: transparent;
	background-position: center bottom, center calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 0 2px, 100% 1px;
	padding: 0;
	-webkit-transition: background 0s ease-out 0s;
	-o-transition: background 0s ease-out 0s;
	transition: background 0s ease-out 0s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#f37926),
			to(#f37926)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#f37926, #f37926),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#f37926, #f37926),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#f37926, #f37926),
		linear-gradient(#d9d9d9, #d9d9d9);
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
	background-size: 100% 2px, 100% 1px;
	outline: 0 none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.form-control-line .form-group {
	overflow: hidden;
}

.form-control-line .form-control {
	border: 0px;
	border-radius: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #d9d9d9;
}
.form-control-line .form-control:focus {
	border-bottom: 1px solid #009efb;
}

/*============================================================== 
Form Material BLUE page
 ============================================================== */
/*Material inputs BLUE*/
.form-materialb .form-group {
	overflow: hidden;
}

.form-materialb .form-control {
	background-color: transparent;
	background-position: center bottom, center calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 0 2px, 100% 1px;
	padding: 0;
	-webkit-transition: background 0s ease-out 0s;
	-o-transition: background 0s ease-out 0s;
	transition: background 0s ease-out 0s;
}

.form-materialb .form-control,
.form-materialb .form-control.focus,
.form-materialb .form-control:focus {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#f37926),
			to(#f37926)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#0b70ae, #0b70ae),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#0b70ae, #0b70ae),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#0b70ae, #0b70ae),
		linear-gradient(#d9d9d9, #d9d9d9);
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
}

.form-materialb .form-control.focus,
.form-materialb .form-control:focus {
	background-size: 100% 2px, 100% 1px;
	outline: 0 none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
	position: relative;
}

.floating-labels .form-control {
	padding: 10px 10px 10px 0;
	display: block !important;
	border: none;
	font-family: "Open-sans", sans-serif !important;
	border-radius: 0px;
	border-bottom: 1px solid #d9d9d9;
}

.floating-labels select.form-control > option {
	font-size: 14px;
}

.floating-labels .has-error .form-control {
	border-bottom: 1px solid #fc4b6c;
}

.floating-labels .has-warning .form-control {
	border-bottom: 1px solid #ffb22b;
}

.floating-labels .has-success .form-control {
	border-bottom: 1px solid #26c6da;
}

.floating-labels .form-control:focus {
	outline: none;
	border: none;
}

.floating-labels label {
	color: #99abb4;
	position: absolute;
	cursor: auto;
	top: 5px;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-labels .focused label {
	top: -20px;
	font-size: 12px;
	color: #263238;
}

.floating-labels .bar {
	position: relative;
	display: block;
}

.floating-labels .bar:before,
.floating-labels .bar:after {
	content: "";
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #009efb;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-labels .bar:before {
	left: 50%;
}

.floating-labels .bar:after {
	right: 50%;
}

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
	width: 50%;
}

.floating-labels .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
	font-size: 24px;
}

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
	font-size: 16px;
}

.has-warning .bar:before,
.has-warning .bar:after {
	background: #ffb22b;
}

.has-success .bar:before,
.has-success .bar:after {
	background: #26c6da;
}

.has-error .bar:before,
.has-error .bar:after {
	background: #fc4b6c;
}

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
	color: #ffb22b;
}

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
	color: #26c6da;
}

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
	color: #fc4b6c;
}

.has-feedback label ~ .t-0 {
	top: 0;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
	border: 1px solid #fc4b6c;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
	border: 1px solid #26c6da;
}

.form-group.error .help-block ul {
	padding: 0px;
	color: #fc4b6c;
}
.form-group.error .help-block ul li {
	list-style: none;
}

.form-group.issue .help-block ul {
	padding: 0px;
	color: #ffb22b;
}
.form-group.issue .help-block ul li {
	list-style: none;
}

/*******************
Pagination
******************/
.pagination-circle li.active a {
	background: #26c6da;
}

.pagination-circle li a {
	width: 40px;
	height: 40px;
	background: #f2f4f8;
	border: 0px;
	text-align: center;
	border-radius: 100%;
}
.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
	border-radius: 100%;
}
.pagination-circle li a:hover {
	background: #26c6da;
	color: #ffffff;
}

.pagination-circle li.disabled a {
	background: #f2f4f8;
	color: rgba(120, 130, 140, 0.13);
}

/*******************
Form Dropzone
******************/
.dropzone {
	border: 2px dashed #1e7ca2;
}
.dropzone .dz-message {
	padding: 5% 0;
	margin: 0px;
}

/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
	max-width: 260px;
}

.asColorPicker-trigger {
	position: absolute;
	top: 0;
	right: -35px;
	height: 38px;
	width: 37px;
	border: 0;
}

.asColorPicker-clear {
	display: none;
	position: absolute;
	top: 5px;
	right: 10px;
	text-decoration: none;
}

table th {
	font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #009efb;
}

/*******************
Form icheck
******************/
.icolors,
.icheck-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.icolors > li {
	padding: 0;
	margin: 2px;
	float: left;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #263238;
	text-align: center;
}

.icolors > li.active:after {
	content: "\2713 ";
	color: #ffffff;
	line-height: 30px;
}

.icolors > li:first-child {
	margin-left: 0;
}

.icolors > li.orange {
	background: #fc4b6c;
}

.icolors > li.yellow {
	background: #ffb22b;
}

.icolors > li.info {
	background: #1e88e5;
}

.icolors > li.green {
	background: #26c6da;
}

.icolors > li.red {
	background: #fb3a3a;
}

.icolors > li.purple {
	background: #7460ee;
}

.icolors > li.blue {
	background: #02bec9;
}

.icheck-list {
	float: left;
	padding-right: 50px;
	padding-top: 10px;
}

.icheck-list li {
	padding-bottom: 5px;
}

.icheck-list li label {
	padding-left: 10px;
}

/*******************
Form summernote
******************/
.note-popover,
.note-icon-caret {
	display: none;
}

.note-editor.note-frame {
	border: 1px solid #d9d9d9;
}
.note-editor.note-frame .panel-heading {
	padding: 6px 10px 10px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
	display: inline-block;
}

/*******************
Table-Layout
******************/
.table thead th,
.table th {
	border: 0px;
}

.color-table.primary-table thead th {
	background-color: #7460ee;
	color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #f2f4f8;
}

.isDataTables > tbody > tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.06);
}

.color-table.success-table thead th {
	background-color: #26c6da;
	color: #ffffff;
}

.color-table.info-table thead th {
	background-color: #1e88e5;
	color: #ffffff;
}

.color-table.warning-table thead th {
	background-color: #ffb22b;
	color: #ffffff;
}

.color-table.danger-table thead th {
	background-color: #fc4b6c;
	color: #ffffff;
}

.color-table.inverse-table thead th {
	background-color: #2f3d4a;
	color: #ffffff;
}

.color-table.dark-table thead th {
	background-color: #263238;
	color: #ffffff;
}

.color-table.red-table thead th {
	background-color: #fb3a3a;
	color: #ffffff;
}

.color-table.purple-table thead th {
	background-color: #7460ee;
	color: #ffffff;
}

.color-table.muted-table thead th {
	background-color: #99abb4;
	color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
	border: 2px solid #7460ee;
}
.color-bordered-table.primary-bordered-table thead th {
	background-color: #7460ee;
	color: #ffffff;
}

.color-bordered-table.success-bordered-table {
	border: 2px solid #26c6da;
}
.color-bordered-table.success-bordered-table thead th {
	background-color: #26c6da;
	color: #ffffff;
}

.color-bordered-table.info-bordered-table {
	border: 2px solid #1e88e5;
}
.color-bordered-table.info-bordered-table thead th {
	background-color: #1e88e5;
	color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
	border: 2px solid #ffb22b;
}
.color-bordered-table.warning-bordered-table thead th {
	background-color: #ffb22b;
	color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
	border: 2px solid #fc4b6c;
}
.color-bordered-table.danger-bordered-table thead th {
	background-color: #fc4b6c;
	color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
	border: 2px solid #2f3d4a;
}
.color-bordered-table.inverse-bordered-table thead th {
	background-color: #2f3d4a;
	color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
	border: 2px solid #263238;
}
.color-bordered-table.dark-bordered-table thead th {
	background-color: #263238;
	color: #ffffff;
}

.color-bordered-table.red-bordered-table {
	border: 2px solid #fb3a3a;
}
.color-bordered-table.red-bordered-table thead th {
	background-color: #fb3a3a;
	color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
	border: 2px solid #7460ee;
}
.color-bordered-table.purple-bordered-table thead th {
	background-color: #7460ee;
	color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
	border: 2px solid #99abb4;
}
.color-bordered-table.muted-bordered-table thead th {
	background-color: #99abb4;
	color: #ffffff;
}

.full-color-table.full-primary-table {
	background-color: #f1effd;
}
.full-color-table.full-primary-table thead th {
	background-color: #7460ee;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-primary-table tbody td {
	border: 0;
}
.full-color-table.full-primary-table tr:hover {
	background-color: #7460ee;
	color: #ffffff;
}

.full-color-table.full-success-table {
	background-color: #e8fdeb;
}
.full-color-table.full-success-table thead th {
	background-color: #26c6da;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-success-table tbody td {
	border: 0;
}
.full-color-table.full-success-table tr:hover {
	background-color: #26c6da;
	color: #ffffff;
}

.full-color-table.full-info-table {
	background-color: #cfecfe;
}
.full-color-table.full-info-table thead th {
	background-color: #1e88e5;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-info-table tbody td {
	border: 0;
}
.full-color-table.full-info-table tr:hover {
	background-color: #1e88e5;
	color: #ffffff;
}

.full-color-table.full-warning-table {
	background-color: #fff8ec;
}
.full-color-table.full-warning-table thead th {
	background-color: #ffb22b;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-warning-table tbody td {
	border: 0;
}
.full-color-table.full-warning-table tr:hover {
	background-color: #ffb22b;
	color: #ffffff;
}

.full-color-table.full-danger-table {
	background-color: #f9e7eb;
}
.full-color-table.full-danger-table thead th {
	background-color: #fc4b6c;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-danger-table tbody td {
	border: 0;
}
.full-color-table.full-danger-table tr:hover {
	background-color: #fc4b6c;
	color: #ffffff;
}

.full-color-table.full-inverse-table {
	background-color: #f6f6f6;
}
.full-color-table.full-inverse-table thead th {
	background-color: #2f3d4a;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-inverse-table tbody td {
	border: 0;
}
.full-color-table.full-inverse-table tr:hover {
	background-color: #2f3d4a;
	color: #ffffff;
}

.full-color-table.full-dark-table {
	background-color: rgba(43, 43, 43, 0.8);
}
.full-color-table.full-dark-table thead th {
	background-color: #263238;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-dark-table tbody td {
	border: 0;
	color: #ffffff;
}
.full-color-table.full-dark-table tr:hover {
	background-color: #263238;
	color: #ffffff;
}

.full-color-table.full-red-table {
	background-color: #f9e7eb;
}
.full-color-table.full-red-table thead th {
	background-color: #fb3a3a;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-red-table tbody td {
	border: 0;
}
.full-color-table.full-red-table tr:hover {
	background-color: #fb3a3a;
	color: #ffffff;
}

.full-color-table.full-purple-table {
	background-color: #f1effd;
}
.full-color-table.full-purple-table thead th {
	background-color: #7460ee;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-purple-table tbody td {
	border: 0;
}
.full-color-table.full-purple-table tr:hover {
	background-color: #7460ee;
	color: #ffffff;
}

.full-color-table.full-muted-table {
	background-color: rgba(152, 166, 173, 0.2);
}
.full-color-table.full-muted-table thead th {
	background-color: #99abb4;
	border: 0;
	color: #ffffff;
}
.full-color-table.full-muted-table tbody td {
	border: 0;
}
.full-color-table.full-muted-table tr:hover {
	background-color: #99abb4;
	color: #ffffff;
}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
	padding-top: 10px;
}

.dt-buttons {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 15px;
}
.dt-buttons .dt-button {
	padding: 5px 15px;
	border-radius: 4px;
	background: #009efb;
	color: #ffffff;
	margin-right: 3px;
}
.dt-buttons .dt-button:hover {
	background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
	display: inline-block;
}

.dataTables_length {
	margin-top: 10px;
}
.dataTables_length select {
	border: 0;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	padding-bottom: 5px;
}
.dataTables_length select:focus {
	outline: none;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.dataTables_filter {
	float: right;
	margin-top: 10px;
}
.dataTables_filter input {
	border: 0;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 10px;
}
.dataTables_filter input:focus {
	outline: none;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background: transparent;
}

table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	margin-left: 10px;
	font-family: fontawesome;
	cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	margin-left: 10px;
	font-family: fontawesome;
	cursor: pointer;
}

table.dataTable thead .sorting:after {
	content: "\f0dc";
	margin-left: 10px;
	font-family: fontawesome !important;
	cursor: pointer;
	color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	*cursor: hand;
	color: #99abb4;
	border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #ffffff !important;
	border: 1px solid #009efb;
	background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #99abb4;
	border: 1px solid #ddd;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white;
	border: 1px solid #009efb;
	background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #99abb4;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
	color: #99abb4 !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
	display: block;
}

.paging_simple_numbers .pagination .paginate_button {
	padding: 0px;
	background: #ffffff;
}
.paging_simple_numbers .pagination .paginate_button:hover {
	background: #ffffff;
}
.paging_simple_numbers .pagination .paginate_button a {
	padding: 5px 10px;
	border-radius: 4px;
	border: 0px;
}
.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
	background: #1e88e5;
	color: #ffffff;
}

/*******************
Table- Footable
******************/
#demo-show-entries {
	border: 0;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	padding-bottom: 5px;
	color: #99abb4;
}
#demo-show-entries:focus {
	outline: none;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#demo-input-search2 {
	border: 0;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-transition: background 0s ease-out;
	-o-transition: background 0s ease-out;
	transition: background 0s ease-out;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	margin-left: 10px;
	color: #99abb4;
}
#demo-input-search2:focus {
	outline: none;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#009efb),
			to(#009efb)
		),
		-webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
	background-image: -webkit-linear-gradient(#009efb, #009efb),
		-webkit-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: -o-linear-gradient(#009efb, #009efb),
		-o-linear-gradient(#d9d9d9, #d9d9d9);
	background-image: linear-gradient(#009efb, #009efb),
		linear-gradient(#d9d9d9, #d9d9d9);
	background-size: 100% 2px, 100% 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.footable .pagination li a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0275d8;
	background-color: #ffffff;
	border: 1px solid #ddd;
}

.footable .pagination li.active a {
	z-index: 2;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8;
}

.footable .pagination li.disabled a {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #ddd;
}

.footable .pagination li:first-child a {
	margin-left: 0;
	border-bottom-left-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.footable-odd {
	background: #f2f4f8;
}

/*******************
Icon list fontawesom
******************/
.icon-list-demo div {
	cursor: pointer;
	line-height: 60px;
	white-space: nowrap;
	color: #99abb4;
}
.icon-list-demo div:hover {
	color: #263238;
}
.icon-list-demo div p {
	margin: 10px 0;
	padding: 5px 0;
}

.icon-list-demo i {
	-webkit-transition: all 0.2s;
	-webkit-transition: font-size 0.2s;
	display: inline-block;
	font-size: 18px;
	margin: 0 15px 0 10px;
	text-align: left;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-o-transition: font-size 0.2s;
	transition: font-size 0.2s;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.icon-list-demo .col-md-4,
.icon-list-demo .col-3 {
	border-radius: 4px;
}
.icon-list-demo .col-md-4:hover,
.icon-list-demo .col-3:hover {
	background-color: #ebf3f5;
}

.icon-list-demo .div:hover i {
	font-size: 2em;
}

/*******************
Icon list material icon
******************/
.material-icon-list-demo .mdi {
	font-size: 21px;
}

/*******************
Gridstack Dragable portlet
******************/
.grid-stack-item-content {
	background: #fff;
	color: #2b2b2b;
	text-align: center;
	font-size: 20px;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
	border: 1px solid rgba(120, 130, 140, 0.13);
}

/*******************
Bootstrap Switch
******************/
.bootstrap-switch,
.bootstrap-switch-focused {
	box-shadow: none !important;
}
.bootstrap-switch,
.bootstrap-switch .bootstrap-switch-container {
	border-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	color: #ffffff;
	background: #2a96c6 !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
	color: #ffffff;
	background: #1e88e5;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
	color: #ffffff;
	background: #26c6da;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
	color: #ffffff;
	background: #ffb22b;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
	color: #ffffff;
	background: #fc4b6c;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
	color: #263238;
	background: #f2f4f8;
}

.onoffswitch {
	position: relative;
	width: 90px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #26c6da;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 27px;
	background-color: #26c6da;
	color: #ffffff;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 24px;
	background-color: #eeeeee;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 23px;
	margin: 6px;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 56px;
	border: 2px solid #26c6da;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

/*******************
Date paginator page
******************/
.dp-selected[style] {
	background-color: #009efb !important;
}

.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
	padding: 0 5px;
	height: 60px;
	border: 1px solid rgba(120, 130, 140, 0.13);
	float: left;
	position: relative;
}

/*******************
sweet alert page
******************/
.model_img {
	cursor: pointer;
}

/*******************
Grid page
******************/
.show-grid {
	margin-bottom: 10px;
	padding: 0 15px;
}

.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d9d9d9;
	background-color: #f2f4f8;
}

/*******************
Vertical tabs
******************/
.vtabs:not(#barcode-tabs):not(#install-card .vtabs) {
	display: table;
}
.vtabs .tabs-vertical:not(#install-card .tabs-vertical) {
	width: 150px;
	border-bottom: 0px;
	border-right: 1px solid rgba(120, 130, 140, 0.25);
	display: table-cell;
	vertical-align: top;
}
.vtabs .tabs-vertical li .nav-link {
	color: #263238;
	margin-bottom: 10px;
	border: 0px;
	border-radius: 4px 0 0 4px;
}
.vtabs .tab-content:not(#install-card .tab-content) {
	display: flex;
	vertical-align: top;
	justify-content: center;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
	background: #009efb;
	border: 0px;
	color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
	background: #ffffff;
	border: 0px;
	border-right: 2px solid #009efb;
	margin-right: -1px;
	color: #009efb;
}

.tabcontent-border {
	border: 1px solid #ddd;
	border-top: 0px;
}

.customtab2 li a.nav-link {
	border: 0px;
	margin-right: 3px;
	color: #99abb4;
}
.customtab2 li a.nav-link.active {
	background: #009efb;
	color: #ffffff;
}
.customtab2 li a.nav-link:hover {
	color: #ffffff;
	background: #009efb;
}

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}

.progress-vertical-bottom {
	min-height: 250px;
	height: 250px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.progress-animated {
	-webkit-animation-duration: 5s;
	-webkit-animation-name: myanimation;
	-webkit-transition: 5s all;
	animation-duration: 5s;
	animation-name: myanimation;
	-o-transition: 5s all;
	transition: 5s all;
}

@-webkit-keyframes myanimation {
	from {
		width: 0;
	}
}

@keyframes myanimation {
	from {
		width: 0;
	}
}

/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
	background-color: #252540;
	color: #ffffff;
}

.jq-icon-success {
	background-color: #26c6da;
	color: #ffffff;
}

.jq-icon-error {
	background-color: #fc4b6c;
	color: #ffffff;
}

.jq-icon-warning {
	background-color: #ffb22b;
	color: #ffffff;
}

.alert-rounded {
	border-radius: 60px;
}

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
	background: #f2f4f8;
}

.list-group-item.active,
.list-group .list-group-item.active:hover {
	background: #009efb;
	border-color: #009efb;
}

.list-group-item.disabled {
	color: #99abb4;
	background: #f2f4f8;
}

.media {
	border: 1px solid rgba(120, 130, 140, 0.13);
	margin-bottom: 10px;
	padding: 15px;
}

/*******************
User card page
******************/
.el-element-overlay .white-box {
	padding: 0px;
}

.el-element-overlay .el-card-item {
	position: relative;
	padding-bottom: 25px;
}
.el-element-overlay .el-card-item .el-card-avatar {
	margin-bottom: 15px;
}
.el-element-overlay .el-card-item .el-card-content {
	text-align: center;
}
.el-element-overlay .el-card-item .el-card-content h3 {
	margin: 0px;
}
.el-element-overlay .el-card-item .el-card-content a {
	color: #99abb4;
}
.el-element-overlay .el-card-item .el-card-content a:hover {
	color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay-1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	width: 100%;
	height: auto;
}
.el-element-overlay .el-card-item .el-overlay-1:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	/* transform: scale(1.2) translateZ(0); */
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: transparent;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) translateZ(0);
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
	border-color: #ffffff;
	color: #ffffff;
	padding: 12px 15px 10px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
	background: #009efb;
	border-color: #009efb;
}
.el-element-overlay .el-card-item .el-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
	top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
	top: 100%;
	height: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
	top: 0px;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
	top: 0px;
	height: 100%;
}

/*******************
Timeline page
******************/
.timeline {
	position: relative;
	padding: 20px 0 20px;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #f2f4f8;
}

.timeline > li {
	position: relative;
	margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	float: left;
	position: relative;
	width: 46%;
	padding: 20px;
	border: 1px solid rgba(120, 130, 140, 0.13);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -8px;
	border-top: 8px solid transparent;
	border-right: 0 solid rgba(120, 130, 140, 0.13);
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline > li > .timeline-panel:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -7px;
	border-top: 7px solid transparent;
	border-right: 0 solid #ffffff;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ffffff;
}

.timeline > li > .timeline-badge {
	z-index: 10;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -8px;
	border-right-width: 8px;
	border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -7px;
	border-right-width: 7px;
	border-left-width: 0;
}

.timeline-badge.primary {
	background-color: #7460ee;
}

.timeline-badge.success {
	background-color: #26c6da;
}

.timeline-badge.warning {
	background-color: #ffb22b;
}

.timeline-badge.danger {
	background-color: #fc4b6c;
}

.timeline-badge.info {
	background-color: #1e88e5;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

/*******************
Horizontal Timeline page
******************/
.cd-horizontal-timeline .events a {
	padding-bottom: 6px;
	color: #009efb;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
	background: #009efb;
}

.cd-horizontal-timeline .events a.selected::after {
	border-color: #009efb;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
	background: #ffffff;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 8px 16px;
	height: auto;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	font-weight: 400;
	border-radius: 0;
}

.myadmin-dd-empty .dd-list .dd3-content {
	height: auto;
	border: 1px solid rgba(120, 130, 140, 0.13);
	padding: 8px 16px 8px 46px;
	background: #ffffff;
	font-weight: 400;
}

.myadmin-dd-empty .dd-list .dd3-handle {
	border: 1px solid rgba(120, 130, 140, 0.13);
	border-bottom: 0;
	background: #ffffff;
	height: 36px;
	width: 36px;
}

.dd3-handle:before {
	color: #99abb4;
	top: 7px;
}

/*******************
ribbons page
******************/
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
	position: relative;
	padding: 40px 15px 15px 15px;
}

.ribbon-vwrapper {
	padding: 15px 15px 15px 50px;
	position: relative;
}

.ribbon-overflow {
	overflow: hidden;
}

.ribbon-vwrapper-reverse {
	padding: 15px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
	padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
	padding: 15px 50px 50px 15px;
}

.ribbon-content {
	margin-bottom: 0px;
}

.ribbon {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	clear: left;
	position: absolute;
	top: 12px;
	left: -2px;
	color: #ffffff;
}

.ribbon-bookmark:before {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 15px solid #252540;
	border-right: 10px solid transparent;
}

.ribbon-right {
	left: auto;
	right: -2px;
}

.ribbon-bookmark.ribbon-right:before {
	right: 100%;
	left: auto;
	border-right: 15px solid #263238;
	border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
	clear: none;
	padding: 0 5px;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	left: 12px;
	top: -2px;
}

.ribbon-vertical-r {
	left: auto;
	right: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
	top: 100%;
	left: 0;
	margin-top: -14px;
	border-right: 15px solid #263238;
	border-bottom: 10px solid transparent;
}

.ribbon-badge {
	top: 15px;
	overflow: hidden;
	left: -90px;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ribbon-badge.ribbon-right {
	left: auto;
	right: -90px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
	top: auto;
	bottom: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon-badge.ribbon-right.ribbon-bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ribbon-corner {
	top: 0;
	left: 0;
	background-color: transparent !important;
	padding: 6px 0 0 10px;
}

.ribbon-corner i {
	position: relative;
}

.ribbon-corner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	border: 30px solid transparent;
	border-top-color: #009efb;
	border-left-color: #009efb;
}

.ribbon-corner.ribbon-right:before {
	right: 0;
	left: auto;
	border-right-color: #526069;
	border-left-color: transparent;
}

.ribbon-corner.ribbon-right {
	right: 0;
	left: auto;
	padding: 6px 10px 0 0;
}

.ribbon-corner.ribbon-bottom:before {
	top: auto;
	bottom: 0;
	border-top-color: transparent;
	border-bottom-color: #526069;
}

.ribbon-corner.ribbon-bottom {
	bottom: 0;
	top: auto;
	padding: 0 10px 6px 10px;
}

.ribbon-custom {
	background: #009efb;
}

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
	border-right-color: #009efb;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
	border-right-color: #009efb;
	border-bottom-color: transparent;
}

.ribbon-primary {
	background: #7460ee;
}

.ribbon-bookmark.ribbon-primary:before {
	border-color: #7460ee;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
	border-right-color: #7460ee;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
	border-right-color: #7460ee;
	border-bottom-color: transparent;
}

.ribbon-primary.ribbon-corner:before {
	border-top-color: #7460ee;
	border-left-color: #7460ee;
}

.ribbon-primary.ribbon-corner.ribbon-right:before {
	border-right-color: #7460ee;
	border-left-color: transparent;
}

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #7460ee;
}

.ribbon-success {
	background: #26c6da;
}

.ribbon-bookmark.ribbon-success:before {
	border-color: #26c6da;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
	border-right-color: #26c6da;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
	border-right-color: #26c6da;
	border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
	border-top-color: #26c6da;
	border-left-color: #26c6da;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
	border-right-color: #26c6da;
	border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #26c6da;
}

.ribbon-info {
	background: #1e88e5;
}

.ribbon-bookmark.ribbon-info:before {
	border-color: #1e88e5;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
	border-right-color: #1e88e5;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
	border-right-color: #1e88e5;
	border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
	border-top-color: #1e88e5;
	border-left-color: #1e88e5;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
	border-right-color: #1e88e5;
	border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #1e88e5;
}

.ribbon-warning {
	background: #ffb22b;
}

.ribbon-bookmark.ribbon-warning:before {
	border-color: #ffb22b;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
	border-right-color: #ffb22b;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
	border-right-color: #ffb22b;
	border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
	border-top-color: #ffb22b;
	border-left-color: #ffb22b;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
	border-right-color: #ffb22b;
	border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #ffb22b;
}

.ribbon-danger {
	background: #fc4b6c;
}

.ribbon-bookmark.ribbon-danger:before {
	border-color: #fc4b6c;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
	border-right-color: #fc4b6c;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
	border-right-color: #fc4b6c;
	border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
	border-top-color: #fc4b6c;
	border-left-color: #fc4b6c;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
	border-right-color: #fc4b6c;
	border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #fc4b6c;
}

.ribbon-default {
	background: #252540;
}

.ribbon-bookmark.ribbon-default:before {
	border-color: #252540;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
	border-right-color: #263238;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
	border-right-color: #263238;
	border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
	border-top-color: #263238;
	border-left-color: #263238;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
	border-right-color: #263238;
	border-left-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #263238;
}

/*******************
session ideal timeout page
******************/
#idletimeout {
	background: #009efb;
	border: 3px solid #009efb;
	color: #fff;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 100000;
	display: none;
}

#idletimeout a {
	color: #ffffff;
	font-weight: bold;
}

#idletimeout span {
	font-weight: bold;
}

/*******************
Stylish tooltip
******************/
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
	opacity: 1;
	font-size: 18px;
	pointer-events: auto;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mytooltip {
	display: inline;
	position: relative;
	z-index: 1;
}
.mytooltip:hover .tooltip-item::after {
	pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.mytooltip:hover .tooltip-content3 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
	color: #ffffff;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
}
.mytooltip:hover .tooltip-content5 {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.mytooltip:hover .tooltip-text3 {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-inner2 {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tooltip-item {
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	padding: 0 10px;
}

.tooltip-item::after {
	content: "";
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 360px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	-webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
	background: #2b2b2b;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}
.tooltip-content img {
	position: relative;
	height: 140px;
	display: block;
	float: left;
	margin-right: 1em;
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(106%);
	-ms-transform-origin: 50% calc(106%);
	transform-origin: 50% calc(106%);
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	-o-transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: ease,
		cubic-bezier(0.17, 0.67, 0.4, 1.39);
	-o-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
	transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em;
}

.tooltip-content::after {
	content: "";
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip-text {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 1.31em 1.21em 1.21em 0;
	color: #ffffff;
}

.tooltip-content2 {
	position: absolute;
	z-index: 9999;
	width: 80px;
	height: 80px;
	padding-top: 25px;
	left: 50%;
	margin-left: -40px;
	bottom: 100%;
	border-radius: 50%;
	text-align: center;
	background: #009efb;
	color: #ffffff;
	opacity: 0;
	margin-bottom: 20px;
	cursor: default;
	pointer-events: none;
}
.tooltip-content2 i {
	opacity: 0;
}

.tooltip-effect-6 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-6 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-6:hover .tooltip-content2 i {
	-webkit-transform: rotate3d(1, 1, 1, 0);
	transform: rotate3d(1, 1, 1, 0);
}

.tooltip-content2::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -7px 0 0 -15px;
	width: 30px;
	height: 20px;
	background: url(../../assets/images/tooltip/tooltip1.svg) no-repeat center
		center;
	background-size: 100%;
}

.tooltip-content3 {
	position: absolute;
	background: url(../../assets/images/tooltip/shape1.svg) no-repeat center
		bottom;
	background-size: 100% 100%;
	z-index: 9999;
	width: 111px;
	bottom: 100%;
	left: 200%;
	margin-left: -75px;
	padding: 10px 10px;
	text-align: center;
	color: #ffffff;
	opacity: 0;
	/*cursor: default;*/
	font-size: 14;
	line-height: 27px;
	pointer-events: none;
	-webkit-transform: scale3d(0.1, 0.2, 1);
	transform: scale3d(0.1, 0.2, 1);
	-webkit-transform-origin: 50% 120%;
	-ms-transform-origin: 50% 120%;
	transform-origin: 50% 120%;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
	-webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
	-o-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
	transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
	cursor: pointer;
}

.tooltip-content3::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -18px;
	top: 95%;
	background: #00aeef;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

.tooltip-item2 {
	color: #00aeef;
	cursor: pointer;
	z-index: 100;
	position: relative;
	display: inline-block;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, color 0.3s,
		-webkit-transform 0.3s;
	transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
	-o-transition: background-color 0.3s, color 0.3s, transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	transition: background-color 0.3s, color 0.3s, transform 0.3s,
		-webkit-transform 0.3s;
}

.tooltip-content4 {
	position: absolute;
	z-index: 99;
	width: 360px;
	left: 50%;
	margin-left: -180px;
	bottom: -5px;
	text-align: left;
	background: #00aeef;
	opacity: 0;
	font-size: 14px;
	line-height: 27px;
	padding: 1.5em;
	color: #ffffff;
	border-bottom: 55px solid #2b2b2b;
	cursor: default;
	pointer-events: none;
	border-radius: 5px;
	-webkit-transform: translate3d(0, -0.5em, 0);
	transform: translate3d(0, -0.5em, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-content4 a {
	color: #2b2b2b;
}

.tooltip-text2 {
	opacity: 0;
	-webkit-transform: translate3d(0, 1.5em, 0);
	transform: translate3d(0, 1.5em, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5 {
	position: absolute;
	z-index: 9999;
	width: 300px;
	left: 50%;
	bottom: 100%;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
	background: transparent;
	opacity: 0;
	margin: 0 0 20px -150px;
	cursor: default;
	pointer-events: none;
	-webkit-transition: opacity 0.3s 0.3s;
	-o-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.tooltip-content5 span {
	display: block;
}

.container-fluid {
	padding: 7px 13px;
}

.tooltip-text3 {
	border-bottom: 10px solid #009efb;
	overflow: hidden;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	-o-transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.tooltip-inner2 {
	background: #2b2b2b;
	padding: 40px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-content5::after {
	content: "";
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #009efb;
	border-width: 10px;
	margin-left: -10px;
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	color: #ffffff;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(110%);
	-ms-transform-origin: 50% calc(110%);
	transform-origin: 50% calc(110%);
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	-o-transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7, 0.3, 1);
	transform: scale3d(0.7, 0.3, 1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, -webkit-transform 0.2s;
	-o-transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

a.mytooltip {
	/*font-weight: 500;*/
	color: #009efb;
}

.tooltip-effect-7 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-7 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-8 .tooltip-content2 {
	-webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-8 .tooltip-content2 i {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.tooltip-effect-9 .tooltip-content2 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.tooltip-effect-9 .tooltip-content2 i {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

/*******************
Error Page
******************/
.error-box {
	height: 100%;
	position: fixed;
	background: url(../../assets/images/background/error-bg.jpg) no-repeat
		center center #fff;
	width: 100%;
}
.error-box .footer {
	width: 100%;
	left: 0px;
	right: 0px;
}

.error-body {
	padding-top: 5%;
}
.error-body h1 {
	font-size: 210px;
	font-weight: 900;
	line-height: 210px;
}

/*******************
google map Page
******************/
.gmaps,
.gmaps-panaroma {
	height: 300px;
}

.gmaps,
.gmaps-panaroma {
	height: 300px;
	background: #f2f4f8;
	border-radius: 3px;
}

.gmaps-overlay {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	background: #7460ee;
	border-radius: 4px;
	padding: 10px 20px;
}

.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute;
}

.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #7460ee;
}

.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #7460ee;
}

/*******************
vector map Page
******************/
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 10px;
	height: 10px;
	line-height: 10px;
}

.jvectormap-zoomout {
	top: 40px;
}

/*******************
Seach listing Page
******************/
.search-listing {
	padding: 0px;
	margin: 0px;
}
.search-listing li {
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.search-listing li h3 {
	margin: 0px;
	font-size: 18px;
}
.search-listing li h3 a {
	color: #1e88e5;
}
.search-listing li h3 a:hover {
	text-decoration: underline;
}
.search-listing li a {
	color: #26c6da;
}

/*******************
Login register and recover password Page
******************/
.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: fixed;
}

.login-lockscreen {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 1% 0;
	pposition: fixed;
}

.login-box {
	width: 410px;
	padding: 22px;
}
.login-box .footer {
	width: 100%;
	left: 0px;
	right: 0px;
}
.login-box .social {
	display: block;
	margin-bottom: 30px;
}

#recoverform {
	display: none;
}

.login-sidebar {
	padding: 0px;
	margin-top: 0px;
}
.login-sidebar .login-box {
	right: 0px;
	position: absolute;
	height: 100%;
}

/*******************
FAQs Page
******************/
.minimal-faq .card {
	border: 0px;
}
.minimal-faq .card .card-header {
	background: #ffffff;
	padding: 20px 0;
	margin-top: 10px;
}
.minimal-faq .card .card-block {
	padding: 15px 0px;
}

/*******************
Pricing Page
******************/
.pricing-box {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.featured-plan {
	margin-top: 0px;
}
.featured-plan .pricing-body {
	padding: 60px 0;
	background: #ebf3f5;
	border: 1px solid #ddd;
}
.featured-plan .price-table-content .price-row {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-body {
	border-radius: 0px;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	border-bottom: 5px solid rgba(120, 130, 140, 0.13);
	vertical-align: middle;
	padding: 30px 0;
	position: relative;
}

.pricing-body h2 {
	position: relative;
	font-size: 56px;
	margin: 20px 0 10px;
	font-weight: 500;
}
.pricing-body h2 span {
	position: absolute;
	font-size: 15px;
	top: -10px;
	margin-left: -10px;
}

.price-table-content .price-row {
	padding: 20px 0;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.pricing-plan {
	padding: 0 15px;
}
.pricing-plan .no-padding {
	padding: 0px;
}

.price-lable {
	position: absolute;
	top: -15px;
	padding: 5px 10px;
	margin: 0 auto;
	display: inline-block;
	width: 130px;
	left: 0px;
	right: 0px;
	text-align: center;
}

/*******************
chat application Page
******************/
.chat-main-box {
	position: relative;
	overflow: hidden;
}
.chat-main-box .chat-left-aside {
	position: relative;
	width: 250px;
	float: left;
	z-index: 9;
	top: 0px;
	border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-left-aside .open-panel {
	display: none;
	cursor: pointer;
	position: absolute;
	left: -webkit-calc(100% - 1px);
	top: 50%;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 0 100px 100px 0;
	line-height: 1;
	padding: 15px 8px 15px 4px;
}
.chat-main-box .chat-left-aside .chat-left-inner {
	position: relative;
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
	height: 60px;
	padding: 15px;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#1e88e5),
			to(#1e88e5)
		),
		-webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
	background-image: -webkit-linear-gradient(#1e88e5, #1e88e5),
		-webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: -o-linear-gradient(#1e88e5, #1e88e5),
		-o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: linear-gradient(#1e88e5, #1e88e5),
		linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none {
	padding: 0px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li {
	list-style: none;
	overflow: hidden;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
	padding: 20px;
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
	background: #ebf3f5;
}
.chat-main-box .chat-right-aside {
	width: calc(100% - 250px);
	float: left;
}
.chat-main-box .chat-right-aside .chat-list {
	max-height: none;
	height: 100%;
	padding-top: 40px;
}
.chat-main-box .chat-right-aside .chat-list .chat-text {
	border-radius: 6px;
}
.chat-main-box .chat-right-aside .send-chat-box {
	position: relative;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
	border: none;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	resize: none;
	height: 80px;
	padding-right: 180px;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
	border-color: rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
	color: #99abb4;
	margin-right: 10px;
}

/*******************
Email inbox Page
******************/
.inbox-panel .list-group .list-group-item {
	border: 0px;
	border-radius: 0px;
	border-left: 3px solid transparent;
}
.inbox-panel .list-group .list-group-item a {
	color: #99abb4;
}
.inbox-panel .list-group .list-group-item.active,
.inbox-panel .list-group .list-group-item:hover {
	background: #f2f4f8;
	border-left: 3px solid #009efb;
}

.inbox-center .unread td {
	font-weight: 400;
}

.inbox-center td {
	vertical-align: middle;
	white-space: nowrap;
}

.inbox-center a {
	color: #99abb4;
	padding: 2px 0 3px 0;
	overflow: hidden;
	vertical-align: middle;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.inbox-center .checkbox {
	margin-top: -13px;
	height: 20px;
}

/*******************
Contact app Page
******************/
/*left-aside-column*/
.contact-page-aside {
	position: relative;
}

.left-aside {
	position: absolute;
	border-right: 1px solid rgba(120, 130, 140, 0.13);
	padding: 20px;
	width: 250px;
	height: 100%;
}

.right-aside {
	padding: 20px;
	margin-left: 250px;
}

.contact-list td {
	vertical-align: middle;
	padding: 25px 10px;
}
.contact-list td img {
	width: 30px;
}

.list-style-none {
	margin: 0px;
	padding: 0px;
}
.list-style-none li {
	list-style: none;
	margin: 0px;
}
.list-style-none li.box-label a {
	font-weight: 500;
}
.list-style-none li.divider {
	margin: 10px 0;
	height: 1px;
	background: rgba(120, 130, 140, 0.13);
}
.list-style-none li a {
	padding: 15px 10px;
	display: block;
}
.list-style-none li a:hover {
	color: #009efb;
}
.list-style-none li a span {
	float: right;
}

.slimScrollBar {
	z-index: 10 !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
.left-sidebar {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 8;
	padding-top: 0px;
	background: #fff;
	-webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}

.fix-sidebar .left-sidebar {
	position: fixed;
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
	margin: 0 auto;
	max-width: 100%;
}

.collapse.in {
	display: block;
}

.sidebar-nav {
	background: #fff;
}
.sidebar-nav ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-nav ul li {
	list-style: none;
}
.sidebar-nav ul li a {
	color: #252540;
	padding: 8px 13px;
	display: block;
	font-size: 15px;
	white-space: nowrap;
	font-weight: 600;
}
.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
	color: #ababab;
}
.sidebar-nav ul li a.active {
	font-weight: 400;
	color: #263238;
}
.sidebar-nav ul li ul {
	padding: 15px;
}
.sidebar-nav ul li ul li a {
	padding: 10px 35px 10px 15px;
}
.sidebar-nav ul li ul ul {
	padding: 0px 0 0 15px;
}
.sidebar-nav ul li.nav-small-cap,
.sidebar-nav ul li.nav-devider {
	display: none;
}
.sidebar-nav > ul > li {
	padding: 6px 0px;
}
.sidebar-nav > ul > li.active > a {
	color: #009efb;
}
.sidebar-nav > ul > li.active > a i {
	color: #009efb;
}
.sidebar-nav > ul > li > a {
	border-radius: 0px;
}
.sidebar-nav > ul > li > a.active i,
.sidebar-nav > ul > li > a:hover i {
	color: #009efb;
}
.sidebar-nav > ul > li > a i {
	width: 34px;
	font-size: 21px;
	display: inline-flex;
	vertical-align: middle;
	color: #99abb4;
	justify-content: flex-start;
}
.sidebar-nav > ul > li > a .label {
	float: right;
	margin-top: 6px;
}
.sidebar-nav > ul > li > a.active {
	font-weight: 400;
	background: #242933;
	color: #009efb;
}

.ribbon-wrapper {
	padding-top: 70px;
}
.ribbon.ribbon-labcollector {
	background: #f36927;
	color: #fff !important;
}
.ribbon.ribbon-labcollector-right {
	background: #999;
	color: #fff !important;
	left: auto;
	right: -2px;
}

.card-buttons {
	padding: 0 0 16px 0;
}
.card-buttons .pull-right {
	float: right;
}
.card-buttons-ribbon {
	text-align: right;
	position: absolute;
	top: 12px;
	width: 100%;
	right: 14px;
}

/* User profile */
.user-image {
	object-fit: cover;
}
.card.user-profile-avatar {
}
.card.user-profile-avatar img.avatar {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.card.user-profile-avatar form button {
	margin-top: 20px;
}

.card.user-profile-blocks {
}
.card.user-profile-blocks div.contact-block {
	border: dashed 1px #ccc;
	margin-bottom: 20px;
}
.card.user-profile-blocks .nav-available-modules li a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.card.user-profile-blocks .nav-available-modules li a.active {
	background: #f6f6f6;
	border-bottom: solid 1px #f6f6f6;
}
.card.user-profile-blocks .available-modules {
	background: #f6f6f6;
	padding-top: 20px;
	overflow: hidden;
}
.card.user-profile-blocks .available-modules .title,
.card.user-profile-blocks .contact-block .contact-block-title {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 14px;
}
.card.user-profile-blocks .available-module,
.card.user-profile-blocks .add-element {
	text-align: center;
	float: left;
	cursor: pointer;
	height: 90px;
}
.card.user-profile-blocks .available-module img {
	display: inline-block;
	width: 70%;
}
.card.user-profile-blocks .available-module .font-icon,
.moduleshome2 .font-icon {
	display: inline-block;
	background: #fe6601;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
}
.moduleshome2 .font-icon {
	display: block;
	margin: 3px auto 3px auto;
	width: 62px;
	height: 62px;
	line-height: 82px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.card.user-profile-blocks .available-module .font-icon i,
.moduleshome2 .font-icon i {
	font-size: 28px !important;
	color: #fff;
}
.moduleshome2 .font-icon i {
	font-size: 36px !important;
}
.card.user-profile-blocks .available-module span,
.card.user-profile-blocks .add-element span {
	display: block;
	word-break: normal;
	font-size: 10px;
}

.card.user-profile-blocks .add-element {
	text-align: center;
	color: #f36927;
}
.card.user-profile-blocks .add-element .add-link {
	border: dashed 2px #f36927;
	width: 46px;
	height: 46px;
	display: inline-block;
	font-size: 30px;
}

.home-profile-create-link-popin {
	width: 80%;
}
.under-number {
	color: #495a65 !important;
	font-size: 11px;
	line-height: 14px !important;
}
.card.user-profile-blocks .contact-block {
	overflow: hidden;
}
.card.user-profile-blocks .contact-block.active {
	border-color: #f36927;
}
.card.user-profile-blocks .contact-block .highlight {
	border: dashed 1px #ccc;
	background-color: #fff59b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	height: 90px;
	margin: 0 14px;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.card.user-profile-blocks .contact-block .contact-block-title {
	overflow: hidden;
}
.card.user-profile-blocks .contact-block .contact-block-title input {
	width: 50%;
	float: left;
}
.card.user-profile-blocks .contact-block .contact-block-title i.fal {
	float: right;
	margin-right: 10px;
	cursor: pointer;
}
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-save-new-panel,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-save-panel,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-edit-panel,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-display-up,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-display-down,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-one-column,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-two-columns {
	margin-right: 6px;
}
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-one-column.active,
.card.user-profile-blocks
	.contact-block
	.contact-block-title
	.button-two-columns.active {
	color: #72db37;
}

.card.user-profile-blocks .contact-block .contact-block-add {
	padding-top: 14px;
}
.card.user-profile-blocks
	.contact-block
	.contact-block-add
	.contact-block-add-tip {
	padding: 0px 14px 14px 14px;
	color: #f36927;
}

.card.user-profile-blocks .contact-block .available-module {
	text-align: center;
	float: left;
	cursor: pointer;
	height: 90px;
}
.card.user-profile-blocks .contact-block .available-module img,
.tab-content .tab-pane .ui-sortable-handle img {
	display: inline-block;
	width: 48px;
}
.card.user-profile-blocks .contact-block .available-module span {
	display: block;
	word-break: normal;
	font-size: 10px;
}
.card.user-profile-blocks
	.contact-block
	.available-module
	.remove-available-module,
.card.user-profile-blocks
	.available-modules
	.available-module
	.remove-available-module {
	color: red;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 4px;
	display: inline-block;
}
.card.user-profile-blocks
	.available-modules
	.available-module
	.remove-available-module {
	display: none;
}

input[type="text"].error {
	border-color: red;
	background: #ffefef;
}

@media (min-width: 768px) {
	.sidebar-nav > ul > li {
		display: inline-block;
	}
	.sidebar-nav > ul > li:hover > a,
	.sidebar-nav > ul > li:hover > a i {
		color: #009efb;
	}
	.sidebar-nav > ul > li:last-child ul {
		right: 0px;
	}
	.sidebar-nav #sidebarnav li.two-column > ul {
		width: 400px;
	}
	.sidebar-nav #sidebarnav li.two-column > ul li {
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}
	.sidebar-nav #sidebarnav li.three-column > ul {
		width: 600px;
	}
	.sidebar-nav #sidebarnav li.three-column > ul li {
		width: 32.5%;
		vertical-align: top;
		display: inline-block;
	}
	.sidebar-nav #sidebarnav > li > a.has-arrow:after {
		display: none;
	}
	/****************
    When click on sidebar toggler and also for tablet
    *****************/
	.sidebar-nav #sidebarnav li {
		position: relative;
	}
	.sidebar-nav #sidebarnav > li > ul {
		position: absolute;
		z-index: 1001;
		width: 300px;
		background: #ffffff;
		display: none;
		-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
	}
	.sidebar-nav #sidebarnav > li:hover > ul {
		height: auto !important;
		overflow: auto;
	}
	.sidebar-nav #sidebarnav > li:hover > ul,
	.sidebar-nav #sidebarnav > li:hover > ul.collapse {
		display: block;
	}
}

.sidebar-nav .has-arrow {
	position: relative;
}
.sidebar-nav .has-arrow::after {
	position: absolute;
	content: "";
	width: 0.4em;
	height: 0.4em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #252540;
	right: 1em;
	-webkit-transform: rotate(-45deg) translate(0, -50%);
	-ms-transform: rotate(-45deg) translate(0, -50%);
	-o-transform: rotate(-45deg) translate(0, -50%);
	transform: rotate(-45deg) translate(0, -50%);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	top: 50%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar-nav .active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
	-webkit-transform: rotate(-135deg) translate(0, -50%);
	-ms-transform: rotate(-135deg) translate(0, -50%);
	-o-transform: rotate(-135deg) translate(0, -50%);
	transform: rotate(-135deg) translate(0, -50%);
}

@media (max-width: 1024px) and (min-width: 700px) {
	.sidebar-nav ul li a i {
		ddisplay: none;
	}
}

@media (max-width: 767px) {
	.mini-sidebar .left-sidebar {
		top: 102px;
		position: fixed !important;
		display: none;
		height: 100%;
		overflow: auto;
	}
	.mini-sidebar.show-sidebar .left-sidebar,
	.mini-sidebar.show-sidebar .sidebar-footer {
		display: block;
	}
	.mini-sidebar .sidebar-nav #sidebarnav > li > ul {
		padding: 0 10px;
	}
	.mini-sidebar .sidebar-nav #sidebarnav > li > ul li a {
		padding: 10px 15px 10px 35px;
	}
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
/*User mail widgets*/
/*******************/
.topbar .top-navbar .mailbox {
	width: 300px;
}
.topbar .top-navbar .mailbox ul {
	padding: 0px;
}
.topbar .top-navbar .mailbox ul li {
	list-style: none;
}

.mailbox ul li .drop-title {
	font-weight: 600;
	padding: 11px 20px 15px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.mailbox ul li .nav-link {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	padding-top: 15px;
}

.mailbox .message-center {
	height: 200px;
	overflow: auto;
	position: relative;
}
.mailbox .message-center a {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	display: block;
	text-decoration: none;
	padding: 9px 15px;
}
.mailbox .message-center a:hover {
	background: #f2f4f8;
}
.mailbox .message-center a div {
	white-space: normal;
}
.mailbox .message-center a .user-img {
	width: 40px;
	position: relative;
	display: inline-block;
	margin: 0 10px 15px 0;
}
.mailbox .message-center a .user-img img {
	width: 100%;
}
.mailbox .message-center a .user-img .profile-status {
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	left: 30px;
	position: absolute;
	top: 1px;
	width: 10px;
}
.mailbox .message-center a .user-img .online {
	background: #26c6da;
}
.mailbox .message-center a .user-img .busy {
	background: #fc4b6c;
}
.mailbox .message-center a .user-img .away {
	background: #ffb22b;
}
.mailbox .message-center a .user-img .offline {
	background: #ffb22b;
}
.mailbox .message-center a .mail-contnet {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
}
.mailbox .message-center a .mail-contnet h5 {
	margin: 5px 0px 0;
}
.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
	font-size: 12px;
	display: block;
	margin: 1px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #99abb4;
	white-space: nowrap;
}

/*******************
/*Analytic info sparkline chart page*/
/*******************/
.analytics-info li span {
	font-size: 24px;
	vertical-align: middle;
}

/*******************
/*States row*/
/*******************/
.stats-row {
	margin-bottom: 20px;
}
.stats-row .stat-item {
	display: inline-block;
	padding-right: 15px;
}
.stats-row .stat-item + .stat-item {
	padding-left: 15px;
	border-left: 1px solid rgba(120, 130, 140, 0.13);
}

/*******************/
/*Dashboard1 Weather*/
/*******************/
.city-weather-days {
	margin: 0px;
}
.city-weather-days li {
	text-align: center;
	padding: 15px 0;
}
.city-weather-days li span {
	display: block;
	padding: 10px 0 0;
	color: #99abb4;
}
.city-weather-days li i {
	display: block;
	font-size: 20px;
	color: #009efb;
}
.city-weather-days li h3 {
	font-weight: 300;
	margin-top: 5px;
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
	position: relative;
	margin-bottom: 10px;
}
.comment-widgets .comment-row {
	border-left: 3px solid #ffffff;
	padding: 15px;
}
.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
	border-color: #009efb;
}

.comment-text {
	padding: 15px 15px 15px 20px;
}
.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
	visibility: visible;
}
.comment-text p {
	max-height: 50px;
	overflow: hidden;
}

.comment-footer .action-icons {
	visibility: hidden;
}
.comment-footer .action-icons a {
	padding-left: 15px;
	vertical-align: middle;
	color: #99abb4;
}
.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
	color: #1e88e5;
}

/*******************/
/*To do widgets*/
/*******************/
.todo-list li {
	border: 0px;
	margin-bottom: 0px;
	padding: 20px 15px 15px 0px;
}
.todo-list li .checkbox {
	width: 100%;
}
.todo-list li .checkbox label {
	font-weight: 400;
	color: #455a64;
}
.todo-list li:last-child {
	border-bottom: 0px;
}
.todo-list li .assignedto {
	padding: 0px 0 0 27px;
	margin: 0px;
}
.todo-list li .assignedto li {
	list-style: none;
	padding: 0px;
	display: inline-block;
	border: 0px;
	margin-right: 2px;
}
.todo-list li .assignedto li img {
	width: 30px;
	border-radius: 100%;
}
.todo-list li .item-date {
	padding-left: 25px;
	font-size: 12px;
	display: inline-block;
}

.list-task .task-done span {
	text-decoration: line-through;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list {
	margin: 0px;
	padding: 0px;
}
.chat-list li {
	list-style: none;
	margin-top: 30px;
}
.chat-list li .chat-img {
	display: inline-block;
	width: 45px;
	vertical-align: top;
}
.chat-list li .chat-img img {
	width: 45px;
	border-radius: 100%;
}
.chat-list li .chat-content {
	width: calc(100% - 140px);
	display: inline-block;
	padding-left: 15px;
}
.chat-list li .chat-content h5 {
	color: #99abb4;
}
.chat-list li .chat-content .box {
	display: inline-block;
	margin-bottom: 10px;
}
.chat-list li .chat-time {
	display: inline-block;
	text-align: right;
	width: 80px;
	font-size: 13px;
	color: #99abb4;
}
.chat-list li.odd .chat-content {
	text-align: right;
	width: calc(100% - 90px);
}
.chat-list li.odd .box {
	clear: both;
}
.chat-list li.odd + .odd {
	margin-top: 0px;
}
.chat-list li.reverse {
	text-align: right;
}
.chat-list li.reverse .chat-time {
	text-align: left;
}
.chat-list li.reverse .chat-content {
	padding-left: 0px;
	padding-right: 15px;
}

/*******************/
/*Chat widget*/
/*******************/
.message-box ul li .drop-title {
	font-weight: 500;
	padding: 11px 20px 15px;
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.message-box ul li .nav-link {
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	padding-top: 15px;
}

.message-box .message-widget {
	position: relative;
}
.message-box .message-widget a {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	display: block;
	text-decoration: none;
	padding: 9px 15px;
}
.message-box .message-widget a:hover {
	background: #f2f4f8;
}
.message-box .message-widget a:last-child {
	border-bottom: 0px;
}
.message-box .message-widget a div {
	white-space: normal;
}
.message-box .message-widget a .user-img {
	width: 45px;
	position: relative;
	display: inline-block;
	margin: 0 10px 15px 0;
}
.message-box .message-widget a .user-img img {
	width: 100%;
}
.message-box .message-widget a .user-img .profile-status {
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	left: 33px;
	position: absolute;
	top: -1px;
	width: 10px;
}
.message-box .message-widget a .user-img .online {
	background: #26c6da;
}
.message-box .message-widget a .user-img .busy {
	background: #fc4b6c;
}
.message-box .message-widget a .user-img .away {
	background: #ffb22b;
}
.message-box .message-widget a .user-img .offline {
	background: #ffb22b;
}
.message-box .message-widget a .mail-contnet {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
}
.message-box .message-widget a .mail-contnet h5 {
	margin: 5px 0px 0;
}
.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
	font-size: 12px;
	display: block;
	margin: 1px 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #99abb4;
	white-space: nowrap;
}

/*******************/
/*Calendar widget*/
/*******************/
.calendar {
	float: left;
	margin-bottom: 0px;
}

.fc-view {
	margin-top: 30px;
}

.none-border .modal-footer {
	border-top: none;
}

.fc-toolbar {
	margin-bottom: 5px;
	margin-top: 15px;
}
.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
}

.fc-day {
	background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
	z-index: 0;
}

.fc-widget-header {
	border: 0px !important;
}

.fc-widget-content {
	border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
	color: #99abb4;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	padding: 7px 0px;
	text-transform: uppercase;
}

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
	background: #f2f7f8;
}

.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
	background: #f2f7f8;
}

.fc-view {
	margin-top: 0px;
}

.fc-toolbar {
	margin: 0px;
	padding: 24px 0px;
}

.fc-button {
	background: #ffffff;
	border: 1px solid rgba(120, 130, 140, 0.13);
	color: #99abb4;
	text-transform: capitalize;
}
.fc-button:hover {
	background: #f2f4f8;
	opacity: 0.8;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px;
}

.fc-state-hover {
	background: #f5f5f5;
}

.fc-unthemed .fc-today {
	border: 1px solid #fc4b6c;
	background: #f2f4f8 !important;
}

.fc-state-highlight {
	background: #f0f0f0;
}

.fc-cell-overlay {
	background: #f0f0f0;
}

.fc-unthemed .fc-today {
	background: #ffffff;
}

.fc-event {
	border-radius: 0px;
	border: none;
	cursor: move;
	color: #ffffff !important;
	font-size: 13px;
	margin: 1px -1px 0 -1px;
	padding: 5px 5px;
	text-align: center;
	background: #1e88e5;
}

.calendar-event {
	cursor: move;
	margin: 10px 5px 0 0;
	padding: 6px 10px;
	display: inline-block;
	color: #ffffff;
	min-width: 140px;
	text-align: center;
	background: #1e88e5;
}
.calendar-event a {
	float: right;
	opacity: 0.6;
	font-size: 10px;
	margin: 4px 0 0 10px;
	color: #ffffff;
}

.fc-basic-view td.fc-week-number span {
	padding-right: 5px;
}

.fc-basic-view .fc-day-number {
	padding: 10px 15px;
	display: inline-block;
}

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
	position: relative;
	border-left: 1px solid rgba(120, 130, 140, 0.13);
	margin-left: 20px;
}
.steamline .sl-left {
	float: left;
	margin-left: -20px;
	z-index: 1;
	width: 40px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	border-radius: 100%;
	color: #ffffff;
	background: #263238;
	margin-right: 15px;
}
.steamline .sl-left img {
	max-width: 40px;
}

.steamline .sl-right {
	padding-left: 50px;
}
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
	margin-bottom: 30px;
}

.steamline .sl-item {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	margin: 20px 0;
}

.sl-date {
	font-size: 10px;
	color: #99abb4;
}

.time-item {
	border-color: rgba(120, 130, 140, 0.13);
	padding-bottom: 1px;
	position: relative;
}
.time-item:before {
	content: " ";
	display: table;
}
.time-item:after {
	background-color: #ffffff;
	border-color: rgba(120, 130, 140, 0.13);
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px;
}

.time-item-item:after {
	content: " ";
	display: table;
}

.item-info {
	margin-bottom: 15px;
	margin-left: 15px;
}
.item-info p {
	margin-bottom: 10px !important;
}

/*******************/
/*Feed widget*/
/*******************/
.feeds {
	margin: 0px;
	padding: 0px;
}
.feeds li {
	list-style: none;
	padding: 10px;
	display: block;
}
.feeds li:hover {
	background: #ebf3f5;
}
.feeds li > div {
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
}
.feeds li > div i {
	line-height: 40px;
}
.feeds li span {
	float: right;
	width: auto;
	font-size: 12px;
}

/*******************/
/*Vertical carousel*/
/*******************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

/*******************/
/*social-widgets*/
/*******************/
.social-widget .soc-header {
	padding: 15px;
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.social-widget .soc-header.box-facebook {
	background: #3b5998;
}
.social-widget .soc-header.box-twitter {
	background: #00aced;
}
.social-widget .soc-header.box-google {
	background: #f86c6b;
}
.social-widget .soc-header.box-linkedin {
	background: #4875b4;
}

.social-widget .soc-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.social-widget .soc-content div {
	padding: 10px;
}
.social-widget .soc-content div h3 {
	margin-bottom: 0px;
}

/*******************/
/*Guage chart*/
/*******************/
.gaugejs-box {
	position: relative;
	margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
	width: 100% !important;
	height: auto !important;
}

/*******************/
/*social-profile-first*/
/*******************/
.social-profile-first {
	text-align: center;
	padding-top: 22%;
	margin-bottom: 96px;
}
.social-profile-first.bg-over {
	background: rgba(56, 83, 161, 0.7);
}
.social-profile-first .middle {
	vertical-align: middle;
}

/*******************/
/*country-state*/
/*******************/
.country-state {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.country-state li {
	margin-top: 30px;
	margin-bottom: 10px;
}
.country-state h2 {
	margin-bottom: 0px;
	font-weight: 400;
}

/*******************/
/*profile timeline widget*/
/*******************/
.profiletimeline {
	position: relative;
	margin-left: 70px;
	margin-right: 10px;
}
.profiletimeline .sl-left {
	float: left;
	margin-left: -60px;
	z-index: 1;
	margin-right: 15px;
}
.profiletimeline .sl-left img {
	max-width: 40px;
}

.profiletimeline .sl-item {
	margin-top: 8px;
	margin-bottom: 30px;
}

.profiletimeline .sl-date {
	font-size: 12px;
	color: #99abb4;
}

.profiletimeline .time-item {
	border-color: rgba(120, 130, 140, 0.13);
	padding-bottom: 1px;
	position: relative;
}
.profiletimeline .time-item:before {
	content: " ";
	display: table;
}
.profiletimeline .time-item:after {
	background-color: #ffffff;
	border-color: rgba(120, 130, 140, 0.13);
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	margin-left: -8px;
	position: absolute;
	top: 5px;
	width: 14px;
}

.profiletimeline .time-item-item:after {
	content: " ";
	display: table;
}

.profiletimeline .item-info {
	margin-bottom: 15px;
	margin-left: 15px;
}
.profiletimeline .item-info p {
	margin-bottom: 10px !important;
}

/*Blog widgets*/
.blog-widget {
	margin-top: 30px;
}
.blog-widget .blog-image img {
	border-radius: 4px;
	margin-top: -45px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*Weather smal;*/
.weather-small h1 {
	line-height: 30px;
}

.weather-small sup {
	font-size: 60%;
}

/*little-profile*/
.little-profile .pro-img {
	margin-top: -80px;
	margin-bottom: 20px;
}
.little-profile .pro-img img {
	width: 128px;
	height: 128px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 100%;
}

.contact-box {
	position: relative;
}
.contact-box .add-ct-btn {
	position: absolute;
	right: 4px;
	top: -46px;
}
.contact-box .contact-widget > a {
	padding: 15px 10px;
}
.contact-box .contact-widget > a .user-img {
	margin-bottom: 0px !important;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@media (min-width: 1600px) {
	.col-xlg-1,
	.col-xlg-10,
	.col-xlg-11,
	.col-xlg-12,
	.col-xlg-2,
	.col-xlg-3,
	.col-xlg-4,
	.col-xlg-5,
	.col-xlg-6,
	.col-xlg-7,
	.col-xlg-8,
	.col-xlg-9 {
		float: left;
	}
	.col-xlg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xlg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66666667%;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-xlg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333333%;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-xlg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xlg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66666667%;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-xlg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333333%;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-xlg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xlg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66666667%;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-xlg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333333%;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-xlg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xlg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66666667%;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-xlg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333333%;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-xlg-pull-12 {
		right: 100%;
	}
	.col-xlg-pull-11 {
		right: 91.66666667%;
	}
	.col-xlg-pull-10 {
		right: 83.33333333%;
	}
	.col-xlg-pull-9 {
		right: 75%;
	}
	.col-xlg-pull-8 {
		right: 66.66666667%;
	}
	.col-xlg-pull-7 {
		right: 58.33333333%;
	}
	.col-xlg-pull-6 {
		right: 50%;
	}
	.col-xlg-pull-5 {
		right: 41.66666667%;
	}
	.col-xlg-pull-4 {
		right: 33.33333333%;
	}
	.col-xlg-pull-3 {
		right: 25%;
	}
	.col-xlg-pull-2 {
		right: 16.66666667%;
	}
	.col-xlg-pull-1 {
		right: 8.33333333%;
	}
	.col-xlg-pull-0 {
		right: auto;
	}
	.col-xlg-push-12 {
		left: 100%;
	}
	.col-xlg-push-11 {
		left: 91.66666667%;
	}
	.col-xlg-push-10 {
		left: 83.33333333%;
	}
	.col-xlg-push-9 {
		left: 75%;
	}
	.col-xlg-push-8 {
		left: 66.66666667%;
	}
	.col-xlg-push-7 {
		left: 58.33333333%;
	}
	.col-xlg-push-6 {
		left: 50%;
	}
	.col-xlg-push-5 {
		left: 41.66666667%;
	}
	.col-xlg-push-4 {
		left: 33.33333333%;
	}
	.col-xlg-push-3 {
		left: 25%;
	}
	.col-xlg-push-2 {
		left: 16.66666667%;
	}
	.col-xlg-push-1 {
		left: 8.33333333%;
	}
	.col-xlg-push-0 {
		left: auto;
	}
	.offset-xlg-12 {
		margin-left: 100%;
	}
	.offset-xlg-11 {
		margin-left: 91.66666667%;
	}
	.offset-xlg-10 {
		margin-left: 83.33333333%;
	}
	.offset-xlg-9 {
		margin-left: 75%;
	}
	.offset-xlg-8 {
		margin-left: 66.66666667%;
	}
	.offset-xlg-7 {
		margin-left: 58.33333333%;
	}
	.offset-xlg-6 {
		margin-left: 50%;
	}
	.offset-xlg-5 {
		margin-left: 41.66666667%;
	}
	.offset-xlg-4 {
		margin-left: 33.33333333%;
	}
	.offset-xlg-3 {
		margin-left: 25%;
	}
	.offset-xlg-2 {
		margin-left: 16.66666667%;
	}
	.offset-xlg-1 {
		margin-left: 8.33333333%;
	}
	.offset-xlg-0 {
		margin-left: 0;
	}
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
	-webkit-box-align: normal;
	-webkit-align-items: normal;
	-ms-flex-align: normal;
	align-items: normal;
}

.form-control-line .form-control.form-control-success:focus {
	border-bottom: 1px solid #26c6da;
}

.form-control-line .form-control.form-control-warning:focus {
	border-bottom: 1px solid #ffb22b;
}

.form-control-line .form-control.form-control-danger:focus {
	border-bottom: 1px solid #fc4b6c;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right 0.5625rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #26c6da;
}

.has-success .form-control-success {
	background-image: url(../../assets/images/icon/success.svg);
}

.has-success .form-control {
	border-color: #26c6da;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #ffb22b;
}

.has-warning .form-control-warning {
	background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
	border-color: #ffb22b;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #fc4b6c;
}

.has-danger .form-control-danger {
	background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
	border-color: #fc4b6c;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
	position: initial;
	opacity: 1;
}

.visible-tablet-mobile {
	display: none;
}

@media (max-width: 575px) {
	.visible-tablet-mobile {
		display: block !important;
	}
}

.invisible {
	visibility: hidden !important;
}

.hidden-xs-up {
	display: none !important;
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hp-7 {
		padding: 0 7px;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
	color: #ffffff;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
@media (min-width: 1650px) {
	.widget-app-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
	.widget-app-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (max-width: 1023px) {
	.page-wrapper {
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
	}
	.widget-app-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.inbox-center a {
		width: 200px;
	}
	.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.bt_index {
		margin-top: 5px !important;
	}
}
/*order_list/ purchase order*/
@media (max-width: 990px) {
	.hidden-lg {
		display: none;
	}
}
@media (max-width: 1537px) {
	.hidden-lg2 {
		display: none;
	}
}
@media (max-width: 1050px) {
	.bottom_menubudget {
		margin-bottom: 83px !important;
	}
}
@media (max-width: 1168px) {
	.bottom_menutemplate {
		margin: 4px 0px 73px 5px !important;
	}
}
@media (max-width: 762px) {
	.bottom_menubudget {
		margin-bottom: 128px !important;
	}
}
@media (max-width: 800px) {
	.bottom_menutemplate {
		margin: 4px 0px 130px 5px !important;
	}
	#form1 .form-group .pull-right {
		width: inherit;
	}
}

@media (max-width: 860px) {
	.bottom_menutemplate {
		margin: 4px 0px 130px 5px !important;
	}
	.menu_order {
		margin-top: 50px;
	}
}
@media (max-width: 704px) {
	.bottom_menutemplate {
		margin: 4px 0px 181px 5px !important;
	}
}
@media (max-width: 572px) {
	.bottom_menubudget {
		margin-bottom: 320px !important;
	}
	fieldset #item_option {
		padding: 1px 12px 8px 0px !important;
	}
}
@media (max-width: 584px) {
	.bottom_menutemplate {
		margin: 4px 0px 415px 5px !important;
	}
}

@media (max-width: 970px) {
	.menu_bleu_budget {
		float: none !important;
		margin-top: -2px !important;
	}
}
@media (max-width: 608px) {
	.bottom_menu_invoice {
		margin-top: -11px !important;
		margin-bottom: 50px !important;
	}
}
@media (max-width: 608px) {
	.menu_invoice {
		float: none !important;
		margin-top: -2px !important;
	}
}
.menu_bleu_budget {
	float: right;
}
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
	.navbar-header {
		width: 240px;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.navbar-header .navbar-brand {
		padding-top: 0px;
	}
	.material-icon-list-demo .icons div {
		width: 33%;
		padding: 15px;
		display: inline-block;
		line-height: 40px;
	}
	.mini-sidebar .page-wrapper {
		margin-left: 0px;
	}
	.mini-sidebar .footer {
		left: 0px;
	}
	.flex-wrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
	}
}

.light-logo-powered {
	height: 25px;
	right: 0;
	position: absolute;
	top: 22px;
}

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 1000px) {
	.light-logo-powered {
		display: none;
	}
}

@media (max-width: 767px) {
	/*Header*/
	.topbar {
		pposition: fixed;
		width: 100%;
	}
	.topbar .top-navbar {
		/*padding-right: 15px;
      padding-left: 10px;*/
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
	}
	.topbar .top-navbar .navbar-collapse {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	.topbar .top-navbar .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.topbar .top-navbar .navbar-nav > .nav-item.show {
		position: static;
	}
	.topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
		max-width: 89vw;
		margin-top: 0px;
		overflow-y: scroll;
	}
	.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
		padding-left: 0.6rem;
		padding-right: 0.3rem;
	}
	.topbar .top-navbar .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.mega-dropdown .child_content {
		height: 475px !important;
		width: 110% !important;
	}

	.container-fluid {
		/*display: inline-block;*/
		padding-top: 7px;
		padding-right: 5px !important;
		padding-left: 3px !important;
	}

	/*Sidebar and wrapper*/
	.mini-sidebar .page-wrapper {
		margin-left: 0px;
		/*padding-top: 70px;*/
	}
	.comment-text .comment-footer .action-icons {
		display: block;
		padding: 10px 0;
	}
	.vtabs .tabs-vertical {
		width: auto;
	}
	/*Footer*/
	.footer {
		left: 0px;
	}
	.material-icon-list-demo .icons div {
		width: 100%;
	}
	.error-page .footer {
		position: fixed;
		bottom: 0px;
		z-index: 10;
	}
	.error-box {
		position: relative;
		padding-bottom: 60px;
	}
	.error-body {
		padding-top: 10%;
	}
	.error-body h1 {
		font-size: 100px;
		font-weight: 600;
		line-height: 100px;
	}
	.login-register {
		overflow: hidden;
	}

	.login-sidebar {
		padding: 10% 0;
	}
	.login-sidebar .login-box {
		position: relative;
	}
	.sidebar-nav {
		margin-top: -4px;
	}
	/*This is for chat page*/
	.chat-main-box .chat-left-aside {
		left: -250px;
		position: absolute;
		-webkit-transition: 0.5s ease-in;
		-o-transition: 0.5s ease-in;
		transition: 0.5s ease-in;
		background: #ffffff;
	}
	.chat-main-box .chat-left-aside.open-pnl {
		left: 0px;
	}
	.chat-main-box .chat-left-aside .open-panel {
		display: block;
	}
	.chat-main-box .chat-right-aside {
		width: 100%;
	}
	/*Timeline*/
	ul.timeline:before {
		left: 40px;
	}
	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
	}
	ul.timeline > li > .timeline-badge {
		top: 16px;
		left: 15px;
		margin-left: 0;
	}
	ul.timeline > li > .timeline-panel {
		float: right;
	}
	ul.timeline > li > .timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}
	ul.timeline > li > .timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}
	/*Contact app page*/
	.left-aside {
		width: 100%;
		position: relative;
		border: 0px;
	}
	.right-aside {
		margin-left: 0px;
	}
	.flex-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
	}
	.chat-list li .chat-content {
		width: calc(100% - 80px);
	}
	.light-logo-powered {
		display: none;
	}
	.dropdown-menu .scale-up-left {
		margin-right: 5px !important;
	}
	.hidden-responsive {
		display: none;
	}
	.formsearch1 {
		top: 7px !important;
		right: 69%;
	}
	.formsearch2 {
		top: 7px !important;
		right: 44%;
		left: 125px !important;
	}
	.nav-link i {
		vertical-align: middle;
		line-height: 46px !important;
		padding-top: 7px;
	}
	.logofooter {
		max-width: 90px;
		content: url(logo-icon.png) !important;
	}
	.footercenter::after {
		content: url(logo-icon.png) !important;
	}
	.dropdown-menu {
		margin-top: 0px !important;
	}
	.flag-icon {
		font-size: 18px !important;
	}
	.search-box {
		margin-top: 8px;
	}
	.search-box2 {
		margin-top: 8px;
	}
	.search-box a i {
		font-size: 20px !important;
		padding: 0px !important;
	}
	.search-box2 a i {
		font-size: 20px !important;
	}
	.text-menubarbis {
		margin-top: -28px !important;
	}
	.rss-feed {
		margin-top: 50px;
	}
	.index {
		width: 0% !important;
	}
	.bt_index {
		margin-top: 5px !important;
	}
}
@media (max-width: 860px) {
	#barcode_search {
		/*width:60px!important;*/
	}

	.menu_template {
		margin-top: -13px !important;
		float: none !important;
	}
}
@media (max-width: 752px) {
	#multisearch_form .input-group {
		left: -3px;
	}
}
@media (max-width: 767px) {
	#user_post {
		margin-top: 10px;
	}
	#rss_feed {
		margin-top: -13px;
	}
	.user-image {
		margin-right: -4px;
	}
}

@media (max-width: 400px) {
	#barcode_search {
		width: 85px !important;
	}
	.header_purchase {
		margin: 0px 0px 42px 0px !important;
	}

	#module_info h1,
	#module_info2 h1 {
		font-size: 16px !important;
		padding: 0 14px;
	}

	.light-logo {
		max-height: 40px !important;
	}
}
header nav #help-nav .nav-link{
	width: 100%;
	height: 100%;
	padding-top: 10px !important;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

@media (max-width: 458px) {
	.moduleshome {
		width: 149px !important;
	}
	.login-box {
		width: 90%;
	}

	#search_field #search_input .form-controlst {
		width: 200px !important;
		left: 55px;
	}
	.bboldhover {
		right: -99px !important;
	}
	#main-login .error-alert-login{
		width: 90% !important;
	}
}
@media (max-width: 564px) {
	.moduleshome {
		width: 100px;
	}
	.light-logo-powered {
		display: none;
	}

	#item_option {
		position: relative !important;
		top: 6px !important;
		right: -16px !important;
		min-width: 135px !important;
	}
	.buttonsearchr {
		padding: 7px 0px 0px 0px;
	}
	.buttonsearchl {
		padding: 7px 0px 1px 16px;
	}
	.text-center_xs {
		text-align: center;
	}
}

/*Extra Variable*/
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 0.8rem;
	/*-webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;*/
	/* webkit (konqueror) browsers */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[type="radio"]:disabled:not(:checked) + label {
	cursor: default;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px 4px 4px 0px;
	width: 16px;
	height: 16px;
	z-index: 0;
	/*-webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;*/
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
	border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"].with-gap:not(:checked) + label:before,
[type="radio"].with-gap:not(:checked) + label:after {
	border: 2px solid #607d8b;
	background-color: #fff;
}

[type="radio"]:not(:checked) + label:after {
	z-index: -1;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
	border: 2px solid transparent;
	/* -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;*/
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
	border: 1px solid grey;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
	background-color: #e15817;
	z-index: 0;
}

[type="radio"]:checked + label:after {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
	/*border: 2px solid rgba(0, 0, 0, 0.26)!important;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; */
}

[type="radio"].with-gap:disabled:checked + label:after {
	border: 2px solid #ebebeb !important;
	background-color: rgba(0, 0, 0, 0.14) !important;
}

[type="radio"].with-gap:disabled:checked + label::before,
[type="radio"].with-gap:disabled:checked + label::after {
	border: 2px solid rgba(0, 0, 0, 0.12) !important;
	border-top-color: rgb(221, 220, 220) !important;
	border-right-color: rgb(221, 220, 220) !important;
	border-bottom-color: rgb(221, 220, 220) !important;
	border-left-color: rgb(221, 220, 220) !important;
	background-color: #fff;
}
/* Disabled style */
/*[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: rgba(214, 213, 212, 0.8);
  border-color: rgba(0, 0, 0, 0.26);
  /*-webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;}
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color:red!important;
	border: 2px solid pink!important;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards; }
    */

[type="radio"]:disabled + label {
	color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
	border-color: rgba(158, 156, 156, 0.26);
}

[type="radio"]:disabled:checked + label:after {
	background-color: rgba(0, 0, 0, 0.26);
	border-color: #bdbdbd;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
	margin-bottom: 10px;
	/*text-align: left; */
}

form p:last-child {
	margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

[type="checkbox"] {
	/* checkbox aspect */
}

[type="checkbox"] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 0.8rem;
	-webkit-user-select: none;
	/* webkit (safari, chrome) browsers */
	-moz-user-select: none;
	/* mozilla browsers */
	-khtml-user-select: none;
	/* webkit (konqueror) browsers */
	-ms-user-select: none;
	/* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	width: 16px;
	height: 16px;
	z-index: 0;
	border: 2px solid lightgrey;
	border-radius: 2px;
	margin-top: 0px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	/*background: #fff;*/
	margin-left: 4px;
}

[type="checkbox"]:not(.filled-in) + label:after {
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 2px solid lightgrey;
	top: 0px;
	z-index: 0;
}
[type="checkbox"]:checked + label::after {
	top: 0px;
	width: 16px;
	height: 16px;
	border: 2px solid #607d8b;
	background-color: #607d8b;
	z-index: 0;
	margin-left: 4px;
}

[type="checkbox"]:not(:checked):disabled + label:before {
	border: none;
	background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	z-index: 1;
}

[type="checkbox"]:checked:disabled + label:before {
	/*border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);*/
	border-right: 2px solid grey;
	border-bottom: 2px solid grey;
}

[type="checkbox"]:checked:disabled + label::after {
	top: 0px;
	width: 16px;
	height: 16px;
	border: 2px solid lightgrey;
	background-color: lightgrey;
	z-index: 0;
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
	top: -11px;
	left: -12px;
	width: 10px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #f36927;
	border-bottom: none;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
	border-right: 2px solid rgba(0, 0, 0, 0.26);
	background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
	border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
	content: "";
	left: 0;
	position: absolute;
	/* .1s delay is for check animation */
	-webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	-o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
		height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 9px;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 20% 40%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
	height: 16px;
	width: 16px;
	background-color: #fff;
	border: 2px solid #607d8b;
	top: 0px;
	z-index: 0;
	margin-left: 4px;
}

[type="checkbox"].filled-in:checked + label:before {
	top: -1px;
	left: 0px;
	width: 7px;
	height: 12px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #e15817;
	background-color: #e15817;
	z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
	border-radius: 2px;
	border-color: #5a5a5a;
	background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
	border-radius: 2px;
	background-color: #f36927;
	border-color: #f36927;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
	background-color: transparent;
	border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
	border-color: transparent;
	background-color: #bdbdbd;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
	background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

input[type="checkbox"]:disabled + label::after {
	background-color: #dcdcdc;
	border-color: #bdbdbd;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.switch label {
	cursor: pointer;
}

.switch label input[type="checkbox"] {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.switch label input[type="checkbox"]:checked + .lever {
	background-color: #84c7c1;
}

.switch label input[type="checkbox"]:checked + .lever:after {
	background-color: #f36927;
	left: 24px;
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin: 0 16px;
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -5px;
	top: -3px;
	-webkit-transition: left 0.3s ease, background 0.3s ease,
		-webkit-box-shadow 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease,
		-webkit-box-shadow 0.1s ease;
	-o-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
		-webkit-box-shadow 0.1s ease;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(38, 166, 154, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
	cursor: default;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
	background-color: #bdbdbd;
}

.scale-up {
	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	ddisplay: inline-block;
	-webkit-transform-origin: right 0px;
	-ms-transform-origin: right 0px;
	transform-origin: right 0px;
}

.scale-up-left {
	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: left 0px;
	-ms-transform-origin: left 0px;
	transform-origin: left 0px;
}

.show > .scale-up {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right 0px;
	-ms-transform-origin: right 0px;
	transform-origin: right 0px;
}

.show > .scale-up-left {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left 0px;
	-ms-transform-origin: left 0px;
	transform-origin: left 0px;
}

/*panels*/
.card {
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.well,
pre {
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.page-titles .justify-content-end:last-child .d-flex {
	margin-right: 10px;
}

.btn-circle.right-side-toggle {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 25px;
}

/*Radio button*/
@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0px 0px 0px 1px transparent;
		box-shadow: 0px 0px 0px 1px transparent;
	}
	50% {
		-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 15px transparent;
		box-shadow: 0px 0px 0px 15px transparent;
	}
}
@keyframes ripple {
	0% {
		-webkit-box-shadow: 0px 0px 0px 1px transparent;
		box-shadow: 0px 0px 0px 1px transparent;
	}
	50% {
		-webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0px 15px transparent;
		box-shadow: 0px 0px 0px 15px transparent;
	}
}

/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
	margin-top: -40px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.demo-checkbox label,
.demo-radio-button label {
	min-width: 200px;
	margin-bottom: 20px;
}

.demo-swtich .demo-switch-title,
.demo-swtich .switch {
	width: 150px;
	margin-bottom: 10px;
	display: inline-block;
}

[type="checkbox"] + label {
	padding-left: 26px;
	height: 25px;
	line-height: 21px;
	font-weight: normal;
}

[type="checkbox"]:checked + label:before {
	/*top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;*/
	top: 1px;
	left: 1px;
	width: 8px;
	height: 12px;
}

[type="checkbox"]:checked.chk-col-red + label:before {
	border-right: 2px solid #fb3a3a;
	border-bottom: 2px solid #fb3a3a;
}

[type="checkbox"]:checked.chk-col-pink + label:before {
	border-right: 2px solid #e91e63;
	border-bottom: 2px solid #e91e63;
}

[type="checkbox"]:checked.chk-col-purple + label:before {
	border-right: 2px solid #7460ee;
	border-bottom: 2px solid #7460ee;
}

[type="checkbox"]:checked.chk-col-deep-purple + label:before {
	border-right: 2px solid #673ab7;
	border-bottom: 2px solid #673ab7;
}

[type="checkbox"]:checked.chk-col-indigo + label:before {
	border-right: 2px solid #3f51b5;
	border-bottom: 2px solid #3f51b5;
}

[type="checkbox"]:checked.chk-col-blue + label:before {
	border-right: 2px solid #02bec9;
	border-bottom: 2px solid #02bec9;
}

[type="checkbox"]:checked.chk-col-light-blue + label:before {
	border-right: 2px solid #03a9f4;
	border-bottom: 2px solid #03a9f4;
}

[type="checkbox"]:checked.chk-col-cyan + label:before {
	border-right: 2px solid #00bcd4;
	border-bottom: 2px solid #00bcd4;
}

[type="checkbox"]:checked.chk-col-teal + label:before {
	border-right: 2px solid #009688;
	border-bottom: 2px solid #009688;
}

[type="checkbox"]:checked.chk-col-green + label:before {
	border-right: 2px solid #26c6da;
	border-bottom: 2px solid #26c6da;
}

[type="checkbox"]:checked.chk-col-light-green + label:before {
	border-right: 2px solid #8bc34a;
	border-bottom: 2px solid #8bc34a;
}

[type="checkbox"]:checked.chk-col-lime + label:before {
	border-right: 2px solid #cddc39;
	border-bottom: 2px solid #cddc39;
}

[type="checkbox"]:checked.chk-col-yellow + label:before {
	border-right: 2px solid #ffe821;
	border-bottom: 2px solid #ffe821;
}

[type="checkbox"]:checked.chk-col-amber + label:before {
	border-right: 2px solid #ffc107;
	border-bottom: 2px solid #ffc107;
}

[type="checkbox"]:checked.chk-col-orange + label:before {
	border-right: 2px solid #f36927;
	border-bottom: 2px solid #f36927;
}

[type="checkbox"]:checked.chk-col-deep-orange + label:before {
	border-right: 2px solid #ff5722;
	border-bottom: 2px solid #ff5722;
}

[type="checkbox"]:checked.chk-col-brown + label:before {
	border-right: 2px solid #795548;
	border-bottom: 2px solid #795548;
}

[type="checkbox"]:checked.chk-col-grey + label:before {
	border-right: 2px solid #9e9e9e;
	border-bottom: 2px solid #9e9e9e;
}

[type="checkbox"]:checked.chk-col-blue-grey + label:before {
	border-right: 2px solid #607d8b;
	border-bottom: 2px solid #607d8b;
}

[type="checkbox"]:checked.chk-col-black + label:before {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

[type="checkbox"]:checked.chk-col-white + label:before {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

[type="checkbox"].filled-in:checked + label:after {
	top: 0px;
	width: 16px;
	height: 16px;
	border: 2px solid #607d8b;
	background-color: #607d8b;
	z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
	border-right: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked.chk-col-red + label:after {
	border: 2px solid #fb3a3a;
	background-color: #fb3a3a;
}

[type="checkbox"].filled-in:checked.chk-col-pink + label:after {
	border: 2px solid #e91e63;
	background-color: #e91e63;
}

[type="checkbox"].filled-in:checked.chk-col-purple + label:after {
	border: 2px solid #7460ee;
	background-color: #7460ee;
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple + label:after {
	border: 2px solid #673ab7;
	background-color: #673ab7;
}

[type="checkbox"].filled-in:checked.chk-col-indigo + label:after {
	border: 2px solid #3f51b5;
	background-color: #3f51b5;
}

[type="checkbox"].filled-in:checked.chk-col-blue + label:after {
	border: 2px solid #02bec9;
	background-color: #02bec9;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
	border: 2px solid #03a9f4;
	background-color: #03a9f4;
}

[type="checkbox"].filled-in:checked.chk-col-cyan + label:after {
	border: 2px solid #00bcd4;
	background-color: #00bcd4;
}

[type="checkbox"].filled-in:checked.chk-col-teal + label:after {
	border: 2px solid #009688;
	background-color: #009688;
}

[type="checkbox"].filled-in:checked.chk-col-green + label:after {
	border: 2px solid #26c6da;
	background-color: #26c6da;
}

[type="checkbox"].filled-in:checked.chk-col-light-green + label:after {
	border: 2px solid #8bc34a;
	background-color: #8bc34a;
}

[type="checkbox"].filled-in:checked.chk-col-lime + label:after {
	border: 2px solid #cddc39;
	background-color: #cddc39;
}

[type="checkbox"].filled-in:checked.chk-col-yellow + label:after {
	border: 2px solid #ffe821;
	background-color: #ffe821;
}

[type="checkbox"].filled-in:checked.chk-col-amber + label:after {
	border: 2px solid #ffc107;
	background-color: #ffc107;
}

[type="checkbox"].filled-in:checked.chk-col-orange + label:after {
	border: 2px solid #f36927;
	background-color: #f36927;
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange + label:after {
	border: 2px solid #ff5722;
	background-color: #ff5722;
}

[type="checkbox"].filled-in:checked.chk-col-brown + label:after {
	border: 2px solid #795548;
	background-color: #795548;
}

[type="checkbox"].filled-in:checked.chk-col-grey + label:after {
	border: 2px solid #9e9e9e;
	background-color: #9e9e9e;
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey + label:after {
	border: 2px solid #607d8b;
	background-color: #607d8b;
}

[type="checkbox"].filled-in:checked.chk-col-black + label:after {
	border: 2px solid #000000;
	background-color: #000000;
}

[type="checkbox"].filled-in:checked.chk-col-white + label:after {
	border: 2px solid #ffffff;
	background-color: #ffffff;
}

[type="radio"]:not(:checked) + label {
	padding-left: 26px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
}

[type="radio"]:checked + label {
	padding-left: 26px;
	height: 25px;
	line-height: 25px;
	font-weight: normal;
}

[type="radio"].radio-col-red:checked + label:after {
	background-color: #fb3a3a;
	border-color: #fb3a3a;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-pink:checked + label:after {
	background-color: #e91e63;
	border-color: #e91e63;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-purple:checked + label:after {
	background-color: #7460ee;
	border-color: #7460ee;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-deep-purple:checked + label:after {
	background-color: #673ab7;
	border-color: #673ab7;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-indigo:checked + label:after {
	background-color: #3f51b5;
	border-color: #3f51b5;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-blue:checked + label:after {
	background-color: #5bc0de;
	border-color: #5bc0de;
	/*-webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; */
}

[type="radio"].radio-col-light-blue:checked + label:after {
	background-color: #03a9f4;
	border-color: #03a9f4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-cyan:checked + label:after {
	background-color: #00bcd4;
	border-color: #00bcd4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-teal:checked + label:after {
	background-color: #009688;
	border-color: #009688;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-green:checked + label:after {
	background-color: #26c6da;
	border-color: #26c6da;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-light-green:checked + label:after {
	background-color: #8bc34a;
	border-color: #8bc34a;
/*-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;*/
}

[type="radio"].radio-col-lime:checked + label:after {
	background-color: #cddc39;
	border-color: #cddc39;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-yellow:checked + label:after {
	background-color: #ffe821;
	border-color: #ffe821;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-amber:checked + label:after {
	background-color: #ffc107;
	border-color: #ffc107;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-orange:checked + label:after {
	background-color: #ff9800;
	border-color: #ff9800;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-deep-orange:checked + label:after {
	background-color: #ff5722;
	border-color: #ff5722;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-brown:checked + label:after {
	background-color: #795548;
	border-color: #795548;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-grey:checked + label:after {
	background-color: #9e9e9e;
	border-color: #9e9e9e;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-blue-grey:checked + label:after {
	background-color: #607d8b;
	border-color: #607d8b;
	/*-webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;*/
}

[type="radio"].radio-col-black:checked + label:after {
	background-color: #000000;
	border-color: #000000;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-white:checked + label:after {
	background-color: #ffffff;
	border-color: #ffffff;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-red:checked + label:before {
	border: 2px solid #fb3a3a;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-red:checked + label:after {
	background-color: #fb3a3a;
	border: 2px solid #fb3a3a;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-pink:checked + label:before {
	border: 2px solid #e91e63;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-pink:checked + label:after {
	background-color: #e91e63;
	border: 2px solid #e91e63;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-purple:checked + label:before {
	border: 2px solid #7460ee;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-purple:checked + label:after {
	background-color: #7460ee;
	border: 2px solid #7460ee;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
	border: 2px solid #673ab7;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
	background-color: #673ab7;
	border: 2px solid #673ab7;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
	border: 2px solid #3f51b5;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
	background-color: #3f51b5;
	border: 2px solid #3f51b5;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue:checked + label:before {
	border: 2px solid #5bc0de;
	/*-webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; */
}

[type="radio"].with-gap.radio-col-blue:checked + label:after {
	background-color: #5bc0de;
	border: 2px solid #5bc0de;
	/* -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;*/
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
	border: 2px solid #03a9f4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
	background-color: #03a9f4;
	border: 2px solid #03a9f4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
	border: 2px solid #00bcd4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
	background-color: #00bcd4;
	border: 2px solid #00bcd4;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-teal:checked + label:before {
	border: 2px solid #009688;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-teal:checked + label:after {
	background-color: #009688;
	border: 2px solid #009688;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-green:checked + label:before {
	border: 2px solid #26c6da;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-green:checked + label:after {
	background-color: #26c6da;
	border: 2px solid #26c6da;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
	border: 2px solid #8bc34a;
	/*-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;*/
}

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
	background-color: #8bc34a;
	border: 2px solid #8bc34a;
	/*-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;*/
}

[type="radio"].with-gap.radio-col-lime:checked + label:before {
	border: 2px solid #cddc39;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-lime:checked + label:after {
	background-color: #cddc39;
	border: 2px solid #cddc39;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
	border: 2px solid #ffe821;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
	background-color: #ffe821;
	border: 2px solid #ffe821;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-amber:checked + label:before {
	border: 2px solid #ffc107;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-amber:checked + label:after {
	background-color: #ffc107;
	border: 2px solid #ffc107;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-orange:checked + label:before {
	border: 2px solid #ff9800;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-orange:checked + label:after {
	background-color: #ff9800;
	border: 2px solid #ff9800;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
	border: 2px solid #ff5722;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
	background-color: #ff5722;
	border: 2px solid #ff5722;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-brown:checked + label:before {
	border: 2px solid #795548;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-brown:checked + label:after {
	background-color: #795548;
	border: 2px solid #795548;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-grey:checked + label:before {
	border: 2px solid #9e9e9e;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-grey:checked + label:after {
	background-color: #9e9e9e;
	border: 2px solid #9e9e9e;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
	border: 2px solid #607d8b;
	/* -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;*/
}

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
	background-color: #607d8b;
	border: 2px solid #607d8b;
	/*-webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;*/
}

[type="radio"].with-gap.radio-col-black:checked + label:before {
	border: 2px solid #000000;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-black:checked + label:after {
	background-color: #000000;
	border: 2px solid #000000;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-white:checked + label:before {
	border: 2px solid #ffffff;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-white:checked + label:after {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	-webkit-animation: ripple 0.2s linear forwards;
	animation: ripple 0.2s linear forwards;
}

.switch label {
	font-weight: normal;
	font-size: 13px;
}
.switch label .lever {
	margin: 0 14px;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-red:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(251, 58, 58, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(251, 58, 58, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red {
	background-color: rgba(251, 58, 58, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red:after {
	background-color: #fb3a3a;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-pink:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(233, 30, 99, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(233, 30, 99, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink {
	background-color: rgba(233, 30, 99, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-pink:after {
	background-color: #e91e63;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-purple:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(116, 96, 238, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(116, 96, 238, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple {
	background-color: rgba(116, 96, 238, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-purple:after {
	background-color: #7460ee;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-deep-purple:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(103, 58, 183, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(103, 58, 183, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-purple {
	background-color: rgba(103, 58, 183, 0.5);
}
.switch
	label
	input[type="checkbox"]:checked
	+ .lever.switch-col-deep-purple:after {
	background-color: #673ab7;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-indigo:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(63, 81, 181, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(63, 81, 181, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo {
	background-color: rgba(63, 81, 181, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-indigo:after {
	background-color: #3f51b5;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-blue:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(2, 190, 201, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(2, 190, 201, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue {
	background-color: rgba(2, 190, 201, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue:after {
	background-color: #02bec9;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-light-blue:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(3, 169, 244, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(3, 169, 244, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue {
	background-color: rgba(3, 169, 244, 0.5);
}
.switch
	label
	input[type="checkbox"]:checked
	+ .lever.switch-col-light-blue:after {
	background-color: #03a9f4;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-cyan:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 188, 212, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 188, 212, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan {
	background-color: rgba(0, 188, 212, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-cyan:after {
	background-color: #00bcd4;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-teal:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 150, 136, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 150, 136, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal {
	background-color: rgba(0, 150, 136, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-teal:after {
	background-color: #009688;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-green:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(38, 198, 218, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(38, 198, 218, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green {
	background-color: rgba(38, 198, 218, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-green:after {
	background-color: #26c6da;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-light-green:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(139, 195, 74, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(139, 195, 74, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-green {
	background-color: rgba(139, 195, 74, 0.5);
}
.switch
	label
	input[type="checkbox"]:checked
	+ .lever.switch-col-light-green:after {
	background-color: #8bc34a;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-lime:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(205, 220, 57, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(205, 220, 57, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime {
	background-color: rgba(205, 220, 57, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-lime:after {
	background-color: #cddc39;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-yellow:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 232, 33, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 232, 33, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow {
	background-color: rgba(255, 232, 33, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-yellow:after {
	background-color: #ffe821;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-amber:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 193, 7, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 193, 7, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber {
	background-color: rgba(255, 193, 7, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-amber:after {
	background-color: #ffc107;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-orange:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 152, 0, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 152, 0, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange {
	background-color: rgba(255, 152, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-orange:after {
	background-color: #ff9800;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-deep-orange:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 87, 34, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 87, 34, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-deep-orange {
	background-color: rgba(255, 87, 34, 0.5);
}
.switch
	label
	input[type="checkbox"]:checked
	+ .lever.switch-col-deep-orange:after {
	background-color: #ff5722;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-brown:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(121, 85, 72, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(121, 85, 72, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown {
	background-color: rgba(121, 85, 72, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-brown:after {
	background-color: #795548;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-grey:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(158, 158, 158, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(158, 158, 158, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey {
	background-color: rgba(158, 158, 158, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-grey:after {
	background-color: #9e9e9e;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-blue-grey:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(96, 125, 139, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(96, 125, 139, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-blue-grey {
	background-color: rgba(96, 125, 139, 0.5);
}
.switch
	label
	input[type="checkbox"]:checked
	+ .lever.switch-col-blue-grey:after {
	background-color: #607d8b;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-black:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black {
	background-color: rgba(0, 0, 0, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black:after {
	background-color: #000000;
}
.switch
	label
	input[type="checkbox"]:checked:not(:disabled)
	~ .lever.switch-col-white:active:after {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
		0 0 0 15px rgba(255, 255, 255, 0.1);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white {
	background-color: rgba(255, 255, 255, 0.5);
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white:after {
	background-color: #ffffff;
}

/*************Rajout berangere*****************************/
/*footer*/
.footerleft {
	/*float: left;*/
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 31px;
	color: #f36927;
	display: inline-block !important;
	white-space: nowrap;
}
.footercenter {
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.footerright {
	/*float: right;*/
	margin-right: 20px;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 28px;
	color: #f37926;
}
.footerright:hover {
	color: #f37926;
}
/*******************
Megamenu 1 berangere
******************/
.mega-dropdown {
	position: static;
	line-height: 1;
	margin-top: 0px;
}
.mega-dropdown .child_content {
	width: 105%;
}
.mega-dropdown div.child_content {
	max-height: 82vh;
}

.mega-dropdown1 .dropdown-menu ul li h4 {
	font-size: 20px;
}
.iconmenu {
	width: 30px;
	margin-right: 6px;
	border-radius: 9px;
}
.iconmenu-aside {
	width: 30px;
	margin-right: 6px;
	float: left;
}
ul.list-style-none li a:hover .iconmenu {
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px)
		skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px)
		skewX(0deg) skewY(0deg);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px)
		skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px)
		skewX(0deg) skewY(0deg);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px)
		skewX(0deg) skewY(0deg);
	opacity: 1;
}
.flag-icon {
	font-size: 15px;
}
.search-box a i {
	font-size: 24px;
	padding: 12px;
}
.search-box2 a i {
	font-size: 28px;
}
.shadow {
	-webkit-box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 4px 12px -1px rgba(0, 0, 0, 0.33);
}

.temp-style {
	padding: 10px 10px 10px 10px;
	border-top-left-radius: 4.5em;
	border-top-right-radius: 4.5em;
	background-color: #f37926;
}
/*menu*************/
.title-menubar {
	text-align: center;
}
.text-menubar1 {
	color: #fff;
	font-size: 13px;
	margin-top: -23px;
	margin-bottom: -20px;
	font-weight: 600;
}

.title-inmemu {
	font-family: "Open Sans", "Poppins", sans-serif !important;
	font-size: 20px;
	font-weight: 700;
	color: #f36927;
	line-height: 20px;
}
.menu-phone {
	font-weight: 600 !important;
}
.coloricon li a i {
	color: #f36927;
	font-size: 16px;
}
.text-profil-menu {
	font-weight: 500 !important;
}
.padding-minimenu {
	padding: 12px 0px 12px 0px !important;
}
.li-menu {
	width: 32.5%;
	display: inline-block;
}
.custom-select-lang {
	max-height: 30px;
	padding: 0px 30px 5px 12px;
	width: 70px;
}
/********************SEARCHBAR BB old***************************/
.search-box2 .app-search2 {
	position: absolute;
	margin: 0px;
	display: block;
	z-index: 110;
	width: 100%;
	top: -1px;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0px;
}
.search-box2 .app-search2 input {
	width: 100%;
	padding: 25px 40px 25px 20px;
	border-radius: 0px;
	font-size: 17px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}
.search-box2 .app-search2 .srh-btn {
	position: absolute;
	top: 23px;
	cursor: pointer;
	background: #ffffff;
	width: 15px;
	height: 15px;
	right: 20px;
	font-size: 14px;
}
.form-controlsearch::placeholder {
	color: #f47a30;
	opacity: 1;
}
.search-box {
	margin-top: 5px;
}
.search-box2 {
	margin-top: 5px;
}
/********end searchbar***************************************/

.navbar-light .navbar-nav .nav-link {
	color: #252540;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #f36927;
}

/*.fa{
  font: normal normal normal 18px/1.3 FontAwesome;
}*/
/*media*/
/* commented to fix the nested submenus in some add-ons
@media (max-width: 1024px) and (min-width: 700px) {

.dropdown-menu{
  max-height: 500px!important;
  overflow: auto!important;
}
}
*/
/****login****/

.card2 {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
		0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	background-color: rgba(250, 250, 250, 0.8);
}
.logo-login img {
	max-width: 290px;
}
.logo-login {
	text-align: center;
	margin-top: 14px;
}

.triangle {
	min-height: 100%;
	min-width: 100%;
	background-color: #fff;
	background-image: linear-gradient(25deg, #f47a30 45%, transparent 45%),
		linear-gradient(-50deg, #252540 40%, transparent 40%);
}

/********end login*************/
/******buttons*******/
/*********button dark************/
.btn-dark,
.btn-dark.disabled {
	background: #252540;
	border: 1px solid #252540;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(154, 219, 63, 0.14), 0 3px 1px -2px rgba(154, 219, 63, 0.2), 0 1px 5px 0 rgba(154, 219, 63, 0.12);
  box-shadow: 0 2px 2px 0 rgba(154, 219, 63, 0.14), 0 3px 1px -2px rgba(154, 219, 63, 0.2), 0 1px 5px 0 rgba(154, 219, 63, 0.12);*/
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	color: #fff;
}
.btn-dark:hover,
.btn-dark.disabled:hover {
	background: #85b840;
	-webkit-box-shadow: 0 14px 26px -12px rgba(154, 219, 63, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(154, 219, 63, 0.2);
	box-shadow: 0 14px 26px -12px rgba(154, 219, 63, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(154, 219, 63, 0.2);
	border: 1px solid #85b840;
}
.btn-dark.active,
.btn-dark:focus,
.btn-dark.disabled.active,
.btn-dark.disabled:focus {
	background: #85b840;
	-webkit-box-shadow: 0 14px 26px -12px rgba(154, 219, 63, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(154, 219, 63, 0.2);
	box-shadow: 0 14px 26px -12px rgba(154, 219, 63, 0.42),
		0 4px 23px 0 rgba(0, 0, 0, 0.12),
		0 8px 10px -5px rgba(154, 219, 63, 0.2);
}
/*********button orange************/
.btn-orange,
.btn-orange.disabled {
	background: #f36927 !important;
	border: 1px solid #f47d43;
	-webkit-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	color: #fff;
}
.btn-orange:hover,
.btn-orange.disabled:hover {
	background: #f29265 !important;
	border: 1px solid #f47d43;
	color: #fff;
}
.btn-orange.active,
.btn-orange:focus,
.btn-orange.disabled.active,
.btn-orange.disabled:focus {
	background: #f36927;
	color: #fff;
}
.btn-orange i {
	color: #fff;
}
.orange {
	color: #f36927;
}
.orange:hover {
	color: grey;
}

/*******btn circlrxs*************/
.btn-circlexs {
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 7px;
}
/*********end button ************/
/*********bg ************/
.bg-dark {
	background-color: #252540 !important;
}
.bg-orange {
	background-color: #f37926 !important;
}
/*********end bg ************/
/*******index************/
.icon-index {
	max-width: 65px;
	cursor: pointer;
}
.card3 {
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	background: white !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
}
.index {
	text-align: center;
	display: inline-block;
	mmin-width: 118px;
	float: left;
}
.number-index {
	font-size: 10px;
	line-height: 0px;
	margin-top: -9px;
}
.name-index {
	font-size: 12px;
	font-weight: 600;
	line-height: 11px;
	margin-top: 6px;
}
.title-index {
	margin-top: -85px;
}
.card-header {
	padding: 0.75rem 1.25rem;
}
.btn-user-post {
	margin: -28px 0px 0px 0px;
	text-align: right;
}
.btn-user-post button {
	color: #fff !important;
}
.btn-circle i {
	color: #fff !important;
}

.icon-index:hover {
	-webkit-transition: all 200ms ease-out;
	-webkit-transform: scale(1.15);
	-ms-transition: all 200ms ease-out;
	-ms-transform: scale(1.15);
	-moz-transition: all 400ms ease-out;
	-moz-transform: scale(1.15);
	transition: all 400ms ease-out;
	transform: scale(1.15);
	-webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.24));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

/*********end index********************/
/*****ribbons********/
.ribbon-dark {
	background: #252540;
}
.ribbon-orange {
	background: #f37926;
}
/*****end ribbons*********/
.color-dark a {
	color: #252540 !important;
}
.color-dark a:hover {
	color: #f37926 !important;
}
/*template module*/
.strict-label {
	padding-left: 25px !important;
}
.field-label {
	background: #fff !important;
}
/*end template module*/
/*ALERT BOX************************/
#alert_pop_up {
	/* top:6px!important;
*/
	max-width: 300px !important;
	z-index: 200000 !important;
}
#alert_pop_up ul {
	border-top: 6px solid #252540 !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	/*background-color: #545698 !important;*/
	border-radius: 4px !important;
	-webkit-box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 5px 3px 2px rgba(0, 0, 0, 0.1) !important;

	padding: 3px 0px 5px 5px !important;
}

#alert_pop_up ul a {
	color: #545698 !important;
}

#alert_pop_up ul > li > a:hover {
	color: #f47a2d !important;
	background: transparent !important;
}
#alert_pop_up ul > li .close_box {
	color: #545698 !important;
}
#alert_pop_up ul > li .close_box:hover {
	color: #f37926 !important;
}
.triangle2 {
	width: 0;
	height: 0;
	border-left: 10px solid transparent !important;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #252540 !important;
	padding: 0px !important;
	margin-top: -16px;
	margin-left: 166px;
}
/*END ALERT BOX************************/
/*TEMPLATE************************/
/*TEMPLATE************************/
.moduleshome div .footer {
	color: #7a91a0 !important;
	position: inherit !important;
	background: transparent !important;
	border: none !important;
}

#item_option {
	z-index: 1 !important;
}
input[type="radio"]:not(:checked) + label::before,
input[type="radio"]:not(:checked) + label::after {
	margin-top: 4px !important;
}
input[type="radio"]:checked + label::after,
input[type="radio"].with-gap:checked + label::after {
	margin-top: 4px !important;
}
.dd .ddTitle {
	height: 20px !important;
}

#ui-datepicker-div {
	z-index: 50 !important;
}
.substructure_filter {
	height: 127px !important;
}
.iconi {
	font-size: 20px !important;
	line-height: 12px;
}
.top-navbar {
	border: inherit;
}
.Link--disabled {
	color: lightgrey !important;
}

.sidebar-nav ul li ul li a.Link--disabled i {
	color: lightgrey !important;
}

.coloricon li a.Link--disabled i {
	color: lightgrey !important;
}

.sidebar-nav ul li ul li a.Link--disabled:hover {
	color: lightgrey !important;
}

.coloricon li a.Link--disabled:hover {
	color: lightgrey !important;
}

/*header module*/

/*#btn-success,
#btn-success.disabled {
  background: #26c6da!important;
  border: 1px solid #26c6da!important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12)!important;
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12)!important;
  -webkit-transition: 0.2s ease-in!important;
  -o-transition: 0.2s ease-in!important;
  transition: 0.2s ease-in!important;
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff !important; }
#btn-success:hover,
#btn-success.disabled:hover {
    background: #26c6da!important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;
    border: 1px solid #26c6da!important; } 
#btn-success.active, #btn-success:focus,
#btn-success.disabled.active,
#btn-success.disabled:focus {
    background: #1eacbe!important;
    -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2)!important; }*/

/*end template*/
/*order_list.css298*/
fieldset[name$="search"] > ul > #form_action_bt,
fieldset[name="invoice_search"] > ul,
fieldset[name="budgets_search"] > ul {
	background: transparent !important;
}
#e_order {
	z-index: 1 !important;
}

#search_form #menu_option li a,
#item_option li a,
#menu_option li a {
	background: #f7f8f9 !important;
}
/*#item_option li:hover a, */
#search_form #menu_option li:hover a,
#menu_option li:active a,
#menu_option li:hover a {
	background: #ff7417 !important;
}

/**sequencies*/

/*css/modules.css*/
.header_admin {
	background: #252540 !important;
}
.header_preference {
	background: #2a96c6 !important;
	opacity: 0.5;
}
.header_addon_titre {
	color: #f36927 !important;
	font-size: 20px !important;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	margin-top: 5px;
	margin-left: 6px;
}
.content-header img {
	margin-left: 0px !important;
}
.content-header {
	margin-top: 6px !important;
	padding: inherit;
}

.module_infopref {
	margin: -15px 0px 2px 0px !important;
}
.module_infopref img {
	margin: 5px 0px 0px 7px !important;
}

#module_info h1,
#module_info2 h1 {
	background: transparent !important;
	font-size: 22px;
	color: #4a6977 !important;
	font-weight: normal;
	display: inline-block;
	text-align: left;
	z-index: 8;
	top: -21px;
	left: 36px;
}
#module_info h3,
#module_info2 h3 {
	color: #abb7c6;
	font-size: 12px;
	font-weight: normal;
	line-height: 89px;
	margin-left: 67px !important;
	text-align: left !important;
}
#module_info ol {
	color: #c3ccd8 !important;
	font-size: 12px;
	font-weight: normal;
	line-height: 79px;
	margin-left: 27px !important;
	text-align: left !important;
}
#module_info ol li {
	float: left;
	list-style-type: none;
}
#module_info ol li a {
	cursor: pointer;
	color: #c3ccd8 !important;
}
#module_info h3 a,
#module_info2 h3 a {
	color: #c3ccdd !important;
	cursor: pointer !important;
}
#module_info img[alt="Module"] {
	top: 1px !important;
	left: 0px !important;
	max-height: 60px;
	max-width: 60px;
}
#module_info {
	overflow: inherit !important;
}
#module_info_main img {
	height: 60px;
	text-align: left !important;
}

.headmenu h3 {
	color: grey;
	font-size: 15px;
	margin-left: 7px;
	margin-top: -18px;
}

/*estilos*/

/*.tableheadsub10{
	color:#fff!important;  }*/

.tableheadsub7 {
	background-color: #e1e8ed !important;
}
/*
.line_title_header_outer_container:hover {
    background-color: #ced5db!important;
	padding: 0px 4px 0px 4px;
	
}*/

/*module header*/
.icon-modules {
	width: 60px;
}
.t-grey {
	font-size: 14px !important;
	color: #455a64 !important;
	font-weight: 500 !important;
}
.content,
.header {
	background: transparent !important;
}

#module_info_main h1 img {
	margin-right: 10px !important;
	margin-top: -3px !important;
	float: inherit !important;
}

/*extra module simple test lab*/
.navbar-nav > li > a {
	padding-top: inherit !important;
}
.box-header .box-title {
	color: #fff;
}
.pager {
	padding-left: 0;
	margin: 12px 0px 0px 10px;
	text-align: center;
	list-style: none;
	padding-bottom: 50px !important;
}

/*extra module scheduler*/
#admin_form_content,
#admin_form_content::after,
#admin_form_content::before {
	box-sizing: content-box !important;
}
.add_new_associated_info {
	width: 147px !important;
}
/*Photobank*/
#module #sidebar,
#module #sidebar::after,
#module #sidebar::before,
#module #main,
#module #main::after,
#module #main::before {
	box-sizing: content-box !important;
}
#sidebar-action button {
	top: 1px !important;
}

/*strains.php*/
#search_field input.search_bt {
	transition: inherit;
}
.infosearch #search_field #search_input {
	margin-left: 3px !important;
}

.storage_inner_table {
	border-collapse: separate !important;
}
.inner_body_outter {
	height: 50px !important;
}

#onglet input[type="button"].active,
#onglet input[type="button"]:hover,
#onglet input[type="button"] {
	color: #f47d43;
}
.form-mod {
	min-height: 25px !important;
}
select.form-mod:not([size]):not([multiple]) {
	height: calc(1.25rem + 2px) !important;
}

/*plasmid/netplasmid.css*/
.caret {
	visibility: hidden !important;
}
#uploaderSequences {
	z-index: 9;
}

/*test*/
#type_check10 + label::before,
#type_check10 + label::after,
#type_check11 + label::before,
#type_check11 + label::after {
	top: 18px;
}
#module_info #item_option li a,
#menu_option ul li a {
	font-size: 12px;
	font-weight: 400;
}

/*addon_equipement scheduler*/

#onglet input[type="button"] {
	font-size: 14px !important;
}
.bgwhite {
	background-color: #fff !important;
}

.tableheadsub5 label,
.tableheadsub7 label,
.tableheadsub10c td label,
.tableheadsub10b td label,
.tableback5c tr td label,
.tableback5d tr td label,
label[for="reset_count"],
label[for="cmodule_log"],
label[for="cmodule_registrybook"],
label[for="cmodule_storage"],
label[for="cmodule_animals_storage"],
label[for="cmodule_sampleconv"],
label[for="cmodule_reagent_link"],
label[for="cmodule_analysis_tab"],
.custicon td label,
.custicon span label,
.custicon label,
label[for="clean_logo"],
label[for="multilang"],
label[for="google_trans"],
label[for="strict_search_active"],
.tableback5e tr td div label {
	margin-bottom: -0.5rem !important;
}

.tableback5e {
	background: #ebebeb;
	border: 1px solid #d7dfe3;
	border-radius: 4px;
}

.cellback5e {
	background: #b6e8f3;
	border: 1px solid #97a1a6;
	border-radius: 4px;
}

.tableheadsub9 td label {
	margin-bottom: 0.1rem !important;
}

/*color*/
.textorange {
	color: #e15817;
	font-size: 14px;
	font-weight: 500;
}

.tableheadsub5 a {
	font-size: 13px;
	font-weight: 500 !important;
	color: #f36927 !important;
}

/*workflow*/
#main_group_ajax {
	margin-top: 5px;
}
.operator_main_table {
	border-collapse: initial;
}
.form-group div .btn {
	height: inherit !important;
}

/*storage browser*/
table.dhtmlxLayoutPolyContainer_dhx_skyblue
	td.dhtmlxLayoutSinglePoly
	div.dhtmlxPolyInfoBar {
	background-image: none !important;
	background-color: #e1e8ed !important;
	color: #f36927;
	padding: 5px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-left: none !important;
	border-right: none !important;
}
table.dhtmlxLayoutPolyContainer_dhx_skyblue
	td.dhtmlxLayoutSinglePoly
	div.dhtmlxPolyInfoBar
	div.dhtmlxInfoBarLabel {
	white-space: nowrap;
	font-size: 14px !important;
	color: #f36927 !important;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	font-weight: 500 !important;
}
table.dhtmlxLayoutPolyContainer_dhx_skyblue
	td.dhtmlxLayoutSinglePoly
	div.dhtmlxPolyInfoBar
	div.dhtmlxInfoBarButtonsFake {
	background-image: none !important;
}
table.dhtmlxLayoutPolyContainer_dhx_skyblue
	div.dhtmlxPolyInfoBar
	div.dhtmlxLineL {
	border-left: inherit !important;
}
table.dhtmlxLayoutPolyContainer_dhx_skyblue
	div.dhtmlxPolyInfoBar
	div.dhtmlxLineR {
	border-right: inherit !important;
}

/*end storage browser*/
/*barcode series*/
.transform:hover {
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.01);

	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

/*custom module*/
.custommod tr td img {
	margin-bottom: 40px;
}
.custommod tr td input[type="radio"]:not(:checked) + label::before,
.custommod tr td input[type="radio"]:not(:checked) + label::after,
.custommod tr td input[type="radio"]:checked + label::after,
.custommod tr td input[type="radio"].with-gap:checked + label::after {
	margin-top: 25px !important;
}

/*gantty*/
.old-projects {
	margin-top: 13px;
}
.dataTables_length {
	margin-left: 12px;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
	font-family: "Glyphicons Halflings";
	opacity: 0.7;
}
.card_xs {
	border-color: #d7dfe3;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
	background: #fff;
}
.gantt_cal_light select {
	padding: 0px !important;
}

/*parser*/
form[name="form_model"],
#form_model .form-group label,
.box .box-body #form_model .form-group {
	display: inherit !important;
}
#form_model .form-group {
	vertical-align: inherit;
}
.content-header .text-right {
	margin-top: -12px !important;
}
.box .box-body .tablesorter-pager {
	margin-bottom: -47px !important;
}
/*SNP Manager*/
#module .block h3 {
	top: -28px !important;
	background-color: #f7fafc !important;
}
#module fieldset {
	padding-left: 10px;
	padding-bottom: 10px;
}
#generate_picklist fieldset legend {
	font-size: 14px;
	width: inherit;
}
#config_form fieldset legend,
#license_form legend {
	font-size: 16px;
	width: inherit;
}
#import_form fieldset legend {
	font-size: 16px;
	width: inherit;
}
#module fieldset {
	padding: 10px 10px 10px 10px;
}
/*Sample to box*/
#sample_to_box .box-options fieldset legend {
	font-size: 14px;
	width: initial;
}
.sample_to_box_button {
	display: block !important;
	margin-right: auto;
	margin-left: auto;
}
#auto_save .onoffswitch .onoffswitch-label {
	height: 34px;
	position: initial;
	padding-left: 0px !important;
}

/** new searchbar**/
.searchtop {
	height: 37px !important;
	background-color: #f7fafc !important;
	z-index: 200 !important;
	position: relative !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.searchtop1 {
	float: left !important;
}
.searchtop2 {
	float: left !important;
}
.buttonsearch {
	background-color: transparent !important;
	border: none !important;
}
.buttonsearch i {
	color: #f36927 ;
	font-size: 17px;
}
.buttonsearch:hover,
.buttonsearch:active,
.buttonsearch:link,
.buttonsearch:focus,
.buttonsearch:visited,
.buttonsearch:after,
.buttonsearch input:checked,
.buttonsearch:checked {
	border: none !important;
}
.form-controlsearch {
	min-height: 28px !important;
	padding: 0.2rem 0.75rem !important;
	background-color: #f7fafc !important;
	border: none !important;
	font-size: 14px !important;
	color: #f36927;
	height: 36px !important;
}
.form-controlsearch:hover,
.form-controlsearch:active,
.form-controlsearch:link {
	bbackground-color: #ffb07f !important;
	background-color: #ebebeb !important;
	color: #f36927;
	border: none !important;
}
.input-group_search .form-control:focus,
.input-group_search .form-control:active {
	border: none !important;
}
.input-group_search {
	display: flex !important;
}

/*end new searchbar*/

table {
	border-collapse: separate !important;
}

/*.tableheadsub5 {
  background-color: #36a7db !important;
	color:#fff;  }*/

.po_expand_search a {
	padding: 0px 20px 0px 0px;
}
fieldset[name$="search"] > label a {
	display: inline-block !important;
	height: 20px !important;
	font-size: 1.2em !important;
	line-height: 20px !important;
	color: #6699cc !important;
	font-weight: bold !important;
	padding-right: 20px !important;
	//background: url(../images/arrow.gif) no-repeat bottom right;
	cursor: pointer !important;
}
/*project_code.php  manage projects codes*/
.Project-inputEdit {
	line-height: 16px;
}
.show {
	display: inline-block !important;
}
/*tools/manage genotype*/

#staffcontacts .tableback tr td blockquote {
	border: none;
}
#comentaTexto1 blockquote {
	border: none;
}
/*batch sample generator*/
div.dhx_acc_base_dhx_web div.dhx_acc_item div.dhx_acc_item_label {
	background-color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #f36927 !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid lightgrey;
}
div.dhx_acc_base_dhx_web div.dhx_acc_item {
	background-color: #ffffff !important;
}
div.dhx_acc_base_dhx_web div.dhx_acc_item div.dhx_acc_item_label {
	font-family: "Open sans", "Poppins", sans-serif !important;
	height: 30px !important;
}
div.dhx_acc_item_label {
	color: #f36927 !important;
}
/*tools/manage recipe*/
#select_recipe_th {
	text-align: center;
}
/*pref/reagents&supplies*/

#default_rss {
	margin-bottom: 5px;
}
.Button--iconLeft {
	/* padding-left: 11px;*/
}
/**/

.tablehead div {
	color: #f36927;
}

#user_post h3,
#rss_feed h3 {
	background-color: transparent !important;
	/*color:#fff; */
	text-shadow: none;
}
#user_post a.new_post,
#user_post a.browse_post,
#rss_feed .open_feed,
#rss_feed .collapse_feed,
#user_post .more {
	/*color: #fff;  */
}
#export_body #form_module_export {
	background-color: #ffffff !important;
	border: 1px solid lightgrey !important;
}

/*new button type submit*/
input[type="submit"] {
	color: #fff !important;
	background-color: #2a96c6 !important;
	border-color: #2a96c6;
	border: 1px solid #2a96c6 !important;
	/*-webkit-box-shadow: 0 2px 2px 0 rgba(91, 192, 222, 0.14), 0 3px 1px -2px rgba(91, 192, 222, 0.2), 0 1px 5px 0 rgba(91, 192, 222, 0.12);
  box-shadow: 0 2px 2px 0 rgba(91, 192, 222, 0.14), 0 3px 1px -2px rgba(91, 192, 222, 0.2), 0 1px 5px 0 rgba(91, 192, 222, 0.12);*/
	-webkit-transition: 0.2s ease-in;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	border-radius: 4px;
	margin-bottom: 5px;
	/*padding:4px 7px 7px 7px;*/
	/*font-size: 13px;*/
	font-weight: 400;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"].focus {
	background-color: #3babdb !important;
	border-color: #2a96c6;
	color: #ffffff !important;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none !important;
	border-radius: 0.2rem;
}

input[type="submit"][disabled] {
	background-color: #cadbff !important;
	border-color: #cadbff !important;
}

/*end new button type submit*/
/*new button type button*/
input[type="button"] {
	color: #fff !important;
	background-color: #2a96c6;
	border: 1px solid #2a96c6;
	-webkit-transition: 0.2s ease-in;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	margin-bottom: 5px;
	/*padding:5px 5px 5px 5px;*/
	/*border-radius: .20rem;*/
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"].focus {
	background-color: #3babdb;
	border-color: #2a96c6;
	color: #ffffff !important;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none !important;
}
/*end type button*/
.bgmarker {
	padding: 5px !important;
	background: #f36927 !important;
	color: #fff;
}
.bgmarker .texto5 {
	color: #fff !important;
}
.bgmarker .titulo3 {
	color: #fff !important;
}
#user_post h3,
#user_post h3,
#rss_feed h3 {
	font-size: 20px;
	margin-bottom: 3px;
	font-family: "Open Sans", "Poppins", sans-serif !important;
}

/*fin rajout bérangère*/
.btn-clear {
	font-size: 1.4em !important;
	border: none !important;
}
#user_post a.new_post,
#user_post a.browse_post,
#rss_feed .open_feed,
#rss_feed .collapse_feed {
	font-weight: 600;
	font-size: 12px;
	margin-top: 7px;
}
#user_post ul li.post h4,
#user_post div.post h4,
.texto2c,
#user_post ul li.post .date_publication {
	color: #404040 !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
	padding-bottom: 6px;
}

.text-menugen {
	color: #e15817;
	font-weight: 300px;
	font-size: 15px;
}

.btn-outline-orangelight:hover {
	color: #fff !important;
}

.text-menugen2 {
	color: #e15817;
	font-weight: 300px;
	font-size: 14px;
	display: inline-block;
}

.text-menugen:hover,
.text-menugen2:hover {
	color: #fff;
}

.menugen2 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: -20px;
}

.menugen3 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 1px;
}

.text-menugenbleu {
	color: #0b70ae;
	font-weight: 300px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0px 0px 5px;
}
.text-menugenbleu:hover {
	color: #fff;
}

/*search*/

.form-controlst {
	display: block !important;
	width: 100% !important;
	padding: 0.1rem 0.75rem !important;
	font-size: 0.8rem !important;
	line-height: 1.25 !important;
	color: #495057 !important;
	background-color: #fff !important;
	background-image: none !important;
	background-clip: padding-box !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
	min-height: inherit;
	height: 30px !important;
}
/*end search*/

.menu_order {
	margin-left: -1px;
}

.tab-content > .active {
	/*display: inline-table!important;*/
}
.button-purchase1 {
	background-color: #0b70ae;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	padding: 10px;
}
#table1 {
	/*border: 2px solid #0b70ae!important;  */
}

.button-purchase2 {
	background-color: #85b840;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	padding: 10px;
}

.list-menu2018 {
	border: none;
}
.imenu {
	font-size: 17px;
	color: #f37926;
	width: 26px;
	text-align: center;
}
.icon-style {
	width: 26px;
	text-align: center;
	display: inline-block;
}

.custom-admin-modules-combobox {
	margin-top: 6px;
}

.font9 {
	font-size: 9px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font30 {
	font-size: 30px !important;
}
.font40 {
	font-size: 40px !important;
}
.font50 {
	font-size: 50px !important;
}

label input[type="radio"] {
	position: inherit;
	left: 0px;
	opacity: 1;
}
label input[type="checkbox"] {
	position: inherit !important;
	left: 0px !important;
	opacity: 1 !important;
}

.mw95 {
	min-width: 95px;
}

/*******floating button**********/
.fabs {
	bottom: 0;
	position: fixed;
	margin: 4px 4px 68px 4px;
	right: 0;
	z-index: 100000;
}

.fab {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #00bcd4;
	margin: 25px auto 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	position: relative;
	z-index: 998;
	overflow: hidden;
}

.fab > i {
	font-size: 2em;
	line-height: 55px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
}

.fab:not(:last-child) {
	width: 0;
	height: 0;
	margin: 20px auto 0;
	opacity: 0;
	visibility: hidden;
}

.fab:not(:last-child) > i {
	font-size: 1.4em;
	line-height: 40px;
}

.fab:not(:last-child).is-visible {
	width: 40px;
	height: 40px;
	margin: 15px auto 10;
	opacity: 1;
	visibility: visible;
}

.fab:nth-last-child(1) {
	-webkit-transition-delay: 25ms;
	-moz-transition-delay: 25ms;
	-o-transition-delay: 25ms;
	transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
	-webkit-transition-delay: 20ms;
	-moz-transition-delay: 20ms;
	-o-transition-delay: 20ms;
	transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
	-webkit-transition-delay: 40ms;
	-moz-transition-delay: 40ms;
	-o-transition-delay: 40ms;
	transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
	-webkit-transition-delay: 60ms;
	-moz-transition-delay: 60ms;
	-o-transition-delay: 60ms;
	transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.fab_field {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #eceff1;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.fab_field a {
	display: inline-block;
	text-align: center;
}

#fab_listen {
	float: left;
	background: rgba(0, 0, 0, 0);
}

#fab_send {
	float: right;
	background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
	width: 35px;
	height: 35px;
	box-shadow: none;
	margin: 5px;
}

.fab_field .fab > i {
	font-size: 1.6em;
	line-height: 35px;
	color: #263238;
}

/*Element state*/

.is-active {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.is-float {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.is-max {
	box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18),
		inset 0 12px 10px -10px rgba(0, 0, 0, 0.1);
}

.is-loading {
	display: block;
	-webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
	-moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
	-o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
	animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}
/*Animation*/

@keyframes zoomIn {
	0% {
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes load {
	0% {
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	50% {
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
	.chat {
		width: 200px;
	}
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
	.chat {
		width: 300px;
	}
	.chat_field {
		width: 65%;
	}
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
	.chat {
		width: 300px;
	}
	.chat_field {
		width: 65%;
	}
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
	.chat {
		width: 400px;
	}
	.chat_field {
		width: 65%;
	}
}
/* Ripple */

.ink {
	display: block;
	position: absolute;
	background: rgba(38, 50, 56, 0.4);
	border-radius: 100%;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	webkit-transform: scale(0);
	transform: scale(0);
}
/*animation effect*/

.ink.animate {
	animation: ripple 0.5s ease-in-out;
}

@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/

	100% {
		opacity: 0;
		-moz-transform: scale(5);
		-ms-transform: scale(5);
		webkit-transform: scale(5);
		transform: scale(5);
	}
}

/*******end floating button**********/

/***************************table responsive module*******/
.tableres {
	width: 100%;
	border-collapse: collapse;
	margin: 50px 0px 0px 0px;
}

/* Zebra striping */
.trres:nth-of-type(odd) {
	background: #eee;
}

.thres {
	background: #e1e8ed;
	color: #e15817;
	font-weight: bold;
	white-space: nowrap;
	text-align: center !important;
}

.tdres,
.thres {
	padding: 0px;
	border: 1px solid #ccc !important;
	text-align: left;
	font-size: 13px;
	overflow: hidden;
	mmax-width: 200px;
	cursor: pointer;
}

.col_id {
	max-width: 50px;
}
.col_name {
	max-width: 50px;
}
.col_genotype {
	max-width: 50px;
}
.col_organism {
	max-width: 50px;
}
.col_related {
	max-width: 50px;
}
.col_owner {
	max-width: 50px;
}
.text_options_mod {
	display: none;
	color: #58595b;
	font-size: 14px;
}
.col_options {
	white-space: nowrap;
}

.make_enlarge {
	max-width: inherit !important;
}

.datatabletest {
	overflow-x: auto;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px),
	(min-device-width: 450px) and (max-device-width: 650px) {
	.tableres {
		width: 100%;
	}

	/* Force table to not be like tables anymore */
	.tableres,
	.theadres,
	.tbodyres,
	.thres,
	.tdres,
	.trres {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.theadres .trres {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.tdres,
	.thres {
		max-width: inherit;
	}

	.trres {
		border: 1px solid #ccc;
	}

	.tdres {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 36%;
	}

	.tdres:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 1px;
		left: 2px;
		width: 35%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		color: #e15817;
		font-weight: bold;
		background-color: #e1e8ed;
		height: 100%;
	}
	.col_id {
		max-width: inherit;
	}
	.col_name {
		max-width: inherit;
	}
	.col_genotype {
		max-width: inherit;
	}
	.col_organism {
		max-width: inherit;
	}
	.col_related {
		max-width: inherit;
	}
	.col_owner {
		max-width: inherit;
	}
	.text_options_mod {
		display: inline;
	}

	.make_enlarge {
		white-space: normal;
	}
}

/*end table responsive module*/

.left {
	text-align: left !important;
}

/*header module*/
.headertitremodule {
	position: absolute;
	display: inline-block;
	width: 222px;
	height: 60px;
	left: 65px;
	line-height: 58px;
	border-radius: 13px;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	color: #2a96c6;
	font-size: 22px !important;
	text-align: left;
	padding: 0 20px;
	font-weight: 500;
	text-wrap: none;
	white-space: nowrap;
}
.headertitremodule2 {
	position: absolute;
	display: inline-block;
	width: 222px;
	height: 60px;
	left: 65px;
	line-height: 58px;
	border-radius: 13px;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	color: #2a96c6;
	font-size: 22px !important;
	text-align: left;
	padding: 0 20px;
	font-weight: 500;
	text-wrap: none;
	white-space: nowrap;
}
.h3addons {
	color: #abb7c6 !important;
	font-size: 12px !important;
	font-weight: normal;
	font-family: "Open Sans", "Poppins", sans-serif !important;
	line-height: 11px;
	text-align: left !important;
}

@media (max-width: 871px) {
	.headertitremodule {
		font-size: 16px !important;
		margin: 10px 0px 0px 20px !important;
	}
	.headertitremodule2 {
		font-size: 16px !important;
		margin: -6px 0px 0px -5px !important;
	}
	.header_addon_titre {
		font-size: 16px !important;
		margin: 0px 0px 0px 19px !important;
	}
	.h3addons {
		font-size: 12px !important;
		margin-top: 37px;
	}
}
@media (max-width: 500px) {
	.headertitremodule {
		font-size: 16px !important;
		margin: 10px 0px 0px 9px !important;
	}
	.headertitremodule2 {
		font-size: 16px !important;
		margin: -10px 0px 0px -15px !important;
	}
}
@media (max-width: 1040px) and (min-width: 200px) {
	.infosearchplasm {
		margin-top: -78px !important;
	}
}

@media (max-width: 1000px) {
	.hidden-menu {
		display: none !important;
	}
}

@media (max-width: 577px) and (min-width: 200px) {
	.addrec {
		text-align: left !important;
		margin-top: 5px;
	}
}
/*end header module*/
/*sticky position mobile searchbar*/
@media (max-width: 488px) {
	.searchtop {
		position: fixed !important;
		top: 0;
		width: 100%;
	}
	.topbar {
		margin-top: 37px;
	}

	.infosearch {
		margin-top: 0px !important;
	}
	.contentindex {
		margin-top: 93px;
	}
	.title_module h2 {
		line-height: 24px;
		margin-top: 7px;
	}
}

@media (max-width: 767px) {
	.infosearch {
		margin-top: 0px !important;
	}
	.infosearchplasm {
		margin-top: -7px !important;
	}
}
@media (max-width: 646px) {
	#module_info h1,
	#module_info2 h1 {
		top: 0px !important;
	}
	.title_module h2 {
		font-size: 17px !important;
	}
}
/*end sticky position mobile searchbar*/
@media (max-width: 767px) {
	.contacts_search {
		position: absolute;
		margin: -41px 0px 0px -263px;
	}
	.contacts_search_top {
		padding-top: 26px !important;
	}
}

.ip_restriction_size {
	width: 60%;
}

@media (max-width: 700px) {
	.ip_restriction_size {
		width: 90%;
	}
}
.searchicon {
	position: absolute;
	color: #fff;
	right: 14px;
	top: 4px;
	z-index: 9;
	cursor: pointer;
}
/*expand module*/
.li-expand li select {
	border: 1px solid #d8d8d8 !important;
	border-radius: 0.25rem !important;
	font-size: 12px !important;
}
.li-expand li select option {
	font-size: 12px !important;
}
/*end expand module*/

/*module*/

.input-group-btn .search_bt {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.boldhover {
	background: #2a96c6 !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	color: #fff !important;
	padding: 0;
	width: 48px;
	height: 28px;
	box-shadow: none !important;
	font-size: 19px;
}
.boldhover:hover {
	background: #5bc0de !important;
	border: 1px solid #2a96c6 !important;
}

.tabletitre {
	background-color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #f36927 !important;
	padding: 5px 5px 5px 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #f36927;
}
.tabletitre-warning {
	background-color: #d2322d !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #fff !important;
	padding: 5px 5px 5px 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #ebebeb;
}

.tabletitre-success {
	background-color: #6fc45069 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #fff !important;
	padding: 5px 5px 5px 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid #ebebeb;
}

.tabletitre2 {
	background-color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	color: #f36927 !important;
	padding: 5px 5px 5px 5px;

	border-bottom: 1px solid #ebebeb;
}
.tablenew {
	/*border: 1px solid #d7dfe3!important;*/
	border: 1px solid gainsboro;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.tablenew2 {
	/*border: 1px solid #d7dfe3!important;*/
	border: 1px solid gainsboro !important;
	border-radius: 2px;
}

/*end module*/
#toTop {
	height: 40px !important;
}

#item_option li .sub_item_option li .cage_a:hover {
	font-weight: bold !important;
}

/*manage project code.css*/
.TabContent-tabs {
	border: 1px solid lightgray !important;
	border-top-right-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.Tab-link {
	border-bottom: 1px solid lightgray !important;
}
.TabMenu-tab {
	border-top: 1px solid lightgray !important;
	border-right: 1px solid lightgray !important;
	border-left: 1px solid lightgray !important;
	border-top-right-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.ProjectList,
.ArchivedProjectList {
	background-color: #f5f5f5;
	border-radius: 0.2rem;
}
.Tab-link:hover,
.Tab-link:focus,
.Tab-link--active {
	border-top-right-radius: 0.2rem;
	border-top-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.ActionBar {
	border-top: 1px solid lightgrey;
}
.ProjectList-search,
input[type="text"].ProjectList-search,
.ArchivedProjectList-search,
input[type="text"].ArchivedProjectList-search {
	width: 90%;
	border: 1px solid grey;
	padding: 5px 5px 5px 32px !important;
	margin: 3px !important;
	font-size: 14px !important;
}
.Item-project,
.Item-record {
	line-height: 12px;
}

.storage-right-left {
	text-align: right;
}
@media (max-width: 767px) {
	.item_manage-respons {
		margin-top: 35px !important;
	}
	.storage-right-left {
		text-align: left;
	}
}
.FormMemorized .ActionBox {
	width: inherit !important;
}
.ActionBox {
	width: inherit !important;
}
/*end manage project code.css*/
.ProjectList-actionBar .btn {
	width: 83px;
}
/*Tiago*/
.import_error_value {
	color: #cc0000;
	background: #ffe0e0;
}
/*end Tiago*/
.butsubmit {
	width: 131px;
}

/*SNP manager*/
#module .block h3 {
	background-color: #f7fafc !important;
}

.striped_back_red {
	background-image: linear-gradient(
		45deg,
		#f2cbd0 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#f2cbd0 50%,
		#f2cbd0 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_green {
	background-image: linear-gradient(
		45deg,
		#b6ebb5 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#b6ebb5 50%,
		#b6ebb5 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_grey {
	background-image: linear-gradient(
		45deg,
		#dbdbdb 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#dbdbdb 50%,
		#dbdbdb 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_yellow {
	background-image: linear-gradient(
		45deg,
		#ffedb2 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#ffedb2 50%,
		#ffedb2 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_orange {
	background-image: linear-gradient(
		45deg,
		#fabc82 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#fabc82 50%,
		#fabc82 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_blue {
	background-image: linear-gradient(
		45deg,
		#9ee4ff 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#9ee4ff 50%,
		#9ee4ff 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.striped_back_pink {
	background-image: linear-gradient(
		45deg,
		#f0c8dc 12.5%,
		#ffffff 12.5%,
		#ffffff 50%,
		#f0c8dc 50%,
		#f0c8dc 62.5%,
		#ffffff 62.5%,
		#ffffff 100%
	);
	background-size: 11.31px 11.31px;
}

.toast {
	max-width: 100%;
}

/**************************Implementation bootstrap 4.0 -> 4.3***********************************/

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
	z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
	margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
	z-index: 3;
}

/**************************END Implementation bootstrap 4.0 -> 4.3***********************************/

.dropzone {
	border: 2px dashed #1e7ca2 !important;
}

.nav-item .nav-link-bis {
	display: block;
	padding: 0.5rem 0.5rem !important;
}
.sous-titre {
	font-size: 13px;
	color: #abb7c6;
}

.fab-reset {
	display: inline;
	width: auto;
	height: auto;
	border-radius: 0;
	text-align: left;
	color: #000;
	background: transparent;
	margin: 0;
	box-shadow: none;
	cursor: default;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}

.valign-middle {
	vertical-align: middle !important;
}

.table-setup-news-feed .actions {
	font-size: 14px;
	color: #000;
}
.table-setup-news-feed .URL {
	font-size: 18px;
	background: #ffb68c;
	color: #fff;
}
.table-setup-news-feed .TWITTER {
	font-size: 18px;
	background: #89ddff;
	color: #fff;
}
.table-setup-news-feed .TWITTER .fab {
	color: #fff !important;
}
#general-setup-row .set-up-content .tabletitre{
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 5px 5px 5px 5px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none !important;
	height: 35px
}
#general-setup-row .set-up-content .tabletitre i{
	padding-left: 10px;
	padding-right: 10px;
}
#setup-left-menu .found{
	background-color: #fff1b2;
	border-radius:  10px;
}
#setup-left-menu .found.primary-labc-color{
	border-radius:  0 10px 10px 0px !important;
}
#generalsetupPage-search #search-input-button, .manage-recipes-search button {
	right: 30px;
	position: relative;
	border: none;
	font-weight: 500;
	background: none;
}
#generalsetupPage-search #search-input , .manage-recipes-search #searchBar{
	font-family: inherit;
	font-size: inherit;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	padding: 0.4rem 2rem 0.5rem 0.8rem;
	border-radius: 30px;
	width: 18em;
	height: 2.3rem !important;
}
.entete {
	margin: 8px 0 8px 0;
	overflow: hidden;
	position: relative;
}
.entete-btn-group {
	overflow: initial !important;
}
.entete .btn-action,
.entete .btn-group {
	float: right;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 5px;
}
.entete .btn-group {
	margin-right: 5px;
}
.entete .btn-action i {
	margin-right: 8px;
}

.icone_module i {
	font-size: 36px !important;
	color: #f36927;
}
.icone_module {
	float: left;
	margin-left: 2px;
}
.icone_module img.icon_image {
	width: 46px;
}
.title_module {
	float: left;
	margin-left: 12px;
	margin-top: -9px;
}
.title_module.title_addon h2 {
	margin-top: 2px !important;
}
.title_module h6 {
	font-size: 12px;
	margin-top: -9px;
	margin-left: 2px;
	color: #abb7c6;
}
.title_module h2 {
	font-size: 22px;
	color: #4a6977;
	line-height: 40px !important;

}
.menu_module {
	float: right;
}
.menu_module ul,
.menu_module ul li {
	margin: 0;
	padding: 0;
}
.menu_module ul {
	list-style: none;
	overflow: hidden;
}
.menu_module ul li {
	float: left;
	margin-left: 6px;
}
/*end style entete*/

input[type="text"]:not(.lc-input),
input[type="file"],
input[type="password"],
input[type="number"],
input[type="email"],
select {
	border: 1px solid #aaabad;
	height: calc(1.3em + 0.5rem + 7px) !important;
	border-radius: 0.2rem;
}
.custom-file-label {
	height: calc(1.3em + 0.5rem + 3px) !important;
	border-bottom: 1px solid #cccccc !important;
	padding: 0.2rem 0.5rem !important;
}

.custom-file-label::after {
	height: calc(1.2em + 0.5rem + 3px) !important;
	border-bottom: 1px solid #cccccc !important;
	padding: 0.2rem 0.5rem !important;
}

/*bootstrap blue textarea*/
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
#save_template_sellers_email,
.custom-file-label {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.container-nfpa,
.container-nfpa-print {
	box-sizing: border-box;
	margin: 30px;
	width: 99px;
	height: 99px;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container-nfpa *,
.container-nfpa-print * {
	color: #000;
}
.container-nfpa .nfpa-code,
.container-nfpa-print .nfpa-code {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
	border: solid 1px #000;
}
.container-nfpa .nfpa-code-R,
.container-nfpa-print .nfpa-code-R {
	margin-left: -1px;
}
.container-nfpa .nfpa-code-H,
.container-nfpa-print .nfpa-code-H {
	margin-top: -1px;
}
.container-nfpa .nfpa-code-S,
.container-nfpa-print .nfpa-code-S {
	font-size: 16px;
	margin-left: -1px;
	margin-top: -1px;
}
.container-nfpa .nfpa-code span,
.container-nfpa-print .nfpa-code span {
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container-nfpa-print {
	width: 15cm;
	height: 15cm;
	margin: 4cm auto 0 auto;
}

.container-nfpa-print .nfpa-code {
	width: 7cm;
	height: 7cm;
	line-height: 7cm;
	font-size: 4cm;
}

.container-nfpa-print .nfpa-code-S {
	font-size: 2cm;
}

.input-group-text {
	font-size: 0.75rem !important;
}

.danger-tags-selected {
	overflow: hidden;
}
.autocomplete-lc {
	color: #ffffff;
	background-color: #f36927;
	border: #f36927 1px solid;
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
	display: inline-block;
	border-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0 3px 4px 3px;
	padding: 4px;
	text-decoration: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.archived-user {
	background-color: #999;
	border: #999 1px solid;
}

.autocomplete-lc .remove-lc {
	padding-left: 5px;
	cursor: pointer;
}
.lc-floating-content {
	overflow: hidden;
}

.border-blue {
	border: 1px solid #2a96c6 !important;
}

.tableheadsub10 i.fal,
.tableheadsub7 i.fal {
	margin-right: 8px;
	font-size: 16px;
}

.lc-qtip-container.qtip-default {
	border-color: #f36927;
	z-index: 1 !important;
}
.lc-qtip-container .qtip-content {
	background-color: #fff;
	max-height: 300px;
	overflow-y: scroll;
}
.lc-qtip-container .qtip-icon {
	background-color: #f36927 !important;
	color: #000 !important;
	font-weight: bold !important;
	border: solid 1px #f36927 !important;
	top: -1px;
	margin-top: -17px;
	margin-right: 8px;
}
.lc-help-header {
	background: #2a96c6;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.lc-lateral-slider {
	opacity: 0.8;
	background: #ffffff;
	opacity: 1;
	z-index: 100;
	width: 33% !important;
}
.lc-lateral-slider-content {
	height: 100%;
	overflow-y: auto;
}
/*
.lc-lateral-slider-content * {
  font-size:12px !important;
}
*/
.lc-lateral-slider-close-button {
	background: #2a96c6;
	color: #fff;
	position: absolute;
	right: 0;
	font-size: 16px;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	text-align: center;
	cursor: pointer;
}
.lc-lateral-slider.shadow {
	z-index: 9999;
	-webkit-box-shadow: -7px 0px 22px -1px rgba(204, 204, 204, 0.56);
	-moz-box-shadow: -7px 0px 22px -1px rgba(204, 204, 204, 0.56);
	box-shadow: -7px 0px 22px -1px rgba(204, 204, 204, 0.56);
}
.w23 {
	width: 23px;
}
.lc-standard-icon {
	color: #f36927 !important;
	font-size: 16px;
}
.lc-danger-icon {
	color: red !important;
	font-size: 16px;
}
.lc-success-icon {
	color: #390 !important;
	font-size: 16px;
}
.lc-standard-icon-2 {
	color: #f36927 !important;
	font-size: 20px;
}
.lc-card .card-header a.cat {
	font-size: 16px;
	color: #f36927;
}
.lc-card .card-header .pull-right {
	float: right;
}
.lc-card .card-body {
	padding: 0;
}
.lc-card .card-body table td.right {
	text-align: right;
}
.waiting-list {
	display: block;
}
.waiting-list .tabs-vertical li .nav-link {
	width: 178px !important;
	margin: 0;
}
.waiting-list .tab-content {
	padding: 0 20px;
}
.waiting-list i.fal {
	color: #f36927;
}
.waiting-list td.waiting-del,
.waiting-list td.waiting-validate {
	text-align: center;
	background: #ffd1d1;
}
.waiting-list td.waiting-validate {
	background: #bcffb2;
}
.waiting-list td.waiting-del label,
.waiting-list td.waiting-validate label {
	height: 17px;
	line-height: 17px;
}
.waiting-list .choose-a-module span {
	position: relative;
	top: -2px;
}

.datepicker {
	z-index: 15 !important;
}
.mydatepicker {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

/* Generic table styles, just put table class on your table */

.table thead th,
.table thead td {
	position: relative;
	background-image: none !important;
}

.table th,
.table td {
	font-size: 11px;
	position: relative;
	background-image: none !important;
}
.table th {
	padding: 10px 6px;
	font-weight: bold !important;
	vertical-align: middle !important;
	background: #f6f6f6 !important;
	color: #f36927;
	word-break: keep-all;
}
.table td {
	padding: 6px;
	vertical-align: middle !important;
	word-break: break-all;
}
.table thead .sorting,
.table thead .sorting_asc,
.table thead .sorting_desc,
.table thead .sorting_asc_disabled,
.table thead .sorting_desc_disabled {
	background: #f6f6f6;
	padding-right: 18px;
}

.table thead .sorting:after,
.table thead .sorting_asc:after,
.table thead .sorting_desc:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 0;
}
.table thead i {
	top: 12px;
	color: #666 !important;
	white-space: nowrap;
	position: absolute;
	right: 8px;
	cursor: pointer;
}
.table td.cell-success,
.table td.cell-danger {
	text-align: center;
}
.table td.cell-success,
.cell-success {
	background-color: #e1ffe1;
}
.table td.cell-danger,
.cell-danger {
	background-color: #ffeded;
}
.table td.cell-success label,
.table td.cell-danger label {
	height: 12px;
	top: -3px;
}
.table td.actions {
	text-align: center;
	white-space: nowrap;
}

.centered {
	text-align: center !important;
}
p.bookmarks-show-hide {
	margin: 10px 0 20px 0;
	padding: 0;
}
p.bookmarks-show-hide a i {
	margin-right: 5px;
}
/* handsontable */
.handsontable {
	z-index: 0;
}
/* handsontable end */

.order_list_table {
	border-collapse: collapse !important;
}
.order_list_table tr:not(:first-child) td {
	border: solid 1px #ccc;
	padding: 4px 2px;
}
.table-quote-add-popin {
	font-size: 13px;
}

.table-quote-add-popin #save_period {
	width: 135px;
}
.module-open-close-link-hidden {
	display: none;
}

.normal-combobox-container .custom-combobox-toggle {
	position: relative;
	top: -2px;
	bottom: auto;
	height: 33px;
}
.amount-approval-users-selected {
	overflow: auto;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.custom-select {
	font-size: 0.8rem;
	line-height: 0.8;
	padding: 0.375rem 0.2rem 0.375rem 0.75rem !important;
}
.border-bottom {
	border-bottom: 1px solid grey;
}
.bootstrap-select.show .dropdown-menu.open.show ul.dropdown-menu,
.bootstrap-select.show .dropdown-menu.open.show ul.dropdown-menu li {
	display: block !important;
}

.isDisabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: not-allowed;
	text-decoration: none;
	/*pointer-events: none;*/
	zoom: 1; /* needed to trigger "hasLayout" in IE if no width or height is set */
}

.datepicker > div {
	display: inherit;
}
.dropdown-item:active {
	background-color: #e7e7e7;
}
.module-record-sort {
	color: #666;
	top: 4px;
	right: 24px;
	position: absolute;
	margin-right: -22px;
	font-size: 15px;
}
.list-alert-pop {
	width: 26px;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	margin-right: 5px;
}
.display-i-b {
	display: flex;
	align-items: center;
}
.list-alert-men {
	width: 26px;
	display: inline-block;
	text-align: center;
}
.list-alert-men img {
	width: 26px;
}
#cardAlert .dropdown-item span.badge {
	margin-left: 4px;
	align-items: flex-end;
	justify-content: center;
	padding: 4px;
	display: flex;
	height: 19px;
}
#cardAlert .dropdown-item .display-i-b:has(span) {
	margin-right: 2rem;
}
.text-menu-module {
	vertical-align: middle;
	margin-top: 4px;
}
.alert button.close {
	font-size: 16px;
}
option:not([disabled]),
select {
	color: #212529;
}
@media (min-width: 992px) {
	.mobile_icon_width {
		width: inherit;
	}
	.visible-tablet-mobile2 {
		display: none;
	}
}

.mobile_icon_width {
	width: 195px;
}

.mobile_icon_width td {
	min-width: 19px;
}

.btn-xxs {
	padding: 0.02rem 0.5rem;
	font-size: 12px;
	margin-top: 2px;
}
.icon-mobile-bar {
	font-size: 20px;
	padding: 4px;
}
.footer .col-md-4 a .hidden-md-up {
	max-width: 28px !important;
}
.form_inputs input[name="save_reuse_query"] {
	width: 96%;
}

/*ajustement menu*/
.li-menu-addon {
	width: 31.5%;
	vertical-align: middle;
	display: inline-block;
}
.addon-menu-p {
	word-wrap: break-word;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 0;
	margin-left: 0.5%;
	margin-bottom: 0;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
}
.iconmenu-addon {
	margin-right: 6px;
}
.Item-project .Project-inputEdit {
	margin-top: -4px;
}

.ui-widget.ui-widget-content.ui-autocomplete {
	max-width: 600px !important;
	border: 1px solid #2a96c6 !important;
	border-radius: 3px;
	overflow-x: hidden;
}

.bootstrap-select .dropdown-menu.show {
	max-width: 600px !important;
	overflow-x: hidden;
}

.bootstrap-select .dropdown-menu.show .form-control {
	width: 100%;
}

.dropdown-menu.show:not(.inner) {
	border: 1px solid #c5c5c5 !important;
}
#li-modules .dropdown-menu.show:not(.inner) {
	overflow-y: auto;
	overflow-x: hidden;
}

#gen_random {
	color: #337ab7;
	font-size: 22px;
	margin-left: 5px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* Switch */
.custom-switch-container .sort-switch:not(:checked) {
	left: initial;
}

.custom-switch-container .sort-switch + label {
	padding-left: 0;
}

.custom-switch-container .sort-switch + label::before,
.custom-switch-container .sort-switch:checked + label::before {
	top: 0px;
	left: -37px;
	width: 37px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #adb5bd;
	border-radius: 10px;
	z-index: initial;
	margin: 0;
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch-container .sort-switch:checked + label::before {
	border-color: #2a96c6;
	background-color: #2a96c6;
	transform: initial;
}

.custom-switch-container .sort-switch + label::after,
.custom-switch-container .sort-switch:checked + label::after {
	top: 4px;
	left: calc(-37px + 5px);
	width: 15px;
	height: 15px;
	background-color: #adb5bd;
	border: initial;
	border-radius: 0.5rem;
	z-index: initial;
	margin: 0;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-transform 0.15s ease-in-out;
}

.custom-switch-container .sort-switch:checked + label::after {
	background-color: #fff;
}

@media screen and (min-width: 1600px) and (max-width: 2300px) {
	.bloc-md-4 {
		padding-right: 4px !important;
	}
}
@media screen and (min-width: 2300px) and (max-width: 3000px) {
	.bloc-md-4 {
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 3000px) and (max-width: 4000px) {
	.bloc-md-4 {
		padding-right: 25px !important;
	}
}

.select2-container--default
	.select2-selection--multiple.select2-custom-field
	.select2-selection__choice {
	background-color: #1e88e5 !important;
	padding: 3px 6px !important;
	line-height: 13px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	border-radius: 0.25rem !important;
	font-size: 100%;
}

.select2-container--default .select2-selection--multiple.select2-custom-field {
	font-size: 0.8rem;
}

.select2-results__option[aria-selected] {
	font-size: 13px;
}

.select2-container--default
	.select2-selection--multiple.select2-custom-field
	.select2-selection__choice__remove {
	color: #fff !important;
}
.select2-container--default.select2-container--focus.select2-custom-field {
	border: none !important;
	outline: 0;
}

.select2-container--default
	.select2-selection--multiple.select2-custom-field.select2-custom-field-edit
	.select2-selection__choice {
	font-size: 0.8rem;
}

.select2-container--default
	.select2-selection--single.select2-custom-field
	.select2-selection__rendered {
	font-size: 0.8rem;
}

.block-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #aaa;
}

.pickpo-button:disabled,
.pickpo-button:disabled:hover,
.pickpo-button:disabled:focus {
	background-color: #ccc;
	border-color: #ccc;
}
@-ms-viewport {
	width: device-width;
}
.automatic-purchase-order-submit-title{
    background-color: #ffffff;
    font-weight: 500;
    color: #017bbc;
    padding: 5px;
    text-align: center;
    border-bottom: 1px #e3e3e3 solid;
    width: 100%;
}
.automatic-purchase-order-submit-table{
    margin-top: 10px;
}
.automatic-purchase-order-submit-inputs{
    width: 100%;
}
.quick-destock-form{
	background-color: #f5f5f5;
    font-weight: 600;
    color: #e15817;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #f5f5f5;
}

.exposantIconContainer {
	position: relative;
}

.exposantIconContainer .exposantIcon {
	position: absolute;
	top: -3px;
	right: 0px
}
.jq-toast-wrap {
	width: 300px!important
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.7 !important;
}

.gap-1 {
	gap: 1px;
}
.gap-2 {
	gap: 2px;
}
.gap-3 {
	gap: 3px;
}
.gap-4 {
	gap: 4px;
}
.gap-5 {
	gap: 5px;
}
.gap-6 {
	gap: 6px;
}
.gap-7 {
	gap: 7px;
}
.gap-8 {
	gap: 8px;
}
.gap-9 {
	gap: 9px;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-22 {
	gap: 22px;
}

.no-border-icon { border: 0!important;}
.tablenew td .logo-wrapper{
	height: 5.25rem;
	border-radius: 0.25rem;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
}
.tablenew td .logo-wrapper img {
	width: 10rem;
	height: 3.25rem;
	object-fit: contain;
}
.tablenew .integration-card-title{
	font-size: 16px;
	background: #f3f3f3;
	height: 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px
}
.tablenew .subtitulo {
	font-size: 14px;
	font-weight: 500;
	color: #155a7a;
	align-items: center;
	padding-left: 2%;
}

.scrollSpyCustom .list-group {
	position: sticky;
	top: 7rem;
	align-self: start;
	width: 100%;
	cursor: pointer;
}
.scrollSpyCustom .active {
	background-color: #ffffff !important;
	font-weight: 700;
	border-color: #f36927 !important;
	color: #f36927 !important;
}
.scrollSpyCustom .hide {
	display: none ;
}
.scrollSpyCustom .show {
	display: block !important;
	animation: open-animation-scrollSpyCustom 1s forwards;
}
@keyframes open-animation-scrollSpyCustom {
	from {
		transform: translateX(-30px);
	}

	to {
		transform: translateX(0);
	}
}

.scrollSpyCustom #list-item-1 ,  #list-item-2 , #list-item-3 , #list-item-4 , #list-item-5 , #list-item-6{
	scroll-margin-top:5rem;
}
.scrollSpyCustom .list-group-item-action{
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: -1px;
	font-size: 14px;
}

.transition-ease-out{
	transition-delay: 1s !important;
	transition: 1s ease-out;
	overflow: hidden;
	max-height: 85px;
	white-space:pre-line;
}

.transition-ease-out:hover{
	transition-delay: 1s !important;
	transition: 1s ease-out;
	overflow: auto;
	max-height: 160px;
}
.LC-multiselect {
	width: 200px;
	position:relative;
}
.LC-multiselect .LC-multiselect-selectBox {
	position: relative;
}
.LC-multiselect .LC-multiselect-selectBox select {
	width: 100%;
}
.LC-multiselect .LC-multiselect-overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.LC-multiselect .LC-multiselect-checkboxes {
	display: none;
	border: 1px #aaabad solid;
	background: #FFF;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	max-height: 180px;
	overflow-y: auto;
	padding: 5px;
}
.LC-multiselect .LC-multiselect-checkboxes label {
	display: block;
	margin:0;
}
.LC-multiselect .LC-multiselect-checkboxes label::before,
.LC-multiselect .LC-multiselect-checkboxes label::after {
	top:3px;
}
.LC-multiselect .LC-multiselect-checkboxes label:hover {
	background-color: #ebebeb;
}

/* ********************************************************* New Login **************************************************** */
#main-login{
	vertical-align: middle;
	height: 93%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#main-login .logo-login img{
	max-width: 250px;
}
#LoginForm2 .card-body{
	font-family: "Lexend Deca","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main-login .card2 {
	background: #fff;
    border-radius: 6px;
	box-shadow: 0 12px 20px -4px rgba(0, 0, 0, 0.2), 0 8px 16px -6px rgba(0, 0, 0, 0.12);
}
#main-login .input-container input{
    border: none;
    width: 100%;
}

#main-login .input-container input:-webkit-autofill,
#main-login .input-container input:-webkit-autofill:hover,
#main-login .input-container input:-webkit-autofill:focus,
#main-login .input-container input:-webkit-autofill:active
{
	-webkit-background-clip: text;
    -webkit-text-fill-color: #5d5d5d;
    transition: background-color 50s ease-in-out 0s;
}
#main-login .input-container{
	font-size: 14px !important;
	position: relative;
	background-color: #fff;
	padding: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	border-radius: 0.5rem;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	outline: none;
	border: 1px solid #e5e7eb;
	margin: 8px 0;
}
#main-login  .input-container:focus-within{
	border: 1px solid #85b717;
}
#main-login .input-container i {
	display: grid;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	place-content: center;
	color: #adadad;
}

#main-login .login-button ,
#main-login #backto ,
#main-login #signWith ,
#main-login #byPass2faBtn ,
#main-login .action-stay{
	height: 42px !important;
	font-size: 15px !important;
	display: block;
	text-transform: capitalize !important;
	padding-top: 0.65rem;
	padding-bottom: 0.65rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #f47a30 ;
	border: none;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	width: 100%;
	border-radius: 0.5rem;
}
#main-login .links a , #main-login #backtopassword {
    text-transform: capitalize;
    text-underline-position: under;
    text-decoration: underline;
	color: #8d8d8d;
	font-weight: 400;
}
#main-login .links a:hover , #main-login #backtopassword:hover {
	color: #007ee5;
}
#main-login #backto i ,
#main-login #backto2 i {
	margin-right: 5px;
	font-size: 16px;
	transition: all 0.4s ease-in;
}
#main-login #backto:hover > i ,
#main-login #backto2:hover > i {
	transform: translateX(-5px);
}
#main-login .btn-log-out{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 35px;
	height: 35px;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
	background-color: #f92b2b;
}
#main-login .btn-log-out .sign {
	width: 100%;
	transition-duration: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
  }

  #main-login .btn-log-out .sign i {
	width: 17px;
  }

  #main-login .btn-log-out  .text {
	position: absolute;
	right: 0%;
	width: 0%;
	opacity: 0;
	color: white;
	transition-duration: .3s;
  }
  #main-login .btn-log-out:hover {
	width: 125px;
	border-radius: 0.5rem;
	transition-duration: .3s;
  }

  #main-login .btn-log-out:hover .sign {
	width: 30%;
	transition-duration: .3s;
	padding-left: 20px;
  }
  #main-login .btn-log-out:hover .text {
	opacity: 1;
	width: 70%;
	transition-duration: .3s;
	padding-right: 10px;
  }
  #main-login .btn.focus, #main-login .btn:focus {
	box-shadow: none;
  }

form#order_list_form {
	white-space:nowrap;
}
.tableback5g .moduleshome2 {
	position: relative;
	transition: all .4s ease;
}
.tableback5g .moduleshome2:hover {opacity: 0.8;}
.tableback5g .moduleshome2:hover a , .tableback5g .moduleshome2:hover a span { color: #2a96c6}
/*
.tableback5g .moduleshome2 .under-number {
	position: absolute;
	top:-0.125rem;
	right:0.75rem;
	border: 1px #d3d3d3 solid !important;
	opacity: 0;
	transition: all .3s ease;
}
.tableback5g .moduleshome2:hover .under-number {
	opacity: 1;
}*/

.new-table-style .tablehead{
	background-color: #f0f0f0 !important;
}

#setup-table{
	border-radius: 6px;
	background: white;
	border: 1px solid #ededed;
}
#setup-left-menu {
	display: block;
}
#setup-menu-button-toggle {
    display: none;
}

@media (max-width: 767px){
	#setup-menu-button-toggle {
		display: block;
	}
	#setup-left-menu.closed{
		display: none;
	}
}
#setup-table .menu-item {
	padding: 8px;
	margin-bottom: 0px;
	position: relative;
    align-items: center;
	cursor: pointer;
}
#setup-table .submenu-setup a.primary-labc-color{
	border-left: 2px solid #f36927;
}
#setup-table td p a{
	display: flex;
    align-items: center;
	padding-left: 8px;
}
@media (min-width: 767px) and (max-width: 1432px) {
	#setup-table td p a span {
		margin-left: 5px;
		width: 100%;
	}
	#setup-table .submenu-setup a{
		text-overflow: ellipsis;
		flex-wrap: wrap;
	}
	#setup-table .menu-item{
		height: max-content;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#setup-table .menu-item .toggle-submenu-icon{
		padding-left: 4px;
	}
}
#setup-table .submenu-setup {
	display: none;
	padding-left: 34px;
}
#setup-table .submenu-setup a {
	padding: 8px 15px 8px 16px;
	margin-bottom: 2px;
	font-size: 13px;
	display: flex;
	align-items: center;
}
#setup-table .submenu-setup a:hover{
	background-color: #f1f1f1;
	border-radius: 0 10px 10px 0px !important;
}
#setup-table .menu-item:hover{
	background-color: #f1f1f1;
}
#setup-table  .menu-item.open .submenu-setup {
	display: block;
}
#setup-table td i:not(.toggle-submenu-icon) {
	width: 27px !important;
	margin-left: 0 !important;
	display: inline-block;
}
#setup-table .menu-item .toggle-submenu-icon{
	cursor: pointer;
	width: 10%;
	display: flex;
	justify-content: flex-end;
}
#setup-table .primary-labc-color{
	color: #f36927;
	font-weight: 500;
}
#setup-table a , #setup-table i {
	color: #656565;
}
#dropdown-user #sidebarnav2 li a {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
#mini-help a i{
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 35px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
}
#main-login .error-alert-login{
	padding: 8px 4px 8px 11px;
	background-color: #fff3f3;
	color: #ff5252 ;
	opacity: 1;
	transition: opacity 0.6s;
	font-size: 16px;
	border-radius: 5px;
	width: 410px;
	border: 1px solid #ff5252 !important;
}
#main-login .error-alert-login button i , #main-login .error-alert-upgrade button i {
	color: #ff5252;
	font-size: 16px;
	position: relative;
}
#main-login .error-alert-login button i:after, #main-login .error-alert-upgrade button i:after {
	background: currentColor !important;
	border-radius: 50%;
	content: "";
	left: 0;
	opacity: .16;
	position: absolute;
	left: -10px;
	top: -7px;
	width: 30px;
	height: 30px;
}
#main-login .error-alert-upgrade {
	padding: 8px 4px 8px 11px;
	background-color: #fff3f3;
	color: #ff5252 ;
	opacity: 1;
	transition: opacity 0.6s;
	font-size: 14px;
	border-radius: 5px;
	width: 410px;
	border: 1px solid #ff5252 !important;
}
.topbar .navbar #powered-by{
	width: 100px;
}

#dropdown_alert .bell{
	animation: ring 8s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
}
@keyframes ring {
	0% { transform: rotate(0); }
	1% { transform: rotate(15deg); }
	3% { transform: rotate(-14deg); }
	5% { transform: rotate(17deg); }
	7% { transform: rotate(-16deg); }
	9% { transform: rotate(15deg); }
	11% { transform: rotate(-14deg); }
	13% { transform: rotate(13deg); }
	15% { transform: rotate(-12deg); }
	17% { transform: rotate(11deg); }
	19% { transform: rotate(-10deg); }
	21% { transform: rotate(9deg); }
	23% { transform: rotate(-8deg); }
	25% { transform: rotate(7deg); }
	27% { transform: rotate(0deg); }
	29% { transform: rotate(0deg); }
	31% { transform: rotate(0deg); }
	33% { transform: rotate(0deg); }
	35% { transform: rotate(0deg); }
	37% { transform: rotate(0deg); }
	39% { transform: rotate(0deg); }
	41% { transform: rotate(0deg); }
	43% { transform: rotate(0); }
	100% { transform: rotate(0); }
}

.fix-header.fix-sidebar.card-no-border.logo-center {
	width: 100%;
}

/* when using dhtmlx the height 100vh of the classe above (.fix-header....)
	plus the natural overflow auto of dhxwins_vp_auto creates an x-axxis scroll */

.fix-header.dhxwins_vp_auto {
	overflow-x: hidden !important;
}
.primary-labc-button {
	color: #fff !important;
}
.topbar .navbar-light .navbar-nav .mega-dropdown-menu li.active a {
	color: #f36927;
}
.topbar .navbar-light #left-nav.navbar-nav li.active:not(.mega-dropdown-menu li){
	background-color: #e7e7e724;
}
.topbar .navbar-light .navbar-nav .mega-dropdown-menu li.active{
	background: #b5b5b51f;
	border-radius: 3px;
}

#pom-alternate-products h3 {
	margin:20px 0;
	text-align:center;
	font-size:18px;
}

#pom-alternate-products table tr {
	cursor:pointer;
}

#pom-alternate-products table label {
	top:5px;
}
table.tablenew  tbody > tr.tablerow:not(:last-child) > td{
	border-bottom: 1px solid #7b7b7b3d;
	padding: 9px 7px;
}
#lc-modal-default.modal .modal-close {
	position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 1;
    font-size: 22px;
}
#lc-modal-default.modal .modal-body {
	margin-top:30px;
}
#lc-modal-default.modal .modal-body.center {
	text-align:center;
}
#lc-modal-default.modal .modal-body.center {
	text-align:center;
}
.modal-90 {
	max-width:90%;
}
.blast-form-container .loading {
	color:#2a96c6;
	padding:20px 0;
	font-size:16px;
}
.blast-form-container .loading i {
	margin-right:4px;
}
.blast-form-container #answerLink {
	margin-top:12px;
}
.blast-form-container #answerLink .blast-process-output {
	font-family: 'Courier New', Courier, monospace;
	font-size:10px;
	background:#333;
	color:#FFF;
	padding:10px;
}
#combo_zone .dhx_combo_input {
	border: none !important;
}

a.disabled {
	color: gray;
	cursor: not-allowed;
	opacity: 0.6;
	text-decoration: none;
}
  
a.disabled .disabled-inner {
	pointer-events: none; /* Disable click inside, but allow tooltip */
}