/* Surcharge BS */
html {
  height: 100%;
}
#footer{
	position: fixed;
	bottom: 0;
	height: 40px;
	border-top: solid #f3969a 1px;
	background-color: #f8f9fa;
	width: 100%;
	z-index: 10;
}
#main{
	padding-bottom: 100px;
}
.ticketNvBox{
	position: fixed;
	right: 0;
	top : 50px;
}
#dashboard{
	background-image: url('../img/filter.jpg');
	background-size: cover;
	background-position: center;
}
.dashboardBox > div > .card{
	border-radius: 0px;
}
.dashboardBox > div > .card > .card-header{
	background-color: rgba(32, 31, 31, 0.5);
	color: #fff;
	border-radius: 0px;
}
.dashboardBox > div > .card > .card-header.color2{
	background-color: rgba(162, 12, 12, 0.5);
}
.dashboardBox > div > .card > .card-header.color3{
	background-color: rgba(24, 12, 162, 0.5);
}
.dashboardBox > div > .card > .card-header.color4{
	background-color: rgba(43, 113, 29, 0.5);
}
.dashboardBox > div > .card > .card-header.color5{
	background-color: rgba(43, 113, 29, 0.5);
}
.filterBtn{
	background-color: rgba(255, 255, 255, 0.5);
}
.filterBtn.btn-secondary{
	background-color: #f3969a;
}
#recOk{
	position: fixed;
	top : 0;
	left : 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(238, 238, 238, 0.8);
	height: 100%;
	padding-top: 20%;
	text-align: center;
	font-size: 100px;
	display: none;
}
#load{
	position: fixed;
	top : 0;
	left : 0;
	width: 100%;
	z-index: 1000;
	background-color: #eee;
	height: 100%;
	padding-top: 20%;
	text-align: center;
	font-size: 100px;
}
.tooltip-inner{
	background-color: #f6f6f6;
	color: #333;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0,0.5);
}
.tooltip-inner:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.1em;
	color: #2d5986;
	content: "\f05a";
	padding: 0 5px;
}
.tooltip.show {
	opacity : 1;
}
/* Général */
.cursor{
	cursor: pointer;
}
button[disabled]{
	cursor: not-allowed;
}
.grab{
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
/* Formulaires */
.backForm{
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-right: 15px;
	color: #dc3545;
	font-size: 0.8em;
	content: 'hjk'
}
.dateAccord > *{
	display: none;
}
#histoTicket > .modal-dialog{
	width: 60%;
	height: 90%;
	max-width: 100%;
}
#histoTicket > .modal-dialog > .modal-content{
	width: 100%;
	height: 100%;
}
#histoTicket > .modal-dialog > .modal-content > .modal-body{
	overflow: scroll;
}
.modalArchive > .modal-dialog{
	max-width: 60%;
	max-height: 60%;
}
.modalArchive > .modal-dialog > .modal-content{
	min-height: 500px;
}
.salarieForm{
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dashed 1px #333;
}
#backCoutBack{
	display: none;
}
#viewDoc > .modal-dialog, #viewDocHisto > .modal-dialog, #viewDocSign > .modal-dialog{
	max-width: 1100px;
	max-height: 1000px;
}
#boxAction{
	display: none;
}
.bg-danger-light{
	background-color: #ffd7cc;
}
.card-body.gedHisto{
	position: relative;
}
.cardOverlay{
	position: absolute;
	background-color: rgba(120, 120, 120, 0.8);
	width: 100%;
	height: 100%;
	top : 0;
	left : 0;
	display: none;
}
#canvasPdf{
	cursor: crosshair;
}
#cpfInfo{
	color: #5a5a5a;
	font-size: 1.25rem;
}
.rotate-vert-center > i{
	color: #444;
	-webkit-animation: rotate-vert-center 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s infinite both;
	animation: rotate-vert-center 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s infinite both;
	font-size: 19px;
	line-height: 19px;
}

/*GLPI TICKETS*/

.hidden{
	display: none;
}

@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.bg-grey{
	background-color: #ddd;
}
