

.header-box .heightinputapp{
	height: 25px !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	padding: 0px 0px 0px 5px !important;
	background-color: #FFFFFF !important;
}
	
.header-box .iconsearchapp{
	height: 23px;
	width: 20px;
	margin-top: 1px;
	padding: 0px !important;
	cursor: pointer;
	background: url(../images/search.png);
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	position: absolute;
	right: 2px;
	z-index: 10;
}
.header-box-icon a{
	color: #ffffff;
}
.header-box-icon a:hover{
	opacity: 0.6;
}

/*  Margin entre Icons */
.fas {
	margin: 0px 1px;
}
/*  Margin entre Icons */

/*  header-box CSS */
.header-box {
	height: auto;
	line-height: 40px;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
}

.header-box-title {
	font-size: 20px;
	padding-left: 27px;
	font-weight: inherit !important;
	text-transform: uppercase;
}

.header-box-icon {
	float: right;
	padding-right: 10px;
	height: 40px;
}
/*  header-box CSS */

/*  content-box CSS */
.section-abonnement  .content-box {
	padding: 10px;
	padding-top: 10px;
	background: #fff;
	min-height: 200px;
}

.section-collaborateurs-group .content-box{
	padding-top: 20px !important;
}

.section-collaborateurs .content-box{
	max-height: inherit !important;
}

.section-collaborateurs-collabo .top-collaborateurs{
	height: 90px;
}

.section-collaborateurs-collabo .top-collaborateurs .text-collaborateurs{
margin-top: 0px;
}

.content-box {
	padding: 10px;
	padding-top: 40px;
	background: #fff;
	min-height: 210px;
	margin-bottom: 20px;
}


.section-abonnement .content-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.section-abonnement .content-box::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.section-abonnement .content-box::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c4c4c4;
}


.content-box-item {
	height: 125px;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	margin-top:10px;
}

.content-box a {
	color: inherit !important;
}
/*  content-box CSS */

/*  Margin-bottomo style CSS */
.mb-20 {
	margin-bottom: 20px;
}
/*  Margin-bottomo style CSS */

/*  Abonnement style CSS */
.content-abo-top {
	height: 30px;
	border-bottom: 1px solid #f6f6f6;
	text-align: left;
}

.abo-titre {
	color: #67696c;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.abo-item {
	float: right;
	padding: 5px;
	color: #afafaf;
	font-size: 12px;
}

.content-abo-bottom {
	padding: 15px;
}

.abo-icon {
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
/*  Abonnement style CSS */

/*  Applications style CSS */
.box-content-app {
	height: 150px;
	border-radius: 15px;
	width: 95%;
	margin-bottom: 10px;
	padding: 5px;
}

.box-content-collaborateurs {
	height: auto;
	background: #fff;
	box-shadow: 2px 2px 4px #000;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px;
}

.icon-app {
	color: #fff;
	padding: 0px 5px;
}

.color-plus .logo-app {
	margin-top: 5px !important;
	padding: 0 10px !important;
	font-size: 40px !important;
	text-align: center;
	color: #ffffff;
	height: 50px;
}
.logo-app {
	margin-top: 12px !important;
	padding: 10px !important;
	font-size: 40px !important;
	text-align: center;
	color: #ffffff;
	height: 70px;
}
/* Style Menu li Application */

.text-app {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
/*  Applications style CSS */

/*  Collaborateurs style CSS */
.text-collaborateurs {
	width: 50%;
	padding-top: 10px;
	float: left;
	margin-top: 0px;
}

.nom-collaborateurs {
	font-size: 15px;
	font-weight: bold;
}

.detail-collaborateurs {
	color: #3e3e3e;
	font-size: 12px;
}

.img-collaborateurs {
	background: #fff;
	width: 50%;
	height: auto;
	border-radius: 50%;
	float: right;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #e5e8eb;
}

.img-collaborateurs img {
	border-radius: 50%;
}

.top-collaborateurs {
	height: 90px;
}

.box-content-collaborateurs .fas{
	font-size: 16px !important;
}
/*  Collaborateurs style CSS */

.footer{
	bottom:inherit !important;
	margin-top: 0px;
	background-color: #fff;
}

.footer a{
	color: #5f5e5e;
}

/*  Tablette Version style CSS */
@media (max-width: 900px){
   .content-abo-bottom .col-md-2{
		max-width:32.666667% !important;
		flex: 0 0 32.666667% !important;
	}

}	
/*  Tablette Version style CSS */

/*  Mobile Version style CSS */
@media (max-width: 320px) {
	.section-abonnement .content-abo-top .abo-titre {
		padding-left: 5px;
		font-size: 11px;
	}
	.section-abonnement .content-abo-top .badge-danger {
		display: none !important;
	}
}



/* Css Abboenemt */
.content-abo{
	background: #fff;
	min-height: 230px;
	padding: 20px;
}
.info-abo{
	height: auto;
	font-size:25px;
	padding: 30px;
}
.info-abo-content{
	font-size: 16px;
	color: #566972;
	margin-bottom: 10px;
}
.abo-text{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
.abo-expired{
	text-transform: uppercase;
	color:#b63e5e;
	padding-left: 10px;
	font-size: 16px;
}
.abo-detail{
	height: 170px;
	border-radius: 10px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
}

.color-key{
	background: #80e7ce;
}

.color-user{
	background: #a7fe98;
}

.color-compact{
	background: #e7e080;
}

.info-abo-content .fas{
	width: 20px;
}


@media (max-width: 575px) {
	.abo-detail{
		width: 60%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

.top-collaborateurs-infos{
	margin-bottom: 10px;
}

.top-collaborateurs-infos .fas {
	margin-right: 5px;
	font-size: 12px !important;
}

.top-collaborateurs-infos span{
	color:#3e3e3e;
	font-size: 14px;
}

.color-plus{
	height: 130px;
}

.color-plus .text-app{
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.detail-app .abo-detail{
 height: 120px;
 font-size: 25px !important;
}

.app-titre-top{
	font-size: 40px !important;
}

@media (max-width: 575px) {
	.detail-app .abo-detail{
		width: 100%;
	}
	/*.color-plus{
		display: none;
	}*/
}




/* Listind Abo 006 */


.btn-outline-secondary {
color: #FFFFFF;
background-image: none;
border-color: inherit !important;
}

.info-abo-listin-1 {
height: 195px !important;
font-size: 25px;
padding: 15px;
}


.info-abo-listin-1:hover .info-abo-content{
color: #fff;
}

.info-abo-listin-1:hover .abo-expired{
color: #fff;
}

.info-abo-listin-1:hover .icon-app-blue a{
color:#fff !important;
}

.info-abo-listin-1:hover .icon-app-detail  a{
color:#fff !important;
}




.icon-app-blue a {
	font-size: 16px;
}
.icon-app-detail {
	margin-top: -28px;transition: 0.3s;
}
.icon-app-detail:hover {
	font-weight: 400;
}
.icon-app-detail a {
	font-size: 16px;
}
.icon-app-detail i {
	font-size: 14px;
	font-weight: 100;
	margin-left: 5px;
}
.icon-app-detail .fa-door-open {
	font-size: 25px;
}


.info-abo-content .fad{
	width: 20px;
}

/* Listind Abo 006 */

.boxsel{
width: 100%;
height: 50px;
}

.boxsel select{
-webkit-appearance: none;
outline:none;
width: 100%;
height: 38px;
}

.boxsel:before{
position: absolute;
top:0;
right: 15px;
content: '';
width: 38px;
height: 38px;
color:#fff;
pointer-events: none;
}

.boxsel:after{
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0;
border-color: #fff transparent transparent transparent;
position: absolute;
top: 18px;
right: 25px;
transform: translate(-50%);
pointer-events: none;
}



/*  new css 31 - 03 - 20202 */

.section-collaborateurs-collabo .modal-dialog{
max-width: 600px !important;
}

.section-collaborateurs-add-colla .modal-dialog{
max-width: 90% !important;
}

.closemod{
font-size: 14px;
font-weight: bold;
cursor: pointer;
padding-right: 10px;
}


.btnwid{
width: 90px;
margin-left: 5px;
}

.headtopgrp{
padding-top: 5px;
font-size: 14px;
margin-bottom: 10px;
color: #97979d;
text-transform: uppercase;
}

.headtopgrp span i{
font-size: 18px;
}

.paframheadgrp{
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 25px;
}

.headtopgrp .paframheadgrp i{
color:#fff;
font-size: 14px;
}

.centregrp{
padding-left: 30px;
padding-right: 30px;
text-align: center;
height: 80px;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}

.bottomgrp{
padding-bottom: 10px;
color: #97979d;
font-size: 14px;
text-transform: uppercase;
}
.bottomgrp span i{
font-size: 18px;
}

.grp{
box-shadow: 2px 2px 6px #000;
padding: 10px;
margin-bottom: 10px;
}


.switch {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 16px;
	margin-top: 11px;
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 0px;
	bottom: 0px;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #fff;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #fff;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	background-color: #01ad83;
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  
  @media (min-width:540px) and (max-width:720px){
.col-sm-6 {
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
}
}

@media (max-width: 850px){
.wall .col-md-3 {
order: inherit;
width: auto !important;
flex: auto !important;
max-width: auto !important;
}
}

.icon-abo-detail-grp{
width: 100%;
font-size: 12px;
padding-right: 8px;
}

.abo-detail a{
color: #fff;
}

.abo-active{
color: #57ea24;
padding-left: 10px;
font-size: 16px;
text-transform: uppercase;
}

.ownercolor{
background: #80e7ce !important;
}

.admincolor{
background: #a7fe98 !important;
}

.usercolor{
background: #e7e080 !important;
}

.tit-col-color {
font-weight: bold !important;
color:#313b47 !important;
font-size: 17px !important;
}


.tit-col-color a{
font-weight: bold !important;
color:#313b47 !important;
}

.businesscolor{
background:#96f7fe !important;
}

.intellegencecolor{
background:#ffe1d6 !important;
}

.tiercescolor{
background: #cc7063 !important;
}

.active-menu{
	background-color: #e4dada;
    color: #698CFF !important;
}