/* Classic Theme Custom CSS */
/* Layout Styles */
html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body>.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer.footer {
    background: #337ab7;
    color: white;
    padding: 40px 0;
}

footer.footer a {
    color: #ffffff;
}

ul.list-inline {
    margin-bottom: 0;
}

/* Panel Styles */
.panel-default:nth-of-type(odd) .panel-heading {
    background: #ddd;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
    }
}

/* Button Styles */
.button-braintree {
    cursor: pointer;
    font-weight: 500;
    left: 3px;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.5rem;
    outline: none;
    background-color: #64d18a;
    border-color: #64d18a;
    color: white;
    transition: all 200ms ease;
}

.toggleHidden {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.breadcrumb .active a {
    color: #76b828;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ddefff;
}

.middle-section {
    min-height: 450px;
}

.panel-title > a {
    display: block;
}

.padding-right {
    padding-right: 40px;
}

.scroll-box {
    overflow: auto;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.bdr-left {
    border-left: 1px solid #ccc;
}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width: 991px) {
    .logo {
        text-align: center;
    }

    .menu-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .menu-right .breadcrumb {
        display: inline-block;
        padding: 0;
        margin: 0 0 10px;
    }

    .padding-right {
        padding-right: 0;
    }

    .bdr-left {
        border-left: none;
    }
}

/* View :: 320px :: */
@media screen and (max-width: 479px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
    }

    .logo img {
        max-width: 160px;
    }

    .menu-right .breadcrumb {
        display: block;
    }

    .menu-right .login-block {
        display: block;
    }

    .menu-right .btn {
        display: block;
    }

    .menu-right .call {
        display: block;
    }
}

@media only screen and (max-width: 750px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
    }

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /* Label the data */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

body {
    background-color: #d9edf7 !important;
}

header.bg-info {
    background-color: #d9edf7 !important;
}

div.barcode-section.pattern-bg {
    background-color: #d9edf7 !important;
}

.menutitle {
    border-bottom: 1px dotted #692;
    color: #692;
    padding: 0 0 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.info-box h3 {
    margin: 20px 0 0;
}

.info-box h3 a {
    color: #333;
}

.info-box ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.info-box ul li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.info-box ul li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.info-box ul li a:before {
    display: block;
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
}

.main-content {
    flex: 1;
}

.footer {
    background: #337ab7;
    color: white;
    padding: 40px 0;
}
