﻿.container {
    display: flex;
    flex-flow: wrap;
    /*margin: -10px;*/
    overflow: visible;
    box-sizing: border-box;
    width: calc(100% + 20px);
    max-width: 100vw;
    min-height: calc(100% + 20px);
    border-radius: 12px; /* Softer rounded corners for modern aesthetics */
    gap: 5px;
    /*    border-collapse: collapse;
    border-spacing: 0;
    padding: 1px;
    width: 99%;
    border: none;*/
}

.containerTD {
    vertical-align: top;
}

.contentDiv {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 300px;
    cursor: pointer;
    /*margin: 4px;
    overflow: hidden;
    padding: 8px;*/
}

    .contentDiv:hover {
        box-shadow: 3px 2px 10px rgba(0,0,0,0.1);
    }



.contentChart {
    width: 299px;
    overflow: hidden;
    /*border-style: solid;
    border-width: 1px;*/
    border-color: rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    min-width: 140px;
    border-top: 1px solid lightgray;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
}

    .contentChart:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }


.workitem {
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    padding-left: 6px;
}

.dataGroup {
    position: relative;
}

    .dataGroup fieldset {
        *padding: 0;
        border: 0 none;
    }

.RadForm.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm.rfdFieldset fieldset {
    border: 0 none !important;
}

.dataGroup fieldset .menu_img {
    position: absolute;
    left: 5px;
    top: 10px;
    max-height: 16px;
    max-width: 16px;
    vertical-align: middle;
    padding-right: 5px;
}

.dataGroup fieldset legend {
    width: 97%;
    height: 28px;
    *margin: 0 0 20px -7px;
    padding-right: 0;
    padding-left: 18px;
    line-height: 35px;
    font-size: 13px;
    border-bottom: 1px solid #cecdf0;
}

/*RadListView data item*/
.rlvI {
    float: left;
    margin: 2px;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    /* margin: 2px; */
    /* float: left; */
    /* min-width: 265px; */
    /* border-radius: 2px; */
    /* box-shadow: 0 0 4px rgba(0,0,0,0.2); */
    /* min-height: 52px; */
    /* min-width: 140px; */
    /* background-color: white; */
    /* max-width: 228px; */
}

    .rlvI:hover {
        box-shadow: 0 0 5px #0078d7;
        border-radius: 4px;
        transition: box-shadow 1.0s;
        transition: border-radius 1.0s;
        /*padding-right: 6px;*/
    }

    .rlvI .cat {
        line-height: 22px;
        overflow: hidden;
        /*padding-right: 6px;*/
        font-size: 10px;
    }

.tile {
    float: left;
    padding: 2px;
    cursor: pointer;
}

/*.headingTitle {
    width: 200px;
    display: flex;
    align-items: center;
}*/

.actionItem {
    display: flex;
    align-items: center;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 294px;
    text-decoration: none;
    cursor: pointer;
    color: black;
    border-bottom: 0px solid #F4F4F4;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
}

    .actionItem:hover {
        border: 1px solid #F4F4F4;
        color: green;
        box-shadow: 0 0 5px #0078d7;
        border-radius: 2px;
        transition: box-shadow 0.2s;
    }

.workflowItem {
    display: flex;
    align-items: center;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 294px;
    text-decoration: none;
    color: black;
    border-bottom: 0px solid #F4F4F4;
}


.top {
    vertical-align: top;
}

.fav {
    float: right;
    padding: 2px;
    color: lightgray;
}

    .fav:hover {
        color: #f3c103 !important;
    }


.favgroup {
    color: orange;
}

.subMenu {
    text-decoration: none;
    color: black;
}

    .subMenu:hover {
        font-weight: bold;
        color: #0078d7;
        transition: color 1.0s;
    }

.sectionImage {
    max-height: 20px;
    max-width: 20px;
}


.menu_img2 {
    max-height: 16px;
    max-width: 16px;
    /*padding: 2px;*/
}

.disabled {
    color: gray;
    font-style: italic;
    pointer-events: none;
    cursor: not-allowed;
}

.btnSearch {
    /*border: 1px solid #e0e0e0;*/
    background-color: #fff;
    vertical-align: bottom;
    cursor: pointer;
    height: 25px;
    text-align: center;
    border-radius: 2px;
}

    .btnSearch:hover {
        transition: background-color .5s;
        background-color: DodgerBlue;
    }

.dvDashbaord {
    color: White;
    background-color: DodgerBlue;
    border-width: 1px;
    border-style: solid;
    padding: 8px;
    cursor: pointer;
    margin: 1px;
    width: 80px;
    text-align: center !important;
}

    .dvDashbaord:hover {
        transition: background-color .5s;
        background-color: #0071E1;
        border-color: darkgray;
    }


/* Dashboard Overrides */


.counterTitle {
    padding: 0 !important;
    font-size: 10px !important;
    margin: 0 !important;
}

.counterValue {
    font-size: 22px !important;
    padding: 0 2px 2px 5px;
    font-weight: 200 !important;
}

.widget-description {
    line-height: 13px;
    height: 9px !important;
}

.widget-preview-image {
    max-height: 24px !important;
}

.iDate {
    font-size: 9px;
    text-align: center;
    width: 20px;
    padding: 3px;
    background-color: #d3f3f8;
    border: 1px solid powderblue;
    margin: 4px;
}

.tblDates {
    /*width: 100%;*/
    border-collapse: collapse;
    border-spacing: 0;
    padding: 1px;
    /*width: 99%;*/
    border: none;
}

.colDate {
    vertical-align: top;
    border-bottom: 1px solid lightgray;
}


.iEventDesc {
    font-size: 11px;
    color: #212121 !important;
    padding: 0 0 0 0;
}

.dateList-Item {
    font-size: 11px !important;
}

.imageList-name {
    font-size: 15px !important;
}

    .imageList-name .awhite {
        text-decoration: none !important;
    }

.sectionHeadingImg {
    max-height: 16px;
    max-width: 16px;
}


.heading {
    display: block;
    flex-flow: row;
    width: auto;
    height: 60px;
    box-sizing: border-box;
    align-items: center;
    background-color: rgb(243, 242, 241);
}

.card {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-radius: 12px; /* Softer rounded corners for modern aesthetics */
    margin: 2px;
    width: 300px; /* Slightly wider for better content spacing */
    max-width: 90vw; /* Ensures it doesn’t overflow on smaller screens */
    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 */
}

.cardBig {
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-radius: 12px; /* Softer rounded corners for modern aesthetics */
    margin: 2px;
    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 */
    /*width:600px*/
}

.heading {
    display: block;
    flex-flow: row;
    width: auto;
    height: 60px;
    box-sizing: border-box;
    align-items: center;
    background-color: rgb(243, 242, 241);
    border-color: rgb(223, 223, 223);
    border-top-left-radius: 12px; /* Softer rounded corners for modern aesthetics */
    border-top-right-radius: 12px; /* Softer rounded corners for modern aesthetics */
}

.headingHeader {
    display: flex;
    position: relative;
    align-items: center;
    height: 60px;
}

.headingTitle {
    width: 200px;
    display: flex;
    align-items: center;
}

.fxcIcon {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    animation-name: css-1;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    animation-fill-mode: both;
    padding-left: 20px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
}

.fxcCategoryNameText {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    color: rgb(41, 40, 39);
    display: inline;
    padding-left: 10px;
    float: left;
}

.fxcScoreContainer {
    position: absolute;
    top: 0px;
    right: 16px;
    display: flex;
    align-items: center;
    height: 60px;
}

.fxcScoreVerticalBarGreen {
    background-color: rgb(16, 124, 16);
    height: 40px;
    width: 6px;
    margin-right: 5px;
}

.fxcScoreVerticalBarOrange {
    background-color: rgb(255, 140, 0);
    height: 40px;
    width: 6px;
    margin-right: 5px;
}

.fxcScoreVerticalBarRed {
    background-color: rgb(221 11 11);
    height: 40px;
    width: 6px;
    margin-right: 5px;
}


.fxcScoreLabel {
    font-weight: 100;
    font-size: 13px;
    padding-bottom: 5px;
}

.fxcScore {
    display: flex;
}

.fxcScorePercentage {
    float: left;
    font-weight: 600;
    font-size: 20px;
    margin-right: 2px;
    margin-top: -5px;
}

.fxcPercentSymbol {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    padding-top: 8px;
}

/*contentArea*/
.fxcItemDetailContainer {
    width: 300px;
    height: 265px;
    align-items: flex-start;
    display: flex;
    text-align: left;
    flex-grow: 1; /* Pushes the footer to the bottom */
}

.fxcItemDetailContainerBig {
    width: 300px;
    min-height: 200px;
    align-items: flex-start;
    display: flex;
    text-align: left;
    /*overflow: auto;*/
}

.fxcNoRecommendationContainer {
    width: 300px;
    height: 230px;
    align-items: center;
    display: flex;
    text-align: center;
}

.css-189 {
    display: flex;
    flex-flow: column;
    width: auto;
    height: auto;
    box-sizing: border-box;
    max-height: 265px;
    overflow-y: auto;
    /*overflow: auto;*/
}

.fxcNoRecommendationText {
    padding-top: 10px;
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.fxcImpactedResourcesCount {
    display: flex;
    flex-flow: row;
    width: auto;
    height: 50px;
    box-sizing: border-box;
    border-top: 1px solid rgb(223, 223, 223);
    align-items: center;
    padding-left: 20px;
}

.RadProgressBar.rpbHorizontal {
    width: 100% !important;
}


/* Modern Employee Card */
.user-card {
    height: 100%;
    background-color: #f3f2f1;
    /*color: white;*/
    padding: 10px;
    border-radius: 12px; /* Softer rounded corners for modern aesthetics */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* More subtle shadow */
    font-size: 14px; /* Increased for readability */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
}

    /* Optional: Add hover effect */
    .user-card:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }


.user-card-header {
    display: flex;
    align-items: center;
    /*text-align: center;*/
    /*margin-bottom: 20px;*/
}

.user-card-image {
    border-radius: 12px;
    height: 100px;
    max-width: 100px;
    object-fit: cover;
    margin-right: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations */
}

    .user-card-image:hover {
        transform: scale(1.4);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    }



.user-card-info {
    display: flex;
    flex-direction: column;
}

.user-card-name {
    color: var(--header);
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.user-card-job-title,
.user-card-department,
.user-card-location,
.user-card-empno {
    font-size: 12px;
    margin: 2px 0;
    margin-bottom: 5px;
}

.user-card-body {
    flex-grow: 1; /* Pushes the footer to the bottom */
    font-size: 12px;
    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*/


.pvAssistant{
    height: 100vw !important;
}