/* Body */
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif !important;
	font-size:12px;	
}

/* Global */
.orange {
	color: #FBB03B;
}
.graphDateButton {
	background: #fff;
	
}

/* Site */
.site-wrapper {
	min-width: 960px !important;
	position: relative;
	padding-bottom: 50px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #FBB03B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #FBB03B;
  outline: 0 none;
}
#ui-datepicker-div {
	z-index: 1000 !important;
}
.btn,
.input-group .input-group-addon,
.input-group input.form-control {
	border-radius: 0px !important;
}
.btn span.glyphicon {
	margin-right: 8px;
}
p.bg-danger,
p.bg-info {
	padding: 10px;
}
p.bg-danger span.glyphicon,
p.bg-info span.glyphicon {
	margin-right: 8px;
}
ul.pagination {
	border: 1px solid #fff;
	border-radius: 0;
}
ul.pagination li {
	border-radius: 0 !important;	
}
ul.pagination li a {
	color: #FBB03B;
}
ul.pagination li.active a,
ul.pagination li:hover a {
	background: #FBB03B;
	color: #fff;
	border-color : #FBB03B;
}
table.table tfoot span.totalPage {
	line-height: 75px;
	font-size: 15px;
	padding-left: 20px;
}
table.table tr td {
	vertical-align: middle;
}
table.table thead th {
	position: relative;
}
table.table thead th .sortableCol {
	color: #FEDAA3;
	font-size: 13px;
	position: absolute;
	right: 2px;
	top: 2px;
}


/* Header */
.site-header-wrapper {
	height: 166px;
	background-color : #F2F2F2;
}

.site-header {
	width: 1040px;
	min-height: 125px;
	margin: 0 auto;
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.site-header-menu {
	padding-top: 135px;
	height: 40px;
	text-align: left;
}
.site-header-menu a {
	display: inline-block;
	padding: 0 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;

	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;	
}
.site-header-menu a:hover {
	color: #FBB03B;
}

.site-header-menu .right {
	float: right;
	text-align: right;
}
.site-header-menu .right a {
	padding: 0;
}


/* Espace Client */
.espace-client-wrapper {
	width: 1040px;
	margin: 0 auto;
	margin-top: -80px;
}
.espace-client-wrapper .espace-client {
	
}
.espace-client {
	width: 100%;
	min-height: 500px;
	padding-top: 15px;
}

/* Layer loading */
.layer-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.4);
	z-index: 1000;
	cursor: wait;
	display: none;
}
.layer-loading-content {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 2000;
	display: none;
}
.sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FBB03B;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}





/* Menu */
.portail-menu {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	/*border: 1px solid #F2F2F2;*/
	margin-top: 35px;
	background: #fff;
	box-shadow: 2px 2px 6px #CCC;
}
.portail-menu a {
	text-decoration: none;
	color: #666;
	font-size: 13px;
	display: inline-block;
	line-height: 50px;
	padding: 0 22px;
	margin: 0;
	border-right: 1px solid #E5E5E5;
	transition: all 0.3s ease;
}
.portail-menu a:last-child  {
	border: 0 none;
}
.portail-menu a.selected,
.portail-menu a:hover {
	background: #FBB03B;
	color: #fff;
}
.portail-menu span.glyphicon {
	margin-right: 8px;
}


/* Page */
.page-content {
	margin-top: 20px;
}
.page-content h1 {
	margin-top: 0;
	font-size: 25px;
	color: #4d4d4d;
	margin-bottom: 15px;
	font-weight: 300;
}
.page-content h1 a.backlink {
	float: right;
	color: #ccc;
	font-size: 15px;
	padding-top: 7px;
	text-decoration: none;
}
.page-content h1 a.backlink span.glyphicon {
	transition: padding 0.3s ease;
	font-size: 13px;
}
.page-content h1 a.backlink:hover {
	color: #FBB03B;
}
.page-content h1 a.backlink:hover span.glyphicon {
	padding-right: 15px;
}
.page-content .table-buttons {
	height: 35px;
	overflow: hidden;
}
.page-content form.form-bg {
	background: #eee;
	padding: 10px;
}
.page-content form.form-bg hr {
	border-color: #fff;
}
.page-content form.form-bg .btn-final {
	text-align: center;
	margin-bottom: -30px;
	margin-top: 40px;
}



/* Tables */
table.table {
	margin-top: 10px;
	background: #fff;
}
table.table thead,
table.table tfoot {
	background: #FBB03B;
	color: #fff;
}
table.table thead th {
	vertical-align: middle;
	text-align: center;
	font-weight: 300;
	font-size: 16px;

}
table.table thead th[data-sort] {
	cursor: pointer;
}
table.table thead th[data-sort]:hover {
	color: #FBB03B;
	background: #fff;
}
table.table thead th span.sortIcon {
	margin-left: 10px;
	font-size: 12px;
}
table.table thead tr:last-child th {
	border-top: 0 none;
}
table.table tbody tr td {
	min-height: 18px !important;
}
table.table span.glyphicon-ok {
	font-size: 13px;
	color: #4CAF50;
}
table.table span.glyphicon-remove {
	font-size: 13px;
	color: #F44336;
}

table.table-auto-generated thead th {
	text-transform: capitalize;
}
table.table-auto-generated tbody tr:hover {
	background: #FBB03B;
	color: #fff;
}
table.table-auto-generated tbody tr td {
	font-size: 11px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}
table.table-auto-generated {
	max-width: 100%;
	/*table-layout: fixed;*/
}
.tableGenerator-wrapper {
	padding: 0;
}
.tableGenerator-wrapper table {
	margin : 0;
}

/* Autocomplete */
div#autocomplete-div {
	position: absolute !important;
	top : 0;
	left: 0;
	width: auto;
	min-width: 150px;
	min-height: 25px;
	background: none;
	z-index: 500;
	display: none;
}
div#autocomplete-div ul {
	min-width: 150px;
	min-height: 25px;
	list-style-type: none;
	border: 1px solid #FBB03B;
	margin: 0;
	padding: 0;
	max-height: 183px;
	overflow-y: auto;
	box-shadow: 0 0 10px #FBB03B;
	border-radius: 3px;
}
div#autocomplete-div ul li {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #DDD;
	line-height: 25px;
	padding-left : 25px; 
	cursor: pointer;
	transition: all 0.3s ease;
}
div#autocomplete-div ul li:last-child {
	border-bottom: 0 none;
}
div#autocomplete-div ul li:hover {
	background: #FBB03B;
	color: #fff;
}



.popupLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 250;
	opacity: 0.8;
}
.popup {
	position: fixed;
	width: 800px;
	left: 50%;
	top: 300px;
	background: #fff;
	margin-left: -400px;
	z-index: 300;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
	opacity: 0;
}
.popup h1 {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	background: #FBB03B;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.popup h1 span.closeIcon { 
	float: right;
	line-height: 50px;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	font-size: 25px;
}
.popup form.form-popup {
	width: 90%;
	margin: 0 auto 30px auto;
}

/* Footer */
footer {
	height: 150px;
	margin-top: 50px;
}
footer .logo {
	text-align: center;
	line-height: 25px;;
}
footer.fixBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer div.footerLists {
	width: 1040px;
	margin: 0 auto;	
}
footer ul {
	padding-top: 25px;
	height: 130px;
	float: left;
	width: 33%;
}
footer div.footerLists ul li {
	list-style-type: none;
	text-transform: uppercase;
	color: #B3B3B3;
	line-height: 18px;
	font-size: 12px;
}
footer div.footerLists ul li.lien_metiers {
	text-transform: none;
}
footer div.footerLists ul li a{
	text-decoration: none;
	color: #B3B3B3;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}
footer div.footerLists ul li a:hover{
	color: #FBB03B;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
	transition: color 0.35s ease;
}

#table_site_client_wrapper {
	max-height: 400px;	
	overflow: auto;
	margin-bottom: 10px;
}


#resetUser {
	position: fixed;
	z-index: 9999999999;
	top:0;
	right: 0;
	background: #F44336;
	color: #fff;
	line-height: 25px;
	font-size: 15px;
	padding: 5px;
	cursor: pointer;
}



.sortableCol {

}



#details_tech {
	margin: 15px;
	list-style-type: none;
}

#details_tech li {
	border: 1px solid #f2f2f2;
	padding: 10px;
	box-shadow: 2px 2px 4px #e4e4e4;
	margin: 6px 0;
}

#details_tech li .ligne1 {
	color: #333;
	font-size: 13px;
}

#details_tech li .ligne2 {
	color: #aaa;
	font-size: 12px;
}

#details_tech li .ligne3 {
	line-height: 25px;
}

#details_tech li .note {
	color: #fff;
	padding: 4px 6px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 3px;
}

#details_tech li .com {
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #444;
	box-shadow: 3px 3px 3px #999;
}


.liste-sites span.label {
	display: inline-block;
	font-size: 12px;
	padding: 2px 5px;
	margin: 2px 5px;
}

#searchDoiTable {
	white-space: nowrap;
	text-overflow: ellipsis;
}
#searchDoiTable tbody tr:hover {
	cursor: pointer;
	background: #FBB03B;
	color: #fff;
}