/* keep this stylesheet only for classes that can be shared between old UI and UI2*/

/* tags */
.tag-lbl {
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 10px;
    text-transform: uppercase;
    padding: 3px 8px;
    white-space: nowrap;
    background-color: #E5EAEB;
    color: #00763E;
}

.page-header .tag-lbl {
    padding: 8px 16px;
    border-radius: 30px;
}

.page-header .tag-lbl .badge {
    padding: 1px 5px;
}

.tag-lbl .badge {
    font-size: 10px;
    line-height: 10px;
    padding: 0px 5px;
}

.tag-lbl-active {
    background-color: #DFF4D3;
    color: #00763E;
}

.tag-lbl-unactive {
    background: #E6DEF9;
    color: #120F7B;
}

.tag-lbl-deactive {
    background: #D5EFFF;
    color: #0071B4;
}

.tag-lbl-proactive {
    color: #AB122E;
    background: #FFE1E7;
}

.tag-panel {
    text-transform: inherit;
    text-align: right;
    border-radius: 4px;
    line-height: 10px;
    white-space: nowrap;
    background-color: #606F73;
    font-weight: normal;
    font-size: 0.9em;
    padding: .5rem .75rem;
    margin-right: .5rem;
    padding-top: .75rem!important;
}

.tag-panel label {
    color: #fff;
    margin-right: .5rem!important;
    margin-bottom: .25rem!important;
    font-size: 0.8em;
}
.tag-panel p {
    color: #c2cbcf;
    margin-bottom: .25rem!important;
}


.tag-date {
    height: 52px;
    width: 56px;
    min-width: 56px;
    text-align: center;
    background: #F8F9F9;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #E5EAEB;
    border-top-width: 4px;
    border-radius: 4px 4px 0 0;
    margin: 5px auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}

.tag-date small {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 8px;
    color: #606F73;
    font-weight: 600;
}


.noticeButton {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    vertical-align: bottom;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: 0px solid transparent;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    background-color: #7c9aaf;
    text-decoration: none !important;
}
.noticeButton:hover {
    background-color: #444;
    color: #fff !important;
}

.clsFloatRight {
    float: right;
    right: 0;
}
.clsMarginTop10 {
    margin-top: 10px !important;
}


