﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #fff !important;
}
textarea{
    outline:none;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #ecf0f5 !important;
    color: #222d32 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.ml-mr-nill {
    margin-left: -15px;
    margin-right: -15px;
}

/* Menu Style */
.dropbtn {
    /*background-color: #17a2b8;
    color: #343a40 !important;*/
    background-color: transparent;
    color: #fff !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none !important;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        color: black;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        border-bottom: 1px dashed #ccc;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.fa-user {
    position: absolute;
    top: 15px;
    color: #fff;
}

.fas {
    position: absolute;
    top: 15px;
    color: #fff;
}

.bg-info {
    background-color: #222d32 !important;
    height: 50px;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.nav-item a {
    color: #fff !important;
}

.fa-cog, .fa-sign-out {
    color: #fff !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #fff !important;
}

.container h3 {
    font-family: Segoe UI;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    /*margin-bottom: 20px;*/
}

.dataTables_wrapper h5 {
    font-family: Segoe UI;
    font-size: 15px;
}

.blue-btn {
    background: #00c0ef;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #00acd6;
    font-size: 13px;
    font-weight: 500;
    outline: none !important;
}

    .blue-btn:hover {
        background: #07b0d9;
        color: #fff !important;
        text-decoration: unset;
    }

.red-btn {
    background: #dd4b39;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #dd4b39;
    font-size: 13px;
    font-weight: 500;
    outline: none !important;
}

    .red-btn:hover {
        background: #cc3e2d;
        color: #fff !important;
        text-decoration: unset;
    }

.table-striped .btn-info, .table-striped .btn-danger {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}



.dataTables_wrapper {
    margin-top: 20px;
}

    .dataTables_wrapper h3 {
        font-size: 15px !important;
        font-weight: 500;
    }

.btn-info {
    color: #fff !important;
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn-danger {
    color: #fff !important;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #222d32 !important;
    font-size: 15px;
}

.dataTables_filter input {
    /*display: block;
    width: 100%;*/
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sorting_1 {
    background-color: transparent !important;
}

.role-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .role-wrapper div {
        /*background: #fff;*/
        background: #eff3f8;
        margin: 5px;
        padding: 5px;
        border: 1px solid #d5d9de;
    }

    .role-wrapper label {
        margin-bottom: 0 !important;
    }

    .role-wrapper input[type=checkbox] {
        position: relative;
        top: 2px;
    }

.options input[type=checkbox], .one input[type=checkbox] {
    margin-right: 9px;
    margin-top: 11px;
}

.one span {
    position: relative;
    top: 5px;
}

#disabled-btn {
    color: #93adb3 !important;
    background-color: #c0dce3 !important;
    border-color: #9fc1c9 !important;
    cursor: not-allowed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
}

.one label:nth-of-type(2) {
    width: 100%;
}

.table tbody, .table thead th {
    font-size: 13px !important;
}

    .table tbody td {
        vertical-align: top;
    }

.form-group label, .role-wrapper, .container label {
    font-size: 13px !important;
}

.container span {
    font-size: 13px;
    top: 7px t;
}

.dashboard-listbox {
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}

    .dashboard-listbox div:nth-child(1) {
        width: 40%;
        height: 90px;
        display: flex;
        justify-content: center;
        background: #00c0ef;
    }

    .dashboard-listbox div img {
        width: 55px;
    }

    .dashboard-listbox div:nth-child(2) {
        width: 60%;
        height: 90px;
        background: #fff;
        padding: 7px;
    }

    .dashboard-listbox p {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 600;
    }

    .dashboard-listbox span {
        font-size: 25px !important;
        font-weight: bold;
    }

.red-bg {
    background-color: #dd4b39 !important;
}

@media (max-width:768px) {
    /*.dashboard-listbox div:nth-child(1) {
        width:20% !important;
    }*/
}

@media (max-width:1200px) {
    .list-group-horizontal dt {
        width: 25% !important;
    }

    .list-group-horizontal dd {
        width: 75% !important;
    }
}

.list-group-horizontal dt, .dl-vertical dt {
    width: 40%;
    float: left;
    font-weight: normal;
}

.list-group-horizontal dd, .dl-vertical dd {
    width: 60%;
    float: left;
}

.break-line-a {
    border-right: 4px solid #00c0ef;
}

#DIVOverviewReport img {
    /*width: 27px;*/
}

.notify, .notify-blue {
    background: #dd4b39;
    border-radius: 25px;
    color: #fff;
    font-size: 9px !important;
    padding: 2px;
    position: relative;
    left: -16px;
    top: -11px;
    border: 1px solid #fff;
}

.notify-blue {
    background: #00c0ef;
    color: #000;
}

.th-heading-one {
    text-align: center !important;
    text-transform: uppercase !important;
    color: #00c0ef !important;
}

.th-heading-two {
    text-align: center !important;
    text-transform: uppercase !important;
    color: #dd4b39 !important;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #dd4b39 !important;
    transition: width 0.6s ease;
}

.emp-details {
    font-size: 14px !important;
    text-align: center;
}

    .emp-details label {
        font-weight: 600;
    }

    .emp-details span {
        font-size: 15px;
        color: #00c0ef;
        font-weight: bold;
    }

    .emp-details i {
        font-size: 15px;
        color: #dd4b39;
        font-weight: bold;
    }
.dd {
    margin-bottom: 0 !important;
}
.emp-textfield {
    font-size: 13px !important;
    width: 108px !important;
    padding: 2px 10px !important;
    height: auto !important;
}

.name {
    color: #00c0ef;
    font-size: 14px;
}

.qs-wrapper {
    display: flex;
    flex-wrap: wrap;
}
    .qs-wrapper div:nth-child(1){
        padding-left:0;
    }


    .qs-wrapper div {
        padding-left: 15px;
    }

        .qs-wrapper div span {
            display: block;
        }

.questionContainer {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 10px 0;
}

    /*.questionContainer:last-child {
        border-bottom: none !important;
    }*/
.required {
    border: 1px solid red;
    background: antiquewhite;
    margin-bottom: 10px;
    padding: 5px;
}
    .perform {
        background: antiquewhite;
        padding: 10px;
    }

#PendingEvaluationOverview tbody td:nth-of-type(1) {
    font-weight: bold;
}

#PendingEvaluationOverview tbody tr td:nth-child(1) {
    color: #dd4b39;
    font-weight: bold;
}

.approv-comment {
    background-color: antiquewhite;
    padding: 10px;
    border: 1px solid #e1c5a1;
}
.prof-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px !important;
}
    .prof-wrapper div:nth-child(1) {
        width: 64px;
        height: auto;
        margin-right: 5px;
    }
    .prof-wrapper div:nth-child(2) {
        height: auto;
        /*padding-left: 15px;*/
        padding-left: 1px;
    }
    .prof-wrapper ul {
        margin: 0;
        padding:0;
       
    }
    .prof-wrapper ul li{
        list-style-type:none;
    }
        .prof-wrapper ul li label {
            font-weight: 600;
            margin-bottom:0;
        }

        .prof-wrapper ul li span {
            font-size: 15px;
            color: #00c0ef;
            font-weight: bold;
        }

        .prof-wrapper ul li i {
            font-size: 15px;
            color: #dd4b39;
            font-weight: bold;
        }
    .prof-wrapper div label {
        width: 98px !important;
    }
.poke-wrap {
    display: flex;
    flex-wrap: wrap;
}
.poke-wrap div{
    width:auto;
    padding:0px;
}
    .poke-wrap div:nth-child(1) {
        min-width: 10px;
    }
    .poke-wrap div span {
        padding: 4px;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor:pointer;
    }
        .poke-wrap div span:hover {
            background: #00c0ef;
        }
    .poke-wrap img {
        margin: 3px;
        position: relative;
        left: -2px;
        top: -8px;
    }
    .info-icon {
        margin: 3px;
        position: relative;
        left: 6px;
        top: 1px;
}
.prog-info-icon {
    position: absolute;
    right: -12px;
    top: -11px;
}
.ui-widget-overlay {
    height: 0 !important;
    width: 0 !important;
    z-index: 1050 !important;
}
.modal-header h5 {
    color: #fff;
    font-size: 1.8rem !important;
    line-height: 28px !important;
}
.modal-header span {
   font-size:20px;
   outline:none;
}
.modal-header button {
    outline: none;
}
.name {
    color: #00c0ef !important;
    font-weight: bold;
}
.designation {
    font-size: 15px;
    color: #dd4b39;
    font-weight: bold;
}
.period {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0.30em !important;
}
.avg-score {
    color: #dd4b39;
    font-weight: bold;
    text-align:right;
}
.avg-score-total {
    color: #00c0ef !important;
    font-weight: bold;
    text-align: right;
}
.special-popup-width, .modal-content {
    max-width: 800px !important;
}
.ui-dialog {
    background: #fff !important;
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 2px 4px 20px 8px rgba(0,0,0,0.26);
    -moz-box-shadow: 2px 4px 20px 8px rgba(0,0,0,0.26);
    box-shadow: 2px 4px 20px 8px rgba(0,0,0,0.26);
}
.ui-dialog-title {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #dd4b39;
}
.ui-dialog-content {
    text-align: center;
}
.ui-dialog-buttonset {
    text-align: center;
}
    .ui-dialog-buttonset button {
        margin: 5px;
        background: #dd4b39;
        border: 1px solid #dd4b39;
        color: #fff;
        font-size: 14px;
        outline: none;


    }
        .ui-dialog-buttonset button:hover {
            background: #eb2a12;

        }
/*#btnclear {
    padding-top: 5px;
}*/
#btnclr {
    background: #00c0ef;
    border: 1px solid #00c0ef;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    margin-top:7px;
}
.disale-btn {
    background: #ffaca2;
    color: #cb9089 !important;
    cursor: not-allowed;
    border: 1px solid #ffaca2;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    font-size: 13px;
}
.dataTables_length select {
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.user-icon {
    width: 19px;
    height: 17px;
    position: relative;
    top: -3px;
    margin-left: 8px;
}
#tblemployeeScoreDetails td:nth-of-type(3){
    text-align:right;
}
.cart-tool {
    overflow: hidden;
    padding: 10px 3px;
    background: yellow;
}
.progress{
    margin-bottom:0 !important;
}

.status-wrapper {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #444;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    .status-wrapper div {
        padding: 5px;
        margin-right: 15px;
    }

        .status-wrapper div span {
            background: #0ebd01;
            width: 17px;
            height: 11px;
            display: block;
            float: left;
            margin-top: 3px;
        }

        .status-wrapper div:nth-child(2) span {
            background: #dd4b39;
        }

        .status-wrapper div:nth-child(3) span {
            background: #e7e7e7;
        }

        .status-wrapper div p {
            margin: 0;
            padding: 0;
            margin-left: 22px;
        }

.graphtitle {
    text-align: center;
    font-weight: bold;
}
.profile-score .perform-heading {
    width:40.5%
}


/*input[type=checkbox]:disabled {
    color: green;
    background: red;
    border: 2px solid black;
}*/

#previewTable table td {
    width: 768px !important;

}
.comments-area {
    margin-top: 8px;
}
    .comments-area textarea {
        width: 100%;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
    }