﻿body {
    margin: 0;
    color: #000;
}
.site-container {
    width: 100%;
    text-align: center;
}
.body-content {
    /*overflow: hidden;*/
    margin-bottom: 40px;
    margin-top: 10px;
}
.container {
    margin: 0 auto;
    text-align: left;
}
.site-width {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
.bookloader {
    width: 60px;
    height: 60px;
}
.branch-row {
    display: table-row;
}
.branch-label {
    padding-right: 5px;
}
.branch-quantity, .branch-label {
    display: table-cell;
}

.lorder-row {
    display: grid;
    grid-template-columns: 15% 15% 15% auto 15% 15%;
}
.lorder-titlesearch {
    grid-template-columns: 25% 15% auto auto;
}
.lorder-heading div, .lorder-heading {
    background-color: #ddd
}
.lorder-titlesearch.lorder-heading div, .lorder-titlesearch.lorder-heading {
    background-color: orange;
    color: #fff;
}
.lorder-titlesearch .lorder-cell {
    font-size: 15px;
    padding: 2px 8px;
}
.lorder-cell.cell-center {
    text-align: center;
}
.lorder-row:nth-child(even) {
    background-color: #f3f3f3;
}
.lorder-cell {
    padding: 5px 10px;
}
#bs-select-1-20 {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 10px;
}
    /** FONTS && MICELLANEOUS **/
    body, div, input, select, textarea {
        font-family: "brandon-grotesque";
        font-size: 17px;
    }
a, .lightblue {
    color: #41a2af;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #2695a3;
}
.blockclick {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.success-message {
    color: #fafafa;
    text-align: center;
    background-color: #41a2af;
    margin: 15px 0;
    padding: 15px;
    font-size: 1.2em;
}
.error-message {
    color: #fafafa;
    text-align: center;
    background-color: #FF6467;
    margin: 15px 0;
    padding: 15px;
    font-size: 1.2em;
}
/* TOP MENU */
.header {
    background-color: #00395b;
    overflow: hidden;
}
.top-menu {
    background-color: #00395b;
    overflow: hidden;
    position: relative;
}
.progress-banner-overlay {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102);
    z-index: 8;
    opacity: 0.9;
}
.progress-banner {
    width: 50%;
    text-align: center;
    opacity: 1;
    position: fixed;
    margin: 0 auto;
    font-weight: 600;
    background-color: #fff;
    padding: 0 50px 50px 50px;
    border: 5px solid #41a2af;
    top: 40%;
    left: 25%;
    color: #41a2af;
    font-size: 1.3em;
    z-index: 9;
}
.user-menu, .cart-menu {
    padding: 8px;
    color: #fff;
}
.cart-bg {
    background-color: #41a2af;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}
.cart-menu {
    text-align: right;
}
.user-menu a, .cart-menu a {
    display: inline-block;
    padding: 0 6px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.user-menu a {
    padding: 0 14px 0 0;
    font-size: .7em;
}
.cart-menu a {
    line-height: 3em;
}
/* LOGO & SEARCH BOX */
.head-menu {
    position: relative;
    min-height: 150px;
}
.head-logo {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.head-logo .padding, .navbar-brand img {
    padding: 20px 0 20px 40px;
}
.head-area {
    width: 65%;
    float: left;
}
.head-area .menu {
    clear: both;
    position: absolute;
    bottom: 35px;
    right: 40px;
}
.head-area .menu ul, .head-area .menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.head-area .menu li {
    display: inline-block;
}
.head-area .menu .nav li a, .nav > li > a {
    text-decoration: none;
    padding: 5px 10px;
    color: #000;
    font-weight: 600;
}
.navbar-nav {
    float: right;
    clear: both;
}
.navbar-collapse {
    padding-right: 0;
}
.head-area .menu li a.on, .head-area .menu li a:hover {
    color: #54bec5;
}
.search-box {
    text-align: right;
    margin: 40px 0 20px 0;
    float: right;
    clear: right;
    position: relative;
}
.search-box input, .search-box select {
    border: 1px solid #cfcece;
    border-radius: 1px 1px;
    color: #000;
    min-width: 120px;
    height: 100%;
}
.search-box input {
    min-width: 200px;
}
.search-box input[type=submit] {
    color: #fff;
    background-color: #2695a3;
    border: 1px solid #2695a3;
    margin-left: 0;
    min-width: 0;
}
.search-box b {
    color: #41a2af;
}
.HideSearch, .PromotionsList .title-listing-heading {
    display: none!important;
}
.title-listing-heading a {
    cursor:pointer;
}
/* PROMOTIONS */
.promotions {
    display: grid;
    grid-template-columns: 66.6% 33.3%;
}
    .promotions > div {
        background: url(/images/promotions/box-01.jpg) no-repeat;
        background-size: cover;
    }
        .promotions .box2 {
            background-image: url(/images/promotions/box-02.jpg);
        }
        .promotions .box3 {
            background-image: url(/images/promotions/box-03.jpg);
        }
    .promotions .nested {
        display: grid;
        grid-template-columns: auto;
        padding: 20px;
    }
        .promotions .nested .heading {
            grid-row: 1;
            grid-column: 1 / span 3;
            margin: 15px 10px 10px;
        }
        .promotions .nested .sub-box {
            grid-row: 2;
        }
            .promotions .nested .sub-box.row2 {
                grid-row: 3;
            }
            .promotions .nested .sub-box .heading, .promotions .nested .sub-box .listbox {
                margin: 0 10px;
            }
            .promotions .nested .sub-box .listbox {
                margin-bottom: 15px;
                text-transform: uppercase;
            }
                .promotions .heading {
                    background-color: #ffffff;
                    padding: 10px 10px;
                    margin: 35px 35px 0 35px;
                    text-align: center;
                }
        .promotions .heading a, .promotions .heading a:hover {
            color: #00395b;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
        }
            .promotions .heading a span {
                font-family: 'Mr Dafoe', cursive;
                text-transform: none;
                color: #41a2af;
                font-size: 1.6em;
                display: block;
                font-weight: 400;
            }
            .promotions .onehalf {
                width: 45%;
                margin-left: 5%;
            }
.promotion-item .padding {
    padding: 5px;
}
.promotion-image {
    min-height: 250px;
}
    .promotions .listbox {
        background-color: rgba(255,255,255,.5);
        padding: 10px;
        margin: 0 35px;
        min-height: 154px;
    }
    .promotions .box3 .listbox {
        background-color: rgba(255,255,255,.8);
    }
.promotions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.promotions .listbox > ul {
    padding: 0 0 0 25px;
}
        .promotions ul.nopadding {
            margin: 0;
            padding: 0;
        }
.promotions ul > li:before {
    content: '';
    border: 0px solid #ff0000;
    display: inline-block;
    background: url(/images/promotions/icon-arrow.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.dropdown-menu li:before {
    display:none!important;
}
.promotions ul li a, .promotions b {
    color: #000;
    font-size: .8em;
}
.listbox .dropdown-menu > li > a {
    padding: 10px 15px;
}
/** FOOTER **/
.footer {
    background-color: #f6f5f5;
    padding: 40px;
    overflow: hidden;
    clear: both;
}
.footer .contact, .footer .copyright {
    float: left;
    width: 50%;
}
.footer .contact {
    font-weight: 600;
    text-align: right;
}
/** MAIN CONTENT **/
.body .padding {
    padding: 40px;
}
/* TABLE STRUCTURE */
.row {
    margin: 5px 0;
}
.formfieldinline {
    display: inline-block;
    margin-right: 8px;
}
.formlabel, .formfield {
    float: left;
    width: 30%;
}
.formfield {
    width: 70%;
}
/* EDIT TABLES */
.edit-table td {
    padding: 5px;
}
/* WIDTHS */
.onethird {
    width: 33%;
}
.onehalf {
    width: 50%;
}
.onefourth {
    width: 25%;
}
.fullwidth {
    clear: both;
}
/* COLOURS */
.whitetext {
    color: #fff;
}
.errors {
    color: #ff0000;
    padding: 15px;
    border: 1px solid #ff0000;
    margin: 10px 0;
}
.grandtotals {
    border-top: 2px solid #00395b;
}
.grandtotals td, .whitebackground td {
    background-color: #fff!important;
}
/* DARK BLUE */
.loginform h3 {
    color: #00395b;
}
/* LAYOUT */
.aligncenter {
    text-align: center;
}
/* FORMS */
.loginform {
    background-color: #f6f5f5;
    padding: 30px;
}
input {
    padding: 1px 4px;
}
textarea, select, input {
    border: 1px solid #cfcece;
    max-width: 100%;
}
    /*
input[type=submit] {
    background-color: #41a2af;
    color: #fff;
    border: 1px solid #41a2af;
    padding: 1px 15px;
}*/
input[type=submit].btn-secondary {
    background-color: #ccc;
    border-color: #ccc;
}
input[type=submit].btn-secondary:hover {
    background-color: #41a2af;
    border-color: #41a2af;
}
.checkout .btn {
    margin: 20px;
    padding: 20px 40px;
    font-weight: bold;
}
.btn-savebaskets .btn, input[type=submit].btn-go, input[type=submit].btn-savebaskets {
    background-color: #00395b;
    border-color: #00395b;
    color: #fff;
}
.btn-checkout {
    text-align: center;
}
.btn-checkout .btn {
    padding: 5px 20px;
    text-align: center;
}
.basketname {
    font-weight: bold;
    color: #00395b;
    font-size: 1.4em;   
}
.basketheading td {
    background-color: #ffffff !important;
}
.basketname label {
    font-weight: bold;
}
.basketname input[type="checkbox"] {
    float: left;
    margin-top: 5px;
}
/* LAYOUTS */
.grid-container {
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.onehalf {
    width: 50%;
    float: left;
}
.onethird {
    width: 33.33%;
}
.onesixth {
    width: 16.67%;
}
.onequarter {
    width: 25%;
}
.threequarters {
    width: 75%;
}
.onefifth {
    width: 20%;
}
.onefifth:nth-child(5n) {
    clear: right;
}
.onefifth:nth-child(5n+1) {
    clear: left;
}
.grid-container .dark-header:nth-child(5n+1) {
    clear: left;
}
.grid-container .dark-header {
    clear: both;
}
.twothirds {
    width: 66.66%;
}
.twothirds.spaceleft {
    width: 65%;
    margin-left: 1.66%;
}
.twothirds.spaceright {
    width: 65%;
    margin-right: 1.66%;
}
.aligncenter {
    text-align: center;
}
.form-group {
    overflow: hidden;
}
.panel {
    margin: 0;
    z-index: 10;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}
.panel.first {
    margin-left: 0;
}
.panel.last {
    margin-right: 0;
}
.panel h4 {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #2695a3;
}
.panel .description {
    text-align: center;
}
.panel-body {
    padding-bottom: 0;
}
.form-inline {
    display: inline-block;
}
.caret-right {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
    margin-top: 8px;
}
.greybg {
    background-color: #f6f5f5;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.dark-header {
    background-color: #00395b;
    position: relative;
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    clear: both;
}
.dark-header h3 {
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}
/* PROMOTIONS */
.promotion-container {
    margin: 0 auto 25px;
}
.promotion-heading h3 {
    display: inline-block;
}
.promotion-heading h3 b {
    font-size: .7em;
    display: block;
    margin: 10px
}
.promotion-heading .readmore {
    color: #fff;
    font-size: .8em;
    display: inline-block;
    margin-left: 10px;
}
.promotion-item {
    position: relative;
    margin: 15px 0;
}
.promotion-listing {
    text-align: center;
}
.promotion-title {
    font-weight: 600;
}
.promotion-image img {
    max-height: 250px;
}
/* Book of the Week */
.bookoftheweek img {
    max-height: 175px;
}
.bookoftheweek {
    position: relative;
}
.bookoftheweek .btn {
    margin-top: 8px;    
    text-align: center;
}
.bookoftheweek .grid-container {
    margin: 15px 0 0 0;
    overflow: hidden;
}
    .bookoftheweek .title-summary {
        margin-bottom: 15px;    
}
/* HOME Search */
.home-search, .book-of-week {
    padding: 30px;
}
.homesearch {
    border-right: 40px solid #fff;
}
.home-search label {
    float: left;
    width: 20%;
    padding: 8px 0;
    font-weight: 600;
}
.home-search .form-control {
    float: left;
    width: 78%;
    padding: 8px 1%;
}
.home-search .form-group {
    margin: 5px 0;
    overflow: hidden;
}
/* HOME LOGIN */
.home-loginform .padding, .home-intro {
    padding: 40px;
}
.home-intro {
    padding-top: 20px;
}
.home-loginform h3 {
    margin: 0;
    text-transform: uppercase;
}
.home-loginform .form-group, .home-loginform .form-button {
    display: inline-block;
    width: 40%;
    margin: 10px 15px 10px 0;
    vertical-align: top;
}
.home-loginform .form-button {
    width: 15%;
    margin-top: 35px;
}
.home-loginform .form-button input {
    padding: 4px 14px;
}
.home-loginform .remember-me, .remember-me {
    display: flex;
    align-content: center;
    margin-top: 10px;
    gap: 6px;
}
.home-loginform .remember-me {
    justify-content: end;
}
    .home-loginform .remember-me input {
        margin-top: 4px;
    }
.home-login .forgottenlink {
    margin-top: 10px;
}
/* TITLE LISTING */
.titlel-detail {
    overflow: hidden;
    position: relative;
}
.imagebestseller {
    max-width: 60px;
    position: absolute;
    left: 0;
}
.imageimportedtitle {
    max-width: 30px;
}
.titlel-detail .padding {
    padding: 8px 16px;
}
.titlel-image, .titlel-content, .titlel-basket {
    float: left;
    width: 55%;
}
.titlel-image {
    width: 10%;
}
.titlel-basket {
    width: 35%;
}
.title-orderplaced {
    color: #FF0000;
    font-size: 14px;
}
.no-title-results {
    text-align: center;
    padding: 40px;
    color: #FF0000;
}
.title-price {
    text-align: right;
}
.searchresults-heading {
    margin: 30px 0;
}
/*
.title-listing-actions, .title-listing-heading {
    float: right;
    width: 50%;
}*/
.title-listing-actions {
    text-align: right;
}
.title-listing-heading h3 {
    display: inline-block;
    margin: 0 15px 0 0;
}
.title-listing .more {
    text-align: right;
}
.titlelist-panel {
    background-color: #f3f3f3;
    overflow: hidden;
}
.titlelist-basket {
    color: #fff;
    background-color: #41a2af;
}
.titlelist-basket h5 {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
}
.glyphicon-shopping-cart {
    margin-right: 10px;
}
.titlelist-basket .padding, .titlelist-records {
    padding: 10px 20px;
}
.titlelist-basket input[type=submit] {
    background-color: #00395b;
    padding: 6px 12px;
}
.title-listing label, .title-notes label, .modal-content label, .title-quantity label {
    display: inline-block;
    font-weight: 600;
    width: 100px;
}
.title-quantity label {
    font-weight: 400;
}
    .title-quantity-box {
        overflow: hidden;
    }
.title-quantity label, .modal-content .title-quantity label {
    width: 65px;
}
.title-notes label, .modal-content .title-notes label {
    width: 140px;
    white-space: nowrap;
}
.modal-content .title-quantity, .title-quantity {
    float: left;
    width: 20%;
}
.title-quantity {
    width: 33%;
}
.modal-content label {
    width: 150px;
}
.title-modal-columns > div {
    display: flex;
}
    .title-modal-columns > div > div {
        flex: 100%;
    }
    .title-name a, .title-name {
        font-size: 1.2em;
        font-weight: 600;
    }
.title-name a, .title-price, .pagingActive {
    font-weight: 600;
}

.title-price {
    font-size: 1.2em;

}
    .title-price b {
        font-size:.9em;
        font-weight: 400;
    }
.titlelist-basket {
    padding: 10px 0;
}
.titlelist-sortby {
    width: 50%;
}
.titlelist-sortby, .titlelist-sortby select, .titlelist-sortby input {
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.titlelist-sortby select {
    padding: 1px 6px;
}
.title-listing {
    padding: 15px 0;
    border-bottom: 4px solid #f3f3f3;
}
.ModalCartBox {
    padding: 25px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}
    .ModalCartBox input {
        padding: 6px 12px;
    }
    .ModalCartBox .title-quantity-box, .ModalCartBox .title-notes {
        margin: 5px;
        white-space: nowrap;
        vertical-align: middle;
    }
    .ModalCartBox input[type=submit], .ModalCartBox select {
        padding: 6px 12px;
    }
.modal-formrow, .atb-formrow {
    display: flex;
}
    .modal-formrow .no-stretch {
        flex: 1;
    }
    .modal-formrow .stretch {
        flex: 100%;
    }
        .modal-formrow .stretch input, .modal-formrow .stretch select {
            width: 100%;
        }
        .title-description {
            margin: 25px 50px;
        }
.titlelist-results {
    padding-top: 15px;
}
.action-link {
    display: inline-block;
    padding: 5px 10px;
}
.bdol-searchlink {
    padding: 20px;
    margin: 15px 0;
    background-color: #00395b;
    font-style: normal;   
    color: #fff; 
    display: block;
    text-align: center;
    text-decoration: none;
}
.bdol-searchlink:hover, .bdol-searchlink:focus {
    color: #fff;
    background-color: #41a2af;
    text-decoration: none;
}
/* TEXT COLOURS */
.alignright {
    text-align: right;
}
.textsmaller {
    font-size: .9em;
}
.darkblue, .panel h4.darkblue {
    color: #00395b;
}
.top-menu a {
    color: #fff;
}
.basket-selector {
    padding-top: 20px;
}
/* RADIO AND CHECKBOX */
input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.2em;
    height: 1.2em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    box-sizing: border-box;
}

    input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }
#searchbox {
    clear: both;
    margin-top: 20px;
}
.BDOLResultsList, .SearchResultsList {
    clear: both;
}
.option {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1.2em auto;
    gap: 0.5em;
    margin: 10px 0 10px 0;
}
.big-form-list ol {
    grid-template-columns: 25% 25% 25% 25%;
    display: grid;
}
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    box-sizing: border-box;
}

    input[type="checkbox"]:before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }
    input[type="checkbox"]:checked:before {
        transform: scale(1);
    }
.box-searchtype .option {
    margin: 15px;
}
    .box-searchtype .option input {
margin-right: 5px;
vertical-align: middle;
    }
.box-searchtype .form-group {
    display: grid;
    grid-template-columns: 10% 10% auto;
    gap: 0.5em;
}
.form-checkbox {
    display: flex;
    gap: 6px;
}
    .form-checkbox input {
        margin-top: 3px;    
}
    .box-searchsection {
        border: 2px solid #cccc;
        border-radius: 10px;
        padding: 0;
        overflow: visible;
        margin-top: 20px;
    }
    .box-searchsection h5 {
        text-align: left;
        font-size: 1em;
        font-weight: bold;
        margin-top: -10px;
        background: #fff;
        padding: 0 5px;
        width: 60%;
    }
.form-list {
    display: block;
}
.form-list ul, .form-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-list ul {
    display: grid;
    grid-template-columns: 150px 150px auto;
}
.filterall {
    font-style: italic;
    float: right;
}
.filterall.filteron {
    color: #f00;
}
.formsideside {
    display: flex;
}
    .formsideside > div:first-child {
        margin-right: 4px;
    }
    .formsideside > div {
        margin-top: -12px;
    }
    .formsideside input {
        padding: 4px;
        margin-top: 12px;
    }
    .formsideside small {
        text-transform: uppercase;
        font-weight: 600;
        color: #ddd;
        margin-top: 4px;
        position: absolute;
        background-image: linear-gradient(to bottom, #fff, #f3f3f3);
        margin-left: 8px;
        padding: 0 1px;
    }
    .search-submit {
        text-align: center;
    }
    .search-submit
    input {
        padding: 10px 20px;
    }
.allowSelectAll {
        border-bottom: 1px solid #ccc;
    }
    .allowSelectAll label {
        margin-bottom: 0;
        font-size: .7em;
        text-transform: uppercase;
        color: #3A3B3C;
    }
    .form-list ul li, .form-list ol li, .allowSelectAll {
        display: flex;
        align-items: center;
        padding: 3px 0;
    }
        .form-list ul li span, .form-list ol li span {
            display:flex;
        }
        .form-list ul li label, .form-list ol li label {
            padding-left: 6px;
        }
        /* MODAL CHANGES */
        #modal-img {
            padding-right: 30px
        }
.modal-title-detail .modal-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal-lg {
    width: 100%;
}
.modal-lg .modal-dialog {
    width: 1200px;
    max-width: 100%;
}
.modal-content {
    padding: 40px;
}
.modal-header h5, .modal-title-detail .modal-title {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
}
.modal-body label {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.modal-body .btn-default {
    background-color: #00395b;
}

.modal-header .close {
    margin-top: -10px;
    font-size: 40px;
}
.modal-title-detail .close {
    font-size: 60px;
    margin-top: -20px;
}
.modal-title-detail .title-description {
    margin-top: 20px;
}
/* ADMIN Layouts */
.searchbox h3 {
    color: #00395b;
    text-transform: uppercase;
    font-size: 1.5em;
    display: inline-block;
    margin: 0 10px 0 0;
}
.searchbox input[type=text],
.searchbox select, .form-control {
    background-color: #f3f3f3;
    line-height: 40px;
}
#home-searchbox input[type=text] {
    line-height: 1px;
}
#TitlePopUpModal select, #home-searchbox input[type=text], .ModalCartBox select {
    background-color: #fff;
}
input[type="submit"].btn-clear, input[type="submit"].btn-normaltext {
    background-color: #fff;
    border-color: #fff;
    color: #2695a3;
}
input[type="submit"].btn-clear {
    color: #ff0000;
}
input[type="submit"].btn-addnew, .addnew a {
    background-color: #00395b;
    border-color: #00395b;
    color: #fff;
}
.addnew a {
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
}
input[type="submit"].btn-clear:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
}
input[type="submit"].btn-print:before {
    content: "\f02f";
    display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.pagenavigation, .sortlist, .searchbox, .addnew {
    margin: 15px 0;
}
.pagenavigation td a {
    display: block;
    padding: 5px;
}
.delete, .delete a {
    color: #ff0000;
    width: 40px;
    white-space: nowrap;
}
/* Tables */
.data-table {
    width: 100%;
}
.data-table th {
    background-color: #2695a3;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase
}
.data-table th, .data-table td {
    padding: 8px;
    margin: 0;
}
.data-table tr:nth-child(odd) td {
    background-color: #f3f3f3;
}
.data-table .approval-needed td {
    color: #ff0000;
}
.data-table tr:hover td {
    background-color: #dceef0;
}
/* FORMS */
.filterfields label {
    width: 150px;
    font-weight: 600;
}
.filterfields input[type=text], .filterfields select {
    width: 100%;
}
.buttonlist input {
    margin-right: 6px;
}
.fieldrow {
    margin: 6px 0;
    overflow: hidden;
}
.fieldlabel {
    font-weight: 600;
}
.fieldcolumn > div {
    padding: 10px;
}
.fieldinput input[type=text] {
    width: 100%;
}
.hiddenfield, .VisibleFalse {
    display: none;
}
input[type=submit].btn-save {
    padding: 5px 25px;
}
input[type=submit].btn-cancel, a.btn-cancel, .btn-cancel {
    background-color: #e0e4e7;
    border-color: #e0e4e7;
    color: #000;
    font-size: 12px;
    margin-left: 20px;
}
.fieldheading {
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 15px;
}
.fieldheading h3 {
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 5px;
}
/* SEARCH BOX */
#searchbox label.highlight {
    font-weight: 600;
    text-transform: uppercase;
}
.adminbar {
    text-align: right;
    clear: both;
    background-color: #f3f3f3;
}
.adminbar div {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
}
.adminbar div a {
    color: #ff0000;
}
.titleinactive {
    background-color: rgba(0,0,0,.1);
    opacity: .5;
}

/* TITLE IMPORT */
.titleimportfieldlist > div {
    padding: 20px;
}
.titleimportfieldlist > div:nth-child(even) {
    background-color: #f3f3f3;
}
.fieldrowheader {
    background-color: #41a2af;
    color: #fff;
    padding: 20px;
}
/* CART List */
.lastorderedcart {
    font-size: 12px;
    font-style:italic;
}
.close {
    font-size: 50px;
}
.ordernotes td, .ordernotes td:hover {
    background-color: #fff !important;
}
.ordernotes td:nth-of-type(1) {
    text-align: right;
}
/* Meet the Team */
.team-member {
    border-bottom: 1px solid #CCC;
    margin: 0 0 15px 0;
    padding: 15px 0;
}
.team-member img {
    max-width: 175px;
    height: auto;
}
.title-suggestions {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #41a2af;
    background-color: rgba(0, 0, 0, 0.05)
}
    .title-suggestions div {
        font-size: .9em;
    }
    .title-suggestions b {
        color: #41a2af; 
    }
.title-suggested-remove {
    text-align: right;
}
@media only screen and (max-width: 800px) {
    .onehalf.floatleft, .onehalf.floatright, .col-sm-6 {
        width: 100%;
        float: none;
        margin: 15px auto;
    }
    .user-menu {
        padding: 20px 0;
    }
    .cart-menu, .user-menu, .search-box {
        text-align: center;
    }
    .cart-bg {
        background-color: transparent;
    }
    .cart-menu {
        background-color: #41a2af;
    }
    .search-box {
        padding-right: 20px;
    }
    .homesearch {
        border-right: 0;
        border-bottom: 40px solid #fff;
    }
    .title-listing-actions, .title-listing-heading, .search-box, .navbar-brand, .navbar-nav {
        display: block;
        text-align: center;
        width: 100%;
        float: none;
        margin: 15px 0;
    }
    .navbar-nav > li {
        float: none;
    display: inline-block;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-brand img {
        margin: 0 auto;
    }
    .onefifth {
        width: 33%; /*become 1/3*/
    }
    .onefifth:nth-child(5n), .onefifth:nth-child(5n+1) {
        clear: none;
    }
    .onefifth:nth-child(3n) {
        clear: right;
    }
    .onefifth:nth-child(3n+1) {
        clear: left;
    }
    #TitlePopUpModal .grid-container > .onethird, #TitlePopUpModal .grid-container > .twothirds {
        width: 100%;
        clear: both;
        float: none;
    }
    .title-listing .titlel-image {
        width: 33%;
    }
    .title-listing .titlel-basket {
        float: none;
        clear: both;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-toggle {
        display: none;
    }
    .collapse {
        display: block;
        height: auto!important;
    }
    .head-logo .padding, .navbar-brand img {
        padding: 20px 0;
    }
    /* CART SPECIAL */
    .cart-summary tr:nth-child(2) {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .cart-summary {
        border-collapse: collapse;
    }

    .cart-summary,
    .cart-summary tbody,
    .cart-summary tr,
    .cart-summary td {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .cart-summary td.title-tiny {
        position: relative;
        padding: 5px 0 5px 30%;
    }

    .cart-summary td.title-tiny:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 70%;
        white-space: nowrap;
        text-align: left;
        font-weight: 600;
    }

    .cart-summary td.title-tiny:nth-of-type(1):before {
        content: "ISBN";
    }

    .cart-summary td.title-tiny:nth-of-type(2):before {
        content: "Title";
    }

    .cart-summary td.title-tiny:nth-of-type(3):before {
        content: "Author";
    }

    .cart-summary td.title-tiny:nth-of-type(4):before {
        content: "Price";
    }

    .cart-summary td.title-tiny:nth-of-type(5):before {
        content: "Quantity";
    }

    .cart-summary td.title-tiny:nth-of-type(6):before {
        content: "Total";
    }

    .cart-summary tr.grandtotals td.title-tiny {
        position: relative;
        padding: 5px 0 5px 50%;
    }

    .cart-summary tr.grandtotals td.title-tiny:before {
        width: 50%;
    }

    .cart-summary tr.grandtotals td:nth-child(1) {
        text-align: center !important;
    }

    .cart-summary tr.grandtotals td:nth-of-type(2):before {
        content: 'Total Quantity';
    }

    .cart-summary tr.grandtotals td {
        content: 'Total Price';
    }
    .ordernotes td:nth-of-type(1) {
        text-align: left;
    }
}
@media only screen and (max-width: 400px) {
    .title-listing .titlel-image, .title-listing .titlel-content, .title-listing .titlel-basket,
    .home-loginform .form-group, .home-loginform .form-button,
    .home-search label, .home-search .form-control, .footer .copyright, .footer .contact {
        float: none;
        clear: both;
        width: 100%;
    }
    .panel {
        padding: 10px;
    }
    .greybg {
        margin: 0;
    }
    .head-logo .padding, .navbar-brand img .title-listing .titlel-image,
    .footer .copyright, .footer .contact {
        text-align: center;
    }
    .navbar-toggle {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        background-color: #41a2af;
        color: #fff;
    }
    .collapse {
        display: none;
    }
    .navbar-nav > li {
        display: block;
    }
    .dropdown-menu, .titlel-image, .title-name, .title-isbn {
        text-align: center !important;
    }
    .onethird, .twothirds, .twothirds.spaceleft {
        float: none;
        width: 100%;
        margin: 0;
    }
    .onefifth {
        width: 42%;
        margin: 15px 4%;
    }
    .onefifth:nth-child(3n+1), .onefifth:nth-child(3n) {
        clear: none;
    }
    .onefifth:nth-child(even) {
        clear: right;
    }
    .onefifth:nth-child(odd) {
        clear: left;
    }
    .modal-lg .modal-dialog {
        width: 98%;
        margin: 10px 1%;
    }
    .modal-content {
        padding: 30px 10px;
    }
    .title-description, .body-content {
        margin: 15px;
    }
}