﻿.dataTables_filter label{
    float: right !important;
    margin-bottom: 1em
}


.espace_charts{
    margin-top: 30px;
}

.padding_div_c{
    padding-left: 20px;
    padding-right: 20px;
}

.div_chart{
    background-color: white;
    min-height: 270px;
}

.div_chart_c50{
    float: left;
    width: 50%;
}

#container{
    width: 80%;
    margin: 0px auto;
    max-width: 100% !important;
    padding: 0px !important;
}


.item_overview_c{
    float: left;
    width: 25%;    
    padding: 20px;
}

.item_overview{
    background-color: white;
    height: 80px;
}

.item_overview_img{
    width: 70px;
    min-height: 80px;
    min-width: 70px;
    background-color: rgb(0, 109, 255);
}

.div_datatable{
    padding: 15px !important;
}

.p_title{
    color: black;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 15px;
}



.item_overview_img i{
    color: white;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
}

.item_overview_txt{
    height: 70px;
    padding: 10px;
    width: calc(100% - 70px);
}
.item_overview_txt p{
    margin: 0px;
    text-align: center;
}


.div_pct{
    display: flex; 
    justify-content: center;
}

.div_pct *{
    float: left;
}

.div_pct i{
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
}

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

.item_overview_txt_value{
    font-size: 18px;
    font-weight: bold;
}

.item_overview_txt_h{
    text-align: center;
}

.inline{
    float: left;
}

.my_table{
    width: 100%;
}

.my_table tr{
    height: 45px;
}
.my_tr td:first-child{
    padding-left: 15px !important;
}


@media only screen and (max-width: 1400px) {
  #container{
    width: 80%; 
   }
}


@media only screen and (max-width: 1300px) {
  #container{
    width: 85%; 
   }
}

@media only screen and (max-width: 1200px) {
  #container{
    width: 90%; 
   }
}


@media only screen and (max-width: 1100px) {
  .item_overview_c{
      width: 50%;
      padding-bottom: 0px;
  }

}


@media only screen and (max-width: 1000px) {
    #container{
        width: 95%;
    }
}


@media only screen and (max-width: 900px) {
  #container{
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
   .div_chart_c50{
       width: 100%;
   }

   #container{
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
  
}

@media only screen and (max-width: 600px) {
   .item_overview_c{
      width: 100%;      
  }
  
}

@media only screen and (max-width: 500px) {
    .padding_div_c{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .padding_div_c{
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen and (max-width: 400px) {
    .padding_div_c{
        padding-left: 0px;
        padding-right: 0px;
    }

    .div_daterange{
        margin-right: 10px;
    }
}


