/* 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/logo_admin_bg2.png) no-repeat center fixed!important;
	-webkit-background-size: cover!important; /* pour anciens Chrome et Safari */
	background-size: cover!important; /* version standardisée */
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
}
body.login_admin:before {
		content: '';
		width: 100%;
		position: absolute;
		height: 100%;
		/* background-color: #292A2A; */
		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;
	height: 60px;
}
body.login_admin button{
	/* background-color: #292A2A; */
	margin-top: 30px;
	height: 40px;
}
body.login_admin .form-group label{
	color: #292A2A;
	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: #db0c1e;
}

.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;
}
.black_color {
	color: #000;
}
.background-proposal{
	background-image: url(../../../../uploads/company/logo_admin_bg2.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-color: #fff;
}
.mtop200{
	margin-top: 200px;
}

.company-logo-client {
  padding: 25px 10px;
}

.company-logo-client img {
  margin: 0 auto;
}

.color-black{
	color: #000000!important;
}
.customers_login{
	margin:0;
	padding:0;
	background: url(../../assets/images/logo_admin_bg2.png) no-repeat center fixed!important;
	-webkit-background-size: cover!important; /* pour anciens Chrome et Safari */
	background-size: cover!important; /* version standardisée */
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 850px !important;
}
.color-red{
	color: #FF0000;
}
.login-title-p{
	color: #fff !important;
	font-size: 50px;
}
.login-bold{
	color: #fff !important;
	font-size: 50px;
	font-weight: bold;
}
.btn-login {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 43px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	line-height: 30px;
    width: 200px;
	margin-top: 20px;
	background: rgb(238,111,62);
	background: linear-gradient(90deg, rgba(238,111,62,1) 0%, rgba(242,196,178,0.8267682072829132) 100%);
	border-color: inherit!important;
}
.btn-login-customers{
	background: rgb(242,196,178);
	background: linear-gradient(90deg, rgba(242,196,178,0.8267682072829132) 0%, rgba(238,111,62,1) 100%);
	border-color: inherit!important;
}
.nav-size{
	font-size: 12px;
	display: inline-table;
}
.mtop60{
	margin-top: 60px;
}
.mtop50{
	margin-top: 50px;
}
.administration-customers{
	position: fixed;
    top: 20px;
    left: 20px;
    font-size: 20px;
	color: #EE6F3E;
}
.btn-job{
	color: #EE6F3E;
	background-color: #fff!important;
	border-color: #fff!important;
	font-weight: bold;
}
.btn-job:hover{
	color: #fff;
	background-color: #EE6F3E!important;
	border-color: #EE6F3E!important;
	font-weight: bold;
}
.btn-job-tirage{
	color: #fff;
	background-color: #054b57!important;
	border-color: #054b57!important;
	font-weight: bold;
}
.btn-job-tirage:hover{
	color: #054b57;
	background-color: #fff!important;
	border-color: #fff!important;
	font-weight: bold;
}
.pdgtop5{
	padding-top: 5px;
}
.navbar-default{
	margin-bottom: 0px!important;
}
.nos_chiffres_span{
	font-size: 12px;
	font-weight: bold;
}
.yellow-span{
	font-size: 25px;
	color: #FFC400
}
.orange-span{
	font-size: 25px;
	color: #EE6F3F
}
.blue-span{
	font-size: 25px;
	color: #26C2FE
}
.yellow{
	font-size: 20px;
	color: #FFC400
}
.orange{
	font-size: 20px;
	color: #EE6F3F
}
.blue{
	font-size: 20px;
	color: #26C2FE
}
.green{
	font-size: 20px;
	color: #35C268
}
.border_chiffre{
	border-right : 1px solid #ebf5ff;
}
.dashboard_title{
	font-size: 17px;
    font-weight: bold;
}
.forget_admin{
	margin-top: 15px;
	text-align: center;
}
.forget_admin a{
	color: red;
}
.title-admin{
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
.size-drop{
	width: 280px;
}
.commande_checkbox{
	display: inline;
    float: left;
    margin: 0px;
}
.texte-size_proposal{
	font-size: 100%!important;
}
.texte-size_proposal_status{
	font-size: 90%!important;
}
.dash_bottom{
	padding-bottom: 17px;
}
.btn-dashboard{
	width: 100%;
	padding: 20px 0px;
	font-weight: bold;
	font-size: 20px;
}
div#widget-tbl_jobs tbody > tr {
    height: 50px !important;
}
div#widget-tbl_invoices tbody > tr {
    height: 50px !important;
}
th.th-commande-status.sorting{
	width: 195px !important;
}
th.th-commande-date.sorting{
	width: 120px !important;
}
th.th-commande-amount.sorting {
	width: 120px !important;
}
th.th-commande-number.sorting{
	width: 120px !important;
}
.page-pdf-html-logo {
	padding: 10px 30px;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
}
.proposal-view .page-pdf-html-logo {
	background-color: #FFFFFF;
}
body.proposal-view .align-amount {
	margin-left: 46%;
}
body.proposal-view #subtotal td {
	font-weight: bold;
	font-size: 16px;
}
body.customers.proposal.proposal-view {
	color: #000;
	font-size: 14px;
}
/* ---------------------------- */

/* ---------------------------- */
/* ---- PDF FACTURES/DEVIS ---- */
/* ---------------------------- */



.proposal-view .btn-decline, .proposal-view .btn-pdf,.preuve_juridique-view .btn-decline, .preuve_juridique-view .btn-pdf {
	border-radius: 20px;
	padding: 10px 25px;
	text-transform: initial;
}

.viewinvoice button[type="submit"], .viewestimate button[type="submit"], .proposal-view button[type="submit"],.proposal-view .btn-decline,.preuve_juridique-view .btn-decline {
	background-color: #DB0C1E;
	color: #FFFFFF;
}

.viewinvoice button[type="submit"]:hover, .viewestimate button[type="submit"]:hover, .proposal-view button[type="submit"]:hover, .preuve_juridique-view button[type="submit"]:hover {
	background-color: #901219;
	border-color: #901219;
	color: #FFFFFF;
}

.proposal-view button[type="submit"].btn-pdf, .preuve_juridique-view button[type="submit"].btn-pdf {
		background-color: #03a9f4;
		color: #FFFFFF;
}
.proposal-view button[type="submit"].btn-pdf:hover, .preuve_juridique-view button[type="submit"].btn-pdf:hover {
	background-color: #424242;
	border-color: #424242;
	color: #FFFFFF;
}

.viewinvoice .fa-file-pdf-o, .viewestimate .fa-file-pdf-o, .proposal-view .fa-file-pdf-o {
	padding-right: 10px;
}


.viewinvoice .table.items thead th, .viewestimate .table.items thead th, .proposal-view .table.items thead th {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.proposal-view .content-view-status {
	float: none;
	margin-left: 0;
}

.preuve_juridique-view .body-content-citation {
	padding: 0px 20px 10px 20px ;
	font-size: 18px;
}

.proposal-view .body-content, .preuve_juridique-view .body-content {
	padding: 0px 20px;
	font-size: 18px;
}

.proposal-view .body-content h2, .preuve_juridique-view .body-content h2 {
	font-size: 18px;
}


.proposal-view .proposal-infos {
	font-size: 16px;
}

.proposal-view .proposal-infos p {
	text-transform: uppercase;
}

.proposal-view h4 {
	font-size: 18px;
}

#accept_action, #accepted {
	border-radius: 20px;
	padding: 10px 25px;
	text-transform: initial;
}

body.customers.proposal.proposal-view {
	color: #000;
}
.customers .panel_s {
}
.summary-nav.nav-tabs {
	border-bottom: 1px solid #ddd;
	border-top: none;
}
body.customers.proposal.proposal-view {
	font-size: 14px;
}
body.customers .proposal-comment textarea {
	border: 1px solid #dcdcdc;
}
body.customers .proposal-comment button {
	background-color: #DB0C1E;
	border-color: #DB0C1E;
	color: #fff;
}
ul.nav.summary-nav.nav-tabs.nav-tabs-flat.mbot15 li {
	width: 50%;
	text-align: center;
}

ul.nav.summary-nav.nav-tabs.nav-tabs-flat.mbot15 li a {
	text-align: center !important;
}


.nav-tabs-flat li span {
    font-weight: 500;
    border-bottom-color: transparent!important;
    font-size: 14px;
}

ul.nav.summary-nav.nav-tabs.nav-tabs-flat.mbot15 li a:hover {
	text-align: center !important;
	color: #901219;
}
ul.nav.summary-nav.nav-tabs.nav-tabs-flat.mbot15 li.active a, ul.nav.summary-nav.nav-tabs.nav-tabs-flat.mbot15 li.active span {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #292A2A !important;
	border-radius: 5px;
	background-color: #292a2a;
}
.label-dark {
	background: 0 0;
	border: 1px solid #000000;
	color: #000000;
}

.label-info-dark {
	background: 0 0;
	border: 1px solid #1C3F71;
	color: #1C3F71;
}

.label-webexpr-danger {
	background: 0 0;
	border: 1px solid #db0c1e;
	color: #db0c1e;
}

#side-menu li .nav-second-level a:hover {
	background-color: #fff !important;
	color: #292a2a !important;
}
._buttons.proposal_buttons .dropdown-menu {
	min-width: 280px !important;
}
.horizontal-scrollable-tabs {
	font-size: 16px;
}

.bold700 {
	font-weight: 700;
}

body.process_module.process_proposal table.table {
	margin-top: 0px;
}

body.process_module.process_proposal #convert_commande table.table {
	font-size: 15px;
}

body.process_module.process_proposal p.bold.text-right {
	margin-top: -10px;
	margin-bottom: -10px;
}
body.proposal-view .low {
	text-transform: lowercase !important;
}
body.proposal-view btn-decline.no-hover {
	background-color: #DB0C1E;
	border-color: #DB0C1E;
}

body.proposal-view #accepted.no-hover {
	background-color: #74b31b;
	border-color: #74b31b;
}
body.proposal-view #subtotal td {
	font-weight: bold;
	font-size: 16px;
}
body.proposal-view tr.tax-area, body.proposal-view tr.investissement{
	color: #424242bf;
	font-size: 12px;
}

body.proposal-view .align-amount {
	margin-left: 46%;
}
.staff-name {
	font-weight: bold;
	text-transform: capitalize;
}
body.proposal-view .proposal-comment {
	font-size: 12px;
}
body.proposal-view .border-left {
	border-right: 10px solid #f9fafb;
}

table {
	font-size: 12px;
}

#stats-top h3 {
	margin-top: 0px;
}

span.success, .success {
	color: #84C529 !important;
}

span.error, .error, span.danger, .danger, a.danger, .danger a, .danger td {
	color: #db0c1e !important;
}

.mousse-click {
	cursor: pointer;
}
.mensualite .add-icon-content {
		display: flex;
}

.add-icon {
	border: 1px solid;
	border-radius: 38px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	border-color: #db0c1e;
	background-color: #db0c1e;
}
.add-icon:hover {
	color: #db0c1e;
	background-color: #fff;
}

.add-icon.add_more_chef:hover, .add-icon.remove_chef:hover, .add-icon.add_more_technicien:hover, .add-icon.remove_technicien:hover {
	color: #292a2a;
	background-color: #fff;
}

.add-icon.add_more_chef:hover i, .add-icon.remove_chef:hover i, .add-icon.add_more_technicien:hover i, .add-icon.remove_technicien:hover i{
	color: #292a2a;
}

.add-icon-mensualite, .add-icon-mensualite-value, .add-icon-technicien, .add-icon-chef {
		margin-top: 3rem;
}

.content-title-date a.active {
	color: #db0c1e;
}

.total_ht, .total_achat, .coef_marge {
	font-size: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dataTables_filter input, .dataTables_filter input:focus {
    width: 385px !important;
}

div.dataTables_wrapper div.dataTables_filter {
	margin-left: -180px;

}

/* setting collaborateurs */

body.process_module.settings td.select div {
	width: 250px;
}

body.process_module.settings td.select_agence div {
	width: 150px;
}

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.collab_width_10 {
	width: 80% !important;
	border-radius: 4px;
	padding: 6px 12px;
}

/* Preuves juridique fichier */
body.preuve_juridique-view .preview {
    height: 185px;
    background: #d5d5d5;
    position: relative;
	margin: 5px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

body.preuve_juridique-view .preview i.fa {
    opacity: 0;
    height: 0;
    transition: 0.3s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
}

body.preuve_juridique-view .preview i.fa-eye {
	left: 35%;
}

body.preuve_juridique-view .preview i.fa-download {
	left: 55%;
}

body.preuve_juridique-view .preview:hover i.fa{
	opacity: 1;
}
body.preuve_juridique-view .center {
	text-align: center;
}

.btn-select-commercial {
	margin-top: -2px;
    padding: 0px 12px;
	max-width: 20%;
    width: 20%;
}

.btn-select-commercial .dropdown.bootstrap-select.show-tick.col-md-2.bs3.open {
    padding: 0px;
}

body.preuve_juridique-view .preview {
    border: solid #F1F1F1;
}
/* Porposition fichier */
body.proposal-view .preview {
    height: 185px;
    background: #d5d5d5;
    position: relative;
	margin: 5px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

body.proposal-view .preview i.fa {
    opacity: 0;
    height: 0;
    transition: 0.3s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
}

body.proposal-view .preview i.fa-eye {
	left: 35%;
}

body.proposal-view .preview i.fa-download {
	left: 55%;
}

body.proposal-view .preview:hover i.fa{
	opacity: 1;
}
body.preuve_juridique-view .center {
	text-align: center;
}

body.proposal-view .preview {
    border: solid #dcdcdc;
}

.mtop17{
	margin-top: 17px;
}
.mtop150{
	margin-top: 150px;
}
.mtop95{
	    margin-top: 95px;
}
.nom_client:hover, .nom_client{
	color: #000000 !important;
}
span.avancement {
    padding: 3px;
    border: 1px solid #ee6f3e;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 200;
    color: #fff;
}
.btn-view-all {
	width: 100%;
	background-color: #fdf1ed;
	color: #eb7b4d;
	font-weight: bold;
}
.btn-view-all:hover {
	width: 100%;
	background-color: #eb7b4d;
	color: #fdf1ed;
	font-weight: bold;
}
.card-subtitle {
	/* font-weight: 700; */
	font-size: 18px;
	color: #292A2A;
}
.card-text{
	color: #6a6a6a;
}
.title-dashboard {
	font-size: 22px;
	color: #eb7b4d;
}
#greeting{
	color: #292a2a;
	font-size: 22px;
}
.card-body{
	border: none!important;
}
.section-clients .panel-body{
	color: #ee6f3e;
	margin-top: 30px;
	margin-bottom: 20px;
}
.section-clients .panel-body h4{
	font-size: 21px;
	font-weight: 550!important;
}
.section-clients-kn .panel-body{
	color: #ee6f3e;
	margin-top: 40px;
	margin-bottom: 20px;
}
.section-clients-kn .panel-body h4{
	font-size: 21px;
	font-weight: 550!important;
}
.label-accept {
    background: transparent;
    border: 1px solid #28b8da;
    color: #28b8da;
}

.label-accept[href]:hover,
.label-accept[href]:focus {
    background-color: #0286c2;
}
.label-sent {
    background: transparent;
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
}
.label-sent[href]:hover,
.label-sent[href]:focus {
    background-color: #0286c2;
}
.label-success-cloturee {
    background: transparent;
    border: 1px solid #8E44AD;
    color: #8E44AD;
}
.label-success-cloturee[href]:hover,
.label-success-cloturee[href]:focus {
    background-color: #0286c2;
}
.progress-bar-sent {
    background-color: #9B9B9B;
}
.list-status a {
    background: #f9fafb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list-status.job-status.mbot15 {
    width: 11% !important;
    margin: 0px 8px;
}
.job-status a {
    background: #efefef!important;
	font-weight: bold;
}

.col-md-12.status_job {
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100% !important;
}
.list-status a {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    min-height: 90px;
    margin-bottom: 22px;
}
a.link-footer.infos {
    display: flex;
    align-items: center;
}
.jobs-summary-heading-open{
	color: #ee6f3e;
}
.text-initial{
	text-transform: initial;
}

.groups-profile-tabs {
	width: 100%;
}

.account-opening-form {
	display: flex;
    height: 35px;
    position: absolute;
    top: -10px;
    right: 15px;
}

.paragraph-text {
	padding: 15px;
	/* margin-top: 10px; */
}

.rib {
	margin: 0 5px 0 5px;
}
.bank_account {
	margin: 0 0 0 5px;
}

/*Revolut module css*/
.nav_arrow{
    position: fixed;
    right: 30px;
    top: 100px;
    z-index: 5;
}
.label-orange {
    background: transparent;
    border: 1px solid orange;
    color: orange;
}

.label-orange[href]:hover,
.label-orange[href]:focus {
    background-color: orange;
}
.text-green{color: #1fcb53;}
.no-padding {
    padding: 0 !important;
}

.bg-stripe {
    background: #f6f9fc;
    border: 1px solid #e5f0fb;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.bg-job-stripe {
    background: #f6f9fc;
    border: 1px solid #e5f0fb;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

.no-bold{ font-weight: lighter !important;}

.payment_btn{
    height: 70px !important;
    width: 280px !important;
    /* font-weight: bold !important; */
    font-size: 17px !important;
    color: white !important;
}
.mleft35{margin-left:35px !important;}
.bg-danger {background-color: #f2dede;}
.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;}
.add-expense{margin: 0 0 0 -10px !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;}
.text-gray{color: gray !important;}
.text-lightgreen{color: #4ede7a !important;}
.mr4{margin-right:4px !important;}
.mleft6{margin-left:6px !important;}
.w1{width: 1px !important;}
.input_copy {opacity: 0;}
.w10{width: 10px !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 !important;
    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;
}
.mleft0{margin-left:0px !important;}
.cut-text-w100{ 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}
.bg-light-pink {background-color: #ffd9df !important;}
.prop_long_title_input{
    max-width: 180px !important;
}
.mb-10 {margin-bottom: 10px !important;}
.mtop20{margin-top: 20px !important;}
.hubspot-affected-text
, .hubspot-affected-text label
, .hubspot-affected-text .filter-option-inner-inner { color: #fc2d42 !important;}
.d-inline-block{ display: inline-block; }
.d-width100pr{ width: 100%; }
.text-caps{ text-transform: uppercase !important;}
.client_proposal_logo{height: 67px !important;}
.label-dark {
	background: 0 0;
	border: 1px solid #000000;
	color: #000000;
}
.minw50{min-width: 50px !important;}
.minw150{min-width: 150px !important;}

/** Signature tabs css*/
.custom-file-input{
    height: 100px;
    width: 100% !important;
    padding-top: 35px;
    border: 1px solid lightblue;
    cursor: pointer;
}
.has-error{
    border-color: #fc2d42;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bg-disabled{ background-color: rgb(225, 222, 222) !important;}
.w100p{width: 100px !important}
.d-inline{ display: inline; }
.text-strike{ text-decoration: line-through; }
.mbot60{ margin-bottom: 60px !important; }
.mbot51{ margin-bottom: 51px !important; }
.mbot5 {margin-bottom: 5px !important;}
.text-light-warning {
    color: #ff6f00;
}
.text-light-info {
    color: #03a9f4;
}
.text-light-blue {
    color: #6b9db3;
}
.text-blue {
    color: #6b9db3;
}
.text-info-dark {
    color: #1C3F71;
}
.text-light-info-dark {
    color: #1C3F71;
}
.text-light-success {
    color: #84c529;
}
.text-light-danger {
    color: #fc2d42;
}
