.bg-hkfyg {
  background-color: #2998C2;
}

.task td {

}

.task-done {

}

.task-not-done {
    color: #2998C2;
    font-weight: bold;
    cursor: pointer;
}

.memo td {
    cursor: pointer;
}
.memo-new:after {
    content: "New";
    color: #2998C2;
    font-weight: bold;
    font-style: italic;
}
.memo-has-response {
}
.memo-not-approved {
    color: green;
}
.memo-not-response {
    --color: #2998C2;
    --font-weight: bold;
}
.memo-view-header {
    border-left: 7px solid #2998C2;
    background-color: #F5F5F5;
    height: 10px;
    line-height: 10px;
}
.memo-error {
    border: 1px solid red;
    padding: 10px;
    color: red;
    /*
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    */
    background-color: white;
    border-radius: .25rem;
    margin-bottom: 5px;
}
.memo-display {
    border: 1px solid #ababab;
    background: #fff;
}
.memo-label {
    font-size: 17px;
}
.memo-value {
    font-size: 17px;
}
.memo-attachment-item {
    color: #2998C2;
}

.memo-title {
    color: #4A4A4A;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.memo-title-v2 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #464A4D;
}

.memo-meta-v2 {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #7A7E80;
}

.memo-row-v2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
    background: url(../img/oval5.png) 12px 15px no-repeat;
}

.memo-not-response-v2 {
    background-image: url(../img/v2/dot.png);
    background-position: 10px 16px;
    background-repeat: no-repeat;
}

.memo-box-v2 {
    background: #F2F8FD;
    border-radius: 12px;
    margin-left: 20px;
    margin-right: 20px;
}

.task-box-v2 {
    background: #E3F8FD;
    border-radius: 12px;
    margin-left: 33px;
    margin-right: 20px;
}

.task-inner-box {
    margin-left: -13px;
    width: calc(100% + 13px);
}

.task-inner-box-nodata {
    padding: 10px;
    background: #E3F8FD;
    margin-left: -13px;
    border-radius: 12px;
}

.task-title-v2 {
    font-size: 15px; 
    color: #4A4A4A; 
    font-weight: bold;
    overflow: hidden;
    --white-space: nowrap;
    text-overflow: ellipsis;
}

.task-meta-v2 {
    font-size: 13px; 
    color: #A0A7B4; 
    font-weight: normal;
    overflow: hidden;
    --white-space: nowrap;
    text-overflow: ellipsis;
}

.task-row-v2 {
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    margin-right: 13px;
}

.task-not-approved-v2 {
    background-image: url(../img/v2/task_unapproved.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.task-aproved-v2 {
    background-image: url(../img/v2/task_approved.png);
    background-position: right center;
    background-repeat: no-repeat;
}

td.task-id {
    width: 33px;
    height: 40px;
}
div.task-id {
    width: 33px;
    height: 40px;
    background: #4ECDE9;
    border-radius: 3px 10px 10px 3px;    

    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    
}

.expense-claim-master td {
    cursor: pointer;
}

#Content .task-count {
    display: 'none';
}

@media screen and (min-width: 767px) {
    .expense-modal {
        max-width: 70% !important;
    }
}

.attendance td {
    cursor: pointer;
}
.SearchField {
    display: inline-block;
}
.user_box {
    display: inline-block;
    margin: 5px;
}
.delete_btn {
    cursor: pointer;
}
.item-selected {
    display: none;
}
.color-initial {
    color: initial;
}
.color-hkfyg {
    color: #2998C2;
}
.btn-link.color-hkfyg:hover {
    color: #de661d;
}
.btn-hkfyg-outline {
    color: #2998C2;
    border: solid 1px #2998C2;
}
.btn-hkfyg-outline:hover {
  color: #fff;
  background-color: #2998C2;
}

.btn-form {
    color: #797979;
    font-weight: bold;
    border: 1px solid #797979;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}
.btn-form:hover,
.btn-form:active {
    cursor: pointer;
    color: #de661d !important;
    border-color: #de661d !important;
}
.btn-form-hkfyg {
    color: #fff;
    border-color: #2998C2;
    background: #2998C2;
}

.org-select-container {
    max-height: 200px;
    overflow: auto;
}

.org-select-search {
    padding: 0.25rem 1.5rem;
}

@media screen and (max-width: 767px) {

}
