﻿/* 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. */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    color: #2b1d0e;
    font-family: Arial, Helvetica, sans-serif
}

/*Menu overlay*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay .backbtn {
    font-size: 26px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .overlay .backbtn {
        font-size: 26px;
    }
}

.overlay .subNav {
    display: none;
}

    .overlay .subNav a {
        padding-left: 10%;
        font-size: 24px
    }

.logoImage {
    max-width: 120px;
    max-height: 50px;
}

.navbar-nav > li {
    float: right;
}

.menuItem {
    color: #ffffff;
    width: auto;
    margin: auto 5px auto 5px;
    font-weight: bold;
    border: none;
    background-color: transparent;
}

    .menuItem:focus {
        outline: 0;
    }

.menuSubItem {
    font-size: 15px;
}

    .menuSubItem:hover {
        color: #aaaaaa;
    }

.menuImage {
    max-width: 40px;
    max-height: 40px;
    border-radius: 10px;
}

.menuBTN {
    border: none 1px #eeeeee;
    background-color: #eeeeee;
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    border-radius: 3px;
}

    .menuBTN:hover {
        color: #cbcbcb;
    }

.cartBTN {
    border: none 1px #eeeeee;
    background-color: #eeeeee;
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    width: auto;
    border-radius: 3px;
}

    .cartBTN:hover {
        color: #cbcbcb;
    }

.logoutBTN {
    border: none 1px #eeeeee;
    background-color: #eeeeee;
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    width: auto;
    max-width: 120px;
    max-height: 60px;
    border-radius: 3px;
}

    .logoutBTN:hover {
        color: #cbcbcb;
    }
/*Page Contents*/
.thumbnail {
    width: 100px;
    height: 100px;
}
.phoneScreenshot {
    width:540px;
    height:1200px;
}
/*Controls styling*/
.formControls {
    width: 300px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formControls2 {
    width: 200px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formControls3{
    width: 60px;
    height: calc(2.25rem + 1px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button {
    border: solid 1px #aaaaaa;
    background-color: #eeeeee;
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    height: 34px;
    border-radius: 3px;
}

    .button:hover {
        color: #cbcbcb;
    }

.button2 {
    border: solid 1px #aaaaaa;
    background-color: #eeeeee;
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    width: 126px;
    height: 34px;
    border-radius: 3px;
}

    .button2:hover {
        color: #cbcbcb;
        text-decoration: none;
    }

.button3 {
    border: solid 1px #aaaaaa;
    background-color: #eeeeee;
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    width: 198px;
    height: 34px;
    border-radius: 3px;
}

    .button3:hover {
        color: #cbcbcb;
        text-decoration: none;
    }

.label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.label1 {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}
.label2 {
    display: inline-block;
    font-weight: bold;
    width: 120px;
}

.label3 {
    display: inline-block;
    font-weight: bold;
    width: 130px;
}

.label4 {
    display: inline-block;
    font-weight: bold;
    width: 140px;
}

.label5 {
    display: inline-block;
    font-weight: bold;
    width: 150px;
}

.label6 {
    display: inline-block;
    font-weight: bold;
    width: 160px;
}

.promotionLB {
    font-weight:bold;
    color:red;
}

.lockedLabel {
    display: inline-block;
    font-weight: bold;
    width: 100px;
    color: #2e1d0e
}


.checkbox input {
    width: 15px;
    height: 15px;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.content {
    color: #414141;
    background-color: #e1c699;
    color: #2b1d0e;
    min-height: 83vh;
}

.collapseBG {
    background-color: #3c2e1f
}

.mapDiv {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    min-width: 300px;
    min-height: 250px;
}

.content {
    min-height: 100vh;
}

.mapDiv {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.mapDiviframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.error {
    font-size: 16pt;
    color: red;
    font-family: Verdana;
}

.subtitle {
    font-size: 24px;
    font-weight: bold;
}

.subtitle2 {
    font-size: 20px;
    font-weight: bold;
}

.link {
    color: #f2f2f2;
}

    .link:hover {
        color: #aaaaaa;
    }

.link2 {
    color: #3d3d3d;
}

    .link2:hover {
        color: #eeeeee;
    }

.image {
    max-width: 130px;
    max-height: 220px;
}

.footer {
    background-color: #3c2e1f;
    color: #f2f2f2;
    width: 100%;
    position: inherit;
}
/* Make the image fully responsive */
.carousel-item .img-fluid {
    min-width: 100%;
}

.card {
    position: relative;
    display: inline-block;
}

    .card .img-top {
        display: none;
        z-index: 99;
    }

    .card:hover .img-top {
        display: inline;
    }

    .card:hover .img-bottom {
        display: none;
    }

@media screen {
    .productCarousel {
        padding: 0vh 23vh 0vh 23vh;
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 720px) {
    .text {
        font-size: 15px
    }
    .productCarousel {
        padding: 0vh 3vh 0vh 3vh;
    }
}

.card {
    position: relative;
    display: inline-block;
}

    .card .img-top {
        display: none;
        z-index: 99;
    }

    .card:hover .img-top {
        display: inline;
    }

    .card:hover .img-bottom {
        display: none;
    }

.glyphicon-test:before {
    content: "\e250";
    /*content: "\e095";*/
    /*content: "\e093";*/
}

.glyphicon-arrow-down:before {
    content: "\e019";
}

.glyphicon-pushpin {
    content: "\e141";
}

.glyphicon-language {
    content: "\e164";
}

.glyphicon-font {
    content: "\e185"
}

.glyphicon-underline {
    content: "\e186"
}

.glyphicon-globe {
    content: "\e128";
}

.glyphicon-profile {
    content: "\e156";
}

.glyphicon-folder-closed {
    content: "\e188";
}

.glyphicon-login {
    content: "\e126";
}

.glyphicon-logout {
    content: "\e127";
}

.glyphicon-time {
    content: "\e121";
}

.glyphicon-envelope {
    content: "\e205";
    /*content: "\e135";*/ /*Small envelope*/
}

.glyphicon-envelope-transparent {
    content: "\e119";
}

.glyphicon-repeat {
    content: "\e149";
}

.glyphicon-refresh {
    content: "\e117";
}

.glyphicon-cog {
    content: "\e115";
}

.glyphicon-camera {
    content: "\e114";
}

.glyphicon-pencil {
    content: "\e104";
}

.glyphicon-floppy-disk {
    content: "\e105";
}

.glyphicon-trash {
    content: "\e107";
}

.glyphicon-search:before {
    content: "\e094";
}
