﻿.no-underline-links a {
    text-decoration: none;
}

@font-face {
    font-family: 'TNO-FSMe';
    src: url('/_CDN/fonts/fsmepro-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-FSMe-light';
    src: url('/_CDN/fonts/fsmepro-light.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-FSMe-bold';
    src: url('/_CDN/fonts/fsmepro-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-ObjectSans';
    src: url('/_CDN/fonts/PPObjectSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-ObjectSans-Bold';
    src: url('/_CDN/fonts/PPObjectSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-ObjectSans-Heavy';
    src: url('/_CDN/fonts/PPObjectSans-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: 'TNO-ObjectSans-Slanted';
    src: url('/_CDN/fonts/PPObjectSans-Slanted.woff2') format('woff2');
}

/* TNO COLORS */
.bg-tno {
    background-color: #002484;
}

.border-tno {
    border-color: #002484;
}

.btn {
    font-size: 10pt !important;
    font-family: TNO-ObjectSans, 'sans serif' !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "TNO-FSMe-Light", 'Segoe UI', 'Tahoma' !Important;
    font-size: 11pt !important;
    font-weight: normal;
    font-style: normal
}

@media only screen and (max-width: 576px) {
    main {
        position: fixed;
        top: 160px !important;
    }

    .hidesmall {
        display: none;
    }
}

h1, h2, h3, h4 {
    font-family: "TNO-ObjectSans-Bold", sans-serif !important;
    font-weight: 600
}

h5, h6 {
    font-family: "TNO-FSMe-bold", sans-serif !important;
    font-weight: 400
}

main {
    overflow-y: scroll;
    bottom: 20px;
    position: fixed;
    top: 94px;
    padding-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 16px;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px; /* Set the fixed height of the footer here */
    line-height: 36px; /* Vertically center the text there */
    background-color: #649EC9;
    font-size: 0.9em;
    font-family: TNO-ObjectSans, 'sans serif' !important;
    color: white;
}

footer a {
    color: white;
}
/* Font Sizes */
.normal {
    font-size: 1.00em !important
}

.medium {
    font-size: 0.95em !important
}

.small {
    font-size: 0.9em !important
}

.smaller {
    font-size: 0.85em !important
}

.smallest {
    font-size: 0.75em !important
}

.large {
    font-size: 1.1em !important
}

.larger {
    font-size: 1.2em !important
}

.largest {
    font-size: 1.3em !important
}

/* Utility Classes 
    fx = Fixed Width
    fy = Fixed Height
*/
.fx-20 {
    width: 20px !Important;
    min-width: 20px !Important;
    max-width: 20px !Important;
}

.fx-25 {
    width: 25px !Important;
    min-width: 25px !Important;
    max-width: 25px !Important;
}

.fx-30 {
    width: 30px !Important;
    min-width: 30px !Important;
    max-width: 30px !Important;
}

.fy-20 {
    height: 20px !Important;
    min-height: 20px !Important;
    max-height: 20px !Important;
}

.fy-25 {
    height: 25px !Important;
    min-height: 20px !Important;
    max-height: 20px !Important;
}

.fy-30 {
    height: 30px !Important;
    min-height: 20px !Important;
    max-height: 20px !Important;
}

.flip180 {
    -webkit-transform: rotate(180deg);
}

.zhighest {
    z-index: 9999 !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-family: TNO-ObjectSans, 'sans serif' !important;
}

li.dropdown-item a, li.dropdown-item a:hover {
    text-decoration: none !important;
}


/* Badges and Borders */
.border-silver {
    border: 1px solid silver !Important;
}

.badge-60 {
    padding-top: 8px;
    width: 60px !important;
    height: 25px !important;
}

.badge-80 {
    padding-top: 8px;
    width: 80px !important;
    height: 25px !important;
}

.badge-100 {
    padding-top: 8px;
    width: 100px !important;
    height: 25px !important;
}

.badge-outline-tno-v {
    color: #3369ff;
    border: 1px solid #3369ff;
}

.badge-outline-tno-dv {
    color: #f57118;
    border: 1px solid #f57118;
}

.badge-outline-tno-c {
    color: #ea2127;
    border: #ea2127;
}

.badge-outline-tno-r {
    color: #2ea339;
    border: 1px solid #2ea339;
}

.badge-outline-silver {
    border: 1px solid silver;
    color: #00030a;
}

.badge-outline-primary {
    color: #405189;
    border: 1px solid #405189;
}

.badge-outline-info {
    color: #3da5f4;
    border: 1px solid #3da5f4
}

.badge-outline-orange {
    color: #ff7500;
    border: 1px solid #ff7500
}

.badge-outline-danger {
    color: #ea2127;
    border: 1px solid #ea2127
}

.badge-outline-success {
    color: #00c689;
    border: 1px solid #00c689
}

.badge-outline-warning {
    color: #fda006;
    border: 1px solid #fda006
}

/* Text and Background Colors */
.text-code {
    font-family: Consolas !important;
}

.text-yellow {
    color: #ffc107 !important
}

.bg-yellow {
    background-color: #ffc107 !important;
}

.bg-light-yellow {
    background-color: #FFFAA0 !important;
}

/* TNO Colored Styles */
.text-tno-dark {
    color: #00030A !important;
}

.text-tno-light {
    color: #F0F3FA !important;
}

.text-tno-gray {
    color: #F0F3FA !important;
}

.text-tno-white {
    color: white !important;
}

.text-tno-orange {
    color: #F57118 !important;
}

.text-tno-green {
    color: #2EA339 !important;
}

.text-tno-purple {
    color: #8D70CC !important;
}

.text.tno-yellow {
    color: #F5C814 !important;
}

.text-tno-ink {
    color: #00030A !important;
}

.text-tno-blue {
    color: #123EB7 !important;
}

.text-tno-darkblue {
    color: #F57118 !important;
}

.text-tno-lightblue {
    color: #3369FF !important;
}

.text-tno-red {
    color: #ea2127 !important;
}

.bg-tno-silver {
    background-color: silver !important
}

.bg-tno-orange {
    background-color: #F57118 !important;
}

.bg-tno-green {
    background-color: #2EA339 !important;
}

.bg-tno-purple {
    background-color: #8D70CC !important;
}

.bg-tno-yellow {
    background-color: #F5C814 !important;
}

.bg-tno-ink {
    background-color: #00030A !important;
}

.bg-tno-blue {
    background-color: #123EB7 !important;
}

.bg-tno-darkblue {
    background-color: #002484 !important;
}

.bg-tno-lightblue {
    background-color: #3369FF !important;
}

.card-rounded {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-lowerborder {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.dropdown-item a {
    color: #00030A;
}

a.nav-link {
    margin-right: 20px;
    margin-left: 5px;
}

/* End of TNO Custom Colors*/

/* Custom Buttons */
.btn-darkorange {
    background-color: orangered;
    color: white !important;
}

.btn-disabled {
    background-color: white !important;
    border-color: silver !important;
    color: silver !important;
    cursor: default;
}

.btn-orange {
    background-color: #F57118 !important;
    color: white !important;
}

.btn-darkgreen {
    background-color: rgb(38 121 29) !important;
    color: white !important;
}

/* Custom Labels */
.label-form {
    color: #518bb7;
    font-size: 0.95em;
    padding-top: 7px;
    padding-right: 10px;
}

.label {
    color: #645f5f;
}

/* JUSTIFIED BUTTON GROUP */
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn,
    .btn-group-justified .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified .btn .btn,
        .btn-group-justified .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified .btn .dropdown-menu,
        .btn-group-justified .btn-group .dropdown-menu {
            left: auto;
        }
/* END BUTTON GROUP */

/* The Ajax Loader Spinner */
.modalwait {
    position: fixed;
    z-index: 999998 !important;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

/*Modals and Messageboxes */
.centerpage {
    z-index: 9999 !important;
    margin: 256px auto;
    padding-top: 200px;
    width: 256px;
    height: 256px;
}

#MessageBox {
    width: 90%;
    min-height: 40px;
    border-top: 1px outset #e3e3e3;
    margin: 2px auto 2px auto;
    font-weight: bold;
    color: #649EC9;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
}

.modal-lg {
    max-width: 1200px !important;
}

.modal.modal-wide .modal-dialog {
    width: 80% !important;
}

.modal-wide .modal-body {
    overflow-y: auto !important;
}