#map { 
   height: 600px;    
}

.user-avatar, [class^=user-avatar]:not([class*=-group]) {
    background: #7ec5f5;
  }
  

 .nav-item a em{    
    padding-right: 10px;
 }

 .nav-item a span{
    /* font-size:18px;      */
    padding-right: 10px;   
 }

 .analytic-wp-graph-full {
   width: 300px;
   margin-top: 0.125rem;
   margin-bottom: 0.125rem;
 }

 .analytic-wp-graph-full {
   width: 90%;
   margin-top: 0.125rem;
   margin-bottom: 0.125rem;
 }

 /* Graph Innter */ 
 .donut-inner {
   margin-top: -100px;
   margin-bottom: 140px;
   text-align: center;
}
.donut-inner h5 {
   margin-bottom: 2px;
   margin-top: 10px;
}
.donut-inner span {
   font-size: 12px;
}


.nav-tabs.nav-top{   
   font-size: 0.9rem;   
   border-bottom: 0px solid #dbdfea;
   padding-bottom: 10px;
 }

 span.consortium-name {   
   display: inline-block;
   padding-right: 20px;
 }

 li.consortium-head{   
   padding-right: 40px;
 }


 div.header-margin-menu {
   margin-top: 10px;
 }

 input.small-date {   
   width: 140px;
   font-weight: bold;
 }

.dataTables_filter {  
  float: right;
  visibility: hidden;
}


/* Sensors DataTable */
#devices-table_wrapper > div:first-child { 
  line-height: 0px;
  height: 0px;

}

#meteos-table_wrapper > div:first-child { 
  line-height: 0px;
  height: 0px;

}

/*
#sensors-table thead, #meteos-table thead {
  display: none;
}
*/


i.sensor-icon {
  padding-right: 6px;  
}

.color-red {
  color:#E63946;
}

.color-green {
  color:#0fac81;
}

.color-blue {
  color:#00A6ED;
}

.color-cyan {
  color:#2fb9a2;
}

.image-logo-footer {
  padding-left: 10px;
  padding-right: 20px;  
  height: 30px;  
  padding-top: 6px;  
}

.image-logo-footer-pat {
  padding-left: 10px;
  padding-right: 20px;  
  height: 40px;  
  padding-top: 0px;  
}

.nk-header-wrap, .nk-sidebar-head {
  height: 80px;
}

.grey-background {
  background-color: #f5f6fa;
}

tr.selected-table-row {
  background-color: #ddf3ed;
}

tr.selected-table-row > td{
  background-color: #ddf3ed;
}

.nk-block-head-device {
  
  padding-bottom: 4px;
}

/* Devices DataTable */
#devices-table_wrapper > div:first-child { 
  line-height: 0px;
  height: 0px;
}

#devices-table_wrapper > div:last-child {   
  margin-top: 4px;
  padding-top: 6px;
}

#devices-table_wrapper > div:last-child  > div:first-child { 
  visibility: hidden;
  display: none;

}

#devices-table_paginate {
  float: left;
  margin-left: 2px;
}

.device-list-image {
  height: 26px;  
  padding-right: 10px;
}

.image-sensor-details {
  height: 120px;  
  padding-right: 10px;
}

.meteo-icon-bar {
  width: 100px;
  padding: 2px;
}

.traffic-channel-data-full {
  width: 100%;
}

.traffic-channel-data > .title i {
  font-size:16px;
  padding-right: 6px;
}

.selected-box {
  border: 3px solid #0fac81;
}

.legend {
    line-height: 18px;
    color: #555;
    width: 180px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
    opacity: 0.7;
    padding: 2px;
}

.dataTables_length {
  background-color: #7ec5f5;
  visibility: hidden;
}

#system-info-list > li > b{  
  display: inline-block;
  min-width: 180px;
  padding: 4px;
}



#datatable-sectors-recommendation > :not(caption) > * > *  {
  background-color: unset;
}

tr.recommendation-row.table-info {
  background-color: #dbdbdb;  
}


/* Weird column */

/*
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
*/

.col-2_5 {
  flex: 0 0 auto;
  width: 20%;
}


#datatable-sectors-recommendation tbody td{
  border-left: 2px solid #b7c2d0;
}

#datatable-sectors-recommendation thead th{
  border-left: 2px solid #b7c2d0;
}

td.day-odd {
  background-color: #666;
}