/* FONTS */
@font-face {
		font-family: 'Volte-Rounded-Semibold';
		src: url('./fonts/VolteRounded-Semibold.eot');
		src: url('./fonts/VolteRounded-Semibold.eot') format('embedded-opentype'),
				url('./fonts/VolteRounded-Semibold.woff2') format('woff2'),
				url('./fonts/VolteRounded-Semibold.woff') format('woff'),
				url('./fonts/VolteRounded-Semibold.ttf') format('truetype');
		font-weight: 600;
		font-style: normal;
}

@font-face {
		font-family: 'Volte-Rounded-Light';
		src: url('./fonts/VolteRounded-Light.eot');
		src: url('./fonts/VolteRounded-Light.eot') format('embedded-opentype'),
				url('./fonts/VolteRounded-Light.woff2') format('woff2'),
				url('./fonts/VolteRounded-Light.woff') format('woff'),
				url('./fonts/VolteRounded-Light.ttf') format('truetype');
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'Volte-Rounded-Medium';
		src: url('./fonts/VolteRounded-Medium.eot');
		src: url('./fonts/VolteRounded-Medium.eot') format('embedded-opentype'),
				url('./fonts/VolteRounded-Medium.woff2') format('woff2'),
				url('./fonts/VolteRounded-Medium.woff') format('woff'),
				url('./fonts/VolteRounded-Medium.ttf') format('truetype');
		font-weight: 500;
		font-style: normal;
}

@font-face {
		font-family: 'Volte-bold';
		src: url('./fonts/VolteRounded-Bold.eot');
		src: url('./fonts/VolteRounded-Bold.eot') format('embedded-opentype'),
				url('./fonts/VolteRounded-Bold.woff2') format('woff2'),
				url('./fonts/VolteRounded-Bold.woff') format('woff'),
				url('./fonts/VolteRounded-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
}

@font-face {
		font-family: 'Volte-Rounded';
		src: url('./fonts/VolteRounded-Regular.eot');
		src: url('./fonts/VolteRounded-Regular.eot') format('embedded-opentype'),
				url('./fonts/VolteRounded-Regular.woff2') format('woff2'),
				url('./fonts/VolteRounded-Regular.woff') format('woff'),
				url('./fonts/VolteRounded-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
}

/* PAGE LOGIN ADMIN */
body.login_admin {
	margin:0;
	padding:0;
	/* background: url(../../uploads/company/log_admin_bg2.png) no-repeat center fixed!important; */
	-webkit-background-size: cover!important;
	background-size: cover!important;
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background-color: #16202C;
}
body.login_admin:before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: #16202C;
	opacity: 0.2;
}
.authentication-form-wrapper {
	margin-top: 0;
	z-index: 9;
}
.authentication-form {
	width: 520px;
	height: auto;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: 0px 0px 90px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 90px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 90px 3px rgba(0,0,0,0.15);
}
body.login_admin form {
	width: 320px;
	margin: auto;
	margin-top: 30px;
}
body.login_admin .logo-login{
	display: flex;
	justify-content: center;
}
body.login_admin .logo-login  img{
	margin-top: 25px;
}
body.login_admin button{
	background-color: #16202C;
	margin-top: 30px;
	height: 40px;
}
body.login_admin .form-group label{
	color: #16202C;
	font-size: 14px;
	font-family: 'Volte-Rounded-Medium';
}
body.login_admin .form-group input {
	border-color: #E4E4E4;
}
.checkbox a, .checkbox label {
	color: #909699;
}
.checkbox {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
/* .checkbox > label {
	display: flex;
	align-items: center;
} */
.checkbox > label #remember {
	margin: 0;
	margin-left: -20px;
}
label, a {
	font-family: 'Volte-Rounded';
}
@media screen and (max-width:650px) {
		.authentication-form-wrapper {
			width: 95%;
		}
		.authentication-form {
			width: 100%;
			height: 100%;
			padding: 20px 10px;
		}
		body.login_admin .logo-login img {
			margin-top: 0;
		}
}
@media screen and (max-width:400px) {
		.checkbox {
			flex-direction: column;
			align-items: center;
		}
		.checkbox > label {
			margin-bottom: 10px;
		}
		body.login_admin form {
			width: 100%;
		}
}
/* FIN PAGE LOGIN ADMIN */
.btn-info:hover {
		color: #fff;
		background-color: #901219;
		border-color: #901219;
}

/* dashboard */
.text-prospects-infos {
	padding: 10px;
	font-size: 20px;
}
.text-proposals-infos {
	font-size: 15px;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #bfcbd9;
}
.table-activity-monitoring {
	margin-top: 0!important;
}
.table-activity-monitoring th {
		color: #4e75ad;
		background: #f6f8fa;
		vertical-align: middle;
		border-bottom: 1px solid;
		border-color: #ebf5ff!important;
		font-size: 15px;
		padding-top: 9px;
		padding-bottom: 8px;
}
.table-activity-monitoring td {
		font-size: 13px;
}
.text-global-company-infos {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 3px;
	border: 1px solid #bfcbd9;
}

body.dashboard  h2 {
    font-weight: bold;
    text-transform: uppercase;
}
body.dashboard .col-md-3.border-left {
    text-align: center;
    border-right: 2px solid #f5f7f9;
}
body.dashboard span.red {
    font-size: 25px;
	color: #52becf;
}

.google-btn {
  width: 240px;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}
.google-btn .google-icon-wrapper {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
}
.google-btn .google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
}
.google-btn .btn-text {
	float: right;
	margin: 11px 11px 0 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: "Roboto";
}
.google-btn:hover {
	box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
	background: #1669F2;
}

a.google_connect, a.ms_connect {
	display: flex;
	justify-content: center;
}
.label-status-commercial {
	background: 0 0;
	border: 1px solid #c92dfc;
	color: #c92dfc;
}

/** Duplicated form webexpr */
.mtop10{margin-top: 10px !important;}
.label-orange {
    background: transparent;
    border: 1px solid orange;
    color: orange;
}

.label-orange[href]:hover,
.label-orange[href]:focus {
    background-color: orange;
}
.mleft35{margin-left:35px !important;}
.text-green{color: #1fcb53;}
.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}
.w50{width: 50px !important;}
.nav_arrow{
    position: fixed;
    right: 30px;
    top: 100px;
    z-index: 5;
}
.w10{width: 10px !important;}
.w5{width: 5px !important;}
.wh_none{width: 1px !important; height: 1px!important;padding: 0px !important;margin: 0px !important;}
.w20{width: 20px !important}
.w100{width: 100px !important}
.w80{width: 80px !important}

.cut-text-w100{ 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}

.cut-text-w1150{ 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1150px;
}
.cut-text-w300{ 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 300px;
}

.bg-orange {
    background-color: rgb(249, 206, 126) !important;
}
a.bg-orange:hover,
a.bg-orange:focus {
background-color: rgb(249, 206, 126) !important;
}
.bg-danger {
    background-color: #f2dede !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #f2dede !important;
}
.ticket-planning-intervention {
    margin: 5px 0 5px 0;
    padding: 0;
    background-color: #ecd4f8;
    border: 1px dashed #ecd4f8;
}

.ticket-planning-intervention table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dashed #65317e;
}

.ticket-planning-intervention table td {
    padding: 5px 10px;
    color: #65317e;
}
.no-padding {
    padding: 0 !important;
}

.payment_btn{
    height: 70px !important;
    width: 280px !important;
    /* font-weight: bold !important; */
    font-size: 17px !important;
    color: white !important;
}
b, strong {
    font-weight: 600 !important;
}
.bg-affaire-stripe {
    background: #f6f9fc;
    border: 1px solid #e5f0fb;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}
.mtop30 {margin-top: 30px !important;}
.mleft5{margin-left:5px !important;}
.mleft10{margin-left:10px !important;}
.mleft15{margin-left:15px !important;}
.mr10{margin-right:10px !important;}
.text-gray{color: gray !important;}
.text-lightgreen{color: #4ede7a !important;}
/* CUSTOM LOGIN OTP */
.border-btn-login-otp {
	border: 2px solid #363737;
	border-radius: 10px;
	/* padding: 5px 104px; */
	background-color: transparent;
	text-transform: capitalize!important;
	color: #fff;
	background-color: #363737;
	font-size: 20px;
	font-family: Metropolis-Light;
}
.border-btn-login-otp:hover {
	/* color: #fff; */
	background-color: #fff;

}
.pdtop60{padding-top:  60px !important;}
.pdtop20{padding-top:  20px !important;}
.fonts18{font-size: 18px !important;}
.fonts12{font-size: 12px !important;}
.mtop30 {margin-top: 30px !important;}
.mleft5{margin-left:5px !important;}
.mleft10{margin-left:10px !important;}
.mleft15{margin-left:15px !important;}
.mr10{margin-right:10px !important;}
.text-gray{color: gray !important;}
.text-lightgreen{color: #4ede7a !important;}
.bg-purple {background-color: #f4e6ff !important;}
.label-purple {
    background: transparent;
    border: 1px solid #b35cf6;
    color: #b35cf6;
}

.label-purple[href]:hover,
.label-purple[href]:focus {
    background-color: #b35cf6;
}
.btn-purple {
    color: #FFFFFF;
    background-color: #b35cf6;
    border: 0px;
}
.msg-expense-atttachment, .msg-expense-atttachment a{
    margin-top: 17px;
    font-weight: bold;
    color: #ad00ad !important;
}
.bg-category-stripe {
    background: #f6f9fc;
    border: 1px solid #e5f0fb;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}
.msg-expense-atttachment, .msg-expense-atttachment a{
    margin-top: 17px;
    font-weight: bold;
    color: #ad00ad !important;
}
.bg-light-pink {background-color: #ffd9df !important;}
.mb-10 {margin-bottom: 10px !important;}
.mtop20{margin-top: 20px !important;}
.mr4{margin-right:4px !important;}

.highlight-line-click, .highlight-line-click *{background: #52BECF !important;color: white !important; border-color: white !important;text-decoration-color: white !important;}
.highlight-line-click .js-copy{background-color: #52BECF}