

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.fixed-top-left {
	position: fixed;
    top:0;
    left:0;
    z-index: 19999 !important;
}

.fixed-top {
	position: fixed;
    top:0;
    z-index: 9999 !important;
}


#week-frame {
	overflow-y:scroll;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

#modal-filter .modal-body p { margin-bottom: 900px }

.pointer {
	cursor: pointer;
}

#table-temps-travail th {
	outline: none;
}

body {
	height: 100%;
	padding-top: 20px;
}

html {
	width: 100%;
	height: 100%;
}

.text-grey {
	color: #666;
}

.text-light-grey {
	color: #999;
}

.login-body {
	background-color: #eee;
	padding: 0;
}

.td-padding-null {
	padding: 0px !important;
	padding-top: 20px;
}

.login-left-frame {
	
	position: absolute;
	height: 100%;
	width: 100%;
}

.login-left-background {
	height: 100%;
	background: url("/img/LoginBackground.png") no-repeat center;
	background-size: cover;
	border-right: 1px solid #999;
	box-shadow: 0px 5px 30px #888;
}

.logo-wide {
	margin-top: 190px;
}

.logo-xs {
	margin-top: 50px; 
	margin-bottom: 80px;
}

.connexion-frame {
	margin-top: 190px;
}

.relative {
	position: relative;
}

#dismiss {
	position: fixed;
	z-index: 21000;
	left:0;
	top: 200px;
	right: 0;
	height: 40px;
	text-align: center;
}

.cake-lg {
	font-size: 500px;
}

#world {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20000;
}

.text-bold-red {
	font-weight: bold;
	color: #FF0000;
}


/* NAVBAR */

.navbar-collapse {padding: 0 15px !important;}

.navbar-padding {
	width: 100%;
	height: 40px;
}

.navbar-inverse, .btn-primary,
.pagination>.active>a {
	background-color: #337ab7;
	border-color: #286090;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.pagination>.active>a:hover,
.btn-primary:hover {
	background-color: #286090;
	border-color: #286090;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-collapse {
	border-color: #286090;
}

.bg-white {background-color: #fff;}



/* LISTS */
.list-top {
	padding: 20px;
}

.list-checkbox-frame {
	width:20px; 
	text-align:center; 
	max-width:20px;
}

/* ACTION BAR */

#list-actionbar {
	padding: 0 20px 20px 20px;
}

.actionbar-pagination > .pagination {
	margin-top: 0px;
}

.actionbar-sum {
	margin: 0 0 20px 20px; 
	padding: 6px 0;
}


/* EDIT */

.panel-heading:not(:first-child) {
	border-top:1px solid #ddd; 
	border-radius:0;
}

.panel > table tr:first-child td {
	border-top:none;
}

.typeahead, .custom-typeahead {
	background-color: #fffbbb;
}

.typeahead-wrapper {
	display: block;
	margin: 50px 0;
}

.tt-dropdown-menu {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 14px;
	  list-style: none;
	  background-color: #ffffff;
	  border: 1px solid #cccccc;
	  border: 1px solid rgba(0, 0, 0, 0.15);
	  border-radius: 4px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	  background-clip: padding-box;
	  overflow-y:auto;
	  max-height: 200px;
	  width: 100%;
}


.tt-suggestion {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion>p {
	margin: 0;
}

.tt-suggestion.tt-cursor {
	background-color: #5cb85c;
	color: #fff;
	cursor: pointer;
}

.triggered-events {
	float: right;
	width: 500px;
	height: 300px;
}

.twitter-typeahead {display: block !important;}

.bulle{
	color: #999; 
	font-size: 14px; 
	cursor: pointer; 
}

.bulle-evenement {
	margin-right: 10px;
}
.push-validate {
	margin-top: 20px;
}

.strong {
	font-weight: bold;
}

.evenement-content {
	min-height:94px !important;
	line-height: 41px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.evenement-content td {
	line-height: 31px !important;
}

.modal-body {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.background-grey {
	border-top: 1px solid #e5e5e5;
	background: #eee;
	padding-top: 15px;
}

.no-border>tbody>tr>td {
	border-top: 0px solid #fff !important;
}

/*
.delete-evenement, .delete-localisation {
	margin-top: 27px;
}*/

/*PLANNING*/

.context-menu {
	position: relative;
}

.context-menu a {
	font-size: 13px;
	padding-right: 60px !important;
}

.ligne-evenement {
	height: 30px;
 	line-height: 30px;
	padding-left: 7px;
}

.ligne-evenement a {
	text-decoration: none;
	color: #666;
}

.conge-case {
	border-right: 1px solid #ccc;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.case-context {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-right: 10px;
}

.conge-case-planning {
	border-right: 1px solid #ccc;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	line-height: 30px;
}

.ligne-horaire {
	width: 100%;
	min-height: 10px;
}

.plagehoraire-case {
	border-right: 1px solid #ccc;
	min-width: 30px;
	min-height: 10px;
	text-align: center;
	line-height: 10px;
}

.ligne-localisation {
	width: 100%;
	min-height: 30px;
}

.localisation-case, .effectif-case {
	border-right: 1px solid #ccc;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
}

.jour-personne-case:hover .conge-case, .jour-personne-case:hover .conge-case-planning, .jour-personne-case:hover .plagehoraire-case, .jour-personne-case:hover .localisation-case, .jour-personne-case:hover .effectif-case, .jour-personne-case:hover .demande-case {
	background-color: #09F !important;
	cursor: pointer;
}

.demande-case {
	border-right: 1px solid #ccc;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #cdf2ca;
}

.conge-case-week.JrTravaille {
	border: 1px solid #ccc;
}

.conge-case-week {
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	/*margin: 5px 10px 5px 0;*/
	margin-right: 10px;
	border-radius: 15px;
	font-size: 10px;
}

.JrNonTravail-staff {
	background-color: #cccccc;
	color: #000;
}

.JoursFeries-staff {
	background-color: #2e7c25;
	color: #fff;
	text-shadow:1px 1px 1px #000;
}

.conge-case-staff {
	border-radius: 15px;
	font-size: 10px;
	padding: 5px 10px;
}

#tab-semaine h6 {
	margin-top: 0;
}

.ligne-evt:not(:first-child) {
	margin-top: 5px;
}

.conge-libelle-week {
	line-height: 20px;
	font-size: 12px;
}

.remarque-week {
	margin-top: 5px;
}

.conge-libelle {
	line-height: 30px;
	margin: 5px 0;
}

.libelle-jour {
	line-height: 30px;
	margin: 5px 0;
}

.hr-conge {
	margin: 10px 0;
}

.hr-conge:last-child {
	display: none;
}

.col-head,.col-head-first {
	border-left: 1px solid #ccc;
}

.row-foot .conge-case {
	border-right:0px;
}

.conge-libelle > .fa {
	font-size: 16px;
}


.planning-lieu-name,.planning-lieu-jour {
	cursor: pointer;
}

.planning-detail-heure td {
	font-size: 11px;
	height: 30px;
	line-height: 29px !important;
	padding: 0px !important;
}

.planning-detail-heure-entete td {
	font-size: 11px;
	height: 30px;
	line-height: 29px !important;
	padding: 0px 5px 0px 0px !important;

}

.planning-lieu-heure td {
	min-height: 20px; 
	line-height: 20px;
	padding: 1px 5px 1px 1px !important;
}

.planning-lieu-heure-jour td .effectif-case {
	min-height: 22px; 
	line-height: 20px;
}

.soldeheure-case {
	max-width: 30px;
	height: 30px;
	font-size: 11px;
	border-right: 1px solid #ccc;
}

.planning-detail-heure td.case-semaine, .planning-detail-heure td.case-mois {
	font-size: 11px;
	border-right: 1px solid #ccc;
	padding-right: 5px !important;
}

.hsup-recup-evenement {
	margin-top: 5px;
}

.filter-list {
	list-style: none;
	text-indent: -20px;
}

.filter-list {
	list-style: none;
	text-indent: -20px;
}

#preference-btn {
	position: absolute;
	right: 10px;
}

/* LIEU */
.input-horaire {
	width: 25px;
	border: 0;
}

/* HOME */
.conge_mois{width: 60px; text-align: left;}
.conge_case{min-width: 20px; min-height: 20px;}
.conge_num{text-align: center; min-width: 20px;}
.col-foot,.col-foot-last {text-align: center;font-weight: bold;}

.acc-logo-personne img {
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-right: 10px;
}

@media (max-width: 1200px) {
	.conge-case {
		width: 30px;
		height: 30px;
	}

	.delete-evenement,.delete-localisation {
		margin: 0;
	}

	.table-conge tr td {
		display: block;
		float: left;
		border: 0 !important;
	}

	.row-head {
		display: none;
		
	}

	.table-conge .row-foot td {
		display: none;
	}

	.table-conge .row-foot .col-foot-last {
		display: block;
	}

	.col-foot-last {
		margin-top: 20px;
		text-transform: uppercase;
		font-weight: bold;
		width: 100%;
		text-align: right;
	}

	.col-foot-last:before {
		content: "Total : ";
	}

	.col-head {
		width: 100%;
		margin-top: 15px;	
	}

	.col-head {
		font-weight: bold;
	}

	.col-foot:not(:empty):before {
		content: "Total : ";
		white-space: nowrap;
	}

	.conge-daysnum {
		width: 100%;
		text-align: center;
	}

	.table-conge .conge-case:after {
		content: "";
	}

}

.personne-label-competence {
	display: inline-block;
	margin-right: 5px;
}

.localisation-temps-sup {
	line-height: 20px;
}

.fic-collapse {
	cursor: pointer;
}

/*STAFF*/

.staff-label-competence {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.staff-titre-groupe {
	/*margin-bottom: 20px;*/
}

.people-line-info {
	clear: left;
}

.clearLeft {
	clear: left;
}

.people {
	padding-top: 15px;
}

.people-temp {
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #eee;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 0;
}

.people.bg-primary small {
	color: #eee !important;
}

.people.bg-primary {
	border-radius: 10px 10px 0 0;
}

.rangepicker {
	width: 200px !important;
}

@media (min-width: 769px) {
	.well-hidden-phone{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767px) {
	

	.list-table table, 
	.list-table thead, 
	.list-table tbody, 
	.list-table th, 
	.list-table td, 
	.list-table tr,
	.list-table .colonne { 
		display: block; 
	}	

	.list-table table {
		padding: 0 10px;
		border: 0 !important;
	}

	.list-table tr {
		margin-bottom:20px !important;
		padding: 10px;
		background-color: #f5f5f5;
		  border: 1px solid #e3e3e3;
		  border-radius: 4px;
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	.list-table td{ 
		border: 0 !important;
	}	

	.list-table .colonne { 
		background: none !important;
		width: auto;
	}
	
	.list-table .col-date_appel {
		font-weight: bold;
		float: left;
	}

	.list-table .col-heure_appel {
		font-weight: bold;
		float: left;
	}

	.connexion-frame {
		margin-top: 40px;
	}

	.login-body {
		background: url("/img/LoginBackground.png") no-repeat center;
		background-size: cover;
		height: 100%;
	}

}

.xxs-hidden{
	display: block;
}

.xxs-visible{
	display: none;
}




.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.table-ficheconge th, .table-ficheconge td {
	text-align: center;
}

.table-recap-ficheconge tbody tr td {
	text-align: right;
}

#table-head, #table-evenement, #table-localisation {
	max-width: 30px !important;
}

.filler {
	width: 100%;
	height: 100px;
	display: none;
}

.day-case {
	font-size: 12px;
	width: 30px;
	text-align: center;
	height: 35px;
	border-right:1px solid #ccc;
}

.day-case-weekend {
	border-right:1px solid #000 !important;
}

.entete-personne a, .entete-lieu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.planning-personne {
	min-width: 200px;
}

.planning-nom-personne {
	max-width: 160px;
}

.nom-personne {
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	float: left;
}

.nom-lieu {
	width: 90px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.info-personne {
	display:inline-block;
	float: left;
	margin-top: 5px;
}

.planning-lieu {
	width: 100px;
}

.planning-effectif {
	margin-bottom: 30px;
}

.no-padding {
	padding: 0 !important;
}

.navbar.fixed {
	position:fixed !important;
    top:0;
}

#ligne-filter {
	height: 40px;
	z-index:200;
	overflow:visible;
	white-space: nowrap;
}

#ligne-filter.fixed {
    position:fixed;
    top:0;
}

#filter-frame {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(255,255,255,1);
	-webkit-backdrop-filter: blur(20px);
	display: none;
}

.entete-start {
	height: 39px;
	background-color: #fff;
}

#entete-table-personne.fixed {
	width: 300px;
	position:fixed;
	top:0;
    z-index:100;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    height: 74px;
}

#entete-table-personne.fixed .entete-start {
	height: 37px;
}

.entete-personne {
	min-width: 200px;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
}

.entete-lieu {
	width: 100px;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
}

.ligne-head {
	margin-left: 300px;
	height: 75px;
	z-index:99;
}

.ligne-head.fixed {
	position:fixed;
	top:0;
    z-index:99;
}

.ligne-head.fixed .day-case {
	border-bottom:1px solid #ccc;
}

.day-case {
	background-color: #fff;
}

.day-periode {
	font-weight: bold;
	color: #2e8125;
}

.day-periode-important {
	font-weight: bold;
	background-color: #ff0000;
	color: #fff;
}

.day-text {
	min-height: 36px;
}

.entete-mois {
	height: 38px;
	line-height: 37px;
	background-color: #eee;
	border-right:1px solid #ccc;
}

.ligne-periode {
	background-color: #eee;
}

.ligne-periode:last-child {
	border-bottom: 1px solid #999;
}

.periode-cadre {
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}


#left-side {
	width: 300px;
	position:absolute;
    z-index:100;
    border-right:1px solid #ccc;
}

#left-side.fixed {
    position:fixed;
    top:0;
} 

#table-personne {
    border-bottom:1px solid #ccc;
    margin-bottom: 0;
}

#table-lieu-localisation {
	width: 300px;
    z-index:102;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    margin-bottom: 0;
}

#table-lieu-localisation.fixed {
    position: fixed;
    bottom: 0;
} 

#table-evenement {
	margin-left: 300px;
	border-bottom:1px solid #ccc;
	margin-bottom: 0;
	border-collapse: inherit;
}

#table-localisation {
	margin-left: 300px;
	border-bottom:1px solid #ccc;	
	margin-bottom: 0;
}

#table-localisation.fixed {
	left: 300;
	position: fixed;	
	bottom:0;
}

.bottom-personne {
	width: 100%;
	height: 200px;
	min-height: 200px;
	display: block;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ffffff !important;
}

.localisation-souseffectif {
	color: #ff0000;
	font-weight: bold;
}

.localisation-libelle {
	
	background-color: #fff !important;
	color: #777;
	border: 1px solid #777;
	margin-right: 5px;
	line-height: 20px;
}

.horaire-libelle {
	line-height: 20px;
	margin-right: 5px;
	
}

.goto-arrow {
	vertical-align : middle;
	text-align: center;
	color: #666;
}

.row-semaine {
	cursor: pointer;
}

.row-semaine:hover {
	background-color: #d9edf7 !important;
	color: #333;
}


.groupe-valider-frame, .lieu-valider-frame {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}

.day-today {
	background-color: #666;
	color: #fff;
}

.day-hover {
	background-color: #09F !important;
	color: #fff !important;
}

.lieu-hover {
	background-color: #eee !important;
	color: #000 !important;
}

.img-team {
	max-width: 50px;
	min-height: 50px;
}

.text-strong {
	font-weight: bold;
}

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

@media (max-width: 480px) {

	.acc-logo-personne img {
		margin-top: 10px;
	}

	#img-accueil {

	}

	.conge-libelle {
		font-size: 13px;
	}

	.libelle-jour {
		font-weight: bold;
		margin: 0;
	}

	.numpad .btn {
		font-size: 20px;
		width:40px;
		height:40px; 
		line-height: 40px;
	}

	.xxs-hidden{
		display: none;
	}

	.xxs-visible{
		display: block;
	}

	.well-spec {
		padding: 0;
		background: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	#week-frame {
		overflow: hidden;
	}

	

}

@media (max-width: 789px) {
	#ligne-filter {
		height: auto;
		margin-bottom: 20px;
	}

	.float-left-and-margin-right-on-mobile {
		float: left;
		margin-right: 5px;
		margin-bottom: 15px;
	}

	#date-filter {
		max-width: 150px;
	}

	.login-background {
		background-size: cover;
		border-radius: 0;
		height: 100%;
	}

	.login-body {
		background-color: #eee;
		padding: 0;
	}

	.modal.modal-wide .modal-dialog {
	  width: 95%;
	}

	#preference-btn {
		position: relative;
		float: left;
		margin-left:10px;
	}

	
}

a.password-reset-link {
	text-decoration: none;
}

@media (max-width: 767px) {
	a.password-reset-link {
		color: #fff !important;
	}
}

.tooltip-horaire {
	position: absolute;
	font-size: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 5px;
	white-space: nowrap;
	border-radius: 4px;
	margin-left: -35px;
	width: 100px;
	text-align: center;
}

.tooltip-periode {
	position: absolute;
	font-size: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	margin-top:50px;
}

.img-people, .img-people-birthday {
	cursor: pointer;
}

.img-people-resp {
	border:3px solid #337ab7;
	/*box-shadow: 0px 0px 15px #337ab7;*/
}

.img-people-resp-accueil {
	border:2px solid #337ab7;
	/*box-shadow: 0px 0px 10px #337ab7;*/
}

.effectif-popover-frame {
	color: #000;
}

.title-gestion{
	color: #337ab7;
}

/*
.list-record:hover{
	background-color: #a6e1ec !important;
}*/
