body{
    font-size: 14px!important;
}

h2{
    font-size: 20px!important;
    font-weight: bold!important;
}

.scrollbox{
    overflow: scroll;
}

#mfDropzone{
    background: lightgray;
}

.loader{
    display: none;
}

.modal{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}


.image_link img{
    height : 150px;
    width: 150px;
}

tbody .description {
    display: inline-flex;
    width: 350px;
    height: 160px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

table.dataTable td, table.dataTable th{
    font-size: 14px;
}

.x_title span{
    color: #73879C!important;
}

.chartContainer{
    height: 450px; 
    padding-bottom: 50px;
}

.chartTitle{
    background-color: black;
    color: antiquewhite;
    padding: 1px 4px 2px;
    border-radius: 3px;
}

.datepick{
    padding-top: 10px;
}

.notOptimised{
    background: #efb0b0!important;
    color: #171450!important;
}

.logoImage{
    /* height: 34px; */
    /* width: 34px; */
}

.topbarwrapper{
    border: none 0px RED;
    overflow-x: scroll; 
    overflow-y:hidden;
}

.topbarwrapper{
    height: 20px; 
}

.topbar{

    height: 20px; 
}

.top10{
    padding-top: 10px;
}

.noPad{
    padding: 0px !important;
}
.feedAnalysis h4{
    font-weight: bolder !important;
}

.analysisContainer{
    height: 315px; 
    padding-bottom: 50px;
}

.analysisTitle{
    color: black;
    font-size: 16px;
    font-weight: bolder;
    padding: 1px 4px 2px;
    border-radius: 3px;   
}