﻿body {
    padding-top: 20px;
}

body {
    color: #848687;
    font: 16px/1.5 Helvetica, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

a.button:hover, a.button_Link_basket:hover {
    imgSearchIcon text-decoration: none;
}

.ExtraQuantity{
    display:none;
}

.field-row {
    margin-bottom: 15px;
}

.registerpanels {
    width: 50%;
    display: inline-block;
    flex: 1;
}

.loginflex {
    display: flex;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h6 {
    border-bottom: 2px solid #333333;
    margin: 0 0 18px;
    min-height: 30px;
    padding: 0 0 25px;
    line-height: 28px;
    font-weight: bold;
    font-size: 24px;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

footer {
    font-size: 13px;
    line-height: 1.153;
    background: #eeebe5;
    

}

    footer a {
        text-decoration: none;
        transition: all 0.3s ease 0s;
        
    }

        footer a:hover {
            opacity: 1;
        }

    footer .Logo {
        display: inline-block;
        width: 100%;
        padding: 40px 40px 0;
    }

    footer .Top {
        padding: 13px 0 10px;
    }

    footer .Bottom {
        /*padding: 41px 0 60px*/
    }

        footer .Bottom .Left {
            display: inline-block;
            float: left;
            padding: 88px 0 20px;
        }

        footer .Bottom .Right {
            display: inline-block;
            float: right;
            text-align: right;
            padding: 0 0 20px;
        }
        footer ul li{
            margin-bottom:3px;
        }
.above-menu-banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .above-menu-banner img {
        width: 100%;
    }

.table {
    width: 100%;
    display: table;
    margin: 0 -10px;
}

    .table .tr {
        display: table-row;
    }

    .table .td {
        display: table-cell;
        padding: 10px;
        vertical-align: top;
    }

a {
    color: #333333;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

header .Container ul li {
    color: #501a6c;
}

.text-red {
    color: red;
}

.button_Link_basket {
    background-color: #02c54c;
    color: #ffffff !important;
}

.Left_Panel .Left_Menu, .Left_Panel .Login, .Left_Panel .Basket, .Left_Panel .Payment_Info, .Left_Panel .Social_Media {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.page-header {
    text-align: center;
}

.Product_List_Item {
    display: inline-block;
    padding: 0 25px;
}

    .Product_List_Item .Details .Description {
        height: 75px;
    }

.button_Link_basket {
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    background: url('/images/right_arrow.png') no-repeat 90% center;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 12px;
    transition: all 0.3s ease 0s;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.bottom



.button {
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px 12px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.account-edit-container {
    background-color: #f2f2f2;
    padding: 30px;
}

.Required::after {
    content: "*";
    color: red;
}

.AccountGroup {
    margin-bottom: 40px;
}

.addBasketBack .pull-left {
    margin-right: 20px;
}

.addBasketBack {
    padding: 10px;
}

.navbar-toggle {
    background-color: grey;
}

    .navbar-toggle .icon-bar {
        background-color: black;
    }

.Basket .BasketTitle {
    margin-bottom: 5px;
    display: block;
}

.Basket .BasketSummaryItem > div {
    display: inline-block;
}

    .Basket .BasketSummaryItem > div:first-child {
        width: 60%;
        margin-right: 0;
    }

    .Basket .BasketSummaryItem > div:nth-child(2) {
        width: 35%;
    }

@media only screen and (min-width: 600px) {

    .footer-payments{
         margin-left:20px;
         margin-top:-25px;
    }




    .main-nav .navbar-nav {
        display: flex;
        width: 100%;
    }
    .NeedHelp {
        margin-right: 20px;
    }

    .logout {
        margin-right: 20px;
        margin-left: 20px;
    }

    .navbar-nav li {
        flex-grow: 1;
    }


    .page-container {
        /*display: block;*/
        display: table;
    }

    .side-bar-container {
        width: 23%;
        /*display: inline-block;*/
        display: table-cell;
        vertical-align: top;
        padding: 10px;
        padding-right: 40px;
    }

    ._Sidebar_Default, ._Sidebar4, ._Sidebar10, ._Sidebar6 {
        width: 23%;
        /*display: inline-block;*/
        display: table-cell;
    }

        ._Sidebar_Default .side-bar-container, ._Sidebar4 .side-bar-container, ._Sidebar10 .side-bar-container, ._Sidebar6 .side-bar-container {
            width: 100%;
            display: block;
            vertical-align: top;
            padding: 10px;
            padding-right: 40px;
        }

    ._DetailStyle1 .page-content-container, ._DetailStyle3 .page-content-container {
        /*display: inline-block;*/
        display: table-cell;
    }
    ._DetailStyle10 .page-content-container {
        display: block;
        /*display: table-cell;*/
    }

    .md-pull-left {
        float: left !important;
    }

    .md-pull-right {
        float: right !important;
    }
    .WelcomeHeader {
        font-size: 46px;
    }
}

body .nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

.Menu_Left li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
}

.Product_Details_Mainimage {
    max-width:100%;
}

.Hero {
    height: 350px;
    width: 100%;
    position: relative;
}

    .Hero .Hero-text {
        position: absolute;
        color: white;
        margin: auto;
        top: 25%;
        left: 30%;
        background: url('https://allwagpub.z33.web.core.windows.net/Ecommerce/Skins/LancasterUniversity/transbg.png') !important;
        padding: 20px;
        font-size: 30px;
    }

.Basket_Total, .Favourite_Total{
    height: 26px;
    width: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-align: center;
    line-height: 28px;
    background-color: lightgray;
    float:left;
}

.Menu_Left {
    display: inline-block;
    margin: 0;
    padding: 0;
}
}

.order-history-container .order-history-header {
    text-align: center;
}

.order-history-body {
    margin: 0px 5px 0px 0px;
    background-color: #eeeeee;
    width: 100%;
}

.old-price {
    text-decoration: line-through;
}

.field-validation-error {
    color: red;
    margin-bottom: 10px;
}


.standardPanel {
    background-color: #f2f2f2;
    margin: 10px 0px 10px 0px;
    padding: 20px;
}

.OrderProcessPanelHeader {
    background-color: #dfdfdf;
    padding: 5px;
    text-align: center;
}

.OrderProcessPanel {
    background-color: #f2f2f2;
    padding: 15px;
    height: 255px;
    margin-bottom: 20px;
}

.product-list-item {
    height: 255px;
    overflow: hidden;
}

    .product-list-item .Bottom {
        width: 100%;
        display: block;
        background: #f4f4f4;
        padding: 10px 0 0;
        height: 100%;
        font-size: 14px;
        
    }
    .product-list-item .Bottom .Title {
        height: 50px;
    }

    .product-list-item .Title, .product-list-item .Price {
        text-align: center;
        width: 100%;
        display: block;
        height: 80px;
    }

    ._ListStyle10 .product-list-item .Title, ._ListStyle10 .product-list-item .Price, ._ListStyle11 .product-list-item .Title, ._ListStyle11 .product-list-item .Price {
        text-align: left;
    }

    .product-list-item a {
        text-decoration: none;
    }

.product-list-item {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    text-align: center;
}

.Product_List_Item img {
    max-width: 100%;
}

.faqItemContainer {
    padding: 10px;
}

    .faqItemContainer img {
        margin-right: 20px;
    }


.FAQ-container .collapsed .glyphicon-minus {
    display: none;
}

.FAQ-container .collapsed .glyphicon-plus {
    display: inline;
}

.FAQ-container .glyphicon-minus {
    display: inline;
}

.FAQ-container .glyphicon-plus {
    display: none;
}

.FAQ-container .glyphicon {
    float: right;
}



.button {
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px 12px;
    transition: all 0.3s ease 0s;
}


.table.table-striped tr:first-child {
    background-color: #fafafa;
}

.totals {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#txtHeaderProductSearch {
    float: left;
    width: 200px;
}



.navbar-toggle {
    margin-top: 0;
}

.login-container .login-body {
    background-color: #f2f2f2;
}


.login-container .login-header {
    background-color: #dfdfdf;
}

.login-container .login-body,
.login-container .login-header {
    padding: 10px;
}
#txtHeaderProductSearch {
    float:left;
}
#imgSearchIcon{
    padding-left:7px;
    margin-top:7px;
}


.ProductSearch, .ProductSearch > form
{
    overflow:auto;
}




.footer-03-link-container {
    display:table;
    width:100%;
}
    .footer-03-link-container .footer-03-link {
        display: table-cell;
        text-align: center;
    }


/* 5 column grid */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/* 3 column grid */
.col-xs-3rds,
.col-sm-3rds,
.col-md-3rds,
.col-lg-3rds {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-3rds {
    width: 33.33%;
    float: left;
}

#datetimepicker {
    max-width: 280px;
}

.datepicker {
    padding: 0;
}

.validation-error-glyphtip {
    color: red;
}

.navbar-toggle {
    margin-right: 0;
    margin-left: 10px;
    margin-top: -5px;
}

.order-history-container {
    background-color: #eeeeee;
    padding: 20px;
}

.order-history-header {
    background-color: white;
}

.navbar{
    margin-bottom:0;
}

.footer-03-bottom-link-container{
    display:table;
    width:100%;
}


    .footer-03-bottom-link-container .left, .footer-03-bottom-link-container .right {
        display: table-cell;
    }
    .footer-03-bottom-link-container .left {
        display: table-cell;
        vertical-align:bottom;
    }


.hero-welcome, .hero-skin-text, .hero-contact {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    color: white;
    max-width: 90%;
    margin: auto;
}

.hero-welcome {
    left: 10%;
    top: 26.4%;
}

.hero-skin-text {
    left: 10%;
    top: 40%;
}
.hero-contact{
    bottom:10%;
    right:10%;
}

.cjbsHeader {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    color: white;
    max-width: 90%;
    margin: auto;
    top: 30%;
    width: 90%;
    padding: 5px;
    opacity: 0.9;
    background: url(https://allwagpub.z33.web.core.windows.net/Ecommerce/Skins/CambridgeJudgeBusinessSchoolOnlineGiftShop/transbg.png) !important;
    color: black;
    line-height: 56px;
    font-weight: bold;
}



@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/**/
.FAQHeader {
}
    .FAQHeader a {
        display: block;
        padding: 5px;
        text-decoration: none;
        position: relative;
    }
.FAQBody{

}


.FAQHeader a:after {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    position: absolute;
    right: 2%;
    top: 25%;
    bottom: 25%;
}

.FAQHeader a.collapsed:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    right: 2%;
    top: 25%;
    bottom: 25%;
}



.align-right{
    text-align:right;
}

.update-basket{
    margin-right:10px;
}

.priceSpecialOld{
    text-decoration:line-through;
    color:red;
}

.priceSpecial{
    color:red;
}

.new-price {
    color: #AD0A0A;
    font-weight: bold;
}

.faqItemContainer{
    display:table;
}
.qandaImage, qandaText {
    display: table-cell
}

._HeaderLayout10 .top-nav .nav-menu {
    padding-top: 30px;
}
._HeaderLayout10 .top-nav .LoginButton {
    padding-left: 20px;
    padding-right: 20px;
}
._HeaderLayout10 .d-xs-pullright {
    float: Left !important;
}
._HeaderLayout10 .Slide {
    height: 460px!important;
}


@media only screen and (max-width: 760px) {
    .basket-buttons button{
        display: table-cell;
        width:40%;
    }
    .loginflex {
        display: block;
    }
    .registerpanels {
        width: 100%;
        display: block;
        margin-right:0px;
    }

    /*h1{
        font-size:25px;
    }*/
    footer h6 {
        padding-bottom: 0;
        padding-top: 10px;
    }
    .body-content .row.page-container{
        margin-left:0;
        margin-right:0;
    }

    .addBasketBack input[type=submit] {
        margin-top: 20px;
    }

    .body-content {
        margin-left: 10px;
        margin-right: 10px;
    }
    #imgSearchIcon {
        margin-left: 6px;
        margin-top: 7px;
    }

    .ProductSearch{
        margin-bottom:10px;
    }

    .hero-welcome {
        left: 5%;
        top: 20.4%;
    }

    .hero-skin-text {
        left: 5%;
        top: 34%;
    }

    .hero-contact {
        bottom: 10%;
        right: 10%;
        font-size: 20px;
    }


    .top-nav .row {
        margin-left: 0;
        margin-right: 0;
    }

    .top-nav .col-xs-5, .top-nav .col-xs-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-right {
        width: 100%;
        margin-top: 5%;
        padding-left: 20px;
    }

    ._HeaderLayout10 .nav-right {
        width: 100%;
        margin-top: 0px;
        padding-left: 0px;
    }

    ._HeaderLayout10 .top-nav .LoginButton {
        padding-left: 0px;
        padding-right: 50px;
    }
    ._HeaderLayout10 .d-xs-pullright {
        float:right!important;
        width:63px;
    }


    ._FooterLayout10 .FooterTitle {
        padding-top:15px;
    }
    .ProductSearch {
        width: 100%;
    }

    #imgBasketIcon {
        width: 50%;
    }

    ._HeaderLayout10 .navbar-toggle {
        margin-right: 0;
        margin-left: 10px;
        margin-top: 0px;
    }

    ._HeaderLayout10 #imgBasketIcon {
        width: 35px;
        padding-top:0px!important;
    }

    ._HeaderLayout10 .top-nav .nav-menu {
        padding-top: 0px;
    }

    footer .Bottom .Left a, footer .Bottom .Right a {
        width: 100%;
        text-align: center;
    }

    footer .Bottom .Left, footer .Bottom .Right {
        width: 100%;
    }

    .navbar-collapse .navbar-nav li a {
        text-align: center
    }
    .navbar-collapse .navbar-nav li div{
        text-align: center
    }

    #txtHeaderProductSearch {
        width: 86%
    }
    ._HeaderLayout10 #txtHeaderProductSearch {
        width: 76%
    }

    .logout {
        margin-right: 10px;
    }

    .xs-pull-left {
        float: left !important;
    }

    .xs-pull-right {
        float: right !important;
    }

    .logout {
        margin-right: 3%;
    }

    .Basket_Total {
        margin-left: 1%;
    }

    .product-list-container {
        padding: 0 10px 0;
    }

    .side-bar-container {
        display: none;
    }

    .Product_Details_Mainimage {
        display: block;
        margin: 10px auto;
    }

    .navbar.main-nav {
        min-height: 0;
    }

    .table {
        margin: 0;
    }

    .WelcomeHeader {
        font-size: 30px;
    }

    .ProductSearch {
        margin-top: 10px;
    }

    .passwordInfo {
        display: none;
    }

}

._HeaderLayout10 .top-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
    ._HeaderLayout10 .top-nav .logoimg {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    ._HeaderLayout10 .top-nav #imgSearchIcon {
        margin-left: -5px !important;
    }
    ._HeaderLayout10 .top-nav .navbar-contact {
        padding-top: 3px;
        padding-right: 20px;
        font-size: 20px;
        font-weight: bold;
    }
    ._HeaderLayout10 .top-nav .LoginButton b {
        font-size: 20px;
        font-weight: bold;
    }
._HeaderLayout10 .main-nav .nav > li > a:hover {
    color:lightgray!important;
}
._DetailStyle10 .home-content a, ._ListStyle10 .home-content a {
    color: white!important;
}
._DetailStyle10 .home-content a:hover, ._ListStyle10 .home-content a:hover {
    color: lightgray!important;
    text-decoration: none;
}
._DetailStyle11 .home-content a, ._ListStyle11 .home-content a {
    color: white!important;
}
._DetailStyle11 .home-content a:hover, ._ListStyle11 .home-content a:hover {
    color: lightgray!important;
    text-decoration: none;
}
._HeaderLayout10 .main-nav {
}
    ._HeaderLayout10 .main-nav p {
        font-size: 1.6rem;
        margin-top: 20px;
        font-weight: bold;
    }
    ._HeaderLayout10 .main-nav .StaffLogin {
        margin-left: 5px;
        float: left !important;
        font-size: 22px;
        border-bottom: 0px solid #404040;
        margin-bottom: 5px;
    }

._ListStyle10 .side-bar-container, ._DetailStyle10 .side-bar-container {
    display: none;
}

._DetailStyle10 .productDetailSpacing {
    padding-top: 45px;
    padding-bottom: 30px;
}
._DetailStyle10 .productDetailInput {
    border: none;
    border-radius: 5px;
    padding: 3px;
    padding-left: 5px;
}
._DetailStyle10 .product-price {
    font-size: 20px;
    padding-top: 5px;
}
._DetailStyle10 .product-detail-display {
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
}
._DetailStyle10 .footer-separator, ._ListStyle10 .footer-separator {
    display: none;
}

._FooterLayout10 .footer-container {
    font-size: 18px;
    padding-top: 10px;
}
    ._FooterLayout10 .footer-container .container p a {
        font-size: 18px;
    }
    ._FooterLayout10 .footer-container h7 {
        font-size: 18px;
        padding-top: 20px;
    }

._ListStyle10 .priceNormal, ._ListStyle10 priceSpecial, ._ListStyle10 priceSpecialOld {
    text-align: left;
    font-size: 18px;
    float: left;
    margin-left: 10px
}
._ListStyle10 .Title {
    font-size: 18px;
    float: left;
    margin-left: 10px
}
._ListStyle10 .product-list-item {
    height: auto;
    overflow: hidden;
    border: none;
    margin: 5px;
    padding-top: 5px;
    min-height: 340px;
}
    ._ListStyle10 .product-list-item .Title {
        text-align: left
    }
    ._ListStyle10 .product-list-item .Bottom {
        margin-bottom: 25px;
    }
._ListStyle10 .hoverOverText {
    position: relative;
    bottom: 100px;
    float: right;
    max-width: 450px;
    width: 100%;
    text-align: right;
    font-size: 24px;
    padding-bottom: 30px;
}



._ListStyle11 .side-bar-container, ._DetailStyle11 .side-bar-container {
    display: none;
}

._DetailStyle11 .productDetailSpacing {
    padding-top: 45px;
    padding-bottom: 30px;
}

._DetailStyle11 .productDetailInput {
    border: none;
    border-radius: 5px;
    padding: 3px;
    padding-left: 5px;
}

._DetailStyle11 .product-price {
    font-size: 20px;
    padding-top: 5px;
}

._DetailStyle11 .product-detail-display {
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
}

._DetailStyle11 .footer-separator, ._ListStyle11 .footer-separator {
    display: none;
}

._FooterLayout11 .footer-container {
    font-size: 18px;
    padding-top: 10px;
}

    ._FooterLayout11 .footer-container .container p a {
        font-size: 18px;
    }

    ._FooterLayout11 .footer-container h7 {
        font-size: 18px;
        padding-top: 20px;
    }

._ListStyle11 .priceNormal, ._ListStyle11 .priceSpecial, ._ListStyle11 .priceSpecialOld {
    text-align: left;
    font-size: 18px;
    float: left;
    margin-left: 10px
}

._ListStyle11 .Title {
    font-size: 18px;
    float: left;
    margin-left: 10px
}

._ListStyle11 .product-list-item {
    height: auto;
    overflow: hidden;
    border: none;
    margin: 5px;
    padding-top: 5px;
    min-height: 340px;
}

    ._ListStyle11 .product-list-item .Title {
        text-align: left
    }

    ._ListStyle11 .product-list-item .Bottom {
        margin-bottom: 15px;
    }

._ListStyle11 .hoverOverText {
    position: relative;
    bottom: 100px;
    float: right;
    max-width: 450px;
    width: 100%;
    text-align: right;
    font-size: 24px;
    padding-bottom: 30px;
}






.priceNormal, priceSpecial, priceSpecialOld {
    text-align: left;
    font-size: 18px;
    float: left;
    margin-left: 10px
}

.ShowMore{
    cursor:pointer;
    text-decoration:underline;
}

.news-list {
    padding:10px 15px 60px 15px;
}

.Product_Details_Header{
    width:100%;
    padding-bottom:30px
}

/*.Price {
    text-align: left;
}

.Title {
    font-size: 18px;
    float: left;
    margin-left: 10px
}

.product-list-item .Title {
    text-align: left
}*/

.product-list-item .product-favourites {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1000;
    cursor:pointer;
}

.Favourites-Icon {
    font-size: 32px;
    margin-left: 10px;
    max-width: 30px;
    color: #ff6666;
    opacity: 0.8;
}
.Favourites-Icon.red {
    color: #ff2222;
}

.product-list-item .product-list-icon {
    position: absolute;
    max-width: 25px;
}

    .product-list-item .product-list-icon:nth-of-type(1) {
        bottom: 100px;
        left: 0;
    }

    .product-list-item .product-list-icon:nth-of-type(2) {
        bottom: 100px;
        right: 0;
    }

    .product-list-item .product-list-icon:nth-of-type(3) {
        top: 0;
        right: 0;
    }

    .product-list-item .product-list-icon:nth-of-type(4) {
        top: 0;
        left: 0;
    }

.previous-blog {
    background-color: #e6e4f2;
    padding: 20px;
    margin-top: 50px;
}
.curved {
    border-bottom-right-radius: 100px;
}

.FavouritesIcon {
    margin-left:25px;
    cursor:pointer;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}