/********************************
//////////////HEADER//////////////

File : css/default.css
Date : 2012-02-23

Fletesia Framework
Copyright (c) Anthony CUTRONE - http://www.eauteur.com
Tous droits r�serv�s - All rights reserved

Toute reproduction est strictement interdite, sauf autorisation expresse de l'auteur.
Copying is strictly forbidden, except authorization given by the author.


////////////END_HEADER////////////
*********************************/

/*CSS Document*/

* {
	box-sizing: border-box !important;
	color: #2E3B4C;
}

html {
	overflow:hidden;
	color:#2E3B4C;
	font-family: "Urbanist" !important;
}

.loader {
	position: absolute !important;
	background-color: #fff;
	right: 0;
	top: 50px;
	border-radius: 6px 0 0 6px;
	width: auto !important;
	display: flex;
    align-items: center;
    padding: 6px 15px;
	align-items: center;
}

.loader p {
	font-weight: 600;
	margin-left: 10px;
}

.loader img {
	width: 25px !important;
}

body {
	background: #F9FAFC;
	height: 100vh;
	font-size:13px;
	margin: 0;
}

p, td {
	font-family: "Urbanist";
	font-size:13px;
	font-weight: 300;
}

b {
	font-weight: 400;
}

td>a {
	text-decoration: none;
}

a {
	color:#000000;
}

input, select, textarea {
	border:1px solid #333333;
}

input[type=text], select {
	min-height:17px;
	font-size:15px;
}

.element_selected {
	background-color:#DDDDDD;
}

tr.line_selected td {
	background-color:#f7f7f7;
}


tr.line_selected td:first-child {
	box-shadow: inset 4px 0 #EC4887;
}

tr.line_selected td>a, tr.line_selected td>span:not(.client_type_lib) {
	color:#262f3b;
	font-weight: 400;
}

tr:hover.line_selected td {
	color:#fff !important;
}

td.cell_selected {
	background-color:#BBBBBB;
}

.menu {
	float:left;
	width: 20%;
}

.center {
	background-color:#EEF4FF;
}

.center h1 {
	font-size: 13px;
	color:#333333;
	margin-top: 10px;
}

.center h3 {
	font-size: 11px;
	color:#666666;
}

.right {
	float:right;
	width:20%;
}

.right form {
	
}

.right form h2 {
	font-size:16px;
	color:#BBBBBB;
	margin-top:0px;
}

.bottom {
	width:100%;
	display:block;
}

.div__clear {
	clear:both;
}

.div_header_logo {
	margin-left:155px;
}

.div_flex {
	display: flex;
}

.header h1 {
	margin-left:25px;
}

img {
	border-style:none;
}

.error {
	color:#ae0000;
}

.warning {
	color:#ae5600;
}

.info {
	color:#2b266d;
}

.info h2, .warning h2, .error h2 {
	float:none !important;
	color:#333333 !important;
}

.info p, .warning p, .error p {
	float:none;
	margin-right:20px !important;
}

.div_header_logo {
	border-style:none;
}

.list_view {
	border-style:solid;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.list_view th {
	background-color:#2F3A4C;
	color: #fff;
	font-weight: 500;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.list_view td {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
	padding: 14px 10px;
	vertical-align:middle;
	
}

.window .list_view td {
	font-size: 12px;
}

.list_view th:first-child {
	border-radius: 6px 0 0 6px;
}

.list_view th:last-child {
	border-radius: 0 6px 6px 0;
}

.list_view tr:hover > td {
	background-color: #f1f1f1;
	color: #4e4ebb;
}

/* XXX ludo : le td est force en relative, afin de passer le tooltip en absolute et ne plus déformer l'affichage de la ligne */
.window_body .list_view td {
	position: relative;
}

.window_body .list_view tr td > a {
	display: inline-block;
	width: calc(100% - 30px);
}

.window_body .list_view tr:hover td > a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.window_body .list_view tr td a:hover {
	color: #EC4887 !important;
}

.window_body .list_view tr td .infobulle {
	position: absolute;
	right: 0;
	top: 13px;
}

.list_view a:hover {
	color: #4e4ebb;
}

.viewer_bottom td {
	color: #6692D9;
	border-top: 1px solid #ddd;
	padding: 12px;
	font-weight: 600;
	font-weight: 11px;
}

.viewer_bottom td a {
	width: auto !important;
}


.message_box {
  z-index:10000;
}

.button_class {
	font-family: "Urbanist";
	font-weight: 500;
	border: 0;
	-moz-box-shadow: 0px 0px 0px 1px #e6e5e5;
    -webkit-box-shadow: 0px 0px 0px 1px #e6e5e5;
    box-shadow: 0px 0px 0px 1px #e6e5e5;
	outline: none;
	background: #fff;
	cursor: pointer;
    font-size: 12px;
    padding: 9px 10px;
    border-radius: 4px;
}

.button_class.disabled {
	opacity: 0.4;
	box-shadow: none !important;
	position: relative;
}

.button_class[disabled] {
	opacity: 0.5;
	background: #eee;
}

.button_class[disabled]:hover {
	background: #dedede !important;
	color: #2E3B4C !important;
}

.button_class[disabled]:hover span {
	color: #2E3B4C !important;
}

.button_class:not(.disabled):hover {
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	/* background: linear-gradient(150deg, rgb(78, 78, 187) 35%, rgb(70, 197, 242) 100%); */
	background: rgb(78, 78, 187);
}

.button_class.button-xs {
	padding: 5px !important;
}

.button_class.button-xs span {
	margin: 0 !important;
}

.button_class_footer {
	margin-left: 10px;
}

.button_class.action {
	background-color: #2196F3;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #fff;
}

.button_class.action span {
	color: #fff;
}
 
.button_class.action:hover {
	background-color: #68b6f6;
	font-weight: 600 !important;
}

.button_class.action:hover span {
	font-weight: 400 !important;
}

.action-rafraichir {
	background: #EC4887;
	color: #fff;
}

.action-rafraichir span {
	color: #fff;
	max-width: auto;
}

.action-rafraichir:hover {
	background: #fb70a5 !important;
	font-weight: 600 !important;
}

.action-rafraichir span {
	font-weight: 400 !important;
}


.action-retour {
	margin: 10px 15px;
}



.formulaire .button_class_footer {
	margin-top: 10px !important;
}

h1 {
	font-size:16px;
	color:#2b266d;
	margin-top:20px;
}

table {
	border-collapse: collapse;
}

table.sub_form {
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 5px;
	border-radius: 6px;
}

table.sub_form td {
	background-color: #fff;
}

table.sub_form label {
	font-weight: 600;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 13px;
}

select,
input[type=text],
input[type=password],
textarea {
	border: 1px solid #e6e5e5;
	background: #fff;
	color: #555 !important;
	font-size: 13px;
	padding: 7px 10px;
	width: 100%;
	outline: none;
}

input[type=text]:disabled,
input[type=password]:disabled {
	background: #ddd;
}

input:enabled:focus,
input:enabled:active,
input:enabled:hover {
	outline: none;
}

table.sub_form input[type=button],
.button_icon {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #4e4ebb !important;
	width: 100%;
	padding: 7px 10px;
	border-radius: 4px;
	border: 0;
	margin: 10px 0 0 0;
}

.button_icon {
	display: flex;
	align-items: center;
	line-height: 0;
}

.button_icon img {
	display: inline-block;
	margin-right: 7px;
	width: 18px;
}

table.sub_form input[type=button]:hover,
table.sub_form .button_icon:hover {
	background-color: #3e77f0 !important;
	cursor: pointer;
}

table.sub_filter td {
	padding: 0px;
	margin: 0px;
}

table.sub_filter {
	border-spacing: 0px;
	border-collapse: collapse; 
}

p.step {
	font-size:11px;
	background:none;
	float:right;
}

div.step {
	font-size:11px;
	background:none;
}

img.img_filter {
	position:absolute;
	top:120px;
	left:700px;
}

div.sub_doc {
	padding:10px 15px 15px;
	margin-top: 15px;
	box-shadow: 0 0 5px 5px #F4F5F6;
    background-color: #fff;
    border-radius: 7px;
}

.window .fiche div.sub_doc .button_class {
	margin-top: 10px;
}

div.sub_doc > input[type="button"] {
	float:none !important;
}

#instance {
	border: 0;
	position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: calc(100%) !important;
}

.debug {
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 9999999;
}

.debug .window {
	min-width: 600px;
}

.debug-table tr td {
	vertical-align: top;
}

.tag {
	border: 1px solid #eee;
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 7px;
	display: flex;
	line-height: 0;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.tag p {
	font-weight: 700 !important;
	text-align: center;
	width: 100%;
}

.tag img {
	width: 22px;
}

.tag:hover {
	background: linear-gradient(150deg, rgb(78, 78, 187) 35%, rgb(70, 197, 242) 100%);
	
}

.tag:hover p {
	color:#fff !important;
}

.contenu-descriptif {
	padding: 20px;
	border: none;
	margin: 0 !important;
	border-radius: 6px;
	background-color: #fff !important;
	margin-bottom: 20px !important;
	box-shadow: 0 0 5px 5px #F4F5F6;
}

/* Liste */

.window .liste .list_view {
}

.window .liste .conteneur {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.window .liste .conteneur,
.window .liste > p {
    font-weight: 600;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 7px;
	box-shadow: 0 0 5px 5px #F4F5F6;
}

.window .liste .conteneur p {
	background: #fff;
	font-weight: 600;
	border: 0;
	padding: 0;
}

/* Fiche */

.fiche {
	/*background: #f1f7fc;*/
}

.fiche h1 {
	font-size: 14px;
	display: flex;
    align-items: center;
	margin-top: 0;
}

.fiche h1 img {
	margin-right: 7px;
}

.window .fiche .conteneur,
.window .fiche p {
    font-weight: 300;
	padding: 15px;
}

.window .fiche p b {
	font-weight: 600;
}

.window .fiche .conteneur p {
	background: #fff;
	font-weight: 600;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.fiche h3 {
	font-size: 13px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.window .fiche > p {
	background-color: #fff;
}

.window .fiche p a {
	color: #2b2b85;
	font-weight: 600;
}

.window .fiche h1 + p,
.window .fiche h3 + p {
	padding: 10px 0px;
	margin: 0;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

.window .div_block p + p {
	margin-top: 0;
	border-top : 0;
	margin: 0;
}


/* Liste des exclusions */

p.validator,
.sub_incorp_franchise_seuil_table_sub_form_title_comm_fourni_table p {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size:15px !important;
}

.formulaire {
}

.formulaire .sub_form th {
	text-align: left;
    padding: 10px 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    color: #105bfb;
}

.formulaire .sub_form p:not(.button_icon) {
	border: 0;
	padding: 0;
	margin: 0;
}

.formulaire .sub_form > tbody > tr > td > table {
	width: 100%;
}

.formulaire .sub_form > tbody > tr > td > table > tbody > tr > td + td {
	padding: 0;
}

.formulaire .sub_form > tbody > tr > td > table > tbody > tr > td > p {
	text-align: left;
    padding-top: 10px !important;
    font-weight: 600;
    font-size: 13px;
}

.formulaire .sub_form p.button_icon {
	padding: 7px;
	margin-left: 0;
	margin-bottom: 10px;
}

.formulaire label {
	font-weight: 600;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 13px;
}

.formulaire input[type=checkbox] + label {
	margin-bottom: 0;
	line-height: 19px;
    margin-left: 7px;
}

.formulaire input,
.formulaire select,
.formulaire textarea,
.formulaire .sub_form {
	margin-bottom: 7px;
}

.formulaire select:disabled {
	opacity: .4;
}

.formulaire .list_view {
	padding: 0 !important;
	margin: 0 !important;
}

.formulaire h1 {
	font-size: 15px;
	margin-bottom: 12px;
	padding-left: 0;
	margin-top: 0 !important;
}

.formulaire h3 {
	font-size: 13px;
	padding-left: 0;
	margin-bottom: 5px;
	color: #253986;
}

.formulaire > .table_form {
	min-width: 250px;
}

.formulaire .table_form > tbody > tr > td > a {
	font-weight: bold;
	outline: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
    padding: 10px;
    border-radius: 1px;
    margin-bottom: 10px;
    display: block;
}

.formulaire-dossier .table_form > tbody > tr:nth-child(1) > td:first-child {
	position: absolute;
    width: calc(50vw - 200px);
    top: 39px;
    right: 0;
    padding: 10px 15px 5px;
    border-bottom: 10px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff;
    margin: 0;
    color: #fff;
    background: #f9f9f9;
}

.window .formulaire .list_view {
	width: 100% !important;
}

.dossier-etape1 {
	min-height: 39px;
}

.formulaire-dossier .table_form > tbody > tr:nth-child(1) > td:first-child label {
	height: 0;
	color: #fff;
	line-height: 0;
	position: absolute;
	transition: .3s;
}

.formulaire-dossier .table_form > tbody > tr:nth-child(1) > td:first-child:hover label {
	top: 0;
	background: #253986;
	padding: 10px;
}

.formulaire-dossier .table_form > tbody > tr:nth-child(1) > td:first-child select {
	width: 75%;
	font-weight: 600;
}

.formulaire-dossier .table_form > tbody > tr:nth-child(2) > td:first-child {
	position: absolute;
    width: 50vw;
    top: 39px;
    left: 0;
    padding: 10px 15px 5px;
    border-bottom: 10px;
    border: 1px solid #ddd;
    background: #fff;
    height: auto;
    margin: 0;
    color: #fff;
    background: #f9f9f9;
}

.window .formulaire-dossier p.dossier_nouveau {
	font-weight: 800;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	color: #ff9800;
	margin: 0 0 15px 0;
}

.formulaire .table_form > tbody > tr:nth-child(2) > td:first-child input {
	padding: 9px 10px;
}

.formulaire .table_form > tbody > tr:nth-child(3) > td h1 {
	margin-top: 60px;
}

.formulaire .table_form > tbody > tr > td > a:hover {
	color: #105bfb;
}

.formulaire .table_form > tbody > tr:last-child > td:first-child input {
	padding: 12px 20px;
	float: left !important;
	margin-top: 7px;
}

.window .formulaire .conteneur,
.window .formulaire p {
    margin: 0 10px;
    font-weight: 300;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px 7px;
}

.window .formulaire .conteneur p {
	background: #fff;
	font-weight: 300;
	border: 0;
	padding: 0;
}

/* Gestion boutons export */
.window_container > a {
	background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
}

.window_container > img {
	margin-top: 15px;
    padding: 0 10px;
}

/* Specifique */

.message-box .window_top_bar {
	background:#4e4ebb;
}

.message-box .window_body {
	padding: 40px 15px 15px;
	box-shadow: 4px 4px 0px 1px #d2d2d2;
}

.message-box .window_body img {
	margin-right: 7px;
}

.message-box {
	min-width: 250px;
}

/* Form retro */

.formulaire_retro_recu > .table_form tbody tr td p {
	margin: 0 !important;
}

.formulaire_retro_recu > .table_form tbody tr :last-childtd p {
	margin-top: 10px !important;
}

.formulaire_retro_recu > .table_form > tbody > tr:last-child > td:first-child input {
	float: left !important;
}


/* Suivi financier */

.suivi_financier .actions {
	margin: 0 !important;
}


/* Widget */

.villes_recherche {
	background: #253986;
	color: #fff;
}

.background_white {
	background-color: white !important;
	height: 100% !important;
}





#div_img_load_1234 {
	background: red;
}

#div_img_load_1234 img {
	width: 50px;
	left: 50%;
	top: 10%;
}