﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

.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);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* Custom css */

/* Header content css */
header {
    margin: 30px 0 0;
}
header .header-content {
    background: #0d7ad2;
    padding: 15px 50px;
}
header .header-content p {
    margin: 0;
    font-size: 1.5rem;
}
header .header-content a {
    color: #ffffff;
}
header .header-content p em {
    margin: 0 15px 0 0;
}

/* Portal content css */
.portal-content {
    padding: 45px 40px;
    border: 1px solid #727272;
}
.portal-content .portal-header {
    margin: 0 0 30px;
}
.portal-content .portal-header h1 {
    color: #0d6ca2;
    font-weight: normal;
}

.dataTable .select-checkbox .custom-control-label {
    margin-left: 19px;
}
#invoices_wrapper .dataTable .select-checkbox .custom-control-label {
    margin-left: 14px;
}

/* Tabs content css */
.nav-tabs {
    border: none;
}
.nav-tabs .nav-item .nav-tabs.sub-nav {
    padding-left: 15px;
}
.nav-tabs .nav-item {
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-tabs .nav-item a {
    border: 2px solid transparent;
    background: #ffffff;
    color: #a9a9a9;
    border-color: #ffffff;
    display: block;
    padding: .5rem;
    border-radius: 0;
    font-weight: 600;
}
.nav-tabs .nav-item a.active {
    font-weight: 600;
    border-color: #ffffff;
    /*border-bottom: 2px solid #666666;*/
    background: #eaeaea;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*border-color: #ffffff;
border-bottom: 2px solid #666666;*/
}
.tab-content > .active {
    display: block;
    min-height: 500px;
}
.tab-pane h2 {
    margin: 0 0 35px;
    font-weight: 600;
    color: #076faa;
}

/* Dashboard content css */
.dashboard-box {
    background: #f4f4f4;
    padding: 20px;
    min-height: 200px;
}
.dashboard-box h4 {
    font-weight: bold;
}
.dashboard-box .dashboard-links a {
    display: block;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #076fa8;
    font-weight: 500;
}
.dashboard-box .dashboard-links a em {
    margin: 0 0 0 5px;
}
.dashboard-box .stats-count {
    margin: -10px 0 0;
}
.dashboard-box .stats-count p {
    font-size: 3.5rem;
    line-height: normal;
    color: #0d6ca2;
}
.dashboard-box .stats-count p span {
    font-size: 1rem;
    color: #6d6d6d;
    margin: 0 0 0 10px;
}

/* Filter content css */
.filter-box {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 30px;
}
.filter-box h6 {
    font-weight: bold;
}
.filter-form .form-group {
    /*position: relative;*/
}
.filter-form .form-group::after {
    content: '';
    background: #767676;
    width: 2px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
}
.filter-form .form-group.last::after {
    display: none;
}
.filter-box .btn-group {
    margin: 15px 0 0;
}
.filter-box .showFlaggedInvoicesCheck {
    margin: 20px 0 0;
}
.filter-box .btn-group.users-btn-group {
    margin: 0;
}

/* Button content css */
.btn, .dt-button.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #666666;
    background: #ffffff;
    border: 1px solid #7d7d7d;
    text-transform: uppercase;
}
.btn-group .btn {
    margin-right: 10px;
}
.btn-group .btn:last-child {
    margin-right: 0;
}
.btn-apply {
    background: #006ba6;
    color: #ffffff;
}

/* Datatable content css */
.portal-content div.dataTables_wrapper div.dataTables_filter {
    margin: 0 0 20px;
    float: right;
}
portal-content div.dataTables_wrapper div.dataTables_filter input {
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.portal-content div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
    font-weight: bold;
}
.portal-content div.dataTables_wrapper div.dataTables_filter label i {
    position: absolute;
    right: 8px;
    top: 8px;
}
.portal-content div.dataTables_wrapper div.dataTables_filter label input[type='search'] {
    -webkit-appearance: searchfield;
    padding-right: 20px;
}
.portal-content table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #f1f1f1;
}
.portal-content table.dataTable .custom-control-label {
    display: block;
}
.portal-content .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}
.portal-content table.dataTable {
    border-collapse: collapse !important;
    border-spacing: 0;
}
.portal-content table.dataTable tbody tr.selected,
.portal-content table.dataTable tbody th.selected,
.portal-content table.dataTable tbody td.selected {
    color: #000000;
}
.portal-content table.dataTable tbody tr.highlight {
    background-color: #f1f1f1 !important;
    border: 2px solid #37974a;
}
.portal-content table.dataTable tbody tr.highlight.selected {
    border: 2px solid #37974a;
}

/* Checkbox in datatable style */
.portal-content table.dataTable tbody td.select-checkbox:before,
.portal-content table.dataTable tbody td.select-checkbox:after,
.portal-content table.dataTable tbody th.select-checkbox:before,
.portal-content table.dataTable tbody th.select-checkbox:after {
    width: 1rem;
    height: 1rem;
    border-radius: 0;
}
.portal-content table.dataTable tr.selected td.select-checkbox:after,
.portal-content table.dataTable tr.selected th.select-checkbox:after {
    content: '';
    margin-top: -5px;
    margin-left: 0;
    text-shadow: none;
    color: #000000;
    content: '';
    width: 6px;
    height: 12px;
    border: solid #0d6ca2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Datatable title */
.dataTables_wrapper .toolbar {
    float: left;
    margin-right: 10px;
}
.dataTables_wrapper .toolbar strong {
    margin-right: 20px;
}

/* Textarea remove resizing */
textarea.form-control {
    resize: none;
}

/* Modal styles */

.DTE_Header {
    padding: 10px;
    color: #ffffff;
    border-radius: 0;
}
div.DTE div.DTE_Header {
    background-color: #006ba6 !important;
    text-transform: capitalize;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE,
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content,
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTE div.DTE_Header {
    border-radius: 0 !important;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
    width: 30px !important;
    height: 30px !important;
    background-color: #ffffff !important;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
    top: 10px !important;
    right: 15px !important;
    box-shadow: none !important;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
    line-height: 28px !important;
    font-size: 26px !important;
    color: #0d6ca2 !important;
}
.modal-header .close-btn-wrapper {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
}
.modal-header .close-btn-wrapper button.close {
    width: 30px;
    margin: 0;
    padding: 0;
    opacity: 1;
}

/* Invoices styles */

/* For date text field */
.form-inline .form-control {
    width: 44%;
}
.form-inline .form-control:first-child,
.alert-icon {
    margin-right: 10px;
}
.form-inline .form-control:last-child {
    margin-left: 10px;
}
.alert-icon i {
    color: #d94b4e;
    font-size: 20px;
}
.dataTable-success {
    border: 1px solid #1a74a7;
    padding: 15px 40px 15px 15px;
    position: absolute;
    top: -80px;
    right: 30px;
    min-width: 700px;
    background: #f1f1f1;
    -webkit-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.16);
}

/* Custom checkbox */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    width: 6px;
    height: 12px;
    border: solid #0d6ca2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -19px;
    top: 5px;
}


/*Vp-Dashboard Invoice Header*/
.invoice-header {
    margin-bottom: 40px;
    background: #f4f4f4;
}
.invoice-header a, .invoice-header a:hover {
    color: #076faa;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0;
}
.invoice-header .stats-count p {
    font-size: 27px;
    font-weight: 600;
    color: #076faa;
    line-height: normal;
}
.dashboard-box a *, .dashboard-box a:hover {
    color: #212529;
    text-decoration: none;
}
.dashboard-box .blue-text {
    color: #076faa;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.dashboard-box .blue-text em {
    color: #076faa;
}
.actual-percent span {
    font-weight: 600;
    font-size: 14px;
}

.actual-percent p span {
    font-size: 100%;
    font-weight: 400;
    color: #666;
}

.actual-percent h3{
    color: #076faa;
}
.actual-percent small, .actual-percent em{
    color: #666;
}
.actual-percent p{
    margin-bottom:0px;
}
.actual-percent > div > small {
    font-weight: bold;
    text-transform: uppercase;
}
/*Vp-Dashboard Invoice Header*/

/*Cost Center Css starts here*/
.tab-pane .btn-default {
    background: #f4f4f4;
    border-color: #f4f4f4;
    color: #076faa;
    font-size:14px;
}
.toggling-contant-area .btn.toggle-btn:focus {
    box-shadow: none;
}
.toggling-contant-area table tr > th, .invoice-details table tr > th {
    font-size: 13px;
    font-weight: 600;
}
.toggling-contant-area table tr > td, .invoice-details table tr > td {
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.toggling-contant-area table tr > td strong {
    font-weight: 600;
}
.toggling-contant-area > .col-12 > table{
    max-width:1024px;
    width:100%;
}
.toggling-contant-area table tr > *:nth-child(1) {
    width: 160px;
}
.toggling-contant-area table tr > *:nth-child(2) {
    width: 160px;
}
.toggling-contant-area table tr > *:nth-child(3) {
    width: 115px;
}
.toggling-contant-area table tr > *:nth-child(4) {
    width: 80px;
}
.toggling-contant-area table tr > *:nth-child(5) {
    width: 120px;
}
.toggling-contant-area table tr > *:nth-child(6) {
    width: 100px;
}
.toggle-btn {
        border: 0px;
        padding: 0px;
}
.toggle-btn:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #666666;
    display: inline-block;
    margin-right: 10px;
}
.toggle-btn[aria-expanded="false"]:before {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari 3-8 */
    transform: rotate(0deg);
}
.toggle-btn[aria-expanded="true"]:before {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
}
/*Cost Center Css Ends Here*/

/*All Projects Css Starts Here*/
nav.navbar.navbar-expand-sm.bg-light.navbar-light {
    padding: 0;
}
nav.navbar li.nav-item.active {
    background: #eaeaea;
}
nav.navbar.navbar-expand-sm.bg-light.navbar-light a.nav-link {
    padding: .8rem 1rem;
    font-weight: 600;
    color: #076faa;
}
.toggling-contant-area.all-projects > .col-12 > table {
    max-width: 1160px;
    width: 100%;
}

.toggling-contant-area.all-projects table tr > *:nth-child(2) {
    width: 100px;
}
.toggling-contant-area.all-projects table tr > *:nth-child(3) {
    width: 125px;
}
.toggling-contant-area.all-projects table tr > *:nth-child(4) {
    width: 110px;
}

.toggling-contant-area.all-projects table tr > *:nth-child(6) {
    width: 80px;
}
.toggling-contant-area.all-projects table tr > *:nth-child(7) {
    width: 180px;
}
/*All Projects Css Ends Here*/

/*projects Css Starts Here*/
.toggling-contant-area.my-projects > .col-12 > table {
    max-width: 1160px;
    width: 100%;
}
.toggling-contant-area.my-projects table tr > *:nth-child(1) {
    width: 100px;
}

.toggling-contant-area.my-projects table tr > *:nth-child(2) {
    width: 220px;
}

.toggling-contant-area.my-projects table tr > *:nth-child(3) {
    width: 140px;
}

.toggling-contant-area.my-projects table tr > *:nth-child(4) {
    width: 110px;
}
.toggling-contant-area.my-projects table tr > *:nth-child(5) {
    width: 105px;
}
.toggling-contant-area.my-projects table tr > *:nth-child(6) {
    width: 80px;
}

.toggling-contant-area.my-projects table tr > *:nth-child(7) {
    width: 180px;
}
/*projects Css Ends Here*/

/* project invoice Starts Here*/
.invoice-details table tr > *:nth-child(1) {
    width: 160px;
}

.invoice-details table tr > *:nth-child(2) {
    width: 160px;
}

.invoice-details table tr > *:nth-child(3) {
    width: 115px;
}

.invoice-details table tr > *:nth-child(4) {
    width: 80px;
}

.invoice-details table tr > *:nth-child(5) {
    width: 120px;
}

.invoice-details table tr > *:nth-child(6),
.invoice-details table tr > *:nth-child(7),
.invoice-details table tr > *:nth-child(8) {
    width: 100px;
}
/* project invoice Ends Here*/



/******** Responsive styles *******/
@media (min-width: 768px) {
    html {
            font-size: 16px;
        }
    }

    @media only screen and (max-width: 1650px) {
        .dataTable-success {
            min-width: auto;
        }
    }

    @media only screen and (max-width: 1380px) {
        .dataTable-success {
            min-width: auto;
            top: -30px;
        }
    }

    @media only screen and (min-width: 1386px) {
        .container {
            max-width: 1366px;
        }
    }

    @media only screen and (min-width: 1686px) and (max-width: 1920px) {
        .container {
            max-width: 1666px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1366px) {
        .dashboard-box {
            min-height: 290px;
        }
    }

    @media only screen and (max-width : 1366px) {
        .form-inline .form-control:first-child {
            margin-right: 6px;
        }

        .form-inline .form-control:last-child {
            margin-left: 6px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1680px) {
        #projects_wrapper .dataTable .select-checkbox .custom-control-label {
            margin-left: 15px;
        }
    }

    @media only screen and (max-width : 1200px) {
        .dataTable .select-checkbox .custom-control-label {
            margin-left: 10px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .dashboard-box {
            min-height: 280px;
            margin: 0 0 30px;
        }

            .dashboard-box .stats-count p span {
                margin: 0 0 0 5px;
            }
    }

    @media only screen and (max-width : 1200px) {
        .dataTable-success {
            position: relative;
            top: 0;
            right: 0;
            margin-bottom: 15px;
        }

        .portal-content div.dataTables_wrapper div.dataTables_filter,
        .filter-box .btn-group.users-btn-group {
            margin: 20px 0;
        }
    }

    @media only screen and (max-width : 991px) {
        .portal-content {
            padding: 45px 30px;
        }

        .tab-content {
            margin: 30px 0;
        }

        .dashboard-box {
            min-height: initial;
            margin-bottom: 30px;
        }

        .filter-form .form-group::after {
            display: none;
        }

        #customTab.nav-tabs.flex-column {
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }

        #customTab.nav-tabs .nav-item {
            margin-right: 15px;
        }
    }

    @media only screen and (max-width : 767px) {
        .dataTable .select-checkbox .custom-control-label {
            margin-left: 8px;
        }

        #invoices_wrapper .dataTable .select-checkbox .custom-control-label {
            margin-left: 10px;
        }

        .dashboard-box .stats-count p span {
            margin: 0 0 0 10px;
        }

        .dataTables_wrapper .toolbar {
            margin-bottom: 20px;
        }

        .portal-content .portal-header {
            margin: 0 0 15px;
        }

        .portal-content div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            margin: 20px 0 10px;
            justify-content: center;
        }

        .portal-content table.dataTable tr.selected td.select-checkbox:after,
        .portal-content table.dataTable tr.selected th.select-checkbox:after {
            margin-top: -7px;
            margin-left: -1px;
        }

        .portal-content div.dataTables_wrapper div.dataTables_filter label i {
            top: 7px;
        }

        .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
            left: -17px;
            top: 4px;
        }
    }

    @media only screen and (max-width : 400px) {
        #invoices_wrapper .dataTable .select-checkbox .custom-control-label {
            margin-left: 9px;
        }
    }

    @media only screen and (max-width : 360px) {

        .dashboard-box .stats-count p span {
            display: block;
            margin: 0;
        }

        header .header-content {
            padding: 15px 20px;
        }

        .portal-header .logo {
            display: block;
            margin: 0 0 20px;
        }

        .form-inline .form-control {
            width: 100%;
        }

            .form-inline .form-control:first-child, .form-inline .form-control:last-child {
                margin: 0;
            }

        .portal-content div.dt-buttons {
            display: inline-block;
        }

        .dt-buttons .btn {
            margin-top: 20px;
        }

        .nav-tabs {
            display: block;
        }

        .portal-content div.dataTables_wrapper div.dataTables_filter label i {
            top: 6px;
            right: 10px;
        }
    }

    @media only screen and (max-width : 300px) {
        .portal-content .portal-header h1 {
            font-size: 2rem;
        }

        .dataTables_wrapper .toolbar {
            margin-bottom: 0;
        }

        .portal-content div.dataTables_wrapper div.dataTables_filter label {
            white-space: normal;
        }
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

.red {
    color: red !important;
    font-weight: 600 !important;
}

.loginContainer {
    width: 40%;
    margin: auto;
}