.text-news
{
	color:rgba(165, 52, 122, 0.95);
}
.Noir{
	color: #333 !important ;
}
.center{
	text-align: center;
}
table.table img {
	height: auto !important;
	max-width: 100% !important;   
}
strong img {
	height: auto;
	max-width: 100%;   
}
.paddingk{
	padding: 15px 0 0 15px;
}
.btn.active img {				
	opacity: 1;				
}
.check
{
    opacity:0.5;
	color:#00A65A;
}
.img-check{
	width:90%;
	height:auto;
	border-radius: initial;
}
.ColorA {
        text-decoration: none;
		color: #FFFFFF;
}
.Line{
	font-weight: 600;
    font-size: 16px;
}
.header{
	display: flex;
}  
.ListA {
    float: right;
    font-size: 20px;
	margin-right: 30px;
}
.ListB {
    margin: 10px 0;
}
.boxBlan{
	background: #ffffff;
}
.info-box-icon{
	    padding: 20px 0;
}
.no-margin{
	margin : 0px;
}
.no-padding{
	padding : 0px;
}
.profile-user-img {
	height:100px;
}
.ok>li {
    padding: 0px 20px;
}
.box .non .nav-stacked>li {
    list-style-type: none;
}
.nav-stacked>li.active>a, .nav-stacked .non>li.active>a:hover{
	background: transparent;
    color: #444;
    border-top: 0;
	border-left-color: #FFFFFF;
}
.closeicone{
	text-align: right !important;
    color: #dd4b39;
    font-size: 19px;
}
.plus-times {
float: left;
}
.fa.plus-times:before {
content: "\f067";
}
.menudisabled{
	color: rgba(158, 158, 158, 0.88) !important;
}
.active > a > .fa.plus-times .ty{
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.plus-minus {
float: left;
}
.fa.plus-minus:before {
content: "\f067";
}
.active > a > .fa.plus-minus ty:before {
content: "\f068";
}
/*.widget-head{
font-size: 12px;
    border-bottom: #bbb 2px solid;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}*/
.press_ico {
    color: #40BDBD !Important
}
.ad_ico {
    color: #E05B49 !Important 
}
.view_ico {
    color: #585C6E !Important 
}
.act_ico {
    color: #3398DB !Important;
}
.social_ico {
    color: #F1C30F !Important;
}
/*******************donut chart********************/
 .item {
    position: relative;
    float: left;
}

.item h4 {
       text-align: center;
    position: absolute;
    line-height: 70px;
    width: 100%;
	font-size: 15px;
}
.itemprct {
	text-align: center;
    position: absolute;
    line-height: 128px;
    width: 100%;
	font-size: 13px;
}
svg {
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
  stroke-dasharray: 251; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 251;
}

.devis .circle_animation {
    -webkit-animation: devis 1s ease-out forwards;
    animation: devis 1s ease-out forwards;
}

.bdc .circle_animation {
    -webkit-animation: bdc 1s ease-out forwards;
    animation: bdc 1s ease-out forwards;
}
.fact .circle_animation {
    -webkit-animation: fact 1s ease-out forwards;
    animation: fact 1s ease-out forwards;
}

.impay .circle_animation {
    -webkit-animation: impay 1s ease-out forwards;
    animation: impay 1s ease-out forwards;
}
/************************barchart************************/
 
 
.vertical .progress-barv {
  float: left;
  height: 250px;
  width: 40px;
  margin-right: 25px;
}

.vertical .progress-track {
  position: relative;
  width: 40px;
  height: 100%;
  /*background: #ebebeb;*/
}

.vertical .progress-fill {
  position: relative;
  background: #00c0ef;
  height: 50%;
  width: 40px;
  color: #fff;
  text-align: center;
  font-family: "Lato","Verdana",sans-serif;
  font-size: 12px;
  line-height: 20px;
  -webkit-animation: impay 1s ease-out forwards;
  animation: impay 1s ease-out forwards;
}

/*.rounded .progress-track,*/
.rounded .progress-fill {
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  border-radius: 3px;
}
.todayevent h3{
	 border-bottom: solid #ADD4EA;
    padding-bottom: 21px;
}
.todayevent{
	height:664px;
	padding:6px;
	overflow-y: auto;
}


/***********div contrat***/
div.callout {
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444, #444);
	position: relative;
	color: #ccc;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #999;
	margin: 25px;
	min-height: 50px;
	border: 1px solid #333;
	text-shadow: 0 0 1px #000;
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}

 /*******************tree***********/
.tree ul {
	
	padding :10px;
	padding-top: 20px; position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li { 
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 3px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 3px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 3px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 3px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	 color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	 border-radius: 5px;
	 -webkit-border-radius:10%; 
	-moz-border-radius: 5px;
	    border-radius: 3px;
    box-shadow: 0px 0px 20px #999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	//background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}
div#container_autocomplet_employe {
    margin-bottom: 15px;
}
.result {
    padding: 0px;
    margin: 2px;
    cursor: pointer;
    padding: 5px 8px;
}
.container_autocomplet .data {
    position: absolute;
    width: 100%;
    left: 0;
    background: #eeecec;
    border-top: none;
    z-index: 999;
	top: 35px;
	/* border: 1px #cac8c8 solid; */
}
.container_autocomplet {
    min-height: 1px;
    background: white;
    position: relative;
}
div.data p:hover {
    background: #cacbd3;
     font-weight: 600;
}
label.error {
    position: absolute;
    top: 0px;
    padding: 6px;
    left: 209px;
    z-index: 99;
    color: #a29696;
} 
input.error ,textarea.error , select.error , option.error{
    border: 2px solid #ff000061 !important;
}
.my-error-class {
    border-color:#FF0000;  /* red */
}
.my-valid-class {
    border-color:#00CC00; /* green */
}
span.spn {
    color: #ff1010;
    margin-left: 3px;
}
.tag4 {
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-shadow: inherit;
    border-radius: inherit;
    border: inherit;
    background: #AB47BC !important;
    margin-top: 15px;
    color: #fff!important;
    transition: .2s;
    font-family: 'Rambla', sans-serif;
    margin-right: 1px;
}
.labs{
	font-size: 14px !important;
}

.dataTable tr.odd ,tr.even {
	transition: .1s all;
	cursor: pointer;
}
.dataTable tr.odd:hover, tr.even:hover{
    background: #0064cd45 !important;
    color: #123a83; 
}
ul#rech14 {
    padding: 15px; 
}
div#bord {
    background-color: #3c8dbc;
	color: white;
}
div#box45 {
    border: 1px solid #bdb3b3;
}
.box-padding {
	margin-bottom: 6px !important;
}
.bar-dashboard{
	padding:5px;
	text-align:center;
}
.bloc_border{
	    padding: 0px 12px 0px 12px;
}
.bloc_commercial{
	padding: 5px;
    background: #9e9e9e6b;
    margin: 10px;
}
.supp-icon{
color: #cc121b;
 font-size: 17px;
 
}
.dashb_number{
	font-size: 25px;
	    padding: 37px
}
.bgRDV{
	padding:6px;
	background:#FF9800;
}
.bgMAIL{
	padding:6px;
	background:#75ccf3;
}
.clr{
	color:blue;
}
.bg_abo{
	 background-color: #acbbbf !important;
}
div#formcltid {
    background-color: #e2e2f9;
    padding: 15px 0 0 0;
    border: 1px solid #b0b4d3;
    border-radius: 5px;
}
a#clofer {
    position: relative;
    top: -15px;
    background: #5bc0de;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff !important;
    transition: .2s;
}
.padding20 {
	padding: 20px;
}
#cboxOverlay {
    background: #96979b9e !important;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
.apropos {
    background: #9e9e9e30 none repeat scroll 0 0;
    margin-top: 10px;
    padding: 15px;
	 min-height: 121px;
}
.detail{

    background: #9e9e9e30 none repeat scroll 0 0;
    margin-top: 10px;
    padding: 15px;
	max-height: 121px;
	    min-height: 121px;
    overflow: auto;

	
}
.detailscartevisite{
	background: #9e9e9e30 none repeat scroll 0 0;
    margin-top: 10px;
    padding: 15px;
	max-height: 221px;
	min-height: 221px;
    overflow: auto;
	
}
.fleche{
	text-align: center;
	padding: 15px;
	 margin-top: 10px;
     min-height: 121px;
	 font-size: 30px;
	 color: black;
	 
	
	}
.flechecartevisite{
	text-align: center;
	padding: 15px;
	 margin-top: 10px;
   	min-height: 221px;
	font-size: 30px;
	color: black;
}	
.desactivet{
color:#ccc;
}
.activet{
color:#00a65a;
}
.rightm{
	    margin-right: 13px
}
span#type11 {
    padding: 5px;
    padding-left: 10px;
    border: 1px solid;
    padding-right: 10px;
    top: -7px;
    font-size: 15px;
    right: 10px;
    border-radius: 10%;
    color: #0073b7;
}
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.listedashboard{
	max-height:340px;
	overflow:auto;
}
a#plusadresse {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #337ab7fc;
    color: #fff;
}
.selectlignetable {
    background: #009ad366 !important;
    font-weight: bold;
    color: #009ad3;
}
.welladr { 
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #c9d8ea;
    border: 1px solid #67809f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.scroller {
	height: -webkit-fill-available;
	overflow-y: auto;
 
}
/* width */
.scroller::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
div#banni12 {
    padding: 10px 0 10px 30px;
    background-color: #f39c129e;
    border: 1px solid #cdcdd4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
button#fermercolorb {
    background-color: #7b7f80;
    border-color: #f8c26c;
	float:right;
}
.wallfiltre {
	border-radius: 50%;
    width: 40px;
    height: 35px;
    background-color: white;
    display: inline-block;
    position: relative;
    margin: 2px;
    cursor: pointer;
	
}
.iconfiltre{ 
font-size: 19px;
    position: absolute;
    margin-left: 11px;
    top: 8px;
	}
.activewallfilt {
    background-color: #25262747 !important;
	font-size: 21px; 
}
.bg-olive { 
    border-color: #3d9970;
}
.bg-purple {
     border-color: #605ca8 ;
}
.btn-facebook { 
    border-color: #3b5998;
}
a.anchor-username {
    color: #2c3b41;
    text-decoration: none;
}
a.anchor-time {
    /* color: #bfc4cc; */
}
.d-addt12 {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 3px;
    text-align: center;
    width: 100%;
    text-shadow: inherit;
    border-radius: inherit;
    border: inherit;
    background: #dd4b39;
    color: #fff;
    transition: .2s;
    font-family: 'Rambla', sans-serif;
}
.labeldestina2 { 
	display: inline-block;
    padding: 6px 12px;
    margin: 10px 10px 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.clodest1{
	position: relative;
    right: -17px;
    z-index: 99;
    top: -17px;
	color: black;
}
a.activepagwall.page-item {
    background: #67809f !important;
    color: white !important;
}
p#txtfbwall {
    color: #1b1b1b;
}
 
.btn-default.actwll1.active{
	background: #67809f !important;
	color: white;
}
</style>