﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .release-linklimit-v2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 80px; 
        text-align:center;
    }
    .daterangepicker .drp-selected {       
        font-size: 11px !important;
        
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/*CUSTOM*/
:root {
    --primary-color: #14BD83;
    --primary-color-lt: #f5f8fa;
    --secondary-color: #31465b;
}

body {
    font-size: 0.9rem
}

    body .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text, body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
        display: flex;
    }

    body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top, .header-navbar.fixed-top {
        left: 0;
    }
/**/
.mx-auto.menu-wrapper ul li a:not(.dropdown-item) {
    color: #31465B !important
}

/**/
.main-menu.menu-fixed {
    top: 56px;
}

.vertical-overlay-menu.menu-open .main-menu {
    top: 54px
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
    width: 78px;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
    width: 78px;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu {
    width: 78px;
}

html body .content {
    margin-left: 78px
}

html body.navbar-static .navbar-container, html body.navbar-sticky .navbar-container {
    padding-left: 1rem
}
/*side nav icons*/
.main-menu.menu-light .navigation li a {
    padding: 10px 8px
}
/*.main-menu.menu-light .navigation li a i {width:25px
}*/
.main-menu.menu-light .navigation > li {
    margin: 0px;
    white-space: normal
}

    .main-menu.menu-light .navigation > li.nav-item:not(.has-sub) a {
        padding: 10px 8px
    }

.menu-img {
    height: 32px;
    width: 32px;
    background: var(--primary-color-lt);
}

.menu-font {
    font-size: 0.9rem;
    display: block;
    text-align: center !important;
    margin-top: 2px;
    color: #31465B;
    overflow: hidden;
    white-space: nowrap;
   text-align: center;
    /* width: 20px;*/
   /* display: -webkit-box !important;*/
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

@media (max-width:767.98px) {
    .menu-font {
        font-size: 1rem
    }
    
    .vertical-overlay-menu.menu-open .main-menu .navigation > li > a > span.menu-font  {
        
        display: block;
        text-align: center;
        margin-top: 2px;
        color: #31465B; 
        width:auto;
    }
}

/*left nav color*/
.main-menu.menu-light .navigation, .main-menu.menu-light {
    background: white;
   
}

/*nav active*/
.main-menu.menu-light .navigation > li.active:not(.sidebar-group-active) > a {
    background: #fff !important;
    color: var(--primary-color);
}

    .main-menu.menu-light .navigation > li.active a .menu-img {
        background: var(--primary-color)
    }

.main-menu.menu-light .navigation > li.active a .menu-img svg path.a {
    fill: white;
    stroke: white
}
/*.main-menu.menu-light .navigation > li.active a .menu-img svg g > a {
    fill: white;
    stroke: white
}*/

/*dropdown header*/
.dropdown-notification .dropdown-menu-header {
    background: var(--primary-color)
}

.dropdown-item.active, .dropdown-item:active, .btn-light ~ .dropdown-menu .dropdown-item.active {
    color: white !important;
    background-color: var(--secondary-color);
}

/*.dropdown-item:focus, .dropdown-item:hover {
   
    background-color: #F2F4F4;
}*/

/*content wrapper*/
html body.navbar-sticky .app-content .content-wrapper {
    padding: 1.8rem 1.6rem 0;
    margin-top: 4rem;
}

/*grids*/
.td-indicator {
    left: 0;
    border: 2px solid;
    height: 80%;
    top: 6px;
}

    .td-indicator.status-active {
        border-color: var(--primary-color)
    }

span.td-image {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 9px
}

/*card/thumbnail view*/
#viewToggler label.left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

#viewToggler label.right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

#viewToggler label.active {
    background-color: var(--primary-color);
    color: white
}

#viewToggler label:not(active) {
    background-color: white;
    color: var(--primary-color)
}

#cardView, #lineFilters {
    display: none
}

.grid-item-container {
    margin: 15px;
    width: 207px;
    height: 225px
}

    .grid-item-container .grid-content {
        border-left: 2px solid
    }

        .grid-item-container .grid-content.status-active {
            border-color: var(--primary-color)
        }


/*tabs*/


.nav.nav-pills {
    border-bottom: 1px solid #DFE3E7;
}

    .nav.nav-pills .nav-item {
        position: relative;
        top: 2px;
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
    }

        .nav.nav-pills .nav-item .nav-link.active, .nav.nav-tabs .nav-item .nav-link.active {
            border-radius: 0;
            box-shadow: none;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

/*activer hover*/
.nav.nav-pills .nav-item .nav-link.active:hover, .nav.nav-tabs .nav-item .nav-link.active:hover {
    color: var(--primary-color);
}

/*inactive tab*/
.nav.nav-pills .nav-item .nav-link, .nav.nav-pills .nav-item.dropdown.show .dropdown-menu, .nav.nav-tabs .nav-item .nav-link, .nav.nav-tabs .nav-item.dropdown.show .dropdown-menu {
    border-radius: 0;
}

.nav-pills .nav-link, .nav-tabs .nav-link {
    background-color: transparent;
    color: #97A1AC;
    border-bottom: 2px solid transparent;
}


/*emp details*/
.details .profile-img {
    height: 120px;
    width: 120px;
    background-position: center;
    background-size: cover;
}

    .details .profile-img label {
        bottom: 0px;
        right: 0px
    }

        .details .profile-img label span {
            background: #31465B;
            border: 2px solid white;
            height: 34px;
            width: 34px;
        }

/*.text-black {
    color: #31465B
}*/

.text-black {
    color: black
}

.bg-info {
    background-color: #d0f2e6 !important;
}

.border-dashed {
    border-style: dashed !important
}

.text-label {
    color: #97A1AC
}

.bg-success {
    background-color: var(--primary-color) !important;
}

.bg-success-light {
    background-color: var(--primary-color-lt);
}

.holiday-img {
    height: 40px;
    width: 40px
}

label.form-group {
    font-size: 14px
}

.file-icon {
    height: 36px;
    width: 36px
}

    .file-icon + p {
        word-break: break-all
    }

.progress-bar-vacation .progress-bar {
    background: #CE84FF
}

.progress-bar-remote .progress-bar {
    background: #2CAA00
}

.progress-bar-privilege .progress-bar {
    background: #8884FF
}

.progress-bar-sick .progress-bar {
    background: #FF8484
}

/*bootstrap select*/
.dropdown.bootstrap-select .selectpicker + button.btn-light {
    border: 1px solid #DFE3E7;
    border-radius: 0.267rem;
    background-color: white !important;
    color: var(--secondary-color) !important;
    padding-left: 11px
}

.bootstrap-select .dropdown-toggle {
    border-radius: 0.267rem;
}

    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
        /* outline: thin dotted #333!important; */
        /* outline: 1px auto -webkit-focus-ring-color!important; */
        border: 1px solid var(--secondary-color) !important;
        outline: none !important;
        /*outline-offset: 0px;*/
    }

/*table*/
.table td, .table th {
    padding: 0.75rem 1rem;
}

/*.sidebar-overlay{display:none; top:0; bottom:0; right:0; left:0; background:rgba(0,0,0,0.7); z-index:1234}
.sidebar{overflow:auto; position:fixed; right:0; top:0; bottom:0; width:420px; z-index:1235; transform:translateX(500px); transition:all ease-in-out 0.30s}
    .sidebar.sidebar-open {
        transform: translateX(0px)
    }
*/
/*datepicker*/
.picker__holder {
    width: 280px
}

/*form wizard*/
.wizard .steps ul li a .step {
    position: static;
}

.wizard .steps ul li::after {
    display: none;
    content: none;
    width: 0
}

.wizard .steps ul li::before, .wizard .steps ul li::after {
    content: '';
    position: relative;
    top: 0.76rem;
    width: 80px;
    height: 3px;
}

.wizard .steps ul li a {
    padding-top: 0;
    margin-top: 0;
    position: static
}

.wizard .steps ul, .wizard .steps ul li {
    display: flex;
}

    .wizard .steps ul li.first::before {
        display: none
    }

    .wizard .steps ul li a .step {
        position: static;
        border: 2px solid;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.25rem;
        margin-left: 0.50rem;
    }

    .wizard .steps ul li.done a .step {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: white
    }

    .wizard .steps ul li.current a .step {
        color: var(--primary-color);
        border-color: var(--primary-color)
    }

    .wizard .steps ul li a {
        text-transform: capitalize;
        font-weight: 500
    }

    .wizard .steps ul li.current a .step + span {
        color: var(--primary-color);
    }

    .wizard .steps ul li.current::before {
        background-color: var(--primary-color);
    }

.wizard .steps ul {
    padding: 1.25rem 1rem 0 1rem;
    border-bottom: 1px solid #DFE3E7;
}

.wizard .actions {
    padding: 1rem
}

.pagination .page-item.active .page-link, .pagination .page-item.active .page-link:hover {
    background-color: var(--secondary-color) !important;
}

.pagination-selector .dropdown .selectpicker + .btn {
    padding: 1px 12px 1px 6px;
}

@font-face {
    font-family: ITFRupee;
    src: url('../fonts/ITF Rupee/ITF-Rupee.ttf');
}

.table.table-nowrap tr td:last-child {
    white-space: nowrap
}

.currency-sign.indian-rupee {
    font-family: ITFRupee
}

.vertical-tabs .nav-pills .nav-link {
    background-color: transparent;
    color: #97A1AC;
    border-bottom: none;
    border-left: 3px solid transparent;
}

    .vertical-tabs .nav-pills .nav-link.active {
        color: var(--primary-color);
        background-color: transparent;
        border-color: var(--primary-color);
    }

.vertical-tabs .nav.nav-pills {
    border-bottom: none;
}

/**/
.block-scroll {
    overflow: hidden
}

/*Dashboard*/

.dashboard-widget .widget-icon {
    width: 36px;
    border-radius: 50%;
    height: 36px;
    background: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.widget-title::after {
    content: '';
    position: absolute;
    width: 30px;
    border: 2px solid white;
    border-radius: 20px;
    bottom: -9px;
}


#inlineDatePicker-container .picker__holder {
    box-shadow: none;
    border: none;
}

#inlineDatePicker-container .picker {
    margin: auto;
}




.user-round-circle {
    background: #5867dd;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    /* padding: 8px 0;*/
    align-items: center;
    /*margin-right: 5px;*/
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    text-transform: uppercase;
    padding: 4px;
    font-size: 14px;
}

.profile-user-round-circle {
    background: #5867dd;
    color: #fff;
    width: 120px;
    height: 120px;
    display: inline-flex;
    /* padding: 8px 0;*/
    align-items: center;
    /*margin-right: 5px;*/
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    text-transform: uppercase;
    padding: 0px !important;
    font-size: 50px;
    font-family: "Rubik", Helvetica, Arial, serif;
}

.layout-user-round-circle {
    background: #5867dd;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    /* padding: 8px 0;*/
    align-items: center;
    /*margin-right: 5px;*/
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    text-transform: uppercase;
    padding: 0px !important;
    font-size: 20px;
    font-family: "Rubik", Helvetica, Arial, serif;
}

.user-round-kanbancircle, .user-round-sprint-circle {
    background: #adb5f1;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-flex;
    /* padding: 8px 0;*/
    align-items: center;
    /*margin-right: 5px;*/
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    text-transform: uppercase;
    padding: 4px;
    font-size: 11px;
}

.field-validation-error {
    color: red !important;
}

th.sort.sorting_asc::before {
    right: 1em;
    content: "\2191"
}


th.sort.sorting_desc::before {
    right: 1em;
    content: "\2193"
}
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    /* ... */
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .sidebar.sidebar-open {
        transform: translateX(0px);
        width: 100%;
    }
    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .daterangepicker .drp-selected {
        font-size: 11px !important;
    }

    

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
    }

    /*.release-linklimit-v2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 20vw;
    }*/
    .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
        height: calc(1.4em + .94rem + 3.7px);
        /* height: calc(1.1em + .94rem + 3.7px); */
    }
    
}
/*.btn i {
    top: 4px !important;
}*/

body, .text-dark, .text-black, label, .table, .table thead th {
    color: black !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: black
}

.mx-auto.menu-wrapper ul li a:not(.dropdown-item) {
    color: #000000 !important;
}

.dropdown .dropdown-toggle::after, .dropleft .dropdown-toggle::after, .dropright .dropdown-toggle::after, .dropup .dropdown-toggle::after{color:black}

.dropdown.bootstrap-select .selectpicker + button.btn-ligh, .form-control {
    color: black
}

/*.btn{color:black}*/
.dropdown-restricted.bootstrap-select div.dropdown-menu {max-width:227px !important}

.dropdown-restricted.bootstrap-select ul.dropdown-menu {
    width: max-content;
}


.dropdown-restricted.bootstrap-select .dropdown-toggle .filter-option {
    width: 180px;
}

 /*   .bootstrap-select .dropdown-menu li a span.text {overflow:hidden; text-overflow:ellipsis
    }
*/
    /*remove border from modal*/
.modal .modal-content{border:0}

/*My work btn*/
.btn-light.selectedMyTask{background-color:var(--primary-color) !important}

.priority_high {
    background-image: url(../images/status/high.png) !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.priority_medium {
    background-image: url(../images/status/medium.png) !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.priority_low {
    background-image: url(../images/status/low.png) !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.priority_urgent {
    background-image: url(../images/status/urgent.png) !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}
.btn-group-sm > .btn, .btn-sm {   
    font-size: 0.9rem;
    
}
.nav-pills .nav-link, .nav-tabs .nav-link {   
    color: black;
    
}
.table td, .table th {
    font-family: 'Calibri';
}
.cost-distribution.table th {
    font-family: 'Calibri';
    white-space: nowrap;
}
.cost-distribution.table td {
    font-family: 'Calibri';
    white-space:nowrap;
}
.popover, .tooltip, body {
    font-family: 'Calibri';
}
.navigation {
    font-family: 'Calibri' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: 'Calibri' !important;
}
.border-dashed-success {
    border-bottom: 1px dashed #44AF69 !important;
}
.border-dashed-gray {
    border-bottom: 1px dashed #DFE3E7 !important;
}
.actual-hrs {
    width: 33px;
    height: 35px;
    border: 2px solid #dfe3e7 !important;
}
.carousel-control-next, .carousel-control-prev { 
    opacity: .9;
    
}