﻿@font-face {
    font-family: "fontawesome";
    src: url(font-awesome/fonts/fontawesome-webfont.ttf) format("truetype");
}

a, p, span, select, input, .btn, textarea {
    outline: none !important;
}

    a:focus, p:focus, span:focus, select:focus, input:focus, .btn:focus, textarea:focus {
        outline: none !important;
    }





.tablerowselected {
    background-color: #ecfbff !important;
    color: #000;
}

.odd.tablerowselected {
    background-color: #ecfbff !important;
    color: #000;
}

.table-striped > tbody > tr:nth-child(odd).tablerowselected > td {
    background-color: #ecfbff !important;
    color: #000;
}

.content {
    background: white;
}

.templateList {
    padding: 2rem;
    font-weight: 500;
    font-size: 14px;
}

.panel-heading h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
    font-size: 15px;
}

#TableId {
    margin-bottom: 55px;
}

#TableId_info {
    padding: .5rem;
}

#TableId_paginate {
    padding: 0rem;
}

.datatableheader {
    /*margin-top: 0rem !important;*/
    background: #e1f5fe;
    padding: 4px 9px !important;
    font-weight: 600;
    color: #005ca1;
    border-top: solid 2px #a8cfe0;
    border-bottom: 2px solid #005ca1 !important;
}

#TableId > tbody {
    font-size: 12px !important;
}

    #TableId > tbody > tr > td:first-child {
        padding-left: 3rem;
    }

@media(min-width:320px) and (max-width:768px) {
    .addNewForm {
        height: auto !important;
    }
}

#listCategory {
    font-size: 12px;
}

.panel-heading h6 span {
    white-space: pre-wrap;
}

.checkboxBox:focus {
    border: none !important;
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.mutedDetails {
    color: #a99d9d;
}

.employeeReviewDetails li {
    list-style-type: none;
}

.employeeDetails1 {
    padding-bottom: 1rem;
}

#TableId_info, #TableId_paginate {
    padding: 0rem;
    line-height: 34px;
}

.rejected {
    color: #d9534f;
}

.editAsset:hover {
    color: #d9534f;
    text-decoration: none;
}

#TableId {
    margin-bottom: 70px;
}

    #TableId > tbody {
        font-size: 12px !important;
    }

.rightpadding {
    padding-right: 2rem;
}

.angleIconFontSize {
    font-size: 16px;
    font-weight: 800;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 37%;
    width: 172px;
    /* margin-left: -100px; */
    /* margin-top: -26px; */
    text-align: center;
    /* padding: 1em 0; */
    height: 129px;
    border-color: transparent;
}






.errBorder {
    border: 1px solid red;
}

div#tableRatingScale {
    width: calc(100% - 40px);
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px 15px 10px 15px;
    padding: 0px;
}

#ScaleTable {
    margin-bottom: 0px;
}

    #ScaleTable tr th {
        background-color: #e9f7ff;
        font-weight: normal;
        font-size: 12px;
    }

    #ScaleTable tr td > input, #ScaleTable tr td > textarea, #ScaleTable tr td > select {
        width: 95px;
        font-size: 12px;
        padding: 3px 5px;
        height: auto;
    }

    #ScaleTable tr td > textarea {
        height: 25px;
        resize: none;
    }


.checkbox {
    display: inline-flex;
}

label {
    vertical-align: middle;
}

input[type='checkbox'] {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.checkbox label {
    padding-left: 0px;
}

td {
    vertical-align: middle !important;
}
/*******************/
.menuFirst {
    width: 48rem;
    position: fixed;
    box-shadow: 0px 0px 1px 0px #a0a0a0;
    background-color: white;
    -webkit-transition: all 1s;
    transition: all 1s;
    left: 0;
    top: 78px;
    bottom: 0px;
    z-index: 50;
    overflow-y: auto;
}

    .menuFirst.closed {
        left: -48rem;
    }

#toggleL {
    /*background-color: #045aa0;*/
    background-color: #4caf50;
    width: 30px;
    color: #ffffff;
    position: fixed;
    left: 0px;
    z-index: 25;
    font-weight: 600;
    margin-top: 2px;
    padding-bottom: 14px;
    padding-top: 14px;
    -webkit-transition: all ease;
    transition: all ease;
    height: 180px;
        top: 50%;
}

    #toggleL.closed {
        left: 0px;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        border: none;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    #toggleL:before {
        content: "\f054";
        font-family: "fontawesome";
        margin-left: 10px;
    }

    #toggleL:hover {
        cursor: pointer;
    }

    #toggleL span {
        white-space: nowrap !important;
        -ms-transform: rotate(90deg); /* IE 9 */
        transform: rotate(90deg);
        display: block;
        margin-top: 10px;
    }

.content.closed .text {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}

.text {
    width: 60%;
    margin: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 80px;
    margin-bottom: 80px;
}

.menuFirst ul {
    list-style-type: none;
    padding: 0;
    margin: 0px -9px 0 -10px;
}

    .menuFirst ul li {
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .menuFirst ul li:hover {
            background-color: #3bb16f;
            cursor: pointer;
        }

.checkbox > label {
    padding-left: 0rem;
}

#treeview {
    font-size: 12px;
}

.cmbRatingType, .cmbRatingScale {
    width: 14rem;
    font-size: 12px;
}

.list-group li p {
    display: inline-block;
    padding-left: 0px !important;
}

@media(max-width:1024px) and (min-width:320px) {
    .weightageFontSize {
        font-size: 11px;
    }
}

.sortable {
    margin: 0 auto;
    width: 98%;
}

.group-caption {
    /*background: #fff;*/
    display: block;
    /*padding: 0 10px 0 10px;*/
    margin: 0 0 15px 0;
    cursor: move;
    /*border: 1px solid #efefef;
    background-color: aliceblue;*/
    padding: 0rem;
}

.group-caption2 {
    background: #e9e9e9;
    display: block;
    padding: 0 0px 0 10px;
    margin: 0 0 15px 0;
    cursor: move;
    border: 1px solid #efefef;
}

.group-items {
    width: 100%;
    margin: 0 auto;
}

.group-item {
    background: white;
    min-height: 30px;
    display: block;
    padding: 5px 0px 5px 10px;
    /* margin: 5px; */
    color: #000;
    cursor: move;
}

.move {
    background: #ff0000;
    width: 30px;
    height: 30px;
    float: right;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    cursor: move;
}

.title {
    padding: 5px;
    font-weight: 600;
}

.gtitle {
    font-size: 12px;
    color: #045aa0;
    background: #e1f5fe;
}

.ctitle {
    font-size: 12px;
}

.ititle {
    font-size: 11px;
}

.movable-placeholder {
    width: 90%;
    display: block;
    padding: 20px;
    margin: 0 0 15px 0;
    border-style: dashed;
    border-width: 1px;
    border-color: #CBC7C7;
}

.ititle .glyphicon {
    vertical-align: sub;
}


.tablemain {
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left;
}

.tableEmployee {
    border-collapse: collapse;
    margin-top: 0rem;
    margin-bottom: 0rem !important;
    width: 100%;
    text-align: left;
}

select {
    font-size: 12px !important;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0px 0px !important;
}

.form-group table tr td {
    padding-right: 5px !important;
}

    .form-group table tr td label {
        margin-bottom: 5px !important;
    }

.datatableheader input[type="radio"], .datatableheader input[type="checkbox"] {
    margin: 8px 4px 0px 0px !important;
}

.periodlabel {
    display: block;
    width: 100%;
    border-radius: 0px;
    height: auto;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #eee;
    color: #555;
    background-image: none;
    border: 1px solid #dadada;
}

.download-options {
    width: fit-content;
    min-width: auto;
    margin: 0px;
    padding: 0px;
}

    .download-options > li > input {
        background: none;
        border: none;
        display: block;
        padding: 3px 5px;
        color: #333;
        width: 100%;
        font-size: 12px;
        text-align: left;
    }

.btnmargin-right {
    margin-right: 1rem;
}

.statusTab li a {
    font-weight: 600;
    background: #f3f3f3;
}

.pending {
    color: white;
    background: #d9524e;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}

.submitted {
    color: white;
    background: #5cb85b;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}

.assessment {
    color: white;
    background: #3479b8;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}



.inProcessReview {
    color: white;
    background: #f0ad4e;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}

.notYetAvailable {
    color: white;
    background: #5a5a5a;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}

.Expired {
    color: white;
    background: #5a5a5a;
    font-size: 12px;
    border-radius: 4px;
    padding: .3rem .5rem;
}

.nameWiseList li a:active, .nameWiseList li a:focus, .nameWiseList li a:hover {
    color: #d40000;
}

.active1 {
    color: #d40000 !important;
}



@media (max-width:414px) and (min-width:320px) {
    .newAppraisal {
        font-size: 12px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .reviewerCol {
        width: 18% !important;
    }

    .previewerDrpDwn {
        width: 22% !important;
    }

    .datePickerField {
        width: 20% !important;
    }
}

@media (max-width:1023px) and (min-width:320px) {
    .navOuterDiv {
        overflow-x: scroll;
        overflow-y: hidden;
    }

        .navOuterDiv ul {
            width: 85rem;
            overflow-x: scroll;
            overflow: hidden;
        }
}

.table-bordered tr td.rtBroder0 {
    border-right: none !important;
    border-bottom: 0px !important;
}

.table-bordered tr td.ltBroder0 {
    border-left: none !important;
}

.panel-heading select {
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    padding: 2px 4px;
    outline: none;
    border: solid 1px #dedede;
    margin: 0px 3px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 10px;
}

.pageheader {
    margin-bottom: 8px;
}

    .pageheader h3 {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
    }

.whiteContainer {
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 15px;
    height: calc(100vh - 239px);
    overflow: auto;
}

.textoriantle {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate( 180deg );
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate( 180deg );
    margin:0px 0px 0px 15px;
}
.textoriantle h3 {
    margin:0px;
    font-size: 16px;
    font-weight: 600;
    font-style:italic;
}

.PotentialBoxDetails {
    margin-left:15px;
     margin-bottom:10px;
}

.PotentialBoxDetails .panel{
    width:100%;
    margin:0px 5px;
    border-radius:0px;
   
}
.PotentialBoxDetails .panel-heading {
    border-radius:0px !important;
}
.PotentialBoxDetails .panel:nth-child(1) {
    margin-left:0px;
}
.PotentialBoxDetails .panel:nth-last-child(1) {
    margin-right:0px;
}

.Height250px {
    height:250px;
    overflow:auto;
    padding:0px 15px;
}
.talentMainHeading  {
    width:20px;
}
.talentInnerBoxes {
    width:calc(100% - 20px);
}
.PotentialBoxRatting {
    width:50px;
}
.PotentialBoxDetails {
    width:calc(100% - 50px);
}
.panel-heading.bluePnlHd {
    background:#5bc0de !important;
    color:#fff !important;
}
.panel-heading.GrnPnlHd {
    background:#85ca85 !important;
    color:#fff !important;
}
.panel-heading.DGrnPnlHd {
    background:#5cb85c !important;
    color:#fff !important;
}
.panel-heading.RedPnlHd {
    background:#d9534f !important;
    color:#fff !important;
}
.panel-heading.OrgPnlHd {
    background:#f0ad4e !important;
    color:#fff !important;
}
.RattingUser {
    padding:8px 0px;
    border-top:dashed 1px #ececec;
}
.RattingUser:nth-child(1) {
    border-top:0px !important
}
.RattingUser img{
    width:44px;
    height:44px;
    border:solid 1px #d8d8d8;
    background:#fff;
    padding:2px;
    margin-right:5px;
    border-radius:100%;
}
.RattingUser p {
    margin:0px;
}
.p0 {
    padding:0px !important;
}
.fixheightSidePanle {
    height: calc(100vh - 193px);
    overflow: auto;
}
.fixheightSidePanle .list-group-item p {
    margin:0px;
}
.fixheightSidePanle .list-group-item {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding: 7px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    overflow: hidden;
}
.expand-icon.fa-minus {
    color:green;
}
.expand-icon.fa-plus {
    color:green;
}
.check-icon.glyphicon-unchecked {
    color:#3fa5e0;
}
.check-icon.glyphicon-check {
    color:#3fa5e0;
}

.cmbTargetUnit.w100,
.cmbRatingScale.w100 {
    width:100% !important
}
.lblIndicator {
    padding: 5px 8px !important;
    font-size: 12px !important;
    display: inline-block;
}
.datatableheader> div {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.dataTables_length select, .dataTables_filter input {
    outline: none !important;
    border: solid 1px #a8cfe0;
    padding: 5px 8px;
    margin: 0px 5px;
}
.All-Actions {
    display: inline-block;
    color: #b0b0b0;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: solid 1px #b0b0b0;
    padding: 5px 0px;
    background: #fff;
    text-align: center;
    cursor:pointer;
}
.All-Actions:hover, .All-Actions2:hover {
    color:#000;
    background:#a8cfe0;
    border-color:#a8cfe0;
}

.All-Actions2 {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: solid 1px #b0b0b0;
    padding: 5px 0px;
    background: #b0b0b0;
    text-align: center;
    cursor:pointer;
}
.paging_simple_numbers {
    text-align:right;
    padding-top:5px;
}
.paging_simple_numbers a {
    display: inline-block;
    padding: 5px 8px !important;
    background: #005ca1;
    color: #ffffff;
    text-align: right;
    cursor: pointer !important;
    margin: 2px;
}
