.login{
	margin-top: 75px !important;
}

.col1tbprofil {
    padding-right: 100px !important;
}

.blanc{
	background-color:#ffffff;
}

.gris{
	background-color:bfbfbf;
	
}

.pointer { cursor: pointer; cursor: hand; }

.width160{ width: 160px;}

/*
body {
    padding: 30px;
}*/
.btn2 { /* just for this demo. */
    margin-top: 5px;
}

.jumbotron{
	
padding-top: 20px !important;
}
.boldgreen{
 font-weight: bold;
color:green; 

}
.boldred{
 font-weight: bold;
color:red; 

}
.nonactif{
	text-decoration: line-through;
}
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}
.cours{
cursor:pointer;	
}
.title{
    text-align: center;
    position: relative;
    top: -25px;
}

.tbvalve{

	width: 100%;	
}

.tbvalve2{
    width: 100%;
    height: 455px;
    overflow: auto;
    margin-bottom: 15px;

}
.red{
color:red;
}
.formulairevalve{


}
.accueilcol1{
	width: 90px;
}

.accueilcol2{
	
}

.tbacquis{
	 border-radius: 22px 22px 22px 22px !important;
	-moz-border-radius: 22px 22px 22px 22px !important;
	-webkit-border-radius: 22px 22px 22px 22px !important;
	border: 2px solid  #c2c2c2;
	    width: 100%;
		margin-bottom:15px;
}

.fleche1{
display:inline;	
}
.point{
	width:50px;
}
.formsemaine2{
    margin: auto;
    position: centred;
    text-align: center;
    position: relative;
    top: -23px;
}
.formsemaine{
      position: relative;
    top: -44px;
    left: 243px;
}
.lignetb{
height:26px;
}
.table-bordered{
border: 0px solid #ddd!important; 
}

.jumbotron .btn {
    padding: 5px !important;
    font-size: 15px !important;
}

.jumbotron .btn2 {
    width: 110px;
    padding: 5px 10px !important;
    font-size: 15px !important;
	margin:0px 15px;
}
.ajoutetu{
	margin-bottom: 10px !important;
}

.tbjour{
    display: inline;
    width:50%;
	font-size:12px;
	padding: 5px;
	position: relative;
    top: 5px;
}

.btn-group{
    padding-bottom: 15px;
    margin-left: 5px;
}

.col1{
width:64px;
}
.col2{
width:200px;
min-width:200px;
max-width:200px;
}
.col3{
width:105px;
}

td,
th {
  padding: 5px !important;
}

.btnmodif{
	
	background:url(../img/edit.png) center center no-repeat;

	width:25px;
	height: 16px;
	padding: 0 0 0 0px;
	cursor: pointer;
	border:0;
}
.btndelete{
	
	background:url(../img/delete.png) center center no-repeat;

	width:25px;
	height: 16px;
	padding: 0 0 0 0px;
	cursor: pointer;
	border:0;
}

.formbtnmodif{
	    margin-bottom: 0px !important;
}

.err{
	border-style: solid;
    border-color: #ff0000;
}

.uename{
	background-color: #A9BDC0!important;
}



.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #99ddff !important;
}

.ms-container{
  background: transparent url('../img/switch.png') no-repeat 50% 50%;
  width: 800px;
}
.custom-header {
    text-align: center;
    padding: 3px;
    background: #000;
    color: #fff;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  float: left;
  width: 45%;
}
.ms-container .ms-selection{
  float: right;
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}