@charset "utf-8";

body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  /*font-family:Tahoma, Geneva, sans-serif;*/
  font-size: 13px;
  width: 100%;
  background-position: top;
  background-image: url('../images/pattern_26.gif');
  background-repeat: repeat;
}

/* contenur global */
#wrapper {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}

#wrapper.backoffice {
  max-width: 1600px;
}

/*.logo {
  max-width: 100%;
  max-height: 80px;
}*/

/* hack pour que l'onglet voisin (sans badge) s'affiche correctement losque ce dernier est actif */
/*#tableGestions li span.badge {
  vertical-align: top;
}*/

ul#tableGestions li.active a {
  border-top: 4px solid #ddd;
}

ul#tableGestions li:not(.active) a {
  padding-top: 13px;
}

ul#tableGestions li.active .nogestion {
  font-weight: bold;
}

/* hack de bootstrap pour que tooltips n'y passent pas derrière */
.pagination li.active span {
  z-index: auto;
}

/* ------------------- */
/* ----- General ----- */
/* ------------------- */
/* ------- Form ------ */
/* ------------------- */

/* used to reset absolute position on select2 lists in filter */
tcxspan{text-decoration: none !important;	cursor: inherit !important;}


.reset-pos-sel2 {
  position: relative !important;
}

.label-block {
  display: block;
}

.select2-container {
  width: 100% !important;
}

.filter-item {
  display: block;
  margin: 10px 0;
}

.filter-wrap {
  margin: 10px 0;
}

@media (min-width: 768px) {
  #page-wrapper {
    margin-left: 200px; /* 250px de sbadmin trop large */
    padding: 0 20px;
  }
}

.page-header {
  margin-top: 30px;
}

#titre-site {
  position: relative;
  display: inline-block;
  padding: 10px;
}

/* menu horiz à droite du logo, prov. désactivé */
#menu_principal {
  margin: 25px 0 0 60px;
}

#menu_principal.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #337ab7;
  border-radius: 5px;
}

/* col gauche, partout sauf en homepage */
.sidebar {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .sidebar {
    width: 200px; /* 250px de sbadmin trop large */
  }
}

.sidebar-entreprise {
  margin-top: 0;
}

/* adaptation pour que le btn collapse (hamburger) s'affiche plutôt à gauche */
.sidebar-entreprise .navbar-toggle,
#menu_secondaire .navbar-toggle {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}

/* USERBOX */

#userbox {
  /*    padding:5px;*/
  text-align: right;
}

#userbox a.tohome {
  vertical-align: top;
  margin-left: 5px;
}

/*#userbox a .badge {
  vertical-align: top;
}*/

#userbox a .user {
  display: inline-block;
  text-align: left;
  line-height: 17px;
}

#userbox a .username {
  font-size: 0.9em;
}

#userbox .glyphicon-time {
  color: #fff;
}

#userbox #logout {
  vertical-align: top;
  display: inline-block;
}

#menu_login {
  max-width: 500px; /* au delà ce menu bascule sous le menu princ., avant 28.01.16 : 380px */
  margin: 2px 0px 5px 0;
  background: #f0f0f0;
  border-radius: 5px;
}

#menu_login #userbox {
  padding: 7px;
}

/* faire correspondre à la largeur du bouton (engendrée par la longeur du texte) */
#menu_login .dropdown-menu {
  min-width: 250px;
}

/*
#menu_login > li a
{
	font-size:13px;
	padding-top:15px;
	padding-bottom:15px;
}
*/

/*.navbar-top-links li a
{
    padding:5px;
}*/
.navbar-top-links li:last-child {
  margin-right: 0;
}

#menu_login .dropdown-toggle {
  padding: 10px 5px 5px 5px;
  min-height: 40px;
}

#menu_login .dropdown-toggle:hover,
#menu_login .dropdown-toggle:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #fad165;
  border-radius: 0 5px 5px 0;
}

#btn_menu_login {
  display: none;
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}

/* #menu_login, #menu_principal */
#btn_menu_login.logged,
#menu_login.logged {
  /* background:#f7cf45; jaune jusqu'au 14.04.2015 */
  background: #fad165;
}

#menu_login .active {
  background: #ddd;
}

.menu-site {
  display: flex;
  min-width: 200px;
  justify-content: flex-end;
}

.menu-lang {
  display: flex;
  min-width: 200px;
  font-size: 0.8em;
  margin: 6px 0;
  justify-content: flex-end;
}

#blog-modal article h1
{
    font-size: 2em;
}

#blog-modal article h2, #blog-modal article h3, #blog-modal article h4
{
    margin-top: 25px;
}

#blog-modal hr 
{
  border-width: 3px;
}

#system-to-user-alert-warning h3
{
    margin-top: 0px;font-size: 1em;font-weight: bold;
}

/* Home */

.home-espace h1 {
  font-size: 2em;
}

.home-espace h2 {
  font-size: 1.6em;
}

.home-espace h3 {
  font-size: 1.4em;
}

.home-espace h4 {
  font-size: 1.1em;
}

.home-espace h1 small {
  float: right;
}

.home-espace h2 small {
  float: right;
}

/* SAISIE REPORTS SPECIFIC */
/* couleurs proches mais plus douces que celles dans SAM */
.noreport {
  color: #555a6b;
  /* background-color:#00CC00; */
  background-color: #42d692;
}
.reportexists {
  color: #555a6b;
  /* 	background-color:#6f6;*/
  /* background-color:#85FF85; */
  background-color: #7bd148;
}

.missionterminated {
  color: #584553;
  /* background-color:#ffc966; */
  background: #ffad46;
}

.missionarchived {
  color: #fefefe;
  background: #6e6e6e;
}

#navigation_info {
  margin-top: 0;
}

/*****************************************************/
/***************        REGISTRATION      *****************/
/*****************************************************/

#form_registration .ms-container {
  max-width: 370px;
  width: auto;
}

#registration-container {
  padding: 10px;
}

legend {
  font-size: 12px;
}

legend.has-error {
  color: #a94442;
  font-weight: 700;
}

#form_registration h3 {
  font-size: 1.4em;
  font-weight: bold;
}

table,
table td .btn-group .btn-xs,
table td .btn-group .dropdown-menu li a {
  /* conteneur de largeur limitée et tables avec beaucoup de colonnes... */
  font-size: 11px;
}

/* tableaux qui risquent de déborder : 
	normal : Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is default
*/
.table-responsive > .table.table-wrap > tbody > tr > td {
  white-space: normal;
}

/* encadrer la ligne courante dans tableaux listant les missions notamment (saisie, validés, exportés...) */
tr.selected {
  /* font-weight:bold; */
  border-top: 3px solid #777; /* tentative */
  border-bottom: 3px solid #777; /* tentative */
  border-left: 4px solid #777; /* tentative */
  border-right: 4px solid #777; /* tentative */
  background-color: rgba(46, 70, 91, 0.08);
  /* background-color: #fcf8e3;  conflit avec les couleurs de statuts */
}

tr.selected td {
  color: #333;
}

/*tfoot
{    
    background: #ffffe0 !important;
}*/

#tableMissions {
  width: 99%;
}

#tableMissions .noreport.selected {
  /* #090; */
  background: rgba(0, 204, 0, 0.8);
  color: #333;
}

#tableMissions .reportexists.selected {
  /* #6f6 */
  background: rgba(133, 255, 133, 0.7);
}

#tableMissions .missionterminated.selected {
  /* #ffc966; */
  background: rgba(255, 201, 102, 0.7);
}

table#tableMissions thead tr .headerSortDown {
  background-color: #eee;
}

/* tooltips bootstrap */
#tableMissions .tooltip-inner,
#table-missions .tooltip-inner,
#les-factures .tooltip-inner {
  text-align: left;
}

#notif_employee .tooltip-inner {
  max-width: 300px;
  word-wrap: break-word;
}

.mission-document
{
    margin-top:0.4em;
    background:#e0e0e0;
    padding:0.4em;
    border-radius:3px;
}

.mission-document hr
{
    margin:6px 0;
}

.mission-document .glyphicon-warning-sign
{
    font-size: 13px;
    color: gray;
}

#tableReports .selected {
  /* #eee; */
  background: rgba(238, 238, 238, 0.7);
}

#tableClients,
#tableClients,
#tableEmployes,
#tableAgences {
  table-layout: fixed;
  word-wrap: break-word;
}

/* menu gauche, sous menu : harmonisation avec le reste */
.side-menu > ul > li > ul {
  padding-left: 30px;
  list-style-type: none;
}

.side-menu .nav > li > a {
    padding-left: 10px;
}

.side-menu > ul > li > ul > li > a {
  display: block;
  padding: 10px;
  position: relative;
}

.side-menu > ul > li > ul > li.active > a,
.side-menu > ul > li > ul > li.active > a:hover,
.side-menu > ul > li > ul > li.active > a:focus {
  background-color: #428bca;
  color: #fff;
  border-radius: 4px;
}

/* dans saisie missions navigation par semaines, englobe boutons sem préc, suiv et input date */
#nav_missions_semaines {
  background: #ddd;
  width: 100%;
  border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  padding: 5px 0;
}

#nav_missions_semaines .pager {
  display: table;

  margin: 0 auto;
}

#nav_missions_semaines .pager li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 0 5px;
}

/* input date */
#nav_missions_semaines form,
#nav_missions_semaines .form-group {
  margin: 0;
}

/* input */
#nav_missions_semaines #dateMonday {
  background: #ffffef;
  text-align: center;
  border-radius: 3px;
}

/* navigation.php */
#input_dateMonday {
  width: 140px;
  padding: 2px 4px;
}

#input_dateMonday input {
  font-weight: bold;
  font-size: 14.5px;
}

/* la semaine actuelle plus claire */
#nav_missions_semaines #dateMonday.current {
  background: #ffb;
}

/* saisie : liste des missions */
#missions_content {
  margin-bottom: 10px;
}

#missions_content .pagination {
  margin: 0;
}

#missionAction {
  margin-top: 10px;
}

/* aligner sur le titre h4 à gauche (large), ou aérer (small) */
#buttonNewReport {
  margin: 5px 0;
}

/* onglets pour l'entreprise uniquement (et l'admin) pour choisir gestions ainsi que profil, registrations */
#nav_entreprise {
  margin: 10px 0;
}

#nav_entreprise .nav-tabs > li > strong {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 2px;
}

#nav_entreprise .nav > li > strong {  
  display: inline-block;
  padding: 10px 5px;
  position: relative;
}

/* pour pas que ça ait l'air cliquable */
.nav-entreprise-header {
  color: #777;
}

/* dans la grille */
#convertisseur {
  background: #f7f7f7;
  padding: 0.6em;
  font-size: 0.9em;
}

#convertisseur legend {
  font-size: 1em;
}

/* conteneur de panel de missions dans home employe */
.main .employe-missions panel-footer {
  margin-bottom: 20px;
}

.panel-text {
  min-height: 20px;
  margin: 5px 0 0;
}

.panel-primary a,
.panel-primary a:hover,
.panel-green a,
.panel-green a:hover,
.panel-red a,
.panel-red a:hover,
.panel-yellow a,
.panel-yellow a:hover{
  color: #fff;
}

/* saisie : rapports d'une mission */
#reports-content {
  margin-top: 5px;
  min-height: 100px; /* 100px */
}

#reports_pagination {
  margin: 10px 0 15px 0;
}

/* entreprise data */
#employes_content caption,
#clients_content caption,
#conseillers_content caption,
#agences_content caption,
#modal_body caption {
  font-weight: bold;
  font-size: 16px;
}

#dataEntreprise {
  margin-top: 10px;
}

#user-add-edit-form {
  /*    position: absolute;
    background: #fff;*/
  padding: 10px;
  /*    z-index: 100;
    border-radius: 4px;
    border: 1px solid lightgrey;*/
}

p.highlighted {
  background: #ffffcc;
  border-radius: 3px;
}

.user-card {
  margin-top: 5px;
  padding: 5px;
  background: #ddd;
  border-radius: 5px;
}

.user-card .custom-label
{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

#user-add-edit-form h2
{
    font-size: 1.4em;
}

#user-add-edit-form legend
{
    font-size: 1.2em;
}

.user-card.envoye {
  background-color: #dff0d8;
}

.user-card .user-authorizations, .user-card .factures-disabled
{
    margin-top:5px;
    background: rgba(76, 175, 80, 0.2);
    padding: 5px 3px;
    border-radius:3px;    
}

/* INSCRIPTIONS */

/* multiselect bootstrap */

.ms-selectable .custom-header,
.ms-selection .custom-header {
  background: none;
  padding: 2px;
}

.ms-container .ms-optgroup-label {
  font-weight: bold;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-size: 12px;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  border-radius: 3px 3px 0 0;
}

#page-wrapper.form-registration {
  padding-top: 20px;
}

#dataEntreprise .tab-content {
  margin-top: 20px;
}

.header-sort-current {
  background: #ddd;
}

#login-form {
  max-width: 400px;
  margin: 20px 20px 0 0;
}

#login-form h1 {
  margin-top: 0;
}

/* HOMEPAGE */
#carousel-accueil .carousel-caption {
  left: 15%;
  padding: 10px 10px 20px 10px;
  max-width: 600px;
  text-align: left;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
  background: rgba(54, 25, 25, 0.2);
  border-radius: 3px;
}

#carousel-accueil .carousel-caption .accroche {
  font-size: 1.3em;
}

.carousel-control {
  color: #bbb;
  background-image: none !important;
}

#liste-clients .media-body ul {
  margin-top: 1em;
  padding-left: 2em;
}

#liste-clients .media-body ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* listes de rapports (à valider, validés, exportés) */

td.chantier {
  max-width: 50px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

td.client,
th.client,
td.employe,
th.employe {
  max-width: 100px;
}

td.status {
  max-width: 150px;
}

.report-col {
  background: rgba(51, 122, 183, 0.02);
}

.report-status {
  margin: 6px 0 0 5px;
  display:inline-block;
  vertical-align:top;
}

.entering-cancel-validation {
  padding-top:2px;
/*  float: left;*/
}

.coupe {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* msg si aucun résultat */
#contentRapExported .alert-info,
#contentRapValidated .alert-info {
  margin-top: 1em;
}

/* surtout pour ie10, si le tableau ne contient qu'un seul rapport */
#tableRapToValidateWithTotalHours,
#tableReportsExported {
  min-height: 100px;
}

#current-missions-list {
  /* display:block; */
  /*max-height: 400px;*/
}

#current-missions-list, #rapport-grid {
  /* 	overflow: scroll; */
  /* overflow-y:auto;
  overflow-x:auto;
  overflow:auto;*/
}

.select2-container .select2-selection--single {
  height: 32px;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: '\e114'; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: '\e080'; /* adjust as needed, taken from bootstrap.css */
}

#footer .navbar-default .navbar-nav > li > a {
  color: #337ab7;
}

.row_footer {
  margin-top: 20px;
}

#registrations_action .panel-heading a:hover {
  text-decoration: none;
}

/* dans pages missions, factures */
.filtres .form-group {
  margin-bottom: 0.4em;
}

/* Divers */
.loader {
  margin-top: 10em;
  width: 100%;
  text-align: center;
}

.legende_mission_status {
  font-size: 11px;
}

.legende_mission_status div {
  padding: 3px;
}

.infobulle_texte {
  /* background:#fafafa; */
  border-bottom: 1px dashed #333;
  padding: 1px 2px;
  cursor: help;
}

.infobulle_icone {
  position: relative;
  font-size: 13px;
  cursor: help;
}

.infobulle_icone i {
  top: -5px;
}

.instruction_scroll {
  margin: 6px 6px 0 0;
  font-size: 20px;
  color: #555;
  text-align: right;
  font-size: 24px;
}

/* HACK */
label.required:not([for^='form_typejob']):not([for^='form_tovalidate_mailing']):not([for^='form_locale']):not([for^='form_email_notif']):not([for^='form_timeslots_enabled_toggle']):not([for^='form_valeurs_negatives']):after {
  content: '*';
}

#chantier option:disabled {
  font-style: italic;
}

#commandes-saisie-form .input-group-addon {
  border: none;
  vertical-align: bottom;
}

/* Rapports > Historique */
/* exports btns */

.export_wrapper {
/*  float: right;*/
  margin: 22px 0 0;
  /*background:rgba(0,0,0,0.1);*/
}

.export-btns {
  float: right;
}

#tableAccessEntreprises {
  table-layout: fixed;
}

#tableAccessEntreprises th,
#tableAccessEntreprises td {
  width: 10px;
  text-align: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.module-enabled-,
.module-enabled-0 {
  color: #a94442;
  font-size: 14px;
}

.module-enabled-1 {
  color: #3c763d;
  font-size: 14px;
}

.module-enabled-freezed {
  color: gray;
  opacity: 0.7;
  font-size: 14px;
}

.enterprise-settings-form legend, .gestion-settings-form legend
{
    font-size: 1.4em;
}

@media screen and (min-width: 640px) {
  #navigation_info {
    display: table-cell;
    vertical-align: middle;
  }
  #input_dateMonday {
    display: table-cell;
    vertical-align: middle;
  }

  /* égaliser la largeur des th */
  .main .employe-missions .panel table tr th {
    width: 250px;
  }

  .registration-input-left div {
    padding-left: 10px;
    padding-right: 0;
  }

  #form-group-chantier {
    margin-left: 20px;
  }

  #nav_missions_semaines .pager {
    max-width: 700px;
  }

  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .menu-lang {
    min-width: 0;
  }

  #userbox a.tohome {
    padding: 5px;
  }

  /* 15px à gauche et droite pas nécessaire si une seule colonne */

  #page-wrapper {
    padding: 0;
  }

  /* pour pas qu'il bascule en dessous */
  #titre-site {
    padding: 10px 0 10px 5px;
    width: 100px;
  }

  /* espacement pas nécessaire */
  /*	#menu_login
	{
		margin: 0;
	}*/

  /* sinon le menu n'est pas visible */
  /*	#menu_login
	{
		overflow-y: visible;
	}*/

  #carousel-accueil .carousel-caption {
    position: static;
    margin: 10px;
    color: #333;
    text-shadow: none;
  }
  
  #carousel-entreprises .carousel-inner {  
    min-height: 200px;
  }
  
  /* un peu d'espace avec le menu (gestions) au dessus */
  #nav_entreprise #menu-entreprise {
    margin-top: 5px;
  }

  /* empécher débordement à droite */
  #nav_missions_semaines .previous a,
  #nav_missiones_semains .next a {
    font-size: 10px;
  }

  /* combiné au overflow-y: hidden; de .table-responsive empêche de voir les missions
    
	#current-missions-list
	{
		max-height: 200px;
	}
    */

  #carousel-entreprises .carousel-control {
    width: 10%;
  }

  #registration_nation label,
  #registration_nation > div {
    padding-left: 0;
  }

  /* préférable sous le titre, "empilement" */
  .home-espace h2 small {
    display: block;
    float: none;
    margin-top: 0.6em;
  }

  .home-espace .employe-missions .panel {
    font-size: 12px;
  }

  .home-espace .employe-missions .panel-text {
    font-size: 15px;
    min-height: none;
    display: inline;
  }

  .home-espace .employe-missions .fa-5x {
    font-size: 2em;
  }

  #buttonNewReport {
    float: none !important;
  }

  .modal-title {
    font-size: 15px;
  }
}

  /* FIXME */
  #carousel-entreprises .carousel-inner .item > div {
    margin: 1.5em 0.5em;
    text-align: center;
  }
  

table.table-bootstrap .card-view
{
    margin:6px 2px;
}  
table.table-bootstrap .card-view .card-view-value
{
    font-size: 1.1em;    
}

table#tableMissions.table-bootstrap .card-view:nth-child(1) .card-view-value, table#tableMissions.table-bootstrap .card-view:nth-child(2) .card-view-value
{
    font-size: 1.4em;    
}

table#tableMissions.table-bootstrap .card-view:nth-child(2) .card-view-value
{
    font-weight: bold;
}


@media screen and (max-width: 767px) {

  .carousel-row-second img {
    max-height:40px !important;
  }
  
  .carousel-row-second img:nth-child(2) {
    max-height:10px !important;
  }

  .carousel-row-four .moreno-logo {
    max-height:30px !important;
  }

  .carousel-row-second .pemsa-logo {
    max-height:30px !important;
  }

  /* sinon dans espace employé, client, etc. trop grande distance avec le header */
  .sidebar {
    margin-top: 0px;
  }

  #page-wrapper {
    min-height: 500px !important; /* contourner script js qui donne une min-height insuffisante; problématique en cas d'écran avec faible hauteur (phone et clavier affiché) */
  }

  .navbar-header {
    float: left;
  }

  #menu_login {
    float: right;
    /*        display:inline-block;    */
    margin: 5px 0 5px 5px;
  }

  #menu_login #userbox {
    padding: 0;
  }

  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }

  td.remarque {
    min-width: 150px;
  }

  td.status {
    min-width: 100px;
  }

  .registration-input-left,
  .registration-input-left + div {
    padding-left: 0;
    padding-right: 0;
  }
  #registration_nation label,
  #registration_nation > div {
    padding-left: 0px;
  }
}

/* ne pas afficher "Se déconnecter" dans les écrans petits et moyens */
@media screen and (max-width: 880px) {
  #tableClients,
  #tableClients,
  #tableEmployes,
  #tableAgences {
    table-layout: auto;
    word-wrap: normal;
  }

  .panel-heading a {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* au lieu de 15px; pour aligner avec l'input préc */
  #registration_complement > div,
  #registration_lieu > div,
  #registration_typhor > div,
  #registration_natel > div {
    padding-left: 10px;
    padding-right: 0;
  }

  /* sinon 2e champ collé à son précédent */
  div.form-group div {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1024px) {
  #mission-rapports .buttonReport {
    float: right;
  }

  .enterprise-settings-form #form_support
  {
    width:30%
  }
}

/* sinon colonnes trop étroites */
@media screen and (max-width: 1024px) {
  #tableClients,
  #tableClients,
  #tableEmployes,
  #tableAgences {
    table-layout: auto;
    word-wrap: normal;
  }
}

#relogin-banner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-radius: 0;
  padding: 15px 10px;
  vertical-align: middle;
  margin: 0;
  font-size:1.1em;
  text-align:left;
}

/* bootstrap-table reset */

.fixed-table-container thead th.no-pr .sortable {
  padding-right: 15px;
  /*background:rgba(200,0,0,0.25);*/
}

.modal-body .loader {
  height: 8em;
}

.progress-bar-time
{
    background-color: #ddd;
}

.pointagestable td {
    padding:.3em;


text-align: center;

vertical-align: middle;
}

/* https://css-tricks.com/rotated-table-column-headers/ */
/*th.rotate {
  height: 100px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    rotate(315deg);
  width: 16px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
*/

/* https://examples.bootstrap-table.com/index.html#issues/2211.html */ 
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  overflow: inherit;
}
.table-header-rotated td.id {
  font-weight: bold;
}
.table-header-rotated th {
  height: 120px;
  white-space: nowrap;
}
.table-header-rotated th:not(.id) > div {
  transform: translate(-9px, 0px) rotate(-65deg);
  width: 30px;
}
.table-header-rotated th > div > span {
  padding: 5px 10px;
}

#name_se {
  display: none;
}

.validation {
  padding-right: 20px;
  background: rgb(245, 245, 245);
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  text-align: center;
  height: 100%;
}

.factures-element{
  display:none;
  visibility:hidden;
}

tbody > tr > td:first-child a.detail-icon {
    font-size: 30px;
}

tr:not(:first-child) > td.facture-libelle {
  padding-left: 2em;
}

.cancel-validation {
  display: inline-block;
  vertical-align: top;
  padding-right: 4px;
  width: 100%;
  text-align: center;
}

a.disabled {
  pointer-events: none;
  color: #ccc;
}

.report-col-size {
  width: 190px;
  max-width: 190px;
  text-align: left;
}

.factures-coupe {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-button {
  padding-top: 10px;
  font-size: 14px;
  background-color: #e4e4e4;
  color: black;
  text-align: left;
  width: 100%;
}

.dropdown-button a,  .dropdown-button a span{
  width: 100%;
}

.dropdown-button span {
  width: 180px;
  font-size: 0.9em;
  font-family: Verdana , Geneva , sans-serif;
}


#user_entities-dropdown .dropdown-button .dropdown-header-title {
  font-weight: bold;
}

.dropdown-fa {
  padding-left: 15px;
}

ul.dropdown-menu {
  max-width: 300px;
}

.dropdown-menu li {
  width: 99%;
}

.entity-break {
  white-space: normal
}

#user_entities-dropdown {
  margin-bottom: 10px;
  margin-top: -10px;
}

#user_entities-dropdown li
{
    font-size:12px;
}

#user_entities-dropdown .dropdown-button
{
    white-space:normal;
}

.entity-selected {
  background-color: #eee;
  width: 98%;
  font-weight: bold;
}

.entity-selected a {
  width: 250px;
}

#user_entities-dropdown .badges-list-title {
  padding-top: 5px;
}

.badges-list-title {
  white-space: normal;
}  

.panel-heading .counter
{
    font-size: 40px;
}

@media screen and (max-width: 650px) {
  #titre-site {
    padding-bottom: 0px;
  }

  .entreprise-tagline {
    position:absolute;
    display: block;
    font-size: 9px;
    max-width: 100px;
    padding-left: 10px;
    text-align: left;
    word-break: break-word;
  }
  
    .panel-heading .counter
    {
        font-size: 18px;
    }
    
    .panel-heading a {
      font-size: 12px;
    }
    
    #profiles_menu-dropdown
    {
        max-width: 265px;
    }
    
    #profiles_menu-dropdown .dropdown-header-title
    {
        display: inline-block;
        max-width: 280px;
        text-overflow: ellipsis;

         /* Required for text-overflow to do anything */
         white-space: nowrap;
         overflow: hidden;        
    }
}

@media screen and (min-width: 650px) and (max-width: 768px) {
  .navbar-header {
    max-width: 300px;
  }

  .logo {
    max-width: 100%;
    max-height: 80px;
  }

  .entreprise-tagline {
      position:absolute;
    display: block;
    max-width: 300px;
    font-size: 10px;
    padding-left: 10px;
    word-break: break-word;
    text-align: left;
  } 
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
    max-width: 500px;
  }
  
  .logo {
    max-width: 100%;
    max-height: 80px;
  }

  .entreprise-tagline {
    display: inline-block;
    font-size: 12px;
    max-width: 100px;
    text-align: left;
    word-break: break-word;
    vertical-align: middle;
  }
}

.logo {
  max-width: 100%;
  max-height: 80px;
}

 .filter-green{
        filter: invert(35%) sepia(0%) saturate(0%) hue-rotate(340deg) brightness(95%) contrast(89%);
    }
    
#page-blog
{
   max-width:800px;
}

.blog-content h1
{
    font-size:24px;
}

.blog-content h4, .blog-content h5, .blog-content h6
{
    margin-top: 14px;
}

.blog-content p 
{
	margin-top:1em;
	margin-bottom: 1.2em;
}

.blog-content img
{
	border: 1px solid #aaa;
	border-radius: 3px;
}

.blog-content img.pull-left
{
	margin-right:5px
}

#user-notifications-dropdown
{
/*    margin-right: 5px;*/
    margin-left: 5px;
}

.user-notification-badge
{
    visibility: hidden;
    background:#888
}

#user-notifications-dropdown .user-notification-badge
{
    position:absolute;
    left:11px;
    top:-6px;
    margin-left: 3px;
    z-index: 1000; 
}

#user-notifications-dropdown .dropdown-menu
{
    padding:5px 0;
}


#user-notifications-dropdown .dropdown-menu li a
{
    white-space: normal;
}

.loader-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.loader-spinner {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-message {
    padding-top: 2px;
    flex: 0 0 auto;
}

#week-container .panel-body
{
    padding: 5px;
}

summary
{
    display: list-item !important;    
}

/*
.chart-and-legend-container
{
    margin-top: 30px;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 4px;    
}
*/

/* HACK for Mac Safari to avoid offset of content in <input> */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 1.7;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 1.5;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 1.3;
  }
}