/* Add here all your CSS customizations */
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
}

dl {
    padding: 0.5em;
    overflow: hidden;
}

dt {
    float: left;
    clear: left;
    width: 160px;
    font-weight: bold;
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}

dl dl {
    margin-bottom: 0;
    padding: 0;
}

    dl dl dd:last-of-type {
        margin-bottom: 0;
    }

td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Images/details_close.png') no-repeat center center;
}

.control-label {
    font-weight: 700;
}

.note-editor.note-frame .note-editing-area .note-editable {
    color: inherit;
}

select option:disabled {
    color: #aaa;
    font-style: italic;
}

.body-sign-large {
    max-width: 1000px;
}

    .body-sign-large .center-sign {
        vertical-align: top;
    }

/*@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff') format('woff');
}*/
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.ttf') format('truetype');
}
/*my css*/

body {
    font-family: 'poppins-regular' !important;
}

.navbar {
    overflow: hidden;
    background-color: #60A1DF;
}

    .navbar a {
        float: left;
        font-size: 16px;
        color: white;
        text-align: center;
        padding: 17px 16px;
        text-decoration: none;
        font-weight: bold;
    }

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {
        /*background-color: #335977;*/
        color: orange;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.padding {
    padding: 19px;
    color: white !important;
    font-weight: bold;
    font-size: 15px;
    border-right: solid 1px gray;
}

    .padding:hover {
        color: orange !important;
        cursor: pointer !important;
    }

.userborder {
    height: 542px;
    background-color: white;
    width: 537px;
    margin: 0 auto;
    margin-top: 3%;
    border-radius: 23px;
}

.floatright {
    float: right !important;
}

.userterms {
    color: gray;
    font-size: 12px;
}

.button {
    color: white;
    background: #3AB54A !important;
}

.buttoncancel {
    border: solid 1px lightgreen;
    color: lightgreen;
}

    .buttoncancel:hover {
        border: solid 1px lightgreen;
        color: lightgreen;
    }

.plusicon {
    padding: 9px;
    background: #3AB54A;
    width: 29%;
    font-size: 25px;
    color: white;
    border-radius: 23px;
    text-align: center;
    margin-top: 13px;
    cursor: pointer;
    margin-bottom: 12px;
    float: right;
}

.container-with-sidebar {
    padding: 3%;
}

.userborder {
    height: inherit !important;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    color: green;
    width: 34px;
    display: none;
}


.pagination > li > a {
    padding: 13px;
    background: #F2F2F2;
    border: solid 1px white;
}

.pagination > .active > span {
    padding: 13px;
    color: #F2F2F2;
}

.pagination {
    margin-top: 30px;
}

.registerlogo {
    margin-top: 5px;
}

.EditGridButton {
    color: white;
    background: #0FBD0E;
    padding: 6px;
    width: 74%;
    padding-left: 20px;
    border-radius: 5px;
    padding-right: 20px;
}

    .EditGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.DeleteGridButton {
    cursor: pointer;
    color: white !important;
    background: #E22928;
    padding: 6px;
    width: 74%;
    padding-left: 11px;
    border-radius: 5px;
    padding-right: 11px;
}

    .DeleteGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.EnableDisableGridButton {
    cursor: pointer;
    color: white !important;
    background: #0C87AA;
    padding: 6px;
    width: 74%;
    padding-left: 11px;
    border-radius: 5px;
    padding-right: 11px;
}

    .EnableDisableGridButton:hover {
        color: white !important;
        text-decoration: none;
    }

.whitecolor {
    color: white !important;
}

.menutext {
    font-size: 11px !important;
}

.menutextSelected {
    /* overridden by site.css */
}
    /* border: 1px solid #80808030; */
}

.faSubmenuIconSize {
    font-size: 12px !important;
}

.blackColor {
    color: #333 !important;
}

.menubackground {
    background: #313131; /*background: #313131 !important;*/
}

.carddashboard {
    font-size: 20px;
    vertical-align: text-top;
    margin-top: -7px
}

.channellist {
    height: 178px;
    overflow: auto;
}

.medialistmargin {
    margin-left: 5px;
}

.custom-class {
    background-color: #e8ecef !important;
    border: 1px solid RGBA(0,0,0,0.4) !important;
    border-radius: 0px 5px 5px 0px !important;
}

.login-label {
    border: 1px solid RGBA(0,0,0,0.4) !important;
}

.color-bg-midnightblue {
    background-color: #012d50 !important;
}

.top-border-midnightblue {
    border-top-color: #012d50 !important;
}

.grey-color {
    color: grey !important;
}

.midnightblue-color {
    color: #012d50 !important;
}

table.table-bordered {
    border: 1px solid RGBA(0,0,0,0.2);
    margin-top: 10px;
}

    table.table-bordered > thead > tr > th {
        border: 1px solid RGBA(0,0,0,0.2);
    }

    table.table-bordered > tbody > tr > td {
        border: 1px solid RGBA(0,0,0,0.2);
    }


.border-top-radius {
    border-radius: 15px 15px;
}

.border-bottom-radius {
    border-radius: 0px 0px 15px 15px;
}

.box-shadow {
    box-shadow: -1px 12px 13px 2px rgba(0,0,0,0.1);
}

.nav-tabs > .nav-item > .active {
    border-top-color: midnightblue !important;
}

.view-form-styles {
    padding-top: 3px !important;
    font-weight: 500 !important;
    color: #c5c5c5 !important;
}

#nodata {
    display: none;
}

#nodataDonut {
    display: none;
}

#noprojectdata {
    display: none;
}

.tab {
    display: none;
}

.cur-pointer {
    cursor: pointer;
}

.areaTab {
    display: none;
}
/*.google-visualization-tooltip {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
}
*/
/*#Columnchart_div g rect {
    fill: #ddd;
    stroke: #333;
}

#Columnchart_div g text {
    fill: #333;
    font-size: 12px;
    font-weight: bold;
}*/
/*---------------enhanced dashboard-----------------*/
.enhancedBg {
    background-color: #ECEDF0;
}

.cardBg {
    background-color: #cfd6f6;
}

.liFont li {
    color: #556ee6;
}

.tasks {
    color: #556ee6;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.toCenter {
    margin-left: 110px;
}

.avtar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cfd6f6;
    color: #556ee6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.bgSubAppr {
    background-color: #daf4eb;
    font-weight: bold;
}

.bgRej {
    background-color: #fcf1df;
    font-weight: bold;
}

.InPercSbmt, .InPercAppr, .InPercRej {
    display: none;
}

    .InPercSbmt, .InPercAppr, .InPercRej p {
        font-size: 0.9em;
    }

.labeldrpDgn {
    border: 1px solid #afb3ba;
    border-radius: 0px;
    padding-top: 0.2em;
}

.labelDgn {
    border: 1px solid #afb3ba;
}

.bg_lblColor {
    background-color: #eff2f7;
}

.resourcePeriod {
    width: 90%;
}

#noDonutProjects {
    display: none;
}

#noResourceData {
    display: none;
}

#noTimesheetData {
    display: none;
}

.recCounts {
    gap: 1.5rem;
}

.verticalscrolling {
    overflow-y: scroll;
    height: 20rem;
}

    .verticalscrolling::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    .verticalscrolling::-webkit-scrollbar-thumb {
        background-color: #ccc; /*Set the color of the scrollbar thumb */
    }
    /*.verticalscrolling::-webkit-scrollbar-track {
        background-color: #f1f1f1;*/ /* Set the color of the scrollbar track */
    /*}*/
    .verticalscrolling:hover::-webkit-scrollbar {
        width: 5px;
        background-color: #f1f1f1; /* Set the background color of the visible scrollbar */
    }

.hrRule {
    height: 1px;
}

.enhancement_wrapper {
    position: relative;
    height: 45px;
    overflow: hidden;
}

.hvrEffect {
    padding: 10px;
    margin: 10px;
    transition: background-color 0.3s, color 0.3s;
}

    .hvrEffect:hover {
        background-color: #f0f0f0; /* Change background color on hover */
        color: #333; /* Change text color on hover */
        cursor: pointer; /* Change cursor on hover */
    }

.mkBig {
    font-size: 0.8rem;
}

.prjSmall {
    /*font-size: 0.7rem;*/
    font-weight: 500;
}

#profile {
    height: 10em;
}
/* Adjust modal size as needed */
.mdlImg {
    max-width: 700px;
}

/* Center image horizontally */
.mdlImgBdy {
    text-align: center;
    height: 380px;
}

/* Ensure image is responsive */
.imgLrg {
    height: 100%;
    border-radius: 50%;
    width: 50%;
}

/*---------------project dashboard-----------------*/
.imgSizePrj {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-top: -35px;
}

.spaceGap {
    gap: 2rem;
}

.actualHrs {
    /*padding-bottom: 0.5rem;
    padding-top: 1rem;*/
    gap: 11px
}

.font-size-20 {
    font-size: 20px !important;
}

#noDataResourceTasks {
    display: none;
}

#noDataMilestoneTasks {
    display: none;
}

#noDataTasksCnt {
    display: none;
}

.bordBel {
    border-bottom: 1px solid #3232;
}

    .bordBel a {
        cursor: pointer !important;
        color: #0366d6 !important;
    }

        .bordBel a:hover {
            text-decoration: underline !important;
        }

.minW {
    min-width: 80px !important;
}

#noDataTasksFilterCnt {
    display: none;
}
/*reports checkboxes*/
.mkGap{
    width:10rem;
}
/*project task status checkboxes*/
.taskStats {
    height: 75px !important;
}


/* Warning Toastr override removed — styles now in toastr.css */



#toast-container > .toast-warning .toast-close-button {
    color: white !important;
    opacity: 0.8 !important;
}

#toast-container > .toast-warning .toast-close-button:hover {
    opacity: 1 !important;
}

.toast-warning .toast-close-button {
    color: white !important;
    opacity: 0.8 !important;
}

.toast-warning .toast-close-button:hover {
    opacity: 1 !important;
}
