

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  color: white;
}
.button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
  content: none;
}

.button-blue {
  background: black;
  border-color: #0d78b6 #0d78b6 #0b689e;
}
.button-blue:active {
  background: #1097e6;
  border-color: #0b689e #0d78b6 #0d78b6;
  color: white;
}

.button-blue-main {
  background: white;
  border-color: white;
  color: black;
}
.button-blue-main:active {
  background: white;
  border-color: white;
  color: #0b95c9;
}
.btn {
	border-radius: 0px;
}

a:active {
	text-decoration:none;
}

table input {
	padding: 3px;
}

table .btn-primary, table .btn-primary:hover, table .btn-primary:active, table input, table textarea {
	border: 1px solid black;
}

table .colOne {
	text-align:left;
	width: 300px;
	padding:5px;
	border: 0;
}
table .colTwo {
	text-align:right;
	padding: 5px;
	border:0;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"] {
	margin-bottom:0px;
}

.tbordertop {
	border-top:10px solid #0b95c9;
}

input {
  background: white;
  border-color: white;
  color: black;
  text-align:center;
  vertical-align:middle;
}

.button-blue-main:hover {
  color: black;
}

.btn-primary {
	background-color: white;
	color: black;
	border-color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
	background-color: white;
	color: black;
	border-color: white;
}
.btn-primary:active {
	background-color: white;
	color: black;
	border-color: white;
}

.menuPrincipaleLeft {
	width: 15.05%;
	float: left;
	overflow:hidden;
	line-height:90%;
	text-align:center;
	background-size: 100% 100%; 
	background-position: center center;
	color: white;
	min-height: 100%;
	position: fixed; 
}
.menuPrincipaleLeftRight {
	float:right;
	width: 6.1%;
	height: 1200px;
	background-image: url(barreLeftRightBleu.png);
	background-repeat: repeat-y;
}

.menuPrincipaleLeftLeft {
	float:left;
	width: 93.9%;
	height:100%;
	background-color:#0b95c9;
}
.menuPrincipaleRight {
	width: 84.95%;
	height:90%;
	background-image: url(titreBGBleu.jpg);
	float:right;
	min-height: 100%; 
}
.left-bar-top {
	top:0px;
	left:0px;
	height: 20px;
	background-image: url(barreTopBleu.png);
}
.right-bar-top {
	top:0px;
	left:0px;
	height: 20px;
	background-image: url(barreTopBleu.png);
}

.titre-right {
	color: white;
	height: 50px;
	width: 100%;
	text-align: center;
	background-image: url(titreBGBleu.jpg);
}
.bar-right{
	top:0px;
	left:0px;
	height: 20px;
	background-image: url(barreTopBleu.png);
}
.table-right {
	width: 100%;
	height: 100%;
	text-align: center; 
	padding: 10px; 
	margin: 0; 
}

.titre-right  a{
	color: white !important;
}

.table-center {
   margin-left:auto;
   margin-right:auto;
}

.usergroup {
	width: 100%;
	
}
.usergroup div {
	float:left;
	width: 15%;
}
th {
	background:#3d3836 ;
	color: white;
	padding: 5px;
	margin:0px;
	border:0px;
	text-align: center;
}

.users tr{
	cursor:pointer;
}

.copySelect {
	width: 150px;
	margin-bottom: 0px;
	float: none;
	display: inline-block;
	margin-left: 0;
	position: relative;
	vertical-align: middle;
	margin-left: 0;
	width: 100%;
	padding-right: 25px;
	color: #0b95c9;
	border-color: white;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	background-image: none;
	font-family: inherit;
	text-transform: none;
	overflow: visible;
	margin: 0;
	font: inherit;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	width: 250px;
	border: 1px solid black;
	padding: 5px;
	cursor: pointer;
}

input [type=time] {
	width: 90px;
}

tr:hover {
	background: rgb(229, 228, 205) !important;
}

tr {
	background:white;
}

td {
	color: black;
	padding: 5px;
}

table {
	margin: 10px auto 10px auto !important;
	
}

td a {
	color: #0b95c9;
	font-weight: bold;
}
td a:hover {
	color: #0b95c9;
	font-weight: bold;
	text-decoration:none;
}