﻿.main_div {
    width: 100%;
    padding: 20px;
    margin: 10px auto;
}

.main_div_table {
    width: 95%;
    margin: 0 auto;
}

.main_div_table_space {
    padding: 10px;
    display: flex;
    margin-left: 85%;
    width: 10%;
}




.btnViewTable {
    padding: 5px 20px 5px 20px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
    font: 14px bold;
    font-family: 'Gill Sans', sans-serif;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

    .btnViewTable:hover {
        padding: 5px 20px 5px 20px;
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: white;
        font: 14px bold;
        font-family: 'Gill Sans', sans-serif;
        cursor: pointer;
        border-radius: 5px;
    }
    .btn:hover {
        background-color: #337ab7;
        color: white;
    }

.left_div {
   width: 30%;
    height: 550px;
    float: left;
    padding: 10px;
    border: 1px solid #F8C471;
    border-radius: 10px 10px;
    margin: 10px auto;
}

.right_div {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    border: 1px solid #F8C471;
    border-radius: 10px 10px;
}

.bottom_div {
    width: 100%;
    height: auto;
    border: 1px solid #F8C471;
    border-radius: 10px 10px;
    padding-bottom: 20px;
    clear: both;
}

.main_right {
    float: right;
    width: 65%;
    height: auto;
    margin: 1% auto;
}

.status_div {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px 10px;
}

.div_list {
    padding: 20px;
    background-color: white;
    width: 135px;
    height: 70px;
    border-radius: 10px 10px;
}

.heading {
    margin-left: 20px;
    font: 20px bold;
    font-family: 'Gill Sans', sans-serif;
    color: #935116;
}

.numberCount {
    font: 20px bold;
    font-family: 'Gill Sans', sans-serif;
    text-align: right;
}

.ptage {
    font: bold 13px;
    
}

.div_status {
    border: none;
    height: 50px;
    width: 50px;
    margin: 0;
    margin-left: 15px;
    cursor: pointer;
}

.refer {
    background: url("../images/Refer.png") no-repeat left center/50px 50px;
}

.app-Waiting {
    background: url("../images/like.png") no-repeat left center/50px 50px;
}

.app-revision {
    background: url("../images/refresh.png") no-repeat left center/50px 50px;
}

.app-reject {
    background: url("../images/reject.png") no-repeat left center/50px 50px;
}

.app-shakehand {
    background: url("../images/shakehand.png") no-repeat left center/50px 50px;
}

.ref_back {
    background-color: #4FD0A7;
}

.ref-wait {
    background-color: #4AC7DE;
}

.ref-revision {
    background-color: #DED34A;
}

.ref-reject {
    background-color: #F090E3;
}

.bd {
    background-color: #FEF5E7;
}

.div-status-align {
    display: flex;
    justify-content: space-between;
}

.tbl {
    background-color: #EAEDED;
    color: black;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    border-collapse: collapse;
}

    .tbl thead th {
        background-color: #EAEDED;
        color: black;
        font: 16px bold;
        font-family: 'Gill Sans', sans-serif;
        text-align: left;
        padding: 10px;
    }

    .tbl tbody td {
        font: 14px bold;
        font-family: 'Gill Sans', sans-serif;
        padding: 10px;
        color: dimgrey;
        text-align: left;
    }

    .tbl tr {
        border: solid;
        border-width: 1px 0;
        border-color: burlywood;
    }

tr:first-child {
    border-top: none;
}

.select {
    background-color: darkcyan;
    font: 20px normal;
    font-family: 'Gill Sans', sans-serif;
    color: white;
    width: 200px;
    text-align-last: center;
    cursor: pointer;
    border-radius: 5px;
}

.my-points {
    margin: 0 auto;
    font-size: 25px;
    color: #935116;
}

.my-points-head {
    margin: 0 auto;
    font-size: 20px;
    color: #935116;
    padding: 10px 0 0 5px;
}

.point-mark {
    font: 20px bold;
    font-family: 'Gill Sans', sans-serif;
    color: white;
    margin: 10px auto;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    background-color: silver;
    width: 100%;
}

#valuepoint {
    border-radius: 5px;
}

.total-point-month {
    padding: 10px;
    border-top: 1px solid #EAEDED;
    border-bottom: 1px solid #EAEDED;
    display: flex;
    justify-content: space-between;
}

.graph {
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

.printbtn {
    margin: 2px auto;
    margin-left: 50%;
}

.btn-blue {
    border-radius: 4px;
    font-family: 'Gill Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: blue;
    color: white;
    padding: 5px 30px 5px 30px;
}

/* Details Page */
.export-div {
    width: 60%;
    margin: 10px auto;
    margin-left: 38%;
    padding-bottom: 10px;
}

.details-block-div {
    width: 48%;
    border-radius: 5px;
    padding: 5px;
}

.details-block-div-status {
    width: 30%;
    border-radius: 5px;
    padding: 5px;
}

.details-div-start {
}

.details-div-width {
    width: 100%;
}

.space-div {
    padding-bottom: 10px;
}

.space-caption {
    padding: 2px;
    float: right;
    margin-right: 10px;
    font: italic bold 16px;
    font-family: 'Gill Sans', sans-serif;
    padding-bottom: 5px;
}

.div_status_export {
    border: none;
    height: auto;
    width: 50px;
    margin: 0;
    margin-left: 15px;
    cursor: pointer;
}

.grn {
    background-color: limegreen;
    color: white;
}

.blu {
    background-color: cornflowerblue;
    color: white;
}

.rd {
    background-color: orangered;
    color: white;
}

.border-div {
    border: 1px solid #EAEDED;
    border-radius: 5px;
}

.border-div-padd-top {
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}


.black-round {
    background-color: #6c757d;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font: bold 20px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-round-small {
    background-color: #8b3c3c;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font: bold 20px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_round {
    padding: 2px;
}

.black-round-txt {
    font: bold 12px ;
    text-align: center;
  
}

.div_empoyee_top {
    width:100%;
    clear: both;
  
    border: 1px solid #EAEDED;
}


.div-blu {
    text-align: center;
    font: bold 16px ;
    margin: 0 auto;
    padding: 18px;
}

.div-blu-small {
    text-align: center;
    font: bold 16px ;
    margin: 0 auto;
    padding: 13px;
}

.ptag-small {
    font: bold 11px ;
    text-align: center;
    margin-top: 10px;
}

.div-no-display {
    clear: both;
}

.div-top-list {
   
}

.div-employee-size {
    width: 100%;
    margin: 5px auto;
   
}

.div-scroll {
    overflow-y: scroll;
}

.div-emp-flex {
    display: flex;
   
}

.div-emp-name {
    padding: 5px;
    font-size:13px;
    color: #000;
}

.div-emp-designation {
    text-align: center;
    font: bold italic 11px ;
    color: #000;
    padding: 2px;
    word-break: break-all;
    white-space: normal;
}

.div-emp-start-head {
    width: 100%;
    border-bottom: 1px solid;
    border-color: #D8BA11;
}

ul {
    list-style-type: none;
    white-space: nowrap;
    margin:0 auto;
    left:0;
    align-content:center;
    
}

li {
    margin:5px auto;
    width: 100%;
}

/* Detals Page */

/*New Appreciate*/
.tag_head {
    background-color: gainsboro;
    border-radius: 5px;
    border-bottom: 1px solid blue;
    padding: 5px;

    margin: 10px;
}

.txt_head {
    padding: 10px;
    width: 100%;
    border: 0 solid black;
}

.txt {
    border-radius: 5px;
    color: black;
    border: 1px thin;
    border-color: floralwhite;
    padding: 5px;
    width: 100%;
}

.ul-no-border {
    border: 0;
}

.li-head {
    clear: both;
}

.li-user {
    padding: 5px;
    border: 1px solid;
    border-bottom: 1px solid;
    width: 25%;
    left: 0;
}

.li-div-user {
    display: flex;
    justify-content: space-between;
}

.li-border-right {
    border-right: 1px solid;
    margin-left: 10px;
}

.auto-complete-list {
    z-index: 999999999999 !important;
    background-color: silver;
    border: 1px solid gray !important;
    left:0;
    top:0;
}

    .auto-complete-list.user-complete-list .auto-complete-item {
        padding: 0 !important;
        margin: 0 !important;
    }

    .auto-complete-list.user-complete-list .wrap-meta {
        padding: 10px 15px;
    }

    .auto-complete-list.user-complete-list .ui-state-active {
        margin: 0;
    }

.ui-autocomplete {
    border-radius: 0px;
    margin-top: 5px;
    padding: 10px;
    left: 200px !important;
    width: auto;
    z-index: 999999 !important;
    position: absolute;
}

    .ui-autocomplete li {
        border: 1px solid rgb(234, 234, 234);
        color: black;
        font-family: 'Gill Sans', sans-serif;
        font-size: 14px;
        padding: 5px;
        margin: 0 auto;
        cursor: pointer;
        left: 0;
        word-break: break-all;
        white-space: normal;
        background-color: silver;
        border-radius: 5px;
    }


.auto-complete-list li,
.auto-complete-item,
.auto-complete-item-hover {
    border: none;
    color: #000;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 15px 10px !important;
    margin-bottom: 5px !important;
}

        .auto-complete-item-hover .ui-state-active,
        .ui-widget-content .ui-state-active {
            background-color: lemonchiffon;
            border: inherit !important;
            color: inherit !important;
        }

        .auto-complete-list li span,
        .auto-complete-item span,
        .auto-complete-item-hover span {
            font-size: 14px;
            color: #000;
            display: block;
            padding: 5px;
        }

            .auto-complete-list li span:nth-child(1),
            .auto-complete-item span:nth-child(1),
            .auto-complete-item-hover span:nth-child(1) {
                color: rgb(137, 137, 137);
            }

            .auto-complete-list li span:nth-child(2),
            .auto-complete-item span:nth-child(2),
            .auto-complete-item-hover span:nth-child(2) {
                color: rgb(175, 174, 174);
            }

/*#UBViewTable {
    table-layout: auto;  
    font: normal 18px;
    font-family: 'Gill Sans', sans-serif;
}

    #UBViewTable tbody td {
        border-bottom: 0px solid black;
        font: normal 18px;
        font-family: 'Gill Sans', sans-serif;
        white-space: normal;
        word-break: break-all;
        
    }

    #UBViewTable thead tr {
        white-space: normal;
        word-break: break-all;
       
        border-bottom: 0px solid black;
        font: normal 18px;
        font-family: Gill sans, sans-serif;*/
        /*word-break: break-all;*/
    /*}*/

#AppreciationViewTable {
    table-layout: auto;
    width: auto !important;
    font: normal 15px;
    font-family: 'Gill Sans', sans-serif;
}

    #AppreciationViewTable tbody td {
      padding:1px;
     
        white-space:normal;
       
    }

    #AppreciationViewTable thead tr {
        white-space: normal;
        word-break: break-all;
        padding: 2px;
        text-align: center;
        font: normal 13px;
        font-family: 'Gill Sans', sans-serif;
        /*word-break: break-all;*/
    }


#SummaryViewTable {
    table-layout: auto;
    width: 90%;
    border-bottom: 1px solid;
    font: normal 16px;
    font-family: 'Gill Sans', sans-serif;
}

    #SummaryViewTable tbody td {
        border-bottom: 1px solid black;
        font: normal 18px;
        font-family: 'Gill Sans', sans-serif;
        white-space: normal;
        word-break: break-all;
    }

    #SummaryViewTable thead tr {
        padding: 5px;
        border-bottom: 1px solid black;
        font: normal 18px;
        font-family: 'Gill Sans', sans-serif;
        white-space: normal;
        word-break: break-all;
        /*word-break: break-all;*/
    }


.line-desc {
    width: auto;
    height: 50px;
    font-family: 'Gill Sans', sans-serif;
    font-size: 14px;
    border-radius: 5px;
}

/*New Appreciate*/

/*Action Appreciation*/

.app_sub_head {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px
}

.app_head_main {
    background-color: lightgrey;
    color: black;
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.app_head_heading {
    background-color: white;
    color: cornflowerblue;
    display: flex;
    width: 100%;
    margin: 0 auto
}

.app_head_data {
    background-color: white;
    color: black;
    display: flex;
    width: 100%;
    margin: 0 auto
}

.app_head_lbl {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Gill Sans', sans-serif;
}

.app_head_lbl_right {
    margin-left: 50%;
}

.app_br {
    border: 1px solid;
    border-color: lightgray;
}

.app_head_tbl {
    width: 100%;
    margin: 0 auto;
    background-color: lightgrey;
    color: black;
    border-top: 1px solid black;
}

#ApproveTable {
    table-layout: auto;
    width: 100%;
}

    #ApproveTable tbody td {
        border-bottom: 1px solid black;
    }

    #ApproveTable thead tr {
        white-space: normal;
        padding: 5px;
        border-bottom: 0px solid black;
        background-color: lightgrey;
        color: black;
        /*word-break: break-all;*/
    }


.app_head_comments {
    background-color: white;
    color: black;
    width: 100%;
    margin: 0 auto
}

.app_head_comments_txt {
    width: 97%;
    margin: 1px auto;
    padding: 10px;
}

.txt_comments {
    width: 100%;
    font-weight: normal;
    height: 100px;
    font-family: 'Gill Sans', sans-serif;
    font-size: 16px;
}

.app_head_buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 30%;
    margin-left: 58%;
    padding: 10px;
}

.app_btn {
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    cursor: pointer;
}

#approve {
    background-color: green;
    color: white;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans',sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#revise {
    background-color: orange;
    color: black;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#recognise {
    background-color: red;
    color: white;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#goback {
    background-color: black;
    color: white;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#reject_submit, #revise_submit {
    background-color: green;
    color: white;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

#reject_cancel, #revise_cancel {
    background-color: red;
    color: white;
    padding: 5px 25px 5px 25px;
    font-family: 'Gill Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}


#sucessAlert {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(45% - 175px);
    width: 350px;
    height: auto;
    min-height: 200px;
    padding-bottom: 10px;
    text-align: center;
    z-index: -1;
}

    #sucessAlert .toast-header {
        justify-content: flex-end;
        border: none;
    }

        #sucessAlert .toast-header .close.alert-close,
        #sucessAlert .toast-header .close.alert-close:hover
        .modal button.close {
            color: #a7a7a7;
            opacity: 1;
        }

    #sucessAlert .toast-body {
        padding: 0;
    }

        #sucessAlert .toast-body p {
            font-family: "SFProDisplay-Bold", sans-serif;
            font-size: 14px;
        }

        #sucessAlert .toast-body .toast-message {
            margin-bottom: 20px;
        }

/* Done icon */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

    .success-checkmark .check-icon {
        width: 60px;
        height: 60px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #4caf50;
    }

        .success-checkmark .check-icon::before {
            top: 0;
            left: 0;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 80px 0 0 80px;
        }

        .success-checkmark .check-icon::after {
            top: 0;
            left: 27px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 80px 80px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        .success-checkmark .check-icon::before,
        .success-checkmark .check-icon::after {
            content: "";
            height: 80px;
            position: absolute;
            background: #ffffff;
            transform: rotate(-45deg);
        }

    .success-checkmark .icon-line {
        height: 5px;
        background-color: #4caf50;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 10;
    }

        .success-checkmark .icon-line.line-tip {
            top: 34px;
            left: 7px;
            width: 18px;
            transform: rotate(45deg);
            animation: icon-line-tip 0.75s;
        }

        .success-checkmark .icon-line.line-long {
            top: 28px;
            right: 5px;
            width: 40px;
            transform: rotate(-45deg);
            animation: icon-line-long 0.75s;
        }

    .success-checkmark .icon-circle {
        top: -4px;
        left: -4px;
        z-index: 10;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: absolute;
        box-sizing: content-box;
        border: 4px solid rgba(76, 175, 80, 0.5);
    }

    .success-checkmark .icon-fix {
        top: 8px;
        width: 5px;
        left: 26px;
        z-index: 1;
        height: 65px;
        position: absolute;
        transform: rotate(-45deg);
        background-color: #ffffff;
    }


#LoaderWrap {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
}

    #LoaderWrap .loader {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

        #LoaderWrap .loader .loader-icon {
            width: 100px;
            height: 100px;
           /* background: #ffffff url('@Url.Content("~/images/New-LR1.gif")') no-repeat center;*/
            background: #ffffff url('/images/New-LR1.gif') no-repeat center;
            background-size: contain;
            border-radius: 50px;
        }


/* At the top level of your code */
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    #btnPrint {
        display: none;
    }
    /* At the top level of your code */
    *:after {
        color: #000 !important;
        background: transparent !important;
    }
}
