/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Calibri, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-size: 14px;
	color: #686f76;
	background: #121b24;
}

a:link, a:visited { color: #aabdd0; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #aabdd0; text-decoration: underline}

#tip { color: #159447; text-decoration: underline; !important} 

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #aabdd0;
}
em {
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
}

h1 strong {
	font-size: 26px;
	font-weight: 400;
	text-decoration: underline;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetobottom_small {
	clear: both;
	height: 25px;
}
.spacetobottom_smallest {
	clear: both;
	height: 15px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 10px;
}

/* ----- Form ----- */
.form_row{
	padding: 3px 0px;
}

form{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;	
}

#temps{
	margin: 13px 0 0 10px;
}

.content_form{
	width: 550px;
	float: left;
	line-height: 23px;
	padding-top: 5px; 
}

.small {
	width: 380px !important;	
}

.minimum {
	width: 65px !important;	
}

.liste {
	text-align: center !important;
}

label {
	margin-right: 10px;
}

input{
	/*width: 150px;
	height: 15px;*/
	color: #aabdd0;
	border: 1px solid #686f76;
	background: #070707;
}

input[type=checkbox]{
	width: auto;
	vertical-align: middle;
}

input[type=button], input[type=submit], input[type=reset]{
	color: #000;
	background: #444;
    background: linear-gradient( #777, #ccc);
    box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
	border-radius:4px;
}

td a { display: block}

.inputfield{
	width: auto;	
}

.field_heure{
	width: 35px;
}

.noMargin{
	margin: auto;
}

select{
	color: #000;
	background: #ddd;
	border: 1px solid #686f76;
}

.button{
	padding: 5px;
}

.large_button{
	width: 100px !important;
}
.small_button{
	width: 20px;
	height: 20px;	
}
/* End of Form */

.more_button a{
	clear: both;
	display: block;
	width: 80px;
	height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #aabdd0;
	background: #0b1016;
	border: 1px solid #05070a;
}

.none{
	display: none;
}

.center{
	text-align: center !important;
}

.left{
	text-align: left !important;
}


.listeContent{
	width: 500px;
}

#numODC{
	display: none;
}

#templatemo_wrapper1 {
	background: url(../images/maintopBG.gif) top repeat-x;
}

#templatemo_wrapper2 {
	background: url(../images/mainbuttomBG.gif) bottom repeat-x;
}

#templatemo_container {
	margin: auto;
	/*width: 960px;*/
	width: 100%;
}

/*------------- Menu ------------------*/
#templatemo_menu {
	float: left;
	/*width: 930px;*/
	width: 100%;
	text-align: center;
	height: 40px;
	margin: 18px 0 0 0;
	/*padding: 0 0 0 30px;*/
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	width: 127px;
	height: 30px;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #aabdd0;
	border-left: 1px solid #34373b;
}

#templatemo_menu ul li .lastmenu{
	border-right: 1px solid #34373b;	
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #aabdd0;
	background: url(../images/menuhoverBG.gif) no-repeat;
}

/* ----------------- end of menu----------------*/

/* header and banner */

#templatemo_header_banner {
	float: left;
	width: 900px;
	height: 268px;
	padding: 0 30px;
	margin-top: 2px;
}

#templatemo_header {
	float: left;
	width: 310px;
	height: 268px;	
	background: url(../images/header.jpg) no-repeat;
}

#templatemo_sitetitle {
	padding: 150px 0 10px 40px;
	font-size: 3.0em;
	font-weight: bold;
	color:#169046;
}
#templatemo_sitesubtitle {
	padding: 0px 0 0px 100px;
	font-size: 2.0em;
	font-weight: bold;
	color:#FFFFFF;
}

#templatemo_sitetitle span{
	font-weight: normal;
	color: #FFFFFF;
}
 .smaller{
	font-weight: normal;	
	font-size: 0.5em !important;
}

.green {
	color: #169046 !important;
}

.white {
	color: #FFFFFF;
}

#templatemo_tagline span{
	padding: 0;
	font-size: 1.0em;
	color:#FFFFFF;
}

.first{
	padding: 0 0 0 25px !important;
}

.bold{
	font-weight: bold !important;	
}

#templatemo_banner {
	float: left;
	width: 590px;
	height: 268px;
	background: url(../images/banner.jpg) no-repeat;
}

#templatemo_bannertext{
	text-align: right;
	padding: 165px 25px 0 0;
	font-size: 14px;
	color: #FFFFFF;	
}
#templatemo_bannertext span{
	font-size: 20px;
	font-weight: bold;
	color: #169046;	
}
/* end of header and banner */

/* ----------------- Content ----------------------- */



#templatemo_content {
	/*float: left;*/
	margin: 0 auto;
	width: 900px;
	padding:0 30px;
}

#templatemo_leftcolumn {
	float: left;
	width: 280px;
	/*padding: 20px 20px 0 10px;*/
	/*background: url(../images/leftcolumnBG.gif) top center no-repeat;*/
	padding-top: 70px;
	margin-bottom: 30px;
}

.index{
	margin-top: 0 !important;	
}

.login_form{
	background: #06080a;
	width: 240px;
	padding: 15px;
	border: 5px solid #070707;
}

.newssection {
	padding: 0 0 5px 0;
}


#templatemo_rightcolumn {
	float: left;
	width: 570px;
	padding: 20px 0 0 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	
}

.templatemo_rightcolumn {
	float: left;
	width: 570px;
	padding: 20px 0 0 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	
}

#templatemo_column {
	padding: 20px 0 0 20px;
}

#templatemo_columnAtRight {
	width: 350px;
	padding: 20px 0 0 20px;
	float: right;
}

.title{	
	color: #159447 !important;
}

.date {
	width: 73px;	
}

.hour {
	width: 45px;
	text-align: center;	
}

.week{
	line-height: 30px;
}
#employeEnCours, .nomEmploye, .semaine {
	border: none;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	height: 25px;
	text-align: center;
}

.onecolumn {
	width: 530px;
}

.full {
	width: 800px !important;	
}

.largest{
	width: 355px !important;
}

.bigger{
	width: 800px !important;
}

.largerForComboBox{
	width: 550px !important;
}

.choix{
	width: 100px !important;
}

.date_fillin {
	width: 125px !important;
}

div.full{
	width: 800px !important;
	margin: 5px 0 !important;
}

h1.full {
	text-align: center;
}

.onecolumn img {
	float: right;
	clear: both;	
	margin: 0 0 5px 10px;
	border: 3px solid #0e121d;
}

.twocolumn {
	width: 530px;
}

.twocolumn_box {
	float: left;
	width: 520px;
}

.encadrement {
	padding: 10px;
	background: #0c1117 url(../images/boxBG.gif) top right no-repeat;
	border: 5px solid #0f1721;
}

.twocolumn_box img {
	float: left;
	margin: 2px 10px 0 0;
	border: 3px solid #0e121d;
}
.twocolumn_box p {
	text-align: left;
}
.twocolumn_box ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
.twocolumn_box li {
	list-style: none;
	padding: 10px 0 10px 20px;
	background: url(../images/listicon.gif) center left no-repeat;
}

.gallery li {
	list-style: square !important;
	background: none;
}

.standard{
	text-align: left;	
	padding: 0 !important;
}

.scrollbar{
	height: 75px;
	width: 500px !important;
	overflow: auto;
	border: solid 1px;
}


#gallery, .large {
	width: 800px !important;
	float: left;
}

#administration {
	float: left;
	width: 900px !important;

}

.employe_liste{
	width: 449px !important;
}

.gallery_column {
	float: left;
	width: 200px;
	text-align: left;
}

.bigger{
	width: 350px !important;
}]

.gallery_right{
	float: right;
}

.right{
	text-align: right !important;
	width: 165px !important;
}

.searchField{
	text-align: right !important;
}

.projet{
	text-align: right !important;
	width: 50px !important;
}

.larger {
	width: 70px !important;
}

.clear{
	clear: both;
}

.height{
	line-height: 23px;
}

.disabled{
	background-color: #666 !important;	
	border: 1px solid #777 !important;
}

.inline {
	display: inline-block;
	float: left;
}

.gallery_column img{
	/*border: 5px solid #000000;*/
	margin: 0 0 10px 0;
}

.gallery_column p{
	text-align: left;
}

/* end of content */

/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	padding: 20px 0px 0px 0px;
	/*width: 960px;*/
	height: 60px;
	text-align: center;
	/*background: url(../images/footerBG.gif) repeat-x;*/
}

.img_footer {
	width: 26px;
	height: 16px
}

#templatemo_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */

/* ------ Depense ------ */
table#depense{
	width: 100%;
}
	
div#depense{
	width: 550px !important;
	
}

th.headerDepense{
	color: #159447 !important;
    /*width: 180px;*/
    border:1px solid #787878;
}

td.depense{
	height: 25px !important;
	/*width: 80px;*/ 
	border:1px solid #787878;
	text-align: center;
	padding: 0 4px 0 4px;
}

#periodeEmploye.noBorder {
	border: none;
}

#upButton{
	background: url(../images/upArrow.png) center no-repeat;
	background-size: 13px;
	color: transparent;		
}

#downButton{
	background: url(../images/downArrow.png) center no-repeat;
	background-size: 13px;
	color: transparent;
}

.inputfield_login{
	width: 150px;
}


/******* TABLE ********/
    #recapitulatif, .table {
        display: table;
        width: 100%;
        line-height: 30px;
    }
    .titre {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
    .heading {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
    .row {
        display: table-row;
    }
    .cell {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }

.disabled-new{
	background-color: #121b24 !important;	
	border: 0;
}

.msgWarning {color:green; font-weight: bold;}