/* Global CSS*/

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.box-header-bg {
    background: #009688 !important
}

div.fadeMe {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}

img.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
}

.my-text-md {
    font-size: 1em;
}

.lead-view-all {
    font-size: .9em;
}

.arrow-right {
    width: 0px;
    height: 0px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid green;
    position: absolute;
    right: -8px;
    z-index: 2;
}

.arrow-right-disabled {
    border-left: 8px solid #ccc;
    width: 0px;
    height: 0px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 8px solid #ccc;
    position: absolute;
    right: -8px;
    z-index: 2;
}

.step-progress {
    position: relative;
}

.step-progress:after {
    position: absolute;
    right: -40px;
    width: 0px;
    height: 0px;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
    display: block;
}

.stage-name {
    margin-left: 33px;
    font-weight: bold;
}

.complete-stage {
    height: 25px;
    background: green;
    color: #fff;
    text-align: center;
}

.uncomplete-stage {
    height: 25px;
    background: #ccc;
    color: #fff;
}

.section-min-height {
    min-height: 484px;
}

.section-height {
    height: 484px;
    overflow: auto;
}


/* Invetech 04/01/2017 */

body {
    height: 100%;
}

.login-container {
    margin: 0 auto;
    min-width: 200px;
    max-width: 360px;
}

.outer-container {
    height: 100%;
}

.outer-iner-container {
    width: 100%;
    height: 100%;
}

.inner-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    -ms-flex-pack: center;
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mrgn-lft-8 {
    margin-left: -8.2em !important;
    width: 6.5em;
    text-align: left;
}

.pos-tp-26 {
    top: 26px;
}

.flx-vrtcl-algn {
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-filter {
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 0.5rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
}

.activity-filter-width {
    width: 13.667% !important;
}

@media (min-width:320px) and (max-width: 767px) {
    .activity-filter {
        background: rgba(255, 255, 255, 0.4);
        margin-bottom: 0.5rem;
        display: block;
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-justify-content: center;
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.15);
    }
    .activity-filter-width {
        width: 100% !important;
    }
    p.contct-item-equalW span {
        width: 100%;
    }
    .eqWrap {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        -webkit-flex-direction: column;
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        flex-direction: column;
    }
    .d-b {
        display: block !important;
    }
    .disflx-row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        -webkit-flex-direction: column !important;
        display: flex;
        flex-direction: column !important;
    }
}

.signin-box {
    padding: 2.5rem 4.5rem !important;
}


/* Invetech 06/january/2017 */

.arrow-left {
    content: " ";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid #d9e3f7;
    transition: border-color 0.2s ease;
    right: auto;
    left: 0;
    border-left: 7px solid #f0f0f0;
    z-index: 0;
}

.progs-p-m {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0 3px !important;
}

.f-w-b {
    font-weight: bold;
}

.col-md-2.progs-p-m:first-child .step-progress .arrow-left {
    border: none;
}

.col-md-2.progs-p-m:last-child .step-progress .arrow-right-disabled {
    border: none;
}

.col-md-2.progs-p-m:last-child .step-progress .arrow-right {
    border: none;
}

@media (min-width:993px) {
    .hiden-toggel-butn {
        display: none !important;
    }
}


/**
* Author: Vineet Sah
**/

.padding-p2em {
    padding: .2rem .2rem;
}

.custom-active {
    background-color: #0275d8 !important;
}

.text-md-rem925 {
    font-size: .925rem;
}


/* Invetech 09-january */

.eqWrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.equalVH {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.equalHW {
    flex: 1;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
}

.equalHMWrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.equalCA {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.search-contact {
    margin-bottom: 15px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.f-s-20 {
    font-size: 20px;
}

.col-md-4.cntct-fnt-sz a:first-child {
    font-size: 18px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.col-md-4.cntct-fnt-sz a:last-child {
    margin-left: 0.5rem;
    color: #000000;
}


/* Invetech 10 january-2017 */

.contct-item-equalW {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
}

p.contct-item-equalW span {
    width: 33.33%;
}

.custom-table-stru {
    font-size: 12px;
}

.table.custom-table-stru>thead>tr>th {
    padding: 3px 6px;
    border-color: rgba(120, 130, 140, 0.045);
}

.mrn-lft span {
    margin-right: 0.3rem;
}

.mrn-lft span:last-child {
    margin-right: 0.3rem;
}

.team-activity {
    padding-left: 0px;
}

.team-activity li {
    list-style: none;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.team-activity li span {
    width: 16.66%;
    text-align: center;
}

.team-activity li:first-child {
    font-weight: bold;
    font-size: 13px;
}

.multi-statusbar {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}


/* Invetech 13/january/2017 */

.disflx-row {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}

@media (max-width: 680px) {
    /* #navbar-4 .nav {
        display: none;
    } */
}

@media (min-width: 680px) and (max-width:1092px) {
    #navbar-4 .nav {
        display: flex;
    }
    .navbar-brand {
        margin-right: 0px!important;
    }
    .navbar-brand img {
        width: 60px!important;
    }
    .nav-link {
        font-size: 8px!important;
    }
    .btn-group-sm>.btn,
    .btn-sm {
        font-size: 10px!important;
    }
    #rsz-wdth {
        float: left !important;
        width: 100% !important;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        display: flex;
        flex-direction: column;
    }
}

ul.activity-action li {
    display: inline-block;
}

.datepicker_cus_table .dropdown-menu .datepicker>table td th {
    border: none !important;
    padding: 0px !important;
}

.datepicker_cus_table .dropdown-menu .datepicker>table thead th,
tbody>tr {
    border: none !important;
    padding: 0rem !important;
}

.datepicker_cus_table .dropdown-menu .datepicker>table tbody>tr {
    border: none !important;
    padding: 0rem !important;
}

.datepicker_cus_table .dropdown-menu .datepicker>table thead th {
    border: none !important;
    padding: 0rem !important;
}

.datepicker_cus_table .dropdown-menu .datepicker>table tbody>tr>td {
    border: none !important;
    padding: 0rem !important;
}

.text-cut {
    text-decoration: line-through;
}


/* 01/march/2017 Invetech Solution*/

ul.activity-action.team-page {
    padding: 0px !important;
    margin: 0px 0px 2px 0px !important;
    text-align: right !important;
}

.fnt-sz-11 {
    font-size: 13px;
}


/* 02/march/2017 Invetech solutions*/

@media (min-width: 320px) and (max-width: 415px) {
    .mangcntct-butn {
        text-align: left !important;
    }
    .nav-tabs .nav-link {
        display: block;
        padding: .5em !important;
        border: 1px solid transparent;
        border-top-right-radius: .25rem;
        border-top-left-radius: .25rem;
    }
    .p-a {
        padding: .5rem !important;
    }
    .fnt-sz-11 {
        font-size: 11px !important;
    }
    .vw-cntr {
        display: flex;
        justify-content: center;
    }
    .box-tool {
        position: static;
        right: 16px;
        top: 14px;
    }
}

.card-header {
    padding: 0rem !important;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.cus-show {
    display: block;
}

.logo-group img {
    margin: 0 auto;
    display: block;
}

.active>.nav-sub {
    overflow-y: scroll;
}

.tableNew .font-bold {
    font-weight: bold;
    font-size: 14px;
}

.tableNew .table {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableNew .table-bordered {
    border: 1px solid #ccc;
}

.tableNew .table-bordered>tbody>tr>td,
.tableNew .table-bordered>tbody>tr>th,
.tableNew .table-bordered>tfoot>tr>td,
.tableNew .table-bordered>tfoot>tr>th,
.tableNew .table-bordered>thead>tr>td,
.tableNew .table-bordered>thead>tr>th {
    border: 1px solid #ccc;
}

.tableNew table td {
    border-color: rgba(120, 130, 140, 0.32)!important;
}

.tableNew td {
    padding: 5px 0 !important;
    text-align: center;
}

.tableNew th h5 {
    padding: 5px 0;
    margin-bottom: 0 !important;
}

.tableNew .table-bordered>thead>tr>th {
    background-color: #eee;
    text-align: center;
    color: #333;
}

.tableNew .table-bordered>thead>tr>td {
    text-align: center;
}

.tableNew .table-bordered>thead {
    background-color: #eee;
}

.tableNew .table>tbody>tr>td,
.tableNew .table>tbody>tr>th,
.tableNew .table>tfoot>tr>td,
.tableNew .table>tfoot>tr>th,
.tableNew .table>thead>tr>td,
.tableNew .table>thead>tr>th {
    padding: 4px 6px !important;
    font-size: 0.875rem !important;
    vertical-align: middle !important;
}

.tableNew .text-center {
    text-align: center;
}

.tableNew thead h1 {
    text-transform: capitalize;
    margin: 0px;
}

.tableNew tbody h4 {
    margin: 0px;
    text-align: center;
}

.tableNew tbody h5 {
    margin: 0px;
}

/* .navbar-toggleable-md {
    display: flex !important;
} */

.note-editor {
    border: 1px solid rgba(120, 130, 140, 0.2) !important;
}

#tableCurrentPortfolioData>th,
#tableCurrentPortfolioData>td {
    text-align: center !important;
}


/* .app-header.navbar-md ~ .app-body {
    padding-top:0px!important;
} */

.app-header {
    position: relative!important;
}

.hierarchy-menu {
    background-color: #DCDCDC;
    color: #515151;
}

.hierarchy-menu a {
    color: #fff;
    text-decoration: none;
}

.hierarchy-menu.width-350 {
    width: 350px;
}


/* List */

.hierarchy-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
}

.hierarchy-menu ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 27px;
    left: 6px;
    border-left: 1px dashed #373E4B;
}

.hierarchy-menu>ul {
    padding: 15px 0 10px 25px;
}

.hierarchy-menu>ul ul {
    padding-left: 16px;
}


/* List items */

.hierarchy-menu ul li {
    display: block;
    position: relative;
}

.hierarchy-menu>ul ul li:before {
    content: '';
    display: block;
    height: 0px;
    width: 20px;
    border-bottom: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: 16px;
}

.hierarchy-menu>ul ul li:after {
    content: '';
    display: block;
    height: 43px;
    width: 0;
    border-left: 1px solid #7A7F87;
    position: absolute;
    left: -10px;
    top: -27px;
}

.hierarchy-menu>ul ul li.group-lvl:before {
    width: 7px;
}

.hierarchy-menu>ul ul li:first-child:after {
    height: 28px;
    top: -12px;
}

.group-lvl>a {
    font-size: 18px;
    color: #009688 !important;
}


/* Links */

.hierarchy-menu ul a {
    display: block;
    padding: 6px 18px;
    height: 44px;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    transition: 100ms;
}

.hierarchy-menu ul a:hover {
    color: rgba(255, 255, 255, 1);
}

.hierarchy-menu ul a.active {
    color: #39C;
}

.hierarchy-menu ul a>svg {
    fill: currentColor;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.hierarchy-menu li.sub-nav>a:before {
    position: absolute;
    left: 4px;
    top: 14px;
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #515151;
    border-right: 1px solid #515151;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hierarchy-menu li.sub-nav.open>a:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hierarchy-menu li.sub-nav.open>a {
    color: rgba(255, 255, 255, 1);
}

.hierarchy-menu li.sub-nav>ul {
    display: block;
    margin-top: -5px;
}

.hierarchy-menu li.sub-nav.open>ul {
    display: block;
}

.title-pen {
    color: #333;
    font-family: "Coda", sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.title-pen span {
    color: #c32131;
}

.user-profile {
    width: 50%;
    background: #f5f5f5;
    border-radius: .3em;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-calender {
    width: 50%;
}

.user-main {
    margin-right: 25px;
    border-right: 2px solid #c32131;
    padding-right: 15px;
}

.profile-main-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.user-profile img.avatar {
    padding: .7em;
    margin-left: .3em;
    margin-top: .3em;
    height: 10em;
    width: 10em;
    border-radius: 18em;
}

.user-details {
    display: flex;
    align-items: center;
    width: 400px;
    margin-bottom: 10px;
}

.user-description {
    padding-left: 20px;
    font-size: 15px;
}

.designation {
    width: 150px;
    font-weight: bold;
    font-size: 15px;
}

.profile-table {
    margin-top: 40px;
}

.profile-table .table>thead>tr>th {
    padding: 10px 16px!important;
}

.profile-table .table thead {
    background: #009688!important;
    color: #fff!important;
}

.profile-table .table thead th {
    vertical-align: bottom!important;
    border-bottom: 2px solid #eceeef!important;
}

.profile-table .table td,
.profile-table .table th {
    border-top: 1px solid #eceeef!important;
}

.profile-table .table>tbody>tr>td,
.profile-table .table>tbody>tr>th,
.profile-table .table>tfoot>tr>td,
.profile-table .table>tfoot>tr>th {
    padding-left: 16px!important;
    padding-right: 16px!important;
    border-color: rgba(120, 130, 140, .045);
}

.profile-table .table td,
.profile-table .table th {
    padding: .75rem!important;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

@media only screen and (max-width: 767px) {
    .user-profile {
        width: 100%;
        flex-wrap: wrap;
    }
    .user-main {
        border-right: 0px solid #c32131;
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .user-description {
        font-size: 14px;
    }
    .designation {
        font-size: 14px;
    }
    .user-details {
        width: auto;
    }
}


/* New css 24-feb    */

.row-dashboard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.sec-tab-dashboard {
    width: 48%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    margin-top: 8px;
    position: relative;
    min-height: 410px;
    height: 100px;
    overflow: auto;
}

.master-tbl .fonts-12 {
    font-size: 12px!important;
}


/* .... */

.dashboard-tooltip {
    position: relative;
}

.dashboard-tooltip .tooltipdashboard {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 1%;
    min-width: 400px;
    border: 4px solid #eeeeee;
}

.dashboard-tooltip:hover .tooltipdashboard {
    visibility: visible;
}


/* ....... */


/* .... */

.tooltipdashboard-pendingpay {
    position: relative;
}

.tooltipdashboard-pendingpay .tooltipdashboard-pending {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 1%;
    min-width: 300px;
    border: 4px solid #eeeeee;
}

.tooltipdashboard-pendingpay:hover .tooltipdashboard-pending {
    visibility: visible;
}


.tooltipdashboard-pendingpay {
    position: relative;
}

.tooltipdashboard-logtip .tooltipdashboard-log {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 1%;
    min-width: 300px;
    border: 4px solid #eeeeee;
}

.tooltipdashboard-logtip:hover .tooltipdashboard-log {
    visibility: visible;
}


.tooltipdashboard-logtipinvoiceraised .tooltipdashboard-loginvoiceraised {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 1%;
    min-width: 300px;
    border: 4px solid #eeeeee;
}

.tooltipdashboard-logtipinvoiceraised:hover .tooltipdashboard-loginvoiceraised {
    visibility: visible;
}

/* ....... */

.tooltipdashboard-pendingpay .duedate {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: -70%;
    min-width: 300px;
    border: 4px solid #eeeeee;
}

.tooltipdashboard-pendingpay:hover .duedate {
    visibility: visible;
}


/* css */

.pos-rel {
    position: relative;
}

.pos-ab-tab {
    position: absolute;
    right: 10px;
    top: 35%;
}

.pos-ab-tab1 {
    position: absolute;
    right: 16px;
    top: 35%;
}

/* .........gst tooltip........ */


/* .... */

.tooltipdashboard-gstparent {
    position: relative;
}

.tooltipdashboard-gstparent .tooltipdashboard-gst {
    visibility: hidden;
    color: black;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: -87%;
    min-width: 300px;
    border: 4px solid #eeeeee;
}

.tooltipdashboard-gstparent:hover .tooltipdashboard-gst {
    visibility: visible;
}
.tooltip-pos{
    right: 0% !important;
}

.pd-10{padding: 10px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}

.pr-0{padding-right: 0px;}
.pl-0{padding-left:0px;}
.pr-15{padding-right: 15px;}
.inner-box-bordr{
    padding: 34px 35px;
    border: 1px solid #a1a0a0;
}
.radio-button-space{
    margin-left: 10px;
    margin-right: 4px;
    width: 27px;
    height: 18px;
}

.radio-button-space-group {
    margin-left: 8px;
    margin-right: 8px;
    width: 17px;
    height: 14px;
}

.plusbutton{

    border: none;
    color: blue;
    background: none;
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer;

}
.dis-flex{
    display: flex;
}
.flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ml-15{
    margin-left: 15px;
}
.flex-align-center{
    display: flex;
    align-items: center;
}

.manag-selct{
    font-size: 12px;
}



.ml-50{
    margin-left:49%;
}
.tc{
    text-align: center;
}
.mr-2 {
    margin-right: 2px;
}

/* 24 may 2021, TENDER FORMS REALTED CSS IS BELOW */
.nav-tabs .nav-link.active,.nav-link.active:hover {
    border-color: rgb(92 184 92) !important;
    background: #5cb85c !important;
    color: white !important;
}
.tender-select-box{
    height: 35px !important;
    border-radius: 6px;
    font-size: 14px !important;
    padding: 5px 15px 5px 10px !important;
}

.text-input-sm{
    height: 30px;
    border-radius: 6px;
    font-size: 14px;
    width: 140px !important;
}
.mr-2{
    margin-right: 0.5rem !important;
}
.ml-5{

    margin-left: 5px;

}
.btn-info-pd{
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    color: white;
}
.edit-icon-f{
    color: #4f9a4f;
    font-size: 20px;
}
.delete-icon-f{
    color: red;
    font-size: 20px;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-between{
    justify-content: space-between;
}
.cardpd{
    padding: 5px 10px;
    background: #f3f2f2;
}
.close-doc{
    font-size: 20px !important;
}
.wd-200{
    width: 200px !important;
}
.nav-tabs-line{
    border-bottom: 1px solid #ddd;
}
.text-input-table-sm{
    height: 30px !important;
    border-radius: 6px;
    font-size: 14px;
}
.preview-btn{
    background: #2b79fc !important;
    border: 1px solid #2b79fc !important;
}


/* kirti css for project cost dashboard*/


/* 15 july 2021 */
#project-budget{
    /* width:100%; */
    height:225px;
}
.align-items-center{
    align-items: center;
}
.project-title{
    font-size: 17px;
    font-weight: 600;
}
.project-budget-num{
    font-weight: 700;
    font-size: 17px;
}
.text-red{
    color:red;
}
.budget-border{
    border: 1px solid #c7c0c0;
    padding: 3px;
}
.project-launch-border{
    border: 1px solid #5cb85c38;
    padding: 5px;
    background: #5cb85c38;
   
}
.project-launch-or{
 border: 1px solid #e4936638;
    background: #d4702a38;
    padding: 6px 15px;
}
.project-launch-yl{
      border: 1px solid #bfc71e38;
    background: #ded80d38;
     padding: 6px 15px;
}
.days-text{
    font-weight: 700;
    font-size: 23px;
}
.font-wg-600{
    font-weight: 600;
}
.hg-box{
    height: 232px;
}
#invoice-payment-graph{
    width:100%;
}

#plan-manpower-graph{
    width:100%;
}
.risk-border{
    border: 1px solid #dcebe2;
    padding: 5px;
}
.milestone-p{
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.check-icon-box{
    width: 50px;
    height: 50px;
    background: #5cb85c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.development-box-complete{
    border-right: 1px solid #ada8a8;
    padding: 5px;
    text-align: center;
    margin-right: 5px;
    padding: 6px 10px;
}
.deve-p{
    font-size: 13px;
    font-weight: 600;
    width:100px;
}
.scroll-dev-box{
    /* width: 623px; */
    overflow-x: scroll;
}



.scroll-dev-box::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scroll-dev-box::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
    /* height:10px; */
    
}

.scroll-dev-box::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #5cb85c;
}

 /* .scroll-dev-box{
    transform: rotateX(180deg);
} */

.table td, .table th{
    vertical-align: middle !important;
}

.dashboard-table-head .head-table-master{
    background: #f3f3f3;
  
}
.overdue-days-td{
    background: #5cb85c42;
}

.text-left{
    text-align: left !important;
}
.dev-table-title{
    color: black !important;
    font-weight: 700;
}
/* circle progreess bar */
.arc1 {
    width: 160px;
    height: 160px;
    background: #00a0db;
    -webkit-transform-origin: -31% 61%;
    margin-left: -30px;
    margin-top: 20px;
    -webkit-transform: translate(-54px,50px);
    -moz-transform: translate(-54px,50px);
    -o-transform: translate(-54px,50px);
}
.arc2 {
    width: 160px;
    height: 160px;
    background: #59ec1c;
    -webkit-transform: skew(45deg,0deg);
    -moz-transform: skew(45deg,0deg);
    -o-transform: skew(45deg,0deg);
    margin-left: -180px;
    margin-top: -90px;
    position: absolute;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.arc3 {
    width: 160px;
    height: 160px;
    background: orange;
    -webkit-transform: skew(45deg,0deg);
    -moz-transform: skew(45deg,0deg);
    -o-transform: skew(45deg,0deg);
    margin-left: -180px;
    margin-top: -90px;
    position: absolute;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
}

/* .arc-container:hover .arc2 {
    margin-left: -50px;
    -webkit-transform: skew(-20deg,0deg);
    -moz-transform: skew(-20deg,0deg);
    -o-transform: skew(-20deg,0deg);
} */

.arc-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 150px;
    background: #eae7e7;
    overflow: hidden;
    left: 25px;
    top: 0;
    position: absolute;
}


.arc-overlay {
    width: 45px;
    height: 45px;

    background: white;
    padding-left: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff;
    font-size: 20px;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    top: 7px;
    padding-top: 7px;
    left: 32px;
}
.arc-container {
    position: relative;
    height: 65px;
}

.text-green-total{
    font-size: 20px !important;
    color: #5cb85c;
    font-weight: 700;
}

.text-red-total{
    font-size: 20px !important;
    color: #ff0000;
    font-weight: 700;
}

.scroll-actual-tab{
    height: 130px;
    overflow-y: scroll;
}

.scroll-actual-tab::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-actual-tab::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
    height:10px;   
}
.scroll-actual-tab::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #5cb85c;
}

/* 19july 2021 */
.project-budget-box{
    border: 1px solid #668cd738;
    background: #668cd738;
    padding: 6px 15px;
    min-height:180px;
    /* min-height:144px; */
}

.project-budget-box-new{
border: 1px solid #668cd738;
    background: #668cd738;
    padding: 15px;
    min-height: 100px;
    font-size: 14px;
}
.scroll-dev-amc{
    height: 605px;
    overflow-y: scroll;
}

.scroll-dev-amc::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-dev-amc::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
    height:10px;   
}
.scroll-dev-amc::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #5cb85c;
}
.font-11{
    font-size: 11.5px;
}
.project-launch-re {
    border: 1px solid #ffb74ea8;
    background: #ff980054;
    padding: 15px;
    min-height: 105px;
}


/* // css */


.onSitetooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .onSitetooltip .onSiteDisplay {
    visibility: hidden;
    width: 175px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: 30px;
    border: 1px solid black;
    left: 39%;

    margin-left: -60px;
  }
  
  .onSitetooltip .onSiteDisplay::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }
  
  .onSitetooltip:hover .onSiteDisplay {
    visibility: visible;
  }


  .gst-budget-box{
    border: 1px solid #668cd738;
    background: #668cd738;
    padding: 6px 15px;
    /* min-height:180px; */
}
.modal-box-p{
    margin-bottom: 4px;
    font-weight: 500 !important;
    color: #555;
}
.word-break-timeline{
    word-break: break-all;
}
.word-wrapp{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.new-loa-bg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #80c7c1;
    padding-bottom: 5px;
}
.form-box-content{
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
    background: #fefefe;
    filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.07));
    padding: 30px 15px;
    border-radius: 16px;
    margin: 10px;
}
.datepick-calender-golive {
    position: absolute;
    top: 26%;
    left: 87%;
}


/* active List */
.active-list{

}

.active-list .table tr th, .active-list .table tr td{padding: 2px 4px !important; font-size: 12px; color: #000; font-weight: 500;}
.active-list .table tr th:first-child, .active-list .table tr td:first-child{width: 40px;}

.active-list .bg-primary{background: #01407D !important;}

.active-list .bg-primary td, .active-list .bg-primary th{color: #fff!important;}
.btn.btn-timeline{padding: 2px 4px !important; font-size: 12px!important; }
.active-list input.form-control, .active-list select.form-control{height: 29px;}

/* ================ The Timeline ================ */
.timeline {
    display: flex;
    flex-direction: column;
    width: 50vw;
    margin:0 auto;
  }
  .timeline__event {
    /* background: #fff; */
    position: relative;
    display: flex;
    margin: 8px 0;
    border-radius: 8px;
    gap: 64px;
  }
  .timeline__event__title {
    font-size: .9rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
  }

  .timeline__status {
    font-size: .75rem;
    line-height: 2;
    color: #000;
  }

  .timeline__status .status {
    color: #efbf01;
    display: inline-block;
    padding: 0px 4px;
    font-weight: bold;
    font-size: .8rem;
    
}

  .timeline__event__content {
    width: 100%;
    padding: .6rem;
    background: #fff;
    border-radius: .2rem;
    border: 1px solid #e5e5e5;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
  .timeline__event__date {
    color: #000;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
  }
  .timeline__event__icon {
    border-radius: 8px 0 0 8px;
    /* background: #000; */
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    flex-basis: 10%;
    font-size: 2rem;
    color: #9251ac;
    padding: 8px;
  }
  .timeline__event__icon i {
    position: absolute;
    top: 50%;
    left: -72px;
    font-size: 2.5rem;
    transform: translateY(-50%);
  }
  .timeline__event__description {
    flex-basis: 90%;
    
    
  }
  .timeline__event__description p{
    margin-bottom: 0;
    font-size: .75rem;
  }
  .timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #efbf01 ;
    position: absolute;
    top: 52%;
    left: 7.5rem;
    z-index: 0;
  }
  .timeline__event:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #efbf01;
    border-radius: 100%;
    left: 105px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #efbf01;
    z-index: 1;
  }

  .timeline__event--type1:before {
    background: #efbf01;
    border-color: #efbf01 ;
  }
  .timeline__event--type1:after {
    background: #efbf01 ;
  }
  .timeline__event--type1 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type1 .timeline__event__icon {
    background: #fff;
    color: #efbf01;
  }
  .timeline__event--type1 .timeline__event__title {
    color: #efbf01;
  }
  .timeline__event--type1 .timeline__status .status {
    color: #efbf01;
}

  .timeline__event--type2:before {
    background: #01407D;
    border-color: #01407D ;
  }
  .timeline__event--type2:after {
    background: #01407D ;
  }
  .timeline__event--type2 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type2 .timeline__event__icon {
    background: #fff;
    color: #01407D;
  }
  .timeline__event--type2 .timeline__event__title {
    color: #01407D;
  }
  .timeline__event--type2 .timeline__status .status {
    color: #01407D;
}


  .timeline__event--type3:before {
    background: #ff0000;
    border-color: #ff0000;
  }
  .timeline__event--type3:after {
    background: #ff0000;
  }
  .timeline__event--type3 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type3 .timeline__event__icon {
    background: #fff;
    color: #fff;
  }
  .timeline__event--type3 .timeline__event__title {
    color: #ff0000;
  }

  .timeline__event--type3 .timeline__status .status {
    color: #ff0000;
}

  .timeline__event--type4:before {
    background: #0c8902;
    border-color: #0c8902;
  }
  .timeline__event--type4:after {
    background: #0c8902;
  }
  .timeline__event--type4 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type4 .timeline__event__icon {
    background: #fff;
    color: #fff;
  }
  .timeline__event--type4 .timeline__event__title {
    color: #0c8902;
  }

  .timeline__event--type4 .timeline__status .status {
    color: #0c8902;
}

  .timeline__event--type5:before {
    background: #034dc7;
    border-color: #034dc7;
  }
  .timeline__event--type5:after {
    background: #034dc7;
  }
  .timeline__event--type5 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type5 .timeline__event__icon {
    background: #fff;
    color: #fff;
  }
  .timeline__event--type5 .timeline__event__title {
    color: #034dc7;
  }

  .timeline__event--type5 .timeline__status .status {
    color: #034dc7;
}
  .timeline__event--type6:before {
    background: #2e2e2e;
    border-color: #2e2e2e;
  }
  .timeline__event--type6:after {
    background: #2e2e2e;
  }
  .timeline__event--type6 .timeline__event__date {
    color: #000;
  }
  .timeline__event--type6 .timeline__event__icon {
    background: #fff;
    color: #fff;
  }
  .timeline__event--type6 .timeline__event__title {
    color: #2e2e2e;
  }

  .timeline__event--type6 .timeline__status .status {
    color: #2e2e2e;
}

  
  .timeline__event:last-child:after {
    content: none;
  }
  
  @media (max-width: 786px) {
    .timeline__event {
      flex-direction: column;
    }
  
    .timeline__event__icon {
      border-radius: 4px 4px 0 0;
    }
  }