/* 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 {
	display: flex;
	justify-content: center;
}
.label-status-commercial {
	background: 0 0;
	border: 1px solid #c92dfc;
	color: #c92dfc;
}
