
   
@keyframes data-obs {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, 0);
    transform: translate(90px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes data-obs {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, 0);
    transform: translate(90px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes data-obs-rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes data-obs {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.data-obs {
  position: relative;
}
.data-obs div {
  position: absolute;
  width: 50px;
  height: 80px;
  border-radius: 0 320px 320px 0;
  top: 60px;
  left: 30px;
  mix-blend-mode: darken;

}
.data-obs div.obs {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 60px;
  left: 40px;
}
.data-obs div:nth-child(1) {
  background: rgba(1.5686274509803977%,98.4313725490196%,89.41176470588236%,0.75);
  -webkit-animation: data-obs 1.5s ease-in-out infinite;
  animation: data-obs 1.5s ease-in-out infinite;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;

}
.data-obs div:nth-child(2) {
  background: rgba(32.549019607843135%,51.37254901960788%,98.82352941176471%,1);
 /* -webkit-animation: data-obs-rot 1.5s ease-in-out infinite;
  animation: data-obs-rot 1.5s ease-in-out infinite;*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 26;
}
.data-obs div:nth-child(3) {
  background: rgba(1.5686274509803977%,98.4313725490196%,89.41176470588236%,1);
  -webkit-animation: data-obs 1.5s ease-in-out infinite;
  animation: data-obs 1.5s ease-in-out infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.data-obs div:nth-child(4) {
  background: rgba(1.5686274509803977%,98.4313725490196%,89.41176470588236%,0.5);
  -webkit-animation: data-obs 1.5s ease-in-out infinite;
  animation: data-obs 1.5s ease-in-out infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.data-obs {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

body {
 font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
 font-size: 11px;
}
.breadcrumb-line{
  margin-top: 55px;
}
.panel-second{
  margin-top: 10px;
}
.pagination-top{
  padding-top: 5px;
  padding-bottom: 5px;
}
.panel_collapsed{
  margin-top: 0px;
  margin-bottom: 0px;
}
.second_dbd{
  margin-top: 20px;
}
.breadcrumb_elements_tuning{
  margin-top: 7px ;
  margin-bottom: 7px ; 
}
.sidebar{
    height:100%;
  transition: 0.5s ease;
}


.breadcrumb > li + li::before {

    content: "\00a0" !important;
    padding: 0 5px;
    color: #333333;

}


/*BREADCRUMB*/
#breadcrumb-filter {
  margin-top: 5%;
  min-height: 60px;
}
#breadcrumb-filter ul.breadcrumb {
  margin:0px;
  margin-top: 0.2em;
  margin-left: 20px;
  padding:0px;
}
#breadcrumb-filter .breadcrumb-elements > li > a {
  padding: 9px 15px;
}    
/*.panel-second{
  margin-top: 0px;
}*/
.pagination-top{
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left:0px;
  min-height: 42px;
}
.pagination-bottom{
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left:0px;
}
.panel_collapsed{
  margin-top: 0px;
  margin-bottom: 0px;
}
#breadcrumb-filter .breadcrumb_elements_tuning{
  margin-top: 12px;
  margin-bottom: 7px; 
}

.breadcrumb_title{
  font-family: inherit;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5384616;
  font: 600 17px 'Open Sans';
  text-transform: uppercase;

}

.breadcrumb > li + li::before {
    content: "\00a0" !important;
    padding: 0 5px;
    color: #333333;
}
#switch-mode-form {
  padding:0px;
  padding-left: 8px;
  margin:0px;
}
#switch-tab-form {
  padding:0px;
  margin:0px;
}
.switchery-double > label {
  color:#666;
}
#global_search {
  min-width: 200px;
}
.panel-table {
  margin-top: 10px;
}

#advanced-search-content {
  border-top:0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color:#FAFAFA
}
#advanced-search-content .panel-heading {
  border:0px;
  background-color:#FAFAFA;
  padding-bottom: 0px;
}

#loading{
    position:fixed;
    background:white;
    opacity:0.4;
    position:absolute;  
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 97;
    margin-left:auto;
    margin-right:auto;
}


#fixed-footer{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#f0b200;
    z-index: 100;

}




.panel-first{
    margin-top:55px;
}

.panel-custom{
    margin-top:30px;
}

/*TABLES*/
.table-responsive > table > thead > tr > th{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 0px ;
    padding-left: 15px ;
    font-size:13px;
    color:transparent;
    line-height:0.7 ;
}
.table-responsive th .form-control {
  padding:0px;
  display:inline;
  border-color:#FAFAFA;
}

.table-responsive th a span.glyphicon {
    color: #999;
    font-size: 120%;
}

.table-responsive td{
    padding: 10px;
    text-overflow: ellipsis;
}

.avatar-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width:38px;
}


.divider-vertical {
height: 45px;
margin: 0 9px;
border-left: 1px solid #F2F2F2;
border-right: 1px solid #FFF;
}
.pagination > li > a, .pagination > li > span {
  color:#666;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color:#4DB6AC;
  border-color: white;
}


.keywords_table{
    width: 100%;
}

.table-responsive{
    overflow-y:hidden;
}

/*CUSTOMISATION FA*/

a, .do-color {
    color: #5583ff;
}
.bg-do {
    background-color: #5583ff;
    border-color: #5583ff;
    color: #fff;
}


.text-orange-do, .text-orange-do:hover, .text-orange-do:focus {
    color: #5583ff !important;
    font-weight: bold;
}

.border-orange-do {
    border-color: #5583ff;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #777;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #777;
    opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #777;
    opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #777;
}



/* Webkit */
[placeholder]:focus::-webkit-input-placeholder { opacity: 0; }
/* Firefox < 19 */
[placeholder]:focus:-moz-placeholder { opacity: 0; }
/* Firefox > 19 */
[placeholder]:focus::-moz-placeholder { opacity: 0; }
/* Internet Explorer 10 */
[placeholder]:focus:-ms-input-placeholder { opacity: 0; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #0c7cd5;
    border-color: #0b76cc;
}
.btn-danger, .btn-warning {
  opacity: 0.7;
  color: #fff;
  background-color: #eb2d73;
  border-color: #eb2d73;
}
/* Tooltips */

.tooltip [class*=bg-] > .tooltip-inner {
  background-color: #666;
  min-width: 120px;
  font-size: 11px;
}
.tooltip.top [class*=bg-] .tooltip-arrow {
  border-top-color: #666;
}
.tooltip.right [class*=bg-] .tooltip-arrow {
  border-right-color: #666;
}
.tooltip.bottom [class*=bg-] .tooltip-arrow {
  border-bottom-color: #666;
}
.tooltip.left [class*=bg-] .tooltip-arrow {
  border-left-color: #666;
}
.bg-slate-300{
     background-color: #666;
}



/*navigation sidebar*/


.sidebar-xs .sidebar-main .navigation > li > ul {
    top: 40px;
    background-color: #0e1a35;
}

/*NAVIGATION NAVABAR MOBILE*/
#navbar-mobile .nav > li > a {
   padding-left: 9px;
   padding-right: 9px;
}


/*BOOSTRAP CUSTOM*/

.modal-title {
  font: 400 16px 'Open Sans'
}


.panel-flat > .panel-heading{
    min-height: 16.428571429px;
    padding: 10px 15px 10px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
    font-family: inherit;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.5384616;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top:30%;
    margin-top: -2px;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-do {
  background-color: #5583ff;
  border-color: #5583ff;
  color: #fff;
    height: 36px;
}

.btn-do-3 {
  background-color: #58b6a7;
  border-color: #58b6a7;
  color: #fff;
    height: 36px;
}
.btn-do-4 {
  background-color: #58b6a7;
  border-color: #58b6a7;
  color: #fff;
    height: 36px;
}

.btn-do-2 {
  background-color: #fff;
  border-color: #5583ff;
  color: #5583ff;
    height: 36px;
}
.btn-do:hover,.btn-do:focus,.btn-do:active,.btn-do.active,.open .dropdown-toggle.btn-do {
    color:#fff;
    background-color:#2e70a7;
    border-color:#2e70a7;
}
.btn-do-2:hover,.btn-do-2:focus,.btn-do-2:active,.btn-do-2.active,.open .dropdown-toggle.btn-do-2 {
  color:#2e70a7;
  border-color: #2e70a7;
  background-color:#fff;
}

.btn-do:active,.btn-do.active,.open .dropdown-toggle.btn-do{
    background-image:none
}
.btn-do-grey {
  background-color: #ccc;
  border-color: #ccc;
  color: #F1F1F1;
}
.btn-do-grey:hover,.btn-do-grey:focus,.btn-do-grey:active,.btn-do-grey.active,.open .dropdown-toggle.btn-do-grey {
    color:#FFF;
    background-color:#58b6a7;
    border-color:#58b6a7};

.btn-do-grey:active,.btn-do-grey.active,.open .dropdown-toggle.btn-do-grey{
    background-image:none
}
.btn-do-dark-grey {
  background-color: #999;
  border-color: #999;
  color: #F1F1F1;
}
.btn-do-dark-grey:hover,.btn-do-dark-grey:focus,.btn-do-dark-grey:active,.btn-do-dark-grey.active,.open .dropdown-toggle.btn-do-dark-grey {
    color:#FFF;
    background-color:#58b6a7;
    border-color:#58b6a7;
};

.btn-do-dark-grey:active,.btn-do-dark-grey.active,.open .dropdown-toggle.btn-do-dark-grey{
    background-image:none
}


.btn-slide {
  display: block;
  background: linear-gradient(to right, #2e70a7 50%, #5583ff 50%);
  background-size: 202% 10%;
  background-position: right bottom;
  transition: all .2s ease-out;

}

.btn-slide:hover {
  background-position: left bottom;
}


.pagination-top ul.twbs-prev-next {
    margin-left: 20px;
}
.pagination-bottom ul.twbs-prev-next {
    margin-left: 20px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #58b6a7;
    border:1px solid #ddd;
}
.pagination-top ul.pagination-number {
  margin-left: 0px !important;
}
.pagination-number > li > span, .pagination-number > li > span:hover {
    color:#666;
    font-size: 12px;
  background-color: transparent;
  border:1px solid transparent;
}
.pagination-fake {
    float:right;
}
.pagination-fake > li > span, .pagination-fake > li > span:hover {
    color:#666;
    font-size: 12px;
  background-color: transparent;
  border:1px solid transparent;
}
.pagination > li:not(.disabled) .glyphicon {
    color:#666;
}


.article.btn-do {
 margin-top: 10px;
}

.marge-top {
 margin-top: 10px !important;
}

.expand{
    padding-right:0;
}

.control-label {
    color:#6b6b6b;
    font-weight: 500;
    font-size:12px;
}

.left-half, .form-group {
    margin-right: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #999;
}

.nav-tabs > li {
    border-top-width: 3px;
    border-top-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    
    border: 1px solid #999;
    border-top-width: 3px;
    border-top-color: #2e70a7;
    border-bottom-color: transparent;
}

.tab-content-bordered .tab-content:not([class*=bg-]) {
    border-color:#999;
}

.article > .tab-content {
    min-height: 505px;
}

.article > .panel-body {
    padding-bottom: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
    margin-bottom: 0px;
    font-size: 13px;
}

.label-do {    
    background-color: #f0b200;
}
.label-status {
  min-width: 65px;
  text-transform: none;

  -webkit-transform: rotate(-0deg);  /* Chrome, Safari 3.1+ */
     -moz-transform: rotate(-0deg);  /* Firefox 3.5-15 */
      -ms-transform: rotate(-0deg);  /* IE 9 */
       -o-transform: rotate(-0deg);  /* Opera 10.50-12.00 */
          transform: rotate(-0deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */

}


.label-default {
  margin:1px;
}


.label-pending, .btn-pending {
   background-color: #a05fb4;
   border-color: #a05fb4;
}
.label-trash, .btn-trash {
   background-color: #666;
   border-color: #666;
}
.label-yes {
   background-color: #0046fa;
   border-color: #0046fa;
}
.btn-yes {
   background-color: #0046fa;
   border-color: #0046fa;
}
.label-later, .btn-later {
   background-color: #5583ff;
   border-color: #5583ff;
}



.label-plus {
   background-color: #8FCF3C;
   border-color: #8FCF3C;
}
.label-moins {
   background-color: #ff9300;
   border-color: #ff9300;
}
.label-mitige {
   background-color: #FF9300;
   border-color: #FF9300;
}
.label-neutre {
   background-color: #FFD940;
   border-color: #FFD940;
}
.label-vide {
   background-color: #CCC;
   border-color: #CCC;
}




/*select2*/
.select2-container {
 width: 100% !important;
/*  font-size: 12px;*/
}
/*.select2-results__option[aria-selected=true] {
  background-color: #58b6a7;
  color: #fff;
}
.select-lg.select2-selection--single {
    height: 36px;
    padding: 7px 0;
    font-size: 13px;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #58b6a7;
}*/


/*TABLES*/

.border-solid,  .border-solid input{
  background-color: #FAFAFA;
}
tr.border-solid {
  height:50px;
}

th.extract, th.full_text {
    min-width:350px;
}
/*th.published_status,*/
th.sentiment  {
    max-width:120px;
}
th.published_status .select2-selection--single:not([class*=bg-]):not([class*=border-]),
th.polarization_polarization .select2-selection--single:not([class*=bg-]):not([class*=border-]),
th.excluded .select2-selection--single:not([class*=bg-]):not([class*=border-]),
th.sentiment .select2-selection--single:not([class*=bg-]):not([class*=border-]),
th.kpi .select2-selection--single:not([class*=bg-]):not([class*=border-]),
th.active .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  background-color: transparent !important;
  border:0px !important;
  margin-top: 2px;
  padding-left: 0px;
}
th.published_status .select2-selection--single .select2-selection__placeholder,
th.polarization_polarization .select2-selection--single .select2-selection__placeholder,
th.excluded .select2-selection--single .select2-selection__placeholder, 
th.sentiment .select2-selection--single .select2-selection__placeholder,
th.kpi .select2-selection--single .select2-selection__placeholder,
th.active .select2-selection--single .select2-selection__placeholder {
    color: #777;
    font-size: 13px;
}
th.published_status .select2-selection--single .select2-selection__rendered,
th.published_status .select2-selection--single .select2-selection__rendered, 
th.polarization_polarization .select2-selection--single .select2-selection__rendered, 
th.sentiment .select2-selection--single .select2-selection__rendered,
th.kpi .select2-selection--single .select2-selection__rendered,
th.active .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 10px;
}
.select2-dropdown {
  white-space: nowrap;
  min-width: 90px !important;  
  width: fit-content !important;
}


td.title {
    min-width:250px;
    font-weight: 500;
    /*font-size: 12px;*/
}
td.id {
    text-align: center;
    font-weight: 500;
    max-width:15px;
}

td.active, th.active {
  background-color: transparent !important;
}


#id_id {
  max-width:30px;
  min-width:20px;
}

td[class*="date"] {
    max-width:20px;
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.035em;
}
td[class*="date"] .date {
  font-size: 12px;
  color:#333;
  font-weight: 500;
  white-space:nowrap;
}

input[id^="id_date_"] {
  max-width:80px;
  min-width:20px;
}

td.published_status {
    text-align: center;
    max-width:25px;
}


tr[data-delivery='pending'] {
border-left: 5px solid #a05fb4;
}
tr[data-delivery='trash'] {
border-left: 5px solid rgba(102,102,102,1);
text-decoration: line-through;
}
tr[data-delivery='yes'] {
border-left: 5px solid #0046fa;
font-size: 13px;
}
tr[data-delivery='later'] {
border-left: 5px solid rgba(85,131,255,0.6);
}


#dimensions-content {margin-top:20px;}
#button-id-add {margin-top:-15px;margin-right:10px;}
#dimensions .controls{white-space: nowrap;}

#dimensions .controls .radio-inline, #div_id_sentiment .radio-inline {padding-left: 18px; margin-left: 4px;  font-weight: 400;}
.radio-inline.plus {color:#FFF; background-color: #8FCF3C; border: 7px solid #8FCF3C; border-radius: 3px}
.radio-inline.neutre {color:#FFF; background-color: #FFD940; border: 7px solid #FFD940; border-radius: 3px}
.radio-inline.moins {color:#FFF;background-color: #CC3300; border: 7px solid #CC3300; border-radius: 3px}
.radio-inline.mitige {color:#FFF; background-color: #FF9300; border: 7px solid #FF9300; border-radius: 3px}


/* querybuilder.js */


#builder-content {
    padding: 5px 10px 8px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.query-builder .rules-group-container {
    padding: 0px 0px 4px;
    border: 0px solid #DDD;
    background: none; !important;
  }

.rule-value-container .form-control {
    font-size: 12px;
    max-width:200px;
}

.rule-filter-container .select-lg.select2-selection--single, .rule-operator-container .select-lg.select2-selection--single {
    font-size: 12px;
}

.query-builder .rule-value-container {
    border-left: 0px solid #DDD;
    padding-left: 0px;
}

.query-builder .glyphicon {
    font-size: 12px;
}
.rules-group-body {
  margin-left: 29px !important;
}


#selection-form .radio label, #selection-form label .radio-inline  {
  padding-left:18px;
  font-size: 11px;
}

#selection-form .checkbox label {
    color: #999;
    font-weight: 500;
    font-size: 12px;
    padding-left:22px;
}
#selection-form .checkbox  {
    color: #999;
}
#selection-form .checkbox .checker span {
    color: #999;
    border: 2px solid #999;
}

#selection-form .form-group, #selection-form .form-group .checkbox {
  margin:0px;
}
.check-modal-action {
  margin-top:20px;
}



#selection-form .radio {
  display:inline-block;
  padding-right: 15px !important;
  margin: 0px ;
  margin-top: 2px;
}

#selection-form .radio-inline;{
  padding-right: 0px;
}

#selection-form .radio-inline input[type="radio"] {
    margin: 0px !important;
    margin-top: 2px !important;
}



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }

/*Left*/
  .modal.left.fade .modal-dialog{

    left: -600px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .modal.left.fade.in .modal-dialog{
    left: 0;
  }
        
/*Right*/
  .modal.right.fade .modal-dialog {
    right: -600px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

/*SUMMERNOTE*/
.note-toolbar-wrapper {
  display:none;
}
.note-editor.note-frame .note-editing-area .note-editable {
  font-size: 12px !important;
  color:#333 !important;
}

/*LOGO DO*/
.navbar-brand > img {
    margin-top: 4px;
    margin-left: -5px;
}

.sidebar-xs .sidebar-main .navigation > li > a > span {
    padding: 13px 20px;
}
/*BARRE NAVIGATION FIXE*/
@media (min-width: 769px) {
  .sidebar-xs .sidebar-main .navigation > li > a > span {
    background-color: #5583ff;
    border: 1px solid #5583ff;
  }
  .sidebarmargin{
    margin-top:50px;
  }
  .sidebar{
    position:fixed;
  }
  .content-wrapper{
    padding-left: 50px;
  }   
}
.panel-head-article{
  min-height: 146px;
  border-top-color: rgb(221, 221, 221);
}
.panel-head-article .jui-button-set{
  margin:5px;
}

.panel-head-article button{
  margin:2px;
  border-radius: 0px !important;
  border-width: 1px;
}

.panel-preview-articles{

  border-top: 0px !important;
}

.panel-preview-articles .jui-button-set{
  margin:5px;
}

#id_wordcloud_3 {
  font-size: 10px;
}


.spray_icon{ 
   display: block;
   margin-left: 20px !important;
    width:  16px;
    height: 16px;
   -webkit-mask: url('../img/spray-paint.svg') no-repeat 100% 100%;
  mask: url('../img/spray-paint.svg') no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;

  vertical-align: middle;

  position: relative;
}

.spray_icon:hover {
    background-color: #00ffe5;
}


/*news style*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,100,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,600,700');

/*timeline style*/
.timeline-container {
    position: relative;
    padding-top: 1px;
    margin-top: -10px;
    padding-bottom: 1px;
}

.timeline-container:after {
  z-index: 1;
}

.content-timeline {
  background-color: white;
}

.icon-timeline {
  font-size: 24px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1025px){
.timeline-container:after {
  display: none;
}
.timeline-icon {
    display: none;
}
}

@media (min-width: 1025px){
.timeline-icon {
    position: absolute;
    top: 30px;
}
}
.label-type {
    font-size: 12.6px;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: bold;
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}

/*.label-keyword {
    font-size: 13px;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 600;
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px 3px;
    line-height: 1;
    color: #fff;
    background-color: #999;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}*/

.label-keyword {
   font-size: 13px;
   font-family: Open Sans Condensed, sans-serif;
   /* font-weight: 600; */
   display: inline-block;
   min-width: 10px;
   padding: 2px 5px 3px;
   line-height: 1;
   color: #fff;
   background-color: rgb(88,182,167);
   text-align: center;
   white-space: nowrap;
   vertical-align: baseline;
   border-radius: 2px;
}

.label-dimension {
    font-size: 13px;
    font-family: Open Sans Condensed, sans-serif;
    /*font-weight: 600;*/
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.panel-flat > .panel-timeline {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.summary {
   font-size: 11.28px;
   /*text-transform: uppercase;*/
}

.source-timeline {
    font-size: 14px;
    font-weight: bold;
    font-family: Open Sans Condensed,sans-serif;
    color: #666;
}

.size-12 {
  font-size: 12px;
}

.sector-timeline {
    width: fit-content;
    margin: -20px 10px 0px 10px;
    color: #888;
    float: right;
}

.pagination-timeline {
/*    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;*/
}
.col-exo-2{
  width: fit-content;
  position: relative;
    min-height: 1px;
    float:left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
}
.col-exo-1{
  width: fit-content;
  position: relative;
    min-height: 1px;
    float:left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    min-width: 150px;
}
.col-btn-1{
  width: fit-content;
  position: relative;
    min-height: 1px;
    float:left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    /*min-width: 150px;*/
}
.divider-vertical-large {
    height: 58px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

/*datetime picker*/
.ranges ul li.active {
    color: #fff;
    background-color: #58b6a7;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.active:focus {
    background-color: #58b6a7;
    color: #fff;
    border-radius: 3px;
}

/* begin nav gauche */
.header-highlight .navbar-header:not([class*="bg-"]) {
    background-color: #0e1a35 !important; /* dark blue*/
}

.sidebar-main {
    background-color: #2c374e; /* NEW COLOR dark_blue teintes*/
}
.navigation li a > i {
  margin-top: 0px !important;
}
.navigation li a:hover, .navigation li a:focus {
    background-color:  #1b5190 ; /*medium_blue_shaded*/
}

.sidebar.sidebar2 {
  background-color: white;
}

/* bordure panneau dans panneau*/
.panel .panel{
  border-color: #d5e0ff ;
}

.border-top-blue-do{
  border-top-color: #0046fa;/* medium_blue*/
}


.border-teal-do{
  border-color : #2e70a7;/* soft_blue_shaded */
} 
.text-teal-do{
  color: #56b8a7;
}
.do-panel-heading {
  padding:5px 10px;
  color: #5583ff;
  background-color: #F9F9F9 !important;
}

a:hover {
  color: #2e70a7;
}
.btn:hover i {
  transition: 0.2s linear;
  transform: scale(1.25);
}


/*.navigation > li.active > a:focus {
  background-color: #00ffe5;
  color: #fff;
  }

.navigation > li.active > a:hover {
  background-color: #00ffe5;
  color: #fff;
  }*/

#selectionSharerPopover-inner {
  background-color: #a05fb4 !important;
  border-color: #a05fb4 !important;
  border-radius: 6px !important;
}
#selectionSharerPopover-inner > ul > li > a > span {
  color: #fff !important;
}
#selectionSharerPopover .selectionSharerPopover-arrow {
  background-color: #a05fb4 !important;
  border-color: #a05fb4 !important;
  }

.container-toggle-tag {
  margin-left: -10px !important;
}
.cap-first {
  text-transform: capitalize;
} 

.noUi-connect {
  background-color: #5583ff;
}
.cross-rotate {
  transform: rotate(45deg);
}
.thumbnail-card {
  background-color: #fff;
  width: 90%;
  margin: 5px 5% 20px 5%;
  border-radius: 8px;
  border: none;
  display: block;
  padding: 3px;
  line-height: 1.54;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.thumbnail-card-header {
  background-color: #cacdd3;
    height: 100%;
    margin: -13px -3px 5px -3px;
    border-radius: 5px 5px 0px 0px;
    color: #0e1a35;
    opacity: 0.85;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}

.thumbnail-card-header > h6 {
  font-weight: 600;
  text-align: center;
  padding-top: 8px;
}

.thumbnail-card-body {
  padding: 10px;

}

.demo-dot {
  -webkit-animation: xAxis 6s infinite ease-in-out;
  animation: xAxis 6s infinite ease-in-out;
  position: fixed;
  right: 108px;
  bottom: 192px;
}

.demo-dot::after {
  content: '';
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 55px;
  background-color: #00ffe5;
  -webkit-animation: yAxis 6s infinite ease-in-out;
  animation: yAxis 6s infinite ease-in-out;
  z-index: -1;
}

.demo-dot2 {
  -webkit-animation: xAxis2 6s infinite linear;
  animation: xAxis2 6s infinite linear;
  position: fixed;
  right: 108px;
  bottom: 192px;
}

.demo-dot2::after {
  content: '';
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 55px;
  background-color: #0046fa;
  -webkit-animation: yAxis2 6s infinite linear;
  animation: yAxis2 6s infinite linear;
}


@-webkit-keyframes yAxis {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }
  33% {
     -webkit-transform: translateY(188px);
    transform: translateY(188px);
  }
  66% {
    -webkit-transform: translateY(-635px);
    transform: translateY(-635px);
  }
}

@keyframes yAxis {
 0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }
  33% {
    -webkit-transform: translateY(188px);
    transform: translateY(188px);
  }
  66% {
    -webkit-transform: translateY(-635px);
    transform: translateY(-635px);
  }
}

@-webkit-keyframes yAxis2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }
  33% {
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  40% {
   -webkit-transform: translateY(138px);
    transform: translateY(138px);
  }
  45% {
    -webkit-transform: translateY(163px);
    transform: translateY(163px);
  }
  66% {
    -webkit-transform: translateY(193px);
    transform: translateY(193px);
  }
  77% {
    -webkit-transform: translateY(163px);
    transform: translateY(163px);
  }
  88% {
    -webkit-transform: translateY(138px);
    transform: translateY(138px);
  }
}
@keyframes yAxis2 {
 0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    }
  33% {
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  40% {
    -webkit-transform: translateY(138px);
    transform: translateY(138px);
  }
  45% {
    -webkit-transform: translateY(163px);
    transform: translateY(163px);
  }
  66% {
    -webkit-transform: translateY(193px);
    transform: translateY(193px);
  }
  77% {
    -webkit-transform: translateY(163px);
    transform: translateY(163px);
  }
  88% {
    -webkit-transform: translateY(138px);
    transform: translateY(138px);
  }
}

@-webkit-keyframes xAxis {
0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    }
  33% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  66% {
    -webkit-transform: translateX(-218px);
    transform: translateX(-218px);
  }
}

@keyframes xAxis {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    }
  33% {
    -webkit-transform: translateX(65px);
    transform: translateX(65px);
  }
  66% {
    -webkit-transform: translateX(-218px);
    transform: translateX(-218px);
  }
}

@-webkit-keyframes xAxis2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    }
  33% {
    -webkit-transform: translateX(105px);
    transform: translateX(105px);
  }
  40% {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  45% {
    -webkit-transform: translateX(-447px);
    transform: translateX(-447px);
  }
  66% {
    -webkit-transform: translateX(-482px);
    transform: translateX(-482px);
  }
  77% {
    -webkit-transform: translateX(-447px);
    transform: translateX(-447px);
  }
  88% {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}

@keyframes xAxis2 {
  0%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    }
  33% {
    -webkit-transform: translateX(105px);
    transform: translateX(105px);
  }
  40% {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  45% {
    -webkit-transform: translateX(-447px);
    transform: translateX(-447px);
  }
  66% {
    -webkit-transform: translateX(-482px);
    transform: translateX(-482px);
  }
  77% {
    -webkit-transform: translateX(-447px);
    transform: translateX(-447px);
  }
  88% {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
  }
}

.circle_rotate{
  -webkit-animation: spin-right 5s ease infinite;
    animation: spin-right 5s ease infinite;

}

@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sidebar-detached-custom.affix {
  position: fixed !important;
  top: 60px !important;
}


.sidebar-detached-custom.affix  > .sidebar-default > .sidebar-content > #charts_container {
  max-height: 85vh;
  overflow-y: auto;
}

/* DASHBOARD SIDEBAR */
@media (min-width: 769px) {

  .container-detached-custom{
    margin-right: -420px !important;
  }

  .content-detached-custom{
    margin-right: 440px !important;
  }
  .sidebar-detached-hidden .container-detached-custom {
    float: none !important;
    margin: 0 !important;
  }
  .sidebar-detached-hidden .content-detached-custom {
    margin: 0 !important;
  }

}
.category-title2 {
  padding: 6px 20px !important;
}

.sidebar-title > span{
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.sidebar-detached-custom {
  position: relative !important;
  width: 100% !important;
  /*display: none !important;*/
}
@media (min-width: 769px) {
  .sidebar-detached-custom{
    display: table-cell;
    vertical-align: top;
    width: 420px !important;
  }
}

  .sidebar-detached-hidden .sidebar-detached-custom
{
  display: none  !important;
}

.pin_fix{
  font-size: 12px;
  color: #bbb;
}
.pin_fix.active, .pin_fix:hover{
  font-size: 14px;
  color: #0046fa;
}
.pin_fix:hover{
  cursor: pointer;
}

.buttonform{
    float:right;
}

/* begin nav gauche */
.header-highlight .navbar-header:not([class*="bg-"]) {
    background-color: #0e1a35 !important; /* dark blue*/
}
.text-orange-800 {
  color: #0046fa !important;
}
.border-orange-400{
  border-color: #0046fa !important;
}
.sidebar {
    background-color: #2c374e; /* NEW COLOR dark_blue teintes*/
}
/*.sidebar-xs .sidebar-main .navigation > li > a > span {

    background-color: #5583ff;
    border: 1px solid   #5583ff;
    padding: 13px 20px;
    
}
*/

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

.navigation li a > i {
margin-top: 0px !important;
}
.navigation li:hover, .navigation li:focus {
    background-color:  #1b5190; /*medium_blue_shaded*/
}

/* end nav gauche */

.btn:hover i {
  transition: 0.2s linear;
  transform: scale(1.25);
}
.navigation > li.selected > a:focus, .navigation > li.active > a:focus {
  background-color: #00ffe5;
  color: #fff;
  }

.navigation > li.selected > a:hover, .navigation > li.active > a:hover, .navigation > li.selected.active > a:hover {
  background-color: #1b5190;
  color: #fff;
  }
.navigation > li.selected > a, .navigation > li.selected > a:active, .navigation > li.selected > a:focus, .navigation > li.active > a, .navigation > li.active > a:active, .navigation > li.active > a:focus {
  background-color: #00ffe5;
  color: #0046fa;
  }
.navigation li a:hover > i, .navigation li.selected a:hover > i, .navigation li.active a:hover > i {
  color: #00ffe5;
  transition: 0.2s linear;
  transform: scale(1.2);
}
.navigation li.selected a > i, .navigation li.active a > i {
  color: #0046fa;
  transition: 0.2s linear;
  transform: scale(1.2);
}



.entries_table td{
    min-width: 150px;
}
div.AnyTime-win {z-index:9999}


.label-pending, .btn-pending {
   background-color: #a05fb4;
   border-color: #a05fb4;
}
.label-en_attente, .btn-en_attente {
   background-color: #a05fb4;
   border-color: #a05fb4;
}
.label-trash, .btn-trash {
   background-color: #666;
   border-color: #666;
}
.label-termine, .btn-termine {
   background-color: #3cbf41;
   border-color: #3cbf41;
}
.label-urgent, .btn-urgent {
   background-color: red;
   border-color: red;
}

.label-incomplet, .btn-incomplet, .label-incomplete, .btn-incomplete {
   background-color: #5583ff;
   border-color: #5583ff;
}

td.active {
   background-color: #9B83BD !important
}