/*
/*
 * Copyright ï¿½ ECILIA SARL
 */ /*
 * Styles gï¿½nï¿½raux
 */
* {
	font-family: arial, helvetica, clean, sans-serif;
}

body {
	color: #273F49;
	background-color: #BAB1A9;
	background: transparent url(/images/bg_body.png) repeat-x scroll center
		top;
	font-size: 75%;
}

img {
	border: none;
}

h2 {
	font-size: 1.2em;
	margin-top: 0;
}

h3 {
	color: #ff6600;
	font-size: 15px;
	border-bottom: 1px solid #ff6600;
	font-variant: small-caps;
}

th {
	background-color: #A0A3A6;
	color: white;
	font-weight: normal;
	text-align: left;
}

/*
 * Liens
 */
a {
	text-decoration: none;
	color: #0088CC;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0088CC;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1 {
	color: #606264;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	margin-bottom: 5px;
}

/*
 * Mise en page
 */
.clear {
	clear: both;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.fade {
	color: #A0A3A6;
}

.small {
	font-size: 10px;
}

.success {
	background-color: #E1F5FF;
	border: 1px solid #005693;
	padding: 10px;
}

.details {
	font-size: 11px;
}

#wrap-content {
	position: relative;
	background-color: #FFF;
	border: 0px solid #656466;
	width: 854px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#content {
	position: relative;
	margin-top: 30px;
}

.mandatory {
	background: url(/images/light_required.png) no-repeat center right;
	background-position: 98%;
}

/*
 * En-tï¿½te
 */
#header {
	position: relative;
	background-color: #ffffff;
	height: 70px;
	border-bottom: 5px solid #CCC;
}

#footer {
	color: #FFF;
	text-align: center;
	padding: 0.5em 0;
	margin: 0;
	width: 854px;
	color: #777;
	background: #0c0c0c;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#version {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}

#header h1 {
	display: none;
}

/* 
 *  Bloc utilisateur dans l'entï¿½te
 */
#hd-user {
	float: right;
	font-size: 100%;
	width: 200px;
	background-color: #171717;
	color: #e6e6e6;
	height: 63px;
	padding: 8px 10px 0;
}

img#logo {
	position: absolute;
	top: 7px;
	left: 7px;
}

#frame #content {
	padding: 0 1em;
}

/*
 * Menu article
 */
#frame .article {
	width: 610px;
	float: right;
}

#frame #menu {
	width: 220px;
	float: left;
}

/* Menu de gauche */
.content_menu {
	padding: 0.75rem 0.75rem;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
	border: 1px solid transparent;
	border-radius: .22rem;
}

/* Menu de gauche */
.content_gray_menu {
	background-color: #9ba8ae;
	color: #fff;
}

.content_gray_menu a {
	color: #fff;
}
/* Menu orange */
.content_orange_menu {
	background-color: #fe6500;
}

.content_orange_menu a {
	color: white;
}

.content_orange_menu a.link {
	background: url('/images/arrow_white.png') no-repeat center left;
	padding-left: 10px;
}

.link {
	background: url('/images/arrow.png') no-repeat center left;
	padding-left: 10px;
}

/* Formulaire */
input.submit {
	color: white;
	font-weight: bold;
	background-color: #005693;
	border: 1px solid white;
	width: 15ex;
	padding: 2px;
}

/* Tableaux */
.box {
	border: 1px solid #D0D2D4;
	margin-bottom: 5px;
}

.odd {
	background-color: #FFFFFF;
}

.odd2 {
	background-color: #E0E0E0;
}

.even {
	background-color: #F0F0F0;
}

.over {
	background-color: #E0D4D8;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.editArea {
	display: block;
	color: #C47827;
}

.editArea button {
	float: right;
}

/*
 * Erreurs
 */
#error_box, #recover_message_error {
	border: 1px solid #900;
	background-color: #FDD;
	padding: 10px;
	margin-bottom: 10px;
}

#error_box li {
	color: red;
}

.highlight {
	color: #D31B14;
	font-size: 9px;
}

.highlight2 {
	color: #D31B14;
	font-size: 14px;
}

.error {
/*	
    background: #FFDDDD;
	border: 1px solid red; 
*/
	color: red;
}

div .error {
/*
	padding: 5px;
	margin-bottom: 10px;
*/
    margin-bottom: 5px;
}

.warning {
/*
	background-color: #FFE0B7;
	border: 1px solid #FF9C15;
*/
	color: #CC7500;
/*
    padding: 5px;
    margin-bottom: 10px;
*/
    margin-bottom: 5px;
}

.warning img {
	margin-right: 5px;
}

.message {
/*
	background-color: #E4FFCE;
	border: 1px solid #417F0E;
*/
	color: #417F0E;
	padding: 5px;
	margin-bottom: 10px;
}

div#fatal_error {
	border: 1px solid #900;
	background-color: #FDD;
	padding: 10px;
	margin-bottom: 10px;
}

/* Clients */
.form_client {
	position: relative;
	width: 600px;
	border: 1px solid #c0c0c0;
	margin: 0;
	padding: 5px;
	margin-bottom: 10px;
}

.form_client p {
	margin: 0;
	padding: 4px 2px;
	line-height: 20px;
}

.form_client p label {
	float: left;
	width: 200px;
}

.form_client p input, form.form_client p textarea, form.form_client p select
	{
	width: 385px;
}

.form_client .middle_field {
	width: 150px;
}

.form_client p textarea {
	height: 150px;
}

.form_client p.submit {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form_client p.submit input {
	width: 100px;
}

/* Formulaire compte de sauvegarde */
form.form_account {
	width: 600px;
	/*	border: 1px solid #c0c0c0;*/
	border: none;
	margin: 0;
	/*	padding: 5px; */
	margin-bottom: 10px;
	line-height: 20px;
}

form.form_account p {
	margin: 0;
	margin-bottom: 5px;
	padding: 2px;
}

form.form_account p label {
	float: left;
	width: 300px;
}

form.form_account p input, form.form_account p textarea, form.form_account p select
	{
	width: 385px;
}

form.form_account .middle_field {
	width: 150px;
}

form.form_account p textarea {
	height: 150px;
}

form.form_client p.submit {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

form.form_client p.submit input {
	width: 100px;
}

/* Formulaire de recherche */
form.form_search p {
	margin: 0;
	margin-bottom: 5px;
}

form.form_search p label {
	float: left;
	width: 280px;
}

.ui-widget, .ui-widget label, .ui-widget input, .ui-widget select,
	.ui-widget textarea, .ui-widget button {
	font-size: 12px !important;
}

form.form_search p input {
	width: 280px;
}

/* Onglets */
#page_1 {
	position: relative;
}

.tab_active {
	background-color: white;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-top: 2px solid #F08B00;
	color: #005693;
	cursor: default;
	float: left;
	margin-right: -1px;
	padding: 6px 6px 9px;
}

.tab {
	background-color: #FFF7EC;
	border: 1px solid #C0C0C0;
	color: #607080;
	cursor: pointer;
	float: left;
	margin-bottom: -3px;
	margin-right: -1px;
	margin-top: 3px;
	padding: 6px;
}

.tab:hover {
	background-color: #ff6600;
	color: white;
}

.tab_spacer {
	border-bottom: 1px solid #C0C0C0;
	padding-top: 31px;
}

.tab_content {
	background-color: white;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	clear: left;
	padding: 4px;
	min-height: 200px;
}

.partner_block {
	float: right;
	border: 1px solid #c0c0c0;
	padding: 2px;
	background-color: #f0f0f0;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.detail_block {
	/* position: absolute; */
	float: right;
	padding: 2px;
	background-color: #fff;
	width: 250px;
}

.detail_block .info {
	background-color: white;
	padding: 10px;
}

.partner_block .info {
	background-color: white;
	padding: 5px;
	border: 1px solid #c0c0c0;
}

.partner_block h3, .detail_block h3 {
	margin: 0;
	margin-bottom: 10px;
	color: #606264;
}

/* lï¿½gende des comptes de sauvegardes */
p.legend span {
	margin-right: 10px;
}

p.legend {
	font-style: italic;
	font-size: 11px;
	margin-top: 0;
}

/*  facturation */
.paid {
	color: green;
}

.not_paid {
	color: red;
}

table.data  * {
	border: 1px solid #f0f0f0;
}

p.alert {
	color: #FB5200;
	padding: 0;
	margin-bottom: 0;
}

.anim {
	/* background-color: white;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid orange;*/
	
}

/* Blocs details */
.block_detail {
	background-color: #f0f0f0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #c0c0c0;
}

/* Filtres de factures */
form.form_filter label {
	float: left;
	width: 280px;
}

form.form_filter input {
	width: 275px;
}

form.form_filter input.button {
	width: 279px;
}

form.form_filter select {
	width: 280px;
}

form.form_filter input.adjust {
	width: 222px;
}

form.form_filter p {
	margin: 0;
	margin-bottom: 5px;
}

textarea, input, select {
	font-size: 12px;
}

ul.ui-autocomplete {
	max-height: 244px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.delete_account, .delete_trial, .disconnect_account {
	/*   vertical-align: middle; */
	cursor: pointer;
}

/* Badges et alertes issus de https://themes.getbootstrap.com/preview/?theme_id=26415&show_new=
*/
.text-white {
	color: #fff !important;
}

.text-primary {
	color: #2c3e50 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #11181f !important;
}

.text-secondary {
	color: #95a5a6 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #6d8082 !important;
}

.text-success {
	color: #18bc9c !important;
}

a.text-success:hover, a.text-success:focus {
	color: #0f7864 !important;
}

.text-info {
	color: #3498db !important;
}

a.text-info:hover, a.text-info:focus {
	color: #1d6fa5 !important;
}

.text-warning {
	color: #fe6600 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #b06f09 !important;
}

.text-danger {
	color: #e74c3c !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #bf2718 !important;
}

.text-light {
	color: #ecf0f1 !important;
}

a.text-light:hover, a.text-light:focus {
	color: #c0cdd1 !important;
}

.text-dark {
	color: #7b8a8b !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #576263 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #95a5a6 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.badge {
	display: inline-block;
	padding: 0.3em 0.45em;
	font-size: 80%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.2rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media ( prefers-reduced-motion : reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge, .fc-unthemed .fc-button .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.65em;
	padding-left: 0.65em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #2196f3;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #0c7cd5;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #9c27b0;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #771e86;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #4caf50;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #3d8b40;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #009688;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #00635a;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 150, 136, 0.5);
}

.badge-warning {
	color: #fff;
	background-color: #fb8c00;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #c87000;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(251, 140, 0, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #e53935;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #cd1e1a;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #e9ecef;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #cbd3da;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-tertiary {
	color: #212529;
	background-color: #4dabf5;
}

a.badge-tertiary:hover, a.badge-tertiary:focus {
	color: #212529;
	background-color: #1d94f2;
}

a.badge-tertiary:focus, a.badge-tertiary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(77, 171, 245, 0.5);
}

.border-primary {
	border-color: #3B7DDD !important;
}

.border-secondary {
	border-color: #6f42c1 !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #20c997 !important;
}

.border-warning {
	border-color: #fd7e14 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #e9ecef !important;
}

.border-dark {
	border-color: #153d77 !important;
}

.border-tertiary {
	border-color: #669ae5 !important;
}

.border-white {
	border-color: #fff !important;
}

input[type="submit"], input[type="button"] {
	background-color: #008cba;
	border-color: #008cba;
	color: white;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 1px 6px;
	line-height: 1.5;
	border-radius: 0.22em;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #0082A2;
	border-color: #0062cc;
}

input[type="text"] {
	padding: 1px 2px;
}

/*
    Règle pour le redimensionnement des icones Material design
*/

/* Rules for sizing the icon. */
.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}

.loader {
	margin: 2px auto;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(/images/pulse-1s-18px.gif) no-repeat center left;
}

/* fenetre de dialogue */
.container {
	padding: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #969494;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #969494;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #969494;
}

:-moz-placeholder { /* Firefox 18- */
	color: #969494;
}

.animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@
keyframes animatetop {
	from {top: -300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	margin: 8% auto;
	border: 1px solid #888;
	width: 475px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.2;
	margin-top: 0;
}

h5.modal-title {
	font-size: 1rem;
	color: #666;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close:not (:disabled ):not (.disabled ) {
	cursor: pointer;
}

.modal-body {
	flex: 1 1 auto;
	padding: 1rem;
	color: #414b55;
}

.modal-body p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #07a8ff;
	border-color: #07a8ff;
	display: block;
	margin: 0 auto;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn:focus, .btn:hover {
	text-decoration: none;
}

.modal-body h2 {
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}
/* label { */
/*     display: inline-block; */
/*     max-width: 100%; */
/*     margin-bottom: 5px; */
/*     font-weight: 700; */
/* } */
.form-control {
	display: block;
	width: 95%;
	/*height: 34px;*/
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(102, 175, 233, .6);
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.modal-box-item {
	position: absolute;
	left: 0;
	top: 0;
}

.modal-box-inner {
	overflow: hidden;
	zoom: 1;
	position: relative;
	left: 0;
	top: 0;
}

.modal-hide-label {
	padding-left: 0 !important;
}

.modal-item {
	margin-bottom: 0;
}

.modal-form-panel {
	line-height: 24px;
	padding: 0
}

.modal-form-item {
	display: block;
	margin-bottom: 0px;
	zoom: 1;
}

.modal-form-item-label {
	display: block;
	float: left;
	width: 100px;
	padding: 2px;
	padding-left: 0;
	clear: left;
	z-index: 2;
	position: relative;
}

.modal-form-display-field {
	padding: 2px 0px 2px 8px;
}

.modal-form-clear-left {
	clear: left;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

form .status {
	text-align: left;
	font-size: 22px;
	line-height: 32px;
	padding: 0;
	margin-bottom: 4px
}

.modal-status {
	font-weight: 700;
}

.modal-icon-list {
	padding: 2px 0 2px 8px;
	height: 24px;
}

/*
    Icones d'état global de la sauvegarde.
*/
.success-icon {
	color: #28a745;
}

.success-icon:before {
	content: "check_circle";
}

.warning-icon {
	color: #fd7e14;
}

.warning-icon:before {
	content: "warning";
}

.error-icon {
	color: #dc3545;
}

.error-icon:before {
	content: "error";
}

.info-icon {
	color: #3498db !important;;
}

.info-icon:before {
	content: "inforation";
}

.running-icon {
	color: #28a745 !important;
}

.running-icon:before {
	content: "play_circle";
}

.running-with-errors-icon {
	color: #dc3545 !important;
}

.running-with-errors-icon:before {
	content: "running_with_errors";
}

.pause-icon {
	color: #2c3e50 !important;
}

.pause-icon:before {
	content: "pause_circle_filled";
}

/*
  Boutons sous forme d'icone (dans un tableau par exemple) 
*/
.btni {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0;
    line-height: 1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

button:disabled.btni,
button[disabled].bnti{
  border: none;
  background-color: transparent;
  color: #ccc !important;
}

.btni.btn-primary {
    color: #07a8ff;
    background-color: transparent;
    margin: 0 auto;
}

.btni.btn-primary:hover {
    color: #0069d9;
    background-color: transparent;
}

.btni.btn:focus, .btni.btn:hover {
    text-decoration: none;
}