﻿/* 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
-------------------------------------------------- */
html {
  font-size: 14px;
}


.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);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background: #AAA;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #0f1da0;
    color: #FFF;
    overflow: hidden;
    background-image: url("/Images/web-bg.jpg");
    background-image: image-set("/Images/web-bg.webp", "/Images/web-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

footer {
    width: 100%;
    position: relative;
    white-space: unset;
    line-height: unset;
    display:inline-block;
}

header {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:80px;/*57px;*/
    overflow:hidden;
}

.headerDesktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 135px;
    display:none;
}

.headerDesktop .logo{
    position:absolute;
    top:0;
    left:0;
    width: 160px;
    height: 120px;
}

.headerDesktop .company{
    position:absolute;
    top:0;
    left:160px;
    height:60px;
}

    .headerDesktop .menu {
        position: absolute;
        top: 75px;
        left: 150px;
        right: 5px;
        height: 30px;
        background-color: rgba(255,255,255,0.7);
        color: #000;
        overflow: hidden;
        border-bottom: 1px solid #AAA;
        border-top: 1px solid #AAA;
        font-weight: bold;
        z-index: 500;
    }
.headerDesktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.headerDesktop .breadcrumb {
    background-color: #00000000;
    display: unset;
    position: absolute;
    flex-wrap: unset;
    -ms-flex-wrap: unset;
    padding: unset;
    margin-bottom: unset;
    border-radius: unset;
    left: 150px;
    top: 105px;
}



main {
    position: absolute;
    top: 80px;/*57px;*/
    left: 0;
    right: 0;
    overflow: auto;
    bottom:0;
}

.headerMobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    height: 57px;
    display:unset;
    border-bottom: 1px solid white;
}

.headerMobile .logo {
    margin-left: 5px;
    margin-top: 5px;
    height: 50px;
}

.headerMobile .company {
    height: 40px;
    margin-top: 5px;
}

.headerMobile .toggle {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
    color: #00F;
}

.menuMobile {
    backface-visibility: hidden;
    background: #005;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 0 88px;
    position: fixed;
    right: 0;
    visibility: hidden;
    width: 250px;
    z-index: 0;
    font-size: 200%;
    border: 1px solid black;
    line-height: 45px;
}

div.menuMobile hr {
    margin-left: 20px;
    margin-right: 20px;
    min-width: initial;
}

.menuMobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub {
    position: absolute;
    top: 104px;
    min-width: 200px;
    background-color: white;
    display: none;
    z-index: 12000;
    padding: 0;
    margin: 0;
    
}

.sub a {
    width: 100%;
}

.sub li{
    line-height:30px;
    list-style:none;
}

.submenu_mobile {
    position: relative;
    padding-left: 15px !important;
    display: none;
    
}

.submenu_mobile a {
    width: 100%;
}




.sectionText {
    display: inline-block;
}

.sectionBlock {
    display: inline-block;
}

.sectionBlock p {
    text-align: left;
}

.sectionHeading {
    text-align: left;
    margin-bottom: 5px;
    color: #000;
}

.sectionContent {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
    .sectionContent p {
        text-align: left;
    }
.section600 {
    display: inline-block;
    max-width: 600px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.section300 {
    display: inline-block;
    max-width: 98%;
    text-align: center;
    vertical-align: top;
}

.section {
    text-align: left;
}
.notice {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    height: 72px;
    background-color: #FFB700;
}
.notice a{
    color:#005;
    text-decoration:none;
    font-variant:small-caps;
    padding-left:5px;
}
    .notice a:link, .notice a:visited, .notice a:active {
        color: #005;
        text-decoration: none;
        font-variant: small-caps;
    }
    .notice a:hover{
        text-decoration:underline;
    }

.npbutton {
    background-color: #2b3c59;
    color: yellow;
    border: 1px solid #FFF;
    width: 200px;
    min-height: 200px;
    /*line-height:200px;*/
    display: block;
    text-align: center;
    border-radius: 15px;
}


@media (min-width: 950px) {
    html {
        font-size: 16px;
    }

    header {
        height: 160px; /*135px;*/
    }

    .headerDesktop {
        display: unset;
    }

    .headerMobile {
        display: none;
    }

    .notice {
        top: 135px;
    }

    main {
        top: 160px; /*135px;*/
    }

    .section300 {
        max-width: 300px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sectionContent {
        text-align: left;
    }

    .sectionContent p {
        text-align: unset;
    }

    .section {
        text-align: center;
    }

    .sectionText {
        width: 400px;
    }
}

a, a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #FF0;
}

a:hover, a:active {
    text-decoration: underline;
}


a.fullMenuItem, a.fullMenuItem:link, a.fullMenuItem:visited {
    /*background-color: #FFF;*/
    color: #000;
    height: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    text-align: left;
    float: left;
    text-decoration: none;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

a.fullMenuItem:hover, a.fullMenuItem:active {
    background-color: #555;
    color: #FFF;
}

a.mobileMenuItem, a.mobileMenuItem:link, a.mobileMenuItem:visited {
    background-color: #005;
    color: #FFF;
    min-height: 45px;
    /*border-bottom:1px solid black;*/
    position: relative;
    display: block;
    padding: 0px 0px 0px 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-variant: small-caps;
    font-size: .8em;
    border-bottom: 2px solid grey;
}

a.mobileMenuItem:hover, a.mobileMenuItem:active {
    background-color: #00F;
}
