html{
    /* overflow: auto; */
    height:100%;
    width:100%;
    min-height: 700px;
    min-width: 1100px;
}

#navBar {
    background: none;
    height: 40px;
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    line-height: 40px;
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 40%);
}
#mainHead {
    background: #14558f;
    height: 11px;
    position: absolute;
    width: 100%;
    display: flex;
    top: 0px;
    line-height: 11px;
    /*box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 40%); */
}
.v1 {
    border-left: 2px solid #9c9c9c;
    height: 34px !important;
    line-height: 1.5;
    width: 1px;
    border-left: 2px solid #9c9c9c;
}

#subheadernavBarSide {
    background: #e3e3e3;
    height: 42px;
    position: absolute;
    width: 100%;
    display: flex;
    top: 12px;
    line-height: 40px;
}
#subheadernavBar {
    background: #e3e3e3;
    position: absolute;
    width: 30%;
    display: flex;
    top: 2px;
    line-height: 40px;
    /* box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 40%); */
    text-align: center;
    float: left;
}
#subheadernavBarSide1 {
    background: #e3e3e3;
    height: 42px;
    width: 30%;
    line-height: 40px;
    text-align: center;
   float: right;
   position:relative;
   left: 40%;
    
}
#subheadernavBarSide2 {
    background: #e3e3e3;
    height: 42px;
    width: 30%;
    line-height: 40px;
    text-align: center;
    float: right;
    position: relative;
    left: 11rem;
}
.inventory-header {
    background-color: #14558f;
    text-align: center;
    padding: 0px 20px 1px 10px;
    height: 29px;
    align-self: center;
}

.inventory-header:hover {
    text-decoration: underline
}

a:hover:after {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:focus:after {
    text-decoration: underline;
}
a:link:after {
    color: white;
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    display: contents;
}
navbarLogo {
    padding: 5px 0px 0px 2px;
}


#wrapper {
    height: calc(100vh);
    display: flex;
    width: 100%;
    top:54px;
    position: absolute;
}

iframe{
    width:100%;
    height: 100%;
}

.btns{
	/* margin: 5px; */
    vertical-align: middle;
        text-align: center; margin: auto;

    /* display: contents; */
}

.btn{
}
.img1 {
    height: 29px;
    max-width: 100%;
    align-self: center;
}
.logo{
    display: flex;
    margin-left: 1em;
}
.a {
    color: white;
    font-size: 2px;
}

.title {
    display: contents;
    color: #6a6a6a !important;
    line-height: 40px;
    font-size: 18px;
}
.subtitle {
    display: contents;
    color: #ffffff !important;
    line-height: 29px;
    font-size: 16px;
    background-size: 300px 100px;
}

.ma_font {
    /* font-family: "Noto Sans VF","Noto Sans","Helvetica","Arial",sans-serif; */
    font-weight: normal;
    text-align: center;
    font-family: Calibri;
    /*text-decoration: underline; */
}

/* .ma__button {
    border: 3px solid;
    box-shadow: 0 0.25rem 0.5rem rgb(1 1 1 / 25%);
    display: inline-block;
    letter-spacing: .1em;
    padding: .4em 1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease;
    font-size: 1.25rem;
    line-height: 1.4;
}

.ma__button {
    font-weight: 550;
    background-color: #388557;
    border-color: transparent;
    color: #fff;
} */