﻿.readonly {
    font-weight: 700 !important;
}

.breadcrumb > li + li::before {
    content: "";
    color: rgb(204, 204, 204);
    padding: 0px 0px;
}

.breadcrumb > li + li:last-child::after {
    content: "";
    color: rgb(204, 204, 204);
    padding: 0px 0px;
}

.breadcrumb > li + li::after {
    content: "|";
    color: rgb(204, 204, 204);
    padding: 0px 5px;
}

.input-group-addon-prefix-suffix {
    padding: 6px 10px;
    border-radius: 4px;
    color: #6d738a !important;
    background-color: #4f4f4f3b !important;
    border-color: #000000 !important;
    border-width: 1px !important;
}
