﻿
/*new theme changes*/
:root {
    --themecolor_secondary: #4E60AC; /*    dark shade  color*/
    --themecolor_primary: #189ab4; /*  light shade  color*/
    --themecolor_primaryMenu: #122051; /*   side menu dark color*/
    --themecolor_primaryborderclr: #4E60AC; /*    dark shade  color*/
    --themecolor_secondaryborderclr: #e5eafc; /*  light shade  color*/
    --themecolor_primarbtnclr: #122051; /*    dark shade  color*/
    --themecolor_primarbtntextclr: #fff;
    --theme-cardbrcolor: #b7bdd9;
    --themecolor_btnsolid: #4E60AC;
    --themecolor_btnOutline1: #b7bdd9;
    --themecolor_btnOutline2: #023E8A;
    --themecolor_btnOutline3: #7d51e1;
    --themecolor_btnOutline4: #0077B6;
    --themecolor_btnOutlinetxt: #4E60AC;
    /*  --themecolor_primaryth: #189ab445;
    --themecolor_primarythtxt: #189ab4;*/
    --themecolor_primaryth: #189ab4;
    --themecolor_primarythtxt: #fff;
    --font-base: "Poppins", serif;
    --font-base-size: 13px;
    --theme-btn-font-base: 12px;
    --theme-btn-font-weight: 600;
}


/*--themecolor_primaryMenu: #091057; 

--themecolor_secondary: #091057; 
--themecolor_primary: #189ab4; */
.details-headingwrapper > label {
    font-size: 13px !important;
}
.clientdp {
    background: var(--themecolor_secondary);
}

.bg-theme_bl {
    background: var(--themecolor_primary) !important;
}

.themeaccordian {
    padding: 0.56rem 1.25rem !important;
    box-shadow: none !important;
}
/*.nav.side-menu > li.active > a {
    background: var(--themecolor_primaryMenu);
    color: #ffffff;
}
*/


.maincard_header {
    /* background: var(--themecolor_secondary);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px dashed var(--theme-cardbrcolor);
}

    .maincard_header > h4 {
        font-size: 17px;
        color: var(--themecolor_primaryMenu) !important;
        position: relative;
        margin-bottom: 10px !important;
        padding: 7px 0 !important;
    }



        .maincard_header > h4::after {
            position: absolute;
            content: "";
            border-top: 2px solid #7c8bca;
            left: 0;
            width: 53px;
            bottom: 2px;
        }

.subcard_header {
    /*   background: var(--themecolor_secondary);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    border-bottom: 1px dashed var(--theme-cardbrcolor);
}

    .subcard_header > h4 {
        font-size: 14px;
        color: var(--themecolor_primarbtnclr) !important;
    }


.theme_card-body {
    padding: 10px;
}



.themeaccordian {
    background-color: var(--themecolor_primary) !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.details-headingwrapper > span > label {
    color: #fff;
    font-size: 11px !important;
}

.details-headingwrapper > label {
    color: #fff;
    font-size: 15px !important;
}

.no_date-bg {
    background-color: #fff;
}

.details-wrapper-date {
    background: #fff;
}

label.lb-head > label {
    opacity: 0.5;
}

.left-menu {
    border-top: 1px solid var(--themecolor_primary) !important;
    border-left: 1px solid var(--themecolor_primary) !important;
    border-right: 1px solid var(--themecolor_primary) !important;
    border-radius: 0px;
}

 
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--themecolor_primary) !important;
    color: #fff !important;
}

.box-top {
    border-top: 1px solid var(--themecolor_primary);
}

.navtabs_theme {
    padding: 6px;
    background: #f5f5f5;
    border-radius: 3px;
    width: fit-content;
    border-radius: 6px;
    border: none;
}

.nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: var(--themecolor_primary);
    border-color: var(--themecolor_primary) var(--themecolor_primary) var(--themecolor_primary);
    border-radius: 6px;
    /*   padding: .35rem 1.13rem .35rem;*/
}
.crd-br {
    border-radius: 0px 0px 6px 6px !important;
}
.dahsedbr_btn {
    border-bottom: 1px dashed var(--theme-cardbrcolor);
}

.theme_card {
    background: #f8f8f8;
}


/*.table-head {
    border: 2px solid var(--themecolor_primary) !important;
    background-color: var(--themecolor_primary) !important;
}*/

.table-head {
    border: 0px solid transparent !important;
    background-color: var(--themecolor_primaryth) !important;
}
    table.table-hover tbody tr.table-head:hover,  {
        border: 0px solid transparent !important;
        background-color: var(--themecolor_primaryth) !important;
    }
.table-head:hover {
   /* background-color: #fff !important;*/
}
table.table th, table th, table th a {
    color: var(--themecolor_primarythtxt) !important;
    font-weight: 500 !important;
    font-size: var(--font-base-size) !important;
}

.table-hover tbody tr:hover {
    color: #212529;
}



/*table td > a {
    background-color: var(--themecolor_primary);
    color: #fff !important;
}*/

.contractbtn {
    background-color: var(--themecolor_primarbtnclr);
    border-radius: 3px;
    color: var(--themecolor_primarbtntextclr) !important;
    margin: 0;
    outline: none !important;
}

.crd-br {
    border: 1px solid var(--themecolor_secondaryborderclr);
}

/*.card .card-body {
    background: var(--themecolor_third);
}*/

.searchfilter {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    background: var(--themecolor_primary);
    padding: 2px;
}
.searchfilter > img {
    width: 22px;
}

.btn-project-btn, .solidbtn {
    border-radius: 38px !important;
    background: var(--themecolor_primary) !important;
    color: var(--themecolor_btnOutlinetxt);
    font-size: var(--theme-btn-font-base) !important;
    font-weight: var(--theme-btn-font-weight);
}
.btn-project-btn {
    color: #fff !important;
}

button.btn-attached {
    background-color: var(--themecolor_primary) !important;
}
/*rest btn 1*/
.table.table td a:nth-child(1), table td a:nth-child(1),
.table.table td a:nth-child(2), table td a:nth-child(2),
.table.table td a:nth-child(3), table td a:nth-child(3),
.table.table td a:nth-child(4), table td a:nth-child(4) {
    border-radius: 13px;
    background: transparent;
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
}
table.table td, table td {
    background-color: transparent !important;
    font-size: var(--font-base-size) !important;
    color: #2B3674;
}
.outline1, .outline2, .outline3, .outline4 {
    border-radius: 38px;
    background: transparent;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
}

    .outline2:hover, .outline3:hover, .outline4:hover {
        background-color: transparent !important;
    }

.table.table td a:nth-child(1):hover, table td a:nth-child(1):hover,
.table.table td a:nth-child(2):hover, table td a:nth-child(2):hover,
.table.table td a:nth-child(3):hover, table td a:nth-child(3):hover,
.table.table td a:nth-child(4):hover, table td a:nth-child(4):hover {
    background-color: transparent !important;
}
.outline1 {
    border-color: var(--themecolor_btnOutline1) !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}
/*rest btn 2*/
.table.table td a:nth-child(1), table td a:nth-child(1),
.outline2 {
    border-color: var(--themecolor_btnOutline2) !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}
/*rest btn3 */
.table.table td a:nth-child(2), table td a:nth-child(2),
.outline3 {
    border-color: var(--themecolor_btnOutline3) !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}
/*rest btn4 */
.table.table td a:nth-child(3), table td a:nth-child(3),
.outline4 {
    border-color: var(--themecolor_btnOutline4) !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}
.table.table td a:nth-child(4), table td a:nth-child(4),
.outline4 {
    border-color: var(--themecolor_btnOutline4) !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}

.whitebtn_theme {
    background: #fff !important;
    border: 1px solid #30303030 !important;
    color: var(--themecolor_btnOutlinetxt) !important;
}
.whitebtn {
    background-color: #fff;
    border-radius: 3px;
    color: #161d6f !important;
    margin: 0;
}

table tbody tr:nth-child(even), tbody tr:nth-child(even) {
    background-color: #ffffff;
}
table tbody tr:nth-child(odd), tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

table.table-hover tbody tr {
    border-top: 1px solid #e1e0e0;
    border-left: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
    border-bottom: 1px solid #e1e0e0;
}
    table.table-hover tbody tr:hover {
        /* border-top: 1px solid #1F77B4 !important; */
        /* border: 2px solid #1F77B4 !important; */
        border-top: 1px solid transparent;
        border-left: 1px solid #e1e0e0 !important;
        border-right: 1px solid #e1e0e0 !important;
        border-bottom: 1px solid #e1e0e0 !important;
    }

th {
    background-color: unset !important;
}

table .theme_table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
table .theme_table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}
.theme_card_body {
    padding: 2px 10px 10px;
}
.cad-wrk-title {
    color: #fff;
    background-color: var(--themecolor_primaryth) !important;
}