/*--- Dashboard ----*/
th.text-center.clsCol150Len.clsEmployee.sorting {
    text-align: left !important;
}
th.text-center.clsColDate.clsInitiationDate.sorting {
    text-align: left !important;
}
th.clsEmployee{
    text-align: left !important;
}
 
.dataTables_scrollHead {
    margin-top: -6px;
}
.table thead th {
     border-bottom: 1px solid #dee2e6;
}
.table td, .table th {
    border-top: 0px solid #dee2e6;
    padding: 10px 4px;
}
.dataTables_scrollBody {
    margin-top: -14px !important;
}
table.dataTable.table-striped > tbody > tr:nth-child(odd) > * {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255 / 5%) !important;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    position: relative;
    color: #444;
    cursor: auto;
}
table.dataTable.table-hover > tbody > tr:nth-child(even) > * {
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    position: relative;
    color: #444;
    cursor: auto;
}
.dataTable tbody tr:nth-child(even):hover {
    box-shadow: 0px 2px 5px rgb(255 255 255 / 20%) !important;
}
    .dataTable tbody tr:nth-child(odd):hover {
    background-color: var(--white);
    box-shadow: 0px 2px 5px rgb(255 255 255 / 20%);
}
th.text-center.clsCol150Len.clsProcess.sorting {
    text-align: left !important;
}
    .task-text {
    font-size: 13px;
    font-weight: 500;
    clear: both;
    width: 100%;
    margin-top: 10px;
    min-height: 35px;
}
.legend-icon1 svg {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 32px;
    top: 12px;
}
.clsMessageText {
    margin-right:0px;
    display: inline-block;
    /* float: left; */
    width:100%;
}

.task-part1 {
    width: 100%;
    display: inline-block;
}

.task-box {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 15px;
}

    .task-box:last-child {
        margin-right: 0;
    }

.task-box-part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 80px;
    align-content: center;
}


.dwnld-btn {
    background: var(--darkgreen);
    color: var(--white) !important;
    font-size: 12px;
    line-height: 1.4;
    float: right;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid var(--darkgreen);
    display: flex;
    font-weight: 700;
    padding: 6px 15px 7px;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    float: left
}

    .dwnld-btn svg {
        margin-right: 5px;
    }

    .dwnld-btn:hover {
        background: var(--lightgreen);
        color: var(--darkgreen) !important;
        border: 1px solid var(--darkgreen) !important;
        text-decoration: none;
    }

        .dwnld-btn:hover svg path {
            fill: var(--darkgreen)
        }

.scorecard-data {
    display: inline-block;
    margin-top: -5px;
    width: 100%;
}


.scorecard-txt {
    float: left;
    padding-left: 15px;
    line-height: 1.1;
    width: 75%;
}
.pull-left {
    float: right;
    width: 25%;
}
    .scorecard-txt strong {
        font-size: 14px;
        width: 100%;
        display: inline-block;
        margin: 10px 0;
    }

    .scorecard-txt p {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 1.3;
    }


.dash-box-testimonial::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    left: -3px;
    top: 25%;
    background: #F7B61E;
}

.dash-box-testimonial::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    right: -3px;
    top: 25%;
    background: #F7B61E;
}


.right-testimonial {
    float: right;
    width: 25%;
    text-align: right;
}

    .right-testimonial img {
        max-width: 100%;
    }


.testimonial-text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -5px;
    background: var(--white) url("../images/quote-1.svg") no-repeat scroll top left;
    width: 40px;
    height: 40px;
}

.testimonial-text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 40px;
    height: 40px;
}


.author-designation {
    clear: right;
    display: inherit;
    font-size: 13px;
    color: var(--black);
}


.bday-part {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    padding-right:26px;
    background: transparent;
    /* background: transparent url(../images/chat.svg) no-repeat scroll top right;*/
}

.bday-img {
    margin-right: 10px;
}
    .bday-img img {
         border: 3px solid #999;
        background: #333;
        width: 36px !important;
        height: 36px !important;
       border-radius: 50% !important;
    }
.bday-name {
    font-size: 13px;
    font-weight: 500;
}

.bday-date {
    color: #B0B0B0;
    font-size: 12px;
    clear: both;
    display: block;
    font-weight: 400;
    color: var(--darkgreen);
}

.bday-part:last-child {
    margin-bottom: 0;
}

.bday-part-open {
    width: 100%;
    float: left;
    border: 0px solid var(--bordercolor);
    padding:0px;
    border-radius: 20px;
    margin-bottom:0px;
    display:flex;
}

.bday-open-text {
    color: #8A9099;
    font-size: 12px;
    margin-bottom:0px;
    float: left;
    width: 100%;
}

.bday-part-btn {
    float: left;
    width: 100%;
}

    .bday-part-btn .submit-btn {
        font-size: 12px;
        min-width: auto;
        padding: 10px 15px;
    }

.bday-icons-parts {
    float: right;
    width: auto;
    padding-top: 5px;
}

    .bday-icons-parts a {
        float: left;
        margin: 3px;
    }

.bday-part-full {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) white;
   /* max-height: 132px;*/
    padding: 0 10px;
   /* height: 132px;*/
}

/*.bday .bday-part-full,
.mytasks .bday-part-full {
    max-height: 244px;
    height: 244px;
}*/

.bday-part-full::-webkit-scrollbar {
    width: 3px;
}

.bday-part-full::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.dash-box.dash-thought {
    float: right;
    width: 48%;
    margin: 25px 0 0;
    /* background: #F5FEF8 url("../images/thought.svg") no-repeat scroll 90% 90%;*/
    padding-top: 20px;
    min-height: 265px;
}

.thought-text {
    width: 100%;
    padding: 0 0 25px;
    font-size: 16px;
    font-style: italic;
    color: var(--black);
    font-weight: 500;
    line-height: 22px;
}

.db {
    background: #fff;
    min-height: 300px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    padding: 0;
    border-radius: 4px;
}
    .db:hover {
        box-shadow: 0px 2px 10px rgba(38, 51, 77, 0.2);
    }
    .dash-box-testimonial {
    height: 200px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    border: none;
    border-radius: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 25px;
    background: #fff;
    border-radius: 4px;
}
.dash-box-testimonial:hover{
    box-shadow: 0px 2px 10px rgba(38, 51, 77, 0.2);
}

.testimonial-text {
    border-color: var(--darkgreen);
    font-weight: bold;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    padding: 0px 0 15px;
    border: none;
    float: left;
    font-style: normal;
}

    .testimonial-text:before,
    .testimonial-text:after {
        display: none
    }

.testimonial-author {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: var(--darkgreen);
    font-weight: 500;
}


.dash-box-testimonial::before,
.dash-box-testimonial::after {
    display: none
}


.right-testimonial img {
    width: 130px;
}

.right-testimonial {
    position: absolute;
    right: 7%;
    bottom: 0;
}

/* Birthday */
.dash-box.dash-bday {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}
.bday-name {
    width: 100%;
}

/* /Birthday */
.cmvEventCont,
.clsInOutTime {
    display: none;
}

.cmvCalendarContWithBorders td {
    font-size: 12px !important;
    padding: 3px !important;
    text-align: center;
}

/* Todo */
.mytask-icon {
    position: absolute;
    top: 3px;
    right: 10px;
}

.task-icons {
    display: inline-block;
    width: 60px;
    float: right;
    padding-top: 8px;
}

.todo-wrap {
    display: block;
    position: relative;
    padding-left: 10px;
    -webkit-box-shadow: 0 2px 0 -1px #ebebeb;
    -moz-box-shadow: 0 2px 0 -1px #ebebeb;
    box-shadow: 0 2px 0 -1px #ebebeb;
}

    .todo-wrap:last-of-type {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

#todo-list input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    top: -600px;
}

.todo {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    height: 28px;
    position: relative;
    color: #444;
}

    .todo.head {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }


        .todo.head:after {
            content: "\f107";
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            right: 4px;
            display: none;
            color: #000
        }

    .todo.proc {
        width: 35%;
    }

    .todo.emp {
        width: 30%
    }

    .todo.date {
        width: 22%;
    }


.taskdetails {
    position: relative;
    padding: 0 0 5px 5px;
}

    .taskdetails p {
        font-size: 13px;
        margin: 0;
        display: inline-block;
        padding-right: 10px;
    }

    .taskdetails .task-icons {
        display: inline-block
    }

/* /Todo*/
.title-2 span {
    font-size: 14px;
    color: #000;
}

.clsTblBtns {
    padding: 0;
}

.docgu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .docgu ul li {
        padding: 6px 10px;
        box-shadow: 0 2px 0 -1px #ebebeb
    }

        .docgu ul li a {
            color: #000;
            font-size: 13px;
            font-weight: 500;
            background: url(../images/download-grey.svg) no-repeat 100% 50%;
            background-size: 20px;
            display: block;
            cursor: pointer;
        }

            .docgu ul li a.hyperlink {
                background: url(../images/hyperlink.svg) no-repeat 100% 50%;
                background-size: 18px;
            }

            .docgu ul li a span {
                display: block;
                font-size: 12px;
                color: #999;
                font-weight: normal;
                padding-top: 3px;
            }

            .docgu ul li a:hover {
                text-decoration: none
            }


.bday-open-text {
    color: #333;
}

.bday-part-open {
    border-color: #333;
    border-radius: 0px;
    background: #fff ;
    margin-top: -6px;
}
.pmd-datatable-pagination {
    display: none;
}
.calender-popout {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 10px;
    display: block;
    cursor: pointer;
}
.calender-popout1 {
    width: 24px;
    height: 24px;
    position: absolute;
    right:5px;
    top: 10px;
    display: block;
   
}
.calender-popout2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top:8px;
    display: block;
     
}
.calender-popout3 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 7px;
    top: 10px;
    display: block;
    cursor: pointer;
}
.calender-popout4 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 9px;
    top: 10px;
    display: block;
   
}
.bot-border::after {
    left: 10px;
}

.calendarContOuter {
    height: auto!important;
}

.legend-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 35px;
    top: 7px;
    cursor: pointer;
}

    .legend-icon img {
        width: 100%
    }


.main-content {
    margin: 0;
}

.announcements-container {
    width: 100%;
    background: #ffff;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.2);
    border-radius: 4px;
}
.announcements-container:hover{
    box-shadow: 0px 2px 10px rgba(38, 51, 77, 0.2);
}
    .dc {
    padding-top: 10px;
}

.announcements-container .container-title {
    font-weight: 500;
    height: 100%;
    overflow: hidden;
    padding: 0 15px 0 15px;
    float: left;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: var(--darkgreen);
    font-weight: bold;
    width: 200px;
}

.container-title .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 0 5px 0 0;
    position: relative;
    top: 7px;
}

    .container-title .icon svg path {
        fill: #fff
    }

.container-title .text {
    display: inline-block
}

.announcements-container .container-title img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -5px 3px 0 0;
}

body .announcements-container ul.announcements1 {
    width: 67%;
    float: left;
    height: 30px;
    overflow: hidden;
    list-style-type: none;
    vertical-align: middle;
    padding: 10px 0 0;
    margin-left: 20px;
    margin-right: 15px;
}

    body .announcements-container ul.announcements1 li {
        width: 100%;
        overflow: hidden;
        font-size: 14px;
        font-weight: 500;
        margin: -15px 0 0 0;
        vertical-align: middle;
        padding: 0;
        line-height: 40px;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.announcements-container ul.announcements1 li a {
    width: 100%;
    text-decoration: none;
    color: #212121;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.announcements-container ul.announcements1 li a:hover {
    color: var(--darkgreen);
}
marquee a {
    width: 100%;
    font-weight: 500;
    margin: -15px 0 0 0;
    vertical-align: middle;
    padding: 0;
    line-height:30px;
    color: #212121;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}


    marquee a:hover {
        text-decoration: none;
        background-color: transparent;
        color: var(--darkgreen);
    }
.scorecard .title-2 img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 35px;
}

.db.scorecard {
    min-height: 200px;
    height: 200px;
}


.bday .title-2 img {
    position: absolute;
    width: 30px;
    top: 3px;
    right: 10px;
}

.title-2 {
    padding: 8px 10px;
    font-size: 16px !important;
   
}
.vision{
    margin-bottom: 24px;
}
.calbg {
    background-color: white
}

    .calbg .title-2 {
        margin: 0;
    }


.left-testimonial {
    padding: 0;
    width: 100%;
   /* text-align: center;*/
    margin-top:22px;
}

    .left-testimonial img {
        width: 40px;
        margin-bottom: 8px;
    }


.task-box {
    padding: 0;
    border-radius: 0;
}

    .task-box:first-child {
        margin-left: 0;
    }

.task-part1 {
    padding: 0 10px;
}

.task-box-part {
    padding: 5px;
}

.task-box-part,
.task-text {
    min-height: auto
}


.documentation {
    min-height: 200px;
}

    .documentation .title-2 img {
        width: 38px;
        position: absolute;
        right: 5px;
        top: 0;
    }


.header-search {
    display: none;
}

/*.header-menu {
    padding-right: 10%;
}*/

.header-right {
    justify-content: right;
}

@media (min-width: 1200px) and (max-width: 1499px) {
   /* .header-menu {
        padding-right: 5%;
    }*/

    .dash-box-testimonial,
    .db.scorecard,
    .documentation {
        min-height: 182px;
        height: 182px;
    }

    .dc {
        padding-top: 9px;
    }

    .documentation .title-2 {
        margin-bottom: 4px;
        
    }

    .scorecard p {
        padding-top: 15px;
        font-size: 14px;
        font-weight: 600;
    }

        .scorecard p span {
            display: none;
        }

    .dash-box-testimonial {
        background-size: 40%;
        padding-top: 10px;
    }

 /*   .left-testimonial {
        width: 60%;
    }*/

    .testimonial-text {
        font-size: 18px;
    }

    .scorecard p strong {
        margin-bottom: 5px;
        font-size: 13px
    }

    .announcements-container {
        line-height: 30px;
        height: 30px;
    }

    body .announcements-container ul.announcements {
        padding-top:10px;
        height: 30px;
    }

    .container-title .text {
        position: relative;
        top: -3px;
    }

    .container-title .icon {
        top: 3px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div#documents {
        padding: 0px !important;
        margin-top: 10px;
    }

    div#bday {
        padding: 10px 10px;
    }
    .scorecard p span {
        display: none;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .db.bday,
    .documentation {
        min-height: 250px;
    }

    .bday .bday-part-full {
        max-height: 200px;
    }

    .db.documentation .bday-part-full {
        max-height: 185px;
    }

    .header-menu {
        padding-right: 10px;
    }

    #banner {
        order: 1;
    }

    #scoredcard {
        order: 2;
    }

    #mytasks {
        order: 3;
    }

    #calendar {
        order: 4;
    }

    #bday {
        order: 5;
    }

    #documents {
        order: 6;
    }

    #announcements {
        order: 1;
    }

    #banner,
    #mytasks,
    #bday {
        width: 70%;
        max-width: 70%;
        flex: 0 0 70%;
    }

    #calendar,
    #scoredcard,
    #documents {
        width: 30%;
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (max-width: 991px) {
    #banner {
        order: 4;
        margin-top: -30px;
        padding-right: 16px !important;
    }

    #mytasks {
        order: 3;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    #calendar {
        order: 4;
        padding-left: 30px;
    }

    #bday {
        order: 4;
        padding-left: 16px !important;
    }

    #scoredcard {
        order: 2;
        padding: 10px 16px !important;
    }

    #documents {
        order: 4;
    }

    #announcements {
        order: 1;
    }
}
    @media(min-width:320px) and (max-width:767px) {
        .bday-name {
            width: 100%;
        }
        #calendar {
            padding: 10px 28px !important;
            margin-top: 0px !important;
        }

        #bday {
            padding: 10px 16px !important;
        }

        #scoredcard {
            padding: 10px 16px !important;
        }

        #documents {
            padding: 0px 16px !important;
            margin-bottom: 20px;
        }
        body .announcements-container ul.announcements1 {
            width: 84%;
        }
        .dataTables_scrollBody {
            max-height: 190px!important;
        }
        .right-header {
            width: 122px;
        }
        .title-2.bot-border.clsmission.mobmsn{
            margin-top: 30px;
        }
        }

    @media (min-width: 768px) and (max-width: 991px) {
        .task-icons {
        width: 92px;
    }

    .todo.date {
        width: 20%;
    }
        #calendar {
           margin-top: 0px !important;
        }
}

@media (max-width: 767px) {
    .scorecard p span {
        display: none;
    }

    .left-testimonial {
        width: 100%
    }

    .testimonial-text {
        font-size: 13px;
    }

    .dash-box-testimonial {
        background-size: 35%;
    }

    .todo.date {
        width: 30%;
    }

    .task-icons {
        display: none;
        position: absolute;
        top: 1px;
        background: #fff;
        width: 30%;
        height: 98%;
        right: 0
    }

    .todo-wrap:hover > .task-icons {
        display: block;
    }

    .announcements-container .container-title {
        height: 35px;
        width: 100%
    }

    .announcements-container {
        height: 72px;
        line-height: 1;
    }

    body .announcements-container ul.announcements {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }
}


.cmvCalendarContWithBorders td {
    border: 0 solid #DDDDDD;
    background: #fff !important;
    border-left: 1px solid rgba(194, 194, 194, 0.5 );
    border-bottom: 1px solid rgba(194, 194, 194, 0.5 ) !important;
    padding: 5px;
    font-size: 14px;
    padding: 5px;
    color: #000;
    font-weight: 600;
}
.cmvDayNumber {
    margin-left: 2px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}
.cContHeaderSections * {
    display: inline-block;
    vertical-align: top;
}
.cContHeaderSections {
    text-align: center;
    vertical-align: top;
}
 

.cmvMonthTableRowDayHeader {
    height: 30px;
    line-height: 30px;
}
.cContHeaderSections.cContHeaderSectionCenter {
    height:36px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 12;
    border-top: 1px solid rgba(194, 194, 194, 0.5);
    background: #fff;
    padding: 0 0px;
    border-bottom: 1px solid rgba(194, 194, 194, 0.5);
}
table.cTable.cmvMonthTable.cmvMonthTableMain {
    top:36px!important;
    position: relative!important;
}
span.cContHeaderLabelOuter{margin-top:-6px;}
.cContHeaderLabelYear {
    padding: 0 0 0 3px;
    font-weight: bold;
}
.cmvMonthTableRows{
    height:36px!important;
}

.dp {
    padding: 0px 0px !important;
    margin-bottom: 2px;
    font-size:18px !important;
    text-align: center;
}

.clsPurpose {
    margin-top: 46px;
    font-size: 24px !important;
    margin-bottom: 8px;
}

.entry p {
     font-size: 14px;
    font-weight: 600;
    text-align: center;
}

div#dvDashboardInbox {
    overflow-y: hidden;
}

.clsInitiationDate {
    text-align:left!important;
}
.dataTables_scrollBody {
     max-height: 224px !important;
}
.missh {
    width: 100%;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 0.4rem;
    font-size: 14px;
}
.clsp {
    padding-left: 10px;
    padding-top: 10px;
}

@media (min-width:321px) and (max-width: 767px) {
    .scorecard-txt {width: 50%;}
    .pull-left {width: 46%;}
}
