.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.hidden {
    display: none !important;
}

.required {
    color: #E01020;
    font-size: 20px;
    line-height: 1;
    border: none;
}

div.form_alert_error {
    color: red;
    font-size: 80%;
    font-style: italic;
}

.link-setting {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}
  
.link-setting:hover {
    color: #E53935;
    text-decoration: underline !important;
}
  
.link-setting.active {
    z-index: 2 !important;
    color: #FFFFFF !important;
    background-color: #E53935 !important;
    border-color: #E53935 !important;
}

.link-setting:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
  
.link-setting:not([href]):not([tabindex]):hover,
.link-setting:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
  
.link-setting:not([href]):not([tabindex]):focus {
    outline: 0;
}

fieldset {
    border: 3px solid #E53935;
    padding: 12px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.file {
    visibility: hidden;
    position: absolute;
}

tbody {
    font-size: 13px;
}

.btn-report {
    /* cursor: pointer;
    min-width: 28px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 50%;
    display: inline-block;
    position: relative; */
    vertical-align: central;
    text-align: center;
    margin: 0 3px;
    font-size: 12px;
    /* padding: 4px 0px;
    border: 1px solid #e2e7f1; */
}

@media (max-width: 760px) {
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex;
        padding-left: 0; */
        list-style: none;
        border-radius: 0.35rem;
    }
}