.dropdown-contracts {
    max-height: 300px;
    overflow: auto;
}

.info-last-read {
    display: inline-block!important;
    position: relative;
    top: 0;
    padding: 2px 10px;
    margin: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #2b3d4c;
    border-radius: 4px;
    margin-top: 7px;
}

    .info-last-read:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fe8925;
        position: absolute;
        top: -6px;
        left: 3px;
    }


.modal-styled .modal-footer {
    color: #555;
    background-color: transparent;
    border-top-color: #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 0px solid #fe8925;
    padding-right: 0px;
}

.change-contract-info:hover {
    color: #f17f1e;
    text-decoration: none;
}

.change-contract-info {
    color: #fe8925;
    text-decoration: none;
}

div.RadGrid .rgRow td,
div.RadGrid .rgAltRow td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.RadGrid_Metro .rgGroupHeader {
    background: #fff !important;
    color: #f17f1e !important;
    font-weight: bold !important;
}

.RadGrid_Metro .rgMasterTable td.rgGroupCol, .RadGrid_Metro .rgMasterTable td.rgExpandCol {
    border-color: #fff !important;
    background: #fff none !important;
}

.RadGrid_Metro .rgFilterRow td {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 30px;
}

.menu-width {
    max-width: 250px;
    max-height: 60px;
}

.menu-width_contractList {
    max-width: 850px !important;
    max-height: 60px;
}

@media (max-width:767px) {
    .menu-width {
        max-width: none;
        max-height: none;
    }

    
}

