﻿/*--------------------------------------------ATENTION---------------------------------------------*/
/*-------DUE A UN BUG SUR CHROME ET QUIL N'EST PAS POUR CELLULAIRE EN CE MOMENT NOUS---------------*/
/*-------AVONS ENLEVER LA CLASSE NO TOUCH DES HOVER ET ACTIVE POUR QU"IL AFFICHE TOUT LE TEMPS-----*/
#divHeader
{
    width: 100%;
    height: 86px;
    background-image: url('../Images/P_Top_back.jpg');
    background-repeat: repeat-x;
}

#divHeader img{
    float: left;
    border: none;
    width: 388px;
}

.table-hover>tbody>tr:hover {
    background-color: #8EB1ED;
    color: white;
}


body
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size:11px;
    color: Gray;
    /*padding-bottom:50px;*/
}

a 
{
    text-decoration:underline;
    color:#3c92ca;
    font-weight:bolder;
}

.progress 
{
    height:20px;
    /*margin-bottom:20px;*/
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:4px;
    }
/**:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*Bar of progress*/
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
    text-align: center;
    background-color: @progress-bar-bg;
}
.grey
{ 
    color:grey !important; 
}

.TitleProject
{
    text-align:center;
    font-family:Verdana;
    font-size:16px;
    font-weight:bold;
    color:#000000;
    padding-bottom:25px;
    padding-top:25px;
}

.Text
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    margin:auto;
}

#divDatePicker
{
    text-align:center; 
}

.mydatagrid
{
    margin: 0 auto;
    border: solid 2px black;
    width:50%;
    min-width:50%;
}

.header
{
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center !important;
    font-size: 12px;
}

.rows
{
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: center;
    border: none 0px transparent;
}

.rows:hover
{
    background-color: #3F8AA5;
    font-family: Arial;
    color:#FFF;
    text-align:center;
}

.selectedrow
{
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/
{
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
    background-color: #000;
    color: #fff;
}

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager
{
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mydatagrid td
{
    padding: 5px;
}

.mydatagrid th
{
    padding: 5px;
}

*{
 -webkit-box-sizing: border-box;
 -moz-box-sizing:    border-box;
 box-sizing:         border-box;
}

html, body, form {
  height: 100%;
}

.smallButton{
    font-size:12px !important;
    padding:3px 15px !important;
}

.buttonStyle{
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration:0.5s;
    background-color: #0047ba;
    border:2px solid  #0047ba;
    color:white;
    width:auto;
    padding: 8px 27px 8px 27px; 
    display:inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size:14px;
    white-space: normal;
    cursor:pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

 .buttonStyle:hover{
    background-color: #0047ba;
    color: white;
    /*shadow*/
	-webkit-box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.8);  
	-moz-box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.8);   
	box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.8);    
}

 .buttonStyle:active {
  background-color: #0047ba;
  border-color:#caccff;
  transform: translateY(2px);
}

.buttonStyleGreen{
    background-color: #00ab00 !important;
    border-color: #00ab00 !important;
}
 .buttonStyleGreen:hover{
    background-color: #00ab00 !important;
}
 .buttonStyleGreen:active {
  background-color: #00ab00 !important;
  border-color:#bbffbb !important;
}
.buttonStyleRed{
    background-color: #ec1f1f !important;
    border-color: #ec1f1f !important;
}
 .buttonStyleRed:hover{
    background-color: #ec1f1f !important;
}
.buttonStyleRed:active {
    background-color: #ec1f1f !important;
    border-color:#ff8787 !important;
}

/*.textBoxStyle {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #2F80ED;
	box-sizing: border-box;
	border-radius: 0px 6px 6px 0px;
	height:48px;

}

.textBoxStyle:focus{
    border: 2px solid #003fff;
    -webkit-transition: 0.75s;
    transition: 0.75s;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);   
	box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);     
}

.textBoxStyle:disabled {
	cursor:not-allowed;
	background-color:#dddddd;
}*/

.ddlStyle{
    background-color: white;
    box-sizing: border-box;
    padding: 2px 10px;
    border: 2px solid #cccccc;
    outline: none;
    /*radius*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;   
}

.ddlStyle:focus{
    border: 2px solid #003fff;
    -webkit-transition: 0.75s;
    transition: 0.75s;    
}

.ddlStyle option{
    font-size:14px;
}
.ddlStyle option:hover{
    background-color:White;
    color:#003fff;
}
.checkboxStyleText{
    display:inline-block;
    font-size:1.2em;
}
.checkboxStyle {
	position: relative;
	width: 18px;
	height: 18px;
	display:inline-block;
	
	background: #fcfff4
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);

	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.checkboxStyle label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	left: 3px;
	top: 3px;

    background:#222;
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
}

.checkboxStyle label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	width: 10px;
	height: 10px;
	
	background: #0089ff;
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.checkboxStyle label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.checkboxStyle input[type=checkbox]:checked + label:after,  .checkboxStyle span input[type=checkbox]:checked + label:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.Link{
    color:Blue;
    text-decoration:underline;
    cursor:pointer;
    font-size:16px;    
}
.Link:hover{
    text-decoration:none;
    text-shadow: 1px 1px 1px #555;
}

.Left{
    float:left !important;
}

.Right{
    float:right !important;
}

.center-ScreenHorizontal{
  margin: 0 auto;
  float:none !important;
}
.alignMiddle{
    vertical-align:middle;
}

.noPadding{padding:0px !important;}
.Padding-l-0{Padding-left:0px;}
.Padding-l-1{Padding-left:8px;}
.Padding-l-2{Padding-left:16px;}
.Padding-l-3{Padding-left:32px;}
.Padding-l-4{Padding-left:50px;}
.Padding-l-5{Padding-left:80px;}
.Padding-l-6{Padding-left:100px;}
.Padding-l-7{Padding-left:125px;}
.Padding-l-8{Padding-left:150px;}
.Padding-l-9{Padding-left:175px;}
.Padding-l-10{Padding-left:200px;}
.Padding-r-0{Padding-right:0px;}
.Padding-r-1{Padding-right:8px;}
.Padding-r-2{Padding-right:16px;}
.Padding-r-3{Padding-right:32px;}
.Padding-r-4{Padding-right:50px;}
.Padding-r-5{Padding-right:80px;}
.Padding-r-6{Padding-right:100px;}
.Padding-r-7{Padding-right:125px;}
.Padding-r-8{Padding-right:150px;}
.Padding-r-9{Padding-right:175px;}
.Padding-r-10{Padding-right:200px;}
.Padding-t-0{Padding-top:0px;}
.Padding-t-1{Padding-top:8px;}
.Padding-t-2{Padding-top:16px;}
.Padding-t-3{Padding-top:32px;}
.Padding-t-4{Padding-top:50px;}
.Padding-t-5{Padding-top:80px;}
.Padding-t-6{Padding-top:100px;}
.Padding-t-7{Padding-top:125px;}
.Padding-t-8{Padding-top:150px;}
.Padding-t-9{Padding-top:175px;}
.Padding-t-10{Padding-top:200px;}
.Padding-b-0{Padding-bottom:0px;}
.Padding-b-1{Padding-bottom:8px;}
.Padding-b-2{Padding-bottom:16px;}
.Padding-b-3{Padding-bottom:32px;}
.Padding-b-4{Padding-bottom:50px;}
.Padding-b-5{Padding-bottom:80px;}
.Padding-b-6{Padding-bottom:100px;}
.Padding-b-7{Padding-bottom:125px;}
.Padding-b-8{Padding-bottom:150px;}
.Padding-b-9{Padding-bottom:175px;}
.Padding-b-10{Padding-bottom:200px;}

.noMargin{margin:0px !important;}
.margin-l-1{margin-left:8px;}
.margin-l-2{margin-left:16px;}
.margin-l-3{margin-left:32px;}
.margin-l-4{margin-left:50px;}
.margin-l-5{margin-left:80px;}
.margin-l-6{margin-left:100px;}
.margin-l-7{margin-left:125px;}
.margin-l-8{margin-left:150px;}
.margin-l-9{margin-left:175px;}
.margin-l-10{margin-left:200px;}
.margin-r-1{margin-right:8px;}
.margin-r-2{margin-right:16px;}
.margin-r-3{margin-right:32px;}
.margin-r-4{margin-right:50px;}
.margin-r-5{margin-right:80px;}
.margin-r-6{margin-right:100px;}
.margin-r-7{margin-right:125px;}
.margin-r-8{margin-right:150px;}
.margin-r-9{margin-right:175px;}
.margin-r-10{margin-right:200px;}
.margin-t-1{margin-top:8px;}
.margin-t-2{margin-top:16px;}
.margin-t-3{margin-top:32px;}
.margin-t-4{margin-top:50px;}
.margin-t-5{margin-top:80px;}
.margin-t-6{margin-top:100px;}
.margin-t-7{margin-top:125px;}
.margin-t-8{margin-top:150px;}
.margin-t-9{margin-top:175px;}
.margin-t-10{margin-top:200px;}
.margin-b-1{margin-bottom:8px;}
.margin-b-2{margin-bottom:16px;}
.margin-b-3{margin-bottom:32px;}
.margin-b-4{margin-bottom:50px;}
.margin-b-5{margin-bottom:80px;}
.margin-b-6{margin-bottom:100px;}
.margin-b-7{margin-bottom:125px;}
.margin-b-8{margin-bottom:150px;}
.margin-b-9{margin-bottom:175px;}
.margin-b-10{margin-bottom:200px;}

.noBorderRadius{
border-radius:0 0 0 0 !important;
-webkit-border-radius: 0 0 0 0 !important;
-moz-border-radius: 0 0 0 0 !important;  
}

@media (max-width: 767px){
    .Control-xs-10{width:100%;}
    .Control-xs-9{width:90%;}
    .Control-xs-8{width:80%;}
    .Control-xs-7{width:70%;}  
    .Control-xs-6{width:60%;}
    .Control-xs-5{width:50%;}
    .Control-xs-4{width:40%;}
    .Control-xs-3{width:30%;}
    .Control-xs-2{width:20%;}
    .Control-xs-1{width:10%;}
    
    .pull-right-xs{float:right;}
    .pull-left-xs{float:left;}
    .pull-None-xs{float:none;}
    
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }                   
}
@media (min-width: 768px){
    .Control-sm-10{width:100%;}
    .Control-sm-9{width:90%;}
    .Control-sm-8{width:80%;}
    .Control-sm-7{width:70%;}  
    .Control-sm-6{width:60%;}
    .Control-sm-5{width:50%;}
    .Control-sm-4{width:40%;}
    .Control-sm-3{width:30%;}
    .Control-sm-2{width:20%;}
    .Control-sm-1{width:10%;}
    
    .pull-right-sm{float:right;}
    .pull-left-sm{float:left;}
    .pull-None-sm{float:none;}
    
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }        
}
@media (min-width: 992px){
    .Control-md-10{width:100%;}
    .Control-md-9{width:90%;}
    .Control-md-8{width:80%;}
    .Control-md-7{width:70%;}  
    .Control-md-6{width:60%;}
    .Control-md-5{width:50%;}
    .Control-md-4{width:40%;}
    .Control-md-3{width:30%;}
    .Control-md-2{width:20%;}
    .Control-md-1{width:10%;}
    
    .pull-right-md{float:right;}
    .pull-left-md{float:left;}
    .pull-None-md{float:none;}
   
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }    
}