.page-container-bg-solid::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.page-container-bg-solid::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
}

.page-container-bg-solid::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b5b5b5;
}

.scroll-change::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.scroll-change::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
}

.scroll-change::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b5b5b5;
}

.page-container-sub {
    margin: 0 235px !important;
}

.portlet-div {
    margin: 25px;
}

.portlet-div span {
    color: #000;
    font-size: 20px;
}

.portlet-div .div-title {
    font-size: 22px;
    font-weight: bold;
}

.portlet-div .div-red {
    color: #ff0000;
}

.portlet-div .div-black {
    color: #000000;
    font-weight: bold;
}

.portlet-div a {
    margin: 0 50px;
    border-radius: 5px !important;
}

.page-content-div span {
    font-size: 35px;
}

.page-content-div a {
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

.page-content-div .span-name {
    margin-right: 20px;
    font-size: 20px;
    float: right;
}

.portlet-title-div {
    width: 100% !important;
}

.portlet-title-div .right {
    float: right;
}

.form-group-span span {
    width: 74%;
    float: right;
    color: #888;
}

.form-group-span .span-2 {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-style: italic;
}

.form-group-span2 span {
    padding: 10px;
    color: #888;
    text-align: center;
}

.form-group-span2 .span-3 {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    font-style: italic;
}

.has-border {
    border-top: 1px solid #e7ecf1;
}

.help-block-span {
    font-size: 12px;
}

.error-span {
    color: #ff0000;
}

.no-padding {
    padding: unset !important;
}

.no-margin-important {
    margin: 0 !important;
    padding: unset !important;
}

.height-20 {
    height: 20px;
    line-height: 0.44 !important;
}

.border-none {
    border: none !important;
    background: none !important;
}

.margin-index {
    margin: 0 0 35px !important;
}

.portlet-ul {
    list-style: decimal;
    font-size: 18px;
}

.portlet-ul li {
    margin-bottom: 10px;
}

.base-ul {
    list-style-type: none;
    line-height: 20px;
    padding: unset !important;
}

.base-ul li {
    margin-bottom: 15px;
}

.scrollable {
    min-height: 150px;
    max-height: 300px;
    overflow-y: scroll;
    cursor: pointer;
}

.scrollable::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.scrollable::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
}

.scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b5b5b5;
}

.margin-10 {
    margin: 10px !important;
}

.red {
    color: #ff0000;
}

.padding-unset label {
    padding: unset !important;
}

.form-md-floating-right {
    float: right;
    min-width: 165px;
}

.form-md-clean {
    margin: unset !important;
    padding: unset !important;
}

.float-right {
    display: inline-block;
    float: right;
}

.margin-left {
    margin-left: 10px !important;
}