/************************************ FONTS ************************************/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);
/* entypo */
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
/************************************* END FONTS *************************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	background-color: #e9eaed;
	color: #343434;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-align: center;
}

/*
---------------------------
2 -  Typo 
---------------------------
*/

h1,h2 {
  	font-weight: 300;
  	padding-top: 5px;
}

h2 {
  	font-size: 24px;
  	margin-bottom: 0px;
}

p {
  	padding: 0px 0;
}



/*
---------------------------
3 -  Links 
---------------------------
*/


a {
  	color: #95332e;
  	text-decoration: none;
  	cursor:pointer
}

a:hover {
	color:#333;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a.entypo-del {
	text-decoration:none;
	color:white
}
a.entypo-del:hover {
	color:#cc324b;
	-webkit-transition: color .3s;
	transition: color .3s;



}





/*
---------------------------
3 -  Structures 
---------------------------
*/


.container_16 {
	padding-top:0px; 
	padding-bottom: 30px;
	border: 1px solid #ddd;
}

.container_16 .grid_14 {
    width: 840px;
}

#header {
	background: url(../img/head-bg.png) repeat-x;
	position:relative;
}

#header_1 {
	/*font-size: 30px;*/
	height: 49px;
	color: #eaeaea;
	line-height: 49px;
	background: url(../img/head-logo.png) no-repeat;
	padding-left: 200px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header_1 span {
	position: absolute;
	right: 60px;
	text-transform: none;
	letter-spacing: normal;
}	

#header_2 {
	height: 100px;
	line-height: 4;
}

#header_3 {
	width: 120px;
	height: 100px;
	margin-left: 15px;
	text-align: right;
	font-size: 20px;
	color: #996699;
}

#header_3 span{
	display: block;
	padding-right: 30px;
	widht:auto;
	height: 30px;
}

#header_3 span.info_1{
	background: url(../img/ico-pers.png) no-repeat right center;
}

#header_3 span.info_2{
	background: url(../img/ico-bulle.png) no-repeat right center;
}

#header_3 span.info_3{
	background: url(../img/ico-batiment.png) no-repeat right center;
}


#header_4 {
	font-size: 11px;
	text-align: right;
	}
	
#header_4 a {
	color: #aaa;
}

#header_nav1 {
}

#header_nav1 ul,
#header_nav2 ul {
	width: 100%;
    display: table;
    table-layout:auto;
    margin: 0;
    margin-top: 1px;
}

#header_nav1 li,
#header_nav2 li {
    display: table-cell;
    width: 1%;  /* any value less than (100% / number_of_items) */
    text-align: center;
    vertical-align: middle;
    height: 30px;
    text-transform: uppercase;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#header_nav1 li:first-child,
#header_nav2 li:first-child {
	border-left: 1px solid #ddd;
}

#header_nav1 li a,
#header_nav2 li a {
	padding: 1px;
}

#header_nav1 a:hover,
#header_nav2 a:hover {	
	cursor: pointer;
	text-decoration: none;
}

#header_nav1 a,
#header_nav1 a:visited,
#header_nav2 a,
#header_nav2 a:visited {	
	color: #333;
}

#header_nav1 li.selected{
	background-color: #afddff;
	color: #444b5a;
}

#header_nav2 li.selected {
	background-color: #d9f2fe;
	color: #687288;
}

#header_nav1 li.links {
	padding: 0px;
	/*float: right;
	border-left: 1px solid #ddd;*/
}

#container {
	/*border: 1px solid blue;*/
}

#callbox {margin-top:20px;
}

.col_left {
	float: left;
	width: 50%;
}

.col_right {
	float: right;
	width: 50%;
}

/*
---------------------------
5 -  Images 
---------------------------
*/

img {
	border: 1px solid #ddd;
}

img.larg1{
	width: 100%;
	height: auto;
}

img.larg1_2{
	width: 50%;
	height: auto;
}

.elis img {
	border: none;
}

/*
---------------------------
6 -  Icons 
---------------------------
*/

a.synthese {
	background: url(../img/ico-synthese.png) no-repeat center center;
}

a.aide {
	background: url(../img/ico-aide.png) no-repeat center center;
}

a.i {
	background: url(../img/ico-impression.png) no-repeat center center;	
}
a.i.hide{
	background: url(../img/ico-impression.gif) no-repeat center center;	
}
a.e {
	background: url(../img/ico-export.png) no-repeat center center;	
}

a.c {
	background: url(../img/ico-caddie2.png) no-repeat center center;	
}

a.s {
	background: url(../img/ico-suppression.png) no-repeat center center;
}
 a.cls {
	background: url(../img/ico-suppression.png) no-repeat center center;
}
a.cad {
	background: url(../img/ico-synthese.png) no-repeat center center;	
}


a.lst{
	background: url(../img/ico-caddie.png) no-repeat center center;	


}
a.d {
	background: url(../img/ico-download.png) no-repeat center center;
}
a.i,
a.e,
a.c,
a.s,
a.d,
a.cls,
a.lst,
a.cad,
a.synthese {
	float: left;
	width: 20px;
	height: 24px;
	/*
	opacity:0.25;
	*/
	margin: 0 1px;
}
a.i:hover,
a.e:hover,
a.c:hover,
a.s:hover,
a.d:hover,
a.cls:hover,
a.cad:hover,
a.lst:hover,
a.synthese:hover {
	opacity:0.75
}
a.s {
	float: none;
	width: 40px;
	display: inline-block;
	margin: 0;
	height: auto;
}


/*
---------------------------
7 -  Tables 
---------------------------
*/

table.elis {
	width: 100%;
}

.elis th,
.elis td
{
	border:1px solid #ddd;
	border-collapse:collapse;
	font-weight: 300;
  	font-size: 12px;
}

.elis tr {
	border:1px solid #ddd
}

.elis td {
	padding: 5px;
}

.elis thead {
	background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.elis thead td {
	font-weight: normal;
	color:black;
	text-transform: uppercase;
}

tr.alt {
	background-color: #f2f7fa;
}

td.transparent {
	background-color: white;
}


/*
---------------------------
8 -  Scripts 
---------------------------
*/

.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
    font:11px sans-serif;
    background:#fff url(../img/fleche-menu.png) right center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:5px 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    min-width:135px;
    margin-right: 5px;
    text-align: left;
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
}



/*
---------------------------
9 -  Misc 
---------------------------
*/

.left {
	float: left;
}
.right {
	float: right;
}



/*
---------------------------
10 -  Login 
---------------------------
url(../img/login-logo.gif) center top no-repeat;
*/
#login {
width: auto;
height:auto;
margin: 0 auto;
}
#login #form {
    background: none repeat scroll 0 0 #394264;
    border-radius: 5px;
    height: 410px;
    margin: 0 auto;
    text-align: center;
    width: 340px;
}

#login p {
text-align: center
}

#login a {
text-decoration: none;
}

#login label {
display: block;
float:left;
clear: both;
}

#login button {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #950000), color-stop(1, #690000) );
background:-moz-linear-gradient( center top, #950000 5%, #690000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#950000', endColorstr='#690000');
background-color:#950000;
-webkit-border-top-left-radius:6px;
-moz-border-radius-topleft:6px;
border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topright:6px;
border-top-right-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomright:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-moz-border-radius-bottomleft:6px;
border-bottom-left-radius:6px;
text-indent:0;
border:1px solid #808080;
display:inline-block;
color:#ffffff;
font-size:15px;
font-style:normal;
height:30px;
line-height:25px;
width:100px;
text-decoration:none;
text-align:center;
margin-right: 10px;
}

#login button:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #690000), color-stop(1, #950000) );
background:-moz-linear-gradient( center top, #690000 5%, #950000 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#690000', endColorstr='#950000');
background-color:#690000;
}

#login button:active {
position:relative;
top:1px;
}

.main-container {
    margin: 15px auto;
    max-width: 950px;
}



.account .titular {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    line-height: 60px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.account {
    background: none repeat scroll 0 0 #394264;
    border-radius: 5px;
    height: 410px;
    margin: 0 auto;
    text-align: center;
    width: 340px;
    text-align: center;
}

.account h1, .account h2, .account p, .account a, .account span {
    color: #fff;
}

.sign-in.button {
    background: none repeat scroll 0 0 #11a8ab;
    margin: 4px auto;
}

.button {
    border-radius: 5px;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease 0s;
    width: 175px;
}

a.button {
    text-decoration: none;
}


.account .input-container {
    position: relative;
}

.account input[type="text"] {
    background: none repeat scroll 0 0 #50597b;
    border: 1px solid #1f253d;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 45px;
    width: 260px;
}


.input-icon {
    font-size: 22px;
    left: 61px;
    position: absolute;
    top: 10px;
}


[class*="fontawesome-"]::before {
    font-family: "FontAwesome",sans-serif;
}
.fontawesome-envelope::before {
    content: "";
}

.input-icon.password-icon {
    left: 65px;
}
.input-icon {
    font-size: 22px;
    left: 61px;
    position: absolute;
    top: 10px;
}
* {
    box-sizing: border-box;
}

/************************************ FONTS ************************************/
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);
/* entypo */
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}
/* fontawesome */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
/************************************* END FONTS *************************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	background-color: #e9eaed;
	color:#343434;
	text-align:center;
	max-width:auto;
	height:auto;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size:18px
}
h4 {
	font-size:16px
}
.clear {
	clear: both;
}
/** LINKS **/

a {
	color:#999;
	text-decoration:underline;
}
a:hover {
	color:#333;
	-webkit-transition: color .3s;
	transition: color .3s;
}
a.entypo-del {
	text-decoration:none;
	color:white
}
a.entypo-del:hover {
	color:#cc324b;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.rep a {
	color:#262D58
}
.rep h3 a {
	color:white
}
.rep table a.entypo-del {
	color:#6f94c0!important;
}
.rep table a.entypo-del:hover {
	color:#cc324b!important;
}
/** CONTAINERS **/

#mainlogo {
	width:88px;
	height:66px;
	margin:15px auto;
	background: url("../img/logomsslogin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.main-container {
	max-width: 950px;
	margin: 15px auto;
}
/** DASHBOARD **/

body.dashboard h2 {
	background-color: white;
	font-size: 21px;
	padding: 15px 0;
	width: 100%;
}
.rep {
	display: block;
	text-align:left;
	border-radius: 5px;
	background: #f4f8fd;
	color:#343434;
	border: 1px solid #ccc;
}
.rep .content {
	padding:0 15px 25px 15px
}
.rep h3 {
	background: none repeat scroll 0 0 #3468af;
	padding:9px 15px;
	color:white;
	margin:0;
	font-weight:normal;-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rep h3 .icon {
	float:right;
	right:15px
}
.rep h4 {
	display:inline-block;
	font-weight:normal
}
.rep table {
	width:99%;
	padding:15px;
	border-collapse:collapse;
	border-top: 1px solid #c0d6ee
}
.rep td {
	padding:5px;
	vertical-align:middle;
	border-bottom: 1px solid #c0d6ee;
	text-transform:capitalize
}
.rep td.l {
	width:33%
}
.rep td.m {
	width:auto
}
.rep td.r {
	width:30px
}
.rep td.r a {
	text-decoration:none;
	color:gray
}
.rep .pair {
	background-color:#d8e6f6
}
.rep .impair {
	background-color:#c6def4
}
.rep input[type=text] {
	height: 25px;
	margin-left: 5px;
	background: #efefef;
	color: #555;
	border: solid 1px #afcbe9;
	font-size:14px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rep input[type=file] {
	display:inline-block;
	height: 25px;
	margin-left: 5px!important;
	font-size: 14px;
}
.rep span.import {
	margin-left:25px
}
/** MODAL **/

#modal {
	width:450px;
	background: none repeat scroll 0 0 #394264;
	margin:0 auto;
	color:white;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#modal h1 {
	font-size: 23px;
}
#modal h2 {
	font-size: 18px;
}
/** LOGIN **/

.account {
	height: 410px;
	width:340px;
	background: #394264;
	margin: 0 auto;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.account h1, .account h2, .account p, .account a, .account span {
	color: #fff;
}
.account p {
	text-align: center;
}
.account h2 {
	font-size:18px
}
.account .note {
	font-size:12px;
	margin-top:35px;
}
.account .titular {
	padding: 10px 0;
	display: block;
	line-height: 60px;
	margin: 0;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.account .input-container {
	position: relative;
}
.account input {
	width: 260px;
	height: 50px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 45px;
	background: #50597b;
	color: #fff;
	border: solid 1px #1f253d;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.account input::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
.account input:-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
.account input::-moz-input-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
.account input:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
.account input:focus {
	outline: none; /* removes the default orange border when focus */
	border: 1px solid #11a8ab;
}
/** ICONS **/

.icon {
	font-size: 20px;
}
.input-icon {
	font-size: 22px;
	position: absolute;
	left: 61px;
	top: 10px;
}
.input-icon.password-icon {
	left: 65px;
}
.entypo-add:before {
	content: "➕";
}
.entypo-del:before {
	content: "❎";
}
.rep .entypo-del {
	margin-left:5px
}
.entypo-top:before {
	content: "▴";
}
/** BUTTONS */


.button {
	display: block;
	width: 175px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: background .3s;
	transition: background .3s;
	text-transform:uppercase;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.button {
	text-decoration:none
}
.button:hover {
	text-decoration: none;
	color:white
}
.sign-in.button {
	background: #11a8ab;
	margin: 4px auto;
}
.sign-in.button:hover {
	background: #0c7f81;
}
.sign-out.button {
	background: #e64c65;
	margin: 4px auto;
}
.sign-out.button:hover {
	background: #cc324b;
}
