﻿
.DisplayNone {
    display: none;
}

.VerticalAlignMiddle, input.VerticalAlignMiddle {
    vertical-align: middle;
}

.FieldValidationError, .FieldValidationSummary, .ErrorMessage {
    color: red;
    font-weight: bold;
}

    .FieldValidationSummary ul {
        list-style: inherit;
        list-style-position: inside;
    }

div.UpdatePanelProgressIndicatorMask {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(128, 128, 128, 0.7);
}

div.UpdatePanelProgressIndicator {
    border: 2px solid black;
    position: fixed;
    padding: 50px;
    font-size: 36px;
    left: 40%;
    top: 40%;
    z-index: 500;
    background: rgba(255, 255, 255, 1);
}

.FullWidth {
    width: 100%;
}

.ProductAlert {
    color: red;
}

.rate-level-fixed {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

    .rate-level-fixed .star {
        float: left;
        width: 17px;
        height: 17px;
        padding: 3px;
        text-indent: -9999px;
        background: url(../img/spr.png) -380px -160px no-repeat
    }

        .rate-level-fixed .star.selected ~ .star {
            background-position: -399px -156px;
        }


#popupContainer {
    width: 100%;
    padding: 10px;
}

.StickyNote {
    color: #000;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
}

.popupControlEmailFriend {
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: #819AD2;
    border-width: 2px;
    padding: 5px;
    font-size: 12px;
    z-index: 1000 !important;
}

.popupControlProd {
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    border: 1px solid #e1e1e1;
    color: #fff;
	line-height: 24px;
	width: 145px;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    z-index: 500;
}

    .popupControlProd z, z:link, z:active, z:visited, z:hover {
        font-size: 12px;
        font-weight: normal;
    }

.popupControlProdLB z, z:link, z:hover, z:active {
    color: #000;
}

.FadeMessage {
    position: absolute;
    top: 53px;
    left: 420px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #819AD2;
    border-width: 2px;
    padding: 5px;
    font-size: 12px;
}

.FadeMessageText {
    color: Black;
    font-size: 12px;
    position: relative;
}

.ListManagerButtons {
    margin-top: 6px !important;
    margin-bottom: 0px;
}

.ListManagerPopupText {
    font-size: 16px;
    color: #004185;
    font-weight: bold;
    margin-bottom: 6px;
    clear: both;
    text-align: left;
}

.LMPUwithBorder {
    color: #444;
    height: 25px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    background: #fff;
    margin-left: 2px;
    padding-bottom: 3px;
    margin-right: 3px;
}

.ListManagerPopupTextBox {
    margin-top: 0px;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

/* Row Elements */
.Header, .rowheader, th {
    background: #b2d2fb;
    color: #fff;
    padding: 0;
    font-weight: bold;
    padding: 5px 0;
}

.rowheadercenter {
    background: #b2d2fb;
    color: #fff;
    padding: 0;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.rowheader {
    font-size: 90%;
}

.rowcenter {
    text-align: center;
}

.altrow {
    background: #ddedfd;
    text-align: center;
}

.altrow {
    background: #ddedfd;
}

    .altrow a {
        color: #31659d;
    }

.row a {
    color: #31659d;
}

.pager {
    background: #ffffff;
    text-align: left;
    float: left;
}

    .pager table {
        width: 10%;
    }

.AddToList {
    cursor: pointer;
    text-align: center;
}

.collection-bs {
    height: auto;
    padding-bottom: 15px;
}

.collection-left-arrow {
    position: static;
    float: left;
}

    .collection-left-arrow .arrow-image-left {
        position: relative;
        top: 80px;
    }

.collection-right-arrow {
    white-space: nowrap;
    height: 180px;
    position: relative;
    float: right;
}

    .collection-right-arrow .arrow-image-right {
        position: relative;
        top: 80px;
    }

.collection-slider-bs .slider-inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .collection-slider-bs .slider-inner {
    display: block;
}

.collection-slider-bs {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 220px;
    padding-left: 32px;
}

    .collection-slider-bs + .collection-slider-bs {
        margin-top: 30px;
    }

    .collection-slider-bs .slider-inner {
        position: absolute;
        left: 0px;
        min-height: 180px;
    }

    .collection-slider-bs .slide-area {
        padding: 15px 50px;
        overflow: hidden;
    }

    .collection-slider-bs .slider-img {
        text-align: center;
        padding: 20px;
        height: 100px;
        border: 1px solid #d9d9d9;
    }

        .collection-slider-bs .slider-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .collection-slider-bs .slider-item {
        width: 200px;
        float: left;
        color: #444;
        line-height: 16px;
        font-size: .85em;
        word-wrap: break-word;
    }

        .collection-slider-bs .slider-item + .slider-item {
            margin-left: 15px;
        }

        .collection-slider-bs .slider-item p {
            height: auto;
            padding: 0;
            margin: 0;
        }

        .collection-slider-bs .slider-item a {
            font-family: "Source Sans 3", sans-serif;
            font-style: italic;
            color: #38a5d7;
        }

    .collection-slider-bs .actions {
        margin-top: 6px;
    }

        .collection-slider-bs .actions a:hover {
            text-decoration: underline;
        }

    .collection-slider-bs .title {
        position: relative;
        text-transform: uppercase;
        background: url(../img/slider-title-bg.jpg) 0 0 repeat-x;
        line-height: 50px;
        font-family: Poppins, sans-serif;
        font-size: 1em;
        color: #444;
        padding: 0 20px 6px;
    }

        .collection-slider-bs .title a:hover {
            text-decoration: underline;
        }

        .collection-slider-bs .title .absolute {
            position: absolute;
            top: 0;
            right: 20px;
            text-transform: capitalize;
            font-family: "Source Sans 3", sans-serif;
            font-style: italic;
            color: #13578c;
        }

        .collection-slider-bs .title .divider {
            margin: 0 10px;
        }

        .collection-slider-bs .title i {
            text-transform: lowercase;
        }

    .collection-slider-bs .book-title {
        height: 150px;
        position: relative;
    }

        .collection-slider-bs .book-title img {
            position: absolute;
            border: 3px solid #fff;
            box-shadow: 2px 2px 3px #999;
            bottom: 0;
            max-height: 100%;
            max-width: 100%;
        }

.detail-image img {
    margin-bottom: 25px;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    padding: 12px;
    font-size: 12pt;
    color: #000;
    z-index: 6001 !important;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 6000 !important;
}

/* Row Elements */
.Header, .rowheader, th {
    background: #b2d2fb;
    color: #fff;
    padding: 0;
    font-weight: bold;
    padding: 5px 0;
}

.rowheadercenter {
    background: #b2d2fb;
    color: #fff;
    padding: 0;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}

.rowheader {
    font-size: 90%;
}

.rowcenter {
    text-align: center;
}

.altrow {
    background: #ddedfd;
    text-align: center;
}

.altrow {
    background: #ddedfd;
}

    .altrow a {
        color: #31659d;
    }

.row a {
    color: #31659d;
}

.pager {
    background: #ffffff;
    text-align: left;
    float: left;
}

    .pager table {
        width: 10%;
    }

/* Shhhh, these are hiding. */
.hide, hr {
    display: none;
}

td.formlabel {
    text-align: right;
    width: 120px;
    white-space: nowrap;
    padding-right: 5px;
}

td.formfield {
    text-align: left;
    white-space: nowrap;
}

.page .col-bg {
    position: absolute;
    background: whitesmoke url(../img/left-col-bg.png?ver=3) 100% 100% no-repeat;
    top: 30px;
    bottom: 25px;
    left: 30px;
    width: 230px;
}

.page .indent {
    position: relative;
}

.page .left-col {
    color: #363636;
    float: left;
    width: 230px;
}

.page .right-col {
    max-width: 1400px;
    padding-left: 255px;
    margin-left: auto;
    margin-right: auto;
}

.ProductPage .page .right-col {
    padding-left: 255px;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
}

.searchResults .page .right-col {
    padding-left: 255px;
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
}

@media (max-width: 768px) {
    .page .col-bg {
        background: none;
    }
    .page .left-col {
        float: unset;
        width: 100%;
        margin: 0 0 40px;
    }

    .page .right-col {
        padding-left: unset;
        max-width: unset;
    }

    .ProductPage .page .right-col {
        padding-left: 0;
    }

    .searchResults .page .right-col {
        padding-left: 0;
    }
}

.hidden-field {
    display: none;
}

td.sortasc a:after {
    content: ' ▲';
}

td.sortdesc a:after {
    content: ' ▼';
}

.teacher-resources a {
    color: #5c254f;
    font-weight: bold;
    text-decoration: underline !important;
    font-family: "Source Sans 3", sans-serif;
    font-size: 12px;
}

.teacher-resources img {
    max-width: 100%;
    min-width: 25px;
    min-height: 25px;
}

.table-box .header td {
    border: 1px solid #b2b2b2;
    cursor: inherit;
}

    .table-box .header td a {
        color: inherit;
    }

.table-box .header td, .table-box table td {
    box-shadow: none;
}

    .table-box .header td:hover {
        background-color: initial;
    }

a.HiddenPageAnchor {
    visibility: hidden;
}

header {
    z-index: auto;
}

.modalPopup .buttons {
    text-align: center;
    margin-top: 10px;
    font-size: 0.871em;
}

/* Admin Panel */
#adminpanel {
    font-size: 85%;
    background-color: #000;
    color: #fff;
    padding: 5px;
}

    #adminpanel table {
        margin: 0;
    }

#adminleft, #admincenter, #adminright {
    width: 30%;
    vertical-align: middle;
}

#adminleft {
    text-align: left;
}

#admincenter {
    text-align: center;
}

#adminright {
    text-align: right;
}

#adminpanel a {
    color: #fff;
    border-bottom: 2px solid #666;
    text-decoration: none;
}

    #adminpanel a:hover {
        color: #fff;
        text-decoration: none;
        background: #666;
    }

.collection-search {
    display: none;
}

.reading-level .selected {
    color: #fff;
    cursor: default;
    font-family: "Source Sans 3", sans-serif;
}

.article-title .absolute {
    position: absolute;
    top: 0;
    right: 20px;
    text-transform: capitalize;
    font-family: "Source Sans 3", sans-serif;
    color: #13578c;
}

input[type="radio"], input[type="checkbox"], .fillout-form input[type="radio"], .fillout-form input[type="checkbox"], .searching-box .search-tabs input[type="radio"], .searching-box .search-tabs input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
        vertical-align: middle;
    }

input[type="password"].has-neighbors, input[type="text"].has-neighbors, input[type="file"].has-neighbors, select.has-neighbors {
    /* so that the field will line up w/ stuff on either side (e.g labels, red "required" asterisks) */
    vertical-align: baseline;
}

select {
    border: 1px solid #bbb;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fillout-group select {
    min-width: 0;
}

td.details-column p, td.details-column div {
    line-height: 1.5;
}

.search-box {
    vertical-align: middle;
}

.search-filter.active .search-filter__title .bogus {
    background-color: #3aa6d7;
    color: #fff;
}

.LMIndent {
    margin-left: 10px;
    clear: both;
    float: left;
}

.ListPager {
    margin-bottom: 1em;
    overflow: hidden;
    width: 500px;
}

    .ListPager ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ListPager li {
        border-left: 1px solid #000;
        float: left;
        line-height: 1.2em;
        margin: 0 .5em 0 -.5em;
        padding: 0 .5em 0 .5em;
        white-space: nowrap;
    }

        .ListPager li.current a {
            font-weight: bold;
            text-decoration: none;
        }

    .ListPager a:hover {
    }

    .g-recaptcha-outer{
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #37474f;
    border-width: 1px;
    border-bottom-width: 2px;
}
.g-recaptcha-inner{
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

 
#PnlEmail {
    padding: 5px;
    background-color: #eaeaea;
    position: absolute;
    border: 1px solid #c9c9c9;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
    #PnlEmail .g-recaptcha {
 display: inline-block;
  height: auto;
    }

    #PnlEmail .message-title {
        font-family: Poppins, sans-serif;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid;
    }

    #PnlEmail .title {
        background-color: #686868;
        padding: 13px 15px;
        color: #fff;
        font-family: Poppins, sans-serif;
        font-size: 1.25em;
    }

    #PnlEmail .content {
        background-color: #fff;
        margin-top: 5px;
        padding: 15px;
    }

    #PnlEmail.error-type {
        width: 305px;
    }

    #PnlEmail.message {
        width: 410px;
        color: #13578c;
        font-size: 1em;
    }

    #PnlEmail p + p {
        margin-top: 15px;
    }

    #PnlEmail .modal-footer {
        background: #fff;
        padding: 10px;
        border-top: 4px solid #eaeaea;
    }

/*
    Styles for placeholder text to be different color then filled-in fields
    Source: https://stackoverflow.com/a/2610741/612265
*/
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder { /* WebKit browsers */
    color: #767676;
}

input[type=text]:-moz-placeholder, textarea:-moz-placeholder, input[type=password]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #767676;
    opacity: 1;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder, input[type=password]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #767676;
    opacity: 1;
}

input[type=text]:-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=password]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #767676!important;
}

input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder { /* WebKit browsers */
    color: #767676;
}

input[type=email]:-moz-placeholder, textarea:-moz-placeholder, input[type=password]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #767676;
    opacity: 1;
}

input[type=email]::-moz-placeholder, textarea::-moz-placeholder, input[type=password]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #767676;
    opacity: 1;
}

input[type=email]:-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=password]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #767676;
}

.RadioButtonList tr + tr td, .CheckBoxList tr + tr td {
    padding-top: 10px;
    padding-bottom: 0px;
}

.TrRadioButtonList td img {
    margin-left: 10px;
}

.range-item input, .range-item select, .sp-form input, .sp-form select {
    width: 90px;
}

.search-filter .search-filter__content i {
    position: relative;
    top: -20px;
    right: -190px;
    cursor: pointer;
    text-align: center;
    width: 32px;
    height: 32px;
    background-color: #858585; }
  .search-filter.selected .search-filter__content i {
    background-color: #8c254f; }

  .Level2PlusIcon {
  
    background-image: url(../img/level2MenuPlus.gif);
    background-repeat:no-repeat;
    width: 16px!important;
    height: 14px!important;
    background-color:white!important;
    text-align: left;
  text-indent: -9999px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  
  }
 

  .search-filter__titleLevel2 {
  padding:0px;
  height:25px;
  
       }

  .search-filter .search-filter__contentLevel2 > nav {
    display: block;
    padding: 20px 10px;
    
    background-color: transparent;
    box-shadow: none;
    }

/* 
    Incident #7997
    Sean Patterson
    5/12/16
*/
.modal {
    display: none;
    width: 360px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0) translateY(-50%);
    padding: 20px;
    border: 4px solid #addff5;
    outline: 1px solid #6fbee3;
    background: #45a9d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #45a9d7 0%, #1b5e90 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #45a9d7 0%,#1b5e90 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #45a9d7 0%,#1b5e90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45a9d7', endColorstr='#1b5e90',GradientType=0 ); /* IE6-9 */
    color: #fff;
    z-index: 1500;
    text-align: center;
}
.modal h1 {
    font-size: 48px;
    padding: 0 0 30px;
    line-height: 50px;
}
.modal p {
    font-weight: 600;
    margin-bottom: 25px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1200;
    display: none;
}

/* Design changes for Newsletter popup
    Sean Patterson 9/26/16 */

.modal input[type=text] {
    margin: 0 0 15px;
}

.modal input[type=text] ~ input {
    margin: 0 0 15px;
}
.modal select {
    float: left;
    margin: 0 0 15px;
}