.breadcrumb{
    display: none;
}

.w-auto{
    width: auto!important;
}

.errortext{
    color:red;
}

.margin_auto{
    margin: auto;
}

.margin_auto_and_5px{
    margin: auto 5px;
}

.margin_10px_0px{
    margin: 10px 0px;
}

.width_35px{
    width: 35px;
}

.btn-theme {
    color: #fff;
    background-color: #fa5b59;
    border-color: #fa5b59;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
}

.disabled_a_tag{
    background: grey!important;
    pointer-events: none;
    cursor: not-allowed;
}


div.dt-container .dt-paging .dt-paging-button{
    padding:unset!important;
}

.required_field {
    color: red;
    font-size: 25px;
    top: 5px;
    position: relative;
}

button.buttons-html5 {
    color: #fff;
    background: #fa5b59;
    border: 1px solid;
    margin: 10px 5px;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 10px;
}
.dt-buttons {
    width: 50%;
    float: left;
    text-align: left;
}
.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.paginate_button {
    color: #fff;
    background-color: #737373;
    border-color: #0d6efd;
    padding: 0.375rem 0.75rem;
    margin: 0px 3px;
    /* float: right; */
}

.paginate_button:hover {
    color: #024dbc;
    background-color: #fff;
    border: 1px solid #024dbc;
}

.dataTables_paginate {
    margin-bottom: 40px;
    float:right;
}