.body_loading{
  position: fixed;
	z-index: 1;
	left:45.8%;
	top:41.2%;
	opacity: 1;
}

body{
	background-color: coral
}


marquee {
	width: 100%;
	padding: 10px 0;
	background-color: #b0bec5;
	margin-bottom:10px;
}


.popover-header {
    background-color: #ebeee5;
    border-bottom: 1px solid #2112f0;
}


tbody{
    line-height: 40px;
    font-size: 13px !important;
}

.size-icon{
	font-size:20px;
}

.modal-body tbody,
.dtp-content tbody {
	line-height: 20px;
}
.dtp-content .page-link:hover {
	background: transparent;
	border: none !important;
	color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 0.4em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #00b5b8;
}
.dataTables_paginate ul li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hide, .hidden {
	display: none;
}

td.action, td.actions {
	white-space: nowrap;
}

tbody{
	font-size:12px !important;
}
tbody span{
	font-size:12px !important;
}
thead{
	font-size:13px !important;
}

.nav-item a {
	font-size:13px !important;
}
span{
	font-size:12px !important;
}

.process_arptc{
	font-size:13px !important;
}

.note-editor.note-frame {
    border: 2px solid black !important;
}

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

  .card-bottom{
    height: -webkit-calc(100% - 45px);
}


.color_menu_link{
	box-shadow:0px 0px 10px #0f7bd3;
	-webkit-animation-name: clignote_menu; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_menu {
	0%{box-shadow:0px 0px 10px #0f7bd3;}
	50%{box-shadow:0px 0px 0px #0f7bd3;}
	100%{box-shadow:0px 0px 10px #0f7bd3;}
	}

.color_menu_link_red{
	box-shadow:0px 0px 10px #d30f29;
	-webkit-animation-name: clignote_menu_red; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_menu_red {
	0%{box-shadow:0px 0px 10px #d30f29;}
	50%{box-shadow:0px 0px 0px #d30f29;}
	100%{box-shadow:0px 0px 10px #d30f29;}
}

.color_menu_link_warning{
	box-shadow:0px 0px 10px #FF9800;
	-webkit-animation-name: clignote_menu_warning; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_menu_warning {
	0%{box-shadow:0px 0px 10px #FF9800;}
	50%{box-shadow:0px 0px 0px #FF9800;}
	100%{box-shadow:0px 0px 10px #FF9800;}
}


/*------- style button back to top ------*/

#button {
  display: inline-block;
  background-color: #ea073e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color:#fff;
}
#button:hover {
  cursor: pointer;
  background-color: rgb(23, 159, 238);
}
#button:active {
  background-color: rgb(23, 159, 238);
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*------ badge color blue int ----*/
.badge-blue {
  background-color: #8ecbdd; }

.badge-blue-ciel{
  background-color: rgb(233 233 233 / 19%);
}
.badge-facebook{
  background-color:#3b5998;
}
.badge-empty{
  background-color:#7b5688;
}

.badge-aya{
  background-color: #3c8ddd;
}


/*------- loader -------*/

.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width:100%;
  height:100%;
}

.loader{
  border:0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position:absolute;
  top:calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader:before, .loader:after
{
  content:'';
  border: 1em solid #655ce9;
  border-radius: 50%;
  width: inherit;
  height:inherit;
  position:absolute;
  top:0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity : 0;
}

.loader:before{
  animation-delay: .5s;
}

@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity:0;
  }
}

/*------------ style color icon ----------*/

.icon-mesure-global{
  font-size:30px;
  font-weight:bold;
  margin-top:5px;
  margin-right:5px;
  cursor:pointer;
}
.icon-smile-color{
  color:green;
}
.icon-sad-color{
  color:red;
}

/*------ style vertical scroll -----*/
::-webkit-scrollbar
{
    width: 12px;
}
::-webkit-scrollbar-thumb
{
    background: linear-gradient(transparent,#04cdce);
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover
{
    background: linear-gradient(transparent,#04cdce);
}


/*----- style for active link to change langue -----*/
.active_link_sidebar{
  background-color :#d8dfec;
}
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  display: inline-block !important;
}

.div_search{
  width:100%;
  z-index:999;
  background-color:#fffefe;
  padding:5px;
  padding-top:20px;
  position:absolute;
  top:50px;
  left:15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.btn-search{
  background-color: #8ecbdd;
}

