﻿/*html {
    font-size: 12px !important;
}*/
/*.nav-tabs > li.active > a {
    background-color: #007bff !important;
    color: #fff !important;
}
.nav-tabs > li.active > a:hover, a:visited {
    color: #fff !important;
}*/

.profile_img {
    border-radius: 50%;
}

#ctab > ul {
    list-style: none;
}
.nav-tabs {
    border-bottom: 0px !important;
}

.nav-tabs .nav-link {
    border: 0px !important;
    color: #6c757d !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 3px solid !important;
    color: #007bff !important;
}

.center-separator {
    display: flex;
    line-height: 1em;
    color: #bbb;
}

.center-separator::before, .center-separator::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    margin-top: 0.5em;
    background: #bbb;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ced4da;
}

.divTextArea {
    padding: 2px;
    width: 100%;
    height: 100px;
    border: 1px solid #ced4da;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search-form {
    border-radius: 30px 0px 0px 30px !important;    
}
.search-btn {
    border-radius: 0px 30px 30px 0px !important;
    cursor: pointer;
}

.sofloat {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 85px;
    right: 10px;
    background-color: #2b669a;
    color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.sofloat.sofloat-activity {
    bottom: 110px;
}
.sofloat.sofloat-task {
    bottom: 65px;
}

.so-float {
    margin-top: 8px;
}

.no-space-break {
    white-space: nowrap;
}

.btn.custom-prop{
    background-color: #2b669a;
}

a.custom-prop{
    color: #2b669a;
}
a.custom-prop-task {
    background-color: #fce303;
}
.btn-outline-primary.custom-outline-prop {
    color: #2b669a;
    border-color: #2b669a;
}
.btn-outline-primary.custom-outline-prop:hover {
    color: #eee;
    background-color: #2b669a;
}
.btn-outline-primary.custom-outline-prop:active, .btn-outline-primary.custom-outline-prop.active {
    color: #eee;
    background-color: #2b669a !important;
}

/*Added for bootstrap upgradation*/
.dummy {
    font-size: 0.75rem;
}

footer a, .footer-tabs a {
    text-decoration: none !important;
    border-bottom: none !important;
}

a {
    text-decoration: none !important;
}

.btn:hover {
    background-color: #68C1E9;
}

.footer a:hover {
    text-decoration: underline !important;
}

.activeicon:hover {
    text-decoration: underline !important;
}

.text-primary:hover {
    text-decoration: underline;
}

.navbar-nav li a:hover {
    text-decoration: underline !important;
}


/*.form-check-input {
    appearance: auto;
    width: 17rem !important;
    margin-left: 0.8rem;*/
    /* margin-right: -1.2rem; */
    /*font-size: 0.8rem;
}*/

.form-check-input {
    appearance: auto;
    font-size: 0.75rem;
}


label[for="UserFeedBack"] {
    padding-left: 0.1rem !important;
}

.mb-3 {
    width: 96%;
    padding-left: 0.75rem !important;
    margin-bottom: 1rem !important;
}

/*.form-label {
    padding-left: 0.75rem !important;
    margin-bottom: .5rem;
}
*/

.form-label {
    margin-bottom: .5rem;
}

select#ActivitySubType {
    width: 17rem !important;
}

.searchinputfield {
    border-radius: 0.1rem !important;
}

table {
    caption-side: bottom;
    border-collapse: unset;
}

.nav-link:focus, .nav-link:hover {
    color: none;
}

.ui-state-active {
    background-color: #2B669A !important;
    color: white !important;
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #fff;
    white-space: nowrap;
}

.dropdown-item {
    /*color: #3A6299 !important;*/
    color: #242424 !important;
}

.dropdown-item:hover {
    color: black !important;
}

.tooltip-inner {
    background-color: white !important; /* Background color */
    color: black !important; /* Text color */
    /*border: 1px solid #0056B3 !important;*/ /* Border color */
    border-radius: 4px !important; /* Rounded corners */
    padding: 6px 10px !important; /* Adjust padding */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important; /* Full shadow around all sides */
}

.tooltip {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
}




/*Added for bootstrap upgradation*/

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important; /* Remove default thick outline */
    box-shadow: none !important; /* Remove any blur or glow */
    border: 1px solid black !important; /* Pure black border */
    background-color: transparent !important; /* Ensure no background interference */
}

    /* Ensure the icon inside also gets a solid border */
    .navbar-toggler:focus .navbar-toggler-icon,
    .navbar-toggler:active .navbar-toggler-icon {
        border: 1px solid black !important; /* Pure black solid border */
        box-shadow: none !important; /* Remove any shadow effects */
        filter: none !important; /* Remove any Bootstrap effects */
        opacity: 1 !important; /* Ensure full opacity */
    }


/*Added for bootstrap upgradation*/
.fa-times:before {
    content: "\f00d";
    /* padding-top: 16.5rem; */
    /*margin-left: 0.8rem;*/
}

.modal-title {
    font-size: 0.8rem;
    margin-bottom: 0;
    line-height: var( );
}
/*Added for bootstrap upgradation*/

h4, .h4 {
    /* font-size: 1.5rem; */
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}


/*  Added for bootstrap upgradation*/
/*.container {
    --bs-gutter-x: 0 rem;
}*/
/*  Added for bootstrap upgradation*/
/*.navbar-toggler {
    position: relative;
    left: -17px;
    border-radius: 4px;
}*/

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: deeppink;
}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}


.navbar-toggler {
    /* padding: 0.25rem 0.75rem; */
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    /* border: 1px solid transparent; */
    border-radius: 0.25rem;
}

th#namecol {
    height: 2rem;
    padding-left: 0px !important;
    text-align: start !important;
}

div#CntRecords {
    margin-top: -2.7rem;
    margin-left: 0.2rem;
    width: 16rem;
}

.table-sm > :not(caption) > * > * {
    background: rgb(0 0 0 / 4%);
    border-top: 1px solid #ddd;
    padding: 0.25rem 1.2rem;
}

table.dataTable.table-sm tbody td.select-checkbox::before {
    /*margin-left: 0.1rem;
    vertical-align: top !important; 
    margin-top: -5px;*/
}

select#ActivitySubType {
    width: 11rem !important;
}

div#CntRecords {
    margin-top: -1.5rem;
    margin-left: 0.2rem;
    width: 16rem;
} 



@media (max-width: 1050.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1050px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}



