:root {
    --primary-color: #233e90;

}

@font-face {
    font-family: "Proxima Nova";
    src: url('../fonts/Proxima\ Nova\ Font.otf');
}

ol,
ul {
    padding: 0;
}

.mt-5 {
    margin-top: 2rem;
}

.mb-5 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.ml-5 {
    margin-left: 2rem;
}

.mr-5 {
    margin-right: 2rem;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova W01 Regular", "Proxima Nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body {
    font-size: 1rem;
    line-height: 1.4444444444;
    letter-spacing: normal;
    color: #333333;
    text-rendering: optimizeLegibility;
    font-family: "Proxima Nova W01 Regular", "Proxima Nova", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    overflow-x: clip;
}

header {
    background-color: #233E90;
    margin-bottom: 0;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
}

.main_logo_div {
    height: 60px;
}



.navbar {


    border-bottom: 1px solid #DADADA;
}

.nav-link {
    color: #0d6efd;
}

.nav-link:hover {
    color: #0a58ca;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #0a58ca !important;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.4rem;
    margin-bottom: 0;
}

.menu-item {
    list-style: none;
    font-size: 1rem;
    color: #0d6efd;
    font-weight: 500;
}

footer {
    background: #505050;
    padding: 25px;
    color: #fff;

}

footer .mycontainer {
    padding: 0 6.4rem;
    margin-bottom: 2rem;

}

footer a {
    color: #fff !important;
}

.dedecor {
    color: inherit;
    text-decoration: none;
    list-style: none;
}

.dedecor a {
    color: inherit;
    text-decoration: none;
    list-style: none;
}

.dedecor a:visited {
    color: inherit;
    text-decoration: none;
    list-style: none;
}

.mycontainer {

    padding: 2.1rem 6.4rem;
}

.header {
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

#welcome {
    font-size: 2.5rem;
    font-weight: 300;
    color: #333333;
}

.center {
    text-align: center;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.simple-flex {
    display: flex;
    justify-content: space-between;
}

.start-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.box {
    border: 1px solid #DADADA;
    background-color: #F3F2F2;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    padding: 5px;
    width: 33%;
    margin: 1%;
}

.box img {
    display: block;
    margin: 5px auto;
    height: 100px;
    width: 100px;
}

.box h2 {
    padding: 10px;
    font-weight: 900;
    font-size: 18px;
}

.label {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-right: 2rem;

}

.input {
    padding: 6px;
    border: 2px solid #233e90;
    width: 60%;
    border-radius: 6px;
}

.noinput {
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 1rem;
    background-color: #e9ecef;
    border-radius: 4px;
    border: 1px solid #bbb;
    margin-left: 2rem;
    width: 60%;
    color: #000;
}

.noafter th:after {
    display: none !important;

}

.noafter th,
.noafter td {
    font-size: 13px !important;

}

.heading {
    font-family: Helvetica, sans-serif;
    font-size: 26px;
    color: #333333;
    font-weight: 700;
}

.heading1 {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
}

.heading2 {
    font-size: 32px;
    color: #444;
    font-weight: 300;
}

.text2 {

    color: rgba(0, 0, 0, .7);
    font-weight: 300;
}

.text2 a {

    color: rgba(0, 0, 0, .55);
    font-weight: 300;
}

.page-side h3 {
    font-size: 1rem;
    font-weight: 700;
}

h4 {
    font-size: 1rem;
}

.h4 {
    font-size: 1.5rem;
}

.info-box {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;

}

.info-box h2,
.info-box h4 {
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: -0.3rem !important;
}

.info-box h4 {
    font-size: 16px;
}

.navlsit {
    color: rgba(0, 0, 0, .7);
}

.table,
.table tr,
.table td,
.table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    padding: .4em 0.6em;
    line-height: 2em;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #333;
    background: transparent !important;
    text-align: left;
    table-layout: fixed;
    font-size: x-small;

}

.pretable {
    height: 20px;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    bottom: -6px;
    padding: 1.2em .8em;
    border-radius: 6px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn-s {
    font-size: x-small;
    padding: 6px 12px;
    border: 1px solid #0a58ca;
    color: #0a58ca;
    background: none;
    margin: 0;
}

.btn-s:active,
.btn-s:hover {
    background: none;
}

.table th {
    position: relative;

}

#ttop th {
    padding-top: 1em;
}

.table {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ccc;
    margin-bottom: 0 !important;
    /* this draws the table border  */
    /* hide standard table (collapsed) border */
}

.table th:hover {
    background: inherit !important;
}

.table th:after {
    content: "...";
    display: block;
    position: absolute;
    transform: rotate(90deg);
    color: #333;
    font-size: 18px;
    font-weight: 600;
    right: 2%;
    top: 25%;
}


.table tr:nth-child(odd) {
    background: #f4f4f4 !important;
    z-index: -1;
}

.table td {
    background: transparent !important;
}


.table tr:hover {
    background: #dadada !important;
}

.hvac_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-overflow: ellipsis;
    padding: .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333;
    background: transparent !important;
    text-align: left;
    table-layout: fixed;
    margin-top: -8px;
}

.hvac_table {
    border-radius: 6px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ccc;
    margin-bottom: 0 !important;
    /* this draws the table border  */
    /* hide standard table (collapsed) border */
}

.hvac_table th {
    padding: 10px 8px;
    font-size: 14px;
}

.hvac_table td {
    font-weight: 400;
    padding: 10px 8px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.hvac_table thead {
    background: #0077c8;
}

.primary-button {
    background-color: #233e90;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}

.secondary-button {
    border: 2px solid #233e90;
    border-radius: 6px;
    display: block;
    margin: 10px auto;
    background: none;
    padding: 10px 20px;
    color: #233e90;
}

.alert {
    color: red;
}

.success {
    color: rgb(48, 226, 48);

}

.warning {
    margin-top: 2rem;
    color: yellow;
    padding: 10px;
    border-radius: 8px;
    background-color: #555;
}

.Progress {

    display: flex;
    align-items: center;
    background-color: #069bd7;
    border-radius: 10px;
    justify-content: space-evenly;
}

.Progress h3 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 20px;
    width: 25%;
    text-align: center;
    position: relative;
    color: #fff;

}

.Progress h3:after {
    content: "";
    width: 100px;
    height: 100px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: absolute;
    left: -36%;
    transform: rotate(-45deg);
    top: -150%;
}

.Progress h3:first-child::after {
    display: none;
}

.page {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 1rem;

}



.side-menu h4 {
    font-size: 1rem !important;
}

.side-menu li {
    list-style: none;
    font-size: 1rem;

}

.side-menu li a {
    display: block;
    text-decoration: none;
    color: #555;
    list-style: none;
    padding: 0.4rem 1rem;
    border-bottom: 0.1rem solid #006BA6;


}

.side-menu .active {
    text-decoration: none;
    color: #fff;
    background-color: #0d6efd !important;
}

.side-menu .active:hover {
    color: #fff;
}

.side-menu li a:hover {
    text-decoration: none;
    color: #0d6efd !important;
}

.page-side {
    padding-left: 0.5rem;
}

.side-menu {
    padding-right: 1rem;
}

.page-side .heading2 {
    font-size: 1.9rem;
}

.pagination {
    margin-top: 0 !important;
    background: #f4f4f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 0 1px #ccc;
    padding-left: 1rem !important;
}

.pagination a {
    padding: 0.2rem 0.5rem;
    margin: 5px 0px;
    color: #233e90;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fff;
}

.checks {
    font-size: 14px;
    font-weight: 700;
    color: #233e90;
    padding: 1rem;
    background: #dadada;
    border-radius: 3px;
    margin-left: 2rem;
}

.nochecks {
    background-color: transparent;
    line-height: 1.8;
    font-weight: 500;
}

.legend {
    font-size: 1.5rem;
    color: #333333;
}

.hiddenform {
    display: none;
    padding: 8px 0px;
    background: #fff;
    border: 1px solid;
    position: absolute;
    right: 6.5%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 120px;

}

.nobutton {
    font-size: 14px;
    background: none;
    color: #212529;
    border: none;
    text-align: left;
    padding: .25rem 1rem;
    width: 100%;


}

.openFormButton {
    font-size: 8px;
    padding: 0px 6px;
    margin-left: .255em;
    vertical-align: .255em;
}

/*For Home Page*/
.darkblue-text {
    color: #233e90;
}

#navbar {
    padding: 42px 9%;
}

/* wrapper for one two three sections */
#wrapper {
    margin: auto;
    max-width: 77%;
}

/* one-section */
#one {
    background-image: url('../Images/hero-image.jpeg');
    background-position: center;
    background-size: cover;
    height: 60vh;
    position: relative;
}

#cardwrapper {
    position: absolute;
    left: 10px;
    bottom: 80px;
    width: 50%;
}

/* two-section */
#two p {
    font-size: 14px;
}

/* footer-section */
#footer {
    padding: 30px 10%;
}

.waterblue {
    background: rgba(0, 175, 230, 0.1);
}


.editforminputs {
    background-color: #d8d8d8;
    padding: 10px 15px;
    border: 1px solid var(--primary-color);
    margin-right: 10px;
    margin-top: 10px;
}

#editform {
    width: 1300px;
    height: 120vh;
    overflow: scroll;
    padding: 20px;
    background: #eee;
    border-radius: 20px;
    margin: 0 auto;
}

.message {
    margin-right: 50px;
    background: #eee;
}

.reply {
    margin-left: 50px;
    background: #0078cf
}

@media only screen and (max-width: 600px) {
    #navbar {
        padding: 40px 1%;
    }

    #wrapper {
        max-width: 95%;
    }

    #cardwrapper {
        width: 95%;
    }

    #footer {
        padding: 30px 5%;
    }

}