html,
body {
    margin: 0;
    height: 100%;
    font-family: "quickSands", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 500;
}

* {
    box-sizing: border-box;
}

hr {
    border: 1px solid #000000;
    margin: 5px;
}

pre {
    background: #eee;
}

a {
    color: dodgerblue;
}

input {
    background-color: rgb(237, 239, 240);
}

label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

tr > td:last-child {
    text-align: right;
}

/* end native overrides */

/* fonts */

@font-face {
    font-family: "quickSands";
    src: url(../fonts/Quicksand-VariableFont_wght.ttf) format("truetype");
}

/* fonts */

/* page-styles */

.page-hero {
    width: 100%;
    height: calc(100vh - 56px);
    text-align: center;
}

.page-hero-full {
    width: 100%;
    min-height: calc(100vh - 56px);
    text-align: center;
}

.page-hero-content {
    margin: 0;
    position: relative;
    top: 25%;
    user-select: none;
    padding: 36px;
}

.page-hero-content-full {
    margin: 0;
    position: relative;
    user-select: none;
    padding: 36px;
}

.page-hero-content-dimmer {
    height: 100%;
    text-align: initial;
    padding: 12px;
    max-width: 50%;
    /* top: 50%; */
    position: relative;
    background-color: rgb(33, 37, 41, 0.8);
}

.page-hero-title {
    letter-spacing: 12px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 12px;
    width: 50%;
    font-size: 30px;
}

.page-hero-description {
    font-size: 40px;
    letter-spacing: 3px;
}

.page-content-center {
    max-width: 500px;
    min-width: 500px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* page-styles */

.content-sm {
    width: 50%;
    margin: 0 auto;
}

.inline-forced {
    display: inline;
}

.inline-block-forced {
    display: inline-block;
}

.block {
    display: block;
}

.display-inherit {
    display: inherit;
}

.section-title {
    font-size: 17px;
    font-weight: bold;
}

/* feature-styles */

.feature-box {

    width: 100%;
    background-color: #eee;
    border: 1px solid #222;
    padding: 10px;
    display: block;

}

.feature-option {

    font-size: 20px;
    font-weight: bold;

}

/* feature-styles */

/* win-styles */

.winput {
    width: 100%;
    padding: 12px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background-color: #ddd;
}

.winput:focus,
.winput:focus {
    background-color: #ddd;
    outline: none;
}

.win-btn {
    background-color: #161616;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    display: block;
}

.win-btn-success {
    background-color:aquamarine;
    color: #000;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    display: block;
}

.win-btn-primary {
    background-color: #3968a5;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    display: block;
    text-align: center;
}

.win-btn:hover {
    background-color: #424649;
}

.win-pad-container {
    padding-top: 12px;
}

/* win-styles */

/* bs-styles */

.container {
    padding: 16px;
    background-color: white;
}

.active {
    color: white;
    background-color:#116A7B !important;
}

.table {
    margin: 0px;
}

.table > tbody > tr > td {
    padding:12px;
}

.table>thead>tr>th {
    padding: 12px;
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
    border: none;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 12px;
}

.bi {
    /* margin-right: 12px; */
    margin-right: 0px;
}

.card-header {
    padding: 12px;
}

.card-body {
    padding: 12px;
}

.navbar {
    padding: 0px;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
    background-color: ghostwhite;
}

.modal-footer {
    justify-content: space-between;
}

.btn-danger {
    background-color: #E85647;
    border: 1px solid #E85647;
}

.btn-warning {
    background-color: #FFD760;
    border: 1px solid #FFD760;
}

.btn-primary {
    background-color: #476a88;
    border: 1px solid #476a88;
}

.btn-primary:hover {
    background-color: #116A7B;
    border: 1px solid #116A7B;
}

/* bs-styles */

.pb-textarea {
    min-height: 200px;
    height: 200px;
    max-height: 440px;
}

.content {
    min-height: calc(100vh - 100px);
}

.footer {
    height: 62px;
    color: #eee;
    text-align: center;
    padding-top: 21px;
}

.dashboard-widget {
    border: 1px solid black;
    padding: 12px;
    margin: 0px 0px 12px 0px;
}

.field-required {
    color: red;
}

.information-widget {
    border: none;
    box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.46);
    border-radius: 0px;
    margin-bottom: 12px;
    padding:12px;
    background-color: #ffffff;
}

.information-widget:last-child {
    margin-bottom: 0px;
}

.widget-section-header {
    color: #435B66;
    border-bottom: 1px solid #116A7B;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.widget-section-header-text {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.float-right {
    float: right;
}

.align-button-vertical {
    margin-top: 26px;
}

.textual-space {
    margin: 50px 0px;
}

.nav-icon {
    font-size: 26px;
}

.page-header {
    font-size: 23px;
    color: #1b2934;
    padding: 36px;
    background-color: white;
    border-bottom: 2px solid #bdd0d7;
}

.page-header-center {
    font-size: 23px;
    color: #1b2934;
    padding: 36px;
}

.page-header-text {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #435B66;
}

.portal-link-spacer {
    word-spacing: 20px;
}

.page-content-wrapper {
    padding: 12px;
}

.remove-padding {
    padding: 0px;
}

/* sidenav-styles */

.sidebar-link-active {
    color: #eee !important;
    background-color: #2D4356;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #eee;
    padding: 6px 0px;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.nav-link {
    user-select: none;
    padding: 6px 12px !important;
    color: #ddd;
}

.nav-link:hover {
    background-color: #116A7B;
    color: #eee;
}

.nav-link-sidebar:first-child {
    margin-top: 0px;
}

.nav-link-sidebar {
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: #222;
    display: block;
    transition: 0.3s;
    margin: 6px;
    /* background-color: whitesmoke; */
}

.nav-link-sidebar:hover {
    color: #eee;
    background-color: #818181;
}

/* sidenav-styles */

#dv-main-content {
    padding: 0px;
    background-color: #f4f9f8;
	position: relative;
    /* background: linear-gradient(-45deg, #f4f9f8 5%, #2D4356 5%, #2D4356 15%, #f4f9f8 15%); */
}

/* wave-styles */ 

#wave-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#wave {
    display: block;
    position: relative;
    height: 40px;
    background: #2D4356;
}

#wave:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: #f4f9f8;
    right: -25%;
    top: 20px
}

#wave:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 100%;
    height: 300px;
    background-color: #2D4356;
    left: -25%;
    top: -240px;
}

/* wave-styles */

/* table scroll */

.table-scrollable {
    min-height: 640px;
    max-height: calc(100vh - 640px);
    /* border: 1px solid #eee; */
    overflow-x: auto;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 12px;
    background-color: #ffffff;
    /* box-shadow: 3px 3px 6px 1px rgba(34, 34, 34, 0.7); */
}

.table-scrollable thead th {
    border: none;
}

.table-scrollable thead tr:first-child {
    border: none;
}

.table-scrollable thead th {
    position: sticky;
    top: 0px;
    background-color: white;
    margin-top: -1px;
    margin-bottom: -1px;
    box-shadow: inset 0 1px 0 #dee2e6,
        inset 0 -1px 0 #dee2e6;
}

.table>:not(:first-child) {
    border-top: 0px solid darkgray;
}

.clickable-icon {
    font-size: 30px;
}

.clickable-icon:hover {
    color: red;
    cursor: pointer;
}

#dv_notification_wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 50px;
}

.notification {
    width: 100%;
    padding: 12px;
    background-color: #eee;
    border: 1px solid #222;
}

.number-display {
    font-size: 36px;
    color: #435B66;
    text-align: center;
    font-weight: bold;
    /* min-width: auto;
    display: inline-block; */
}

.card-section-mini {
    /* padding: 30px;
    border: 1px solid black;
    display: inline-block; */
}

.page-loading {
    display: none;
    height: 100%;
    z-index: 5;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=file] {
    display: inline;
    max-width: 198px;
    font-size: 16px;
    visibility: hidden;
}

input[type=file]::file-selector-button {
    display: none;
}

.btn-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/* bg-styles */

.bg-dark-green {
    background-color: #183D3D;
}

.bg-green-primary {
    background-color: #A0C49D;
}

.bg-green-secondary {
    background-color: #C4D7B2;
}

.bg-green-light {
    background-color: #E1ECC8;
}

.bg-lime {
    background-color: #F7FFE5;
}

.bg-blue-primary {
    background-color: #116A7B;
}

.bg-blue-light {
    background-color: #C2DEDC;
}

.bg-blue-steel {
    background-color: #435B66;
}

.bg-deep-blue-steel {
    background-color: #2D4356;
}

.bg-dark-blue {
    background-color: #1b2934;
}

.bg-min-blue {
    background-color: #f4f9f8;
}

.bg-img-blueprint {
    background-image: url("../image/blueprint.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-position: center;
}

.bg-img-checklist {
    background-image: url("../image/checklist.jpg");
    background-color: #cccccc;
}

.bg-img-woodworking {
    background-image: url("../image/woodworking.jpg");
    background-color: #cccccc;
}

.background-img-features {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/features.png);
}


/* bg-styles */

/* loading */

.page-loading {
	display: none;
	justify-content: center;
	align-items: center;
	opacity: .5;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.loading-spinner {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #1b2934; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* loading */


/* scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* media content */

@media screen and (max-width: 991px) {

    .btn {
        font-size: 25px;
        width: 100%;
        margin: 12px 0px;
    }

    #dv-main-content {
        font-size: 20px;
    }

    .nav-link {
        font-size:24px;
    }

    .nav-win-small {
        display: block;
    }

    .page-content-center {
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        position: unset;
        top: 0;
        left: 0;
        transform: none;
        /* position: absolute; */
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
    }

    .page-header {
        padding: 12px;
    }

    .content-sm {
        width: 100%;
        margin: 0 auto;
    }

    .page-hero-content-dimmer {
        max-width: 100%;
    }

    .page-hero-content {
        padding: 12px;
    }

    .page-hero-title {
        width: 100%;
    }

    .card-body {
        padding: 12px;
    }

    input[type=file] {
        font-size: 20px;
        min-width: 100%;
    }

    .sidenav {
        display: none;
    }
}