/* import fonts */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong{
font-weight:700;
}

/* styles appli */

body, body.formation{
background:#F2F2F2 !important;
color:#333 !important;
font-family: 'Open Sans', sans-serif !important;
font-size:14px !important;
}

h1.app-title{
  text-align:center;
  line-height:30px;
  padding:10px 0;
  with:90%;
  max-width:800px;
  min-width:500px;
  margin:10px auto;
  font-size:22px;
  background:url('logo-descartes1.png') no-repeat left center;
  background-size: 140px 29px;
}

#crea-compte-container{
background:#FFF;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
with:90%;
max-width:800px;
min-width:500px;
margin:10px auto;
border:1px solid #DDD;
padding:20px;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

i.fa{
margin-right:5px;
}

.boutonlnk i.fa{
font-size:15px !important;
}

table tr td, table tr th{
padding:5px !important;
}
.contenuCompte table tr th{
vertical-align: middle !important;
}
#idContGlobal table{
margin-bottom:10px;
}

input{
border:1px solid #CCC;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:4px 6px;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
box-shadow:none !important;
transition:all 0.2 ease !important;
background:#f8f8f8 !important;
font-size:14px !important;
font-family: 'Open Sans', sans-serif !important;
}

input:hover{
border:1px solid #CCC !important;
}

input:focus{
border:1px solid #CCC !important;
background:#f1f8ff !important;
}

.boutonlnk{
border:1px solid #333 !important;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
color:#FFF !important;
}

.boutonlnk:hover{
background:#41A1FF !important;
color:#FFF !important;
}

.info, .warning-app{
padding:15px;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
border:1px solid #ffba00;
background:#fffbf0;
margin-bottom:15px;
/*text-align:center;*/
}

.success-app{
padding:15px;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
border:1px solid green;
background:#e6ffe8;
margin-bottom:15px;
text-align:center;
}

.container-in-error{
width:100%;
overflow:auto;
background:#fff;
}

.container-in-error table, .container-in-error th, .container-in-error td{
border:1px solid #AAA;
}
.container-in-error th{
text-align:left;
}
.container-in-error table .boutonlnk {
 width:185px !important;
}

/* custome calendar */

#custom-calendar div>div>.calendar-titre{
background:#2973C5!important;
}

#custom-calendar div>div>.calendar-affichage-mois{
text-align:center !important;
cursor:default !important;
}

#custom-calendar div>div>.calendar-affichage-mois .calendar-affichage-ligne div{
text-align:center !important;
}

#custom-calendar div>div>.calendar-text-mois-selected{
cursor:pointer !important;
}

#custom-calendar div>div>.calendar-affichage-semaine{
font-size:10px !important;
text-align:center !important;
}



#container-create table th, #container-create table td{
text-align:left;

}

#container-create table th{
width:160px;
}

.divTitre, .subtitle1{
padding:5px;
font-weight:700;
margin: 10px 0 10px 0;
}

.divTitre:before, .subtitle1:before{
content:"";
width:5px;
height:5px;
display:inline-block;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
background:#2973C5;
vertical-align:middle;
margin-right:4px;
}


@media screen and (max-width: 1000px) {
  #crea-compte-container, h1.app-title{
    margin:10px 5%;
  }
}

@media screen and (max-width: 650px) {
  h1.app-title{
  background:none;
  }
}

.contenuCompte {
	border-radius: 3px !important;
	background: #fff !important;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	/*width: 94% !important;*/
	height: auto;
	margin: 10px 0;
	padding: 10px;
	font-size: 13px;
	text-align: justify;
	width: 1054px;
}

fieldset {
    border-top: 1px solid #d0d0d0;
    margin: 0;
    padding: 0px;
    
}
.conseil-app{
padding:5px;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
border-radius:3px !important;
text-align: justify;
}
table {width : 100%;}
td.right{text-align: right;}

.large{width : 100%; height: 100px;}
.ERXMatrixTable {width : 40% !important;}
#idCont .ERXMatrixTable td {
	border: none !important;
}
.ERXMatrixTable th {
	font-weight: bold;
}

.ERXMatrixTable td {text-align: left; width: 50px;}
.ERXMatrixTableCell{width: 300px !important;}












