﻿/*HRMS CSS START*/
.hrms-wrapper {
    margin-bottom: 24px;
}

    .hrms-wrapper .hrms-left-section {
        width: 30%;
        border-radius: 8px;
    }

    .hrms-wrapper .hrms-right-section {
        width: calc(70% - 24px);
        margin-left: 24px;
        border-radius: 8px;
    }

.hrms-wrapper-bottom.hrms-wrapper .hrms-right-section {
    margin-left: 24px;
    /*margin-right: 24px;*/
}

.hrms-black-btn {
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: #222222;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
}

    .hrms-black-btn svg {
        margin-right: 4px;
    }

.hrms-heading h3 {
    font-size: 18px;
    font-weight: 700;
    padding-right: 5px;
    box-sizing: border-box;
}

.hrms-left-box-wrapper.announce {
    max-height: 400px;
    overflow: auto;
}

.hrms-left-box-wrapper .hrms-left-box {
    margin-bottom: 20px;
}

    .hrms-left-box-wrapper .hrms-left-box label {
        font-size: 14px;
        color: #5A5E63;
        margin-bottom: 6px;
        display: block;
        font-weight: 600;
    }
    .hrms-left-box-wrapper .hrms-left-box span + div {
        padding-right: 10px;
    }
    .hrms-left-box-wrapper .hrms-left-box span {
        font-size: 16px;
        line-height: 20px;
        display: block;
        font-weight: 600;
        width: calc(100% - 74px);
    }

    .hrms-left-box-wrapper .hrms-left-box p {
        font-size: 14px;
        line-height: 20px;
    }

.hrms-slider-wrapper .hrms-slider .item img {
    max-width: 100%;
    margin-bottom: 16px;
    max-height: 174px;
}
.hrms-slider-wrapper .hrms-slider .item .organization-button-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}
.hrms-slider-wrapper .hrms-slider .item .organization-button-wrapper:hover .organization-button-hover {
    display: flex !important;
}
.hrms-slider-wrapper .hrms-slider .item .organization-button-wrapper:hover:before {
    display: block;
}
.hrms-slider-wrapper .hrms-slider .item .organization-button-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

.hrms-slider-wrapper .hrms-slider .item span {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.hrms-slider-wrapper .hrms-slider .item label {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.hrms-slider-wrapper .hrms-slider .item p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.hrms-wrapper-bottom.hrms-wrapper .hrms-right-section .dataTables_wrapper {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hrms-wrapper-bottom.hrms-wrapper .hrms-left-section .dataTables_wrapper .table-pagination,
.hrms-wrapper-bottom.hrms-wrapper .hrms-right-section .dataTables_wrapper .table-pagination{
    display:none;
}

.hrms-slider-wrapper {
    padding: 0 50px;
}

    .hrms-slider-wrapper .hrms-slider .owl-nav button:hover {
        background: transparent;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav button:before {
        content: '';
        height: 32px;
        width: 32px;
        display: inline-block;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav button {
        position: absolute;
        top: 50%;
        margin: 0;
        transform: translate(0, -50%);
        height: 32px;
        width: 32px;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav .owl-prev {
        left: -50px;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav .owl-next {
        right: -50px;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav .owl-prev:before {
        background: url('../images/prev-hrmas.svg') no-repeat;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav .owl-next:before {
        background: url('../images/next-hrmas.svg') no-repeat;
    }

    .hrms-slider-wrapper .hrms-slider .owl-nav button span {
        display: none
    }
.taskStatus-Created {
    color:#3EA414;
}
.taskStatus-Completed {
    color: #25B1DE;
}
.taskStatus-Unassigned {
    color: #FC833C;
}
.taskStatus-Due {
    color: #B00C0C;
}
.taskStatuscircle-Created {
    fill: #3EA414;
}

.taskStatuscircle-Completed {
    fill: #25B1DE;
}

.taskStatuscircle-Unassigned {
    fill: #FC833C;
}

.taskStatuscircle-Due {
    fill: #B00C0C;
}