﻿.table {
    border: none !important;
}



.filter .input-group.date {
    background: #FFF url(../../images/menu_icon/calendar.svg) no-repeat 99% 10px !important;
}

.errBorder {
    border: red 1px solid !important;
}

.RatingScale {
    display: none;
}

.RatingScaleBlock {
    display: block !important;
}

.clsSeqNo {
    font: bold;
}

.tblDecimal {
    width: 100%;
}

.w-12 {
    width: 12%;
}

.w-16 {
    width: 47.66%;
}

.w-80 {
    width: 80px;
}

.w-200 {
    width: 500px;
}

.pt-pb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

/*.labeldata.d-inline-block {
    display: inline-block !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    margin-bottom: 0;
}*/
.divTargetNA.width-150 {
    margin: 0px auto;
}

.approvers {
    font-size: 12px;
    border-radius: 4px;
    padding: 0.6rem 0.8rem;
    display: inline-block;
    color: #006d23;
    background: #cdf3c6;
    text-align: center;
}

.labeldata {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #263238;
    min-height: 25px;
    height: auto;
    margin-left: 0;
}


.discitemdata {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
}

.itemdesc .dropdown-menu {
    padding: 5px !important;
    box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.24);
}

    .itemdesc .dropdown-menu:after {
        top: -25px;
        border: 12px solid transparent;
        border-bottom-color: #eee;
    }

    .itemdesc .dropdown-menu:before {
        top: -23px;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        z-index: 1;
    }


    .itemdesc .dropdown-menu li, .tagsview li span {
        color: #000;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding: 5px 8px;
    }

/*.itemdesc a {
    display: inline-block;
    padding: 0 !important;
}*/

.itemdesc .dropdown-menu li h2 {
    margin: 0;
    font: 500 14px/20px 'Roboto';
    color: #000;
    display: block;
    word-wrap: break-word;
}

.itemdesc .dropdown-menu li p {
    margin: 0;
    font: 400 12px/18px 'Roboto';
    color: #263238;
    word-wrap: break-word;
}

td .form-control {
    border: 1px solid #dadada;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #8e8888;
    box-shadow: none;
    margin: 0;
    resize: none;
}

/*#AddNewGoals table.table {
    border: none !important;
    border-spacing: 0 0px;
    border-collapse: separate !important;
    margin: 0px 0 0;
    width: 100%;
}

    #AddNewGoals table.table tr:nth-last-child(even) {
        background: transparent !important;
    }

    #AddNewGoals table.table tr th {
        background: #f0f3f7 !important;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 20px;
        color: #263238;
        padding: 12px 0px;
        border-top: 1px solid #e5e3ef;
        border-bottom: 1px solid #e5e3ef; /*position: sticky !important;top: 0;z-index: 10;*/
        white-space: nowrap;
        text-align: left;
    }*/

body.filteropen table.table tr th {
    z-index: 0;
}

/*#AddNewGoals table.table tr td {
    border-top: 1px solid #e5e3ef;
    border-bottom: 1px solid #e5e3ef;
    padding: 8px 10px;
    vertical-align: middle !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--lightblackcolor);
}

#AddNewGoals table.table.table-striped > tbody > tr:nth-child(odd) > td {
    background: transparent;
}

#AddNewGoals table.table tr th:first-child {
    border-left: 1px solid #e5e3ef;
    padding-left: 10px;
    width: 100px;
}

#AddNewGoals table.table tr th:last-child {
    border-right: 1px solid #e5e3ef;
    width: 100px;
}

#AddNewGoals table.table tr td:first-child {
    border-left: 1px solid #e5e3ef;
    padding-left: 10px;
    width: 100px;
}

#AddNewGoals table.table tr th:nth-child(2) {
    padding-left: 10px;
    width: 165px;
}

#AddNewGoals table.table tr td:nth-child(2) {
    width: 160px;
}

#AddNewGoals table.table tr td:last-child {
    border-right: 1px solid #e5e3ef;
    width: 100px;
}

#AddNewGoals table.table tr td, #AddNewGoals table.table tr th {
    width: 200px;
    padding: 8px 10px;
}

#AddNewGoals table .pagination-ys table {
    margin: 0;
    display: inline-block;
}*/

.greencolor {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    text-transform: capitalize;
    width: auto;
    height: 35px;
    min-width: 100px;
    outline: none;
    background: #26AC46;
    border-color: #26AC46;
    float: right;
}

    .greencolor:hover {
        background: #179b37;
        color: #fff;
    }

/*#AddNewGoals table .pagination-ys table > tbody > tr > td, table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
    position: relative;
    border: none !important;
    background: transparent !important;
    padding: 0;
}

    #AddNewGoals table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
        margin: 0;
    }

        #AddNewGoals table .pagination-ys table > tbody > tr > td > span:hover, table .pagination-ys table > tbody > tr > td > a:hover {
            color: var(--activecolor);
            background: transparent !important;
        }

    #AddNewGoals table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        box-shadow: none;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        color: #000 !important;
        background: transparent;
    }

        #AddNewGoals table .pagination-ys table > tbody > tr > td > span:after, table .pagination-ys table > tbody > tr > td > a:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 3px;
            transform: translateX(-50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #06518c;
            opacity: 0;
            transition: all 200ms ease;
        }

        #AddNewGoals table .pagination-ys table > tbody > tr > td > span:after, table .pagination-ys table > tbody > tr > td > a:hover:after {
            opacity: 1;
        }*/

.innertable {
    width: 100%;
}
.w_200{width:200px !important;}

table#tblSelfGoal th {
    padding-left: 10px !important;
    padding-right: 5px !important;
}
table#tblSelfGoal td {
    padding-left: 0px !important;
    padding-right: 5px !important;
}
table#tblSelfGoal td .clsSeqNo {
    padding-left: 5px !important;
}
.innertable tr td {
    border: none !important;
}
.goals-td .itemdesc {
    max-width: 220px;
}
.labeldata.AppG {
    min-height: inherit;
    display: none;
}

ul.gaction_button {
    display: flex;
    align-items: center;
    justify-content: center !important;
    column-gap: 12px !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.gaction_button a {
        cursor: pointer;
        color: #263238;
    }

        ul.gaction_button a:hover {
            color: #0A3B7E;
        }

.d-none {
    display: none;
}

body .scroll-table .innertable tr td {
    border: none !important;
}

table#tblSelfGoal > tbody > tr > td {
    padding: 0 !important;
    border: none !important;
}

.btn.btn-warning.btnDraft {
    margin-left: auto;
    margin-right: 15px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    background: #fbe2d4;
    color: #F97D38;
}

#AddNewGoals table tr th {
    position: relative !important;
}

.btn.btn-warning.btnDraft:hover {
    background: #F97D38;
    color: #fff;
}


.Create-Template {
    display: none;
}



.js_competencyFilterfilterbody {
    padding: 0 0 15px 15px !important;
}

div#CompetencyPop {
    background: #ddebff;
    padding: 15px 15px 0;
    margin: 15px 0 0;
}

    div#CompetencyPop label {
        color: #0f4f92;
        font-weight: 500;
        font-family: 'Roboto';
    }

.table.grouplist {
    border-spacing: 0;
}

.targetevaluation p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
}

span.gborder {
    font-weight: 500 !important;
}

.groupdata table tr th {
    font-size: 16px;
    position: relative !important;
}

.groupdata .categorylist {
    border-top: none;
    padding-top: 0;
}

.groupdata .border-bottom-none {
    border-bottom: none;
}

.groupdata .categorylist table tr th {
    font-size: 14px;
    position: relative !important;
}

.gvCatClass.table {
    background: #ddebff;
    border-spacing: 0;
}

td.categorylist > div > table {
    padding: 5px;
}

td.categorylist .table.gvCatClass tr th {
    font-size: 14px;
    z-index: 0;
}

td.categorylist .table.gvCatClass tr td { /*background: #fff !important;border-top: 1px solid rgba(9, 54, 121, 0.1) !important;border-bottom: 1px solid rgba(9, 54, 121, 0.1) !important;*/
    padding: 5px !important;
}

.flexRow.datatableheader {
    display: none;
}

.list-group-item.node-treeview.node-selected {
    background: #f7f7f7 !important;
}
.pageheader input{height:inherit;}

.panel.panel-default {
    margin-bottom: 30px !important;
}
.imgBtnDesign {
    width: 120px;
}

.gvGrpHeader {
    font-weight: 600;
    color: #0F4F92;
}

.tdcolumns table.employee_goals {
    margin-bottom: 0;
}

.employee_goals_last .heading > th {
    padding: 13px 10px !important;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    border-right: 1px solid #e5e3ef;
    border-bottom: 1px solid #e5e3ef;
    z-index:2;
}

.gvCat {
    width: 100%;
}

table.gvGroup .NoRow td {
    background: #fff5f5;
    color: #c90e0e;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

.gvGroup {
    width: 100%;
}

.theInput {
    border: solid 1px green;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: -4px !important;
}

.theButton {
    border: solid 1px #c7c5c5;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    border-radius: 1px 2px;
    margin-left: -4px;
}

.addnewsidebar .checklabel {
    padding-left: 30px;
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

    .addnewsidebar .checklabel .checkboxdatalabel {
        position: absolute;
        left: 0;
        top: -3px;
        z-index: 1;
    }

.employee_goals_discription div {
    padding: 0 20px 0 25px;
}

.employee_goals > tbody > tr > td {
    vertical-align: top !important;
    position: relative;
}

body .masterInnerBody {
    overflow: hidden;
}

/*========================
	Employee Goals
==========================*/
.itemdesc:hover .dropdown-menu, .discitemdata:hover .dropdown-menu {
    display: block;
}

.employee_goals {
    width: 100%;
    background: #F0F3F7;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

    .employee_goals .heading > td {
        padding: 7px 10px 5px;
        font-family: 'Roboto';
        font-size: 14px;
        color: var(--headingcolor);
        font-weight: 500;
    }

    .employee_goals .heading td:first-child, .employee_goals > tbody > tr.lpadding > td:first-child, .employee_goals_discription .heading td:first-child, .employee_goals_discription > tbody > tr.lpadding > td:first-child {
        padding-left: 38px;
        position: relative;
    }

    .employee_goals .feather-minus-square, .employee_goals .feather-plus-square {
        position: absolute;
        left: 8px;
        top: 8px;
        cursor: pointer;
        font-size: 16px;
        color: var(--blackfontcolor);
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
    }

        .employee_goals .feather-minus-square.collapsed:before {
            content: "\e9b3";
        }

    .employee_goals > tbody > tr > td {
        padding: 0 12px 6px;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 400;
        color: #263238;
    }

        .employee_goals > .heading > th > ul, .employee_goals > tbody > tr > td > ul {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            column-gap: 20px;
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .employee_goals > .heading > th > ul > li:first-child, .employee_goals > tbody > tr > td > ul > li:first-child {
                position: relative;
                font-weight: 600;
                color: #0F4F92;
            }

                .employee_goals > .heading > th > ul > li:first-child:after, .employee_goals > tbody > tr > td > ul > li:first-child:after {
                    content: "-";
                    position: absolute;
                    right: -10px;
                    top: 0;
                    width: 1px;
                    height: 100%;
                    color: #263238;
                }

            .employee_goals > .heading > th > ul > li:last-child, .employee_goals > tbody > tr > td > ul > li:last-child {
                color: #000;
                font-weight: 400;
            }

    .employee_goals .heading > td:last-child ul li:after, .employee_goals tbody tr.lpadding td:last-child ul li:after {
        display: none;
    }

.employee_goals_discription {
    width: 100%;
    background: #eaf3ff;
    margin: 5px 0 0;
    border: 1px solid #ddd;
}

    .employee_goals_discription .heading > td {
        padding: 7px 10px 5px;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 600;
        color: #0F4F92;
        text-align: left;
    }

    .employee_goals_discription > tbody > tr > td {
        padding: 0 10px 6px;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 400;
        color: #263238;
        vertical-align: top;
    }

.employee_goals_last {
    width: 100%;
    background: #fff;
    margin: 0 0 5px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
    vertical-align: top;
}

    .employee_goals_last .heading > td {
        padding: 7px 10px !important;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 600;
        color: #263238;
        border-right: 1px solid #e5e3ef;
        border-bottom: 1px solid #e5e3ef;
    }

    .employee_goals_last > tbody > tr > td {
        padding: 7px 10px;
        font-family: 'Roboto';
        font-size: 13px;
        font-weight: 400;
        color: #263238;
        border-right: 1px solid #e5e3ef;
        border-bottom: 1px solid #e5e3ef;
    }

.feather-plus-square.employee_parent_view.open:before, .feather-plus-square.employee_child_view.open:before {
    content: '\e998';
}

.employee_goals .collapse.in {
    display: table-row !important;
    width: 100%;
}

.competency_grid li:after {
    display: none;
}

.competency_grid .action_button {
    /*display: flex;align-items:center;justify-content:center;column-gap: 5px;*/
    border-right: none;
    min-height: 40px;
}

    .competency_grid .action_button a {
        cursor: pointer;
    }

.competency_grid .gaction_list {
    top: 100%;
}

    .competency_grid .gaction_list:after, .competency_grid .gaction_list:before {
        right: 18px;
    }

    .competency_grid .gaction_list a {
        padding: 8px 8px !important;
    }

.competency_grid .employee_goals > tbody > .heading > td {
    width: 25%;
}

.competency_grid .employee_goals_last {
    border-top: 1px solid #ddd;
}

.employee_goals .heading td:first-child, .employee_goals > tbody > tr.lpadding > td:first-child {
    padding-left: 50px !important;
}

.employee_goals_discription .heading td:first-child {
    padding-left: 38px;
}

ul.gaction_button {
    display: flex;
    align-items: center;
    justify-content: center !important;
    column-gap: 12px !important;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative !important;
    transform: inherit !important;
    right: inherit !important;
    top: inherit !important;
}

    ul.gaction_button a {
        cursor: pointer;
        color: #263238;
    }

        ul.gaction_button a:hover {
            color: var(--headingcolor);
        }

.col-10 {
    width: 80px !important;
}

.col-40 {
    width: 40px !important;
}

.col-20 {
    width: 150px !important;
}

.employee_goals > tbody > tr > td > div {
    padding: 0 35px;
}

.h-min {
    background: #CCE7FD;
    border-radius: 5px;
    text-align: center;
    color: #2196F3;
    padding: 1px 8px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.h-expected {
    background: #e1c3ff63;
    border-radius: 5px;
    text-align: center;
    color: #966ac3;
    padding: 1px 8px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.h-max {
    background: #CDF3C6;
    border-radius: 5px;
    text-align: center;
    color: #006D23;
    padding: 1px 8px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.employee_goals_discription .targetevaluation {
    background: #fff;
    border: 1px solid #eaeaea;
    width: 407px;
    column-gap: 15px;
    padding: 15px;
    justify-content: space-between;
}

    .employee_goals_discription .targetevaluation div {
        padding: 0;
    }

.scroll-table > .scroll-element.scroll-x {
    bottom: 20px;
}

ul.gaction_button.editdelete {
    column-gap: 5px !important;
    justify-content: center !important;
}

.targetevaluation {
    column-gap: 15px;
    border: 1px solid #eaeaea;
    padding: 10px;
    justify-content: space-between;
    background:#fff;
}

.employee_goals_last .heading > th:nth-last-child(1) {
    width: 350px;
}

.uomdata span.spnname {
    margin-bottom: 5px;
    display: block;
}

body .gaction_button i {
    font-size: 16px !important;
}

.MainFilterBtn {
    display: none;
}



.m-0 {
    margin: 0px;
}

.filter .scrollbar-filter {
    height: calc(100vh - 150px) !important;
}

.filter .scroll-element.scroll-y {
    right: 5px !important;
}

.filter table.table-condensed {
    display: none;
}

.edit_template .empbox .employeedata > span {
    text-align: left;
}

.edit_template .panel {
    background: var(--whitebgcolor);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.edit_template .panel-body {
    padding: 10px 15px 0;
    display: flex;
    align-items: start;
}

.edit_template .panel-heading {
    background: transparent;
    padding: 0;
    border-bottom: none !important;
    box-shadow: none;
}

.edit_template .empbox {
    position: relative;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 65px;
}

    .edit_template .empbox .empicon {
        display: inline-block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        background: rgba(15, 79, 146, 0.1);
        border: 1px solid #0F4F92;
        border-radius: 8px;
        text-align: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 26px !important;
        letter-spacing: 0.1em;
        color: #0a3b7e;
        position: absolute;
        left: 0;
        top: 0;
    }

    .edit_template .empbox .employeedata > span {
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'Roboto',sans-serif;
    }

   




.edit_template .label_data {
    display: block;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    color: #8e8888;
    min-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
    margin-top:5px;
}

.topheadright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}



.itemdesc .gicon i {
    padding-top: 4px;
}

.discitemdata {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
}

.itemdesc .dropdown-menu:after, .itemdesc .dropdown-menu:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
}

.itemdesc .dropdown-menu:after {
    top: -25px;
    border: 12px solid transparent;
    border-bottom-color: #eee;
}

.itemdesc .dropdown-menu:before {
    top: -23px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}



.itemdesc .dropdown-menu li, .tagsview li span {
    color: var(--headingcolor);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 4px 5px;
    margin-left: 8px;
}

/*.itemdesc a {
    display: inline-block;
    padding: 0 !important;
}*/

.itemdesc .dropdown-menu li h2 {
    margin: 0;
    font: 500 14px/20px 'Roboto';
    color: var(--headingcolor);
    display: block;
}

.itemdesc .dropdown-menu li p {
    margin: 0;
    font: 400 12px/18px 'Roboto';
    color: var(--blackfontcolor);
    text-align:left;
}

.label_head0 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #263238;
    white-space: initial;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 0;
}

#tblReviewer .label {
    width: auto;
    max-width: max-content;
    font-weight: 400 !important;
    padding: 4px 6px !important;
}

.ginnerscroll.addcatmodal {
    max-height: 400px;
}
body .tablescrollbar.indipcat {
    height: auto !important;
}
.label-default {
    background-color: #fff2da;
    color: #ffb21d;
}
.label_head {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 20px;
    color: #263238;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.vmodalrating .modal-header {
    display: flex;
}
.vmodalrating .filterbutton {
    margin-left:auto;
}
.vmodalrating .modal-body {
    background: #fff;
}
/*.rattingdrop:hover .dropdown-menu {
    display: block;
}*/
.label_headtrim {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px;
    color: #263238;
    white-space: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 0;
}

.label_head.unbold {
    font-weight: 400 !important;
}

.calender-main input {
    background-image: url(../images/calendar.svg);
    background-position: 98% 48%;
    background-repeat: no-repeat;
}


body .scroll-table table.table tr th, body table.gtable tr th {
    top: 0 !important;
}

.calender-main {
    background: url(../images/calendar.svg);
}

.pendinginfo a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 5px;
}

    .pendinginfo a i {
        font-size: 16px !important;
    }

.MainFilterBtn {
    display: none;
}

.form-control.rcontrol {
    background: transparent;
    height: 50px !important;
    margin-bottom: 0;
}

.showCallOut {
    position: relative;
    cursor: pointer;
}

.callOut {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 250px;
    box-shadow: #c5c5c5 0px 0px 5px;
    display: none;
}

.showCallOut:hover .callOut {
    display: block;
}

.callOut > div {
    border-bottom: dashed 1px #e6e6e6;
}

.table th[rowspan="2"] {
    /*background:#000 !important;*/
    width: 195px;
    text-align: center;
}
/*.table th {
            border:0px !important;
        }*/
.table {
    border-collapse: separate !important;
}


.tableWrap tr th {
    position: sticky;
    top: -9px;
    z-index: 1;
}

.tableWrap tr.ndTrTh2 th {
    position: sticky;
    top: 26px !important;
    border-top: 0px;
    z-index: 1;
}

/*.frmLbl {
    width: 190px !important;
    padding-right: 10px;
}*/

    .frmLbl label {
        margin-bottom: 0px !important;
    }

/*.frmTxtBx {
    width: calc(100% - 190px) !important;
    color: #015aa0 !important;
}*/

.errBorder {
    border: 1px solid red;
}

.ratingHover, .InstructionsHover {
    position: absolute;
    width: 600px;
    background: #fff;
    display: none;
    right: 0px;
    z-index: 9999;
    top: 34px;
    right: 0px;
    border: 1px solid #e5e9f2;
    box-shadow: 0 3px 12px 1px rgb(44 55 130 / 15%);
}

    .InstructionsHover ul {
        color: #000;
        font-weight: normal;
        line-height: 24px;
    }

.panel-primary > .panel-heading {
    background: #0F4F92;
}

.InstructionsHover .panel {
    border: none;
}

.ratingHover .panel, .InstructionsHover .panel {
    margin: 0px !important;
}

.ratingHover .panel-body, .InstructionsHover .panel-body {
    max-height: 400px;
    overflow: auto;
}

.btnShowRate, .BtnInstructions {
    white-space: unset !important;
}

    .btnShowRate:hover .ratingHover, .BtnInstructions:hover .InstructionsHover {
        display: block !important;
        /*top: 36px;
            right: 0px;*/
        z-index: 99999;
    }

.textarea1 {
    resize: none;
}

td.CurrentReviewer, th.CurrentReviewer {
    background-color: #b0daff !important;
}



.table tr th.leftHeadingTbl {
    background: #f5f5f5 !important;
}

.table tr td.leftHeadingTbl {
    background: #f5f5f5 !important;
    font-weight: 600 !important;
}

.tblRatings tr th {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 1px #dddddd solid !important;
    border-bottom: 1px #dddddd solid !important;
}

.tblRatings tr td {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 1px #dddddd solid !important;
    border-bottom: 1px #dddddd solid !important;
}

.tblRatings tr:nth-last-child(1) td {
    border-bottom: 0px !important;
}

.OverallRating {
    background: #e1f5fe;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

    .OverallRating h3 {
        margin: 0px;
    }

.ratingTbl {
    width: 70%;
}

.table tr th.currentRV, .table tr td.currentRV {
    background: #f4fbff !important;
}

.tableEditIcon {
    display: inline-block;
    color: #04a6d7;
    cursor: pointer;
}

:root {
    --whitefontcolor: #ffffff;
    --whitebgcolor: #ffffff;
    --headingcolor: #0f4f92;
    --blackfontcolor: #000000;
    --lightgreycolor: #9c9c9c;
    --lightblackcolor: #3d3b3b;
    --headingcolor: #0f4f92;
    --blackfontcolor: #000000;
    --lightgreycolor: #9c9c9c;
    --lightblackcolor: #3d3b3b;
    --bluecolor: #0a3b7e;
    --activecolor: #042758;
    --skyblue: #09bef3;
    --skyhoverblue: #07aedf;
    --greencolor: #26AC46;
    --greenhovercolor: #179b37;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none !important;
}

.m-2 {
    margin: 15px 0 0;
}

.border-bottom-0 {
    border-bottom: none !important;
}

.gflex {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    column-gap: 20px;
}

.pending, .assessment, .inProcessReview, .submitted, .evaluated, .Expired, .Draft, .gdate {
    font-size: 11px;
    border-radius: 4px;
    padding: .3rem .5rem;
    display: inline-block;
    margin-bottom: 5px;
}

.reviewername {
    display: inline-block;
    padding: 5px;
    background: #ddf6f8;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
}

.percentagedta {
    display: inline-block;
    background: #faebc3;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 0 0;
}

.gdate {
    color: #b736f4;
    background: #f7e5ff;
}

.pending {
    color: #ffa902;
    background: #fff2da;
}

.assessment {
    color: #006d23 !important;
    background: #cdf3c6;
}

.inProcessReview {
    color: #2196f3;
    background: #cce7fd;
    display: flex;
    width: max-content;
}

.submitted {
    color: #ed145b !important;
    background: #ffcede;
}

.evaluated {
    color: #7910e2;
    background: #e1c3ff;
}

.Expired {
    color: #333;
    background: #dadada;
}

.Draft {
    color: #1fa78e;
    background: #abfff0;
}

.toggleBox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block
}

    .toggleBox input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px
    }

    .toggleBox span input[type=checkbox] {
        opacity: 1;
        left: 0;
        width: auto;
        height: auto
    }

    .toggleBox input[type=checkbox] + label {
        content: "";
        display: inline-block;
        position: relative;
        width: 30px;
        height: 12px;
        background-color: #818181;
        border-radius: 15px;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        -webkit-transition: background .3s;
        transition: background .3s;
        vertical-align: middle;
        margin: 0 6px;
        cursor: pointer
    }

        .toggleBox input[type=checkbox] + label:before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 17px;
            height: 17px;
            background-color: #f1f1f1;
            border-radius: 21px;
            box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
            left: -5px;
            top: -3px;
            -moz-transition: left .3s,background .3s,box-shadow .1s;
            -o-transition: left .3s,background .3s,box-shadow .1s;
            -webkit-transition: left .3s,background .3s,box-shadow .1s;
            transition: left .3s,background .3s,box-shadow .1s
        }

    .toggleBox input[type=checkbox]:checked + label:before {
        background-color: #26a69a;
        left: 17px
    }

    .toggleBox span:before {
        background-color: #26a69a;
        z-index: 9999;
        left: 25px
    }

    .toggleBox input[type=checkbox] + label:after {
        content: attr(data-off);
        position: absolute;
        right: -12px;
        white-space: nowrap;
        text-transform: uppercase;
        top: -3px;
        background: #f5f5f5;
        padding: 0 8px;
        border-radius: 5px;
        color: #818181;
        -moz-transition: left .3s,background .3s,box-shadow .1s;
        -o-transition: left .3s,background .3s,box-shadow .1s;
        -webkit-transition: left .3s,background .3s,box-shadow .1s;
        transition: left .3s,background .3s,box-shadow .1s;
        -moz-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        transform: translate(100%,0);
        font-size: 12px;
        font-weight: 500;
        font-family: 'Roboto',sans-serif;
        padding: 4px;
    }

    .toggleBox input[type=checkbox]:checked + label:after {
        content: attr(data-on);
        color: #26a69a
    }

    .toggleBox input[type=checkbox]:checked + label {
        background-color: #80cbc4
    }

    .toggleBox input[type=checkbox] + label {
        width: 48px;
        height: 20px;
        background-color: transparent;
        border: 2px solid #dbdfea;
        margin: 0;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font: 500 12px 'Roboto',sans-serif;
    }

        .toggleBox input[type=checkbox] + label:before {
            left: 2px;
            top: 0;
            box-shadow: none;
            background: #dbdfea;
            border-color: #dbdfea;
            transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            width: 15px;
            height: 15px;
        }

    .toggleBox input[type=checkbox]:checked + label {
        background-color: #0a3b7e;
        border-color: #0a3b7e;
        box-shadow: inset 0 1px 1px rgb(16 25 36 / 8%);
    }

        .toggleBox input[type=checkbox]:checked + label:before {
            background-color: #fff;
            left: inherit;
            right: 2px;
            top: 0;
        }
.swichrolehr.toggleBox input[type=checkbox]:checked + label {
    background: transparent;
    box-shadow: none;
}
/********* Page Header *************/
.margin-25 {
    margin: 0 -20px !important;
}

.no-margin {
    margin: 0 !important;
}

.pageHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px !important;
    background: #eaf0f7;
    padding: 10px 18px;
    min-height: 55px;
}

    .pageHead h4 {
        font-size: 20px;
        font-weight: 600;
        color: var(--headingcolor);
        margin: 0;
        display: flex;
        align-items: center;
    }

        .pageHead h4 select {
            width: 250px !important;
            margin-bottom: 0;
            margin-left: 20px;
        }

.pageheader p {
    font-size: 16px;
    font-weight: 400;
    color: var(--blackfontcolor);
    margin: 5px 0 15px 0;
    font-family: 'Roboto',sans-serif;
}

.pageheader .pagebutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    margin-bottom: 10px;
}

.pageHead .pageheader .pagebutton {
    margin-bottom: 0;
}

.pageheader a, .pageheader .greencolor, .pageheader .greset, .infobutton, .greencolor, .copyevent, .bluecolor {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    padding: 8px 15px;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: var(--whitefontcolor);
    border-radius: 5px;
    box-shadow: none;
    text-transform: capitalize;
    width: auto;
    height: 35px;
    outline: none;
}

body .pageheader .greset {
    color: #d43f3a;
}

    body .pageheader .greset:hover {
        color: var(--whitefontcolor);
    }

.pageheader .greencolor:focus, .greencolor:focus {
    outline: none;
    text-decoration: none;
}

.pageheader a:hover, .pageheader .greencolor {
    color: var(--whitefontcolor);
}

.pageheader a i {
    font-size: 20px !important; /*width: 20px;height: auto;*/
}

    .pageheader a i img {
        width: 100%;
    }

.pageheader a.skyblue {
    background: #e6f8fe;
    border-color: var(--skyblue);
    color: var(--skyblue);
}

    .pageheader a.skyblue:hover {
        background: var(--skyhoverblue);
        color: var(--whitefontcolor);
    }

a.bluecolor, .infobutton {
    background: #e7edf4;
    border-color: var(--bluecolor);
    color: var(--bluecolor);
}

.pageheader .infobutton {
    color: var(--bluecolor);
}

a.bluecolor:hover, .infobutton:hover {
    background: var(--bluecolor);
    border-color: var(--bluecolor);
    color: var(--whitefontcolor);
}

a.bluecolor i, .infobutton i {
    font-size: 18px;
}

.pageheader a.greencolor, .pageheader .greencolor, .greencolor {
    background: var(--greencolor);
    border-color: var(--greencolor);
}

.copyevent {
    background: rgba(10, 201, 109, 0.1);
    border: 1px solid #0AC96D;
    color: #0AC96D !important;
}

    .copyevent:hover {
        color: var(--whitebgcolor) !important;
        background: #0AC96D;
    }

        .copyevent:hover img, .bluecolor:hover img {
            filter: invert(99%) sepia(93%) saturate(0%) hue-rotate(162deg) brightness(200%) contrast(100%);
        }

.pageheader .select_competency {
    background: var(--greencolor) !important;
    border-color: var(--greencolor) !important;
    color: var(--whitefontcolor) !important;
    padding: 10px 15px !important;
    height: auto !important;
    line-height: inherit !important;
}

    .pageheader .select_competency:hover {
        background: var(--greenhovercolor) !important;
    }

    .pageheader a.greencolor:hover, .pageheader .greencolor:hover, .pageheader .select_competency:hover, .greencolor:hover {
        background: var(--greenhovercolor);
        color: var(--whitefontcolor);
    }

.pageheader a.bluecolor:hover {
    background: var(--activecolor);
    color: var(--whitefontcolor);
}
.selectmain textarea {
    margin-top: 10px !important;
}

a.helpbutton {
    background: #d9f3d2;
    border: 1px solid #33bd0f;
    color: #33bd0f;
    box-shadow: none;
    border-radius: 4px;
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    position: relative;
    padding: 0;
    display: inline-block;
    cursor: pointer
}

    a.helpbutton:hover {
        background: #33bd0f;
        color: var(--whitefontcolor);
    }

    a.helpbutton i {
        font-size: 18px !important;
    }

.recordsdata {
    column-gap: 10px;
}

    .recordsdata > div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0 0;
        background: transparent;
        color: var(--headingcolor);
        border-right: 1px solid #ccc;
    }

        .recordsdata > div:last-child {
            border-right: none;
        }

        .recordsdata > div, .recordsdata > div > span, .recordsdata > div label {
            font: 500 14px 'Roboto',sans-serif;
            white-space: nowrap;
        }

            .recordsdata > div label {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                column-gap: 15px;
            }

    .recordsdata select {
        margin-left: 10px;
        margin-right: 15px;
        margin-bottom: 0;
        /*width: 260px !important;*/
        height: 30px !important;
        padding: 0 11px !important;
    }
.actionbuttons ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #eaf0f7;
    border-radius: 30px;
    color: var(--headingcolor);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    padding: 5px 7px 5px 10px;
    position: relative;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 0 0 5px;
}

        .recordsdata select:focus {
            outline: none;
        }

body .recordsdata select.pagin {
    width: auto !important;
}

body .recordsdata .toggleChkbox {
    margin: 0;
}

.statusTab {
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    line-height: initial;
    max-width: 100%;
    display: inline-block;
    background: transparent; /*overflow-x: auto;white-space: nowrap;*/
    margin: 10px 0;
    position: relative;
}
    /*.statusTab:after{content: "";position: absolute;right: -42px;bottom: 0;width: 0;height: 0;border: 21px solid rgba(0,0,0,0.4);z-index: 1;}*/
    .statusTab::-webkit-scrollbar {
        height: 4px
    }

    .statusTab::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .statusTab::-webkit-scrollbar-thumb {
        background: #1ca1da;
    }

    .statusTab li {
        margin: 0 !important;
    }

        .statusTab li a {
            display: block;
            position: relative;
            padding: 12px 15px 12px 30px;
            background: var(--whitebgcolor) !important;
            color: #676565;
            border: none !important;
            border-radius: 0;
            margin-right: 0;
        }

        .statusTab li:first-child a {
            padding: 12px 15px !important;
        }

        .statusTab li.active a {
            background: var(--bluecolor) !important;
            color: #fff;
        }

            .statusTab li.active a:hover {
                color: #fff;
            }

        .statusTab li a {
            position: relative;
            background: white;
        }

        .statusTab li:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 22px solid white;
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

        .statusTab li:before {
            content: "";
            position: absolute;
            right: -42px;
            bottom: 0;
            width: 0;
            height: 0;
            border: 21px solid transparent;
            z-index: 1;
        }

        .statusTab li a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 22px solid rgba(0,0,0,0.4);
            border-top: 22px solid transparent;
            border-bottom: 22px solid transparent;
        }

        .statusTab li:first-child:after, .statusTab li:first-child:before, .statusTab li:first-child.active:after, .statusTab li:first-child.active:before {
            display: none;
        }

        .statusTab li a:before {
            content: "";
            position: absolute;
            right: -42px;
            bottom: 0;
            width: 0;
            height: 0;
            border: 21px solid transparent;
            z-index: 1;
        }

        .statusTab li.active a:before {
            border-left-color: var(--bluecolor);
        }

        .statusTab li:first-child a:after /*,.statusTab li:last-child a:before*/ {
            display: none;
        }

        .statusTab li.active:last-child a:before {
            display: inline-block;
        }

        .statusTab li:last-child:before {
            right: -42px;
            border-left: 21px solid #fff;
        }

.search_button {
    background: rgba(254, 203, 3, 0.1);
    border: 1px solid #fecb03;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
}

    .search_button i {
        font-size: 20px;
        color: #fecb03;
    }

    .search_button:hover {
        background: #fecb03;
    }

        .search_button:hover i {
            color: var(--whitefontcolor);
        }

.searchbox {
    background: rgba(254, 203, 3, 0.05);
    border: 1px solid #fecb03;
    border-radius: 4px;
    padding: 0 35px 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    position: relative;
}

.searchbox {
    display: flex;
}

    .searchbox .theInput {
        padding: 0;
        border: none;
        background: transparent;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .searchbox .Applicantselect {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        box-shadow: none;
        width: auto;
    }

    .searchbox .theButton {
        background: #f9ebcb url("../Images/menu_icon/search.png") no-repeat center;
        border: none;
        width: 35px;
        height: 35px;
    }

.edit_template .empbox .employeedata > span {
    text-align: left;
}

.edit_template .panel {
    background: var(--whitebgcolor);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.edit_template .panel-body {
    padding: 10px 15px 0;
    display: flex;
    align-items: start;
}

.edit_template .panel-heading {
    background: transparent;
    padding: 0;
    border-bottom: none !important;
    box-shadow: none;
}

.edit_template .empbox {
    position: relative;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 65px;
}

    .edit_template .empbox .empicon {
        display: inline-block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        background: rgba(15, 79, 146, 0.1);
        border: 1px solid #0F4F92;
        border-radius: 8px;
        text-align: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 26px !important;
        letter-spacing: 0.1em;
        color: #0a3b7e;
        position: absolute;
        left: 0;
        top: 0;
    }

    .edit_template .empbox .employeedata > span {
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'Roboto',sans-serif;
    }

.employee_name .label {
    white-space: inherit;
}

.edit_template .empbox .employeedata > span.employee_code {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #0f4f92;
}


/*.dropdown.itemdesc{z-index:1;}*/

.topheadright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
/*========================
	Joinee List
==========================*/
.ratingTbl {
    width: 100%;
}

    .ratingTbl tr td {
        border: none !important;
    }

.joinee_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 20px;
    margin: 20px 0;
    padding: 0;
}

    .joinee_list li {
        display: block;
    }

    .joinee_list a {
        display: block;
        cursor: default;
        background: var(--whitebgcolor);
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        padding: 30px 0 15px;
        text-align: center;
        width: 250px;
        position: relative;
    }

        .joinee_list a.min-hgh {
            min-height: 240px;
        }

    .joinee_list span {
        display: block;
    }

    .joinee_list .date_data {
        font-size: 10px;
        line-height: 16px;
        color: #093679;
        position: absolute;
        left: 15px;
        top: 10px;
        padding-left: 15px;
    }

        .joinee_list .date_data:after {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            width: 9px;
            height: 9px;
            background: #093679;
            border-radius: 50%;
        }

    .joinee_list .name {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Roboto';
        font-style: normal;
        line-height: 24px;
        color: var(--lightblackcolor);
    }

    .joinee_list .post {
        font-size: 10px;
        line-height: 16px;
        color: var(--bluecolor);
        display: inline-block;
        padding: 5px 15px;
        background: rgba(9, 54, 121, 0.1);
        border-radius: 50px;
        margin-top: 5px;
    }

    .joinee_list .department {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        line-height: 16px;
        color: var(--lightgreycolor);
    }

        .joinee_list .department > div {
            padding: 10px 10px 0;
            position: relative;
        }

    .joinee_list .percentage {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        color: #24CB4B;
        margin-bottom: 10px;
    }

    .joinee_list .gflex {
        column-gap: 20px;
        justify-content:center;
    }

    .joinee_list .red {
        color: #E3351E;
    }

    .joinee_list .warning {
        color: #FF8C21;
    }

    .joinee_list br {
        display: none;
    }

    .joinee_list span.percentagecrt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        column-gap: 10px;
        padding: 15px 15px 8px;
        font-size: 16px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        color: #000;
    }
/*========================
    Form Preview
==========================*/
.gtablepreview {
    border-spacing: 0 !important;
    margin-bottom: 20px !important;
}

table.gtablepreview.table tr th {
    top: 0 !important;
    z-index: 2 !important;
    vertical-align: middle !important;
}
/*.gtablepreview [colspan="4"] {opacity: 0;padding: 0;}*/
.gtablepreview td.gheadblue, .gtablepreview td.gheadblue ~ td {
    border-bottom: none !important;
    border-left: none !important;
}

.gtablepreview .gheadblue, .rowspanTD span {
    color: var(--bluecolor);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
}
.RemarksReviews table {
    border-spacing: 0 !important;
}

.table-responsive table.gtablepreview tr:first-child th.thMiddel:first-child {
    padding-bottom: 0;
}

.table-responsive table.gtablepreview th.thMiddel {
    vertical-align: middle !important;
    width: auto !important;
    vertical-align: bottom !important;
    border-bottom: none !important;
}
/*.gtablepreview th.thMiddel span {display: inline-block;padding: 0 5px;}*/
.gtablepreview td.rowspanTD {
    background-color: #f4faff !important;
}

.gtablepreview .CompetencyTD, table.table .CompetencyTD ~ td {
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none !important;
    border-top: none !important;
    padding: 15px;
    vertical-align: top !important;
}



.gtablepreview .blockElement.italic {
    color: #595959;
    font-style: normal;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

.gtablepreview .gflex {
    justify-content: flex-start;
    column-gap: 10px;
}

.gtablepreview .font-normal {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #595959;
}

.gtablepreview .gdisable {
    background: transparent;
    border: none;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    color: #263238;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    resize: none;
}

table.gtablepreview tr.gborder td {
    border-bottom: 1px solid #dbdae1 !important;
}

    table.gtablepreview tr.gborder td:first-child {
        border-left: 1px solid #dbdae1 !important;
    }

    table.gtablepreview tr.gborder td:last-child {
        border-right: 1px solid #dbdae1 !important;
    }

.gtablepreview .WeightageBox {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.datatableheader > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background: #f7f7f7;
    color: var(--headingcolor);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.05);
    min-height: 45px;
}

.datatableheader .showRcrd {
    order: 2;
    margin-left: 20px;
}

.datatableheader .rcrdCount {
    margin-left: 0;
}

#ScaleTable tr td > input#txtScore {
    width: 50px !important;
}

#ScaleTable tr td {
    padding: 8px 8px;
}

    #ScaleTable tr td:nth-child(4n), #ScaleTable tr td:nth-child(5n), #ScaleTable tr td:nth-child(6n), #ScaleTable tr td:nth-child(7n) {
        text-align: center;
    }

    #ScaleTable tr td:nth-child(9n) {
        text-align: center;
    }

    #ScaleTable tr td:nth-child(4n) input, #ScaleTable tr td:nth-child(5n) input, #ScaleTable tr td:nth-child(6n) input, #ScaleTable tr td:nth-child(7n) input {
        display: inline-block;
    }

    #ScaleTable tr td > textarea {
        width: 100% !important;
    }

body.addnewsidebaropen table.table tr th {
    z-index: 0;
}

table.table {
    border: none !important;
    border-spacing: 0 5px;
    border-collapse: separate !important;
    margin: 0;
    width: 100%;
}

    table.table tr:nth-last-child(even) {
        background: transparent !important;
    }

    table.table tr th {
        background: #f0f3f7 !important;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 20px;
        font-family: 'Roboto';
        color: var(--headingcolor) !important;
        padding: 12px 20px;
        border-top: 1px solid #e5e3ef !important;
        border-bottom: 1px solid #e5e3ef;
        position: sticky !important;
        top: 0;
        z-index: 2;
        white-space: nowrap;
    }

body.filteropen table.table tr th {
    z-index: 0;
}

table.table tr td {
    border-top: 1px solid #e5e3ef;
    border-bottom: 1px solid #e5e3ef;
    padding: 8px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: var(--lightblackcolor);
}

table.table.table-striped > tbody > tr:nth-child(odd) > td {
    background: transparent;
}
/*table.table tr th:first-child{padding-left: 5px;}*/
table.table tr th:first-child, table.table tr td:first-child {
    border-left: 1px solid #e5e3ef !important;
    padding-left: 10px !important;
}

table.table tr th:last-child {
    border-right: 1px solid #e5e3ef;
}

table.table tr td:first-child {
    padding-left: 10px;
}



/*table .pagination-ys table {
    margin: 0;
    display: inline-block;
}*/
.bottom-pagination table tr td:first-child {border: none !important;}
tr.bottom-pagination td table tr td:last-child {border: none !important;}

    table .pagination-ys table > tbody > tr > td, table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
        position: relative;
        border: none !important;
        background: transparent !important;
        padding: 0;
    }

        table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
            margin: 0;
        }

            table .pagination-ys table > tbody > tr > td > span:hover, table .pagination-ys table > tbody > tr > td > a:hover {
                color: var(--activecolor);
                background: transparent !important;
            }

        table .pagination-ys table > tbody > tr > td > span, table .pagination-ys table > tbody > tr > td > a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            box-shadow: none;
            border-radius: 4px;
            cursor: pointer;
            position: relative;
            color: var(--blackfontcolor) !important;
            background: transparent;
        }

            table .pagination-ys table > tbody > tr > td > span:after, table .pagination-ys table > tbody > tr > td > a:after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 3px;
                transform: translateX(-50%);
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: var(--bluecolor);
                opacity: 0;
                transition: all 200ms ease;
            }

            table .pagination-ys table > tbody > tr > td > span:after, table .pagination-ys table > tbody > tr > td > a:hover:after {
                opacity: 1;
            }

table .pagination-ys td {
    border: none !important;
}

.rcrdCount {
    display: inline-flex;
}

.showRcrd {
    overflow: auto;
}

.flexRow.datatableheader {
    justify-content: flex-end;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}
.dataTables_wrapper > div{display:block; padding-right:0px;}
.modalfilter label {
    margin-bottom: 0;
    margin-top: 15px;
}
.selecteduser ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #eaf0f7;
    border-radius: 30px;
    color: var(--headingcolor);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    margin-right: 8px;
    position: relative;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.05);
    margin: 0 0 5px;
    width: max-content;
}
.tblDecimal label.labeldata, .tblDate label.labeldata {
    padding: 5px;
}
.target-inner-td table tr td:last-child {
    border-left: none !important;
}
.action_button i.feather {
    font-size: 12px !important;
    cursor: pointer;
    margin-left: 8px;
}
div.dataTables_wrapper div.dataTables_length select {
    margin: 0 !important;
}

.dataTables_paginate .pagination {
    float: initial;
    padding-right: 0;
}
.dataTables_paginate {
    width: 100%;
    margin-bottom: 30px;
}
.dataTables_paginate span a {
        padding: 0px 10px;
}
.ginnerscroll.reviewertable {
    max-height: 300px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    height: auto;
    padding: 8px 5px 8px 10px;
}

table.table a.action_icon {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    table.table a.action_icon i {
        font-size: 22px !important;
        line-height: 18px;
        color: var(--bluecolor);
    }

    table.table a.action_icon:after {
        position: absolute;
        z-index: -1;
        height: 20px;
        width: 20px;
        top: 54%;
        left: 54%;
        transform: translate(-54%, -54%);
        transform-origin: 50% 50%;
        content: "";
        background-color: #e5e9f2;
        border-radius: 50%;
        opacity: 0;
        transition: all .3s;
    }

    table.table a.action_icon:hover:after {
        opacity: 1;
        height: 120%;
        width: 120%;
    }

.gaction_list a .feather {
    position: absolute;
    left: 8px;
    top: 15px;
    background: transparent;
    color: var(--blackfontcolor);
    font-size: 20px !important;
}

    .gaction_list a .feather img {
        width: 24px;
        margin-top: -10px;
    }

.gaction_list a:hover {
    background: rgb(240, 243, 247) !important;
    color: var(--activecolor) !important;
}

    .gaction_list a:hover i {
        color: var(--activecolor) !important;
    }

.pagebutton .gaction_list {
    z-index: 99;
}

    .pagebutton .gaction_list > a {
        padding: 15px 10px 35px 35px !important;
        border-radius: 0;
    }
/*.table tr td:last-child, .table tr th:last-child{padding-right: inherit !important;}*/
.gaction_list {
    min-width: 180px;
    box-shadow: none;
    border-radius: 4px;
    background: var(--whitebgcolor);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    z-index: 9;
}

.gaction_list {
    top: 50px;
    margin: 0;
    padding: 0;
    right: 0;
    left: initial;
}

    .gaction_list:after, .gaction_list:before {
        content: "";
        position: absolute;
        right: 25px;
    }

.evaluation .gaction_list:after, .evaluation .gaction_list:before {
    right: 25px;
}

.gaction_list:after {
    top: -25px;
    border: 12px solid transparent;
    border-bottom-color: #eee;
}

.gaction_list:before {
    top: -23px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.gaction_list a {
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    padding: 15px 10px 15px 35px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: var(--lightblackcolor);
    position: relative;
    display: block !important;
    text-align: left !important;
    cursor: pointer;
}

.gaction_list li:last-child a {
    border-bottom: none !important;
}

.gstatus.glistdata .gaction_list:after, .gstatus.glistdata .gaction_list:before {
    right: 3px;
}

.gstatus .gaction_list ul {
    overflow-y: auto;
    height: 200px;
}

.gstatus .gaction_list:after, .gstatus .gaction_list:before {
    right: 35px;
}

.gstatus .gaction_list:after, .gstatus .gaction_list:before {
    right: 35px;
}

.gstatus .gaction_list:before {
    border-bottom-color: #f6f6f6;
}

.gstatus .gaction_list a {
    padding: 10px 8px !important;
}

.gstatus .gaction_list li.grpTitle {
    padding: 8px 10px;
    background: #f6f6f6;
}

.processgrid .gaction_list:after, .processgrid .gaction_list:before {
    right: 20px;
}


.form-control.txtTarget, .form-control.cmbscale {
    width: 100%;
    display: inline-block;
    max-width: 300px;
}

.filesAttached li a {
    display: block;
    color: #909090;
    text-decoration: underline;
    border: solid 1px #e6e6e6;
    padding: 8px 15px;
    font-size: 12px;
}

.ratingHover, .InstructionsHover {
    width: 340px;
}

.itemdesc .gicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
}

    .itemdesc .gicon:hover, .itemdesc.open .gicon {
        background: var(--bluecolor);
        color: var(--whitefontcolor);
    }

        .itemdesc.open .gicon i.fa-angle-double-right:before {
            content: "\f103";
        }



.discitemdata {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
}

/*.itemdesc .dropdown-menu:after, .itemdesc .dropdown-menu:before {
    content: "";
    position: absolute;
    left: inherit;
    transform: inherit;
    right: 30px;
}

.itemdesc .dropdown-menu:after {
    top: -25px;
    border: 12px solid transparent;
    border-bottom-color: #eee;
}

.itemdesc .dropdown-menu:before {
    top: -23px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.itemdesc .dropdown-menu {
    padding: 0;
    left: inherit;
    right: -30px;
    top: 40px;
    min-width: 330px;
}*/

    .itemdesc .dropdown-menu li, .tagsview li span {
        color: var(--headingcolor);
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding: 4px 5px;
        margin-left: 8px;
    }

/*.itemdesc a {
    display: inline-block;
    padding: 0 !important;
    z-index: 0;
}*/

.itemdesc .dropdown-menu li h2 {
    margin: 0;
    font: 500 14px/20px 'Roboto';
    color: var(--headingcolor);
    display: block;
}

.itemdesc .dropdown-menu li p {
    margin: 0;
    font: 400 12px/18px 'Roboto';
    color: var(--blackfontcolor);
}

.label_head0 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #263238;
    white-space: initial;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 0;
}



.label_headtrim {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #263238;
    white-space: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 0;
}


.label_headtrim.unbold {
    font-weight: 400;
    font-style: italic;
}

.gtablepreview {
    overflow-x: auto;
}

ul.filesAttached {
    width: 100%;
}

.filesAttached li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

ul.filesAttached li a {
    width: 175px;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 5px 40px 5px 35px;
    text-align: left;
    position: relative;
    color: #0a3b7e;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    ul.filesAttached li a i {
        position: absolute;
        left: 10px;
        top: 10px;
        font-size: 16px;
        color: #0a3b7e;
    }

.filesAttached li .btn {
    border-radius: 0px !important;
    /*position: absolute;*/
    right: 4px;
    width: auto;
    height: auto;
    top: 1px;
    background: #d43f3a;
    padding: 0;
}

.gpanel .panel {
    border: 1px solid rgba(9, 54, 121, 0.1);
    box-shadow: none !important;
}
.viewreviews-head .gaction_list {
    padding: 15px;
    width: 245px;
}

.gpanel .panel-heading {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #263238;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(9, 54, 121, 0.1);
    padding: 8px 20px;
    background: #f5f5f5;
    background-image: none !important;
}

    .gpanel .panel-heading .titleTxt {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

.form-control.rcontrol {
    background: #eee;
    height: 50px !important;
    margin-bottom: 0;
}

.errBorder {
    border: 1px solid red !important;
    height: 60px;
    background: #ffdede;
}

    .errBorder td {
        border: none !important;
    }

.selectmain .dropdown a {
    font-size: 12px;
    z-index: 0;
}

.selectmain .dropdown {
    display: flex;
    text-align: right;
    float: right;
}

.errBorder + span.select2.select2-container {
    border: 1px solid red;
}

.selectmain .dropdown-menu td {
    text-align: left;
}

.selectmain {
    position: relative;
    max-width: 300px;
    margin-bottom: 10px;
}

    .selectmain .dropdown-menu {
        overflow: auto;
        max-height: 300px;
        width: 357px;
        padding: 0px 5px 5px 5px;
        left: auto;
        right: 0px;
    }

.width-auto {
    width: auto !important;
}

textarea {
    resize: none;
}

.reviewer-label {
    padding: 3px 11px;
    margin-top: 7px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.divTargetg {
    width: 475px;
}

    .divTargetg .gflex {
        align-items: baseline;
    }

.suggestions-taxtarea textarea {
    width: 250px;
}

/*.goals-td textarea {
    width: 200px;
}*/

.reattype-dropdown, .bsccategory-dropdown {
    width: 106px !important;
}

.targetgl .gflex {
    display: block;
}

.targetgl tbody {
    display: block;
}

    .targetgl tbody tr:nth-child(1) {
        width: 100%;
    }

        .targetgl tbody tr:nth-child(1) td {
            width: 33.33%;
        }

.targetgl .flex_txt tbody {
    display: block;
}

    .targetgl .flex_txt tbody tr:nth-child(1) {
        margin-bottom: 6px;
    }

.Main_Panel .Panel_body .form_control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remarkform .form_control {
    min-height: 40px;
    height: auto;
    white-space: normal !important;
}

.goals-td textarea {
    /*width: 258px;*/
    height: 89px;
}
 .reviewertable table {
    width: 100% !important;
}

.targetevaluation {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 10px;
    line-height: 28px;
    justify-content: space-between;
}
.timeline-des table.table th {
    z-index: 2;
}

.employee_goals_last .targetevaluation{width:300px; margin:0px auto;}
.actionbuttons {
    display: flex;
    justify-content: center;
}
.selecteduser {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.targetevaluation span {
    font-weight: 400;
}

.breadcrumbSection {
    width: auto;
    z-index: 1 !important;
    position: relative;
}


.PMSmenus {
    position: relative;
    z-index: 2;
}

.height-all-size {
    height: auto;
    overflow-y: hidden;
}

.topheadright {
    margin-bottom: 15px;
}

.gpanel .panel {
    padding: 0 !important;
}

.scroll-table > .scroll-element.scroll-x {
    bottom: 20px;
}

.relativePos {
    min-width: 40px !important;
    padding: 5px;
}

.joinee_list .gicon {
    display: none;
}

.CalculateRating {
    background: var(--bluecolor) !important;
    color: var(--whitefontcolor) !important;
    padding: 6px 20px;
    height: auto;
}

.edit_template .empbox .employeedata > span.employee_code span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    margin-top: 8px;
}


.itemdesc .dropdown-menu {
    z-index: 2;
    
}

.collapsediv .panel-heading.collapsed i {
    transform: rotateZ(270deg);
}

.collapsediv .panel-heading {
    cursor: pointer;
}

    .collapsediv .panel-heading i {
        margin-top: 5px;
    }

.edit_template .empbox .employeedata > span {
    text-align: left;
    max-width: 200px;
}

.EvaltblMain span.blockElement.mtSpc.font-normal {
    font-weight: 500;
    margin-bottom: 5px;
}



.breadcrumbFont, .flexContainer {
    margin-left: 25px;
}

.MainFilterBtn {
    display: none;
}

.tdTop tr td {
    vertical-align: top !important;
}

.cmbRatingScale {
    width: 100% !important;
    margin: 0 0 10px 0;
}

body .filterclose {
    display: block;
}

.flex-container {
    display: flex;
    column-gap:2px;
    width:200px;
}

.flex-child {
    flex: 1;
}

    .flex-child:first-child {
        margin-right: 20px;
    }

.txtWeightageItem.form-control {
    width: 70px !important;
}
.itemdechead {
    width: 200px;
}

.col-sm-12.edit_template {
    margin-top: 10px;
}

.vaTop .btn.btn-success i {
    display: block;
}
.checkboxdatalabel .glabeldata {
    margin-top: 7px;
    padding-top: 3px;
    margin-left:30px;
    font-size:14px;
}
/*========================
	Edit Template
==========================*/
table.table tr td span.fw-600 {
    font-weight: 500 !important;
}

.edit_template .panel {
    background: var(--whitebgcolor);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.edit_template .panel-body {
    padding: 10px 15px 0;
}

.edit_template .panel-heading {
    background: transparent;
    padding: 0;
    border-bottom: none !important;
    box-shadow: none;
}

.edit_template .empbox {
    position: relative;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 65px;
}

    .edit_template .empbox .empicon {
        display: inline-block;
        width: 64px;
        height: 64px;
        line-height: 64px;
        background: rgba(15, 79, 146, 0.1);
        border: 1px solid #0F4F92;
        border-radius: 8px;
        text-align: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 26px !important;
        letter-spacing: 0.1em;
        color: #0a3b7e;
        position: absolute;
        left: 0;
        top: 0;
    }

    .edit_template .empbox .employeedata > span {
        display: block;
        width: 100%;
        text-align: left;
        font-family: 'Roboto',sans-serif;
    }


.edit_template .label {
    display: block;
    padding-bottom: 10px;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    color: #263238;
    font-family: 'Roboto',sans-serif;
    text-align: left;
    padding-left: 0;
    margin: 0;
}


.cat.table.gvCatClass {
    padding: 0 5px 0 0;
}

.competency_data .table tr th {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: inherit;
}

/*.competency_data .table tr td .form-control{margin-bottom: 0;}*/
.gvgroupclass.table tr td {
    vertical-align: top !important;
}

    .gvgroupclass.table tr td .form-control.txtWeightageGroup {
        margin-bottom: 0;
        text-align: center;
        width: 100px;
    }

.gvCatClass.table {
    background: #eaf3ff;
}

.GridRaTE.table {
    background: #fcfdfe !important;
    padding: 0 8px;
    border-radius: 4px;
}

    .GridRaTE.table tr th {
        font-size: 14px;
        background: #fcfdfe !important;
        border: none !important;
        box-shadow: none !important;
    }

    .GridRaTE.table tr th, .GridRaTE.table tr td {
        font-size: 14px;
        padding: 10px 4px;
        text-align: left !important;
    }

        .GridRaTE.table tr th.text-center.self_assment, .GridRaTE.table tr td.center, .GridRaTE.table tr th.text-center.action {
            text-align: center !important;
        }

    .GridRaTE.table tr {
        box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.02);
        border-radius: 6px;
    }

        .GridRaTE.table tr td {
            background: #fff !important;
            border-top: 1px solid rgba(9, 54, 121, 0.1) !important;
            border-bottom: 1px solid rgba(9, 54, 121, 0.1) !important;
            vertical-align: top !important;
        }

            .GridRaTE.table tr td.flex-container {
                column-gap: 15px;
                padding: 12px 20px !important;
            }
td.rowspanTD {
    border-top: 1px solid #e5e3ef;
    border-bottom: 1px solid #e5e3ef;
}

body .scroll-table table.table tr td.wrapword.vaTop {
    background: transparent !important;
    border: none !important;
    border-top: none !important;
}

.GridRaTE.table .label_head {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 20px;
    color: #263238;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

    .GridRaTE.table .label_head.unbold {
        font-weight: 400 !important;
        font-style: italic;
    }

.gviewtab, .gviewparenttab {
    cursor: pointer;
    font-size: 16px;
    color: var(--blackfontcolor);
}


.table-responsive .collapse.in {
    display: contents !important;
}

.feather-plus-square.gviewtab.open:before, .feather-plus-square.gviewparenttab.open:before {
    content: '\e998';
}

.menuFirst.filter {
    padding: 0;
}

.menuFirst.closed {
    transform: translateX(0);
}


.filterr {
    width: 650px;
    transform: translateX(680px);
}

.filterr {
    position: fixed;
    top: 0;
    right: 0;
    width: 390px;
    height: 100%;
    z-index: 999;
    background: var(--whitebgcolor);
    box-shadow: -8px 4px 6px rgb(0 0 0 / 20%);
    transform: translateX(420px);
    transition: .4s linear;
    display: initial !important;
}

.filterr {
    width: 650px;
    transform: translateX(680px);
}

.gpanel .panel-heading {
    background: #f5f5f5 !important;
}

.pending, .assessment, .inProcessReview, .submitted, .evaluated, .Expired, .Draft, .gdate {
    font-size: 11px;
    border-radius: 4px;
    padding: .3rem .5rem;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
}

.reviewername {
    display: inline-block;
    padding: 5px;
    background: #ddf6f8;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
}

.percentagedta {
    display: inline-block;
    background: #faebc3;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 11px;
    margin: 5px 0 0;
}

.gdate {
    color: #b736f4;
    background: #f7e5ff;
}

.pending {
    color: #ffa902;
    background: #fff2da;
}

.assessment {
    color: #006d23 !important;
    background: #cdf3c6;
}

.inProcessReview {
    color: #2196f3;
    background: #cce7fd;
}

.submitted {
    color: #ed145b !important;
    background: #ffcede;
}

.evaluated {
    color: #7910e2;
    background: #e1c3ff;
}

.Expired {
    color: #333;
    background: #dadada;
}

.Draft {
    color: #1fa78e;
    background: #abfff0;
}

table.table tr:hover, table.table tr:nth-last-child(odd), table.table tr:nth-last-child(even) {
    background: transparent !important;
}

body .scroll-table table.table tr th, body table.gtable tr th {
    position: relative !important;
    top: inherit !important;
    z-index: 0;
}

.wrapword.vaTop .btn.btn-success {
    background: var(--greencolor);
    border-color: var(--greencolor);
    padding: 8px 15px;
    min-width: 50px;
    height: 35px;
}

    .wrapword.vaTop .btn.btn-success:hover {
        background: #0a3b7e;
        color: #fff;
        border-color: #0a3b7e;
    }

.toggleBox {
    position: relative;
}
.edit_template .toggleBox{margin-top:10px;}





body.filteropen .goverlay:after, body .goverlay.closed:after, body.addnewsidebaropen .goverlay:after {
    display: block;
}

.filter.addPanel, .addnewsidebar {
    padding-top: 0;
}

    .filterheader, .addnewsidebar .headerData {
        padding: 15px 20px;
        border-bottom: 1px solid var(--lightgreycolor);
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--bluecolor);
    }

.filterbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filterheader h4, .addnewsidebar .headerData h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--whitefontcolor);
    margin: 0;
}

.js_competencyFilterfilterbody {
    padding: 15px 0 0 15px !important;
}

/*.filter .filterbody, .sidebarscrollbar {
    height: calc(100vh - 120px);
    padding: 15px 20px;
    overflow-y: hidden;
}*/


.filterbody .col100 {
    margin-bottom: 15px;
}

.filterbody .col100, .filterbody .col40, .filterbody .col60 {
    width: 100% !important;
    float: initial;
    text-align: left;
}



.filterbody .hasDatepicker {
    background: #fff url(../../Images/menu_icon/calendar.svg) no-repeat 94% 10px;
}

.filterclose, .addfilterclose {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: var(--bluecolor);
    margin-left: 15px;
    cursor: pointer;
    font-size: 14px;
    display: none;
    position: relative;
    transition: all 500ms ease;
}

    .filterclose i, .addfilterclose i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 18px;
        color: var(--whitefontcolor);
    }

    .filterclose:hover, .addfilterclose:hover {
        background: var(--skyblue);
        color: var(--whitefontcolor);
    }

body.filteropen .filterclose, body.addnewsidebaropen .addfilterclose {
    display: block;
}

.filter .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
    opacity: 0.9;
}

body.filteropen .DataPanel {
    position: relative;
    z-index: 1;
}

.table-responsive .fliterbutton {
    background: #e7edf4;
    border: 1px solid var(--bluecolor);
    color: var(--bluecolor);
    box-shadow: none;
    border-radius: 4px;
    min-width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}


    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge {
        float: right
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px
        }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.competenciesbody .list-group-item {
    position: relative;
    display: flex;
    padding: 10px 15px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    align-items: center;
    justify-content: flex-start !important;
}

body .goverlay:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 99;
    animation: overlay-fade-in .4s ease 1;
    display: none;
}

body.filteropen .goverlay:after, body .goverlay.closed:after, body.addnewsidebaropen .goverlay:after {
    display: block;
}

.treeview span.icon {
    width: 12px;
    /* margin-right: 5px; */
}

body .btn-primary {
    background: var(--greencolor);
    color: #fff;
    border-color: var(--greencolor);
    padding: 10px;
}


.list-group-item img {
    position: absolute;
    right: 15px;
}


.height-all-size {
    overflow-x: hidden;
}

.pageHead {
    margin-bottom: 10px !important;
}

.pageheader .pagebutton {
    margin-bottom: 0;
}

body .wd100.scroll-table {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_length select {
    margin-bottom: 0px;
}
table.table tr td:last-child {
    border-right: 1px solid #e5e3ef !important;
}


body .scroll-table table.table tr td:first-child, body .scroll-table table.table tr th:first-child, body table.gtable tr th:first-child, body table.gtable tr td:first-child {
    padding-left: 20px;
   
}

.gerror {
    display: inline-block;
    padding-top: 5px;
}

.empbox .employeedata span {
    word-break: break-word;
    max-width: 200px;
    white-space: unset !important;
}

/*ARea Team Goals*/

.TargetUnit,.divTargetg{margin-left:auto;margin-right:auto}
.errBorder{border:1px solid red;Border:1px solid red!important}
.rightBorder{white-space:initial!important}
.checkbox-inline{width:16px;height:16px}
/*.frmLbl{width:165px!important}
.frmTxtBx{width:calc(100% - 165px);color:#06518c}*/
.FormFlex{align-items:unset}.paddingTB10{padding:10px!important}
.w-200{width:500px}.w-150{width:300px}
.labeldata.d-inline-block{margin-bottom:0;font-weight:400;display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.approvers,.itemdesc .gicon{display:inline-block;text-align:center}
.approvers{font-size:11px;border-radius:4px;padding:3px 4px;color:#006d23;background:#cdf3c6}
.labeldata,td .form-control{font-weight:400;font-size:14px}.labeldata{display:block;margin-bottom:5px;color:#263238;height:auto}
.itemdesc{display:block;align-items:center;justify-content:space-between;margin-bottom:5px}
.discitemdata,.greencolor{align-items:center;column-gap:8px;}
.itemdesc .gicon{width:24px;height:24px;line-height:20px;border-radius:50%;background:#f5f5f5;cursor:pointer}
/*.itemdesc .gicon:hover,.itemdesc.open .gicon{background:#0a3b7e;color:#fff}.itemdesc .gicon i{line-height:24px}*/
.itemdesc.open .gicon i.fa-angle-double-right:before{content:"\f103"}
/*.itemdesc .dropdown-menu{min-width:220px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:none;border-radius:5px;margin:0;left:50%;transform:translateX(-50%);top:40px;z-index:1;max-width:100%;word-wrap:break-word;padding:0}*/
.discitemdata{justify-content:flex-start; display:block !important;}
/*.itemdesc .dropdown-menu:after,.itemdesc .dropdown-menu:before{content:"";position:absolute;right:5px}
.itemdesc .dropdown-menu:after{top:-25px;border:12px solid transparent;border-bottom-color:#eee}
.itemdesc .dropdown-menu:before{top:-23px;border:12px solid transparent;border-bottom-color:#fff;z-index:1}*/
table.table tr td,table.table tr th{border-top:1px solid #e5e3ef;border-bottom:1px solid #e5e3ef}
/*.itemdesc .dropdown-menu li,.tagsview li span{color:#000;font-family:Roboto;font-weight:400;font-size:12px;line-height:16px;display:block;padding:5px 8px}*/
/*.itemdesc a{display:inline-block;padding:0!important}.itemdesc .dropdown-menu li h2{margin:0;font:500 14px/20px Roboto;color:#000;display:block}
.itemdesc .dropdown-menu li p{margin:0;font:400 12px/18px Roboto;color:#263238}*/
 td .form-control{border:1px solid #dadada;border-radius:4px;width:100%;height:auto;padding:7px 10px;font-style:normal;color:#8e8888;box-shadow:none;margin:0;resize:none}
 table.table{border:none!important;border-spacing:0 0px;border-collapse:separate!important;margin:0;width:100%}
 /*table.table tr:nth-last-child(2n){background:0 0!important}table.table tr th{background:#f0f3f7!important;font-weight:600!important;font-size:14px;line-height:20px;color:#263238;padding:12px 10px;white-space:nowrap}*/
.greencolor,table.table tr td{font-weight:400;font-size:14px}
 body.filteropen table.table tr th{z-index:0}
table.table tr td{padding:8px 10px;vertical-align:top!important;color:var(--lightblackcolor)}
table.table.table-striped>tbody>tr:nth-child(odd)>td{background:0 0}
/*table.table tr td:first-child,table.table tr th:first-child{border-left:1px solid #e5e3ef;padding-left:10px}*/
/*table.table tr td:last-child,table.table tr th:last-child{border-right:1px solid #e5e3ef; border-left:1px solid #e5e3ef}*/
.itemdesc .dropdown-menu{width:450px;}
/*table .pagination-ys table{margin:0;display:inline-block}*/
.greencolor{justify-content:center;padding:8px 15px;font-family:Roboto,sans-serif;color:#fff;border-radius:5px;box-shadow:none;text-transform:capitalize;width:auto;height:35px;min-width:100px;outline:0;background:#26ac46;border-color:#26ac46;float:right}
.greencolor:hover{background:#179b37;color:#fff}
table .pagination-ys table>tbody>tr>td,table .pagination-ys table>tbody>tr>td>a,table .pagination-ys table>tbody>tr>td>span{position:relative;border:none!important;background:0 0!important;padding:0}
table .pagination-ys table>tbody>tr>td>a,table .pagination-ys table>tbody>tr>td>span{margin:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;box-shadow:none;border-radius:4px;cursor:pointer;position:relative;color:#000!important;background:0 0}
table .pagination-ys table>tbody>tr>td>a:hover,table .pagination-ys table>tbody>tr>td>span:hover{color:var(--activecolor);background:0 0!important}
table .pagination-ys table>tbody>tr>td>a:after,table .pagination-ys table>tbody>tr>td>span:after{content:"";position:absolute;left:50%;bottom:3px;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:#06518c;opacity:0;transition:.2s}
table .pagination-ys table>tbody>tr>td>a:hover:after,table .pagination-ys table>tbody>tr>td>span:after{opacity:1}
.labeldata.AppG{min-height:inherit;display:none}.gflex{display:flex;align-items:center;justify-content:flex-start}
.gflex span{text-align:left;margin-bottom:0}.gflex span:last-child{text-align:center}
/*.TargetUnit{text-align:center;display:block!important}*/
.divTargetNA{display:flex!important;width:100%;font:500 14px/31px Roboto,sans-serif;color:#0a3b7e;align-items:center;justify-content:center;}
.divTargetNA.width-150 {margin: 0px auto;}
.row.RatingScale{line-height:0;}.row.RatingScale .labeldata{min-height:15px}.main_table>div{overflow-x:auto}
.divTargetg{/*width:438px;*/display:block!important}
.divTargetg .gflex{align-items:baseline}
/*.suggestions-taxtarea textarea{width:250px}*/
.bsccategory-dropdown,.reattype-dropdown{width:106px!important}
.targetgl .flex_txt tbody,.targetgl .gflex{display:block !important}
.targetgl tbody tr:last-child{border-bottom:1px solid #eaeaea!important}
.targetgl tbody tr td:first-child{border-left:1px solid #eaeaea;}
.Main_Panel .Panel_body .form_control{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.remarkform .form_control{min-height:40px;height:auto;white-space:normal!important}
.goals-td textarea{height:89px}.golsapprove tr{display:flex;align-items:center;column-gap:18px;margin-top:15px}
.golsapprove tr td,.pageHead{align-items:center;display:flex}
.golsapprove tr td input{margin-top:-5px}.pageHead{justify-content:space-between;margin-bottom:15px!important;background:#eaf0f7;padding:10px 18px;min-height:55px}.infobutton,a.bluecolor{background:#e7edf4;border-color:var(--bluecolor);color:var(--bluecolor)}.infobutton:hover,a.bluecolor:hover{background:var(--bluecolor);border-color:var(--bluecolor);color:var(--whitefontcolor)}.approvegoalss{align-items:center}.radiosubmit{background:#0f4f92;color:#fff!important;margin-left:auto!important;padding:10px 28px}.radio_Skills-Type{display:flex;justify-content:space-around;align-items:center;max-width:100%}.radio_Skills-Type input[type=radio]{appearance:none;display:none}.radio_Skills-Type label{font-size:14px;transition:.3s linear;color:#6e6e6edd!important;background:#fff;border:1px solid #666;border-radius:4px;position:relative;padding:8px 5px 8px 38px!important;min-width:160px;text-align:left;font-weight:400!important;line-height:22px;margin-left:0}.radio_Skills-Type label:hover{cursor:pointer}.radio_Skills-Type input[type=radio]:checked+label:after{content:'';position:absolute;width:10px;height:10px;background:#045aa0;border-radius:50%;left:15px;top:13px}.radio_Skills-Type label:before{content:'';position:absolute;width:20px;height:20px;border:1px solid #666;border-radius:50%;left:10px;top:8px}.radio_Skills-Type input[type=radio]:checked+label:before{border:1px solid #0a3b7e}.radio_Skills-Type input[type=radio]:checked+label{color:#0a3b7e!important;transition:.3s;background:rgba(10,59,126,.1);border:1px solid #0a3b7e}.container-Skills-Type td{border:none!important;padding-left:0!important}.container-Skills-Type table tr td{padding:0}.container-Skills-Type table{border:none}   
.m-0{margin:0px;}
.topheadright {justify-content: flex-end; display: flex; align-items: center;}
.form_control_span {background-color: #eee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.remarkform span:nth-child(1) {display: block;margin-bottom: 10px; font-weight:500; min-width:180px;}
.form_group span.label_data {margin: 0px; display: block; max-width: 100%; margin-bottom: 8px; font-weight: 500 !important;color: #262626;}
.targetgl .gflex .lbl span { font-weight:500;}
.suggestions-taxtarea .form-control {font-size: 14px !important;}
.suggestions-taxtarea .form-control::placeholder {font-size: 14px !important;}
.remarkform{display:flex; align-items:center;}
.mb-0{margin-bottom:0px !important;}
.h-min {background: #CCE7FD; border-radius: 5px; text-align: center; color: #2196F3; max-width: max-content;padding: 2px 6px; margin-left: auto; margin-right: auto;}
.h-expected {background: #e1c3ff63; border-radius: 5px; text-align: center; color: #966ac3; max-width: max-content;padding: 2px 6px; margin-left: auto; margin-right: auto;}
.h-max {background: #CDF3C6;border-radius: 5px;text-align: center;color: #006D23; max-width: max-content;padding: 2px 6px; margin-left: auto; margin-right: auto;}
body .scroll-table table .targetgl tbody tr.tblRow2 td, body .scroll-table table .targetgl tbody tr.tblRow3 td {border-top: none !important;}
.edit_template .label,.edit_template .label_data{font-family:Roboto,sans-serif;text-align:left;display:block;font-size:13px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: capitalize;  max-width: 96%;}
.edit_template .panel{background:var(--whitebgcolor);border:1px solid rgba(0,0,0,.1)}
.edit_template .panel-body{padding:10px 15px 0;display:flex;align-items:start; overflow-x:auto;}
.edit_template .panel-heading{background:0 0;padding:0;border-bottom:none!important;box-shadow:none}
.edit_template .empbox{position:relative;padding-left:80px;display:flex;align-items:center;justify-content:flex-start;min-height:65px; border:none; background:#fff;margin-top:0px; padding-top:0px;}
.edit_template .empbox .empicon{display:inline-block;width:64px;height:64px;line-height:64px;background:rgba(15,79,146,.1);border:1px solid #0f4f92;border-radius:8px;text-align:center;font-family:Roboto;font-style:normal;font-weight:300;font-size:26px!important;letter-spacing:.1em;color:#0a3b7e;position:absolute;left:0;top:0}
/*.edit_template .empbox .employeedata>span{display:block;width:100%;text-align:center;font-family:Roboto,sans-serif}*/
/*.edit_template .empbox .employeedata>span.employee_name{font-weight:500;font-size:24px;line-height:28px;letter-spacing:.04em;color:var(--blackfontcolor);margin-bottom:5px}*/
/*.edit_template .empbox .employeedata>span.employee_code{font-weight:400;font-size:14px;line-height:20px;letter-spacing:.04em;color:#0f4f92}*/
/*.edit_template .label{padding-bottom:0;font-weight:600!important;line-height:16px;color:#263238;padding-left:0;margin-left:0;white-space:break-spaces}*/
.edit_template .label_data{color:#8e8888;min-height:25px;white-space:nowrap !important;text-overflow:ellipsis !important;overflow:hidden;text-transform:capitalize; max-width:96%;}
.topheadright{display:flex;align-items:center;justify-content:flex-end;column-gap:20px}
.edit_template .form_control_span {background: transparent;border: navajowhite;padding: 0;color: #8e8888; margin-bottom: 0; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden;  text-transform: capitalize; max-width: 96%;}
.edit_template .form_group{margin-bottom:0px;}
body .scroll-table .targetNCap table tr td:first-child {border-left: none !important;}
body .scroll-table .targetNCap table tr td:last-child {border: none !important;}
body .scroll-table .targetNCap table tr td {border: none !important;}
/*.divTargetg .form_control, .divTargetg .date {width: 85px;}*/
.targetNCap tbody tr:last-child{border: none !important;}
.divTargetg .form_control { min-width: 100px;}
.divTargetg .date {width: 85px;}
.targetNCap td.paddingTB10 { padding: 0 !important;}
.targetNCap td.paddingTB10.paddingTB0 {
    padding: 15px !important;
}
.RatingScale .labeldata {text-align:left !important;}
/*.grd_Approver table tr td:last-child {border-left: none !important;}*/
/*ARea Team Goals*/
.actionbuttons a {
    background: #0f4f92;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: block;
    margin: 4px auto;
}
table.table tr td.tdcolumns {
    padding: 0 !important;
}
label.lbltblReviewer {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
}
#AddNewGoals .modal-dialog {
    max-width: 1240px;
    width:100%;
}
.list-group-item:last-child {
    border-bottom: 1px solid #ddd !important;
}
.lbl_published {
    background: #cdf3c6;
    color: #006d23;
    font-size: 12px;
    font-weight: 400 !important;
}
.lbl_submitted {
    color: #24CB4B !important;
    background: #cfffda;
    font-size: 12px;
    font-weight: 400 !important;
}
.Expired {
    color: #333;
    background: #dadada;
    font-size: 12px;
    font-weight: 400 !important;
}
.notYetAvailable {
    background: #5a5a5a !important;
    display: block;
    font-size: 12px;
    font-weight: 400 !important;
    color:#fff !important;
}
.pending {
    color: #ffa902 !important;
    background: #fff2da;
    font-size: 12px;
    font-weight: 400 !important;
    padding: 0.2em 0.6em 0.3em;
}
.rejected {
    background: #ffcede;
    color: #ed145b;
    font-size: 12px;
    font-weight: 400 !important;
}
.Draft {
    color: #1fa78e;
    background: #abfff0;
    font-size: 12px;
    font-weight: 400 !important;
}
.gvGoal.employee_goals_last {
    background: transparent !important;
}
.gvGoal.employee_goals_last tbody {background: #fff;}
.feedbackdrop.itemdesc .dropdown-menu {z-index: 15; transform: translateX(-90%);}
.fsubmitdate {width: 120px;}
.attachmenttd a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100px; display: block;}
table.vfeedback.table tr td, table.vfeedback.table.table tr th {border-left: none; border-top: none;}
.dataTables_wrapper > div:after {width:0px;}
.innertable.table tr td:first-child {border-left: 0px !important;}
.evaluationtbale {max-height: 450px !important;}
.table > tbody > tr > td.CompetencyTD {background: #f9f9f9 !important;border-left:1px solid #eaeaea !important;}
.viewreviews-head .gaction_list{box-shadow: 1px 3px 17px -4px rgba(0,0,0,0.24);}
.selectmain table tr td:first-child {border-top: 1px solid #e5e3ef !important;}
.selectmain table tr td{text-align:center;}
.selectmain table tr td label {margin-left: 0;}
.toggleBox.swichrolehr input[type=checkbox]:checked + label:before{top:0 !important;}
.cardempname { font-weight: 500; font-size: 14px; line-height: 30px; letter-spacing: 0.04em; color: var(--blackfontcolor) !important; }
.itemdesc a.dropdown-toggle {display: none;}
.itemdesc .dropdown-menu li {
    max-height: 100px;
    overflow: auto;
}
.grd_Approver th {z-index: 2 !important;}
table tr:nth-last-child(-n + 3) .itemdesc .dropdown-menu {top: auto ; bottom: 10px;}
table tr:nth-last-child(-n + 3) .itemdesc .dropdown-menu:before {bottom: -23px; top: auto; rotate: 180deg;}
table tr:nth-last-child(-n + 3) .itemdesc .dropdown-menu:after {bottom: -25px; top: auto; rotate: 180deg;}

table tr:nth-child(-n+2) .itemdesc .dropdown-menu {bottom: auto !important; top: 28px !important;}
table tr:nth-child(-n+2) .itemdesc .dropdown-menu:before {top: -23px !important; bottom: auto !important; rotate: 0deg !important;}
table tr:nth-child(-n+2) .itemdesc .dropdown-menu:after {top: -25px !important; bottom: auto !important; rotate: 0deg !important;}

.empboxmain {display: flex;column-gap: 15px;width:100%;}
.empboxmain .empboxin {min-width: 15%;}
.empboxmain .empinfodetails {display: flex;padding: 8px;flex: 1 0 0;flex-wrap: wrap; position:relative;width:85%;}
.empboxmain .empinfodetails:before {content: ""; position: absolute; height: 100%; width: 1px; background: #eaeaea; top: -4px; left: -5px;}
.empboxmain .empinner{width:20%;}
/*.empinner.empReview {margin-right: auto; margin-left: 30px;}*/
.targetdrop.form-control{width:116px !important;}
.plusaction {width: 150px;}
.flex-container .form-control {
    width: 100% !important;
}
.popInfo {cursor: pointer;}
.popover {max-width: 400px !important;}
th.goalsth {width: 400px;}
.bscth {width: 150px;}
.Reviewsdropdown .flexRow {display: flex; column-gap: 10px; margin-bottom: 10px;}
.Reviewsdropdown .flexRow label {width: 50%;font-size: 14px;}
.Reviewsdropdown .flexRow span {width: 50%;font-size: 14px;}
@media screen and (min-width: 1800px) and (max-width: 20000px) {
    .scroll-element.scroll-x {
        visibility: visible;
    }
}

@media only screen and (max-width: 1299px) {
    .empboxmain .empinner {
        width: 25%;
    }
.empboxmain .empinfodetails{justify-content:flex-start;}
    .empinner.empReview{margin-left:0px;}
}

    @media screen and (min-width:991px) and (max-width:1400px) {

        .edit_template .label {
            font-size: 12px;
        }

        .edit_template .row.gflex > .col-xs-12.col-sm-3 {
            width: 35.33%;
        }

        /*.form-control {
            width: 180px !important;
        }*/

        td.wrapword.vaTop.text-left.pr-0 span.bold {
            position: absolute;
            right: -3px;
            top: 8px;
        }
        .filterbody .form-control, .addgolascroll .form-control {
            width: 100% !important;
        }
    }

    @media screen and (min-width:768px) and (max-width:1199px) {
        .edit_template .label_data {
            font-size: 11px;
        }

        .edit_template .label {
            font-size: 11px;
        }
    }

    @media only screen and (max-width: 991px) {
        .gflexdata, .pageheader .pagebutton {
            justify-content: space-between;
        }
        .top-head-right {
            justify-content: flex-end !important;
            padding: 0 !important;
        }

        table#tblSelfGoal {
            display: inline-table !important;
        }
        .empboxmain .empinner {
            width: 32%;
        }
        /*#ctl00_ctl00_lblMain {
            display: block !important
        }*/
    }

@media only screen and (max-width: 767px) {
.empboxmain .empinner {width: 100%; padding-right: 15px;}
.empboxmain .empinfodetails{flex-wrap:nowrap;column-gap: 20px;}
.empboxmain .empboxin {min-width: 220px;}
.edit_template .form_control_span{max-width: 100%;}
.edit_template .label, .edit_template .label_data{max-width:100%;}
.kpisHeader .gflexdata div {flex-wrap: wrap;}
.kpisHeader .gflexdata div select {max-width: 200px;}
.kpisHeader .top-head-title { margin:0px auto 10px auto}
.NewKPIheader .topHeaderData {flex-wrap: wrap !important;}
.NewKPIheader #ctl00_ctl00_CPH_CPH_cmbShareType {width: 100px !important;}
.NewKPIheader .top-head-title {margin-bottom: 10px;}
.goaladdmodal .filterFooter button {font-size: 12px !important;margin-right: 5px !important;}
.pageheader .pagebutton .btn {font-size: 12px;padding: 5px 10px;}
.competencies-modal {width: 90%;}
}




