html,
body {
    height: 100%;
    /*color: #333333;
    font-family: 'Libre Baskerville', serif;*/

    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-weight: 400;
    color: #5d5d5d;
    font-size: 16px;
    background-color: #FFF;
    line-height: 20px;
    position: relative;
    letter-spacing:0.5px;
}

.cart-badge {
    position:relative;
    top: -18px;
    left: -7px;
    border-radius: 9px;
    font-size: 12px;
}
/*.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}*/

/*.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}*/

/*#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}*/

.scrollable  {
    background-color: #F7F7F9;
    border-radius: 5px;
    /*padding-left: 5px;*/
    height: 350px;
    overflow: auto;
}
.scrollable li {
    padding: 4px 0 4px 5px;
    border-bottom: 1px dotted #5d5d5d;
}
.footer-style li {
    margin: 3px 0;
}

a {
    color: #004f96;
}

.my-bg-primary {
    background-color: #283E56 !important;
    /*background-color: #006392 !important;*/
}

.my-nav-link {
    color: #eeeeee !important;
}

h1 {
    font-weight: bolder;
}

ul.main-navigation {
   /* display: inline-block;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    vertical-align: top;
    text-align: center;*/
}

.main-navigation > li {
    /*display: inline-block;
    list-style-type: none;
    position: relative;
    margin-top: 3px;*/
    padding: 0 15px;
    font-size: 1.1em;

}

.header-top {
    border: 1px dashed #858585;
    padding: 10px;
    color: #000;

}

.header-container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}


.body-wrap {
    min-height: 100%;
    height: auto;
    /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
}

.wrap > .container {
    padding: 70px 15px 20px;
}


.home-category {
    border: 1px solid #D2D2D2;
    border-radius: 5%;
    padding: 5px;
    margin-top: 25px;
}


.footer {
    /*height: 60px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.footer a {
    text-decoration: none;
    color: #333333;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.dropdown-item{
    padding:10px 25px;
    font-size: 1.1em;
}

.prod-box {
    /*border: 1px solid #e7e7e7;*/
    /*border-radius: 7px;*/
    /*color: #000000;*/
    min-height: 300px;
    /*padding: 3px;*/
}

.prod-box-name {
    display: block;
}
.prod-box-details {
    font-size: 0.7em;
    font-style: italic;
}
.prod-box-price {
    font-weight: bold;
    font-size: 1.4em;

}


/*-----------------SMALL SCREEN -----------------------*/

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.prod-box {
    /*border: 1px solid #e7e7e7;*/
    /*border-radius: 7px;*/
    /*color: #000000;*/
    min-height: 250px;
    /*padding: 3px;*/
}
