﻿/*FULLSCREEN APP*/
/*html,body
{
    height: 100%;
}

.container-fluid
{
    padding:0;
    margin: 0;
    height: calc(100% - 41px);
}

.container-fluid > .row-fluid
{
    height: 100%;
    
}

.navbar
{
  display: none;
}

.row 
{
  margin-left: 0;
}

.container-fluid > .row-fluid > #menu
{
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    background-color:#333;
    position: fixed;
    padding: 10px 20px;
}

.container-fluid > .row-fluid > #content
{
    box-sizing: border-box;
    margin-left: 15%;
    width: 85%;
    padding: 10px 20px;
}

.container-fluid > .row-fluid > #menu > a
{
    color: white;
}*/
/*END*/

select.app_select-title
{
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #00b1ff;
  font-size: 16px;
}

@media (max-width: 979px)
{
  .navbar-fixed-top {
      margin-bottom: 0px;
  }
}
body.waiting * 
{
    cursor: progress !important;
}


.text-center
{
    text-align:center;
}

.text-right
{
    text-align:right;
}

th
{
    font-weight:100;
}

h1
{
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2
{
    font-weight: 100;
    line-height: 20px;
}

h3
{
    font-weight: 100;
    line-height: 20px;
}

h4
{
    font-weight: 400;
}

h5
{
    font-weight: 600;
}

h6
{
    font-weight: 900;
}

a
{
    color: #a9a9a9;
}


a:hover
{
    text-decoration: none;
    color: #333;
}

.normal
{
    color: #333;
}

.grey 
{
    color: #a9a9a9;
}

.white{
    color: white;
}


.accent
{
    color: #00b1ff;
}

.accentHover
{
}

.accentHover:hover
{
    color: #00b1ff;
    text-decoration: none;
    cursor: pointer;
}

.green
{
    color: #8fdd2d;
}

.greenHover
{
}

.greenHover:hover
{
    color: #8fdd2d;
    text-decoration: none;
    cursor: pointer;
}

.red
{
    color: #ff0000;
}

.redHover
{
}

.redHover:hover
{
     color: #ff0000;
     text-decoration: none;
     cursor: pointer;
}

.orange
{
    color: #ffcb00;
}

.orangeHover
{
}

.orangeHover:hover
{
    color: #ffcb00;
    text-decoration: none;
    cursor: pointer;
}

.filter 
{
    margin-top: 5px;
}

.separator
{
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
}

.titleSmall
{
    font-size: x-small;
    font-weight: 900;
}

.invisible
{
    display:none;
}

.menuTitle
{
    margin-bottom: 5px;
}

.menuBlock 
{
    margin-bottom: 25px;
}

.finish
{
    background-color: #f6f6f6;
}

.outdated 
{
    background-color: #ffb6b6
}

.section
{
    font-weight: 100;
    font-size: medium;
    font-stretch:normal;
    display:block;
}

.uniformToFill
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.noBorder
{
    border: none;
    padding: 0px;
    margin: 0px;
    display: inline;
    border-color: white;
}

[class^="div"]
{
    display: block;
}

.div
{
    font-size: large;
}

.div1
{
    font-size: small;
}

.div2
{
    margin-top: -5px;
    font-size: x-small;
}

.div3
{
    margin-top: -5px;
    font-size: medium;
}

.chevron
{
    margin-top: 12px;
    margin-bottom:12px;
}

.greyBgHover:hover
{
    background-color: #e5e4e2;
}


.greyBg
{
    background-color: #e5e4e2;
}

.tile{
    width:110px;
    height:110px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.expandWidth{
    width: 100%;
}

.epandHeigth{
    height: 100%;
}


.craRow{
    height: 50px;
}

.craNumber{
    text-align: center;
}

.craRowWidth{
    width: 71px;
    float: left;
}

.craTotal{
    border-top: 1px solid silver;
    padding-top: 5px;
}

.loader{
}

#menu,#content{
    display: none;
}

/* Pour fonction datepicker mois et année seulement */
.hideCalendar .ui-datepicker-calendar{
    display: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker .ui-datepicker-title select
{
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-buttonpane
{
  margin: 0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all
{
  background-color: #555;
}
.btnNew
{
    border:black solid 1px;
    border-radius: 10px;
    width:99px;
    height: 99px;
    text-align: center;
    line-height:99px
}

.btnNew span
{
    width: 80px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}

.action 
{
    display: inline-block; margin : 5px;
}

.action:hover .btnNew 
{   -moz-box-shadow: 0px 0px 10px 0px #00b1ff;
    -webkit-box-shadow: 0px 0px 10px 0px #00b1ff;
    -o-box-shadow: 0px 0px 10px 0px #00b1ff;
    box-shadow: 0px 0px 10px 0px #00b1ff;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#00b1ff, Direction=NaN, Strength=10);*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.action:hover span
{
    color:#00b1ff;
}

.icon-sub
{
    vertical-align: sub;
}

.icon-unset
{
  vertical-align: unset;
}

.no-margin-left
{
    margin-left:0px;
}

div[data-notify="container"]
{
    width: 370px;
    font-size:small;
    color : #262727;
    text-shadow: 0px 1px 1px #a9a9a9;
    z-index: 9999;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.btn:hover i
{
    background-image: url('../img/glyphicons-halflings-white.png');
}

/* TOOLTIP PERSONNALISE (.help.helpBis) */

.curPtn
{
  cursor: pointer;
}
.curHlp
{
  cursor: help;
}


.bisTooltip .tooltip-inner
{
    max-width: 516px;
    text-shadow: 2px 2px 2px #000;
    background-color: #333;
    padding:8px;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
    direction: ltr;
}

.bisTooltip.top .tooltip-arrow
{
    border-top-color: #333;
}

.bisTooltip.right .tooltip-arrow
{
    border-right-color: #333;
}

.bisTooltip.bottom .tooltip-arrow
{
    border-bottom-color: #333;
}

.bisTooltip.left .tooltip-arrow
{
    border-left-color: #333;
}

.bisTooltip 
{
    position: fixed;
}

.bisTooltip hr
{
  margin: 8px -8px;
  border: none;
  border-bottom: 1px dashed #fff;
}

/* MODIFICATIONS DATEPICKER JQUERY UI */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
    border: 1px solid #333;
    /* background: #0b0b0b url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; */
    font-weight: bold;
    border-radius: 4px;
    color: #2e6e9e;
}

.ui-datepicker
{
    font-family: Sommet !important;
}

.ui-datepicker-calendar .ui-state-default,.ui-datepicker .ui-widget-header
{
    background:none;
    border: none;
    color: #333;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default
{
    font-size: smaller;
    padding: 0;
    width: 28px;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next
{
    top:13px;
    margin: 0 5px;
}

.ui-datepicker a.ui-datepicker-prev:hover,.ui-datepicker a.ui-datepicker-next:hover
{
  background-color: #333;
  border-radius: 20px;
  border: none;
  background-image: none;
}

.ui-datepicker a.ui-datepicker-prev:hover span,.ui-datepicker a.ui-datepicker-next:hover span
{
  filter: brightness(10);
}

.ui-datepicker .ui-datepicker-title
{
    font-variant: all-petite-caps;
    font-size: 23px;
    line-height: 2;
    margin:0;
    color: white;
    text-shadow: 0px 0px 3px #333;
}

.ui-datepicker th
{
    font-size: small;
    width: 28px;
    height: 32px;
    padding: 0;
    background-color: #e8e8e8;
}

.ui-datepicker .ui-widget-header
{
  border-bottom: 3px #333 solid;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

} 

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    filter:brightness(10) drop-shadow(0px 0px 2px #333);
}

.ui-datepicker
{
    border: 1px solid #333;
    padding: 0;
}

.ui-datepicker .ui-state-active
{
    background-color: #333;
    color: #fff;
}

.ui-datepicker .ui-state-hover
{
    background-color: #aaa;
    color: #fff;
}

.ui-datepicker .ui-state-highlight
{
    box-shadow: 0 0 1px black;
}

.ui-datepicker
{
    width: initial;
}

/* CUSTOM 3-DOTTED LOADER */

.inlineLoader {
  display: inline-block;
  position: relative;
  vertical-align: super;
  width: 30px;
  height: 11px;
}
.inlineLoader div {
  position: absolute;  
  top: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.inlineLoader div:nth-child(1) {
  left: 3px;
  animation: inlineLoader1 0.6s infinite;
}
.inlineLoader div:nth-child(2) {
  left: 3px;
  animation: inlineLoader2 0.6s infinite;
}
.inlineLoader div:nth-child(3) {
  left: 13px;
  animation: inlineLoader2 0.6s infinite;
}
.inlineLoader div:nth-child(4) {
  left: 23px;
  animation: inlineLoader3 0.6s infinite;
}
@keyframes inlineLoader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes inlineLoader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes inlineLoader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 0);
  }
}

/* FIX LARGEUR SITE WEB */

/*div.container
{
  width: 98%;
}

div.container div.row
{
  display: flex;
}

#content
{
  width: 100%;
}*/


/* SCROLLBAR PERSONNALISEE */

.styleScrollbar::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.styleScrollbar::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 15px;
}
.styleScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 15px;
}

/*body::-webkit-scrollbar {
    height: 15px;
}

body::-webkit-scrollbar-thumb {
    background-color: #333;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-button {
    background-color: #ccc;
}*/

.small
{
    font-size:small;
}
.smaller
{
    font-size:smaller;
}
.x-small
{
    font-size:x-small;
}
.bold
{
    font-weight:bold;
}
[class^='hideFilter'],.hideSearchBar
{
    display: none;
}

.groupBtn
{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.groupBtn a,.groupBtn button
{
  margin-bottom: 5px;
  border-radius: 20px;
  color: #333;
}

.controls.groupBtn a,.controls.groupBtn button
{
  margin-left: 0px;
}

input.reducedFormBar
{
  width: 175px;
}

select.reducedFormBar
{
  width: 189px;
}

textarea.reducedFormBar
{
  width: 207px;
  resize: none;
}

@media (max-width: 979px) and (min-width: 768px)
{
  .level2expand
  {
    width:97%;
  }
}

@media (max-width: 1199px) and (min-width: 980px)
{
  .level3expand
  {
    width:97%;
  }
}

section#actions
{
  position: fixed;
  display: none;
  bottom: 0;
  justify-content: center;
  z-index: 7000000;
}

section#actions a,section#actions label
{
  border-radius: 30px;
  padding: 11px 15px;
}

section#actions a span, section#actions label span
{
  font-size: 0px;
  transition: font-size 0.3s;
}

section#actions a:hover span, section#actions label:hover span
{
  font-size: 13px;
}

section#actions label input
{
  display: none;
}

section#actions hr
{
  margin: 25px 5px;
  border: 0;
  border-left: 1px solid #333;
  box-shadow: 1px 1px 2px #ccc;
}

#content
{
  margin-bottom: 49px;
}

.lds-roller {
  display: inline-block;
  position: sticky;
  width: 64px;
  height: 64px;
  z-index: 1;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  transform: scale(1.3);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-roller + *{
  transition: filter 0.5s;
  margin-top: -64px;
  filter:blur(2px) brightness(0.9);
}

ul#horizontalTimeline
{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 25px 0px 10px 0px;
}

ul#horizontalTimeline li
{
  position: relative;
}

ul#horizontalTimeline:not(.timelineEnded) li:not(.timelineEdges)
{
  margin: 0 auto;
}

ul#horizontalTimeline li.timelineEdges:last-child:before
{
  background-color: #f44336;
}

ul#horizontalTimeline li.timelineEdges:first-child:before
{
  background-color: #4caf50;
}

ul#horizontalTimeline li > div:first-child
{
  line-height: 0;
  font-weight: bold;
  font-size: small;
  text-align: center;
}

ul#horizontalTimeline li.timelineCurrent > div:first-child:before
{
  content: "Actuel";
  position: absolute;
  top: -12px;
  font-size: smaller;
}

ul#horizontalTimeline li.timelineEdges:last-child > div:first-child:before
{
  content: "Sortie";
  position: absolute;
  top: -12px;
  font-size: smaller;
}

ul#horizontalTimeline li.timelineEdges:first-child > div:first-child:before
{
  content: "Entrée";
  position: absolute;
  top: -12px;
  font-size: smaller;
}

ul#horizontalTimeline li > div:last-child
{
  font-variant: all-petite-caps;
  text-align: left;
  box-shadow: 0 -1px 2px #ccc;
  border-radius: 5px;
  border:1px solid #333;
  padding: 3px;
  margin-top: 25px;
}

ul#horizontalTimeline li:before
{
  content: "";
  position:absolute;
  box-shadow: 0 0 3px #333;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  left: calc(50% - 9px);
  background-color: white;
  border:2px solid #333;
  top: 12px;
}

ul#horizontalTimeline li.timelineEdges:before
{
  width: 16px;
  height: 16px;
  border-radius: 10px;
  left: calc(50% - 10px);
  background-color: white;
  border:2px solid #333;
  top: 10px;
}

ul#horizontalTimeline li.timelineCurrent:before
{
  background-color: #03a9f4;
  width: 10px;
  height: 10px;
  top: 11px;
  border:5px solid #333;
}

ul#horizontalTimeline.timelineEnded
{
 justify-content: space-between; 
}

ul#horizontalTimeline:not(.timelineEnded):before
{
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  top: 20px;
  left: 40px;
  width: calc(100% - 50px);
}

ul#horizontalTimeline.timelineEnded:before
{
  content: "";
  position: absolute;
  border-top: 2px solid #333;
  top: 20px;
  left: 40px;
  width: calc(100% - 80px);
}


ul#horizontalTimeline:not(.timelineEnded):after
{
  content: "";
  position: absolute;
  border-top: 7px solid transparent;
  border-left: 10px solid #333333;
  border-bottom: 7px solid transparent;
  right: 0px;
  top: 14px;
}

ul#horizontalTimeline.timelineEditable li > div:last-child a:hover:before
{
  content: "Modifier";
  position: absolute;
  top: -35px;
  text-align: center;
  left: 0;
  width: 100%;
}

@keyframes bg-gradient-loading{
	0%{
			background-position: -468px 0
	}
	100%{
			background-position: 468px 0
	}
}

.bg-gradient-loading{
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: bg-gradient-loading;
	animation-timing-function: linear;
	background: darkgray;
	background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	position: relative;
}

i.icon-hover:hover {
  filter: invert(0.5)
}