﻿.skinny { margin: 5px 0; }

.field-validation-error { color: #b94a48; }

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #b94a48; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors { color: #b94a48; }

.validation-summary-valid { display: none; }

.webstore-nav > li > a { padding: 5px 10px; }

.btn-ssm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 2px 9px;
}

option:hover {
    background-color: #337ac6;
    color: white;
}

.panel-heading h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 7px;
}


@media (min-width: 992px) {
    .widget-body {
        display: block;
        height: initial!important;
    }
}


@media (max-width: 767px) {
    .book-image {
        float: left;
        width: 125px;
    }

    .book-details { float: left; }

    .book-actions { float: right; }
}

@media (max-width: 709px) {
    .book-image {
        float: none;
        margin: 0 auto;
        width: 125px;
    }

    .book-details {
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
        float: none;
        margin: 10px 0;
        padding: 10px 0;
    }

    .book-actions {
        clear: both;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .widget-header {
        cursor: pointer;
    }
}

.sidebar-widget {
    cursor: pointer;
}

@media (max-width: 991px) {
    .sidebar-widget {
        cursor: pointer;
    }

    .widget-body {
        max-height: 0;
        padding: 0!important;
        overflow: hidden;
        -ms-transition: max-height 100ms;
        -o-transition: max-height 100ms;
        -webkit-transition: max-height 100ms;
        transition: max-height 100ms;
    }

    .widget-body .widget {
        margin-top: 10px;
    }

    .full-height {
        max-height: 1000px;
        transition: max-height .5s ease-in;
    }
}

.content-manager > ul > li > a:hover{
    background-color: white;
    color:black;
}
.content-manager > ul > li > a {
    color: yellow;
}
@media (max-width: 400px){
    .my-cart > tbody > tr > td{
        display: block;
        border: 0px;
    }
    .my-cart{
        border: none;
    }
}
/*MY CART*/
.cart {
    max-width: 100%;
    width: 100%;
}

.cart-rows{
    padding: 10px 15px 10px 15px;
}

/*ALERTS*/

.alert-btn {
    opacity:1;
}

/*OFF SCREEN SKIP BLOCK LINK*/

.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    margin: auto;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
.skip-link {
    width: auto;
}

.skip-main:focus, .skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
/*LINK THAT SKIPS TO MAIN CONTENT*/
@media (min-width:770px){
    .menu-bar > a.visible-link{
        display: none;
        nav-index: -1;
    }
}

/*Carousel*/
.close-carousel , .hide-btn > i{
    display: none;
}

.super-banner > .hide-carousel{
    position: absolute;
    color: black;
    padding: 0px;
    margin: 0px;
    margin-left: 845px;
    z-index: 1000;
    font-size: 32px;
    display: flex;
    float: right;
    width: 100%;

}
.minimize:hover{
    color: grey;
    cursor:pointer;
}

.carousel-ptr:hover{
    cursor:pointer;
}
/*HIDE PLAY/PAUSE button from carousel*/

.hide-play ,.hide-pause {
    display: none;
}


/*FAR Checkout text*/
.FAPayment {
    display:flex;
}
}
/*Financial Aid Payment: Hide option to pay with cc*/
.FAPayment, .btn-col{
    display: flex;
}

/*Top and padding space for TAGS button*/
.TagBtnRow{
    margin-top: 25px;
    padding-left: 0px;
}
/*TAG Menu*/

.checkbox-menu li label, .checkbox-menu{
    display: block;
    padding: 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
    list-style-type:none;
    padding-top:5px;

}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.dropdown-btn{
    margin-right: 10px;
}
/*COLOR SWATCH TAGS*/
.input-color {
    position: relative;
}

.input-color input {
    padding-left: 20px;
}

.input-color .color-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 5px;
}