﻿/*table.dataTable {
    border-spacing: 0 5px;
}

    table.dataTable table tr th {
        border: 1px solid white;
    }

    table.dataTable.no-footer {
        border-bottom: none;
    }

.table-bordered > tbody > tr > td {
    border: none;
}

table th {
    color: white;
}

table thead tr {
    background-color: #1b2d4e;
}*/

/* 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. */

body {
    padding-bottom: 20px;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y:hidden;
    max-width:100%;
}
#pageLbl {
    margin-top:20px;
    margin-left:20px;
}
.btn {
    padding: 0px 12px;
}
td.dataTables_empty {
    color: var(--table-label-font-color);
    text-align: left !important;
}
.rpSubmitBtn {
    width: 40%;
    margin-bottom: 5px;
}
#searchCriteriaWarning {
    color:var(--warning-red);
    text-align:center;
}
#topRowCharts {
    margin-top: 40px;
}
.quoteSubmitBtn {
    margin: 15px;
}

.childProject {
    color: #560e8c !important;
}

.linkButton {
    height: 30px;
    text-decoration: none;
    background-color: var(--primary-navy);
    color: white;
    padding: 2px 6px 2px 6px;
    border: 1px solid var(--primary-navy);
    width: 70%;
    margin-bottom: 5px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: white;
    background-color: #f4f5f5;
    border: none;
    width: 95%;
    margin-top: 25px;
}

.btn:hover,
.btn:active,
.btn:focus {
    color: white !important;
}

.topButtons {
    margin-top: 25px;
    width: 165px;
}

.rotated {
    transform: rotate(180deg); /* Equal to rotateZ(45deg) */
}

.expand {
    height: 30px !important;
}

.subheader {
    margin-top: 50px;
}

.externalSubheader {
    margin-top: 25px;
}

h4 {
    color: var(--primary-navy) !important;
    font-size: 16px;
    font-weight:bold;
}

#optionalLabel {
    color: var(--primary-teal) !important;
    font-size: 14px;
}

#salesResultsSection h4 {
    margin-bottom: 3px;
}

.salesResultsExternal {
    color: var(--label-font-color) !important;
}

    .salesResultsExternal hr {
        background-color: #8080802e;
        height: 1px;
        margin-left: 10px;
        margin-right: 10px;
    }

.sectionBackground {
    padding: 15px 10px 10px 10px;
    background-color: var(--side-navs);
    border-radius: 5px;
    border:1px solid #ccc;
}

label {
    color: dimgray;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.row {
    margin-top: 5px;
}

.row-alt {
    background-color: #f4f5f5;
}

.rowSelect {
    background-color: #ccc;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
/*#searchPage {
    width: 100%;
}
    #searchPage .row {
        padding: 5px 5px;
    }
    /*#searchPage label {
        width: 200px;
    }*/
/*#searchPage input{
        height: 35px;
        width:100%;
    }*/

.editLinks {
    font-style: italic;
    color: black;
    text-decoration: underline;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.container {
    /*width: 95%!important;*/
    padding-left: 0px;
    padding-right: 0px;
}

.Navbar {
    background: var(--primary-navy);
    display: flex;
    padding: 16px 16px 16px 0px;
    font-family: sans-serif;
    color: white;
    height: 6vh;
    min-height:55px;
}

.Nav_Middle li {
    padding-bottom: 10px;
    padding-top: 5px;
}

.Navbar ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.Navbar__Link {
    padding-right: 25px;
}

    .Navbar__Link a, i {
        color: white;
        font-weight: bold;
    }

.Navbar__Link-brand {
    padding-right: 8px;
    width: 40%;
    height: 40px;
}

.Navbar__Items {
    display: flex;
}

.Navbar__Items--right {
    margin-left: auto;
    margin-right: 25px;
}

.Navbar__Link-toggle {
    display: none;
}

@media only screen and (max-width: 1066px) {
    .Navbar__Link-brand {
        width: 30%;
    }
}

@media only screen and (max-width: 916px) {
    .Navbar__Items,
    .Navbar {
        flex-direction: column;
    }

    .Navbar__Link-brand {
        margin-left: 10px;
        width: 30%;
    }

    .Navbar__Items {
        display: none;
    }

    .Navbar__Items--right {
        margin-left: 0px;
        padding-left: 40px;
        padding-bottom: 5px;
    }

    .Navbar__ToggleShow {
        display: flex;
        background-color: var(--primary-navy);
        width: 30%;
    }

    .Navbar__Link-toggle {
        /*align-self: flex-end;*/
        display: initial;
        position: absolute;
        cursor: pointer;
        margin-top: 5px;
    }

    .Navbar__Items__Last {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .Navbar__Items--right {
        margin-left: 0px;
        padding-left: 55px;
        margin-right: 0px;
    }

        .Navbar__Items--right a {
            margin-left: -15px;
        }
    .Navbar__ToggleShow {
        display: flex;
        background-color: var(--primary-navy);
        width: 75%;
    }
}


/*.navbar-collapse {
    background: var(--primary-navy);
}*/


.navbar-inverse .navbar-nav > li > a {
    color: white !important;
    font-weight: bold;
}

.navbar-fixed-top {
    z-index: 3000;
}

.navbar-inverse .navbar-link {
    color: white !important;
}


.navbar-brand {
    color: white !important;
    font-size: 20px !important;
    padding-top: 5px;
}

.navbar-brand {
    color: white !important;
}
/* Links inside the navbar */
.navbar a {
    color: white !important;
    font-weight: bold;
}

    .navbar a:hover {
        font-weight: bold;
    }
/* The dropdown container */
.dropdown {
    float: left;
    /*overflow: hidden;*/
}

    /* Dropdown button */
    .dropdown .dropbtn {
        font-size: 14px;
        font-weight: bold;
        border: none;
        outline: none;
        color: white;
        padding-left: 0px;
        /*padding: 14px 16px;*/
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: var(--primary-navy);
    /*width: 300px !important;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3000;
    /*padding-left: 55px;*/
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*#partDetail .row {
    padding: 5px 5px;
}*/
/*#searchPage label {
        width: 200px;
    }*/
.row-striped:nth-of-type(odd) {
    background-color: #efefef;
}

.row-striped:nth-of-type(even) {
    background-color: #ffffff;
}

.divider {
    border: 1px solid gray;
    margin-top: 10px;
}



/*radio buttons*/
.custom-radio {
    display: inline;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border: grey 1px solid;
    border-radius: 50%;
}
.disabledCheckmark {
    background-color: #80808075 !important;
    border-color: #80808075!important;
}
/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: var(--primary-teal);
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: var(--primary-teal);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}


#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid var(--primary-navy);
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#google-Icons {
    fill:var(--primary-teal);
}
#ICONS-Copy {
    fill: var(--primary-teal);
}
.icons {
    width: 24px;
    height: 24px;
    object-fit: contain;
    color: var(--primary-navy);
    margin-left: 2px;
}

/*.navbar {
    background-color: var(--primary-navy);
}*/
.breadcrumb {
    background: var(--side-navs);
    font-size: 12px;
    /*margin-top: 55px;*/
    margin-bottom: 10px;
}

.breadcrumbBody {
    overflow-x: hidden;
    background: var(--side-navs);
    /*margin-bottom: 20px;*/
    font-size: 12px;
    /*box-shadow: 0 2px 12px 0 rgba(0,0,0,0.12);*/
}

    .breadcrumbBody .pageDetailBar {
        background: var(--side-navs);
        width: 100% !important;
        margin-top:20px;
    }

        .breadcrumbBody .pageDetailBar label {
            font-size: 11px;
            color: #808080a1;
        }

        .breadcrumbBody .pageDetailBar .pageDetailBarValues {
            color: var(--primary-navy);
            font-size: 14px;
            /*margin-right:100px;*/
        }

h1 {
    /*width: 252px;*/
    height: 36px;
    object-fit: contain;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: var(--primary-navy);
    margin-top: 0px;
}

    h1.notSelected {
        /*width: 218px;*/
        height: 36px;
        object-fit: contain;
        opacity: 0.38;
        font-family: 'Helvetica Neue', sans-serif;
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.15px;
        color: var(--blue-font-color);
    }

.header {
    margin-top: 30px;
}

    .header label {
        height: 30px;
        object-fit: contain;
        font-family: 'Helvetica Neue', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 70px;
        letter-spacing: 0.15px;
        color: var(--primary-teal);
    }

.Line-3 {
    width: 99.2px;
    height: 1px;
    border: solid 2px var(--primary-navy);
    margin-bottom: 35px;
    background: var(--primary-navy);
}

.bar {
    width: 100%;
    height: 3px;
    background-color: var(--primary-teal);
    margin-top: 10px;
}
.subbar {
    width: 100%;
    height: 2px;
    background-color: var(--side-navs);
    margin-top: 30px;
    margin-bottom: 30px;
}


label {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: var(--label-font-color);
    margin-bottom: 0px;
}

input {
    width: 100%;
    height: 40px !important;
    cursor: default;
    /*background-blend-mode: multiply;*/
    /*background-image: linear-gradient(to bottom, rgba(48, 100, 155, 0.1), rgba(48, 100, 155, 0.1)) !important;*/
}

    input[type='checkbox'] {
        height: 15px !important;
        width: 15px !important;
    }

    input[type='radio'] {
        height: 15px !important;
        width: 15px !important;
    }

    input.homeView {
        margin-bottom: 5px;
    }

.searchFields input {
    background: white !important;
}

select {
    height: 40px !important;
    /*background-blend-mode: multiply;
        background-image: linear-gradient(to bottom, rgba(48, 100, 155, 0.1), rgba(48, 100, 155, 0.1)) !important;*/
}
/*.table {
    width:100%!important;
}
.dataTables_scrollHeadInner {
    width:100%!important;
}*/
table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 5px;
    /*margin-bottom:20px!important;*/
    /*white-space:nowrap;*/
}

th {
    /*height: 16px;*/
    text-align: left !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.08px;
    /*color: rgba(0, 0, 0, 0.54);*/
    color: var(--label-font-color);
}

td {
    height: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    /*font-weight: 100;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.09px;
    text-align: left;
    color: var(--table-label-font-color);
}

tbody tr {
    opacity: 0.87;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.12);
    border-radius: 4px;
    /*height:50px;*/
}

table.dataTable thead th, table.dataTable thead td {
    /*padding-left: 10px !important;*/
    border-bottom: 1px solid lightgrey !important;
}

tbody tr td {
    /*vertical-align: middle!important;*/
}

/*table tbody, table thead {
    display:block;
}
table tbody {
    overflow:auto;
    height:400px;
}*/

.Shape {
    width: 20px;
    height: 17px;
    padding-bottom: 5px;
    object-fit: contain;
}
.ShapeExpand {
    width: 20px;
    height: 30px;
    padding-bottom: 5px;
    object-fit: contain;
}
.filter {
    opacity: 0.5;
    filter: saturate(100%) brightness(0%);
}

.modal {
    margin: auto;
    top: 5%;
    overflow-y: auto !important;
    z-index: 10000;
}

    .modal label {
        font-size: 12px;
    }

    .modal h4 {
        font-size: 16px;
    }

.modal-backdrop {
    position: inherit;
}

.modalTitle {
    height: 31px;
    object-fit: contain;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    color: var(--primary-navy);
    margin: 25px 0px 0px 0px;
}

.modalSubtitle {
    height: 40px;
    object-fit: contain;
    margin-top: 75px;
    margin-left: 75px;
}

.modalContent {
    margin: 5px 10px;
}

/*#tieInModal .modalTitle {
        height: 20px;
        font-size: 14px;
        margin-top: 0px;
        color:yellow;
    }*/

.tiein:hover {
    position: relative;
    z-index: 8000;
}

button {
    font-size: 14px;
    min-height: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background: var(--primary-teal);
    color: white;
}

    button:hover {
        color: white;
    }

table button {
    width: 103px;
    height: 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 10.8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.54px;
    text-align: center;
    color: white;
}

.fixedHeader {
    position: fixed;
    z-index: 2000;
    width: 100%;
}
#projDetailContainer {
    margin-left: 220px !important;
}
#projectPartDetail .row{
    margin-bottom:3px!important;
    margin-top:0px;
}
@media screen and (max-width: 767px) {
    #searchSection {
        height: calc(100vh - 110px);
        overflow-y: scroll;
    }
}

.scrollableBody {
    overflow-y: auto;
    color: var(--label-font-color) !important;
    /*max-height: calc(100vh - 130px);*/
    max-height: calc(100vh - 170px);
    overflow-x: hidden;
}

.scrollableBodySearch {
    color: var(--label-font-color) !important;
    margin-bottom: 30px;
    /*overflow-x: hidden;*/
    /*max-height: calc(100vh - 130px)*/
}
#confidentialityStmt {
    color: #a9a3a3;
    font-size: 11px;
    padding-bottom: 5px;
    /*bottom: 0;*/
    /*margin-top: 25px;*/
}
footer {

    position: fixed !important;
    color: #a9a3a3;
    font-size: 11px;
    bottom: 0;
    /*margin-top:25px;
    margin-left:230px;*/
    /*margin: 25px 25px 0px 25px;*/
    text-align:center;
    margin:auto;
    width:100%
}
#footerWithSidebar {
    position: fixed !important;
    color: #a9a3a3;
    font-size: 11px;
    bottom: 0;
    margin: 25px 25px 0px 230px;
    text-align:center;
}
/*Sidebar*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: var(--side-navs);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 15px;
}

    #page-content-wrapper .header {
        width: 100%;
        position: sticky;
        top: 0;
        background: white;
        z-index: 1000;
    }

        #page-content-wrapper .header label {
            padding-right: 5px;
            white-space: nowrap;
        }

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 550px;
    /*overflow-y: scroll;*/
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 30px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: var(--primary-navy);
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: var(--primary-teal);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: var(--primary-navy);
        }

            .sidebar-nav > .sidebar-brand a:hover {
                background: none;
            }

#page-content-wrapper {
    padding: 0px;
    position: relative;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

@media(max-width:835px) {

}@media(max-width:600px) {
    .scrollableBody {
        max-height: calc(100vh - 190px);
    }
}
@media(max-width:1000px) {
    #wrapper .toggled {
        padding-left: 0px !important;
    }

    #sidebar-wrapper {
        display: none;
    }
    #footerWithSidebar {
    margin-left:25px!important;
    }
    #projDetailContainer {
        margin-left: 30px !important;
    }

    .container-fluid {
        padding-left: 0px !important;
    }

    .partDetail {
        margin-left: 30px;
    }
}
/*Search side nav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 55px;
    right: 0;
    background-color: var(--side-navs);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .sidenav a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        /*font-size: 25px;*/
        color: black;
        /*display: block;*/
        transition: 0.3s;
    }

    .sidenav input {
        height: 30px !important;
    }

    .sidenav a:hover {
        color: black;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.expandSearch a {
    color: var(--primary-teal) !important;
}

#sideSearchForm label {
    font-size: 10px;
}

#sideSearchForm i {
    font-size: 10px;
}

#mfgMarkupPartialSection {
    margin-top: 25px;
    border: 1px solid lightgray;
    padding-bottom: 25px;
}

#contactDetail {
    border: 1px solid lightgray;
    padding: 10px;
}

@media(min-width:1000px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 180px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 200px;
    }
}

@media(min-width:768px) {
    /*#wrapper {
            padding-left: 0;
        }

            #wrapper.toggled {
                padding-left: 180px;
            }

        #sidebar-wrapper {
            width: 0;
        }

        #wrapper.toggled #sidebar-wrapper {
            width: 200px;
        }

        #page-content-wrapper {
            padding: 0px;
            position: relative;
        }

        #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
        }*/

    #quantity-detail {
        margin: 5px;
        padding: 0px;
        background-color: whitesmoke;
        width: 230px !important;
    }

    .qtyheader {
        text-align: center;
        font-weight: bold;
        /*height: 40px;*/
    }

    .qtyfooter {
        text-align: center;
        font-weight: bold;
    }

    #quantity-detail .inner {
        margin: 4px 4px;
        /*width: 30px !important;*/
    }

    #quantity-detail input {
        height: 20px !important;
    }

    .border {
        border: 1px solid #00000052;
        border-radius: 5px;
    }

    .qtySelect {
        height: 20px !important;
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }
}

.minorHeader {
    color: var(--blue-font-color);
}

#mfgPricingRPTable input {
    width: 50%;
    height: 20px !important;
}

/*#mfgPricingTable th {
        text-align: center;
    }*/

#tblQuoteTable input {
    width: 90%;
    height: 20px !important;
}

.inputpad4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#tblExpenseTable input {
    width: 90%;
    height: 20px !important;
}

.smallinput input {
    width: 90% !important;
    height: 20px !important;
}

input {
    height: 30px !important;
}

select {
    height: 30px !important;
}

#svcToAddTbl input {
    height: 25px !important;
    padding-left: 5px;
    border: solid 1px silver;
}

#svcToAddModal h4 {
    margin: 0px !important;
}

#svcToAddModal button {
    margin-top: 10px;
}

#form-slsResult input {
    height: 24px !important;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

#form-slsResult select {
    height: 24px !important;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
}

.slsResultInputBoxes {
    border: 1px solid silver;
}

.radiobutton-align {
    display: flex;
    align-items: center;
}

input[type="radio"] {
    margin-right: 5px !important;
}

.checkboxFormGroup {
    display: flex;
    align-items: flex-end;
    height: 64px;
}

.flex-container {
    display: flex;
}

.flex-child {
    /*flex: 1;*/
    margin-right: 10px;
}

.flex-child-part {
    margin-right: 50px;
    flex: 1, 0, 0 !important;
}

.tieInDetails {
    border: solid 1px var(--primary-navy);
    padding: 10px;
}

.smallForm input {
    height: 30px !important;
}

.smallForm .form-group {
    margin-bottom: 5px !important;
}

.smallForm form-input {
    height: 35px !important;
}

.smallForm select {
    height: 30px !important;
}

.checkbox input {
    height: 15px !important;
}

.headerWithButton {
    display: flex;
    justify-content: space-between
}

#partDetails label {
    font-size: 12px;
}

#partDetails div {
    font-size: 12px;
}

#partDetails .row {
    margin-bottom: 20px;
}
#projDetails .row {
    margin-bottom:15px;
    min-height:17px;
}
#projDetails label {
    font-size: 13px;
}

#projDetails div {
    font-size: 13px;
}
.form-control {
    font-size: 12px !important;
    padding:0px 12px!important;
}

.scrollingTextArea {
    border: 1px solid silver;
    border-radius: 5px;
    max-height: 400px;
    overflow: auto;
}

.collapse {
    /*background: #c0c0c030 !important;*/
    margin-left: 0px !important;
    margin-right: 8px !important;
}

.fullSection { /*goes by id details*/
    margin-right: 10px;
    margin-left: 10px;
    /*border-bottom: double 3px var(--primary-navy);*/
    /*box-shadow: 0px 10px var(--sub-navs);
    padding-bottom: 20px;*/
}

.container-fluid {
    padding-right: 0px;
    padding-left: 40px;
}

.table {
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
}

thead {
    background: white;
}
/*.header {
    background: var(--side-navs)!important;
}*/
/*tbody tr td {
    background:white;
}*/
.dataTables_scrollBody {
    margin-bottom: 20px;
    border-bottom: 1px solid silver !important;
}

.ckContainer {
    display: inline;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .ckContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmarks {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid grey;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.ckContainer:hover input ~ .checkmarks {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ckContainer input:checked ~ .checkmarks {
    background-color: var(--primary-navy);
}

/* Create the checkmarks/indicator (hidden when not checked) */
.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmarks when checked */
.ckContainer input:checked ~ .checkmarks:after {
    display: block;
}

/* Style the checkmarks/indicator */
.ckContainer .checkmarks:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.editBtn img {
    cursor: pointer !important;
}

.deleteBtn img {
    cursor: pointer !important;
}

.saveBtn img {
    cursor: pointer !important;
}

.cancelBtn img {
    cursor: pointer !important;
}

a {
    color: var(--primary-teal);
    cursor: pointer !important;
}

.current {
    background: red !important;
}

#changeNsnMessage {
    background: var(--primary-teal);
    color: var(--primary-white);
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
}
/*RP, CostBreakdown, Quote*/



/*End of RP, CostBreakdown, Quote*/


/*#viewCostBreakdown {
        background: var(--primary-teal);
        color: white;
        height: 30px;
        padding-top: 4px;
    }*/

#processingSectionBody div {
    padding-left: 0px !important;
}

#correspondenceRadioBtns label:first-of-type {
    margin-top: 25px;
    margin-bottom: 0px;
    display: block;
}

#qtePrefMarkup input {
    margin-bottom: 3px;
}

#qtePrefMarkup select {
    margin-bottom: 3px;
}

#commentCodeTable_filter {
    display: none;
}

#mfgPartTable_filter {
    display: none;
}

.redWarningBtn {
    background-color: var(--warning-red);
}

.redWarningLbl {
    color: var(--warning-red) !important;
}
.greenLabel {
    color: #188038;
}

#addProjectPartListPartial .header {
    display: none;
}

#addProjectPartListPartial table {
    margin-top: 0px !important;
}

    #addProjectPartListPartial table thead tr th {
        padding-top: 0px !important;
    }

#projectAdd label {
    font-size: 12px;
}

#projectAdd div {
    font-size: 12px;
}
/*#partSelectNewProj {
    background: var(--secondary-blue);
}*/
#reportsPage button {
    margin-top: 25px;
    width:115px;
    flex-grow:0;
}

#reportsPage label {
    margin-top: 15px;
}

#addProjectDetail label {
    font-size: 12px;
    font-weight: normal;
}

#deleteProjDetail label {
    margin-bottom: 15px;
}

input[type=file] {
    cursor: pointer !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#noProjectsAffected {
    margin-top: 20px;
    color: var(--primary-navy);
}

#projNumDisplay {
    color: var(--primary-teal);
}

.pointerCursor {
    cursor: default !important;
}

td input {
    cursor: default !important;
}

.bkTable {
    margin: 0px;
}

    .bkTable thead tr th {
        background: var(--primary-navy);
        padding: 0px;
    }

    .bkTable th {
        color: white;
    }

#expandableSections .header {
    margin-top: 0px;
    font-size: 17px;
}

    #expandableSections .header label {
        font-size: 15px;
    }

#editUserInputs input {
    margin-bottom: 8px;
}

#editUserInputs select {
    margin-bottom: 8px;
}

#tblUserAdmin_filter {
    float: left !important;
    margin-bottom: 25px;
}

    #tblUserAdmin_filter input {
        color: #555555;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin-left: 0;
    }

    #tblUserAdmin_filter label {
        text-align: left;
    }

/*=======
td span {
    cursor: default !important;

}*/
#dupCustomersModalTitle {
    background-color: var(--warning-red);
    color: white;
}

#linkToFilebound {
    background-color: var(--primary-teal);
    color: white;
    padding: 4px 12px;
    text-decoration: none;
    height: 30px;
}

    #linkToFilebound:hover {
        background-color: var(--primary-teal);
    }

    #linkToFilebound:active {
        background-color: var(--primary-teal);
    }

    #linkToFilebound:visited {
        background-color: var(--primary-teal);
    }

.ui-autocomplete {
    z-index: 9999 !important;
    max-height: 50vh !important;
    position: fixed !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.confirm {
    display: none;
    background-color: white;
    color: var(--primary-navy);
    border: 13px solid var(--primary-navy);
    position: fixed;
    width: 300px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*left: 40%;
    top: 40%;*/
    box-sizing: border-box;
    text-align: center;
    z-index: 10000;
    border-radius: 5px;
}
#alertHeader {
    background-color: var(--primary-navy);
    height:35px;
    color:white;
    font-weight:bold;
}
.confirm button {
    background-color: var(--primary-teal);
    /*display: inline-block;*/
    border-radius: 12px;
    border: 4px solid var(--primary-teal);
    /*padding: 5px;*/
    text-align: center;
    width: 60px;
    cursor: pointer;
    color:white;
    margin-bottom:25px;

}

.confirm .message {
    text-align: center;
    margin-top:25px;
}
#confirm .messageContact {
    text-align: center;
}
/*New style kit css*/
.primaryTealFont {
    color:var(--primary-teal)!important;
}.primaryTealBackground {
    background:var(--primary-teal);
}
:root {
    --blue-font-color: #51A2AD;
    --label-font-color: rgba(0, 0, 0, 0.54);
    --table-label-font-color: rgba(0, 0, 0, 0.75);
    --primary-teal: #51a2ad;
    --primary-navy: #1B2D4E;
    --secondary-blue: #D5DCE4;
    --warning-red: #8f1011;
    /*--white-two: #ffffff;
    --teal: #019688;
    --french-blue: #3f51b5;
    --purply: #673ab7;
    --red-pink: #e92763;
    --macaroni-and-cheese: #ffc124;
    --mid-green: #4caf50;*/
    --side-navs: #eeeeee;
    --sub-navs: #eeeeee;
}