.rnred, .rnboxred {
    color: red;
}
.rnboxred {
    border: 1px solid red;
    padding:5px;
}
.rnbold {
    font-weight:bold;
}
#adminForm .error {
    color: red;
}
.padt5 {
    padding-top: 5px;
}

.padl10 {
    padding-left: 10px;
}

.padr10 {
    padding-right: 10px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb15 {
    padding-bottom: 15px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt5 {
    margin-top: 5px;
}


.mgl20 {
    margin-left: 20px;
}

.mgl15 {
    margin-left: 17px;
}

.mgl10 {
    margin-left: 10px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr30 {
    margin-right: 30px;
}
.error{
    color:red;
}
label{
    font-weight:normal;
}
#boxCat1, #boxCat2{
    display:none;
}
.cpanel a {
    color: #000;
    text-decoration: none;
}
.cpanel a > i, .cpanel a > span {
    display: block;
}
.cpanel a > span {
    color: #000;
    padding: 5px 0;
    text-overflow: ellipsis;
}
.cpanel .icon {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.navbar-brand img {
    height: 30px;
}

.delmulti .checkbox {
    position: relative;
}

    .delmulti .checkbox [type="checkbox"] {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
    }

    .delmulti .checkbox label, .radio label {
        min-height: 13px;
        padding-left: 13px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .delmulti .checkbox [type="checkbox"] + label {
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #f0ad4e;
        cursor: pointer;
        border-radius: 2px;
        will-change: color;
        transition: .2s color ease-in-out;
    }

table thead .checkbox [type="checkbox"] + label:hover,
table thead .checkbox [type="checkbox"] + label:hover:after {
    color: #d80;
}

table tbody .checkbox [type="checkbox"] + label:hover,
table tbody .checkbox [type="checkbox"] + label:hover:after {
    color: #8d0;
}

.delmulti .checkbox [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 12px;
    top: 50%;
    left: 50%;
    border-bottom: 2px solid;
    border-right: 2px solid;
    margin-top: -2px;
    opacity: 0;
    transform: translate(-50%, 0%) rotate(45deg) scale(.75);
    will-change: opacity, transform, color;
    transition: .17s opacity ease-in-out, .2s transform ease-in-out, .2s color ease-in-out;
}

.delmulti .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.delmulti-box{
    display:flex;
}
    .delmulti-box .checkbox {
        position: relative;
        margin: 3px 8px 0 0;
    }