body {
    margin-left: 1em;
    margin-right: 1.88em;
    font-family: "Helvetica Neue LTStd 43 Light Ext",sans-serif,Helvetica,Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #98a3a9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}
#wrapper {
    height: 100vh;
    width: 100% !important;
}
a:link {
  text-decoration: none;
}
a:hover, 
#header > div.loginwidget > input:hover {
  text-decoration: underline;
}
#header {
    margin: 10px 0 0 0 !important;
    border: none !important;
}
#navbar {
    background-color: #ffffff;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border: none !important;
}
.links > li > a { 
    color: #98a3a9 !important;
    font-size: 14px;
    font-weight: bold;
    padding: .75em 1em;
    text-transform: uppercase;
}
#breadcrumbs {
    background: #024979;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    padding: .5em;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 5px 5px #888888;
    min-width: 35em;
    text-transform: uppercase;
}
#left {
    background-color: #0073b9 !important;
    height: 100%;
}
#left > ul > li > a {
    color: #ffffff;
    font-weight: bold;
}
#left > ul > li {
   border-bottom: 1px solid #ffffff;
   margin: 5px 0 5px 0;
}
#left > ul > li:hover {
    background-color: #024979 !important;
}
.welcome { 
    height: calc(100vw - 75vw);
    background-image: url("/Basco/Assets/cantbe.jpg");
    background-size: cover;                  
    background-repeat: no-repeat;
    background-position: center center; 
}
#content {
    height: 100%;
    overflow-x: scroll;
    border: none !important
}
#content > h1.label, 
#content > table.categories, 
#left > h1.categories {
    display: none;
}
#content > form[name="Login"] {
    display: block;
    text-align: center;
    width: 425px;
    margin: auto;
}
#header .loginwidget {
    text-align: left;
    margin: 25px 0 0 0;
}
#header > div.loginwidget > input {
    color: #98a3a9 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: none !important;
    border: none !important;
    cursor: pointer;
    margin: 0 0 0 50px;
}
div.productListingItemImage > a > img {
  
}
