﻿.font-size-14 {
    font-size: 14px;
}

.font-weight-bold {
    font-weight: bold !important;
}

.card-header-text {
    font-size: 1.5rem !important;
}

#toast-container {
    width: 50% !important;
}

    #toast-container > div {
        width: 100% !important;
    }

.toast {
    max-width: 100% !important;
}

.badge-success {
    color: #ffffff;
    background-color: green !important;
}

.toast.toast-success {
    background-color: green !important;
}

.card-footer {
    padding: 1rem 2.25rem !important;
}

#accordion a:hover {
    cursor: pointer;
}

#accordion h3 {
    float: left;
    margin-top: 13px;
    width: 84%;
}

#accordion .card {
    border: 0px !important;
}

.border-blue {
    border-color: #56baed !important;
    background-color: rgba(0,0,0,.03);
}

.chkbox {
    float: left;
    margin: 10px !important;
    margin-top: 20px !important;
}

.roles-head > .col-md-5, .roles-head > .col-md-2 {
    background-color: #56baed;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.roles-row > .col-md-1 {
    text-align: center;
}

