.navbar-brand img {
    height: 2.525rem;
    margin: 0.2rem;
}
.navbar-brand {
    padding-top: 1.075rem;
    padding-bottom: 1.075rem;
}

.font-size-xxs {
    font-size: .65rem;
}

.button-action{
    width: 110px;
}
.bg-danger-10{
    background-color: #ff000020 !important;
}
.bg-success-10{
    background-color: #00ff0020 !important;
}
.bg-primary-10{
    background-color: #0000ff20 !important;
}
ul.select2-selection__rendered{
    border-radius: 5px 5px 5px 5px !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid #cccccc !important;
}

.fs-18{
    font-size: 18px !important;
}