ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}
.dropzone {
    background: none repeat scroll 0 0 white;
    border: 2px dashed #00a65a;
    border-radius: 5px;
}
#contract-listing,.ajaxtableListing{
width: 100% !important;
}
.allocation-border{
    border-bottom: 2px Solid #31c689;
}

.piechart_3d {
    width: 500px;
    height: 500px;
}
.barchart_material {
    width: 900px;
    height: 500px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .piechart_3d {
        width: 350px;
        height: 500px;
    }
    
  }
  @media only screen and (max-width: 740px) {
    /* For mobile phones: */
    .piechart_3d {
        width: 300px;
        height: 500px;
    }
  }

  
