﻿body {
}

.header {
    background-color: #fff;
																														   
}

.logoholder {
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    height: 88px;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.rtitem {
    font-weight: bold;
    text-align: right;
}

input.hasDatepicker {
    background-image: url('../images/calendar3.png');
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 25px 28px;
}

input[readonly].form-control.hasDatepicker {
    background-color: #fff;
}

.badge {
    background-color: #035688;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #035688;
    border-color: #035688;
    z-index:1;
}

    .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
        color: #035688;
    }

.form-control:focus {
    border-color: #0498d6;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
    /* -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(83, 165, 31, 0.6); */
}

@media screen and (max-width:420px) {
    .logoholder {
        height: 44px;
        background-position-x: 0px;
    }
}

@media (min-width: 768px) {
    .navbar {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
}


.optHasQuantity span, .optHasQuantity button {
    margin-left: 5px;
}

.optHasQuantity span {
    padding-left: 5px;
    font-size: 17px;
}

    .optHasQuantity span:last-child {
        float: right;
    }

.optHasQuantity a {
    padding: 0px 5px;
    color: #000;
    font-size: 24px;
    margin-top: -8px;
}

.spanBtn {
    z-index: 100;
}