/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap';

/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/

@import url(/scss/icons/font-awesome/css/font-awesome.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);
@import url(/css/spinners.css);
@import url(/css/libs/animate.css);
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}

.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}


/**
 * Icon pour tooltip ::: help icon
 */
.kl_bloc_help a {
	color: #e72763 !important;
}
.kl_bloc_help .tooltip-text {
	padding: 1.31em 1.21em 1.21em 1.31em;
}
.kl_bloc_help {
	left: 20px;
}
.kl_bloc_help .tooltip-content::after {
	left: calc(50% + 10px);
}
.kl_bloc_help .tooltip-item {
	display: unset;
	padding: 0;
}
.kl_iconHelp {
	padding: 4px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	border: solid 2px #CCC;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.kl_iconHelp::before {
    left: 3px;
    position: absolute;
    color: #CCC;
    top: 1px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.kl_iconHelp:hover{
	border-color: darkgrey;
} 
.kl_iconHelp:hover::before {
	color: darkgrey;
}

/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/


/******************* 
Global Styles 
*******************/

* {
	outline: none;
    /* font-display: block; */
}

body {
	background: #f0f2f6;
	font-family: "Montserrat", sans-serif;
	margin: 0;
	overflow-x: hidden;
	color: #54667a;
	font-weight: 300;
}

html {
	position: relative;
	min-height: 100%;
	background: #ffffff;
}

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

a.link:hover,
a.link:focus {
	color: #009efb;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.img-rounded {
	border-radius: 4px;
}


/*******************
Headings
*******************/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c2b2e;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

h1 {
	line-height: 48px;
	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: 4px;
	padding: 10px;
}

html body .dl {
	display: inline-block;
}

html body .db {
	display: block;
}

.no-wrap td,
.no-wrap th {
	white-space: nowrap;
}


/*******************
Blockquote
*******************/

blockquote {
	border: 1px solid rgba(120, 130, 140, 0.13);
	border-left: 5px solid #009efb;
	padding: 15px;
}

.clear {
	clear: both;
}

ol li {
	margin: 5px 0;
}


/*******************
Paddings
*******************/

html body .p-0 {
	padding: 0px;
}

.p5 {
	padding: 5px !important;
}
.label-secondary {
    background-color: gray;
}
html body .p-10 {
	padding: 10px;
}

html body .p-20 {
	padding: 20px;
}

html body body .p-30 {
	padding: 30px;
}

html body .p-l-0 {
	padding-left: 0px !important;
}

html body .p-l-10 {
	padding-left: 10px;
}

html body .p-l-20 {
	padding-left: 20px;
}

html body .p-l-30 {
	padding-left: 30px !important;
}

html body .p-r-0 {
	padding-right: 0px;
}

html body .p-r-10 {
	padding-right: 10px;
}

html body .p-r-20 {
	padding-right: 20px;
}

html body .p-r-30 {
	padding-right: 30px !important;
}

html body .p-r-40 {
	padding-right: 40px;
}

html body .p-t-0 {
	padding-top: 0px;
}

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-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-l--40 {
	margin-left: -40px;
}

html body .m-r-5 {
	margin-right: 5px;
}

html body .m-r-10 {
	margin-right: 10px;
}

html body .m-r-15 {
	margin-right: 15px;
}

html body .m-r-20 {
	margin-right: 20px;
}

html body .m-r-30 {
	margin-right: 30px;
}

html body .m-r-40 {
	margin-right: 40px;
}

html body .m-r--40 {
	margin-right: -40px;
}

html body .m-r--60 {
	margin-right: -60px;
}

html body .m-l--60 {
	margin-left: -60px;
}

html body .m-t-0 {
	margin-top: 0px;
}

html body .m-t-5 {
	margin-top: 5px;
}

html body .m-t-10 {
	margin-top: 10px;
}

html body .m-t-15 {
	margin-top: 15px !important;
}

html body .m-t-20 {
	margin-top: 20px!important;
}

html body .m-t-30 {
	margin-top: 30px !important;
}

html body .m-t-40 {
	margin-top: 40px !important;
}

html body .m-b-0 {
	margin-bottom: 0px !important;
}

html body .m-b-5 {
	margin-bottom: 5px;
}

html body .m-b-10 {
	margin-bottom: 10px;
}

html body .m-b-15 {
	margin-bottom: 15px !important;
}

html body .m-b-20 {
	margin-bottom: 20px;
}

html body .m-b-30 {
	margin-bottom: 30px;
}

html body .m-b-40 {
	margin-bottom: 40px;
}


/*******************
vertical alignment
*******************/

html body .vt {
	vertical-align: top;
}

html body .vm {
	vertical-align: middle;
}

html body .vb {
	vertical-align: bottom;
}


/*******************
font weight
*******************/

html body .font-bold {
	font-weight: 700;
}

html body .font-normal {
	font-weight: normal;
}

html body .font-light {
	font-weight: 300;
}

html body .font-medium {
	font-weight: 400;
}

html body .font-16 {
	font-size: 16px;
}

html body .font-14 {
	font-size: 14px;
}

html body .font-18 {
	font-size: 18px;
}

html body .font-20 {
	font-size: 20px;
}

html body .f-w-500 {
	font-weight: 500;
}


/*******************
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) !important;
}


/*******************
Thumb size
*******************/

.thumb-sm {
	height: 32px;
	width: 32px;
}

.thumb-md {
	height: 48px;
	width: 48px;
}

.thumb-lg {
	height: 88px;
	width: 88px;
}

.hide {
	display: none !important;
}

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

.radius {
	border-radius: 4px;
}


/*******************
Text Colors
*******************/

html body .text-muted {
	color: #90a4ae;
}


/*******************
Background Colors
*******************/

html body .bg-primary {
	background-color: #7460ee !important;
}

html body .bg-success {
	background-color: #55ce63 !important;
}

html body .bg-info {
	background-color: #009efb !important;
}

html body .bg-warning {
	background-color: #ffbc34 !important;
}

html body .bg-danger {
	background-color: #f62d51 !important;
}

html body .bg-megna {
	background-color: #01c0c8;
}

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;
}

html body .bg-gris {
	background-color: #fbfbfb;
	margin-bottom: 2px;
}


/*******************
Rounds
*******************/

.round {
	line-height: 45px;
	color: #ffffff;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	border-radius: 100%;
	background: #009efb;
}

.round img {
	border-radius: 100%;
}

.round.round-info {
	background: #009efb;
}

.round.round-warning {
	background: #ffbc34;
}

.round.round-danger {
	background: #f62d51;
}

.round.round-success {
	background: #55ce63;
}

.round.round-primary {
	background: #7460ee;
}


/*******************
Labels
*******************/

.label {
	padding: 2px 10px;
	line-height: 13px;
	color: #ffffff;
	font-weight: 400;
	border-radius: 4px;
	font-size: 75%;
}

.label-rounded {
	border-radius: 60px;
}

.label-custom {
	background-color: #01c0c8;
}

.label-success {
	/* background-color: #55ce63; */
	background-color: #40c850;
}

.label-info {
	background-color: #009efb;
}

.label-warning {
	background-color: #ffbc34;
}

.label-danger {
	background-color: #f62d51;
}

.label-megna {
	background-color: #01c0c8;
}

.label-primary {
	background-color: #7460ee;
}

.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: #55ce63;
}

.label-light-info {
	background-color: #cfecfe;
	color: #009efb;
}

.label-light-warning {
	background-color: #fff8ec;
	color: #ffbc34;
}

.label-light-danger {
	background-color: #f9e7eb;
	color: #f62d51;
}

.label-light-megna {
	background-color: #e0f2f4;
	color: #01c0c8;
}

.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;
	font-size: 13.4px;
}

.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;
	color: black;
}

.table thead th,
.table th {
	font-weight: 500;
}

.table-hover tbody tr:hover {
	background: #f2f4f8;
}

html body .jqstooltip {
	width: auto;
	height: auto;
}

.v-middle td,
.v-middle th {
	vertical-align: middle;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
}

/*******************
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.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s 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);
}

.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;
}

.waves-input-wrapper {
	border-radius: 0.2em;
	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);
	transform: translate(0, -2px);
}

.badge-success {
	background-color: #55ce63;
}

.badge-info {
	background-color: #009efb;
}

.badge-primary {
	background-color: #7460ee;
}

.badge-warning {
	background-color: #ffbc34;
	color: #ffffff;
}

.badge-danger {
	background-color: #f62d51;
}

.badge-purple {
	background-color: #7460ee;
}

.badge-red {
	background-color: #fb3a3a;
}

.badge-inverse {
	background-color: #2f3d4a;
}


/*Text Color*/

.text-white {
	color: #ffffff;
}

.text-danger {
	color: #f62d51 !important;
}

.text-muted {
	color: #90a4ae !important;
}

.text-warning {
	color: #ffbc34 !important;
}

.text-success {
	color: #55ce63 !important;
}

.text-info {
	color: #009efb !important;
}

.text-inverse {
	color: #2f3d4a !important;
}

.text-blue {
	color: #02bec9;
}

.text-purple {
	color: #7460ee;
}

.text-primary {
	color: #7460ee !important;
}

.text-megna {
	color: #01c0c8;
}

.text-dark {
	color: #54667a;
}

.text-themecolor {
	color: #009efb;
}


/*******************
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: #54667a !important;
}

.btn-lg {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.btn-circle {
	border-radius: 50%;
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 10px;
}

.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: .25rem .5rem;
	font-size: 12px;
}

.btn-xs {
	padding: .25rem .5rem;
	font-size: 10px;
}

.button-list button,
.button-list a {
	margin: 5px 12px 5px 0;
}

.btn-outline {
	color: inherit;
	background-color: transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.btn-rounded {
	border-radius: 60px;
	padding: 7px 18px;
}

.btn-rounded.btn-lg {
	padding: .75rem 1.5rem;
}

.btn-rounded.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px;
}

.btn-rounded.btn-xs {
	padding: .25rem .5rem;
	font-size: 10px;
}

.btn-custom,
.btn-custom.disabled {
	background: #009efb;
	border: 1px solid #009efb;
	color: #ffffff;
}

.btn-custom:hover,
.btn-custom.disabled:hover {
	background: #009efb;
	opacity: 0.8;
	color: #ffffff;
	border: 1px solid #009efb;
}

.btn-secondary,
.btn-secondary.disabled {
	/*
	background: #868e96 !important;
	border: 1px solid #868e96;
	*/
	background: #87a2b2 !important;
	border: 1px solid #87a2b2;
	color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
	opacity: 0.7;
	border: 1px solid #87a2b2
}

.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus {
	/* background: #868e96; */
	background: #87a2b2;
}

.btn-primary,
.btn-primary.disabled {
	background: #7460ee;
	border: 1px solid #7460ee;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
	color: white !important;
	opacity: 0.7;
	border: 1px solid #7460ee;
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus {
	background: #6352ce;
}

.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: #55ce63;
	border: 1px solid #55ce63;
}

.btn-success:hover,
.btn-success.disabled:hover {
	background: #55ce63;
	opacity: 0.7;
	border: 1px solid #55ce63;
}

.btn-success.active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:focus {
	background: #4ab657;
}

.btn-info,
.btn-info.disabled {
	background: #009efb;
	border: 1px solid #009efb;
}

.btn-info:hover,
.btn-info.disabled:hover {
	background: #009efb;
	opacity: 0.7;
	border: 1px solid #009efb;
}

.btn-info.active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus {
	background: #028ee1;
}

.btn-warning,
.btn-warning.disabled {
	background: #ffbc34;
	border: 1px solid #ffbc34;
	color: #ffffff;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
	background: #ffbc34;
	color: #ffffff;
	opacity: 0.7;
	border: 1px solid #ffbc34;
}

.btn-warning.active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:focus {
	background: #e9ab2e;
}

.btn-danger,
.btn-danger.disabled {
	background: #f62d51;
	border: 1px solid #f62d51;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
	background: #f62d51;
	opacity: 0.7;
	border: 1px solid #f62d51;
}

.btn-danger.active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:focus {
	background: #e6294b;
}

.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: #fb3a3a;
	border: 1px solid #fb3a3a;
	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-outline-default {
	background-color: #ffffff;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default.focus {
	background: #f2f4f8;
}

.btn-outline-primary {
	color: #7460ee;
	background-color: #ffffff;
	border-color: #7460ee;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	background: #7460ee;
	color: #ffffff;
	border-color: #7460ee;
}

.btn-outline-success {
	color: #55ce63;
	background-color: transparent;
	border-color: #55ce63;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
	background: #55ce63;
	border-color: #55ce63;
	color: #ffffff;
}

.btn-outline-info {
	color: #009efb;
	background-color: transparent;
	border-color: #009efb;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
	background: #009efb;
	border-color: #009efb;
	color: #ffffff;
}

.btn-outline-warning {
	color: #ffbc34;
	background-color: transparent;
	border-color: #ffbc34;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	background: #ffbc34;
	border-color: #ffbc34;
	color: #ffffff;
}

.btn-outline-danger {
	color: #f62d51;
	background-color: transparent;
	border-color: #f62d51;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	background: #f62d51;
	border-color: #f62d51;
	color: #ffffff;
}

.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;
}

.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: #4ab657;
	border: 1px solid #4ab657;
}

.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;
}


/*******************
Notify
*******************/

.notify {
	position: relative;
	top: -25px;
	right: -7px;
}

.notify .heartbit {
	position: absolute;
	top: -20px;
	right: -4px;
	height: 25px;
	width: 25px;
	z-index: 10;
	border: 5px solid #f62d51;
	border-radius: 70px;
	-moz-animation: heartbit 1s ease-out;
	-moz-animation-iteration-count: infinite;
	-o-animation: heartbit 1s ease-out;
	-o-animation-iteration-count: infinite;
	-webkit-animation: heartbit 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.notify .point {
	width: 6px;
	height: 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #f62d51;
	position: absolute;
	right: 6px;
	top: -10px;
}

@-moz-keyframes heartbit {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0.1);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.5);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.8);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

@-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;
	}
}


/*******************
Checkbox
*******************/

.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: block;
	padding-left: 5px;
	position: relative;
}

.checkbox label::before {
	-o-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	background-color: #ffffff;
	border-radius: 1px;
	border: 1px solid rgba(120, 130, 140, 0.13);
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	top: 3px;
	margin-left: -20px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 17px;
	outline: none;
}

.checkbox label::after {
	color: #263238;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: 3px;
	width: 16px;
}

.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	position: absolute;
	left: 0px;
	outline: none;
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline-offset: -2px;
	outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
	content: "\f00c";
	font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled+label::before {
	background-color: #f2f4f8;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox.checkbox-single label {
	height: 17px;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
	background-color: #7460ee;
	border-color: #7460ee;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
	background-color: #f62d51;
	border-color: #f62d51;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
	background-color: #009efb;
	border-color: #009efb;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
	background-color: #55ce63;
	border-color: #55ce63;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
	background-color: #7460ee;
	border-color: #7460ee;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-red input[type="checkbox"]:checked+label::before {
	background-color: #f62d51;
	border-color: #f62d51;
}

.checkbox-red input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
	background-color: #2f3d4a;
	border-color: #2f3d4a;
}

.checkbox-inverse input[type="checkbox"]:checked+label::after {
	color: #ffffff;
}


/*******************
Radios 
*******************/

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
}

.radio label::before {
	-o-transition: border 0.5s ease-in-out;
	-webkit-transition: border 0.5s ease-in-out;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid rgba(120, 130, 140, 0.13);
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	outline: none;
	position: absolute;
	transition: border 0.5s ease-in-out;
	width: 17px;
	outline: none;
}

.radio label::after {
	-moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-webkit-transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	background-color: #263238;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 7px;
	left: 5px;
	margin-left: -20px;
	position: absolute;
	top: 5px;
	transform: scale(0, 0);
	transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	width: 7px;
}

.radio input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none;
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
	outline-offset: -2px;
	outline: none;
}

.radio input[type="radio"]:checked+label::after {
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio.radio-single label {
	height: 17px;
}

.radio-primary input[type="radio"]+label::after {
	background-color: #7460ee;
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: #7460ee;
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: #7460ee;
}

.radio-danger input[type="radio"]+label::after {
	background-color: #f62d51;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #f62d51;
}

.radio-danger input[type="radio"]:checked+label::after {
	background-color: #f62d51;
}

.radio-info input[type="radio"]+label::after {
	background-color: #009efb;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #009efb;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #009efb;
}

.radio-warning input[type="radio"]+label::after {
	background-color: #ffbc34;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #ffbc34;
}

.radio-warning input[type="radio"]:checked+label::after {
	background-color: #ffbc34;
}

.radio-success input[type="radio"]+label::after {
	background-color: #55ce63;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #55ce63;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #55ce63;
}

.radio-purple input[type="radio"]+label::after {
	background-color: #7460ee;
}

.radio-purple input[type="radio"]:checked+label::before {
	border-color: #7460ee;
}

.radio-purple input[type="radio"]:checked+label::after {
	background-color: #7460ee;
}

.radio-red input[type="radio"]+label::after {
	background-color: #f62d51;
}

.radio-red input[type="radio"]:checked+label::before {
	border-color: #f62d51;
}

.radio-red input[type="radio"]:checked+label::after {
	background-color: #f62d51;
}

.checkbox label,
.radio label {
	cursor: pointer;
}


/*******************
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
******************/

.mega-dropdown {
	position: static;
	width: 100%;
}

.mega-dropdown .dropdown-menu {
	width: 100%;
	padding: 30px;
	margin-top: 0px;
	background: url(../../assets/images/background/megamenubg.jpg) no-repeat right bottom #fff;
}

.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: #54667a;
}


/*******************
List-style-none
******************/

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

ul.list-style-none li {
	list-style: none;
}

ul.list-style-none li a {
	color: #54667a;
	padding: 8px 0px;
	display: block;
	text-decoration: none;
}

ul.list-style-none li a:hover {
	color: #009efb;
}


/*******************
dropdown-item
******************/

.dropdown-item {
	padding: 8px 1rem;
	color: #54667a;
}


/*******************
Custom-select
******************/

.custom-select {
	background: url(/img/custom-select.png) right 0.75rem center no-repeat;
}


/*******************
textarea
******************/

textarea {
	resize: none;
}


/*******************
Form-control
******************/

.form-control {
	color: #54667a;
	min-height: 38px;
	display: initial;
}

.form-control-sm {
	min-height: 20px;
}

.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: #55ce63;
}

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: 0px;
}

.card-no-border .sidebar-footer {
	background: #e5edef;
}

.card-no-border .page-wrapper {
	/* background: #f2f4f8; */
}

.card-no-border .left-sidebar {
	background: white;
}

.card-no-border .sidebar-nav>ul>li>a.active {
	background: #f2f4f8;
}

.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;
}

.card-no-border .card-group .card {
	border: 1px solid rgba(120, 130, 140, 0.13);
}

.card-header {
	background-color: #dae6e8;
}


/*******************/


/*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;
}


/*******************/


/*Documentation*/


/*******************/

.fix-width {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

ul.common li {
	display: inline-block;
	line-height: 40px;
	list-style: outside none none;
	width: 48%;
}


/***********************
 12/02/2018 (New Update)
***********************/

.progress {
	height: auto;
}


/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/


/*============================================================== 
 For all pages 
 ============================================================== */

.navbar-expand-md .navbar-nav {

    align-items: center;
}

#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.1);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.boxed #main-wrapper .sidebar-footer {
	position: absolute;
}

.boxed #main-wrapper .footer {
	display: none;
}

.page-wrapper {
	background: #fff;
	padding-bottom: 60px;
}

.container-fluid {
	padding: 0px;
	max-width: 1280px;
}


/*******************
 Topbar
*******************/

.topbar {
	position: relative;
	z-index: 50;
	background-color: #fff;
}

.topbar .top-navbar {
	min-height: 70px;
	padding: 0px 15px 0 0;
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler {
	background-color: #fff;
	padding: 4px 10px 5px 10px;
	line-height: inherit;
	margin-right: 20px;
	outline: none;
	display: none;
}

@media screen and (max-width: 968px) {

	#id_theSousMenu .kl_customBreadCumb .navbar-toggler {
		display: block;
		z-index: 1;
	}

	#id_theSousMenu .kl_customBreadCumb .navbar-toggler.activem {
		margin-left: 30px;
	}

	#id_theSousMenu + .row .col-modif-lg-2.close-on-mobile {
		margin-right: -30px;
	}

}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon {
	width: 25px;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	transition: all 0.2s;
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon.rotate {
	background-color: #fff;
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.2s;
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon.rotate::before {
	top: 0;
	transform: rotate(45deg);
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.2s;
}

#id_theSousMenu .kl_customBreadCumb .navbar-toggler .navbar-toggler-icon.rotate::after {
	bottom: 0;
	transform: rotate(-45deg);
}

#id_theSousMenu .kl_sousMenu .sub-header-code-wrapper {
	flex: 1 1 0px;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 968px) {
	#id_theSousMenu .kl_sousMenu .sub-header-code-wrapper {
		flex: 1 1 100%;
		justify-content: center;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	#id_theSousMenu .kl_sousMenu .kl_dateEtVille {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
}

.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: .75rem;
	padding-right: .75rem;
	font-size: 17px;
	/* line-height: 50px; */
}


/*-- Temporarily hide items --*/

.topbar .top-navbar .navbar-nav>li.temp-catalog-class,
.reset-ul>li.temp-catalog-class,
ul#id_menuLeftList li>ul>li.temp-recapitulatif-class {
	display: none;
}


/*-- End of section to Temporarily hide items --*/

.topbar .top-navbar .navbar-nav>.nav-item.show {
	background: rgba(0, 0, 0, 0.05);
}

.topbar .top-navbar .app-search {
	position: relative;
	margin-top: 13px;
	margin-right: 10px;
	display: inline-block;
}

.topbar .top-navbar .app-search input {
	width: 200px;
	border-radius: 100px;
	font-size: 14px;
	-webkit-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
}

.topbar .top-navbar .app-search input:focus {
	width: 240px;
}

.topbar .top-navbar .app-search .srh-btn {
	position: absolute;
	top: 8px;
	cursor: pointer;
	background: #ffffff;
	width: 15px;
	height: 15px;
	right: 10px;
	font-size: 14px;
}

.topbar .profile-pic {
	width: 30px;
	border-radius: 100%;
	margin-right: -10px;
}

.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);
}

.topbar .dropdown-menu .dropdown-item {
	padding: 7px 1.5rem;
}

.topbar ul.dropdown-user {
	padding: 0px;
	width: 270px;
}

.topbar ul.dropdown-user li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topbar ul.dropdown-user li.divider {
	/* height: 1px; */
	height: 0.5px;
	margin: 9px 0;
	overflow: hidden;
	background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
	padding: 10px 15px;
}

.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;
}

.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: #e6294b;
}

.topbar ul.dropdown-user li a {
	padding: 9px 15px;
	display: block;
	color: #54667a;
}

.topbar ul.dropdown-user li a:hover {
	background: #f2f4f8;
	color: #ed195f !important;
	text-decoration: none;
}

.mini-sidebar .top-navbar .navbar-header {
	/* width: 60px; */
	text-align: center;
}

.logo-center .top-navbar .navbar-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
}


/*******************
 Breadcrumb and page title
*******************/

.page-titles .breadcrumb {
	padding: 0px;
	background: transparent;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\e649";
	font-family: themify;
	color: #a6b7bf;
	font-size: 14px;
}


/*******************
 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: 9px;
	left: 10px;
}

.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: #54667a;
}

.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: #90a4ae;
}

.green-theme {
	background: #55ce63;
}

.yellow-theme {
	background: #ffbc34;
}

.red-theme {
	background: #f62d51;
}

.blue-theme {
	background: #009efb;
}

.purple-theme {
	background: #7460ee;
}

.megna-theme {
	background: #01c0c8;
}

.default-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #90a4ae), color-stop(99%, #90a4ae));
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #90a4ae 23%, #90a4ae 99%);
}

.green-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #55ce63 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #55ce63), color-stop(99%, #55ce63));
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #55ce63 23%, #55ce63 99%);
}

.yellow-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #f62d51), color-stop(99%, #f62d51));
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
}

.blue-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #009efb 23%, #009efb 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #009efb 23%, #009efb 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #009efb), color-stop(99%, #009efb));
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #009efb 23%, #009efb 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #009efb 23%, #009efb 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%, #01c0c8 23%, #01c0c8 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #01c0c8), color-stop(99%, #01c0c8));
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #01c0c8 23%, #01c0c8 99%);
}

.red-dark-theme {
	background: #263238;
	/* Old browsers */
	background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #f62d51), color-stop(99%, #f62d51));
	background: -o-linear-gradient(left, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
	background: linear-gradient(to right, #263238 0%, #263238 23%, #f62d51 23%, #f62d51 99%);
}


/*******************
 page title
*******************/

.page-titles {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 20px;
}

.page-titles .page-title-block {
	flex: 1 1 0px;
}

@media screen and (max-width: 767px) {
	.page-titles .page-title-block {
		flex: 1 1 100%;
	}
}


/*******************
 Footer
*******************/

.footer {
	position: absolute;
	left: 0px;
	/* bottom: -60px; */
	color: #54667a;
	left: 0px;
	padding: 17px 15px;
	right: 0;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
	background: #ffffff;
}


/*******************
 Card title
*******************/

.card {
	margin-bottom: 30px;
}

.card.card-new-selfizee {
	overflow: hidden;
}

.listing-index-container {
	background-color: #fff;
    margin: 0 -15px;
    padding: 15px;
    border-radius: 5px;
}

.listing-index-container .kl_filtre_event {
    margin-top: 0;
}

.listing-index-container .inner-filter-wrapper .right-section .btn-filter-content:first-child {
	margin-left: 0;
}

.listing-index-container .inner-filter-wrapper .btn-refresh-no-text {
	border: 1px solid #e72763;
    background-color: #e72763;
}

.listing-index-container .inner-filter-wrapper .btn-refresh-no-text:hover {
	opacity: 0.7;
}

.listing-index-container .inner-filter-wrapper .btn-refresh-no-text i {
	color: #fff;
    margin-top: 0;
    margin-right: 0;
}

table,
.listing-index-container table {
	font-size: 13px;
}

.listing-index-container table th {
	color: #000;
    font-weight: 500;
}

.kl_listing_event .card,
.kl_body_listing_event .card {
	margin-bottom: 0 !important;
	background-color: transparent;
}

.table_evenements table.table-responsive {
	display: table;
}

.table_evenements table.table-responsive.no-overflow {
	display: table;
}

.table_evenements th.event-name-column {
	width: 36.2%;
}

.table_evenements th.event-city-column {
	width: 8%;
}

.table_evenements th.event-login-column {
	width: 19%;
}

@media screen and (min-width: 1440px) {
	.table_evenements th.event-login-column {
		width: 9%;
	}
}

.table_evenements .col_vue_event.info-icon-evt-col {
	padding: 0.75rem 0 0.75rem 10px;
}

.table_evenements .col_vue_event.info-icon-evt-col:first-of-type+td,
.table_evenements .col_vue_event.info-icon-evt-col:first-of-type+th {
	padding-left: 8px;
}

@media screen and (max-width: 767px) {
	.table_evenements table.table-responsive {
		display: block;
	}
	.table_evenements .col_vue_event.info-icon-evt-col {
		/* padding: 0.75rem 0 0.75rem 5px; */
		display: none;
	}
	.table_evenements .col_vue_event.info-icon-evt-col:first-of-type+td,
	.table_evenements .col_vue_event.info-icon-evt-col:first-of-type+th {
		padding-left: 5px;
	}
	.table_evenements .col_vue_event.info-icon-evt-col:first-of-type+th {
		min-width: 190px;
	}
	.table_evenements th.event-user-column {
		min-width: 190px;
	}
	.table_evenements th.event-login-column {
		min-width: 173px;
	}
}

table thead th.col-log-event {
	width: 17%;
}

@media screen and (min-width: 1600px) {
	table thead th.col-log-event {
		width: 12.5%;
	}
}

.card .card-subtitle {
	font-weight: 300;
	margin-bottom: 15px;
	color: #90a4ae;
}

.card .card-body .demog-stat-sub-title {
	margin-top: 10px;
	margin-bottom: 35px;
}

.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: #55ce63;
	border-color: #55ce63;
}

.card-danger {
	background: #f62d51;
	border-color: #f62d51;
}

.card-warning {
	background: #ffbc34;
	border-color: #ffbc34;
}

.card-info {
	background: #009efb;
	border-color: #009efb;
}

.card-primary {
	background: #7460ee;
	border-color: #7460ee;
}

.card-dark {
	background: #2f3d4a;
	border-color: #2f3d4a;
}

.card-megna {
	background: #01c0c8;
	border-color: #01c0c8;
}


/*============================================================== 
 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: #54667a;
	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 .08s ease;
	-o-transition: height .08s ease;
	transition: height .08s ease;
}

.card-info {
	background: #009efb;
	border-color: #009efb;
}

.card-primary {
	background: #7460ee;
	border-color: #7460ee;
}

.card-outline-info {
	border-color: #009efb;
}

.card-outline-info .card-header {
	background: #009efb;
	border-color: #009efb;
	display: none;
}

.card-outline-inverse {
	border-color: #2f3d4a;
}

.card-outline-inverse .card-header {
	background: #2f3d4a;
	border-color: #2f3d4a;
}

.card-outline-warning {
	border-color: #ffbc34;
}

.card-outline-warning .card-header {
	background: #ffbc34;
	border-color: #ffbc34;
}

.card-outline-success {
	border-color: #55ce63;
}

.card-outline-success .card-header {
	background: #55ce63;
	border-color: #55ce63;
}

.card-outline-danger {
	border-color: #f62d51;
}

.card-outline-danger .card-header {
	background: #f62d51;
	border-color: #f62d51;
}

.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: #54667a;
}

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: .8em;
}


/*============================================================== 
Dashboard1 chart
 ============================================================== */

.total-revenue,
.income-year,
.total-revenue2 {
	position: relative;
}

.total-revenue .chartist-tooltip,
.income-year .chartist-tooltip,
.total-revenue2 .chartist-tooltip {
	border-radius: 60px;
}

.total-revenue .ct-series-a .ct-line,
.income-year .ct-series-a .ct-line,
.total-revenue2 .ct-series-a .ct-line {
	stroke: #009efb;
	stroke-width: 2px;
}

.total-revenue .ct-series-a .ct-point,
.income-year .ct-series-a .ct-point,
.total-revenue2 .ct-series-a .ct-point {
	stroke: #009efb;
	stroke-width: 7px;
}

.total-revenue .ct-series-b .ct-line,
.income-year .ct-series-b .ct-line,
.total-revenue2 .ct-series-b .ct-line {
	stroke: #55ce63;
	stroke-width: 2px;
}

.total-revenue .ct-series-b .ct-point,
.income-year .ct-series-b .ct-point,
.total-revenue2 .ct-series-b .ct-point {
	stroke: #55ce63;
	stroke-width: 7px;
}

.total-revenue .ct-series-a .ct-area,
.total-revenue .ct-series-b .ct-area,
.income-year .ct-series-a .ct-area,
.income-year .ct-series-b .ct-area,
.total-revenue2 .ct-series-a .ct-area,
.total-revenue2 .ct-series-b .ct-area {
	fill: transparent;
}

.income-year .ct-series-a .ct-bar {
	stroke: #009efb;
}

.income-year .ct-series-b .ct-bar {
	stroke: #55ce63;
}

#sales-donute {
	position: relative;
}

#sales-donute path,
#sales-donute fill {
	stroke-width: 0px;
}

.round-overlap {
	width: 150px;
	border: 2px solid rgba(120, 130, 140, 0.13);
	height: 150px;
	position: absolute;
	border-radius: 100%;
	font-size: 35px;
	text-align: center;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 25%;
}

.round-overlap i {
	line-height: 150px;
}

.stylish-table thead th {
	font-weight: 400;
	color: #90a4ae;
	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
 ============================================================== */

.total-revenue2 .ct-series-a .ct-area {
	fill: #e8fdeb;
}

.total-revenue2 .ct-series-b .ct-area {
	fill: #e8fdeb;
}


/*============================================================== 
Dashboard3 chart
 ============================================================== */

.total-sales {
	position: relative;
}

.total-sales .chartist-tooltip {
	background: #55ce63;
}

.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: #55ce63;
}

.ct-chart .ct-series-b .ct-slice-donut {
	stroke: #f2f4f8;
}

.ct-chart .ct-series-c .ct-slice-donut {
	stroke: #009efb;
}

#visitfromworld path.jvectormap-region.jvectormap-element {
	stroke-width: 1px;
	stroke: #90a4ae;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
	background: #90a4ae;
}

.browser td {
	vertical-align: middle;
	padding-left: 0px;
}

#calendar .fc-today-button {
	display: none;
}


/*============================================================== 
Dashboard4 chart
 ============================================================== */

.total-revenue4 {
	position: relative;
}

.total-revenue4 .ct-series-a .ct-line {
	stroke: #009efb;
	stroke-width: 1px;
}

.total-revenue4 .ct-series-a .ct-point {
	stroke: #009efb;
	stroke-width: 5px;
}

.total-revenue4 .ct-series-b .ct-line {
	stroke: #55ce63;
	stroke-width: 1px;
}

.total-revenue4 .ct-series-b .ct-point {
	stroke: #55ce63;
	stroke-width: 5px;
}

.total-revenue4 .ct-series-a .ct-area {
	fill: #009efb;
	fill-opacity: 0.2;
}

.total-revenue4 .ct-series-b .ct-area {
	fill: #55ce63;
	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-right: 1px solid rgba(120, 130, 140, 0.13);
}

.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: #54667a;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
	border-bottom: 2px solid #009efb;
	color: #009efb;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
	color: #009efb;
}


/*============================================================== 
Form addons page
============================================================== */


/*Bootstrap select*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select .dropdown-menu li a {
	display: block;
	padding: 7px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #54667a;
	white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	color: #009efb;
	background: #f2f4f8;
}

.bootstrap-select .show>.dropdown-menu {
	display: block;
}

.bootstrap-select .btn-secondary {
	background-color: #ffffff;
}

.bootstrap-select .btn-secondary:hover {
	color: #54667a;
}

.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(#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);
	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;
}


/*******************/


/*Floating Label*/


/*******************/

.floating-labels .form-group {
	position: relative;
}

.floating-labels .form-control {
	padding: 10px 10px 10px 0;
	display: block;
	border: none;
	font-family: "Rubik", sans-serif;
	border-radius: 0px;
	border-bottom: 1px solid #d9d9d9;
}

.floating-labels .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.floating-labels select.form-control>option {
	font-size: 14px;
}

.floating-labels .has-error .form-control {
	border-bottom: 1px solid #f62d51;
}

.floating-labels .has-warning .form-control {
	border-bottom: 1px solid #ffbc34;
}

.floating-labels .has-success .form-control {
	border-bottom: 1px solid #55ce63;
}

.floating-labels .form-control:focus {
	outline: none;
	border: none;
}

.floating-labels label {
	color: #54667a;
	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 .form-control:focus~label,
.floating-labels .form-control:valid~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: #ffbc34;
}

.has-success .bar:before,
.has-success .bar:after {
	background: #55ce63;
}

.has-error .bar:before,
.has-error .bar:after {
	background: #f62d51;
}

.has-warning .form-control:focus~label,
.has-warning .form-control:valid~label {
	color: #ffbc34;
}

.has-success .form-control:focus~label,
.has-success .form-control:valid~label {
	color: #55ce63;
}

.has-error .form-control:focus~label,
.has-error .form-control:valid~label {
	color: #f62d51;
}

.has-feedback label~.t-0 {
	top: 0;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea {
	border: 1px solid #f62d51;
}

.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
	border: 1px solid #55ce63;
}

.form-group.error .help-block ul {
	padding: 0px;
	color: #f62d51;
}

.form-group.error .help-block ul li {
	list-style: none;
}

.form-group.issue .help-block ul {
	padding: 0px;
	color: #ffbc34;
}

.form-group.issue .help-block ul li {
	list-style: none;
}


/*******************
Pagination
******************/

.pagination-circle li.active a {
	background: #55ce63;
}

.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: #55ce63;
	color: #ffffff;
}

.pagination-circle li.disabled a {
	background: #f2f4f8;
	color: rgba(120, 130, 140, 0.13);
}


/*******************
Form Dropzone
******************/

.dropzone {
	border: 1px dashed #d9d9d9;
}

.dropzone .dz-message {
	padding: 5% 0;
	margin: 0px;
}


/*******************
Form Pickers
******************/

.asColorPicker-trigger {
	position: absolute !important;
	width: 37px !important;
	height: 38px !important;
	right: 0 !important;
}

.asColorPicker-wrap {
	display: block !important;
	width: 35%;
	position: relative !important;
}

.asColorPicker-dropdown {
	max-width: 280px !important;
}

.asColorPicker-clear {
	top: 5px !important;
	right: 9px !important;
}

table th {
	font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #e72763;
}

.daterangepicker td.in-range.active:hover {
	color: #000;
}

.datepicker table tr th.prev:hover,
.datepicker table tr th.next:hover,
.datepicker table tr td.day:hover {
	cursor: pointer;
}

.datepicker table tr td.day:hover {
	background-color: lightgray;
}

.datepicker table tr td.selected.active {
	color: #fff;
	background-color: #e72763;
}

.datepicker table tr td.today {
	color: #fff;
	background-color: lightslategray;
}

.datepicker td,
.datepicker th {
	padding: 5px 10px;
}

.datepicker th.prev,
.datepicker th.next,
.datepicker th.dow,
.datepicker td.day {
	text-align: center;
}


/*******************
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: #f62d51;
}

.icolors>li.yellow {
	background: #ffbc34;
}

.icolors>li.info {
	background: #009efb;
}

.icolors>li.green {
	background: #55ce63;
}

.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;
}

.color-table.success-table thead th {
	background-color: #55ce63;
	color: #ffffff;
}

.color-table.info-table thead th {
	background-color: #009efb;
	color: #ffffff;
}

.color-table.warning-table thead th {
	background-color: #ffbc34;
	color: #ffffff;
}

.color-table.danger-table thead th {
	background-color: #f62d51;
	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: #90a4ae;
	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 #55ce63;
}

.color-bordered-table.success-bordered-table thead th {
	background-color: #55ce63;
	color: #ffffff;
}

.color-bordered-table.info-bordered-table {
	border: 2px solid #009efb;
}

.color-bordered-table.info-bordered-table thead th {
	background-color: #009efb;
	color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
	border: 2px solid #ffbc34;
}

.color-bordered-table.warning-bordered-table thead th {
	background-color: #ffbc34;
	color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
	border: 2px solid #f62d51;
}

.color-bordered-table.danger-bordered-table thead th {
	background-color: #f62d51;
	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 #90a4ae;
}

.color-bordered-table.muted-bordered-table thead th {
	background-color: #90a4ae;
	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: #55ce63;
	border: 0;
	color: #ffffff;
}

.full-color-table.full-success-table tbody td {
	border: 0;
}

.full-color-table.full-success-table tr:hover {
	background-color: #55ce63;
	color: #ffffff;
}

.full-color-table.full-info-table {
	background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
	background-color: #009efb;
	border: 0;
	color: #ffffff;
}

.full-color-table.full-info-table tbody td {
	border: 0;
}

.full-color-table.full-info-table tr:hover {
	background-color: #009efb;
	color: #ffffff;
}

.full-color-table.full-warning-table {
	background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
	background-color: #ffbc34;
	border: 0;
	color: #ffffff;
}

.full-color-table.full-warning-table tbody td {
	border: 0;
}

.full-color-table.full-warning-table tr:hover {
	background-color: #ffbc34;
	color: #ffffff;
}

.full-color-table.full-danger-table {
	background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
	background-color: #f62d51;
	border: 0;
	color: #ffffff;
}

.full-color-table.full-danger-table tbody td {
	border: 0;
}

.full-color-table.full-danger-table tr:hover {
	background-color: #f62d51;
	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: #90a4ae;
	border: 0;
	color: #ffffff;
}

.full-color-table.full-muted-table tbody td {
	border: 0;
}

.full-color-table.full-muted-table tr:hover {
	background-color: #90a4ae;
	color: #ffffff;
}


/*******************
Table-Data Table
******************/

.dt-buttons {
	display: inline-block;
	padding-top: 5px;
}

.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_filter {
	float: right;
}

.dataTables_filter input {
	border: 1px solid #d9d9d9;
}

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;
	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;
	margin-left: 2px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	*cursor: hand;
	color: #54667a;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #ffffff;
	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: #54667a;
	border: 1px solid transparent;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white;
	border: 1px solid #7460ee;
	background-color: #7460ee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #54667a;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em;
}


/*******************
Table- responsive
******************/

.tablesaw-bar .btn-group label {
	color: #54667a !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: #009efb;
	color: #ffffff;
}


/*******************
Table- Footable
******************/

.footable .pagination {
	display: inline-block;
	padding: 8px 0;
}

.footable .pagination li {
	padding: 0px;
	margin: 0 1px;
	display: inline-block;
}

.footable .pagination li a {
	padding: 5px 10px;
}

.footable .pagination li a:hover,
.footable .pagination li a.active {
	background: #009efb;
	color: #ffffff;
	border-radius: 4px;
}

.footable .pagination li.active a {
	color: #ffffff;
	border-radius: 4px;
}

.footable-odd {
	background: #f2f4f8;
}


/*******************
Icon list fontawesom
******************/

.icon-list-demo div {
	cursor: pointer;
	line-height: 60px;
	white-space: nowrap;
	color: #54667a;
}

.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 .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 .2s;
	transition: font-size .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 .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: #7460ee;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
	color: #ffffff;
	background: #009efb;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
	color: #ffffff;
	background: #55ce63;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
	color: #ffffff;
	background: #ffbc34;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
	color: #ffffff;
	background: #f62d51;
}

.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 #55ce63;
	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: #55ce63;
	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 #55ce63;
	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 {
	display: table;
}

.vtabs .tabs-vertical {
	width: 150px;
	border-bottom: 0px;
	border-right: 1px solid rgba(120, 130, 140, 0.13);
	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 {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}

.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: #54667a;
}

.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: #009efb;
	color: #ffffff;
}

.jq-icon-success {
	background-color: #55ce63;
	color: #ffffff;
}

.jq-icon-error {
	background-color: #f62d51;
	color: #ffffff;
}

.jq-icon-warning {
	background-color: #ffbc34;
	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: #90a4ae;
	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;
}

#id_bodyConctTable .el-element-overlay .el-card-item {
	padding-bottom: 0;
}

.el-element-overlay .el-card-item .el-card-avatar {
	margin-bottom: 15px;
}

#id_bodyConctTable .el-element-overlay .el-card-item .el-card-avatar {
	margin-bottom: 0;
}

.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: #54667a;
}

.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: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.el-element-overlay .el-card-item .el-overlay-1:hover {
	cursor: pointer;
}

.el-element-overlay .el-card-item .el-overlay-1 img {

	/*
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	*/

	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.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 .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%) translateZ(0);
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a {
	border-color: #ffffff;
	color: #ffffff;
	/* padding: 12px 15px 10px; */
	padding: 15px 15px 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#id_bodyConctTable .el-overlay-1 .el-info>li a {
	/*
	padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
	*/
	width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
}

/*
#id_bodyConctTable .el-overlay-1 li > a i {
    position: relative;
    top: 48.62%;
    left: 48.5%;
    transform: translate(-100%, -100%);
}
*/

.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover {
	background: white;
	border-color: #e72763;
	color: #e72763;
}

.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 .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
	opacity: 1;
	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: #55ce63;
}

.timeline-badge.warning {
	background-color: #ffbc34;
}

.timeline-badge.danger {
	background-color: #f62d51;
}

.timeline-badge.info {
	background-color: #009efb;
}

.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: "Rubik", sans-serif;
	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: #54667a;
	top: 7px;
}


/*******************
ribbons page
******************/

.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
	position: relative;
	padding: 50px 15px 15px 15px;
}

.ribbon-vwrapper {
	padding: 15px 15px 15px 50px;
	position: relative;
}

.ribbon-overflow {
	overflow: hidden;
}

.ribbon-vwrapper-reverse {
	padding: 15px 50px 15px 15px;
}

.ribbon-wrapper-bottom {
	padding: 15px 15px 50px 50px;
}

.ribbon-wrapper-right-bottom {
	padding: 15px 50px 50px 15px;
}

.ribbon-content {
	margin-bottom: 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 #263238;
	border-right: 10px solid transparent;
}

.ribbon-right {
	left: auto;
	right: -2px;
}

.ribbon-bookmark.ribbon-right:before {
	right: 100%;
	left: auto;
	border-right: 15px solid #263238;
	border-left: 10px solid transparent;
}

.ribbon-vertical-l,
.ribbon-vertical-r {
	clear: none;
	padding: 0 5px;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	left: 12px;
	top: -2px;
}

.ribbon-vertical-r {
	left: auto;
	right: 12px;
}

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
	top: 100%;
	left: 0;
	margin-top: -14px;
	border-right: 15px solid #263238;
	border-bottom: 10px solid transparent;
}

.ribbon-badge {
	top: 15px;
	overflow: hidden;
	left: -90px;
	width: 100%;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ribbon-badge.ribbon-right {
	left: auto;
	right: -90px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon-badge.ribbon-bottom {
	top: auto;
	bottom: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon-badge.ribbon-right.ribbon-bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ribbon-corner {
	top: 0;
	left: 0;
	background-color: transparent !important;
	padding: 6px 0 0 10px;
}

.ribbon-corner i {
	position: relative;
}

.ribbon-corner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border: 30px solid transparent;
	border-top-color: #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: #55ce63;
}

.ribbon-bookmark.ribbon-success:before {
	border-color: #55ce63;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-success:before {
	border-right-color: #55ce63;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
	border-right-color: #55ce63;
	border-bottom-color: transparent;
}

.ribbon-success.ribbon-corner:before {
	border-top-color: #55ce63;
	border-left-color: #55ce63;
}

.ribbon-success.ribbon-corner.ribbon-right:before {
	border-right-color: #55ce63;
	border-left-color: transparent;
}

.ribbon-success.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #55ce63;
}

.ribbon-info {
	background: #009efb;
}

.ribbon-bookmark.ribbon-info:before {
	border-color: #009efb;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-info:before {
	border-right-color: #009efb;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
	border-right-color: #009efb;
	border-bottom-color: transparent;
}

.ribbon-info.ribbon-corner:before {
	border-top-color: #009efb;
	border-left-color: #009efb;
}

.ribbon-info.ribbon-corner.ribbon-right:before {
	border-right-color: #009efb;
	border-left-color: transparent;
}

.ribbon-info.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #009efb;
}

.ribbon-warning {
	background: #ffbc34;
}

.ribbon-bookmark.ribbon-warning:before {
	border-color: #ffbc34;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
	border-right-color: #ffbc34;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
	border-right-color: #ffbc34;
	border-bottom-color: transparent;
}

.ribbon-warning.ribbon-corner:before {
	border-top-color: #ffbc34;
	border-left-color: #ffbc34;
}

.ribbon-warning.ribbon-corner.ribbon-right:before {
	border-right-color: #ffbc34;
	border-left-color: transparent;
}

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #ffbc34;
}

.ribbon-danger {
	background: #f62d51;
}

.ribbon-bookmark.ribbon-danger:before {
	border-color: #f62d51;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
	border-right-color: #f62d51;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
	border-right-color: #f62d51;
	border-bottom-color: transparent;
}

.ribbon-danger.ribbon-corner:before {
	border-top-color: #f62d51;
	border-left-color: #f62d51;
}

.ribbon-danger.ribbon-corner.ribbon-right:before {
	border-right-color: #f62d51;
	border-left-color: transparent;
}

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #f62d51;
}

.ribbon-default {
	background: #263238;
}

.ribbon-bookmark.ribbon-default:before {
	border-color: #263238;
	border-right-color: transparent;
}

.ribbon-bookmark.ribbon-right.ribbon-default:before {
	border-right-color: #263238;
	border-left-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
	border-right-color: #263238;
	border-bottom-color: transparent;
}

.ribbon-default.ribbon-corner:before {
	border-top-color: #263238;
	border-left-color: #263238;
}

.ribbon-default.ribbon-corner.ribbon-right:before {
	border-right-color: #263238;
	border-left-color: transparent;
}

.ribbon-default.ribbon-corner.ribbon-bottom:before {
	border-top-color: transparent;
	border-bottom-color: #263238;
}


/*******************
session ideal timeout page
******************/

#idletimeout {
	background: #009efb;
	border: 3px solid #009efb;
	color: #fff;
	font-family: arial, sans-serif;
	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.kl_bloc_help {
	z-index: 3 !important;
}
.mytooltip {
	display: inline;
	position: relative;
	z-index: 9999;
}

.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: 200px;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	padding: 50px 30px;
	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);
}

.tooltip-content3::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	margin-left: -8px;
	top: 100%;
	background: #00aeef;
	-webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
	transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

.tooltip-item2 {
	color: #00aeef;
	cursor: pointer;
	z-index: 100;
	position: relative;
	display: inline-block;
	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;
}

.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 .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: #009efb;
}

.search-listing li h3 a:hover {
	text-decoration: underline;
}

.search-listing li a {
	color: #55ce63;
}


/*******************
Login register and recover password Page
******************/

.login-register {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	padding: 10% 0;
	position: fixed;
}

.login-box {
	width: 400px;
	margin: 0 auto;
}

.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: -10px;
	padding: 5px 10px;
	margin: 0 auto;
	display: inline-block;
	width: 100px;
	left: 0px;
	right: 0px;
}


/*******************
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(#009efb), to(#009efb)), -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(#009efb, #009efb), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
	background-image: linear-gradient(#009efb, #009efb), 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: #54667a;
	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: #54667a;
}

.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: #54667a;
	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;
	color: #54667a;
}

.list-style-none li a:hover {
	color: #009efb;
}

.list-style-none li a span {
	float: right;
}

.slimScrollBar {
	z-index: 10 !important;
}


/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/


/*******************
Main sidebar
******************/

.left-sidebar {
	position: absolute;
	width: 240px;
	height: 100%;
	top: 0px;
	z-index: 20;
	padding-top: 70px;
	/*box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);*/
}

.fix-sidebar .left-sidebar {
	position: fixed;
}


/*******************
use profile section
******************/

.user-profile {
	text-align: center;
	position: relative;
}

.user-profile .profile-img {
	width: 50px;
	margin: 0 auto;
	border-radius: 100%;
}

.user-profile .profile-img::before {
	-webkit-animation: 2.5s blow 0s linear infinite;
	animation: 2.5s blow 0s linear infinite;
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	top: 0;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 0;
}

@-webkit-keyframes blow {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	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);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
}

@keyframes blow {
	0% {
		-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	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);
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 0.5);
		transform: scale3d(1, 1, 0.5);
	}
}

.user-profile .profile-img img {
	width: 100%;
	border-radius: 100%;
}

.user-profile .profile-text {
	padding: 5px 0;
	position: relative;
}

.user-profile .profile-text a {
	color: #54667a;
}

.user-profile .dropdown-menu {
	left: 0px;
	right: 0px;
	width: 180px;
	margin: 0 auto;
}


/*******************
sidebar footer
******************/

.sidebar-footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 240px;
	background: #e8eff0;
	border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.sidebar-footer a {
	padding: 15px;
	width: 33.333337%;
	float: left;
	text-align: center;
	font-size: 18px;
}


/*******************
sidebar navigation
******************/

.scroll-sidebar {
	padding-bottom: 60px;
	padding-top: 30px;
	overflow-x: hidden;
	overflow-y: -webkit-paged-y;
}

.collapse.in {
	display: block;
}

.sidebar-nav ul {
	margin: 0px;
	padding: 0px;
}

.sidebar-nav ul li {
	list-style: none;
}

.sidebar-nav ul li a {
	color: #54667a;
	padding: 14px 35px 14px 15px;
	display: block;
	font-size: 15px;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
	color: #009efb;
}

.sidebar-nav ul li a.active {
	font-weight: 400;
	color: #263238;
}

.sidebar-nav ul li ul {
	padding-left: 60px;
}

.sidebar-nav ul li ul li a {
	padding: 10px 35px 10px 15px;
}

.sidebar-nav ul li ul ul {
	padding-left: 20px;
}

.sidebar-nav ul li.nav-small-cap {
	font-size: 12px;
	padding: 14px 14px 14px 20px;
	color: #90a4ae;
	font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
	height: 1px;
	background: rgba(120, 130, 140, 0.13);
	display: block;
	margin: 20px 0;
}

.sidebar-nav>ul>li.active>a {
	border-left: 3px solid #009efb;
	color: #009efb;
}

.sidebar-nav>ul>li.active>a i {
	color: #009efb;
}

.sidebar-nav>ul>li>a {
	border-left: 3px solid #f2f7f8;
}

.sidebar-nav>ul>li>a.active,
.sidebar-nav>ul>li>a:hover {
	border-left: 3px solid #009efb;
}

.sidebar-nav>ul>li>a.active i,
.sidebar-nav>ul>li>a:hover i {
	color: #009efb;
}

.sidebar-nav>ul>li>a i {
	width: 27px;
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
	color: #a6b7bf;
}

.sidebar-nav>ul>li>a .label {
	float: right;
	margin-top: 6px;
}

.sidebar-nav>ul>li>a.active {
	font-weight: 400;
	background: #242933;
	color: #009efb;
}

.sidebar-nav .has-arrow {
	position: relative;
}

.sidebar-nav .has-arrow::after {
	position: absolute;
	content: '';
	width: .4em;
	height: .4em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #54667a;
	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 .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .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%);
}


/****************
When click on sidebar toggler and also for tablet
*****************/

@media (min-width: 768px) {
	.mini-sidebar .sidebar-nav #sidebarnav li {
		position: relative;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li>ul {
		position: absolute;
		left: 60px;
		top: 59px;
		width: 200px;
		z-index: 1001;
		background: #e8eff0;
		display: none;
		padding-left: 1px;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
		height: auto !important;
		overflow: auto;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
		display: block;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
		display: none;
	}
	.mini-sidebar .left-sidebar {
		width: 60px;
	}
	.mini-sidebar .user-profile {
		padding-bottom: 30px;
		width: 60px;
	}
	.mini-sidebar .scroll-sidebar {
		padding-bottom: 0px;
		position: absolute;
	}
	.mini-sidebar .hide-menu,
	.mini-sidebar .nav-small-cap,
	.mini-sidebar .sidebar-footer,
	.mini-sidebar .user-profile .profile-text {
		display: none;
	}
	.mini-sidebar .nav-devider {
		width: 60px;
	}
	.mini-sidebar .sidebar-nav {
		background: transparent;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li>a {
		padding: 14px 15px;
		width: 60px;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
		width: 260px;
		background: #009efb;
		color: #ffffff;
		border-color: #009efb;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a i {
		color: #ffffff;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
		display: inline;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li.active>a {
		border-color: transparent;
	}
	.mini-sidebar .sidebar-nav #sidebarnav>li.active>a.active {
		border-color: #009efb;
	}
}

@media (max-width: 767px) {
	.mini-sidebar .left-sidebar {
		position: fixed;
	}
	.mini-sidebar .left-sidebar,
	.mini-sidebar .sidebar-footer {
		left: -240px;
	}
	.mini-sidebar.show-sidebar .left-sidebar,
	.mini-sidebar.show-sidebar .sidebar-footer {
		left: 0px;
	}
}


/*
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: 500;
	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: #55ce63;
}

.mailbox .message-center a .user-img .busy {
	background: #f62d51;
}

.mailbox .message-center a .user-img .away {
	background: #ffbc34;
}

.mailbox .message-center a .user-img .offline {
	background: #ffbc34;
}

.mailbox .message-center a .mail-contnet {
	display: inline-block;
	width: 75%;
	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: #54667a;
	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: #90a4ae;
}

.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: #90a4ae;
}

.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
	color: #009efb;
}


/*******************/


/*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;
}

.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: #90a4ae;
}

.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: #90a4ae;
}

.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: #55ce63;
}

.message-box .message-widget a .user-img .busy {
	background: #f62d51;
}

.message-box .message-widget a .user-img .away {
	background: #ffbc34;
}

.message-box .message-widget a .user-img .offline {
	background: #ffbc34;
}

.message-box .message-widget a .mail-contnet {
	display: inline-block;
	width: 75%;
	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: #54667a;
	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: #54667a;
	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: #54667a;
	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 #f62d51;
	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: #009efb;
}

.calendar-event {
	cursor: move;
	margin: 10px 5px 0 0;
	padding: 6px 10px;
	display: inline-block;
	color: #ffffff;
	min-width: 140px;
	text-align: center;
	background: #009efb;
}

.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: #90a4ae;
}

.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: -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: #90a4ae;
}

.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;
}


/*
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;
	-ms-flex-align: normal;
	align-items: normal;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .5625rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #55ce63;
}

.has-success .form-control-success {
	background-image: url(../../assets/images/icon/success.svg);
}

.has-success .form-control {
	border-color: #55ce63;
}

.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: #ffbc34;
}

.has-warning .form-control-warning {
	background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
	border-color: #ffbc34;
}

.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: #f62d51;
}

.has-danger .form-control-danger {
	background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
	border-color: #f62d51;
}

.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;
}

.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) {
	.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;
		column-count: 3;
	}
}


/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1370px) {
	.widget-app-columns {
		-webkit-column-count: 2;
		column-count: 2;
	}
}


/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
	.page-wrapper {
		margin-left: 240px;
	}
}

@media (max-width: 1023px) {
	.page-wrapper {
		margin-left: 60px;
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
	}
	.widget-app-columns {
		-webkit-column-count: 1;
		column-count: 1;
	}
	.inbox-center a {
		width: 200px;
	}
}


/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

@media (min-width: 768px) {
	.navbar-header {
		width: 240px;
		-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: 60px;
	}
	.flex-wrap {
		-ms-flex-wrap: no-wrap !important;
		flex-wrap: no-wrap !important;
		-webkit-flex-wrap: no-wrap !important;
	}
}


/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
	/*Header*/
	.topbar {
		position: fixed;
		width: 100%;
	}
	.topbar .top-navbar {
		/* padding-right: 15px; */
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		justify-content: flex-start;
	}
	.mini-sidebar .top-navbar .navbar-header {
		padding: 0 0 0 30px !important;
		margin-bottom: -13px;
	}
	.topbar .top-navbar .navbar-collapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.topbar .top-navbar .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.topbar .top-navbar .navbar-nav:first-child {
		display: none;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.show {
		position: static;
	}
	/* .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
						width: 100%;
						margin-top: 0px; } */
	.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
		padding-left: .50rem;
		padding-right: .50rem;
	}
	.topbar .top-navbar .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.mega-dropdown .dropdown-menu {
		height: 480px;
		overflow: auto;
	}
	/*Sidebar and wrapper*/
	.mini-sidebar .page-wrapper {
		margin-left: 0px;
		padding-top: 90px;
	}
	.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 {
		position: relative;
		overflow: hidden;
	}
	.login-box {
		width: 90%;
	}
	.login-sidebar {
		padding: 10% 0;
	}
	.login-sidebar .login-box {
		position: relative;
	}
	/*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);
	}
}

.kl_logo {
	margin: auto;
	width: 312px;
	padding-top: 3% !important;
	padding-bottom: 3% !important;
}

.login-register {
	padding-top: 0 !important;
}

.kl_logoSelfizee {
	height: 34px;
}

.kl_oneEvenet {
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	padding: 15px;
	color: black;
	background: white;
}

.kl_oneEvenet a {
	color: black !important;
	text-transform: uppercase;
	background: white !important;
}

.kl_nbrPhoto a {
	text-transform: lowercase;
}

.kl_deleteEvenent {
	position: absolute;
	width: 28px;
	top: 14px;
	right: 13px;
}

.kl_titreEvent.uppercase {
	width: 100%;
	height: 20px;
	word-wrap: break-word;
	word-break: break-all;
}

.footer.footer-sane-menu {
	left: 0 !important;
	font-size: 14px;
}

.page-wrapper.sansMenu {
	margin-left: 0px !important;
}

.kl_sansEnfant.active {
	background: none !important;
}

.kl_ContenuSMS .form-group {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.kl_lbl_sms_nbre {
	padding-bottom: 15px;
}

.kl_lbl_sms_nbre input {
	border: 0;
	cursor: none;
	background: white;
}

.kl_lbl_sms_nbre.kl_red,
.kl_lbl_sms_nbre.kl_red input {
	color: red !important;
}

.form-control.nowidth {
	width: auto !important;
}

.kl_countPhoto h4 {
	padding-top: 8px;
}

.kl_buttonTitre {
	padding-bottom: 25px !important;
}

.card-selfizee {
	background: #ed195f !important;
}

.kl_titreEvenement a {
	color: #6c757d;
}

.kl_titreEvenement {
	width: 40%;
}

.kl_laDate {
	display: block;
	font-size: 12px;
}

.srh-btn.kl_btnSearch {
	border: none;
}

.nav-item.kl_withLink {
	width: 45% !important;
}

.kl_withLink .nav-link {
	line-height: unset !important;
}

.kl_myOnglet {
	margin-top: -55px;
	margin-left: -15px;
	display: flex;
	/*-moz-box-shadow: 0px 5px 3px 0px #f2f2f2;
		-webkit-box-shadow: 0px 5px 3px 0px #f2f2f2;
		-o-box-shadow: 0px 5px 3px 0px #f2f2f2;
		box-shadow: 0px 5px 3px 0px #f2f2f2;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#f2f2f2, Direction=180, Strength=3);
		border-bottom: 1px solid #ced4da;*/
}

.kl_oneOnglet {
	/* float: left; */
	/* background: #f2f4f8; */
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.kl_oneOnglet a {
	padding: 15px 50px;
	/* color: #000 !important; */
	color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kl_oneOnglet.active,
.kl_oneOnglet:hover {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.kl_myOnglet {
		margin-top: -58px;
		margin-left: 0;
	}
	.kl_oneOnglet {
		flex: 1 1 0px;
	}
	.kl_oneOnglet:hover {
		background-color: transparent;
	}
	.kl_oneOnglet.active:hover {
		background-color: #fff;
	}
	.kl_oneOnglet a {
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 500;
	}
	.kl_oneOnglet a.styling-for-desktop {
		padding: 15px;
	}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
	.kl_oneOnglet a {
		padding: 15px 10px;
	}
}

.page-item.active .page-link {
	background-color: #ea2161 !important;
	border-color: #ea2161 !important;
}

.kl_bodyEnvoieCard {
	text-align: center;
}

.kl_bodyEnvoieCard .card-text {
	height: 35px;
}

.kl_onePhoto .el-card-item {
	min-height: 186px;
}

#id_bodyConctTable .kl_onePhoto .el-card-item {
	min-height: unset;
}


/*.kl_onePhoto { width: 260px; }*/

.kl_onePhoto .el-card-item .el-overlay-1 img {
	/* width: 95% !important; */
	/* height: 150px; */

	width: auto;
	max-width: 100%;
	max-height: 150px;
	object-fit: contain;
	object-position: center;
}

#id_bodyConctTable .kl_onePhoto .el-card-item .el-overlay-1 img {
	max-width: none;
	max-height: 118px;
}

.kl_imgBO {
	width: 25% !important;
	height: auto !important;
}

.kl_statEnvoiMail.row {
	margin-bottom: 12px;
}

.kl_statEnvoiSms.row {
	margin-bottom: 12px;
}

.kl_blockEnvoiMail.row {
	display: block;
}

.kl_blockEnvoiMail.row div {
	display: inline-block;
}

.btn.btn-success.kl_addNEwEvntTop {
	margin-top: 13px;
	margin-right: 15px;
	background: #ea2161;
	border: #ea2161;
}

.kl_identifiant {
	display: block;
}

.kl_oneAnimation {
	height: 47px;
	border: 1px solid #ced4da;
	border-radius: 6px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
}

#id_listeTypeAnimation>.kl_oneAnimation:hover,
#id_listeTypeAnimation>.kl_oneAnimation.selected {
	border-color: #ea2161;
	border: 2px solid #ea2161;
}

.kl_oneAnimation .kl_titre {
	padding-top: 10px;
	text-align: center;
}

#id_uploadFondVert .dz-preview.dz-image-preview,
#id_uploadFondVert .dz-preview.dz-image-preview .dz-details {
	cursor: move !important;
}

.kl_boutonEnDessous {
	position: absolute;
	top: 0;
	left: 0;
}

.kl_photoView {
	max-width: 100% !important;
	height: auto !important;
}

.kl_oneDispostion {
	height: auto;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	cursor: pointer;
	padding: 0 !important;
}

img.kl_imageDisposition {
	width: 100%;
	height: auto;
}

.kl_oneDispostion.selected {
	border: 8px solid red;
}

.btn.btn-selfizee,
.btn-success,
.btn-success.disabled {
	background: #e72763 !important;
	border: 1px solid #e72763 !important;
	font-family: "Rubik";
	color: white;
}

.btn-valide,
.btn-valide.disabled {
	background: #55ce63 !important;
	border: 1px solid #55ce63 !important;
	font-family: "Rubik";
	color: white;
}

.btn-primary,
.btn-primary.disabled {
	color: #e72763 !important;
	border: 1px solid #e72763 !important;
	font-family: "Rubik";
	background: white;
}

.btn.btn-selfizee-inverse {
	color: #e72763 !important;
	/*border: 1px solid #e72763 !important;*/
	font-family: "Rubik";
	background: #f2f4f8;
	font-size: 14px;
}

.btn.btn-selfizee-inverse:focus {
	color: #e72763 !important;
	/*border: 1px solid #e72763 !important;*/
	background: #f2f4f8;
	/*font-family: "Rubik";
	font-size: 14px;*/
	box-shadow: 0 0 0 0.2rem rgb(242, 244, 248);
}

.btn-filter-content.selected {
	color: #fff !important;
	background: #e72763 !important;
}

.btn-filter-content {
	border: 0px !important;
}

.btn-filter-content:hover {
	color: #fff !important;
	border: 0px !important;
}

#id_btn_select_all.btn-selfizee-inverse .mdi-check-circle {

    margin-right: 3.1px;
}

#id_btn_delete_all.btn-selfizee-inverse .mdi-delete-forever {

    font-size: 16px;
    position: relative;
    top: 0.5px;
    margin-right: 1px;
}

.btn-primary:hover,
.btn-primary:active {
	color: #fff !important;
	background-color: #e72763 !important;
	border-color: #e72763 !important;
}

.btn-primary:focus {
	color: #fff !important;
	background-color: #e72763 !important;
	border-color: #e72763 !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/*

.btn.btn-selfizee-inverse.noborber {
	border: none !important;
}

.btn.btn-selfizee-inverse.noborber .fa-search {

    margin-right: 2.5px;
}

.btn.btn-selfizee-inverse.noborber .fa-refresh {

    margin-right: 5.4px;
}

*/

.btn.btn-email-propose {
	font-size: 12px !important;
	padding-left: 0px !important;
	background: #f2f4f800 !important;
}

.btn.btn-email-acces-event {
	font-size: 15px !important;
	padding-top: 6px;
	padding-left: 0px;
	background: #f2f4f800 !important;
}

.btn.btn-email-propose:hover,
.btn.btn-email-propose:focus {
	background: #f2f4f800 !important;
	box-shadow: 0 0 0 0.2rem rgba(242, 244, 248, 0.03) !important;
}

#id_configurationForm .actions li.disabled {
	display: none;
}

.wizard-content #id_configurationForm>.actions>ul>li>a {
	background: #d5275f !important;
	border: 1px solid #d5275f !important;
}

.wizard-content #id_configurationForm>.actions>ul>li>a[href="#previous"] {
	background-color: #fff !important;
	color: #54667a !important;
	border: 1px solid #d9d9d9 !important;
}

.wizard-content #id_configurationForm>.actions>ul>li {
	float: left !important;
}

.wizard-content #id_configurationForm>.actions>ul>li+li {
	float: right !important;
}

.wizard-content #id_configurationForm>.actions>ul {
	float: none !important;
}

.wizard-content #id_configurationForm>.actions {
	padding: 20px 20px 20px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #d5275f !important;
}

#id_customChexCadre label {
	background: url(/img/paysage.png) no-repeat;
	/*background-position: right 0px;*/
	background-position: 150px 0px;
	background-size: inherit;
	height: 150px;
}

#id_customChexCadre label+label {
	background: url(/img/portait.png) no-repeat;
	background-position: 151px 0px;
	background-size: inherit;
	height: 210px;
	margin-left: -10px;
}

#id_customChexCadre label:first-of-type span {
	/*right: 258px;*/
}

#id_customChexCadre .custom-control-label::before {
	position: relative;
	float: left;
	margin-right: 12px;
}

#id_customChexCadre span.custom-control-label {
	margin-top: 45px;
	position: absolute;
	width: 93px;
	color: #2e2e2e;
	margin-left: -10px;
}

.kl_cadreMultiple .dd-handle {
	position: absolute;
	z-index: 10;
	padding: 0 !important;
	background-color: transparent !important;
	top: 8px;
	border: none !important;
	width: 180px !important;
	height: 44px !important;
}

.kl_info {
	color: #5b5b5b;
	padding-top: 25px;
	font-style: italic;
}

.kl_info_1 {
	color: #5b5b5b;
	padding-bottom: 25px;
	margin-top: -28px;
	font-style: italic;
}

.kl_cadre {
	padding-top: 75px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: solid 1px #F1F1F1;
	border-top: solid 1px #F1F1F1;
	font-size: 16px;
	margin-bottom: 4px;
}

.kl-bloc-remove {
	position: absolute;
	right: 16px;
	top: 14px;
}

#kl_cadre_ajout_div {
	margin-top: 20px;
}

.kl_cadre_dropzone .dz-remove {
	display: none !important;
}

.kl_cadre_uploaded {
	text-align: center;
}

.kl_cadre_uploaded img,
.kl_cadre_overlay img {
	min-height: 100px;
	max-height: 600px;
	width: 100%;
	max-width: 450px;
}

.kl_cadre_overlay {
	text-align: center;
}

.kl_cadre_overlay img,
.kl_cadre_uploaded img {
	border: 2px solid white;
}

.kl_cadre_remove {
	position: absolute;
	bottom: 15px;
}

.kl_cadre_overlay_photo,
.kl_cadre_overlay_overlay {
	text-align: center;
	margin-left: 3em;
	margin-top: 13px;
	display: block;
}

.kl_cadre_overlay_photo {
	display: none;
}


/* 
 * Modification trou pour tous les étapes
 */

.lbl-opt {
	padding-left: 30px;
}

.lbl-opt-2 {
	padding-left: 15px;
}

#id_customChexCadre .custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #d5275f !important;
	position: relative;
	float: left;
	margin-right: 12px;
}

.kl_oneChampAdded, .kl_oneChampAddedCond, .kl_dashedConfig {
	background-color: #f6f6f6;
	border: 1px dashed #ced4da;
	border-radius: 4px;
	display: flex;
	cursor: move;
	margin-bottom: 15px;
	margin-top: 0px !important;
	justify-content: center;
  	align-items: center;
	padding: 0px;
}

.kl_oneChampAdded > div.kl_indexChamp, .kl_oneChampAddedCond > div.kl_indexChamp {
	flex-direction: column;
}

.kl_oneChampAdded > div.kl_infoChamp, .kl_oneChampAddedCond > div.kl_infoChamp {
	flex-direction: column;
}

.kl_oneConditionAdded, .kl_oneConditionAddedCond {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px;
	padding: 3px;
	display: flex;
	cursor: unset;
	margin-bottom: 15px;
	margin-top: 0px !important;
}

#id_listeEcranAndChampCoordonnee .kl_oneChampAdded {
	margin-top: 15px !important;
}

.kl_indexChamp, .kl_indexChampCond {
	float: left;
	width: 5%;
	text-align: center;
	background: #f6f6f6;
	color: #494949;
	font-weight: bold;
	vertical-align: middle;
	font-size: 25px;
	cursor: move;
}

.kl_infoChamp, .kl_infoCondition {
	float: left;
	padding-left: 15px;
	height: 100%;
	width: 95%;
	cursor: move;
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

.kl_infoCondition{
	cursor: auto !important;
}

.kl_titreChamp, .kl_titreCondition {
	color: #303030;
	font-weight: 500;
	cursor: move;
}

.kl_infoChampAdded, .kl_infoChampAvances, .kl_infoConditionAdded {
	color: #747474;
}

.kl_infoCondition {
	display: flex;
}

.kl_reponseConditionInfo, .kl_ConditionConditionInfo {
	margin-left: 20px;
}

.kl_listeCondition{
	margin-top: 15px;
}

.kl_questionCondition{
	font-weight:600;
}

#id_listeConditions {
	margin-top: 15px;
}

#id_showIfActiveScenario{
	margin-top: 20px;
}

.kl_actionsChamp, .kl_actionsCondition {
	position: absolute;
	top: 5px;
	right: 0;
}

.btn-actionChamp, .btn-actionCondition  {
	color: #000000;
	background-color: #f7f8fa;
	border-color: #f7f8fa;
}

button.btn.btn-addchamp.float-right,
button.btn.btn-addchamp {
	background: white;
	border: 1px solid #e72763;
	color: #e72763;
}

#id_dropZoneBtn {
	float: right;
	width: 100%;
}

#id_uploadAllPage {
	float: right;
	height: auto !important;
	padding: 0 !important;
	min-height: auto !important;
	border: 1px solid #d5275f;
	border-radius: 5px;
	color: #d5275f;
	text-align: center;
}

#id_uploadAllPage .dz-default.dz-message {
	padding: 10px !important;
	margin: 0 !important;
	display: block !important;
}

#id_dropZoneBtn .dropzone .dz-preview.dz-image-preview {
	display: none;
}

#id_uploadCadreMuliple .dz-preview .dz-image,
#id_uploadFondVert .dz-preview .dz-image {
	border-radius: unset !important;
	width: auto;
	height: 200px;
	text-align: center;
	max-width: 300px;
}

#id_uploadCadreMuliple {
	border: 2px solid #F3F3F3;
	border-radius: 5px;
}

#id_uploadCadreMuliple .dz-remove,
#id_uploadFondVert .dz-remove {
	position: absolute;
	top: 0;
	right: 0;
	color: black;
	background: url('/img/delete_in_dropzone.png');
	z-index: 100;
	width: 35px;
	height: 35px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	text-indent: -2400000px;
}

.kl_oneOptionAdded {
	position: relative;
}

.kl_deleteOption {
	position: absolute;
	top: 37px;
	width: 15px;
	text-align: center;
	right: -16px;
}

.kl_erroMaxFiltre {
	color: red !important;
}

.kl_titreAnimationSelected {
	color: #818181;
	font-weight: normal;
}

.kl_labelDesc {
	padding-top: 15px;
	padding-bottom: 25px;
	color: #2e2e2e;
	font-weight: normal;
}

.kl_labelCustom {
	color: #2e2e2e;
}

.kl_editCadre {
	max-height: 300px;
	width: auto;
	max-width: 300px;
}

.kl_titreEvenementMenu {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2c2b2e;
	font-family: "Rubik", sans-serif;
	font-weight: initial;
	float: left;
	width: 240px;
	height: 50px;
	word-break: break-all;
	line-height: 1;
	/* margin-top: -15px;*/
}

.kl_sousMenu {
	margin-top: 15px;
}

.kl_header2MenuInterne {
	padding-top: 20px;
	padding-bottom: 25px;
	width: auto;
	height: 70px;
	font-family: "Rubik", sans-serif;
	font-weight: initial;
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.kl_infoEventAndGalerie {
	float: right;
	font-family: "Rubik";
	font-weight: initial;
	color: black;
	line-height: 1;
}

ul.kl_theSousMenu li {
	display: inline-block;
	/* margin-right: 45px;*/
	text-align: center;
	width: 24%;
	/*30%*/
}

.kl_theSousMenu {
	/*margin-left: 70px;*/
	margin: auto;
	width: 110%;
	/*100%*/
	/*text-align: center;*/
}

.top_navBar {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/* .topbar{
    box-shadow : unset !important;
    background: white;
} */

.kl_totalNbr,
.kl_titreBloc {
	text-align: center;
}

.kl_countEmail {
	background: white;
	padding-top: 25px;
	padding-bottom: 25px;
	color: black;
	font-family: 'Rubik';
	font-weight: bolder;
	font-size: 14px;
}

.kl_titrePage {
	font-family: "Rubik";
	font-size: 18px;
	color: #1f1f1f;
	font-weight: initial;
}

#id_theCheckBoxIfAvance {
	/*padding-top: 5px;*/
}

.kl_oneInfo {
	background: white;
	padding: 17px;
	font-family: "Rubik";
	color: black;
	font-weight: initial;
}

#id_photoListe>div {
	padding-left: 0px !important;
}

.kl_theSousMenu a {
	color: #7b7b7b;
}

.kl_theSousMenu a.active,
.kl_theSousMenu a:hover {
	color: #ed185e;
	border-bottom: 3px solid #ed185e;
	padding-bottom: 10px;
}

thead a {
	color: black !important;
}

.table_evenements .col_vue_event .kl_nom_event {
	display: flex;
	position: relative;
}

.table_evenements .col_vue_event .kl_nom_event .inner-event-name {
	flex: 1 1 0px;
	height: 19px;
	max-width: 50vw;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ea2161;
}

.kl_nom_event a {
	color: #ea2161 !important;
}

.kl_nom_event a:hover {
	color: black !important;
}

.client_list_table tbody td.client_name_col {
	width: 20%;
}

.client_list_table tbody td.client_name_col .inner_clt_nm_wrpr {
	display: flex;
}

.client_list_table tbody td.client_name_col .clt_nm_wrp {
	flex: 1 1 0px;
}

table tbody td i {
	font-size: 14px;
}

.client_list_table td.client_name_col .force-login-ic {
	opacity: 0;
	pointer-events: none;
}

.client_list_table tbody tr:hover {
	background-color: #f4e4e8;
}

.client_list_table tbody tr:hover td.client_name_col .force-login-ic {
	opacity: 1;
	pointer-events: auto;
}

h3.kl_newTitrePage {
	color: black !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: 500;
}

.wizard-content .wizard>.steps>ul>li a {
	color: #999;
}

.wizard-content .wizard>.steps>ul>li.done .step {
	background-color: #ed185e !important;
	border-color: #ed185e !important;
}

.wizard-content .wizard>.steps>ul>li.current .step {
	border-color: #ed185e !important;
	background-color: #fff;
	color: #ed185e !important;
}

#id_configurationForm.wizard.wizard-circle>.steps>ul>li::after,
#id_configurationForm.wizard.wizard-circle>.steps>ul>li::before {
	background-color: #ed185e;
}

#id_configurationForm.wizard.wizard-circle>.steps>ul>li.current::after,
#id_configurationForm.wizard.wizard-circle>.steps>ul>li.current~li::after,
#id_configurationForm.wizard.wizard-circle>.steps>ul>li.current~li::before {
	background-color: #F3F3F3;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #e72763 !important;
}

.kl_sousMenuNew .navbar-nav {
	display: block !important;
}

.kl_sousMenuNew li {
	display: inline-block;
	margin-left: 25px;
}

a {
	color: black;
}

a:hover {
	color: #e72763;
}

.kl_linkPhoto {
	padding: 0 !important;
}

.table.tableContact td,
.table.tableContact th {
	padding: 8px !important;
	font-size: 13px;
	/*word-break: break-all;*/
}

.tableContact thead a,
.tableContact thead .actions {
	color: #000 !important;
	font-size: 13px;
}

#id_filtreContact,
#id_filtreContact input,
#id_filtreContact select,
#id_filtreContact select.form-control {
	font-size: 14px;
}

.tableContact tbody tr:nth-of-type(2n+1) {
	background: #f2f4f8;
}

.tableContact tbody tr:hover {
	background: #fadbd8;
}

.kl_bntLinkSimple {
	color: #ed185e;
	/* padding: 7px 10px; */
	padding: 7px 3px;
	font-size: 14px;
}

.kl_bntLinkSimpleCustom {
	color: #ed185e;
	font-size: 14px;
}

.kl_bntLinkSimple:hover,
.kl_bntLinkSimpleCustom:hover {
	color: #ed185e;
	/* padding: 7px 10px; */
	font-size: 14px;
	border-bottom: 1px solid #ed185e;
	padding-bottom: 0px;
}

.kl_firstBloc {
	background: white;
	min-height: 150px;
	margin-top: 25px;
}

.kl_oneCount {
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: black;
	padding-bottom: 26px;
	padding-top: 26px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.kl_noBorder.kl_oneCount {
	border-bottom: none;
	padding-bottom: 16px;
}

.kl_listePhotoBord {
	padding-bottom: 26px;
}

.kl_countValue {
	font-size: 23px;
	padding-right: 10px;
}

.kl_oneCount a.kl_voirToutPhoto {
	color: #7b7b7b;
	font-size: 15px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.kl_oneCount a.kl_voirToutPhoto:hover {
	text-decoration: underline;
}

.kl_listePhotoBord {
	padding-top: 26px;
}

.kl_listePhotoBord>img,
.kl_listePhotoBord>a {
	margin-left: 12px;
}

.kl_blocStatEvent {
	background: white;
	margin-top: 25px;
	padding: 20px;
	text-align: center;
}

.kl_oneStat {
	width: 20%;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: black !important;
}

.kl_chiffreFacebook .kl_oneStat {
	width: 25%;
	/* border: 1px solid; */
	margin-top: 30px;
	margin-left: 30px;
}

.kl_staEnvoiEvent {
	margin-top: 25px;
}

.kl_staEnvoiEvent .kl_campagne {
	background: white;
	padding: 15px;
	/*height: 143px;*/
}

.kl_titreCampagne {
	font-size: 18px !important;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: black !important;
}

.chartCampagne {
	display: block;
	height: 150px;
}

.chartCampagne-content {
	width: 100%;
	height: 100%;
}

.kl_chiffreFacebook {
	background: white;
	margin-top: 25px;
}

.kl_body_listing_event {
	margin-top: 25px;
	background-color: #fff;
}

.kl_filtre_event {
	margin-top: -30px;
	font-size: 12px;
}

.event-filter-wrapper .inner-filter-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -15px -15px 0 -15px;
}

.filtre_avances .inner-filter-wrapper {
	margin: -15px -8px 0 -8px;
}

.no-advanced-filter .inner-filter-wrapper {

	/* max-width: 1020px; */
    /* max-width: 1200px; */
    /* max-width: 68.7%; */
	max-width: 73%;
}

.event-filter-wrapper .inner-filter-wrapper .form-group {
	margin-bottom: 0;
}

.kl_filtre_event .inner-filter-wrapper .left-section {
	flex: 1 1 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* margin: -10px -7px; */
	margin: 5px 8px;
}


/* .kl_filtre_event .inner-filter-wrapper .left-section .filter-block { */

.event-filter-wrapper .inner-filter-wrapper .filter-block {
	flex: 1 1 0px;
	margin: 10px 7px;
}

.inner-filter-wrapper #id_datePickerMois {
	/* flex: 1 1 21px; */
	/* flex: 1 1 96.5px; */
	flex: 1 1 0px;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.kl_filtre_event .inner-filter-wrapper .right-section {
	flex: 1 1 0px;
	/* flex: 0 1 369px; */
	/* flex: 0 1 600px; */
	margin: 5px 8px 5px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.inner-filter-wrapper .right-section.no-flex {
	flex: none;
}

button {
    outline: none !important;
}

.btn-primary {
	background-color: transparent !important;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: transparent !important;
}

#informationModal .modal-title {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #000;
}

#informationModal .modal-title .dpl-pop-text-info {
	max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	/* color: #ea2161; */
	color: #000;
	font-weight: 500;
}

#informationModal input.kl_datepicker {
	opacity: 1;
	background-color: #fff;
	cursor: pointer;
}

#informationModal .modal-footer #id_confirm {
	background: #ea2161;
    border: 1px solid #ea2161;
}

.modal-footer .pop_save_ecran_footer_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal-footer .pop_save_ecran_footer_content {
	margin: -5px;
}

/*
.modal-footer .pop_save_ecran_footer_content #id_refaire_config_ecrans,
.modal-footer .pop_save_ecran_footer_content #id_refaire_config_animation {
	margin-top: 10px;
	padding: 6px 27px;
}
*/

.modal-footer .pop_save_ecran_footer_content button {
	margin: 5px;
}

.modal-footer .pop_save_ecran_footer_content button:nth-child(2) {
	padding: 6px 27px;
}

.modal-open {
	padding-right: 0 !important;
}

.modal-open .modal.show {
    display: flex !important;
    align-items: center;
	padding-right: 0 !important;
}

.modal-content {
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 770px) {
	.modal-content {
		min-width: 420px;
	}
	.modal-content.lrgr-modal-content {
		min-width: 668px;
	}
}

.modal-content .modal-body {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.modal-content:not(.change-format-modal) .modal-body {
	max-height: 65vh;
	overflow-y: auto;
}

@media screen and (min-width: 1440px) {
	.modal-content:not(.change-format-modal) .modal-body {
		max-height: 80vh;
	}
}

.modal-open .modal-content button.btn {
	outline: none;
}

.modal-open .modal-content .btn-secondary {
	/* font-size: 13.5px; */
	font-size: 13.49px;
    font-weight: 500;
}

.modal-open .modal-content .btn-primary {
	/* font-size: 14.5px; */
	font-size: 13.9px;
    /* font-weight: 500; */
    letter-spacing: -0.03em;
    color: #fff !important;
    border: 1px solid rgba(255, 0, 80, 0.9) !important;
    /* background: rgba(255, 0, 80, 0.9); */
    background-color: rgba(255, 0, 80, 0.9) !important;
}

.modal-open .modal-content .btn-primary:hover {
    color: rgba(255, 0, 80, 0.9) !important;
    background-color: #fff !important;
    opacity: 1;
}

@media (max-height: 767px) {
	#informationModal + .modal-backdrop + .daterangepicker.ltr.show-calendar.opensright:last-child {
    	/* transform: translate(-10px, -64%); */
		transform: translate(-10px, -20%);
	}
}

/* .kl_filtre_event .kl_btn_refresh {

    display: block;
	background: white;
	border: 1px solid #dc3545;
    height: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #dc3545;
	padding-top: 5px;
} */

.btn-filter-content {

	background: #fff;
	border: 1px solid #dc3545;
    /* border: 1px solid #e72763; */
    height: 35px;
    /* min-height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
	/* font-size: 12px; */
	font-size: 13px;
	font-weight: 500;
	color: #dc3545;
    /* color: #e72763; */
    padding: 0 12px;
    border-radius: 4px;
    margin-left: 15px;
}

.no-advanced-filter .btn-filter-content:not(.btn-filter-refresh) {
	margin-left: 0;
}

.gray-btn-filter-wrapper .btn-filter-content {

    border: 0;
    background-color: #f2f4f8;
    padding: 0 13px;
}

.btn-lg-filter-wrapper .btn-filter-content {

    height: auto;
    min-height: inherit;
    font-size: 13.8px;
    margin-left: 0;
    margin-right: 7px;
}

.btn-lg-filter-wrapper.btn_filtre_contact .btn-filter-content {
	height: 35px;
	min-height: unset;
	/* font-size: 14px; */
	font-size: 13px;
	font-weight: 400;
}

.btn-lg-filter-wrapper.btn_filtre_contact .btn-filter-content i {
	margin-top: -2px;
}

.global-filter-block .btn-filter-content.noborber {
	border: 0;
}

.global-filter-block .btn-filter-content.btn-selfizee-inverse:hover {
	background-color: #f2f4f8;
}

.btn-filter-refresh {

    padding: 0 13px;
	margin-left: 13px;
}

.btn-filter-content:hover {

    cursor: pointer;
    border-color: #ed195f;
    background-color: #ed195f;
    color: #fff;
}

.btn-filter-content i {

    margin-right: 5px;
}

.btn-filter-content i, .btn-filter-content .text {

    /* margin-top: 2px; */
    margin-top: 1px;
}

.btn-filter-content .fa-search {
    /* margin-top: 0; */
	margin-top: -1px;
}

/* .btn-client-refresh .fa-search {

    font-size: 13px;
    margin-right: 5.2px;
} */

.btn-send-ct-service .mdi-send {

    margin-right: 4px;
}

@media screen and (max-width: 1340px) {
	.no-advanced-filter .inner-filter-wrapper {
		max-width: 80%;
	}
}

@media screen and (max-width: 1255px) {
	.no-advanced-filter .inner-filter-wrapper {
		max-width: 90%;
	}
}

@media screen and (max-width: 1209px) {
	.kl_filtre_event .inner-filter-wrapper .left-section {
		flex: 1 1 100%;
	}

	.no-advanced-filter .inner-filter-wrapper .left-section {
		flex: 1 1 0px;
	}

	.kl_filtre_event .inner-filter-wrapper .right-section {
		flex: 1 1 100%;
		margin-left: 15px;
	}

	.no-advanced-filter .inner-filter-wrapper .right-section {
		flex: 1 1 0px;
		margin-left: 0;
	}

	.filtre_avances {
		margin-top: 15px;
	}

	.filtre_avances .inner-filter-wrapper .filter-block {
		flex: 1 1 calc( 100% / 3.12);
	}

	.no-advanced-filter .inner-filter-wrapper .filter-block {
		flex: 1 1 0px;
	}
}

@media screen and (max-width: 1163px) {
	.no-advanced-filter .inner-filter-wrapper {
		max-width: 100%;
	}

	.no-advanced-filter .inner-filter-wrapper .left-section {
		flex: 1 1 45.5vw;
	}
}

@media screen and (max-width: 996px) {

	.no-advanced-filter .inner-filter-wrapper .left-section,
	.no-advanced-filter .inner-filter-wrapper .right-section {
		flex: 1 1 100%;
	}

	.no-advanced-filter .inner-filter-wrapper .right-section {
		margin-left: 15px;
	}
}

@media screen and (max-width: 767px) {
	.kl_body_listing_event {
		padding-left: 0;
		padding-right: 0;
	}
	/* .kl_filtre_event .inner-filter-wrapper .left-section .filter-block { */
	.event-filter-wrapper .inner-filter-wrapper .filter-block {
		flex: 1 1 100%;
	}
	.kl_filtre_event .inner-filter-wrapper .right-section button.btn-filter-content {
		margin-left: 0;
	}
	div.bloc_active_filtre_avances label.custom-checkbox {
		width: 100%;
	}
}

.kl_filtre_event .form-control,
.kl_filtre_contact .form-control {
	/*
	min-height: 30px;
	max-height: 30px;
	font-size: 12px !important;
	*/
	font-size: 13px;
}

.kl_filtre_contact {
    margin-top: 1.25rem;
}

.contact-form-filter-wrapper {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7.5px -7.5px 0 -7.5px;
}

.contact-form-filter-wrapper .contact-filter-block {

    margin: 7.5px;
}

.contact-form-filter-wrapper .contact-input-block {
    /* flex: 0 1 20%; */
    /* flex: 0 1 230px; */
	/* flex: 0 1 240px; */
	flex: 0 1 264px;
}

.contact-form-filter-wrapper .email-filter-block {
	flex: 0 1 295px;
}

.contact-form-filter-wrapper .contact-filter-block .form-group {

    margin-bottom: 0;
}

.btn_filtre_contact div button,
.btn_filtre_contact div a {
	font-size: 13px !important;
}

@media screen and (max-width: 783px) {

    .contact-form-filter-wrapper .contact-filter-block {

        flex: 1 1 100%;
    }

    .contact-form-filter-wrapper .contact-input-block,
	.contact-form-filter-wrapper .email-filter-block {

        flex: 1 1 100%;
    }

    .contact-form-filter-wrapper .outer-filter-btn-wrapper {

        margin-top: 25px;
    }
}

.card-body.kl_synthese_event {
	padding-top: 0;
}

.kl_synthese_event h5 {
	font-size: 20px;
	/* margin-top: -20px; */
}

.card-body.kl_synthese_event>.row {
	flex-wrap: nowrap;
}


/* .filtre_avances {
		margin-bottom: -15px;
} */

.kl_filtre_filtre_event {
	/*margin-top: -20;*/
	padding-top: 15px;
}

.kl_filtre_filtre_event .row div {
	line-height: 1;
	flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
	.card-body.kl_synthese_event {
		padding-right: 20px;
	}
	.kl_filtre_filtre_event .row div {
		padding-right: 5px;
	}
}

#id_creationEvenement .event-save-btn-wrapper {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 991px) {
	#id_creationEvenement .event-date-column {
		padding-right: 0;
	}
	#id_creationEvenement .event-date-column #date-range {
		padding-right: 0;
	}
	#id_creationEvenement #date-range .input-group {
		flex: 1 1 100%;
		max-width: none;
		padding-right: 0;
	}
	#id_creationEvenement .event-save-btn-wrapper {
		justify-content: center;
	}
}

.kl_titreStat {
	font-weight: 500;
}

a.kl_linkVersStatEmail {
	color: #54667a;
}

a.kl_linkVersStatEmail :hover {
	text-decoration: underline;
	color: #54667a;
}

.kl_customLink .nav-link {
	font-size: 23px !important;
	color: black !important;
}

.kl_customLink .nav-link :hover {
	color: #e72763 !important;
}

.kl_theName .nav-link {
	color: inherit !important;
	font-size: inherit !important;
}

.kl_customLink.navbar-nav .nav-link:focus,
.kl_customLink.navbar-nav .nav-link:hover,
.kl_customLink.navbar-nav .nav-link:focus .mdi,
.kl_customLink.navbar-nav .nav-link:hover .mdi {
	color: #e72763 !important;
}

.dropdown-menu.kl_notificationTimeLine {
	left: -114px !important;
}

.dropdown-menu.kl_notificationTimeLine::after {
	left: 132px !important;
}

.notification-time {
	font-size: 11px;
	font-style: italic;
	float: right;
	margin: 0 5px 0 10px;
	color: #a9a9a9;
}

.kl_theEnventNameInNoitif {
	font-weight: bolder;
}

.kl_theBgEvenementAdd {
	background: #ffffff url(/img/bg-album.png) no-repeat center;
	display: inline-block;
	background-size: 23px;
	width: 23px;
	height: 23px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.kl_theBgEvenementList {
	background: #fff url(/img/bg-add-event.png) no-repeat center;
	display: inline-block;
	background-size: 23px;
	width: 23px;
	height: 23px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.header-galery-list-wrap .mdi-camera-burst {

    font-size: 24px;
    /* margin-top: 2px; */
}

header .bo-sf-hd-ic-wrp {
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .bo-sf-hd-ic-wrp svg {
	fill: #000;
	width: 20px;
	min-width: 20px;
	height: 20px;
	min-height: 20px;
}

.kl_customLink.navbar-nav .nav-link:hover .bo-sf-hd-ic-wrp svg {
	fill: #e72763;
}

.header-galery-list-wrap .bo-sf-hd-ic-wrp svg {
	margin-top: 2px;
	width: 23px;
	min-width: 23px;
	height: 23px;
	min-height: 23px;
}

.kl_seperateur {
	border-left: 1px solid rgba(0, 0, 0, .1);
	width: 15px;
	display: inline-block;
	height: 45px;
	/* margin-top: 10px; */
	margin-left: 10px;
	margin-right: 10px;
}

#id_toshwosousmenu {
	display: block !important;
	margin-top: 13px;
}

#collapsibleNavbar .navbar-nav .nav-link {
	color: inherit;
}

.kl_iconListeEvenement:hover>.kl_theBgEvenementAdd {
	background: #fff url(/img/bg-album-hover.png) no-repeat center;
	background-size: 23px;
}

.kl_btn_add_event:hover>.kl_theBgEvenementList {
	background: #fff url(/img/bg-add-event-hover.png) no-repeat center;
	background-size: 23px;
}

.nav-link.text-center.kl_voirouts {
	color: inherit !important;
	font-size: inherit !important;
}

.kl_pasDeCampagagne {
	text-align: center;
	/*margin-top: 25px;*/
}

.tableContact thead.fixed {
	position: fixed;
	top: 90px;
	background: white;
	/* z-index: 1111;*/
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
}

#id_headeToFixed.fixed>#entete_table {
	display: table;
}

.kl_voir_liste {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	margin-top: 10px;
}

.kl_voir_liste a {
	font-family: 'Rubik';
	font-size: 12px;
	font-weight: 400;
	color: #7b7b7b;
	margin-top: 10px;
}

.kl_nom_event {
	/* height: 40px;  */
	height: 19px;
	/*border: 1px solid;*/
}

.kl_icon_option {
	border: 1px solid #f5f4f4;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	padding-top: 4px;
	background: white;
	margin-top: -5px;
	position: relative;
}

.kl_icon_option:hover {
	cursor: pointer;
}

.kl_icon_option:hover i {
	color: #000;
}

.table_evenements tbody .col_vue_client .inner_col_clt_dtls {
	display: flex;
	flex-wrap: wrap;
}

.table_evenements tbody .col_vue_client .clt_nm_wrp {
	flex: 1 1 0px;
}

.table_evenements tbody tr .kl_icon_option {
	opacity: 0;
	pointer-events: none;
	margin-bottom: -23px;
}

.table_evenements tbody tr .kl_icon_option.active {
	opacity: 1;
	pointer-events: auto;
}

.table_evenements tbody tr:hover .kl_icon_option {
	opacity: 1;
	pointer-events: auto;
}

.kl_nom_event .evt-popover-container {
	--evt-popover-width: 246px;
	position: fixed;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    opacity: 0;
    pointer-events: none;
	/* top: -148px; */
	bottom: 50%;
	transform: translateY(47.4%);
	left: calc(100% + 10px);
	display: inline-block;
	font-family: 'Rubik', sans-serif;
	font-size: 0.875rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	box-shadow: 0 1px 7px 2px rgb(135 158 171 / 20%);
	width: var(--evt-popover-width);
	min-width: var(--evt-popover-width);
	max-width: var(--evt-popover-width);
	z-index: 1500;
	/* transition: opacity 0.15s; */
}

.kl_nom_event .evt-popover-container.display {
	position: absolute;
    -webkit-clip-path: initial;
    clip-path: initial;
    opacity: 1;
    pointer-events: auto;
}

.kl_nom_event .evt-popover-container::before {
	--evt-pop-arrow-size: 14px;
	position: absolute;
	content: '';
	top: 50%;
	left: -7px;
	width: var(--evt-pop-arrow-size);
	height: var(--evt-pop-arrow-size);
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transform: rotate(45deg);
}

.kl_nom_event .evt-popover-container .evt-pop-header {
	color: #54667a;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	margin: 5px 5px 0 5px;
}

.kl_nom_event .evt-popover-container .evt-pop-header + div {
	margin: 9px 10px 15px 10px;
}

.kl_nom_event .evt-popover-container a.dropdown-item {
	color: #54667a !important;
}

.kl_nom_event .evt-popover-container a.dropdown-item:active,
.kl_nom_event .evt-popover-container a.dropdown-item:focus {
	background-color: #ed195f;
}

.kl_nom_event .evt-popover-container a.dropdown-item:active i,
.kl_nom_event .evt-popover-container a.dropdown-item:focus i,
.kl_nom_event .evt-popover-container a.dropdown-item:active span,
.kl_nom_event .evt-popover-container a.dropdown-item:focus span {
	color: #fff;
}

.kl_photoAValider > a {
	color: red !important;
	font-size: 15px;
	display: block;
	line-height: 1.2;
	margin-top: 8px;
}

.tooltip.fade.bs-tooltip-right {
	z-index: 0 !important;
}

.reset-ul>li>a {
	color: #7b7b7b;
	display: flex !important;
	align-items: center;
}

.reset-ul>li.main_sub_menu_log>a.highlight {
	background: #eff4f6;
	color: #e72763;
}

.reset-ul>li>a svg.arrow-down {
	fill: #7b7b7b;
	/* width: 9px;
	min-width: 9px; */
	width: 8px;
	min-width: 8px;
	height: 9px;
	min-height: 9px;
	margin-left: 10px;
	transition: transform 0.1s;
}

.reset-ul>li>a:hover svg.arrow-down,
.reset-ul>li.main_sub_menu_log>a.highlight svg.arrow-down {
	fill: #e72763;
	/* transform: rotate(90deg); */
	transform: rotate(180deg);
}

.reset-ul>li.main_sub_menu_log ul.reset-ul {
	position: absolute;
	-webkit-clip-path: circle(0);
	clip-path: circle(0);
	opacity: 0;
	pointer-events: none;
	/* top: 0;
	right: calc( 100% + 10px); */
	top: 100%;
	right: 0;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #dfe8f1;
	/* box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2); */
	/* box-shadow: 0 0 20px rgb(0 0 0 / 10%); */
	box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.3);
	transition: opacity 0.3s;
}

.reset-ul>li.main_sub_menu_log ul.reset-ul::after {
	content: '';
	position: absolute;
	top: 0;
	right: -15.5%;
	width: 15.5%;
	height: 100%;
}

.reset-ul>li.main_sub_menu_log:hover ul.reset-ul,
.reset-ul>li.main_sub_menu_log ul.reset-ul:hover {
	-webkit-clip-path: initial;
	clip-path: initial;
	opacity: 1;
	pointer-events: auto;
}

.sf_sous_menu .dropdown-menu .reset-ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sf_sous_menu .reset-ul.reset-ul.rght-mnu-grp-with-title {
	padding-top: 12px;
	padding-bottom: 8px;
}

.reset-ul li.right-menu-block-title {
	padding-left: 14.8px;
	margin-bottom: 4px;
	/* font-size: 13.75px; */
	font-size: 13.728px;
	text-transform: uppercase;
	font-weight: 700;
}

.topbar .top-navbar .navbar-nav>.nav-item.kl_theName {
	background: rgba(0, 0, 0, 0);
}

.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .username {

    margin-top: 2.999999px;
}

.user-info>span {
	text-transform: capitalize;
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover,
.dropdown-menu li>a:hover {
	/*color: #2b2f33;*/
	color: #e72763;
	background: #eff4f6;
}

.kl_aucuneDiv {
	color: #d0cbcb;
	text-align: center;
	margin-top: 25px;
	font-family: "Rubik";
	font-size: 22px;
}

.kl_contPasAlbums {
	margin-top: 45px !important;
}

label.kl_vue_evenement,
a.kl_vue_evenement {
	background: white;
	border: 1px solid #f00e5d;
	color: #7b7b7b !important;
}

label.kl_vue_evenement.active,
a.kl_vue_evenement.active {
	background: #f00e5d !important;
	border: 1px solid #f00e5d !important;
	color: #fff !important;
}

label.kl_vue_evenement:hover,
a.kl_vue_evenement:hover {
	background: #f00e5d;
	border: 1px solid #f00e5d;
	color: #fff !important;
}

.kl_link {
	color: #948b8b !important;
}

#id_theFiltrePhoto {
	margin-top: 25px;
	padding-bottom: 25px;
}

.kl_reponseDetailPrise {
	padding-left: 45px;
	margin-top: 15px;
}

.kl_navDetailsDiv a {
	text-transform: uppercase;
	padding: 28px 29.7px !important;
	border-radius: 0px !important;
	display: block;
	text-align: center;
	width: 100%;
	background: #ed185e;
	color: white;
}

/*
table tbody td .inner-tbl-item-line {
	min-height: 40px;
}
*/

/*
table tbody td .inner-tbl-item-line:not(:last-child) {
	margin-bottom: 15px;
}
*/

/* === DIV CUSTOMIZED TABLE === */

div.custmzd-table {
	margin-bottom: 50px;
}

div.custmzd-table .thead {
	display: flex;
}

div.custmzd-table .thead .th,
div.custmzd-table .tbody .td {
	padding: 0.75rem;
}

div.custmzd-table .thead .th,
div.custmzd-table .tbody .tr {
	border-bottom: 1px solid lavender;
}

div.custmzd-table .thead .th {
	flex: 1 1 0px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

div.custmzd-table.table-striped .thead .th,
div.custmzd-table.table-striped .tbody .tr {
	border-bottom: 0;
}

div.custmzd-table.table-striped .tbody .tr:nth-of-type(odd) {
	background-color: #f2f4f8;
}

div.custmzd-table.table-hover .tbody .tr:hover {
	background-color: #f4e4e8;
}

div.custmzd-table .tbody .tr {
	display: flex;
	align-items: stretch;
}

div.custmzd-table .tbody .tr .td {
	flex: 1 1 0px;
	font-size: 13px;
	color: #000;
}

div.custmzd-table .tbody .tr .td .inner-tbl-item-line:not(:last-child) {
	margin-bottom: 20px;
}

/* === END OF DIV CUSTOMIZED TABLE === */

.label.custom-info-label {
	/* font-size: 13px; */
	font-size: 12.9px;
	/* padding: 7px 13px; */
	border-radius: 4px;
	/* font-weight: 500; */
}

.btn-warnin,
.btn-warnin.disabled {
	background: white;
	border: 1px solid #dee2e6;
	color: #ffffff !important;
}

.btn-warnin:hover,
.btn-warnin.disabled:hover {
	background: #ffbc34;
	color: #ffffff;
	opacity: 0.7;
	border: 1px solid #ffbc34;
}

.btnComment {
	background: white;
	border: 1px solid #dee2e6;
	color: #ffffff !important;
}

.chartCampagne.chartCampagne_vide_both {
	display: block;
	height: 50px;
}

.chartCampagne_vide_sms {
	display: block;
	height: 50px;
	padding-top: 50px;
}

.chartCampagne_vide_email {
	display: block;
	height: 50px;
	padding-top: 50px;
}

.chartCampagne_vide_both .chartCampagne_vide_email,
.chartCampagne_vide_both .chartCampagne_vide_sms {
	padding-top: 0px;
}

#id_infoPhoto {
	padding-bottom: 25px;
}

.kl_totalNbrImpres,
.kl_titreBloc {
	text-align: center;
}

.kl_stat_quotidienne {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	height: 100px;
}

.bloc_active_filtre_avances span {
	line-height: 23px;
}

#id_pickerColorIconShare .asColorPicker-wrap , .kl_pickerColorIconShare .asColorPicker-wrap{
	width: 100% !important;

}

.kl_pickerColorIconShare .asColorPicker-trigger, .kl_couleurFondPerso .asColorPicker-trigger {
	top: 0px !important;
}

.kl_iconAffichage {
	margin-top: 31px;
}

.kl_iconAffichage .btn {
	background: black;
	color: white;
}

.asColorPicker-alpha {
	display: none !important;
}

.kl_bloc_check_suppr .icheckbox_square-red,
.kl_bloc_check_suppr .icheckbox_square-green,
.kl_bloc_check_suppr .icheckbox_square {
	float: right;
}


/* Généralités sur les margin et padding */

.m-b-2 {
	margin-bottom: 2px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-70 {
	margin-bottom: 70px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-b-90 {
	margin-bottom: 90px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-t-90 {
	margin-top: 90px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-40 {
	margin-left: 40px !important;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-60 {
	margin-left: 60px;
}

.m-l-70 {
	margin-left: 70px !important;
}

.m-l-80 {
	margin-left: 80px;
}

.m-l-90 {
	margin-left: 90px;
}

.m-l-100 {
	margin-left: 100px;
}

.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-25 {
	margin-right: 25px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-r-50 {
	margin-right: 50px;
}

.m-r-60 {
	margin-right: 60px;
}

.m-r-70 {
	margin-right: 70px;
}

.m-r-80 {
	margin-right: 80px;
}

.m-r-90 {
	margin-right: 90px;
}

.m-r-100 {
	margin-right: 100px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-b-70 {
	padding-bottom: 70px;
}

.p-b-80 {
	padding-bottom: 80px;
}

.p-b-90 {
	padding-bottom: 90px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-t-70 {
	padding-top: 70px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-t-90 {
	padding-top: 90px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-6 {
	padding-left: 6px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-25 {
	padding-left: 25px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-l-40 {
	padding-left: 40px !important;
}

.p-l-50 {
	padding-left: 50px !important;
}

.p-l-60 {
	padding-left: 60px;
}

.p-l-70 {
	padding-left: 70px;
}

.p-l-80 {
	padding-left: 80px;
}

.p-l-90 {
	padding-left: 90px;
}

.p-l-100 {
	padding-left: 100px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-6 {
	padding-right: 6px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-r-40 {
	padding-right: 40px;
}

.p-r-50 {
	padding-right: 50px;
}

.p-r-60 {
	padding-right: 60px;
}

.p-r-70 {
	padding-right: 70px;
}

.p-r-80 {
	padding-right: 80px;
}

.p-r-90 {
	padding-right: 90px;
}

.p-r-100 {
	padding-right: 100px;
}

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

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

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

.p-40 {
	padding: 40px;
}

.p-45 {
	padding: 45px;
}

.p-50 {
	padding: 50px;
}

.p-55 {
	padding: 55px;
}

.p-60 {
	padding: 60px;
}

.p-65 {
	padding: 65px;
}

.p-70 {
	padding: 70px;
}

.p-75 {
	padding: 75px;
}

.p-80 {
	padding: 80px;
}

.p-85 {
	padding: 85px;
}

.p-90 {
	padding: 90px;
}

.p-95 {
	padding: 95px;
}

.p-100 {
	padding: 100px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.m-55 {
	margin: 55px;
}

.m-60 {
	margin: 60px;
}

.m-65 {
	margin: 65px;
}

.m-70 {
	margin: 70px;
}

.m-75 {
	margin: 75px;
}

.m-80 {
	margin: 80px;
}

.m-85 {
	margin: 85px;
}

.m-90 {
	margin: 90px;
}

.m-95 {
	margin: 95px;
}

.m-100 {
	margin: 100px;
}

.p-10-20 {
	padding: 10px 20px;
}

.p-15-20 {
	padding: 15px 20px;
}

.p-10-30 {
	padding: 10px 30px;
}

.p-15-30 {
	padding: 15px 30px;
}

.p-20-30 {
	padding: 20px 30px;
}

.p-25-30 {
	padding: 25px 30px;
}

.p-20-10 {
	padding: 20px 10px;
}

.p-20-15 {
	padding: 20px 15px;
}

.p-30-10 {
	padding: 30px 10px;
}

.p-30-15 {
	padding: 30px 15px;
}

.p-30-20 {
	padding: 30px 20px;
}

.p-30-25 {
	padding: 30px 25px;
}

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

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

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

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

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.m-a {
	margin: auto;
}

.fs-20 {
	font-size: 20px;
}

.display-none {
	display: none !important;
}

.no-radius {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.no-border-top {
	border-top: 0 !important;
}

.no-border-bottom {
	border-bottom: 0 !important;
}

.no-border-left {
	border-left: 0 !important;
}

.no-border-right {
	border-right: 0 !important;
}

.no-border {
	border: none;
}

.bg-flex {
	display: flex;
	flex-direction: column;
	/* direction d'affichage verticale */
	justify-content: center;
}

.text-white {
	color: #FFF;
}

.bg-grey {
	background-color: #AAA !important;
}

.kl_linkSelfizeeSimple {
	color: #ed195f;
	font-weight: 500;
	font-size: 15px;
}

.kl_linkSelfizeeSimple:hover {
	text-decoration: underline;
	color: #ed195f;
}

select.custom-select.custom-select-selfizee {
	background: url(/img/custom-select.png) left 0.75rem center no-repeat;
	padding-left: 34px;
	color: black;
	font-weight: 500;
	font-size: 15px;
	background-color: #f7f7f7;
	border-radius: 0px;
	border: 0px;
}

.fw500 {
	font-weight: 500;
}

.card.card-new-selfizee>.card-header {
	background: none;
	border-bottom: 0;
	color: black;
	font-weight: 500;
	padding-bottom: 25px;
	padding-top: 25px;
}

.card.card-new-selfizee>.card-header>h4 {
	color: black;
	font-weight: 500;
	font-family: Montserrat;
}

@media screen and (max-width: 1173px) {
	.event-header-photo-wrapper .pull-left {
		float: none !important;
		text-align: center;
		margin-bottom: 15px !important;
	}
	.event-header-photo-wrapper .right-section {
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.event-header-photo-wrapper .pull-right {
		float: none !important;
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.event-photo-button-wrapper {
		justify-content: center;
	}
	.event-photo-button-wrapper button {
		max-width: 45%;
	}
	.event-photo-button-wrapper button:nth-of-type(1) {
		margin-left: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.card .card-header h4 {
		text-align: center;
		margin-bottom: 15px !important;
	}
	.card .card-header a.link-selfizee-action {
		text-align: center !important;
	}
	.card .card-body .kl_titreTop div {
		text-align: center !important;
	}
	.card .card-body .kl_syntheseEvent {
		margin-bottom: 15px;
	}
	.event-header-photo-wrapper a.link-selfizee-action {
		display: block;
		margin-right: 0;
	}
	.event-header-photo-wrapper a.link-selfizee-action:not(:nth-of-type(1)) {
		margin-top: 15px;
	}
	#id_filtreContact .btn_filtre_contact div:nth-of-type(1) {
		margin-right: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		max-width: 15%;
	}
	.event-photo-button-wrapper button {
		max-width: 70%;
	}
	.event-photo-button-wrapper button:nth-of-type(1) {
		margin-left: 0 !important;
	}
	.event-photo-button-wrapper button:not(:nth-of-type(1)) {
		margin-top: 10px;
	}
}

#klVueTimeline .btn-group {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.kl_theSousTitreTimeLine {
		text-align: center;
		margin-bottom: 20px;
	}
	#klVueTimeline .btn-group {
		margin: -10px;
		display: flex;
		justify-content: center;
	}
	#klVueTimeline .btn-group .kl_vue_evenement {
		margin: 10px;
		border-radius: 0.25rem !important;
	}
}

#id_photoListe {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	/* align-items: center; */
}

.card.card-new-selfizee label {
	color: black !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	font-family: "Montserrat", sans-serif !important;
}

.card.card-new-selfizee .custom-checkbox .custom-control-label::before {
    margin-top: -1.8px;
}

.card.card-new-selfizee .custom-radio .custom-control-label::before {
    margin-top: -2px;
}

.card.card-new-selfizee .custom-checkbox .custom-control-label::after {
	top: 2.5px;
}

.card.card-new-selfizee .custom-radio .custom-control-label::after {
    top: 2px;
}

#config-souvenir-card.card label[for="quantite-minimum"] {
	display: block;
}

.kl_noPaddingLeft {
	padding-left: 0px;
}

@media screen and (max-width: 991px) {
	.col-lg-3.kl_noPaddingLeft {
		padding-left: 15px;
	}
}

a.link.link-selfizee-action {
	color: #ed195f;
	font-size: 15px;
	-webkit-appearance: none;
}

a.link.link-selfizee-action:hover {
	text-decoration: underline;
}

.card-header.borderheader {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

a.link.link-selfizee-action>i {
	padding-left: 20px;
	font-weight: 800;
	font-size: 19px;
}

.kl_linkToListeFonctionnalite,
.kl_linkToListeFonctionnalite:hover {
	color: #e72763;
	font-weight: 500;
}

.kl_textAlignRigth {
	text-align: right;
}

.global-filter-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px;
}

.global-filter-wrapper .global-filter-block {
	flex: 1 1 0px;
	margin: 5px;
}

.event-filter-wrapper .inner-filter-wrapper .filter-block.srch-fltr-block,
.global-filter-wrapper .global-filter-block.srch-fltr-block {
	max-width: 310px;
}

.biblio-filter-wrapper .global-filter-block {
	flex: 1 1 calc( 100% / 5);
}

.fewer-filter-wrapper .global-filter-block {
	flex: 0 1 calc( 100% / 4.5);
}

.global-filter-wrapper .global-filter-block.dte-rnge-fltr-block {
	display: flex;
	align-items: center;
}

.global-filter-wrapper .global-filter-block .form-group {
	margin-bottom: 0;
}

.global-filter-wrapper .global-filter-block .form-control,
.global-filter-wrapper .global-filter-block span.select2-container,
.global-filter-wrapper .global-filter-block input {
	/* font-size: 13.8px !important; */
	font-size: 13px !important;
	width: 100% !important;
}

.smaller-font-filter-wrapper .global-filter-block .form-control {
	/* font-size: 12px !important; */
	font-size: 13px !important;
}

.global-filter-wrapper .select2-container .select2-selection {
	min-height: 36px;
	height: 36px;
	display: flex;
	align-items: center;
}

.global-filter-wrapper .select2-container .select2-selection__arrow {
	height: inherit !important;
}

.global-filter-wrapper .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0;
}

@media screen and (max-width: 1072px) {
	.global-filter-wrapper .global-filter-block {
		flex: 1 1 calc( 100% / 4) !important;
		max-width: calc( 100% / 3.1);
	}
}

@media screen and (max-width: 810px) {
	.global-filter-wrapper .global-filter-block {
		flex: 1 1 calc( 100% / 3) !important;
		max-width: calc( 100% / 2);
	}
}

@media screen and (max-width: 767px) {
	.global-filter-wrapper .global-filter-block {
		flex: 1 1 100% !important;
		max-width: none;
	}
}

.contact-row-wrap .main-contact-block {
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	/* display: flex;
		justify-content: space-around;
		align-items: center; */
}

@media screen and (max-width: 767px) {
	.contact-row-wrap .main-contact-block {
		padding: 0;
	}
}

.account-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.account-card-wrapper .account-card-block {
	flex: 1 1 0px;
	margin: 20px;
}

@media screen and (max-width: 1033px) {
	.account-card-wrapper .account-card-block {
		flex: 1 1 calc( 100% / 3.46);
		max-width: calc( 100% / 2.2);
	}
}

@media screen and (max-width: 864px) {
	.account-card-wrapper .account-card-block {
		flex: 1 1 100%;
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
	.card-body.custom-card {
		padding: 30px 20px !important;
	}
}


/*=== Modif sous-menu 11.09.19*/

.divider_sous_menu {
	margin: 5px !important;
}

.btn_logout {
	/*width: 70%;*/
	width: calc(100% - 10px);
	margin: auto;
	padding: 4px;
	text-transform: none !important;
	font-size: 12px !important;
}

.sous-menu .login-box {
	width: 100% !important;
}

.sous-menu .login-box {
	/* padding: 10px 15px 4px 15px !important; */
	padding: 10px 15px 8px 15px !important;
}

.bloc_btn_logout {
	/* margin-top: 15px; */
	margin-top: 24px;
}

.sf_sous_menu a.nav-link {
	font-size: 12px !important;
	font-weight: 400;
	padding-top: 10px;
	color: #000 !important;
}

.sf_sous_menu a.nav-link i {
	font-size: 20px;
	/* margin-left: 5px; */
}

.sf_sous_menu .dropdown-menu {
	right: 5px;
	box-shadow: 0 1px 7px 2px rgba(135, 158, 171, .2);
	/* width: 220px; */
	width: 273px;
	/* width: 280px; */
	/* padding: 0px 14px 14px 14px; */
	/* padding: 0px 14px 14px 10px; */
	/* padding: 5px 5px 14px 10px; */
	/* padding: 5px 5px 18px 10px; */
	padding: 7.5px 5px 26px 10px;
	max-height: calc(100vh - 102px);
	overflow: hidden;
    overflow-y: auto;
}

.sf_sous_menu .dropdown-menu.no-overflow {
	padding-right: 10px;
	max-height: none;
	/* overflow: unset;
    overflow-y: unset; */
	overflow: initial;
    overflow-y: initial;
}

.sf_sous_menu .dropdown-menu .divider {
	height: 0.5px;
}

/*.kl_btnDeTest {
	padding: 12px 12px;
}*/

.kl_theFiltre {
	padding-top: 1.25rem;
}

.kl_addresseEtInfo {
	width: 46%;
	margin-left: 10px;
}

.kl_logoClient {
	width: 45%;
}

.kl_oneBorneClient {
	position: relative;
}

.kl_oneBorneClient:last-child {
	border-bottom: none;
}

.kl_deleteBornes {
	font-size: 25px;
	width: 25px;
	height: 43px;
	cursor: pointer;
	text-align: center;
	display: block;
}

.kl_viewTheme {
	color: black !important;
}

.dropdown-item.kl_viewTheme {
	color: #54667a !important;
}

.kl_viewTheme.kl_titreCat.text-muted {
	margin-left: 15px;
}

.kl_imageInBackground {
	background-size: contain !important;
	background-position: center !important;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat;
}

.header_editeur {
	background: #eee !important;
}


/* 
 Header pour renvoyer à l'editeur
 */

.sf-svg-ico {
	display: block;
    /* margin-top: 7px; */
    margin-top: 5px;
    /* margin-top: 3px; */
}

.header-new-frame-wrap .sf-svg-ico {

    margin-top: 3px;
}

.sf-svg-ico svg {

	/* width: 23px; */
    width: 30px;
	height: 22px;
}

.header-new-frame-wrap .sf-svg-ico svg {

    height: 23px;
}

.sf-svg-ico svg:hover {
	fill: #e72763;
}

.tox-tinymce {
	height: 500px !important;
}

.border-b {
	border-bottom: 1px solid #E5E5E5;
}

.couleur .asColorPicker-wrap {
	width: 140px !important;
}

@media screen and (max-width: 767px) {
	.couleur .asColorPicker-wrap {
		width: 100% !important;
	}
}

.kl_typeOptinText.kl_titreOpin {
	font-weight: 500;
	color: #303030;
}

.kl_titreChamp.kl_titreChampOptin {
	font-weight: 300;
}

.row.row-centered {
	display: block;
}

.col-centered {
	float: none;
	display: inline-block;
}

.sf-iconCentrage {
	width: 45px;
	height: 45px;
}

#id_centrerHorizontal,
#id_centrerVertical {
	cursor: pointer;
}

.kl_theCodeBorneValue {
	font-weight: 600;
	padding-top: 8px;
}

.kl_titreCodeBorne {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.top-header-config-wrapper .sf-titreEvenement .kl_titre_upper {
	text-transform: uppercase;
	margin-left: 5px;
}

.kl_sousMenu .sf_nom_model {
	width: 100%;
	position: absolute;
	left: 410px;
	top: 10px;
	text-align: center;
}

@media screen and (max-width: 947px) {
	.pull-right.stats-date-filter-wrapper {
		float: none !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 22px;
	}
}

.sf_periode_recap,
.sf_filtre_periode {
	border: 0 !important;
	border-bottom: 1px solid #e8eced !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	height: auto;
	padding: 0;
	/* font-style: italic; */
	font-size: 14px;
	width: 180px;
	color: #757575;
	min-height: 20px !important;
}

.sf_filtre_periode {
	min-height: 30px !important;
	width: 145px !important;
}

.inner-filter-wrapper .sf_filtre_periode {
	width: 100% !important;
}

.sf_cursor_pointer {
	cursor: pointer !important;
}

.daterangepicker .drp-buttons .btn {
	font-weight: 400 !important;
	font-family: "Montserrat";
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .drp-selected {
	font-family: "Montserrat" !important;
}

.sf-font-13 {
	font-size: 13px !important;
}

.kl_filtreEvenement.sf-font-13 input,
.kl_filtreEvenement.sf-font-13 select,
.kl_filtreEvenement.sf-font-13 button,
.kl_filtreEvenement.sf-font-13 a {
	font-size: 12px !important;
	min-height: 25px !important;
	max-height: 30px !important;
}

.kl_filtreEvenement.sf-font-13 button,
.kl_filtreEvenement.sf-font-13 a {
	padding-top: 6px;
}

.kl_filtreEvenement.sf-font-13 div.row div {
	padding-right: 0 !important;
}

.sf_detail_bibli {
	border-bottom: 2px solid;
}

.sf_infos_bibli {
	font-size: 14px;
	font-weight: 500;
}

.sf_titre_uppercase {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.sf_label_sm {
	padding: 2px 6px;
	height: 12px !important;
	border-radius: 20px;
}

.sf_btn_action,
.sf_btn_action:hover {
	border-radius: 5px !important;
	border-color: #f0f8ff00 !important;
}

.sf_rm_in_group {
	background: #848080 url(/img/gallery/dz_rm.png) no-repeat scroll 5px 5px;
	/*#cd1616*/
	bottom: 0;
	font-size: 0;
	height: 25px;
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 20px;
	width: 25px;
	z-index: 45;
}

/* === Summernote section === */

.note-editor .note-toolbar {

    background-color: #fff;
}

.note-editor .note-toolbar .note-color .dropdown-toggle::after {

    margin-left: 0;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {

    max-width: none !important;
}

.note-btn-group.note-color-all.open .note-dropdown-menu {

    display: flex;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {

    margin: 0 15px 0 0 !important;
}

/* === End of Summernote section === */


/* === Language Selection Wrapper === */

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
	display: flex;
	align-items: center;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link .header-menu-text {
	margin-left: 15px;
	font-size: 16px;
	display: none;
}

.topbar .top-navbar .navbar-nav>.kl_theName {
	display: flex !important;
	align-items: center;
	font-size: 12px;
	color: #000;
	font-weight: 400;
}


/* .topbar .top-navbar .navbar-nav > .kl_theName .language-selection-wrapper { */

.language-selection-wrapper {
	position: relative;
}

.language-selection-wrapper .selected-language-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.selected-lang-with-name .selected-language-wrap {
	/* padding: 8.4px 36px 8px 25px; */
	padding: 8.7px 36px 8px 25px;
	border-radius: 3px;
	border: 1.2px solid #bfbfbf;
}

.topbar .top-navbar .navbar-nav>.kl_theName .language-selection-wrapper .selected-language-wrap {
	/* background-color: #F2F2F2; */
	/* margin: 0 5px; */
	/* margin: 0 5px 0 11px; */
	margin-left: 8.5px;
	/* padding: 15px 10px; */
	/* padding: 11px 12px; */
	padding: 11px;
}

.language-selection-wrapper.display-language-list .selected-language-wrap,
.language-selection-wrapper .selected-language-wrap:hover {
	border-color: #F2F2F2;
	background-color: #F2F2F2;
}

.language-selection-wrapper .selected-language-wrap:hover {
	cursor: pointer;
}

.selected-lang-with-name .lang-name {
	margin-right: 10px;
	font-size: 12px;
	color: #cfcfcf;
	font-weight: 600;
	position: relative;
	transition: all 0.3s;
}

.selected-lang-with-name.display-language-list .selected-language-wrap .lang-name,
.selected-lang-with-name .selected-language-wrap:hover .lang-name {
	color: #676767;
}

.language-selection-wrapper i.flag-icon {
	font-size: 17px;
	min-width: 24px;
}

.language-selection-wrapper .language-list-wrapper {
	position: absolute;
	background-color: #fff;
	width: 140px;
	padding: 5.5px;
	border-radius: 4px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(120, 130, 140, 0.13);
	overflow: hidden;
	z-index: 1;
	/* top: -100vh; */
	top: -5000px;
	transition: all 0.3s;
}

.selected-lang-with-name .language-list-wrapper {
	left: -31px;
}

.topbar .top-navbar .navbar-nav>.kl_theName .language-selection-wrapper .language-list-wrapper {
	left: -87px;
}

.topbar .top-navbar .navbar-nav>.kl_theName .language-selection-wrapper.display-language-list .language-list-wrapper {
	/* top: 67px; */
	top: 63px;
}

.language-selection-wrapper .language-list-wrapper .language-block {
	display: flex;
	align-items: center;
	padding: 10px;
	color: #000;
	transition: all 0.3s;
}

.language-selection-wrapper .language-list-wrapper .language-block:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	background-color: #F2F2F2;
}


/* .language-selection-wrapper .language-list-wrapper .language-block:not(:last-child) {

		margin-bottom: 5.5px;

} */

.language-selection-wrapper .language-list-wrapper .language-block .lang-name {
	margin-left: 10px;
}

.selected-lang-with-name .language-list-wrapper .language-block .lang-name {
	color: #676767;
}


/* === End of Language Selection Wrapper === */

.navbar-expand-md .navbar-collapse {
	justify-content: flex-end;
}

.navbar-expand-md .navbar-collapse .hidden-input-wrapper {
	display: none;
}

.header-main-search-wrapper {
	flex: 0 1 270px;
	min-width: 270px;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.header-main-search-wrapper .inner-search-wrapper {
	flex: 1 1 100%;
	display: flex;
	align-items: center;
	border: 1px solid #000;
	border-radius: 3px;
	overflow: hidden;
}

.header-main-search-wrapper .inner-search-wrapper .kl_inputSearch {
	height: 100%;
	width: 100%;
	border: 0;
	/* padding: 0 10px; */
	padding: 0 10px 1.04px 10px;
	font-size: 13px;
}

.header-main-search-wrapper .inner-search-wrapper .form-group {
	display: flex;
	align-items: center;
	flex: 1 1 0px;
	margin-bottom: 0;
}

.header-main-search-wrapper .inner-search-wrapper .header-search-button {
	/* width: 30px;
    min-width: 30px; */
	width: 31.8px;
	min-width: 31.8px;
	height: 31px;
	min-height: 31px;
	border: 0;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.header-main-search-wrapper .inner-search-wrapper .header-search-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.header-main-search-wrapper .inner-search-wrapper .header-search-button:hover {
	cursor: pointer;
}

.header-main-search-wrapper .inner-search-wrapper .header-search-button svg {
	margin-top: 1px;
	fill: #fff;
	width: 14.5px;
	min-width: 14.5px;
	height: 14.5px;
	min-height: 14.5px;
}

.customized-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: #90A4AE #fff;
}

.customized-scrollbar::-webkit-scrollbar-track {
	background: #fff;
}

.customized-scrollbar::-webkit-scrollbar {
	width: 11px;
}

.customized-scrollbar::-webkit-scrollbar-thumb {
	background-color: #90A4AE;
	border-radius: 6px;
	border: 2px solid #fff;
}

.hd-mall-select-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-right: 15px;
}

.hd-mall-select-wrapper:hover {
	cursor: pointer;
}

.hd-mall-select-wrapper .inner-mall-slct-wrapper {
	/* flex: 0 1 270px;
	min-width: 270px; */
	flex: 0 1 282.5px;
	min-width: 282.5px;
	position: relative;
}

.inner-mall-slct-wrapper .mall-block {
	display: flex;
	align-items: center;
	user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}

.inner-mall-slct-wrapper .mall-block .cmp-detail-wrapper {
	flex: 1 1 0px;
	display: flex;
	align-items: center;
	height: 33px;
	/* padding: 5px 0 5px 10px; */
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top-left-radius: 3.5px;
	border-bottom-left-radius: 3.5px;
	background-color: #fff;
}

.mall-block .cmp-detail-wrapper .mall-logo-wrap {
	--mall-logo-size: 20px;
    width: var(--mall-logo-size);
    min-width: var(--mall-logo-size);
    height: var(--mall-logo-size);
    min-height: var(--mall-logo-size);
    /* border-radius: 50%; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 10px; */
	margin-right: 8px;
}

.mall-block .mall-logo-wrap img {
	/* width: 100%;
    height: auto; */
	/* height: 25px; */
	height: 21px;
    object-fit: cover;
    object-position: center;
}

.mall-block .mall-name {
	margin-top: 1px;
	padding-left: 10px;
    font-size: 13px;
	color: #000;
	font-weight: 400;
	height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	position: relative;
}

.mall-block .mall-name::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-left: 1px dotted lightgray;
}

.mall-block .hd-mall-icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
	width: 31px;
	background-color: #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top-right-radius: 3.5px;
	border-bottom-right-radius: 3.5px;
}

.mall-block .hd-mall-icon-wrap svg {
	--hd-mall-icon-size: 10px;
	fill: #fff;
	/* width: var(--hd-mall-icon-size);
	min-width: var(--hd-mall-icon-size);
	height: var(--hd-mall-icon-size);
	min-height: var(--hd-mall-icon-size); */
	width: 10px;
	min-width: 10px;
	height: 10px;
	min-height: 10px;
}

.inner-mall-slct-wrapper .ml-choice-list-wrapper {
	position: fixed;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    opacity: 0;
    pointer-events: none;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	border: 1px solid #000;
	background-color: #fff;
	max-height: calc(100vh - 90px);
	overflow-y: auto;
	transition: all 0.2s;
}

.inner-mall-slct-wrapper .ml-choice-list-wrapper.display {
	position: absolute;
	-webkit-clip-path: initial;
    clip-path: initial;
    opacity: 1;
    pointer-events: auto;
}

.ml-choice-list-wrapper .mall-block .cmp-detail-wrapper {
	display: flex;
	align-items: center;
	height: 34px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: all 0.2s;
}

.ml-choice-list-wrapper .mall-block .cmp-detail-wrapper:hover {
	background-color: #F2F2F2;
}

@media screen and (max-width: 1365px) {
	.sf_sous_menu .dropdown-menu {
		top: 68px;
		max-height: calc( 100vh - 95px);
		overflow: hidden;
		overflow-y: auto;
	}
	.reset-ul>li>a:hover svg.arrow-down,
	.reset-ul>li.main_sub_menu_log>a.highlight svg.arrow-down {
		transform: rotate(180deg);
	}
	/*
	.reset-ul>li.main_sub_menu_log ul.reset-ul {
		top: 100%;
		right: -3px;
		background-color: #fff;
		box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	}
	*/
}


/* @media screen and (max-width: 804px) { */

@media screen and (max-width: 1140px) {

	.topbar .top-navbar .navbar-header {
		padding: 0 0 0 21px !important;
	}
	/* .navbar-expand-md .navbar-collapse .navbar-nav:first-child {

        position: fixed;
        -webkit-clip-path: circle(0);
        clip-path: circle(0);
        opacity: 0;
        pointer-events: none;
    } */
	.header-main-search-wrapper {
		position: fixed;
		top: 27px;
		right: 225px;
		margin-right: 0;
	}
	.header-main-search-wrapper::after {
		content: '';
		position: absolute;
		border-left: 1px solid rgba(0, 0, 0, .1);
		right: -33.5px;
		height: 45px;
	}

    .navbar-expand-md .navbar-nav {

        align-items: flex-start;
    }

	.navbar-expand-md .navbar-collapse .kl_customLink {
		position: absolute;
		top: 90px;
		left: 0;
		width: 300px;
		margin-left: -300px;
		height: calc( 100vh - 90px);
		background-color: #fff;
		border-right: 1px solid rgba(0, 0, 0, 0.15);
		flex-direction: column !important;
		overflow-y: auto;
		/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
		/* Hide temporarily */
		/* display: none; */
		transition: all 0.3s;
	}
	.navbar-expand-md .navbar-collapse .kl_customLink.display {
		margin-left: 0;
	}
	.navbar-expand-md .navbar-collapse .kl_customLink .nav-item .nav-link {
		padding: 12px 20px;
	}
	.navbar-expand-md .navbar-collapse .kl_customLink .nav-item:hover a.nav-link {
		color: #e72763 !important;
	}
	.navbar-expand-md .navbar-collapse .kl_customLink .nav-item:hover svg {
		fill: #e72763 !important;
	}
	/* .tooltip.bs-tooltip-top.show { */
	.tooltip,
	.tooltip.show {
		display: none !important;
	}
	.dropdown-menu.kl_notificationTimeLine.show {
		position: fixed !important;
		top: 90px;
		left: 310px !important;
	}
	.dropdown-menu.kl_notificationTimeLine::after {
		top: 20px !important;
		left: -6px !important;
		border-top: 6px solid transparent;
		border-right: 6px solid #fff !important;
		border-bottom: 6px solid transparent !important;
		border-left: 0 !important;
	}
	.topbar .top-navbar .navbar-nav>.nav-item>.nav-link .header-menu-text {
		display: block;
	}
	.topbar .top-navbar .navbar-nav>.kl_seperateur {
		display: none;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName {
		position: fixed;
		top: 22px;
		right: 0;
	}
	.dropdown-menu.kl_notificationTimeLine {
		position: fixed;
		left: 300px;
		top: 90px;
	}
	/* -- Burger menu section -- */
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* margin-right: 17.5px; */
		margin-right: 12px;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu:hover {
		cursor: pointer;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu div {
		/* width: 42%; */
		width: 30%;
		height: 2px;
		background-color: #fff;
		position: relative;
		transition: all 0.2;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu.active div {
		background-color: #000;
		margin-left: -0.4px;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu div::before {
		content: '';
		position: absolute;
		left: 0;
		top: -5px;
		/* width: 100%; */
		width: 14px;
		height: 100%;
		background-color: #fff;
		transition: all 0.2s;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu.active div::before {
		top: 0;
		transform: rotate(45deg);
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu div::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -5px;
		/* width: 100%; */
		width: 14px;
		height: 100%;
		background-color: #fff;
		transition: all 0.2s;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .burger-menu.active div::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	/* -- End of Burger menu section -- */
	.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
		line-height: initial;
	}
	.topbar .top-navbar .navbar-nav>.nav-item.kl_theName .username {
		position: absolute;
        margin-top: 0;
		top: 46px;
		right: 19.5px;
		width: 95vw;
		display: flex;
		justify-content: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.topbar .top-navbar .navbar-header {
		padding: 0 0 0 15px !important;
	}
	/* -- Temporary hide Header search on mobile -- */
	.header-main-search-wrapper {
		display: none;
	}
	/* -- End of section to Temporary hide Header search on mobile -- */
	.dropdown-menu.kl_notificationTimeLine.show {
		left: 150px !important;
	}
	.dropdown-menu.kl_notificationTimeLine::after {
		top: 16.5px!important;
	}
}

.kl_infostat {
	font-weight: 500;
	color: black;
	text-align: center;
}

.kl_oneStatInfo {
	text-align: center;
	color: black;
	font-weight: 400;
}

.asColorPicker-wrap {
	width: 200px !important;
}

#id_couleurFondPerso .asColorPicker-wrap {
	width: 130px !important;
}

@media screen and (max-width: 767px) {
	.asColorPicker-wrap {
		width: 100% !important;
	}
}

.oneLog {
	line-height: 1.8;
}

.notify-loader {
	text-align: center !important;
	padding-top: 6em !important;
}

#id_loading img {
	height: 35px !important;
}

#kl_empty_activity {
	text-align: center;
    padding-top: 1.2em;
}

.sf-underline {
	text-decoration: underline;
	cursor: pointer;
}

.kl_add_link_photo_sms {
	cursor: pointer;
}

tr.ui-sortable-handle {
    cursor: move;
}

.idenfitant_field {
	color: #747474;
}

.kl_blocEnBasScenario {
	background: #f8f9fb;
	padding: 25px 15px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}
.kl_toAddMiniatureScenario {
	padding: 0px;
	margin-bottom: 20px;
}

.fieldFromContactScenario{
	display: inherit;
}

.kl_blocEnBasScenario .eml_othr_lnk_wrpr {
	position: relative;
	margin-right: 20px;
}

.kl_ajouterMinLienScenario {
	max-width: 355px;
}
.kl_ajouterMinLienScenario {
	font-size: 13px;
	padding: 5px 10px;
	background: #585858;
	border-radius: 5px;
	display: block;
	text-align: center;
	color: white;
}
select.form-control.kl_listeChoixParamScenario.pull-left, select.form-control.kl_fiedChoixScenario.pull-left {
	font-size: 13px;
	padding-top: 0;
	line-height: 3;
	padding-bottom: 0;
	height: 28px;
	min-height: 28px;
	/* width: 195px; */
	width: 200px;
	color: #707070;
}

#id_addSelectedParamScenario {
	transform: translateY(-1px);
}

a.kl_ajouterMinLienScenario {
	font-size: 13px;
	padding: 5px 10px;
	background: #585858;
	border-radius: 5px;
	display: block;
	text-align: center;
	color: white;
}

.kl_AddFieldParamScenario, .kl_ajouterAutresScenario {
	font-size: 13px;
	padding: 5px 10px;
	background: #585858;
	border-radius: 5px;
	display: block;
	text-align: center;
	color: white;
}

.kl_blocEnBasScenario .eml_othr_lnk_wrpr .eml_other_lnk_cntrls {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.classCustomRadio > label {
	margin-bottom: 10px;
}

.contentMessageFirstconnexion{
	background:#e72763;
	text-align:center;
	color:white;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom:10px;
}

tr.kl_blocked{
	background :red;
}

.btn-outline-sf {
    color: #e72763;
    background-color: transparent;
    background-image: none;
    border-color: #e72763;
}

.btn-outline-sf:hover {
    color: #fff;
    background-color: #e72763;
    border-color: #e72763;
}

.icon-alert {
	float:left;
	margin-right:20px; 
}
.icon-alert svg {
	width:50px;
	height:50px;
	fill:#fff;
}

.alert-title{
	font-weight:bold;
}

.alert-bleu {
	color: white;
	background-color: #1137ee;
	border-color: #4166f0;
}

.kl_btnAcceder{
	margin-top:10px;
}
.centerBtn-action {
	margin: auto;
	text-align: center;
}

.label-choice-export {
	margin-bottom: 15px;
}

.errorExportData{
	color:red;
	margin-bottom : 25px;
}

#containerOrderDetail .status.pending {
    background-color: #FFA500; /* Orange for pending */
}

#containerOrderDetail .status.paid {
    background-color: #4CAF50; /* Green for paid */
}

#containerOrderDetail .status {
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

#containerOrderDetail .remove-button {
    background-color: #eb115f;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a.sl-num-commande {
    color: #e72763;
}

strong.notValide {
    color: burlywood;
}

p.italicCommentaire {
    font-style: italic;
}

div#containerOrderDetail {
    font-size: 14px;
}

a.linkDownloadLogiciel {
    text-decoration: underline;
}

.f-w-600 {
	font-weight: 600 !important;
  }
  .f-w-500 {
	font-weight: 500 !important;
  }
  .f-w-300 {
	font-weight: 300 !important;
  }
  .f-w-bold {
	font-weight: bold !important;
  }
body{
	height: 100% !important;
	max-height: 100% !important;
	overflow: hidden !important;
    font-family: 'Montserrat', sans-serif;
}
.kl_loginLeft{
	background: white;
	/*padding: 80px 155px;*/
	height: 100%;
	max-height: 100% !important;
	overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0px;
}

.kl_loginLeft .outer-language-wrapper {

    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.kl_loginLeft .outer-language-wrapper .selected-lang-with-name .lang-name {

    /* top: 0.9218px; */

    top: 0.62px;
}

.kl_loginLeft .outer-language-wrapper .selected-lang-with-name .selected-language-wrap .lang-name {

    color: #b0b0b0;
}

.kl_loginLeft .outer-language-wrapper .selected-lang-with-name.display-language-list .selected-language-wrap .lang-name, .kl_loginLeft .outer-language-wrapper .selected-lang-with-name .selected-language-wrap:hover .lang-name {

    color: #676767;
}

.kl_loginLeft .outer-language-wrapper .language-selection-wrapper.display-language-list .language-list-wrapper {

    top: 45px;
}

.kl_loginLeft .outer-language-wrapper .selected-lang-with-name .language-list-wrapper {

    left: -28px;
}

.kl_loginRigth {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.kl_loginRigth::after {

    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.kl_logoInlogin img {
	/* width: 181px; */
    max-width: 181px;
    max-height: 100px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 767px) {

    .kl_logoInlogin img {
        /* width: 150px; */
        max-width: 150px;
    }
}


.kl_loginLeft .main-login-content-wrapper {

    height: 92.3vh;

    /* position: relative;
    top: 45%;
    transform: translateY(-50%); */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {

    .kl_loginLeft .main-login-content-wrapper {

        margin-top: 24px;
        height: auto;
    }

}

.kl_logoInlogin {

    max-width: 310px;
    min-width: 310px;

    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 65px; */
}

.kl_loginTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 26px;
    /* margin-top: 50px; */
    /* text-align: center; */
    margin-left: -2px;
}

.kl_loginDesc {

    /* padding-top: 25px; */
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 14px;
    color: black;
    font-family: 'Montserrat';
    font-weight: 300;
}

input.kl_InputLogin{
    background-color: #f1f1f1 !important;
    border: none !important;
    padding-left: 15px;
    color: #777777 !important;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

input.kl_InputLogin:focus, input.kl_InputLogin:valid {
    border-left: 5px solid #f62d51 !important;
    padding-top: 8px;
}

input.kl_InputLogin.empty {
    border-left: 0!important;
    padding-top :0px !important;
}

.kl_btnLogin{
	width: 100% !important;
    border-radius: 45px !important;
    /* margin-top: 20px; */
    font-family: 'Montserrat';
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px
}

.kl_linkToSite {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;

    max-width: 345px;

    /* margin-top: 70px; */
    /* margin-bottom: 25px; */
    margin-bottom: 15px;

    /* transform: translateX(-50%);
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%; */
}

.kl_linkToSite  a{
	color: black;
	font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.kl_linkToSite  a:hover{
	color: #f62d51;
}

.kl_loginForm .form-group{
	position: relative;
}

.kl_loginForm label {
    color: #f62d51;
    font-size: 13px;
    padding-left: 15px;
    position: absolute;
    display: none;
    font-family: 'Montserrat';
    font-weight: 500;

}

.containerLogin {

    max-width: 310px;
    min-width: 310px;

    /* margin: 50px 0; */
    /* margin: 40px 0 50px 0; */
    margin: 40px 0;

    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: auto; */
}

.containerLogin .login-forgotten-info-wrapper {

    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    /* left: -4.5px; */
    left: -5.05px;
}

.containerLogin .login-forgotten-info-wrapper .inner-link-block {

    flex: 1 1 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.containerLogin .login-forgotten-info-wrapper .inner-link-block a {

    /* font-size: 14px;
    color: #54667a; */

    font-size: 13.7px;
    color: #485768;
}

/*

.containerLogin .login-forgotten-info-wrapper .username-link-block a {

    position: relative;
    left: 45%;
    transform: translateX(-50%);
}

*/

.containerLogin .login-forgotten-info-wrapper .inner-link-block a:hover {

    cursor: pointer;
    color: #f62d51;
}

.containerLogin .login-forgotten-info-wrapper .inner-link-block:first-child::after {

    content: '';
    position: absolute;
    border-left: 1.5px solid rgba(0, 0, 0, 0.2);

    /* top: 43.2%;
    transform: translateY(-50%); */

    /* right: -5.5px; */
    /* right: -11px; */
    /* right: 7px; */
    right: 4.45px;
    height: 60%;

}

.color-selfizee {
    color: #f62d51;
}

.font-ligth{
    font-weight: 100;
}
/* Ipad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.kl_loginLeft {
	    padding-left: 35px;
	    padding-right: 35px;
	}

}

/* Iphone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.kl_loginLeft {
	    padding-left: 35px;
	    padding-right: 35px;
	}
}


/* Iphone , 6 , 7 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.kl_loginLeft {
	    /*padding: 85px 30px;*/
	}
    .kl_loginTitle{
        /*font-size: 16px;*/
    }
}

/* Galasy S5 */
@media screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3){
	.kl_loginLeft {
	    /* padding: 35px 20px; */
        padding: 0 20px;
	}
}	

@media screen and (min-device-width : 768px) {
    .kl_loginTitle{
        font-size: 21px
    }
}




/* === USER IDENTIFICATION PAGE === */

.user-identification-page .kl_loginTitle {

    font-size: 20px;
}

/* === END OF USER IDENTIFICATION PAGE === */



.outer-pagination-wrapper {
    margin: 35px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    /* width: 35%; */
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.showListe {
    text-decoration: underline;
}

/*  Refonte  */

.sf-rose {
    color: #e72763;
}

.sf-border-hr {
    border-bottom: solid 1px #F1F1F1;
}

.sf-breadcrumb a {
    font-size: 14px;
    color: #b6b6b6;
}

.breadcrumb li.active a,
.breadcrumb li a:hover {
    color: #ed185e;
}

.sf-list-pers {
    list-style: none;
    padding: 0;
}

.sf-list-pers li span.custom-control-label {
    margin-right: 35px;
}

.sf-list-pers li {
    margin-bottom: 15px;
    background-color: #fbfbfb;
}

.sf-bg-gris {
    background-color: #fbfbfb;
}

.sf-bg-default {
    background-color: #F5F5F5;
}

.sf-bg-default h3 {
    font-size: 33px;
}

.sf-input-group .sf-input-group-icon {
    font-size: 20px;
    left: 28px;
    position: absolute;
    top: 4px;
}

.sf-input-group input {
    padding-left: 40px;
}


/* catalogue */

.sf-box-catalogue {
    -webkit-box-shadow: 1px 3px 17px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 1px 3px 17px 1px rgba(204, 204, 204, 1);
    box-shadow: 1px 3px 17px 1px rgba(204, 204, 204, 1);
}

.sf-box-catalogue figure {
    height: 190px;
    overflow: hidden;
    text-align: center;
    padding: 0 40px;
}

.sf-box-catalogue img:not(.btn_accueil, .sf-img-cadre-exist ) {
    max-width: 100%;
    /*max-height: 190px;*/
    width: auto;
    border: 4px solid gray;
}

.sf-box-catalogue img.sf-img-cadre-exist {
    box-shadow: 1px 2px 5px 0 #d5d5d5;
}

.sf-bloc-title-cadre-exist {
    text-transform: uppercase;
}
.sf-bloc-title-cadre-exist h4, .sf-bloc-title-cadre-exist h6 {
    font-size: 13px;
	font-weight : 500
}

.sf-bloc-img-cadre-exist {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px !important;
}

.sf-bloc-img-cadre-exist img {
		max-width : 100%
}

.carousel-indicators li {
    width: 10px !important;
}

.sf-box-mep img {
    /* max-height: unset; */
    max-height: 445px;
}

.sf-box-catalogue button {
    width: 100%;
}

.sf-box-catalogue_active button {
    width: 70%;
}

.sf-sommaire-animation button {
    width: 85%;
}

.sf-sommaire-animation .carousel-inner {
    width: 85% !important;
}

.w-50 {
    width: 50% !important;
}

.w-10 {
    width: 10% !important;
}

.sf-sommaire-animation .carousel-item {
    background-color: #464646;
}

.card.sf-afficher-modele-cat,
.card.sf-afficher-modele-vierge,
.card.sf-afficher-importer {
    text-align: center;
    background: #f62d51;
    color: white;
}

.sf-box-catalogue_active img:not(.btn_accueil) {
    border: 4px solid #ed185e;
}

.sf-sommaire-animation img {
    /* border: 4px solid #ed185e; */
    background-image: url(/img/confbornes/editeurs/icons/photo-ico.png);
    background-repeat: no-repeat;
    background-position: 51% 45%;
    background-size: 30px;
}

.bloc_image_fond_cadre .bloc_import_modele .bloc_visuel img {
    background-image: url(/img/confbornes/editeurs/icons/photo-ico.png);
    background-repeat: no-repeat;
    background-position: 51% 45%;
    background-size: 30px;
}

.sf-cursor {
    cursor: pointer;
}

.sf-align-top {
    align-items: flex-start;
}

.btn-lien,
.btn-lien:focus {
    color: #54667a;
    background-color: #fff0;
    border: 0px !important;
    outline: 0px auto -webkit-focus-ring-color;
    cursor: pointer;
}

.next-prev-step {
    position: fixed;
    /* z-index: 1000; */
    z-index: 1;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 15%;*/
    color: #fff;
    text-align: center;
    /* opacity: .5; */
}


/* animation */

.sf-bg-animation {
    background-color: #f6f7f9;
    border: 1px solid #f6f7f9 !important;
}

.sf-bg-animation.active,
.sf-bg-animation:hover {
    border-color: #ed185e !important;
}

.sf-bg-animation p {
    font-size: 14px;
}

.sf-bg-animation figure {
    height: 120px;
    display: flex;
}

.sf-bg-animation .bg-flex {
    height: 120px;
}

.sf-bg-animation .bg-flex .m-a {
    margin: auto;
    margin-left: 0;
}

.sf-bg-animation img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    margin: auto;
}

.sf-dashed {
    border: dashed 1px #ddd;
    padding: 2px;
}

.sf-champ-dynamique .sf-form-action {
    position: absolute;
    right: 8px;
}

.customtab2 li a.nav-link:hover,
.customtab2 li a.nav-link.active {
    background: #ed185e;
}

.sf-form-fichier {
    padding: 0;
    height: 36px;
}


/* color picker */

.asColorPicker-wrap {
    width: auto;
}


/* Uniformisation largeur bouton */

.sf-btn-pers {
    width: 180px;
}


/* Bloquer la barre en bas, pour qu’elle ne flotte pas */

footer .footer {
    margin-top: 20px;
}

.page-wrapper {
    padding-bottom: 0px;
}

.page-wrapper .align-logo,
.page-content,
.page-wrapper,
.page-content .align-logo,
.content-container {
    min-height: 1024px !important;
}

.page-wrapper .align-logo {
    background-color: #f2f4f8;
}

#main-wrapper .page-content .page-inner-content {
    position: relative;
}

@media screen and (max-width: 767px) {
    #main-wrapper .page-content .align-logo {
        padding-left: 15px !important;
        /* padding-right: 15px !important; */
    }
    /* .page-wrapper .align-logo {

        padding-left: 15px !important;
        padding-right: 15px !important;
    } */
}

#sf_listeTimeline {
    width: 100%;
}

#sf_listeTimeline+.sf-loading-timeline {
    width: 100%;
}


/* html coloré, sinon espace blanc entre contenu et footer */

html {
    background: #f0f2f6;
}


/* Logo + petit */

.topbar {
    top: 0;
}

.topbar .top-navbar .navbar-header {
    text-align: left;
    padding: 0 30px;
}

.topbar .top-navbar .navbar-header .kl_logoSelfizee {
    /*
    height: auto;
    width: 80%;
    */
    max-width: 144.26px;
    max-height: 27.1px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 767px) {
    .topbar .top-navbar .navbar-header .kl_logoSelfizee {
        /* width: 131px; */
        max-width: 131px;
    }
}


/* Sur ma créa, j’avais agrandi la hauteur de la barre */

.topbar .top-navbar {
    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
}


/* système d’ombre sous les blocs  */

.kl_countEmail {
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, .1)!important;
    border: 1px solid #ebeef5
}


/* Aligner la vue à gauche et avec le logo */

.align-logo {
    padding-left: 1.9rem!important;
    padding-right: 1.9rem!important;
}

@media (max-width: 767px) {
    #id_theSousMenu {
        margin-top: 100px;
    }
}

ul#id_menuLeftList>li>a:hover {
    color: #ed195f;
}

ul#id_menuLeftList>li>a {
    color: #000;
}


/* menu_left sous li menu dégradé */

li.degrade-sousmenu {
    border-left: 10px solid #ed195f;
    padding-left: 12px !important;
    background-image: linear-gradient(to right, lightgray, transparent);
}

ul#id_menuLeftList ul.inner-menu li:not(.degrade-sousmenu) {
    padding-left: 22px;
}

ul#id_menuLeftList li>ul>li:hover {
    padding-left: 12px !important;
    background-image: linear-gradient(to right, lightgray, transparent);
}


/* Réduire un peu l’interligne  entre les liens d’une sous rubrique */

ul#id_menuLeftList>li>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* .navbar .navbar-toggler {
    margin-left: 20px;
}
.navbar .navbar-toggler {
    display: none !important;
} */


/* Réduire espace gros trou menu gauche cf layout default.ctp */

#id_theSousMenu + .row {
    flex-wrap: nowrap;
}

.col-modif-lg-10 {
    /* -ms-flex: 0 0 83.333333%;
    flex: 0 0 89.333333%;
    max-width: 89.333333%; */
    -ms-flex: 1 1 88.57%;
    flex: 1 1 88.57%;
    max-width: 88.57%;
    margin-left: 8px;
    padding-right: 0;
}

.col-modif-lg-2 {
    -ms-flex: 1 1 16.666667%;
    flex: 1 1 10.666667%;
    max-width: 10.666667%;
}

#id_theSousMenu + .row .col-modif-lg-2 {
    max-width: none;
}

@media screen and (max-width: 1093px) {

    .col-modif-lg-2 {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none;
    }

    #id_theSousMenu + .row .col-modif-lg-2 {
        -ms-flex: 0;
        flex: 0;
    }

    .col-modif-lg-10 {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: none;
        margin-left: 0;
    }

    #id_theSousMenu + .row .col-modif-lg-10 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}

@media (min-width: 992px) {
    .thumbevent-board img {
        height: 150px;
    }
}

@media screen and (max-width: 968px) {
    .col-modif-lg-2 .kl_navCustom {
        width: auto;
    }
}

form#form-photos .dropzone {
    border: 2px solid #f2f2f2;
}


/* Menu left */

#id_menuLeftList .li-menu:not(.li-active) ul.inner-menu {
    display: none;
}

.btn-grey {
    background-color: #dddddd;
}


/* Breadcrumb actif lors d'un edit >> event */

.kl_sousMenu a.active span,
.kl_sousMenu a.active i {
    color: #ea2161;
}

.sf_model_apercus {
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 3px 0px #555;
}

.model-apercus,
.sf-box-catalogue img.model-apercus-consultation {
    background-color: #444;
    background-image: none !important;
    /* background-image: url(/img/confbornes/editeurs/icons/photo-ico.png); */
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 30px;
    /* max-width: 100%;
	width: auto;
	height: auto;
	max-height: 400px !important; */
}

.sf-box-catalogue img.model-apercus {
    max-height: 140px;
}

.sf-box-catalogue img.model-apercus-consultation {
    max-height: 190px !important;
}


/* POSTION DES SHOOT : https://trello.com/c/jT4tRMR6/186-meilleure-compr%C3%A9hension-des-multi-shoot */

.sf_shoot_appareil {
    position: absolute;
    background-color: transparent;
    background-image: url(/img/confbornes/editeurs/icons/photo-ico.png);
    background-size: 20px 15px;
    background-position: center;
    background-repeat: no-repeat;
}

#id_theBlocPassword_xyZ {
    position: relative;
}

#id_theBlocPassword_xyZ::after {
    content: '';
    display: block;
    clear: both;
}

.kl_motDepasseUser .form-group,
.kl_motDepasseUser input.kl_onePassword {
    margin-bottom: 0px;
}

.kl_genererMotPass {
    float: right;
    margin-top: 2px;
    font-size: 13px;
}

.meterPaswword {
    float: left;
    width: 50%;
}

#quantite-minimum {
    width: 70px;
}

#select2-id_tagsListeEmail-results {
    display: none;
}

.error.kl_errorEmail {
    color: red;
}


.kl_cursor {
    cursor: pointer;
}
.kl_bloc {
    display: block;
}
.kl_generePwd {
    font-size: 11px;
}

#id_tableLangue tbody tr, #id_langueEvent tbody tr {
    cursor:all-scroll;
}

#formContentEmail .form-group {
    margin-bottom: 0px;
}


/*
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 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
/* .topbar {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
} */

/*******************
/*General Elements
*******************/
a {
  color: #ed195f;
}

a.link:hover, a.link:focus {
  color: #ed195f !important;
}

.bg-theme {
  background-color: #ed195f !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ed195f;
  border-color: #ed195f;
}

.right-sidebar .rpanel-title {
  background: #ed195f;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #ed195f;
}

.text-themecolor {
  color: #ed195f !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #ed195f;
  color: #ed195f;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #ed195f;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #ed195f;
  color: #ffffff;
  border: 1px solid #ed195f;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #ed195f;
  opacity: 0.7;
  border: 1px solid #ed195f;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
  
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.mini-sidebar .sidebar-nav {
  background: transparent;
}

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
    background: #181c22;
  }
}

.sidebar-nav {
  background: none;
}

.sidebar-nav ul li a {
  color: #798699;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #ed195f;
}

.sidebar-nav ul li a.active {
  color: #ffffff;
}

.sidebar-nav ul li.nav-small-cap {
  color: #90a4ae;
}

.sidebar-nav > ul > li.active > a {
  border-left: 3px solid #ed195f;
  color: #ed195f;
}

.sidebar-nav > ul > li.active > a i {
  color: #ed195f;
}

.sidebar-nav > ul > li > a {
  border-left: 3px solid #272c33;
}

.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
  border-left: 3px solid #ed195f;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #ed195f;
}

.sidebar-nav > ul > li > a i {
  color: #798699;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #ed195f;
}

.user-profile .profile-text a {
  color: #798699 !important;
}

.card-no-border .sidebar-footer {
  background: #181c22;
}

/*
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 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
/*Top bar
*******************/
.topbar {
  background: #7460ee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: #ffffff !important;
}

/*******************
/*General Elements
*******************/
a {
  color: #7460ee;
}

a.link:hover, a.link:focus {
  color: #7460ee !important;
}

.bg-theme {
  background-color: #7460ee !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #7460ee;
  border-color: #7460ee;
}

.right-sidebar .rpanel-title {
  background: #7460ee;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #7460ee;
}

.text-themecolor {
  color: #7460ee !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #7460ee;
  color: #7460ee;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #7460ee;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #7460ee;
  color: #ffffff;
  border: 1px solid #7460ee;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #7460ee;
  opacity: 0.7;
  border: 1px solid #7460ee;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #f2f7f8;
}

.sidebar-nav ul li a {
  color: #54667a;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #7460ee;
}

.sidebar-nav ul li a.active {
  color: #263238;
}

.sidebar-nav ul li.nav-small-cap {
  color: #90a4ae;
}

.sidebar-nav > ul > li.active > a {
  border-left: 3px solid #7460ee;
  color: #7460ee;
  background: #ffffff;
}

.sidebar-nav > ul > li.active > a i {
  color: #7460ee;
}

.sidebar-nav > ul > li > a {
  border-left: 3px solid #f2f7f8;
}

.sidebar-nav > ul > li > a.active, .sidebar-nav > ul > li > a:hover {
  border-left: 3px solid #7460ee;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #7460ee;
}

.sidebar-nav > ul > li > a i {
  color: #a6b7bf;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #7460ee;
}

/** =================== MONTSERRAT =================== **/

/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Thin.eot");
    src: url("/font/montserrat/Montserrat-Thin.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Thin.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Thin.woff") format("woff");
}

/** Montserrat Thin-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ThinItalic.eot");
    src: url("/font/montserrat/Montserrat-ThinItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ThinItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ThinItalic.woff") format("woff");
}

/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-ExtraLight.eot");
    src: url("/font/montserrat/Montserrat-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraLight.woff") format("woff");
}

/** Montserrat ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ExtraLightItalic.eot");
    src: url("/font/montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Light.eot");
    src: url("/font/montserrat/Montserrat-Light.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Light.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Light.woff") format("woff");
}

/** Montserrat Light-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-LightItalic.eot");
    src: url("/font/montserrat/Montserrat-LightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-LightItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-LightItalic.woff") format("woff");
}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Regular.eot");
    src: url("/font/montserrat/Montserrat-Regular.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Regular-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-Italic.eot");
    src: url("/font/montserrat/Montserrat-Italic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Italic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Italic.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Medium.eot");
    src: url("/font/montserrat/Montserrat-Medium.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Medium.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Medium.woff") format("woff");
}

/** Montserrat Medium-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-MediumItalic.eot");
    src: url("/font/montserrat/Montserrat-MediumItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-MediumItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-MediumItalic.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-SemiBold.eot");
    src: url("/font/montserrat/Montserrat-SemiBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat SemiBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-SemiBoldItalic.eot");
    src: url("/font/montserrat/Montserrat-SemiBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Bold.eot");
    src: url("/font/montserrat/Montserrat-Bold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Bold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Bold.woff") format("woff");
}

/** Montserrat Bold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-BoldItalic.eot");
    src: url("/font/montserrat/Montserrat-BoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-BoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-BoldItalic.woff") format("woff");
}

/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-ExtraBold.eot");
    src: url("/font/montserrat/Montserrat-ExtraBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraBold.woff") format("woff");
}

/** Montserrat ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ExtraBoldItalic.eot");
    src: url("/font/montserrat/Montserrat-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Black **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Black.eot");
    src: url("/font/montserrat/Montserrat-Black.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Black.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Black.woff") format("woff");
}

/** Montserrat Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-BlackItalic.eot");
    src: url("/font/montserrat/Montserrat-BlackItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-BlackItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-BlackItalic.woff") format("woff");
}

/** =================== MONTSERRAT ALTERNATES =================== **/

/** Montserrat Alternates Thin **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Thin.eot");
    src: url("/font/montserrat/MontserratAlternates-Thin.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Thin.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Thin.woff") format("woff");
}

/** Montserrat Alternates Thin-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ThinItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ThinItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ThinItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ThinItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraLight **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-ExtraLight.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraLight.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraLight.woff") format("woff");
}

/** Montserrat Alternates ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ExtraLightItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraLightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraLightItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Alternates Light **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Light.eot");
    src: url("/font/montserrat/MontserratAlternates-Light.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Light.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Light.woff") format("woff");
}

/** Montserrat Alternates Light-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-LightItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-LightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-LightItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-LightItalic.woff") format("woff");
}

/** Montserrat Alternates Regular **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Regular.eot");
    src: url("/font/montserrat/MontserratAlternates-Regular.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Regular.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Regular.woff") format("woff");
}

/** Montserrat Alternates Regular-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-Italic.eot");
    src: url("/font/montserrat/MontserratAlternates-Italic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Italic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Italic.woff") format("woff");
}

/** Montserrat Alternates Medium **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Medium.eot");
    src: url("/font/montserrat/MontserratAlternates-Medium.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Medium.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Medium.woff") format("woff");
}

/** Montserrat Alternates Medium-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-MediumItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-MediumItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-MediumItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-MediumItalic.woff") format("woff");
}

/** Montserrat Alternates SemiBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-SemiBold.eot");
    src: url("/font/montserrat/MontserratAlternates-SemiBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-SemiBold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-SemiBold.woff") format("woff");
}

/** Montserrat Alternates SemiBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-SemiBoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-SemiBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-SemiBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Bold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Bold.eot");
    src: url("/font/montserrat/MontserratAlternates-Bold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Bold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Bold.woff") format("woff");
}

/** Montserrat Alternates Bold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-BoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-BoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-BoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-BoldItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-ExtraBold.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraBold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraBold.woff") format("woff");
}

/** Montserrat Alternates ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Black **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 900;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Black.eot");
    src: url("/font/montserrat/MontserratAlternates-Black.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Black.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Black.woff") format("woff");
}

/** Montserrat Alternates Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-BlackItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-BlackItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-BlackItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-BlackItalic.woff") format("woff");
}/** =================== MONTSERRAT =================== **/

/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Thin.eot");
    src: url("/font/montserrat/Montserrat-Thin.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Thin.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Thin.woff") format("woff");
}

/** Montserrat Thin-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ThinItalic.eot");
    src: url("/font/montserrat/Montserrat-ThinItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ThinItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ThinItalic.woff") format("woff");
}

/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-ExtraLight.eot");
    src: url("/font/montserrat/Montserrat-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraLight.woff") format("woff");
}

/** Montserrat ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ExtraLightItalic.eot");
    src: url("/font/montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Light.eot");
    src: url("/font/montserrat/Montserrat-Light.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Light.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Light.woff") format("woff");
}

/** Montserrat Light-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-LightItalic.eot");
    src: url("/font/montserrat/Montserrat-LightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-LightItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-LightItalic.woff") format("woff");
}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Regular.eot");
    src: url("/font/montserrat/Montserrat-Regular.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Regular-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-Italic.eot");
    src: url("/font/montserrat/Montserrat-Italic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Italic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Italic.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Medium.eot");
    src: url("/font/montserrat/Montserrat-Medium.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Medium.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Medium.woff") format("woff");
}

/** Montserrat Medium-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-MediumItalic.eot");
    src: url("/font/montserrat/Montserrat-MediumItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-MediumItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-MediumItalic.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-SemiBold.eot");
    src: url("/font/montserrat/Montserrat-SemiBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-SemiBold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat SemiBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-SemiBoldItalic.eot");
    src: url("/font/montserrat/Montserrat-SemiBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Bold.eot");
    src: url("/font/montserrat/Montserrat-Bold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Bold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Bold.woff") format("woff");
}

/** Montserrat Bold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-BoldItalic.eot");
    src: url("/font/montserrat/Montserrat-BoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-BoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-BoldItalic.woff") format("woff");
}

/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-ExtraBold.eot");
    src: url("/font/montserrat/Montserrat-ExtraBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraBold.woff") format("woff");
}

/** Montserrat ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-ExtraBoldItalic.eot");
    src: url("/font/montserrat/Montserrat-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Black **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("/font/montserrat/Montserrat-Black.eot");
    src: url("/font/montserrat/Montserrat-Black.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-Black.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-Black.woff") format("woff");
}

/** Montserrat Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/font/montserrat/Montserrat-BlackItalic.eot");
    src: url("/font/montserrat/Montserrat-BlackItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/Montserrat-BlackItalic.woff2") format("woff2"),
         url("/font/montserrat/Montserrat-BlackItalic.woff") format("woff");
}

/** =================== MONTSERRAT ALTERNATES =================== **/

/** Montserrat Alternates Thin **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Thin.eot");
    src: url("/font/montserrat/MontserratAlternates-Thin.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Thin.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Thin.woff") format("woff");
}

/** Montserrat Alternates Thin-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ThinItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ThinItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ThinItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ThinItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraLight **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-ExtraLight.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraLight.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraLight.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraLight.woff") format("woff");
}

/** Montserrat Alternates ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ExtraLightItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraLightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraLightItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Alternates Light **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Light.eot");
    src: url("/font/montserrat/MontserratAlternates-Light.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Light.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Light.woff") format("woff");
}

/** Montserrat Alternates Light-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-LightItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-LightItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-LightItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-LightItalic.woff") format("woff");
}

/** Montserrat Alternates Regular **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Regular.eot");
    src: url("/font/montserrat/MontserratAlternates-Regular.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Regular.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Regular.woff") format("woff");
}

/** Montserrat Alternates Regular-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-Italic.eot");
    src: url("/font/montserrat/MontserratAlternates-Italic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Italic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Italic.woff") format("woff");
}

/** Montserrat Alternates Medium **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Medium.eot");
    src: url("/font/montserrat/MontserratAlternates-Medium.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Medium.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Medium.woff") format("woff");
}

/** Montserrat Alternates Medium-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-MediumItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-MediumItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-MediumItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-MediumItalic.woff") format("woff");
}

/** Montserrat Alternates SemiBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-SemiBold.eot");
    src: url("/font/montserrat/MontserratAlternates-SemiBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-SemiBold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-SemiBold.woff") format("woff");
}

/** Montserrat Alternates SemiBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-SemiBoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-SemiBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-SemiBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Bold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Bold.eot");
    src: url("/font/montserrat/MontserratAlternates-Bold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Bold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Bold.woff") format("woff");
}

/** Montserrat Alternates Bold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-BoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-BoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-BoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-BoldItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-ExtraBold.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraBold.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraBold.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraBold.woff") format("woff");
}

/** Montserrat Alternates ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Black **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 900;
    font-style: normal;
    src: url("/font/montserrat/MontserratAlternates-Black.eot");
    src: url("/font/montserrat/MontserratAlternates-Black.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-Black.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-Black.woff") format("woff");
}

/** Montserrat Alternates Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/font/montserrat/MontserratAlternates-BlackItalic.eot");
    src: url("/font/montserrat/MontserratAlternates-BlackItalic.eot?#iefix") format('embedded-opentype'),
         url("/font/montserrat/MontserratAlternates-BlackItalic.woff2") format("woff2"),
         url("/font/montserrat/MontserratAlternates-BlackItalic.woff") format("woff");
}