﻿@font-face{
    font-family: 'Roboto';
    src: url('Roboto/Roboto-Regular.ttf') format('truetype');
}
* {
    font-family: "Roboto", sans-serif !important;
}
body {
    background-color: #FAFAFA;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.footertitle{
    background-color:#000000;
    color:#FFFFFF;
    padding-top:5px;
    padding-bottom:5px;
    margin:0;
    line-height:normal;
}
.footernav{
    color: #000000;
}
.footernav a {
    color: #000000;
    text-decoration:none;
    margin-left: 10px;
    margin-right:10px;
}
.navbar {
    background-color: #FAFAFA;
}
.navbar-nav{
    justify-content:center;
}
.container {
    max-width: 100%;
}
.button-view-file{
    display: none;
}
.button-guest-access {
    display: none;
}
.ico {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.4rem;
}
.ico img{
    width: 20px;
    height: 20px;
}
    .btn img {
        
        height: 40px;
    }
.nav-link {
    color: #000000 !important;
    font-size: 1.3rem;
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
}
    .nav-link:hover {
        color: #EAC151 !important;
    }
.bodybtn {
    background-color: #000000;
    color: #FFFFFF;
}
    .bodybtn:hover {
        color: #EAC151;
    }

.blockheader {

    text-align: center;
}

.blockheaderbtn{
    background-color:#EAC151;
    color:#000000;
}
.blockheaderbtn:hover {
    background-color: #EAC151;
    color: #FFFFFF;
}
.w3-table th {
    color: #000000;
}
.w3-table {
    color: #060606;
}
.stripe {
    background-color: #F1F1F1;
}
.w3-container {
    background-color: #FFFFFF;
    word-wrap: break-word;
    line-break: auto;
}
footer{
    white-space:normal !important;
    text-align: center;
    margin-top: 10px;
    bottom:0;
     
}
.w3-theme-brown {
    background-color: #060606;
    color: #FFFFFF;
}

.w3-theme-brown-text {
    color: #060606;
}

.w3-theme-lightbrown {
    background-color: #D99744;
    color: #FFFFFF;
}

.w3-theme-lightbrown-text {
    color: #D99744;
}

table {
    font-size: 16px;
}

th {
    color: #4B2E01;
    padding-right: 10px;
}

.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 30% auto;
    padding: 10px;
    width: 105px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 80px;
    width: 80px;
}

.logo {
    max-height: 100px;
    padding-bottom: 2%;
}
.logoAnon {
    max-height: 100px;
    padding-bottom: 2%;
}

.myNav div{
    vertical-align: middle;
    height: 100px;
}

.myNav3{
    margin-top:30px;
}

.w3-sidebar{
  
}

#mySidebar1 {
    min-width: 60%;
    display: none;
    left: 0px;
    z-index:2000;
}
header {
    background-color:#FAFAFA ;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 1000;
    border-bottom: 1px solid #000000;
    margin-bottom: 2%;
}
.navMobileButton{
    position: fixed;
   top: 10px;
   left: 10px;
}

.input-guest-access {
    width: 24px; 
    height: 24px;
}
.displayNone{
    display:none !important;
}
.inner_wrapper {
    max-width:500px;
}

#MFA {
    max-width: 500px;
    display: none;
}

#Email2FA {
    max-width:500px;
    display:none;
}

@media only screen and (max-width: 600px) {
    .myNav div {
        height: auto;
    }
    .myNav3{
        margin-top: -80px;
        z-index:500;
    }
    .ico {
        margin: 16px;
    }
    .hidemobile{
        display:none;
    }
    .customer{
        font-weight: bold;
        text-align: center;
        padding: 10px;
    }
    .labelmobile{
        display:inline;
    }
    .logo{
        max-width:80%;
        margin-left: 70px;
    }
    .logoAnon {
        max-width: 80%;
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
    #layoutContainer{
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 601px) {
    .hideDesktop{
        display:none;
    }

.labelmobile{
    display:none;
}
}


    .spread {
        display: flex;
        justify-content: space-evenly;
    }

    .alignleft {
        text-align: left;
    }

.wrapper_max {
    max-width: 500px;
    margin: 0 auto;
    justify-items:center;
}
.clientLogo {
    max-width: 300px;
}
.clientLogoManage {
    max-width: 300px;
    max-height:100px;
}
.userPhoto {
    max-width: 48px;
    max-height: 48px;
}

.w3-row{
    margin-bottom: 10px;
}
.w3-btn{
    margin: 4px;
    vertical-align: middle;
}

div > label {
    font-weight:bold;
}

.modal-backdrop{
    display:none;
}

.modal{
    opacity: 0.98;
}
.modal-dialog{
    top:20%;
}
/*
.modal-backdrop.show{
    opacity: 0;
}
 Ensure modal is on top


.modal2 {
    display: none;
    position: fixed;
    z-index: 1050; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay2 {
    display: none;
    position: fixed;
    z-index: 1049;  
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  
}

.modal-content2 {
    display: none;
    position: relative;
    z-index: 1051; 
    background: white;
    padding: 20px;
    border-radius: 8px;
}

*/

.offStyle{
    color: red;
}
.onStyle{
    color: green;
}