@charset "UTF-8";
table.dataTable>tbody>tr>td.select-checkbox:before, table.dataTable>tbody>tr>th.select-checkbox:before{
	
left:3%;
top:45%;
    border: 2px solid #a9a9a9;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before, table.dataTable>tbody>tr.selected>th.select-checkbox:before{
	
	border: 2px solid white;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:after, table.dataTable>tbody>tr.selected>th.select-checkbox:after{
	left:4%;
top:40%;

}
table.dataTable>tbody>tr>td.select-checkbox:before, table.dataTable>tbody>tr>td.select-checkbox:after, table.dataTable>tbody>tr>th.select-checkbox:before, table.dataTable>tbody>tr>th.select-checkbox:after{
	
	    width: 15px;
    height: 15px;

}
table.dataTable.display>tbody>tr>td,table.dataTable td{
	border-bottom:none !important;
	border-top:none
}



       .changeShow{
        color:#6C9B7D;
        font-size:12px;
        }
        div.dt-button-background{
        background:none;
        }
        #example > tbody > tr > td:nth-child(5) > a {
        background-color: #96D2AB;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border: solid 1px #96D2AB;
    transition: transform 0.25s ease;
    padding: 3px;
    color:#fff;

        }
       table.dataTable>thead>tr>th, table.dataTable>tfoot>tr>th
        {
            padding: 10px 25px !important;
        }
          #example > tbody > tr > td:nth-child(5) > a:hover{
          box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    transform: scale(1.3, 1.3);
          }
          
          table.dataTable > tbody > tr > td.select-checkbox::before, table.dataTable > tbody > tr > th.select-checkbox::before {
          left:4%
          }
          table.dataTable > tbody > tr.selected > td.select-checkbox::after, table.dataTable > tbody > tr.selected > th.select-checkbox::after {
          left:5%
          }
          .modal-dialog-scrollable .modal-content{
          max-height: 50%;
          }
          .modal-dialog-scrollable .modal-body{
          overflow-y: hidden;
          }


.icon{
    transition:all .5s;
}

.icon:hover{
   transform: scale(1.2);
 transition:all .5s;
}