.table td, .table th {
    padding: .25rem;
}

table.table th, table.table td {
    padding-top: .2rem;
    padding-bottom: inherit;
}

@-webkit-keyframes stripes {
    from {
      background-position: 0 0; }
    to {
      background-position: 60px 30px; } }
  
  @keyframes stripes {
    from {
      background-position: 0 0; }
    to {
      background-position: 60px 30px; } }

.dropzone-wrapper:hover{
    background-size: 30px 30px;
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite; 
}

.font-dropzone{
    font-weight: bold;
    font-size: 0.88rem;
    color: #ff6d00
}


.hidden-div{
    display: none
}

/*.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #FF6D00; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }.datagrid table td, .datagrid table th { padding: 4px 6px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF6D00), color-stop(1, #FF6D00) );background:-moz-linear-gradient( center top, #FF6D00 5%, #FF6D00 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6D00', endColorstr='#FF6D00');background-color:#FF6D00; color:#650CBE; font-size: 15px; font-weight: bold; border-left: 0px solid #FF6D00; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #000000; font-size: 12px;font-weight: normal; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; } */