﻿/* 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. */
input[type=number] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body{
    
}
.layouthd{

}
.layoutbd {
    display: flex;
}
.layoutside {
    display: table-cell;
}
.layoutbody {
    display: table-cell;
    flex-grow: 1;
    text-align: center;
}
.layoutframe {
    display: inline-block;
    text-align: left;
    width: 100%;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*Remove Chrome focus*/
*:focus {
    outline: 0;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #111;
    background-image: url('/images/leaf_tile.png');
    background-size: 70px 70px;
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
}
/*.fill-height {
    height: 100vh;
}*/
.bord-bot-dark {
    border-bottom:1px solid #222;
}
.navbar-brand{
    padding:0;
}
.logo-img-a {
    max-width: 220px;
    max-height: 90px;
}
.logo-img{
    width:100%;
    height:auto;
}
header {
    
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

    /*.footer .container {
        background: black;
    }*/

div.form-inline label.col-sm-2 {
    justify-content: flex-end;
}

.o-hid {
    overflow: hidden;
}

.box-shadow {
    box-shadow: inset 0 1px 1px rgba(255,255,255,.2),inset 0 -1px 0 rgba(63,59,113,.2),0 9px 16px 0 rgba(0,0,0,.3),0 4px 3px 0 rgba(0,0,0,.3),0 0 0 1px #150a1e;
}

.mb-6 {
    margin-bottom: 6rem;
}

/*colors*/
.bg-black {
    background: black;
    /*box-shadow: 0px 0px 10px 1px #111;*/
}


.screenshot-d{
    width:100%;
    height:auto;
}
.screenshot-img{
    width:100%;
    height:auto;
}
.text-subtitle {
    color: white;
    font-weight: 600 !important;
    border-bottom: 1px solid #222;
}
.card-list {
    text-align: left;
    color: dodgerblue;
}

.admin-menu-panel {
    border-right: 1px solid #222;
}
    .admin-menu-panel h6 {
        text-align: center;
        border: 1px solid dodgerblue;
        padding: 0.2rem 0rem;
    }
.admin-content-panel {
    background: #111;
    border-top: 1px solid #444;
}
    .admin-content-panel h1 {
        text-align: center;
        background: #222;
        margin-top: 1rem;
        font-size: 1.6rem;
        padding: 0.1rem 0rem 0.3rem 0rem;
        font-weight: bold;
        border: 1px solid green;
    }

.mw-40{
    max-width:40rem;
}
.col-form-label {
    padding: 0rem 0.2rem;
}
.form-control {
    padding: 0rem 0.2rem;
    height: auto;
}

.admin-menu-ul {
    padding: 0;
}
.admin-menu-li {
    list-style: none;
    padding-left: 0.25rem;
}
.admin-menu-li:hover {
    background:#444;
}
.admin-menu-a {
    color:white;
    font-weight:bold;
    font-size:1rem;
    display:block;
}
    .admin-menu-a:hover {
        color: white;
        text-decoration:none;
    }
.admin-menu-li-selected {
    background: red;
}
    .admin-menu-li-selected:hover {
        background: red;
    }

.metrc-catd {
}

.metrc-subhdd {
    padding-bottom: 0.5em;
}

.metrc-subhd {
    color: white;
    font-weight: bold;
    padding-left: 0.25em;
    background: #555;
}

.metrc-subbod {
}

.h1-head {
    text-align: center;
    background: #222;
    margin: 0.3rem 0.3rem 1rem 0.3rem;
    font-size: 1.6rem;
    padding: 0.1rem 0rem 0.3rem 0rem;
    font-weight: bold;
    border: 1px solid green;
    color: white;
}

.read-only{
    background:#888 !important;
    color:black;
}

.card-head-bar {
    background: #222;
    font-size: 1.6rem;
    padding: 0.1rem 0rem 0.3rem 0rem;
    font-weight: bold;
    border: 1px solid green;
}
.ver-cont{
    align-items:center;
    flex:0.25 0.25 auto;
}
.ver-col{
    width:3.3rem;
    display:inline-block;
    flex:0;
}
.ver-input {
    width: 3rem;
}
.flex-center {
    justify-content:center;
}
.company-row {
    /*display: block;
    padding: 0.6em 1em 0 1em;*/
    display: table;
    padding: 0.6em 0;
    width: 100%;
}
.page-ttl {
    /*color: #666;*/
    display: table-cell;
    font-size: 2em;
    font-weight: bold;
}
.page-hdd {
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 0 1em;
    background: #141414;
    display: inline-block;
}
.page-hd-d {
    display: flex;
}
.page-hd {
    font-size: 0.7em;
    color: black;
    vertical-align: top;
    text-transform: uppercase;
    /*border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 0 2em;
    background: #141414;*/
    text-shadow: -1px -1px 0 #888, 1px -1px 0 #888, -1px 1px 0 #888, 1px 1px 0 #888;
}
.page-crumbs{
    font-size:0.45em;
}
.page-crumb {
    display:inline;
}
.page-crumb-a {
    display: inline;
    color: #555;
    height: auto;
    float: none;
    /*margin-right: 20px;*/
    padding: 0;
    white-space: nowrap;
}
    .page-crumb-a:hover {
        text-decoration:none;
        color:#888;
    }
.page-crumb-sep {
    display: inline;
    color: #555;
    height: auto;
    float: none;
}
.company-group {
    /*text-align: right;*/
    /*text-align: right;
    display: table-cell;*/
    text-align: right;
    display: table-cell;
    vertical-align: top;
    padding: 0.3em 0.5em 0 0;
}
.company-agroup {
    /*text-align: right;*/
    /*text-align: right;
    display: table-cell;*/
    text-align: right;
    display: block;
    vertical-align: top;
    padding: 0.3em 0.5em 0 0;
    margin: 0.5em 0.5em 0 0;
}
.company-label{
    color:white;
    display:inline-block;
}
.company-select-div {
    display: inline-block;
}
.company-select {
    outline: none;
    border-radius: 16px;
    padding: 2px 5px 2px 8px;
    background: #222;
    color: white;
    border: 2px solid #555;
    /*font: 16px 'Archivo Narrow';*/
}
.room-row {
    display: flex;
    padding: 0.6em 1em 0 1em;
}
.search-group{
    flex-grow:1;
}
.search-input-d {
    display: inline-block;
    border-radius: 16px;
    border: 2px solid #444;
    background: #222;
    padding: 0 0.2em 0 0.6em;
}
.searchinput {
    display:inline-block;
    padding: 2px 5px 2px 8px;
    color: white;
    border:none;
    background: #222;
    min-width: 300px;
}
.search-button-x {
    border: none;
    border-radius: 30px;
    background: #ccc;
    font-weight: bold;
    height: 1.5em;
    width: 1.5em;
    margin-top: 0.2em;
    line-height: 0;
}
    .search-button-x:hover {
        background:red;
        color:white;
    }
    .search-button-x:focus {
        outline: 0;
    }
.search-button-mag {
    border: none;
    /*border-radius: 30px;*/
    background: #555;
    /*font-weight: bold;
    height: 1.5em;
    width: 1.5em;
    margin-top: 0.2em;
    line-height: 0;*/
}

    .search-button-mag:hover {
        background: black;
        /*color: white;*/
    }

    .search-button-mag:focus {
        outline: 0;
    }
.search-magd{
    width:1.5em;
}
.search-magimg{
    width:100%;
    height:auto;
}
.room-group {
    text-align: right;
}
.room-label {
    color: white;
    display: inline-block;
}
.room-select-div {
    display: inline-block;
    width:70%;
}
.room-select {
    outline: none;
    border-radius: 16px;
    padding: 2px 5px 2px 8px;
    background: #222;
    color: white;
    border: 2px solid #555;
    /*font: 16px 'Archivo Narrow';*/
}
.room-refresh-div {
    display: inline-block;
    width: 2.5em;
}
.refreshbtn {
    background: none;
    border: none;
    width: 2.5em;
}
    .refreshbtn:focus{
        border:none;
        outline:none;
    }
.refreshimg {
    width: 100%;
    height: auto;
}












.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    left: -0.15em;
    top: -0.15em;
}
.up {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    /*position: relative;*/
    left: -0.15em;
    top:0;
}







.prodModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-x: hidden;
}

    .prodModal > div {
        max-width: 90%;
        position: relative;
        margin: 5% auto;
    }

.prodgroup {
    -moz-border-radius: 6px;
    border-radius: 10px;
    vertical-align: top;
    overflow: hidden;
    /*box-shadow: 3px 3px 12px #000;*/
    /*box-shadow: 3px 3px 90px #0f0;*/
    background: black;
}
.defprodtxt {
    height: 100%;
    text-align: center;
    vertical-align: top;
    /* text-shadow: -1px -1px 0 rgb(255 255 255 / 20%), 1px 1px 4px rgb(0 0 0); */
    margin: 0px;
    /* line-height: 28px; */
    /* font-family: Myriad; */
    /*text-transform: uppercase;*/
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    background: #222;
    display: inline-block;
    border-radius: 1em;
    padding: 0 0.5em;
}
.prodbtnrow {
    display: table;
    padding: 0.5vw 0 0.7vw 0;
    width: 100%;
    background: #555;
}
.prodbod {
    /*text-align: center;*/
    background: black;
    /*padding: 8px 8px 18px 8px;*/
    padding:1em;
    /*border-left: 2px solid #555;
    border-right: 2px solid #555;*/
    border-left: 2px solid lime;
    border-right: 2px solid lime;
    border-bottom: 2px solid #555;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    align-items: stretch;
    justify-content: center;
    justify-self: center;
    align-self: flex-start;
    flex-grow: 1;
    width:100%;
}







.warnModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow-x: hidden;
}
    .warnModal > div {
        max-width: 600px;
        position: relative;
        margin: 15% auto;
    }
.warngroup {
    max-width: 600px;
    margin: 10px;
    -moz-border-radius: 6px;
    border-radius: 10px;
    vertical-align: top;
    overflow: hidden;
    box-shadow: 3px 3px 12px #000;
    background: black;
}


.cheader {
    width: 100%;
    background: rgb(86,86,86);
    background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(89,89,89,1) 4%, rgba(102,102,102,1) 11%, rgba(71,71,71,1) 29%, rgba(44,44,44,1) 40%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 65%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#131313',GradientType=0 );
    position: relative;
}

.defheadbar {
    width: 100%;
}

.defheadtxt {
    padding: 4px 10px;
    color: white;
    text-align: center;
}

.deffttxt {
    height: 100%;
    text-align: center;
    vertical-align: top;
    /*text-shadow: -1px -1px 0 rgba(255,255,255,.2),1px 1px 4px rgba(0,0,0,1);*/
    margin: 0px;
    /*line-height: 28px;*/
    /*font-family: Myriad;*/
    /*text-transform: uppercase;*/
    color: red;
    font-size: 1.5em;
    font-weight: bold;
    background: #222;
    display: inline-block;
    border-radius: 1em;
    padding: 0 0.5em;
}

.progfttxt {
    height: 100%;
    text-align: center;
    vertical-align: top;
    /*text-shadow: -1px -1px 0 rgba(255,255,255,.2),1px 1px 4px rgba(0,0,0,1);*/
    margin: 0px;
    /*line-height: 28px;*/
    /*font-family: Myriad;*/
    /*text-transform: uppercase;*/
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    background: #222;
    display: inline-block;
    border-radius: 1em;
    padding: 0 0.5em;
}

.loadbod {
    background: #262626;
    padding: 1vw 0vw;
    padding: 8px 8px 18px 8px;
    border-left: 2px solid #555;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
}

.warnpad {
    padding: 2vw 1vw;
}

.warnadj {
    display: block;
}

.warntext {
    line-height: normal;
    color: white;
    font-size: 1.25vw;
    text-align: center;
}

.warnbtnrow {
    display: table;
    padding-top: 0.5vw;
    width: 100%;
}

.leftbtnd {
    display: table-cell;
    width: 50%;
    padding: 0 2em;
    text-align:right;
}
.centerbtnd {
    display: table-cell;
    width: 50%;
    padding: 0 2em;
    text-align: center;
}
.rightbtnd {
    display: table-cell;
    width: 50%;
    padding: 0 2em;
    text-align: left;
}

.cancelbtn {
    background: black;
    border: 2px solid #555;
    color: white;
    border-radius: 30px;
    padding: 0.1em 1em;
    cursor: pointer;
    box-shadow: 3px 3px 12px #000;
    text-shadow: -1px -1px 0 rgba(0,0,0,.8),1px 1px 4px rgba(0,0,0,1);
    width: 100%;
    min-width: 6em;
    max-width: 14em;
    display: inline-block;
    text-align:center;
}

    .cancelbtn:hover {
        border: 2px solid dodgerblue;
    }
    .cancelbtn:focus {
        outline:0;
    }



.deletebtn {
    background: black;
    border: 2px solid #555;
    color: white;
    border-radius: 30px;
    padding: 0.1em 1em;
    /*font: 2vw Myriad;*/
    cursor: pointer;
    box-shadow: 3px 3px 12px #000;
    text-shadow: -1px -1px 0 rgba(0,0,0,.8),1px 1px 4px rgba(0,0,0,1);
    width: 100%;
    max-width: 14em;
    display: inline-block;
    text-align: center;
}

    .deletebtn:hover {
        border: 2px solid red;
    }

    .deletebtn:focus {
        outline: 0;
    }

.savebtn {
    background: black;
    border: 2px solid #555;
    color: white;
    border-radius: 30px;
    padding: 0.1em 1em;
    /*font: 2vw Myriad;*/
    cursor: pointer;
    box-shadow: 3px 3px 12px #000;
    text-shadow: -1px -1px 0 rgba(0,0,0,.8),1px 1px 4px rgba(0,0,0,1);
    width: 100%;
    max-width: 14em;
    display: inline-block;
    text-align: center;
}

    .savebtn:hover {
        border: 2px solid lime;
    }

    .savebtn:focus {
        outline: 0;
    }

select {
    cursor:pointer;
}



/*Admin*/
.dept-page{
    display:table;
    width:100%;
    margin-bottom:2em;
}
.dept-lb-d {
    display: table-cell;
    max-width: 20em;
    min-width: 15em;
    padding: 0 0.5em 0 0;
}
.dept-edit-d {
    display: table-cell;
    padding: 0 0 0 0.5em;
}
.dept-edit-cont {
    /*display: table-cell;
    max-width: 30em;
    min-width: 15em;*/
    margin:0 auto;
}
.back-blk {
    background: black !important;
}


.sidebar {
    /*position: fixed;
    top: 20%;
    left: 0;*/
    /*width: 10em;*/
    /*display:table;*/
    display: table-cell;
    overflow:hidden;
}
.sidebar-hider-d {
    /*display: table-cell;*/
    vertical-align: top;
    display: table-cell;
    /*position: absolute;*/
}
.sidebar-hider {
    display: inline-block;
    /*background:white;
    width:2em;
    height:6em;*/
    vertical-align: top;
    background: rgb(86,86,86);
    background: -moz-linear-gradient(right, rgba(86,86,86,1) 0%, rgba(89,89,89,1) 4%, rgba(102,102,102,1) 11%, rgba(71,71,71,1) 29%, rgba(44,44,44,1) 40%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 65%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(right, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to left, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#131313',GradientType=1 );
}
.sidebar-menu {
    display: table-cell;
    /*position:absolute;*/
    padding: 1em 0.75em;
    background: rgb(86,86,86);
    background: -moz-linear-gradient(right, rgba(86,86,86,1) 0%, rgba(89,89,89,1) 4%, rgba(102,102,102,1) 11%, rgba(71,71,71,1) 29%, rgba(44,44,44,1) 40%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 65%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-linear-gradient(right, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    background: linear-gradient(to left, rgba(86,86,86,1) 0%,rgba(89,89,89,1) 4%,rgba(102,102,102,1) 11%,rgba(71,71,71,1) 29%,rgba(44,44,44,1) 40%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 65%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#131313',GradientType=1 );
    /*padding: 3em 3em;
    border: 1px solid white;*/
    overflow:hidden;
}
.sidebar-btn-d {
    /*margin: 0.5em 0;*/
    text-align:center;
}
/*.sidebar-btn {
    background: black;
    outline: 0;
    width: 4em;
    height: 4em;
    border: 1px solid #555;
}
    .sidebar-btn:hover {
        background: green;
    }
    .sidebar-btn:focus {
        outline: 0;
    }
.sidebar-btn-imgd {
    display: inline-block;
    width: 100%;
}*/
.sidebar-btn {
    
}

    /*.sidebar-btn:hover {
        background: green;
    }*/

    .sidebar-btn:visited {
        text-decoration:none;
    }

.sidebar-btn-imgd {
    display: inline-block;
    background: black;
    outline: 0;
    width: 4.5em;
    height: 4.5em;
    border: 1px solid #555;
    cursor:pointer;
}
    .sidebar-btn-imgd:hover {
        background: green;
    }
.sidebar-btn-img{
    width:100%;
    height:auto;
}
.sidebar-desc {
    font-size: 0.75em;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0.2em 0;
}
.sidebar-hider-btnd{

}
.sidebar-hider-btn {
    background: transparent;
    /* border: 1px solid red; */
    height: 100%;
    width: 100%;
    padding: 1em 0.3em;
    border: 1px solid #444;
}
    .sidebar-hider-btn:focus {
        outline: 0;
    }
.sidebar-hider-hidden {
    width: 0;
    height: 0;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 0.65em solid white;
}
.sidebar-hider-triangle {
    width: 0;
    height: 0;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-right: 0.65em solid white;
}

.keyModal {
    text-align: center;
}

    .keyModal > div {
        display: inline-block;
        text-align: center;
    }
.keybod {
    display: block;
    flex-grow: 1;
    width: 40em;
}

.keytxt {
    margin: 2em;
    color: white;
}

.key-vrow {
    display: table;
    width: 100%;
    /* min-width: 50em; */
    margin: 0.5em 0;
}

.key-vdatd {
    display: table-cell;
    padding-left: 0.5em;
}

.key-vdata-tb {
    border-radius: 2em;
    padding: 0.1em 0.75em;
    background: #222;
    color: white;
    border: 2px solid #555;
    width: 100%;
    box-shadow: 3px 3px 12px #000;
}

.key-vlbl {
    display: table-cell;
    color: white;
    text-align: right;
    width: 8em;
    padding-right: 0.5em;
}
.key-errmsgd {
    text-align: center;
    display: block;
}

.key-errmsg {
    color: red;
    display: inline-block;
    max-width: 30em;
    font-weight: bold;
    height: 3em;
}

.navli{
    position:relative;
}
.navusrmenu {
    width: 100%;
    color:white;
}
.navusrhd {
    display: table;
}
    .navusrhd:hover {
        cursor: pointer;
    }
.navusrimgd {
    display: table-cell;
    width: 24px;
}
.navusrimg{
    width:100%;
    height:auto;
}
.navusrtxt {
    display: table-cell;
    padding-left: 0.5em;
}
.navusrsubd {
    display: none;
    width: 100%;
    position: absolute;
    background: #222;
    margin-top: 10px;
    border: 2px solid #555;
    z-index: 99999;
}
.navusrsub{
    width:100%;
}
.navusrsub form {
    padding:0.5em 0;
}
.passresethd {
    color: white;
    margin: 1em;
}
.navcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar > .navcontainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navfullscreen {
    display: none;
}
.navmobile{
    display:block;
}
.nav-item{
    background:#222;
    padding:0 0.5em;
    border-top:1px solid black;
}

.totopbtnd {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    display:none;
}
.totopbtn{
    width:100%;
    height:100%;
    border-radius:30px;
    border:none;
    padding:0;
    margin:0;
    background:transparent;
}
    .totopbtn:focus{
        outline:0;
    }
.totopbtnimg{
    width:100%;
    height:auto;
}

@media (min-width: 576px) {
    .container {
    max-width: none;
}
}

@media (min-width: 768px) {
    .navmobile {
        display: none;
    }
    .navfullscreen {
        display: block;
    }
    .nav-item {
        background: black;
        padding: 0;
        border-top: none;
    }
    .container {
         max-width: none; 
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}