﻿.RadToolBar .rtbItem .k-icon.k-i-menu {
    text-align: left !important;
}

    .RadToolBar .rtbItem .k-icon.k-i-menu:before {
        content: "\e030" !important;
    }

.RadToolBar .rtbItem h3.toolbar-title {
    margin: 0 0 0 20px !important;
    font-size: 1.1em !important;
    line-height: 30px !important;
}

.GridHeader {
    font-size: 14px !important;
    border-bottom: 1px #c0b6b6 solid;
    padding: 2px 2px 2px 2px !important;
    height: 25px !important;
    /*background-color: #559bb3;*/
    /*line-height: 30px !important;*/
    color: white;
    padding-left: 5px !important;
}

.rsbShowAll {
    font-size: 12px !important;
}

.flag {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.hide {
    display: none;
}

.k-drawer-content {
    padding: 0em;
}

.k-drawer-item {
    font-size: 12px !important;
}

.k-toolbar .k-icon {
    font-size: 18px;
}

body {
    margin-top: 0
}

.tile {
    padding: 0 !important;
}

.rlvI2 {
    float: left;
    width: 100%;
    font-size: 11px;
    overflow: hidden;
    line-height: 20px;
    font-family: century gothic;
}

.si {
    max-height: 15px;
    max-width: 15px;
    padding: 2px;
}

/*.rsbPopup_Material */
.rsbListItem {
    padding: 3px 5px !important;
    font-size: 12px !important;
}

.cat {
    padding-left: 5px;
}

.menu {
    border-radius: 2px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #75f93a66;
}

.function {
    border-radius: 2px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #6bb1c98a;
}

.document {
    border-radius: 4px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #00bfff66;
}

.staff {
    border-radius: 4px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #c1daf4;
}

.report {
    border-radius: 4px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #ff9900;
}

.data {
    border-radius: 4px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #ff9900;
}

.payslip {
    color: white;
    border-radius: 4px;
    padding: 1px;
    padding-left: 2px;
    padding-right: 5px;
    background-color: #286e86;
    border-color: #1b637b !important;
}

.searchContext {
    font-size: 12px !important;
}

.ic {
    line-height: 22px !important;
    font-size: 16px !important;
    text-align: center;
    cursor: pointer;
    /*width: 22px;
    height: 22px*/
}

    .ic:hover {
        border-radius: 3px;
        background-color: #a0c8d6;
        padding: 1px;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(0,0,0,.2);
    }

.chatInfo {
    bottom: 35px;
    right: -380px;
    position: absolute;
}

.chatInfoTop {
    top: 10px;
    right: -38px;
    position: absolute;
}

.chatImage {
    background-image: url('Images/Generic/copilot.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 235px;
    height: 55px;
    border-radius: 5px;
    text-align: right;
    font-size: 25px !important;
    box-shadow: 0 1px 4px #286090;
    position: fixed;
    bottom: 9px;
    right: 22px;
    background-color: var(--header);
    color: white;
    line-height:55px;
    padding-right:5px;
}

    .chatImage:hover {
        background-color: var(--header);
        color: white;
        cursor: pointer;
        box-shadow: 0 1px 6px #9057a8;
        width: 240px;
        height: 60px;
    }


.chatImageTop {
    background-image: url('Images/Generic/copilot.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    top:-8px;
    /* 
    text-align: right;
    font-size: 25px !important;
    box-shadow: 0 1px 4px #286090;
    position: fixed;
    bottom: 9px;
    right: 22px;
    background-color: var(--header);
    color: white;
    line-height: 55px;
    padding-right: 5px;*/
}

    .chatImageTop:hover {
        cursor: pointer;
        width: 45px;
        height: 45px;
        box-shadow: 0 1px 6px #9057a8;
        border-radius: 50%;
    }

.chatFrame {
    border: solid 1px #b9cccc !important;
    min-width: 500px;
    width: 100%;
    width: calc(50vw - 0px);
    min-height: 600px;
    height: 100%;
    height: calc(100vh - 60px);
}

.profileImage {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #a0c8d6;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
}

    .profileImage:hover {
        background-color: gray;
        color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }


.profileImageTd {
    width: 70px;
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
}

.si {
    font-size: 14px;
    float: left;
    margin-right: 12px;
    border-radius: 50%;
    font-size: 21px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
    max-height: 20px;
    max-width: 20px;
    padding: 4px;
    margin-bottom: 3px;
}

    .si:hover {
        background-color: #c3c4d475;
        color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }

.staffImage {
    font-size: 14px;
    float: left;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #d310712e;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
}

    .staffImage:hover {
        background-color: #d3107163;
        color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }

.staffImageLarge {
    font-size: 40px;
    line-height: 82px;
    background-color: #d310712e;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
}

.staffImageWrap {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
}

.staffName {
    font-size: 13px;
    color: black;
    float: left;
}

/*accessType: Indicate HR / Manager Access */
.atype {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    background-color: #84d310b0;
    color: white;
    top: -4px;
    position: relative;
    float: left;
}

/* leave balance*/
.lvBal {
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 4px;
    background-color: #09c;
    color: white;
    top: -4px;
    position: relative;
    float: left;
}

/* Icon / Text Float in employee info*/
.fl {
    float: left;
}

/* Space in employee info*/
.sp {
    padding-left: 5px;
    padding-right: 5px;
}

.workflowImage {
    /* border-radius: 50px;*/
}

    .workflowImage:hover {
        background-color: #a0c8d6;
        border-radius: 3px;
        /*color: white;*/
        text-align: center;
        padding: 1px;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(0,0,0,.2);
    }



.HRImage {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #c3c4d475;
    font-size: -2px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    font-size: 20px;
}

    .HRImage:hover {
        background-color: lightgray;
        color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    }

.hrmain {
    display: table;
    margin: 0 auto;
}

.counter {
    background-blend-mode: darken;
    position: absolute;
    margin-left: -10px;
    color: darkred;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 15px;
    font-size: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
    border-radius: 50%;
    background: white;
    left: 30px !important;
}

.RadMenu {
    user-select: text !important;
}

.RadMenu .rmGroup .rmContent {
    padding: 4px 4px !important;
    font-size: 11px;
}

.RadMenu_Material .rmRootGroup {
    padding: 0 !important;
    /*background: transparent !important;*/
}

.rmSized {
    width: 30px !important;
}

.helpTable {
    width: 800px;
}

.helpTableFull {
    width: 90%;
    min-width: 800px;
}

.helpAssistantFocus {
    width: calc(95vw - 0px) !important;
    min-width: 1200px;
}

.helpGroup {
    /*background-color: #fafafa;
            border: 1px solid grey;
            border-radius: 2px;*/
}

.helpLine {
    padding-left: 20px;
    border-bottom: 1px solid lightgrey;
    width: 95%;
}

.RadButton_Silk.k-switch-on .k-switch-container {
    color: #fff;
    background-color: #286e86;
}

.alertTable {
    min-width: 600px;
    width: auto;
}

.alertIcon {
    color: green;
    line-height: 18px !important;
    font-size: 18px;
    text-align: center;
    padding-right: 5px;
    float: left;
}

.alertHeading {
    line-height: 18px;
    color: dodgerblue;
    float: left;
}

    .alertHeading:hover {
        color: blueviolet;
    }

.alertClose {
    display: block !important;
    text-align: right;
    float: none;
    padding-right: 10px;
    font-size: 13px !important;
    font-family: sans-serif !important;
    font-weight: bold;
}

    .alertClose:hover {
        font-size: 13px !important;
        color: #cf398d;
        font-weight: bold;
    }

.alertDescription {
    font-size: 9px;
    padding-left: 15px;
    /*float: left;*/
    max-width: 599px;
    word-wrap: break-word;
    white-space: normal;
}

.taskDescription {
    font-size: 9px;
    padding-left: 15px;
}

.alertDate {
    font-size: 9px;
    text-align: right;
    font-style: italic;
    padding-right: 10px;
}

.alertLine {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.RadMenu_Material .rmPopup, .RadMenu_Material .rmGroup {
    padding: 0 !important;
}


.socialImage {
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
    vertical-align: text-bottom;
    transition: all 0.3s ease;
}

    .socialImage:hover {
        background-color: gray;
        color: white;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,.28);
    }

.facebook {
    background-color: white;
    transition: all 0.3s ease;
}

    .facebook:hover {
        border-color: #3b5998;
        background-color: #3b5998;
    }

.linkedIn {
    background-color: white;
    transition: all 0.3s ease;
}

    .linkedIn:hover {
        border-color: #0a66c2;
        background-color: #0a66c2;
    }

    /* Modern Employee Card */
.user-card {
    background-color: var(--header);
    color: white;
    padding: 20px;
    width: 320px; /* Slightly wider for better content spacing */
    max-width: 90vw; /* Ensures it doesn’t overflow on smaller screens */
    border-radius: 12px; /* Softer rounded corners for modern aesthetics */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* More subtle shadow */
    position: fixed; /* Fixed positioning for better accessibility */
    z-index: 999;
    top: 12%;
    left: 15%;
    transform: translate(-12%, -15%); /* Perfect centering */
    font-size: 14px; /* Increased for readability */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adds spacing between child elements */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
}

/* Optional: Add hover effect */
.user-card:hover {
    transform: translate(-12%, -15%) scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}


.user-card-header {
    text-align: center;
    margin-bottom: 20px;
}

.user-card-image {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.user-card-name {
    color: white !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.user-card-job-title,
.user-card-department,
.user-card-location {
    margin-bottom: 5px;
}

.user-card-body {
    margin-bottom: 20px;
}

.user-card-birthday,
.user-card-leave-balance,
.user-card-contact-details,
.user-card-manager-name {
    margin-bottom: 5px;
}

.user-card-footer {
    display: flex;
    justify-content: space-between;
}

.user-card-button {
    background-color: var(--subheader1); /* #2b6e85; #424242;*/
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

    .user-card-button:hover {
        background-color: var(--subheader2);
        /* #6db1c8; #616161;*/
    }

.user-card-mailLink {
    color: white;
}

/* End User Profile*/


.newUIHeading {
    font-size: 11px;
    font-family: Century Gothic;
}


.wfCounter {
    position: absolute;
    margin-left: -8px;
    color: #8b0000f7;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding-left: 3px;
    z-index: 10000 !important;
    top: 6px;
    /*
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 20px;
    height: 21px;
    line-height: 23px;
    border-radius: 41%;
    background-color: #11576f61;
    padding-right: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.28);
    */
}

.searchImage {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.28);
    vertical-align: text-bottom;
}

    .searchImage:hover {
        background-color: #439ab836;
        cursor: pointer;
        box-shadow: 0 2px 3px rgba(0,0,0,.28);
    }

.tooltipContent {
    font-size: 11px;
}


.tourLink {
    text-decoration: none !important;
    color: #15576e;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
}

    .tourLink:hover {
        text-decoration: underline !important;
        color: #15576e;
        /*background-color: #439ab836;*/
        cursor: pointer;
        box-shadow: 0 2px 3px rgba(0,0,0,.28);
        border-radius: 5px;
    }

.tourIcon {
    font-size: 20px !important;
    color: #15576e;
}

    .tourIcon:hover {
        color: #FFC107;
        padding: 1px;
        /*background-color: yellow;
        background-color: #439ab836;*/
    }
