.dataTables_toolcolumn > a {
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 8px;
}

.dataTables_toolcolumn > input {
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 8px;
}

.margin5_10{
    margin: 0 13px 0 5px;
}

.btn-custom-orange{
    background-color: rgba(234, 125, 92, 1);
    border-color: rgba(234, 125, 92, 1);
}

.btn-custom-orange:hover{
    background-color: rgba(234, 125, 92, 1);
}

.itis-btn{
    background-color: #5BC0DE!important;
    border-color: #5BC0DE!important;
}

.btn-normal {
    background-color: rgb(249,175,78);
    border-color: rgb(249,175,78);
    color: #FFFFFF;
}
.btn-normal:hover {
    background-color: #F89A26;
    color: #FFFFFF;
}

.table-background thead tr th {
    background: #e2e0e0 !important;
    text-align: center;
}

.input-background{
    background-color: #ffffff !important;
}