/********************************
//////////////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: #444;
}

html {
	overflow:hidden;
	color:#444;
}

.loader {
	width: 40px;
}

body {
	background-color: #EEF4FF;
	font-family: "Urbanist";
	font-size:13px;
	margin: 0;
}

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

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:#105bfb;
	color:#FFFFFF;
	border-bottom-color: #3775f9;
}

tr.line_selected td>a {
	color:#FFFFFF;
}

tr:hover.line_selected td {
	background-color:#105bfb !important;
	color:#fff !important;
}

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

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

.center {
	background-color:#EEF4FF;
}

.center h1 {
	font-size: 17px;
	color:#333333;
	font-family:Urbanist;
}

.center h3 {
	font-size: 15px;
	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:1px solid #ddd;
	border-collapse: collapse;
	margin: 10px;
	text-align: left;
	width: 100%;
}

.list_view th {
	background-color:#f9f9f9;
	color: #105bfb;
	border-bottom: 1px solid #ddd;
	padding: 12px;
}

.list_view td {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.list_view tr:hover>td {
	background-color: #f9f9f9;
	color: #105bfb;
}

.list_view a {
	text-decoration: underline;
}

.list_view a:hover {
	color: #105bfb;
}

.viewer_bottom td {
	color: #105bfb;
	border-top: 1px solid #ddd;
	padding: 12px;
	background: #f9f9f9;
	font-weight: 600;
	font-weight: 11px;
}


.message_box {
  z-index:10000;
}

.button_class {
	font-weight: bold;
	outline: none;
    background: #105bfb;
	color: #fff !important;
	cursor: pointer;
	border-color: #105bfb;
    color: #333;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 7px;
}

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

.button_class:not(.disabled):hover {
	background: #6294ff;
	color: #fff;
	cursor: pointer;
	border-color: #6294ff;
	box-shadow: none;
}

.button_class_footer {
	margin-left: 10px;
}

.formulaire .button_class_footer {
	margin-left: 0 !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;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

table.sub_form td {
	background-color: #fff;
	padding: 4px 5px 0;
}

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 #ddd;
	background: #fff;
	color: #555 !important;
	font-size: 13px;
	padding: 7px 10px;
	width: 100%;
	margin-bottom: 5px;
	outline: none;
}

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

input:enabled:focus,
input:enabled:active,
input:enabled:hover {
	outline: none;
	box-shadow: 0 2px #105bfb;
}

table.sub_form input[type=button],
.button_icon {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #105bfb !important;
	width: 100%;
	padding: 7px 10px;
	border-radius: 7px;
	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;
	padding-right: 5px;
}

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:5px;
}

.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;
    margin-top: 40px;
    height: calc(100% - 40px) !important;
}

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

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

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

.tag {
	float: left;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 12px 7px;
	display: flex;
	line-height: 0;
	align-items: center;
}

.tag p {
	font-weight: 700 !important;
}

.tag img {
	width: 22px;
}

.tag:hover {
	background: #eee !important;
}

.contenu-descriptif {
	padding: 20px;
	border: none;
	margin: 0 !important;
	color: #fff;
	background-color: #105bfb !important;
	margin-bottom: 20px !important;
}

/* Liste */

.window .liste .list_view {
	width: calc(100% - 20px) !important;
}

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

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

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

/* Fiche */

.fiche {
	background: #f1f7fc;
}

.fiche h1 {
	font-size: 11px;
	padding-left: 15px;
	display: flex;
    align-items: center;
}

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

.window .fiche .conteneur,
.window .fiche p {
    margin: 0 10px;
    font-weight: 600;
	background-color: #eee;
	/*border: 1px solid #ddd;*/
	padding: 10px 7px;
}

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

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

.window .fiche p {
    margin: 0 10px;
    font-weight: 600;
	background-color: #fff;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
}

.window .fiche p a {
	color: #105bfb;
	font-weight: 600;
}

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

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


/* 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 {
	padding: 5px 15px;
}

.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;
}

.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:#105bfb;
}

.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;
}
 