/*****************
 * Générique
 */

/*RESET STYLES*/
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
/*li {list-style: none;}*/
img {border: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
button {
	overflow: visible;
}
* {
    webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
body {
	font-family:'Arial Normal', 'Arial';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	background-color: #eee;
	color: #444;
	margin: 0px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #2e7ebf;
}

hr {
	color: #282828;
}


/*****************
 * Boutons
 */
input[type=button], input[type=submit], button[type=button], button[type=submit], 
button[type=button].ui-state-default, button[type=button].ui-widget-content button[type=button].ui-state-default {
	/*background-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: #000;
	font-weight: bold;
	padding: 8px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	border-color: #080;*/
	font-weight: 300;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-transform: uppercase;
}
input[type=buton].ui-dialog-titlebar-close {
	margin: -10px 0 0 0;
}
input[type=button]:hover, input[type=submit]:hover, button[type=button]:hover, button[type=submit]:hover, .ui-button .ui-state_defaut .ui-state-hover {
  background: transparent;
  color: #5bc0de;
  border-color: #5bc0de; 
 }
  
input[type=button].delete, input[type=submit].valid, button[type=button].delete, button[type=submit].valid, button.error {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
input[type=button].delete:hover, input[type=submit].valid:hover, button[type=button].delete:hover, button[type=submit].valid:hover, button.error:hover {
	background: transparent;
  color: #d9534f;
  border-color: #d9534f; 
}
input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=file], select, textarea {
	border-radius: 4px;
	padding: 4px;
	color: #444;
}

/*****************
 * Formulaires
 */
input:invalid, input.error {
  background-color: #ffdddd;
}

.error {
    color: red;
}

.valid {
	color: #63ce4f;
}

button[disabled], html input[disabled] {
	cursor: not-allowed;
}
/*****************
 * Page Login
 */
.acc_page {
	width: 100%;
}
.acc_dte {
	position:absolute;
 	top:0;
 	right:0;
	width: 30%;
}
.acc_dte img {
	width: 100%;
}

.acc_gch {
	position:absolute;
 	top:0;
 	left:0;
 	width: 70%
}
.acc_logo img {
	width: 170px;
	margin: 10px;
}
.acc_login {
	margin: 100px auto;
	width: 300px;
	background-color: #E2E1E9;
	padding: 40px;
}

/*****************
 * Header
 */
#header {
	background-color: #fff;
	height: 70px;
	width: 100%;
	top: 0px;
	left: 0px;
	margin-bottom: 12px;
	background-color: #eee;
}
#headerContent {	
	height: 50px;
	padding: 12px;
	background-color: #fff;
	border-radius: 4px;
}
#headerContent .logo {
 	display: inline-block;
 	padding-left: 20px;
}
#headerContent .logo img {
	 height: 46px;
}
#separateur {
	width: 100%;
	height: 3px;
	background-color: #E6E8E7 
}

/*****************
 * Menu principal
 */
.navbar {
	display: inline-block;
	vertical-align: top;
}
.navbar ul li {
 	display: inline;
	list-style: none;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 8px 12px;
}
.navbar ul li a:hover {
	text-decoration: none;
}
.navbar ul li.selected, .navbar ul li:hover {
	background-color: #ecf3f6;
	color: #2e7ebf;
}

/*****************
 * Menu Contextuel
 */
 .menu {
	 background-color: #fff;
	 height: 32px;
	 margin: 30px 0px 14px 0px;
	 padding-top: 12px;
	 border-radius: 4px;
}
.menu ul li {
 	display: inline;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	padding: 14px 30px 14px 0px;
	margin-right: 20px;
	text-align: left;
}
.menu ul li a:hover {
	text-decoration: none;
}
.menu ul li.selected, .menu ul a li:hover {
	border-bottom: solid #2e7ebf 2px;
	color: #2e7ebf;
}
 
/*****************
 * Back track
 */
.backtrack {
	display: inline;
}
.backtrack a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

/*****************
 * Welcome
 */
.welcome {
	display: inline;
	float: right;
}

/*****************
 * User Icon
 */
.userIcon {
	display: inline;
	float: right;
	margin: 2px;
	text-align: center;
}
.userIconWelcome {
	margin-top: -10px;
	margin-left: 30px;
}
.userIconWelcome {
	margin-top: -10px;
	margin-left: 30px;
}
.userIconDetail {
	margin-left: 30px;
	margin-top: -12px;
}
.userIconDesc {
	font-size: 0.7em;
}
.userIconLib {
	width: 40px;
	height: 29px;
	padding-top: 11px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin: auto;
}
.userIcon1 {
	background-color: #800;
}
.userIcon2 {
	background-color: #080;
}
.userIcon3 {
	background-color: #008;
}
.userIcon4 {
	background-color: #880;
}
.userIcon5 {
	background-color: #088;
}
.userIcon6 {
	background-color: #808;
}
.userIcon7 {
	background-color: #f80;
}
.userIcon8 {
	background-color: #f08;
}
.userIcon9 {
	background-color: #8f0;
}
.userIcon10 {
	background-color: #80f;
}
.userIcon11 {
	background-color: #0f8;
}
.userIcon12 {
	background-color: #08f;
}

/*****************
 * Contenu
 */
#content {
	padding: 12px;
}

.statsRapport {
	float: right;
	margin: 50px 0;
	border: 1px solid;
}
.statsRapport table tr td table{
	margin-right: 30px;
	margin-top: 25px;
}
.statsRapport table tr td table tr {
	height: 30px;
}

/*****************
 * Statuts (Taches, rapports)
 */
.divStatut {
	/*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    width: 170px;
    maring: auto;
    display: inline-block;*/
	font-size: 85%;
	line-height: 1.4;
	font-weight: 300;
	border-radius: 0px;
	margin: 0 5px;
	display: inline-block;
	padding: .2em .6em .3em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
.statutbrouillon, button[type=button].statutbrouillon {
	background-color: #f0ad4e; /* #F4D49E;*/
}
.statuten_expertise, button[type=button].statuten_expertise {
	background-color: #CC2EFA; /* #99E394;*/
}
.statuta_controler, button[type=button].statuta_controler {
	background-color: #d9534f; /* #EFD09E;*/
}
.statutcontrole, button[type=button].statutcontrole {
	background-color: #0040FF; /* #DE9798;*/
}
.statuta_valider, button[type=button].statuta_valider {
	background-color: #868A08; /*#9BE297;*/
}
.statutvalide, button[type=button].statutvalide {
	background-color: #60c560;
}
.statutfinalise, button[type=button].statutfinalise {
	background-color: #4bc1d5; /* #DE9798;*/
}

.statutEntete {
	background-color: #a6a9ac; /* #EFD09E;*/
}


.statutAFaire {
	background-color: #f0ad4e; /* #F4D49E;*/
}
.statutTermine {
	background-color: #60c560; /* #99E394;*/
}
.statutBrouillon {
	background-color: #f0ad4e; /* #EFD09E;*/
}
.statutValidation {
	background-color: #d9534f; /* #DE9798;*/
}
.statutValide {
	background-color: #60c560; /*#9BE297;*/
}
.statutFinalise {
	background-color: #4bc1d5;
}
.statutAValider {
	background-color: #d9534f; /* #DE9798;*/
}
.statutEntete {
	background-color: #a6a9ac; /* #EFD09E;*/
}



/****************
* TAG
 */
.tag {
	display: inline;
	padding: .2em .6em .3em;
	line-height: 1;
	margin-left: 5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background-color: #BDD4DE;
}
/*****************
 * Listes
 */
.colStatut, .colCode, .colUtilisateur, .colDate {
	width: 10%;
}
.colTags {
	width: 24%; 
}

/*****************
 * Details
 */
.titreBlocDetail {
	
}

.blocDetail {
	width: 85%;
	background-color: #FFF;
	border-width: 0 3px 3px 0;
	border-style: solid;
	border-color: #E6E8E7;
	padding: 10px;
}

.blocDetailContenu {
	width: 710px;
}
.blocTags {
	padding: 20px 10px;
	display: inline;
}
.boutonDetail {
    float: right;
    margin-right: 15%;
    margin-top: 10px;
}
.modifier, .consulter {
	display: inline;
}
.txtRechTags {
	margin-top: -5px;
	margin-left: 25px;
	display: inline;
}
.tagDelete {
	font-size: 0.8em;
	font-weight: intial;
	text-transfrom: none;
	margin-left: -10px;
	margin-left: 15px;
	vertical-align: super;
	cursor: pointer;
}
.ui-autocomplete {
	z-index:101 !important;
}
.autocompleter {
	z-index:101 !important;
}
.nbTachesIcon {
	float: left;
	margin: 2px;
	text-align: center;
	font-size: 0.7em;
	width: 30px;
	height: 20px;
	padding-top: 7px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin: auto;
	background-color: #2b4a6e;
}

#alerteSave {
	display: none;
	background-color: #c2e4c3;
    color: #343434;
    font-weight: bold;
    padding: 8px 12px;
	border-radius: 4px;
	text-align: center;
	margin-top: 7px;
}

#alerteSaveErr {
	display: none;
	background-color: #f7ad95;
    color: #343434;
    font-weight: bold;
    padding: 8px 12px;
	border-radius: 4px;
	text-align: center;
	margin-top: 7px;
}

.export {
	cursor: pointer;
	padding-left: 50px;
}
.exportImg {
	display: inline;
	width: 64px;
}

.exportTitre {
	width: 90%;
	margin-left: 30px;
	
}
.exportTitre tr td {
        padding: 10px;
}

#divTitreActions {
	padding-top: 26px;
}
#divTitreActions a {
	padding-left: 10px;
}

.blocActivites {
	min-height: 360px;
}
.blocGraphTaches {
	float:right;
}
.tachesLibelle {
	float: right;
	font-weight: bold;
}

/*****************
 * Message Box
 */
.ui-widget-content {
    border: 1px solid #ddd;
    background-color: #fff;
    color: #343434;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-content .ui-state-hover {
    font-weight: bold;
    color: #343434;
    background-color: #fff;
    border: 1px solid #080;
    font-weight: bold;
	border-radius: 4px;
	text-transform: uppercase;
	
}
*/
.error .ui-state-default, .error .ui-widget-content .ui-state-default, .error .ui-widget-header .ui-state-default, .error .ui-widget-content .ui-state-hover {
	border-color: #f00;	
}
button.ui-state-default{
    cursor: pointer;
}
.ui-state-default .ui-icon {
    background-image: url("/img/icon/ui-icons_ffffff_256x240.png");
}
.ui-widget-header {
    border: 1px solid #e0e2e1;
    background-color: #eaeaea;
    color: #343434;
    font-weight: bold;
}
.error .ui-widget-header {
    border: 1px solid #db3d3e;
    background-color: #ffbeb6;
    color: #343434;
    font-weight: bold;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: #fff;
    overflow: auto;
}

/***********************
* Datatables
*********************/

table.dataTable {
	border-spacing: 0 10px;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: none;
}

table.dataTable.no-footer {
	border-bottom: none;
}

.dataTables_wrapper {
	margin-top: -10px;
}

/***********************
* Styles Froala
*********************/

.froalaDefaut {
	font-size: 1em;
	text-justify: distribute;
	text-align: justify;
}

.froalaBilio {
	font-size: 0.8em;
	text-justify: distribute;
	text-align: justify;
}

.froalaLegende {
	font-size: 0.8em;
	text-align: center;
	color: #3a87ad;
	font-style: italic;
}
