@charset "utf-8";

/* Global styling */
*,*:focus,*:hover{
    outline:none;
}

header {
  transition: none !important;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transform: translateZ(0);
}
/* CUSTOM RESETS
================================================== */
a {
    color: #292F7C;
}

    a:focus,
    a:hover {
        outline: 0 none;
        text-decoration: none;
    }

    a.disabled {
        pointer-events: none;
    }

    a[disabled] {
        pointer-events: none;
    }
.inLineContentContainer td a{
    text-decoration: underline;
}    

p {
    margin: 0 0 10px;
}

h1, .h1 {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 400;
}

h3, .h3, #defaultControl_ctl00_place5540_ctl00_pageTitleH1 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, p, p strong, a, li, label, .error, span{
    font-family: 'Work Sans', sans-serif;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    border: 1px solid #ccc;
    border-radius: 3px ;
    font-size: 14px;
    width: 300px;
    height: 40px ;
    padding: 0 12px ;
    cursor: text ;
    color: #7f6f76;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        border-color: #292f7c !important;
        outline: none !important;
        text-transform: none !important;
    }

    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #abacac;
        text-transform: none !important;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        color: #abacac;
        text-transform: none !important;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #abacac;
        text-transform: none !important;
    }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
.form-control {
    -webkit-appearance: none;
    appearance: none !important;
    -ms-appearance: none !important;
}

input[type="checkbox"] {
    visibility: hidden;
}

    input[type="checkbox"] ~ label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 2px;
        border: 1px solid #ccc;
    }

        input[type="checkbox"] ~ label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 5px;
            left: 5px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        input[type="checkbox"] ~ label > span {
            margin-left: 30px;
            white-space: nowrap;
        }

    input[type="checkbox"]:checked + label {
        background: #292F7C;
    }

        input[type="checkbox"]:checked + label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

::-ms-clear {
    display: none;
}

select {
    width: 100%;
    max-width: 700px;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #D4D4D4;
    height: auto;
    margin: 14px 0;
    position: relative; /* To position the custom arrow */
     appearance: none;
    cursor: pointer;
    background: url('/NelsonNet-X/Templates/img/chevron-down-blue.svg') transparent 96% center no-repeat;
    background-size: 16px;
    background-color: white; /* White background */
}
/*
.required.form-control {
    background: #e6f9ff !important;
    border: 1px solid #16b9e9;
}
*/



.form-group {
    position: relative;
}

label {
    cursor: pointer;
    font-weight: normal;
}

/* Animated slide radio buttons */
.slide-toggle-radio {
    position: relative;
    background: transparent;
    border: 1px solid #5C697B;
    margin: 40px 0 20px;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 50px;
    height: 46px;
    width: 250px;
}

    .slide-toggle-radio > * {
        float: left;
    }

    .slide-toggle-radio input[type=radio] {
        display: none;
    }

    .slide-toggle-radio label {
        color: #fff;
        z-index: 0;
        display: table;
        width: 120px;
        height: 40px;
        margin: 2px;
        border-radius: 50px;
        cursor: pointer;
        z-index: 10;
        text-align: center;
        position: relative;
    }

    .slide-toggle-radio p {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 400;
    }

.slide-toggle-option-slider {
    width: 120px;
    height: 40px;
    position: absolute;
    top: 2px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.xslide-toggle-radio label:nth-of-type(2) {
    display: none;
}

#bookmarks-toggle:checked ~ .slide-toggle-option-slider {
    background: #CEDEFF;
    left: 2px;
}

#annotations-toggle:checked ~ .slide-toggle-option-slider {
    background: #CEDEFF;
    left: 126px;
}

.resource-title {
    font-family: "Work Sans", sans-serif !important;

        font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 45px;
}

.resource-title .yellowText{
    color: #FFCB05;
    font-family: Work Sans;
    font-weight: 600;
}

.yellowText{
    color: #FFCB05;
}

h1 .yellowText{
    font-weight: 600;
}

.page-title-inner h1 {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;}
    
/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif !important;
    color: #454545;
    background-color: #ffffff;
    min-width: 768px !important;
        overflow-y: scroll;
    
}


#page {
    height: auto !important;
    height: 100%;
    width: 100%;
min-height: calc(100vh - 60px); /* footer height approx */
  position: relative;}

/* Pushes footer to the bottom */
.push {
    height: 60px;
}

.container {
    width: 100%;
    position: relative;
}

#overall_content {
    padding-top: 48px;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/* HEADER
================================================== */
.site-header {
    background-color: #292f7c;
    padding: 25px 20px;
    margin-bottom: -1px;
    width: 100%;
    position: relative;
    z-index: 9999;
    box-shadow: none;
    height: auto;
}

.site-header.affix {
    position: fixed;
    top: 0;
}

/* Logo */
.site-logo {
    vertical-align: middle;
}

.site-logo .logo {
    background-size: contain;
    width: 176px;
    height: auto;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

/* Top menu */
.topMenu {
    float: right;
}

.topMenu ul {
    display: inline-block;
    padding-left: 0px;
    margin: 0;
}

.topMenu div {
    display: inline-block;
}

.topMenu .nav-item {
    list-style: none;
    display: inline-block;
}

.topMenu .nav-item a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 20px;
    text-decoration: none;
}

.topMenu .nav-item a:hover,
.topMenu .nav-item a:focus {
    text-decoration: underline;
}

.topMenu .authWidget .nav-item:last-child a {
    margin-right: 0px;
}

.topMenu .authWidget .nav-item .yellowBtn {
    color: #292F7C;
    font-size: 16px;
    font-weight: 600;
}

.topMenu .authWidget .nav-item .nav-link {
    padding: 0px;
}

.topMenu .nav-item .dropdown-toggle::after {
    display: none;
}

.topMenu .nav-item .dropdown-menu {
    display: none;
}

.topMenu .nav-item .dropdown-menu.show {
    display: block;
}

.topMenu .nav-item .dropdown-item {
    color: #292F7C;
}

.topMenu .nav-item .dropdown-item.active,
.topMenu .nav-item .dropdown-item:active {
    background-color: #e9ecef;
}

/* Optional: Remove legacy social top bar if not needed */
.header-soc-top {
    display: none;
}


/* Navigation */
.navbar.navbar-default {
    text-align: center;
    background: none;
    border: 0 none;
    margin-bottom: 0;
}

.navbar .navigationList > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .navbar .navigationList > ul > li {
        display: inline-block;
        line-height: 48px;
        position: relative;
        color: #454545;
        font-size: 14px;
    }

        .navbar .navigationList > ul > li + li {
            margin-left: 15px;
        }

        .navbar .navigationList > ul > li a {
            font-size: 12px;
            text-transform: uppercase;
            color: #454545;
            padding: 0 10px;
            position: relative;
        }

            .navbar .navigationList > ul > li a:focus,
            .navbar .navigationList > ul > li a:hover,
            .navbar .navigationList > ul > li.currentLi a,
            .navbar .navigationList > ul > li.currentParentLi a {
                color: #0E7B9C;
            }

                .navbar .navigationList > ul > li.currentLi a:before,
                .navbar .navigationList > ul > li.currentParentLi a:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: -16px;
                    height: 3px;
                    width: 100%;
                    background-color: #0E7B9C;
                }

.navbar ul li ul {
    display: block;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 101;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.0s ease 0.5s;
    -moz-transition: all 0.0s ease 0.5s;
    -webkit-transition: all 0.0s ease 0.5s;
    -o-transition: all 0.0s ease 0.5s;
    -ms-transition: all 0.0s ease 0.5s;
}

.navbar-static-top ul ul {
    display: none;
}

.navbar ul li ul:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    display: block;
    right: 20px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1;
}

.navbar ul li:focus > ul,
.navbar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
}

.navbar ul li ul li {
    line-height: 40px;
    width: 140px;
    text-align: left;
    padding-left: 40px;
}

.firstLi a,
.lastLi a {
    left: 10px;
}

.nav-account,
.nav-logout {
    position: relative;
}

.navbar .navigationList > ul > li > ul > li a {
    text-transform: capitalize;
}

.nav-account:before,
.nav-logout:before {
    content: '';
    background-image: url(https://www.nelsonnet.com.au/NelsonNetDashboard/Templates/img/i-account2x.png);
    background-size: 17px;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0;
    left: -35px;
}

.nav-logout:before {
    background-image: url(https://www.nelsonnet.com.au/NelsonNetDashboard/Templates/img/i-logout2x.png);
    height: 17px;
    width: 17px;
    top: 0;
}

.navbar .navigationList > ul > li a:focus .nav-account:before,
.navbar .navigationList > ul > li a:hover .nav-account:before {
    background-image: url(https://www.nelsonnet.com.au/NelsonNetDashboard/Templates/img/i-account2x-Hover.png);
}

.navbar .navigationList > ul > li a:focus .nav-logout:before,
.navbar .navigationList > ul > li a:hover .nav-logout:before {
    background-image: url(https://www.nelsonnet.com.au/NelsonNetDashboard/Templates/img/i-logout2x-Hover.png);
}

.navbar ul li ul li + li {
    border-top: 1px solid #d2d2d2;
}

.navbar .arrow { /* CHECK FOR THIS */
    display: none
}

.user-arrow {
    position: absolute;
    top: 14px;
    float: right;
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: -7px;
}

    .user-arrow:before {
        content: "\f107";
        color: #454545;
        font-size: 22px;
    }

    .user-arrow ~ ul {
        right: -20px !important;
    }

.nav-login-btn {
    font-size: 14px;
    text-transform: none;
}

.nav-create-account {
    background-color: #CEDEFF;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 7px 20px;
    ;
    cursor: pointer;
    text-transform: none;
}

    .nav-create-account:hover,
    .nav-create-account:focus,
    .registerBtn:hover, .registerBtn:focus {
        background-color: #16b9e9;
    }

.nav-help-icon {
    background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
    width: 14px;
    height: 15px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 3px;
}

    .nav-help-icon:focus, .navbar .navigationList > ul > li a:focus .nav-help-icon,
    .navbar .navigationList > ul > li.currentLi a:focus .nav-help-icon,
    .navbar .navigationList > ul > li.currentParentLi a:focus .nav-help-icon,
    .nav-help-icon:hover, .navbar .navigationList > ul > li a:hover .nav-help-icon,
    .navbar .navigationList > ul > li.currentLi a:hover .nav-help-icon,
    .navbar .navigationList > ul > li.currentParentLi a:hover .nav-help-icon {
        background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
    }

.navbar .navigationList > ul > li.currentLi a .nav-help-icon,
.navbar .navigationList > ul > li.currentParentLi a .nav-help-icon {
    background: url("/NelsonNetDashboard/Templates/img/i-info-a.png");
}





/* BOOKSHELF
================================================= */
.downloadbox {
    background: url("/NelsonNetDashboard/Templates/img/download-white2x.png") no-repeat 20px center / 20px auto #CEDEFF;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 10px 55px;
    width: 250px;
    text-align: left;
    margin: 0 30px;
}

    .downloadbox:focus,
    .downloadbox:hover {
        background-color: #16b9e9;
        color: #fff;
    }

.comic-img {
    float: right;
}

.bookshelf .entitlement {
    min-height: 360px !important;
    width: 25% !important;
}

.entImg,
.entImg img {
    display: block;
}

.bookshelf .entitlement .entImg {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bookshelf .entitlement img {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: auto !important;
    height: auto !important;
}

.entitlement .product {
    width: 45%;
    float: left;
    margin-top: 10px;
    padding: 10px 0;
    background: none;
    color: #454545;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #fff;
}

    .entitlement .product:focus,
    .entitlement .product:hover {
        background: #292f7c !important;
        border: 1px solid #16b9e9;
        color: #fff;
    }

/* Download Application Enhancements */
.book-item {
    height: 330px;
    border: 1px solid #777;
    position: relative;
}

.item-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(http://maximumwallhd.com/wp-content/uploads/2015/06/fonds-ecran-plage-palmier-12-660x330.jpg);
    background-repeat: no-repeat;
}

.book-item-image:hover, .book-item-overlay {
    -webkit-filter: grayscale(30%) blur(2px);
    filter: grayscale(30%) blur(2px);
}

.book-item-image > .book-item-link {
    display: none;
    height: 100%;
    width: 100%;
}

.book-item-image:hover > .book-item-link {
    position: absolute;
    padding-top: 35%;
    display: inline-block;
    z-index: 9999999;
    text-align: center;
}

/*.book-item-icon {
    height: 50px;
    width: 50px;
    padding-top:23px;
    z-index: 9999999;
    color: #fff;
}*/

.book-item-icon {
    height: 70px;
    width: 70px;
    padding-top: 23px;
    z-index: 9999999;
    color: #fff;
    background: url("/NelsonNetDashboard/Templates/img/book-icon.svg") no-repeat;
    background-position: 50% 100%;
}

.book-item-icon-no-book {
    height: 70px;
    width: 70px;
    padding-top: 23px;
    z-index: 9999999;
    color: #fff;
    background: url("/NelsonNetDashboard/Templates/img/resources-hover-icon.svg") no-repeat;
    background-position: 50% 100%;
}

.book-item-element {
    /*width: 90px;
    height: 90px;*/
    width: 100px;
    height: 100px;
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
    margin-left: 26%;
    margin-top: 50%;
    position: absolute;
    opacity: 0;
}

.book-item-ebook {
    background: #16b9e9;
}

.book-item-no-ebook {
    background: #006298;
}

.book-item-link:hover .book-item-element {
    opacity: 1;
}

.book-item-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    z-index: 8888;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE 5-7 */
    -moz-opacity: 0.5; /* Netscape */
    -khtml-opacity: 0.5; /* Safari 1.x */
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
    background: rgb(0, 0, 0);
}

    .book-item-bottom:hover {
        background: #16b9e9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
        filter: alpha(opacity=100); /* IE 5-7 */
        -moz-opacity: 1; /* Netscape */
        -khtml-opacity: 1; /* Safari 1.x */
        opacity: 1;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
    }

.btn {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 0;
    background: none;
    color: #454545;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

    .btn:hover, .btn:focus {
        background: #292f7c !important;
        color: #000;
    }

.entitlement .product + .product {
    float: right;
}

.entitlement .product:focus,
.entitlement .product:hover {
    background: #d2d2d2;
}

.title-resources {
    width: 100%;
    display: inline-flex;
}

.left-content, .bookmark-header {
    color: #fff;
}

    .left-content a,
    .bookmark-header a {
        color: #fff;
        /*    text-decoration:underline; */
    }

    .bookmark-header,
    .bookmark-header ~ tr {
        border-bottom: 1px solid 1px solid rgba(255,255,255,0.1);
    }

        .bookmark-header ~ tr td {
            color: #d0d2d5;
            font-size: 12px;
        }

            .bookmark-header td:first-child,
            .bookmark-header ~ tr td:first-child {
                padding: 5px 5px 5px 0;
            }

            .bookmark-header td:last-child,
            .bookmark-header ~ tr td:last-child {
                text-align: right;
                padding: 5px 20px 5px 5px;
            }

            .bookmark-header ~ tr td a:focus,
            .bookmark-header ~ tr td a:hover {
                color: #16b9e9;
            }

.filterByTitle,
.filterByType {
    height: 40px;
    margin-bottom: 20px;
    background-position: right 7px center !important;
    font-size: 13px;
    padding-left: 5px;
    border-radius: 0 !important;
    color: #454545 !important;
    background-size: 6px auto !important;
}

.filterByTitle {
    width: 160px;
    float: left;
    margin-right: 10px;
}

.filterByType {
    width: 80px;
}

.bookmark-toggle .slide-toggle-radio {
    margin: 0 0 20px 0;
}


/* Available Applications
================================================== */
/* Task #2 */

.notification-reminder {
    background: #ffffff !important;
    border-color: #292f7c !important;
}

.notitication-first-row {
    color: #16b9e9;
}

.notification-button {
    background-color: #CEDEFF !important;
    border-color: #CEDEFF !important;
}



/* Task # 3 */

.available-applications {
    border: 0 !important;
}

.resources-content .ui-tabs-nav {
    background: none;
    border: 0 !important;
}

.resources-content .ui-tabs-active {
    background-color: #fff !important;
    border: 1px solid #777 !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .resources-content .ui-tabs-active a {
        color: #888888 !important;
    }

        .resources-content .ui-tabs-active a i {
            color: #292F7C;
        }

.resources-content .nelson-header {
    margin-bottom: 20px;
}

.resources-content .ui-tabs .ui-tabs-nav li {
    width: 200px;
    height: 95px;
    text-align: center;
    margin: 0 -1px 0 0;
    background: none;
    border-color: #D8D8D8;
    border-bottom-width: 1px;
    color: #C7D1DF;
}

.available-applications a span {
    color: #C7D1DF;
}

.resources-content .ui-tabs .ui-tabs-nav li a {
    display: inline-block;
    float: none;
    padding: 5px;
    text-decoration: none;
    width: 100%;
    margin: 12px 0 0 0;
    /*font-family: "AvenirNext-Bold",sans-serif;*/
    font-size: 14px;
    color: #C7D1DF;
}

    .resources-content .ui-tabs .ui-tabs-nav li a span .fa-times {
        color: #fff;
    }

.resources-content .ui-widget-content {
    background: none;
}

.resources-content .ui-tabs-hide {
    display: none !important;
}

.resources-content .ui-tabs .ui-tabs-nav .ui-state-active {
    background-color: #fff;
    color: #292F7C;
    border-bottom: solid 7px;
}

.resources-content .ui-tabs .ui-tabs-nav .ui-state-hover a span {
    color: #292F7C;
}


.resources-content .ui-tabs .ui-tabs-nav .ui-state-active a {
  font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    color: #454545;
}

.available-applications .ui-state-default span {
    margin-bottom: 6px;
    margin-top: 7px;
    font-size: 14px;
}


.available-applications .ui-state-active span {
    color: #292F7C;
}

.available-applications .ui-tabs-panel {
    padding: 1em 0 !important;
}

.available-applications .well {
    height: 55px;
    padding: 0;
    background-color: #fff;
    border: solid 1px;
    border-color: #D8D8D8;
    cursor: pointer;
}

    .available-applications .well:hover {
        cursor: pointer;
    }

    .available-applications .well .fa {
        padding-top: 12px;
    }

.bookTitle {
    color: #fff;
    padding: 0 30px;
    text-transform: none;
    margin-top: 0;
    text-align: center;
}

.bookLink .online-btn, .online-btn {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 100%;
    background-color: #CEDEFF;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    padding: 10px 0;
}

.two-btn {
    display: inline-block;
    width: 185px;
    text-align: center;
}

.bookLink .online-btn:hover, .bookLink .online-btn:focus, .online-btn:hover, .online-btn:focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #16b9e9;
}

.header-btn-container {
    text-align: center;
    padding-top: 13px;
}

.bookLink {
    padding: 20px 30px;
    text-align: center;
}

.available-applications .link-content {
    background: none;
    padding: 12px 0;
    height: 65px;
    /*margin: 0 10px;*/
    border-color: #1A94CA;
    color: #1A94CA;
    cursor: default;
}

    .available-applications .link-content:hover {
        cursor: default;
    }

    .available-applications .link-content label {
        font-size: 15px;
        padding: 10px;
    }

        .available-applications .link-content label a {
            color: #1995cb;
        }

.available-applications .show-hide {
    padding-bottom: 10px;
}

    .available-applications .show-hide a {
        color: #c7d1df;
    }

    .available-applications .show-hide .active {
        color: #454545;
        font-weight: bold;
    }

.notification-reminder .online-btn {
    width: 200px;
    float: right;
}

.online-btn:hover, .online-btn:focus {
    color: #fff;
}

.notification-reminder .notitication-first-row .fa-times {
    cursor: pointer;
}

/* CONTENT 
================================================== */
.homepage-content {
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.resource-sites .homepage-content {
    text-align: left;
}

.default-content {
    font-size: 14px;
}

    .default-content p {
        font-size: 14px;
    }

.homepage-content h1,
.homepage-content p {
    opacity: 0;
    position: relative;
    top: 80px;
    transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
}

    .homepage-content h1.shown,
    .homepage-content p.shown {
        opacity: 1;
        top: 0;
    }

.homepage-content h1 {
    margin: 0 0 20px;
}

.intocon {
    width: 750px;
    height: 642px;
    margin: 30px auto 40px;
    position: relative;
    opacity: 0;
    top: 80px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}

    .intocon.shown {
        opacity: 1;
        top: 0;
    }

.img1boox {
    position: absolute;
    top: 120px;
    left: 190px;
    width: 297px;
    height: 430px;
    z-index: 9;
    background: url("/NelsonNetDashboard/Templates/img/cover-side-img1x.png") no-repeat;
    transition: all 0.75s ease-in 0.5s;
    -moz-transition: all 0.75s ease-in 0.5s;
    -webkit-transition: all 0.75s ease-in 0.5s;
    -o-transition: all 0.75s ease-in 0.5s;
    -ms-transition: all 0.75s ease-in 0.5s;
}

    .img1boox.shown {
        left: 0;
    }

    .img1boox:last-of-type {
        left: auto;
        right: 190px;
    }

    .img1boox.shown:last-of-type {
        right: 0;
    }

    .img1boox img {
        position: absolute;
        top: 52px;
        left: 28px;
        width: 242px;
        height: 322px;
    }

.vidboox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 440px;
    height: 642px;
    z-index: 10;
    background: url("/NelsonNetDashboard/Templates/img/cover-center-black1x.png") no-repeat;
}

    .vidboox video {
        height: 493px;
        left: 35px;
        position: absolute;
        top: 73px;
        width: 371px;
    }

    .vidboox img {
        height: 493px;
        left: 34px;
        position: absolute;
        top: 73px;
        width: 373px;
    }

.homepage-activities a {
    display: inline-block;
    position: relative;
}

    .homepage-activities a:first-child {
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        height: 40px;
        padding: 8px 10px 10px 49px;
        width: 245px;
        top: 1px;
        text-align: left;
        background: url("/NelsonNetDashboard/Templates/img/download-white2x.png") no-repeat 20px center / 20px auto #CEDEFF;
    }

        .homepage-activities a:first-child:focus,
        .homepage-activities a:first-child:hover {
            background-color: #16b9e9;
        }

    .homepage-activities a + a {
        margin-left: 15px;
    }


/* USER MESSAGES
================================================== */
.usermsg, .noResultsForFilter {
    text-align: center;
    width: 500px;
    margin: 0 auto;
    padding:20px 10px;
}

.hiddenmsg {
    display: none;
}

.resources-content .no-filter-results h1 {
    margin: 0;
    font-weight: 400;
    font-size: 42px;
}

.no-filter-results .search-tips {
    padding: 20px 20px 20px 40px;
    background: #fff url('/NelsonNetDashboard/Templates/img/icon-multiple.png') 10px 10px no-repeat;
    border-radius: 2px;
}

.no-filter-results ul {
    margin: 0;
    padding: 0;
}

    .no-filter-results ul li {
        list-style: none;
        line-height: 1.4;
        font-size: 18px;
    }

.no-filter-results p, .noResultsForFilter p {
    font-size: 18px;
    line-height: 1.2;
    margin: 20px 0 30px;
}

.success-text {
    color: #52A243 !important;
}

.success-img {
    background: url("/NelsonNetDashboard/Templates/img/Tick-green.png") no-repeat scroll 98% center;
}


/* LOGIN PAGE 
================================================== */
/* Global div */
#verdiSection34 .nelsonNetDashboardLogin {
    min-height: 500px;
}

.loginCon {
    width: 340px;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    margin: auto;
    text-align: left;
    /*transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}

    .loginCon h2 {
        margin: 0 0 25px;
    }

    .loginCon .form-group {
        float: left;
        clear: both;
        width: 100%;
    }

.login-password .loginFormField {
    float: left;
    width: 230px !important;
    border-radius: 3px 0 0 3px !important;
}

.loginCon label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}

.login-remember label,
.loginCon .buttons a {
    color: #bdbdbd;
}

.btnLogin {
    background-color: #CEDEFF;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    display: block;
    width: 100%;
    padding: 9px;
    cursor: pointer;
}

    .btnLogin:hover,
    .btnLogin:focus {
        background-color: #16b9e9;
    }

    .btnLogin.disabled {
        background-color: #f9fafc;
        color: #cbc1c6;
        cursor: not-allowed;
        opacity: 0.65;
        border: 1px solid #edeef0;
    }

.loginCon .buttons {
    /*position: absolute;
    left: 0;
    bottom: -25px;*/
    width: 100%;
    padding: 20px 0 0 0;
}

    .loginCon .buttons a:focus,
    .loginCon .buttons a:hover {
        color: #235273;
    }

    .loginCon .buttons a.forgotDetails {
        float: right;
    }

    .loginCon .buttons legend {
        display: none;
    }

.loginErrorCon {
    color: #7f6f76;
    margin-bottom: 20px;
}

.logoutCon {
    display: none;
}

.loginCon .formSubmitRow {
    /*right: 0;*/
}

.resetPasswordRow .passwordError {
    text-align: left !important;
}


/* REGISTER PAGE 
================================================== */
.reg-disabled > div {
    opacity: 0.5;
    pointer-events: none;
}

.loadingPanel {
    background: url('/NelsonNetDashboard/Templates/img/ajax-loader.gif') center center no-repeat;
    z-index: 100;
}

.hidden {
    display: none;
}

.schoolDetailsCon,
.account-details > div,
#defaultControl_ctl00_place34_ctl00_MyRolePanel {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-raduis: 2px;
    padding: 20px;
    margin: 50px 0;
    width: 300px;
    float: right;
    position: relative;
}

.schoolDetailsCon {
    margin-bottom: 20px;
}

.success .schoolDetailsCon:before,
.success #defaultControl_ctl00_place34_ctl00_GeneralDetailsPanel:before,
.success #defaultControl_ctl00_place34_ctl00_MyRolePanel:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("/NelsonNetDashboard/Templates/img/Tick-green.png") no-repeat;
}

#defaultControl_ctl00_place34_ctl00_GeneralDetailsPanel {
    float: none;
    margin: 50px auto;
    width: 100%;
}

.schoolDetailsCon {
    float: left;
    width: 100%;
}

    .schoolDetailsCon h3,
    .account-details > div h3,
    #defaultControl_ctl00_place34_ctl00_MyRolePanel h3 {
        font-size: 14px;
        text-transform: none;
        margin-top: 0;
    }

/* radio btns */
.radioBtn input[type=radio] {
    position: absolute;
    left: -9999em;
}

.radioBtn {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
}

#defaultControl_ctl00_place34_ctl00_MyRolePanel .formRow .radioBtn + .radioBtn {
    margin-left: 110px;
}

.radioBtn label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    left: 4px;
    top: 4px;
}

    .radioBtn label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: #16B9E9;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        top: 0px;
        left: 0px;
    }

    .radioBtn label:focus::after, .radioBtn label:focus::after,
    .radioBtn label:focus::after, .radioBtn label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

.radioBtn input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.radioBtn label > span {
    margin-left: 25px;
    position: relative;
    top: -2px;
}

.page4 #updateUserDetails {
    width: 1080px !important;
}

.page4 .radioBtn {
    margin-right: 90px !important;
}

.page4 .account-details, .school-details {
    min-width: 320px !important;
    width: 320px !important;
}

.page4 .role-details {
    min-width: 260px !important;
    width: 260px !important;
}

.schoolDetailsCon .formRow,
.account-details .formRow {
    margin-bottom: 25px;
}

#defaultControl_ctl00_place34_ctl00_GeneralDetailsPanel input,
.riSingle {
    width: 100% !important;
}

.outputField.error, .resetPasswordRow .passwordError {
    color: #0e7b9c;
    float: right;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}

.booksellerError.outputField.error {
    float: none;
    width: 300px;
}

.passwordError {
    display: block !important;
    color: #bababa !important;
    margin-top: 20px !important;
    float: none !important;
}

.formSubmitRow {
    position: relative;
    width: 100%;
}

    .formSubmitRow input {
        cursor: pointer;
        display: block;
        height: 40px;
        width: 100%;
        background-color: #CEDEFF;
        border: none;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        text-transform: none;
    }

    .formSubmitRow [type="submit"]:disabled {
        background-color: #f9fafc;
        color: #cbc1c6;
        border: 1px solid #edeef0;
        cursor: not-allowed;
        pointer-events: none;
    }

.inputValidationError > span > input, .inputValidationError > input, .inputValidationError > div > span > input, .inputValidationError > div > input {
    background-color: #e6f9ff !important;
    border: 1px solid #292f7c !important;
    outline: none;
}

.login-password .togglePassword {
    width: 70px;
    height: 40px;
    float: left;
    background-color: #eee !important;
    border-radius: 0 3px 3px 0;
    border: 1px solid #d2d2d2 !important;
    border-left: 0 none !important;
    font-size: 14px;
    cursor: pointer;
}

    .login-password .togglePassword:focus,
    .login-password .togglePassword:hover {
        background-color: #dfdfdf !important;
    }

#defaultControl_ctl00_place34_ctl00_UserEmailPanel label,
#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow label {
    display: inline-block;
}

.help {
    position: relative;
    display: inline-block;
}

.help-icon {
    background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
    width: 14px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 2px;
}

    .help-icon:focus,
    .help-icon:hover {
        background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
    }

.display-help {
    width: 240px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    z-index: 9 !important;
    font-weight: normal;
    display: none;
}

.help:focus .display-help,
.help:hover .display-help {
    display: block;
}

.display-help:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -10px;
}

.display-help .title {
  font-family: 'Work Sans', sans-serif !important;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

#defaultControl_ctl00_place34_ctl00_GeneralSchoolDetails .RadComboBox_Default .rcbInputCell,
#defaultControl_ctl00_place34_ctl00_GeneralSchoolDetails .RadComboBox_Default .rcbArrowCell {
    background: none;
}

.countrySelect,
.stateSelect {
    width: 100%;
    height: 40px !important;
    padding: 5px 5px 5px 12px !important;
    -webkit-appearance: none;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow {
    position: relative;
    width: 100%;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelector {
    width: 100% !important;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow td {
    padding: 0;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow .RadComboBox .rcbDisabled {
    opacity: 1;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow td .rcbInput {
    width: 100% !important;
    padding-left: 40px !important;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow .rcbArrowCell {
    display: none;
}

#defaultControl_ctl00_place34_ctl00_mySchoolSelectorRow .mySchoolMag {
    position: absolute;
    left: 10px;
    top: 37px;
    width: 20px;
}

.borderShadow {
    display: none;
}

#addNewSchoolMsg {
    display: none;
    color: #0e7b9c;
    font-size: 12px;
    margin-top: 5px;
}

/* FORGOT PASSWORD 
================================================== */
.loginCon .inst {
    color: #7f6f76;
    margin-bottom: 20px;
    display: block;
}

.forgottenPasswordEmailRow .infoPanel {
    color: #0e7b9c;
    float: right;
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: right;
}

#defaultControl_ctl00_place34_ctl00_ResetPasswordPanel .formSubmitRow,
.forgottenPasswordEmailRow .formSubmitRow {
    width: 300px;
}

#verdiSection34 .resetPasswordText {
    /*bottom: 77px;
    left: 0;*/
    margin: auto;
    padding: 10px 0;
    /*position: absolute;
    right: 0;*/
    width: 340px;
    text-align: left;
}

    #verdiSection34 .resetPasswordText a {
        color: #bdbdbd;
    }

.banner-message-text {
    display: none;
}

.getStarted h2,
.banner-message {
   display:none;
    margin: 0;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    background-color: #FDEFEE;
    color: #D32821;
    position: relative;
    padding: 1rem 1rem;
    border: 1px solid transparent;
    border-bottom: 2px solid #D32821;
}

.banner-message:nth-of-type(n+2) {
  display: none !important;
}

    .banner-message i {
        position: absolute;
        right: 25px;
        font-size: 16px;
        padding-top: 2px;
    }

        .banner-message i:focus,
        .banner-message i:hover {
            cursor: pointer;
        }

.getStarted h2 {
    display: none;
}

.site-header.affix ~ .banner-message {
    position: fixed;
    top: 50px;
}

.banner-message a {
color: #292F7C;
    text-decoration: underline;
}

.checkEmailCon.successBoxMsg p, .banner-message p {
    margin: 0;
    line-height: 22px;
}

.formRow {
    margin-bottom: 10px;
}

.forgottenPasswordEmailRow .loadingPanel {
    float: right;
    position: relative;
    right: 5px;
    top: -35px;
}


/* CONSUME ACCESS CODE 
================================================== */
.consumeAccessCodePanel {
    display: none;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 101;
    background: #fff;
    margin: 0;
    padding: 20px 18px;
    list-style: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.70);
    border-radius: 4px;
    width: 326px;
    left: 290px;
    height: auto;
}

.nav-request-access {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.consumeAccessCodePanel:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 12px 12px;
    content: "";
    display: block;
    right: 150px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 1;
}

.consumeAccessCodePanel input[type=text] {
    width: 200px;
    margin-right: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .consumeCode, .consumeAccessCodePanel input[type=text]:hover, .consumeAccessCodePanel input[type=text]:focus {
        text-transform: uppercase !important;
    }

.consumeAccessCodePanel input[type=submit],
.consumeAccessCodePanel input[type=button] {
    background-color: #CEDEFF;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding: 9px;
    cursor: pointer;
    width: 60px;
}

    .consumeAccessCodePanel input[type=submit]:hover,
    .consumeAccessCodePanel input[type=submit]:focus,
    .consumeAccessCodePanel input[type=button]:hover,
    .consumeAccessCodePanel input[type=button]:focus {
        background-color: #16b9e9;
    }

.consumeAccessCodePanel .outputField.error {
    margin: 5px 0;
}

.iacInputWrapper {
    display: inline-block;
    position: relative;
}

.registation-email-input.iacInputWrapper {
    display: block !important;
}

.iacInputWrapper .loadingImage {
    display: none;
    background: url('/NelsonNetDashboard/Templates/img/ajax-loader.gif') center center no-repeat;
    position: absolute;
    z-index: 100;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 0;
}

.consumeAccessCodeHelp {
    color: #292F7C;
    float: right;
    margin-top: 12px;
}

#addingInStatusText {
    display: none;
    clear: both;
    color: #0e7b9c;
    font-size: 12px;
    text-align: right;
}

.consumeAccessCodeShow input[type="submit"] {
    margin-left: 10px;
    margin-right: 10px;
}

.consumeAccessCodeInstruction {
    padding-top: 10px;
}

/* FREE RESOURCES 
================================================== */
.searchbox-inner {
    margin: auto;
    position: relative;
}

.page-help-section .searchbox-inner,
.page5 .searchbox-inner {
    width: 400px;
    z-index: 99;
    display: inline-block;
    position: relative;
}

.page33 .searchbox-inner,
.page465 .searchbox-inner {
    text-align: center;
    width: 420px;
}

.filter__search {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    font-size: 14px;
    width: 420px;
    height: 44px;
    padding: 0 12px 0 60px;
    cursor: text;
    background-image: url("https://b-www.nelsonnet.com.au//NelsonNetDashboard/Templates/img/i-search2x.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    margin: 40px 0;
    position: relative;
}

.clear-search {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 18px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.searchbox-inner .clear-search,
.page5 .clear-search {
    right: 10px;
    top: 23px;
}

.resources_type_left .searchbox-inner .clear-search {
    top: 12px;
}

.page33 .clear-search,
.page465 .clear-search {
    top: 51px;
}

.page-help-section .searchbox-contact,
.page5 .searchbox-contact {
    display: inline-block;
}

.filter__search:focus {
    border-color: #16b9e9;
    outline: none;
}

.page465 .filter__search {
    margin-left: 0;
}

.help-or {
    display: inline-block;
    margin: 0 30px;
    color: #cbcbcb;
}

.browseBookTitles {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #454545;
    display: inline-block;
    height: 40px;
    left: 0;
    margin-left: 30px;
    padding: 9px 30px;
    position: relative;
    text-align: center;
    top: -10px;
    vertical-align: middle;
    width: 150px;
}

#verdiSection35 > p {
    text-align: center;
}

#free-resources-listing {
    width: 810px;
    margin: 0 auto;
}

.free-resource-section {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .free-resource-section h2 {
        text-align: center;
        margin-top: 0;
    }

.free-resource, .demo-book {
    float: left;
    display: block;
    margin-bottom: 30px;
}

#free-resources-listing img {
    width: 180px;
}

#defaultControl_ctl00_place35_ctl00_ContainerRight > p {
    text-align: center;
}

#grid {
    overflow: hidden;
}

h1.shuffle-item {
    float: left !important;
    display: block !important;
    xposition: relative !important;
    clear: both !important;
    width: 100% !important;
    padding-bottom: 18px;
    text-align: center;
}

    h1.shuffle-item.h1-imp {
        padding-top: 20px;
        /* top: -60px !important; */
    }

.picture-description {
    display: none;
}

.pager > li > a[aria-expanded=true] {
    color: #000;
    background: #CEDEFF !important;
}

#resourcesBookTitle .mark-book {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px 10px 45px;
    width: 100%;
    text-align: center;
}

#addToBookshelf {
    background: url("/NelsonNetDashboard/Templates/img/bookshelf2x.png") no-repeat 50px center/20px auto #CEDEFF;
}

    #addToBookshelf:focus,
    #addToBookshelf:hover {
        background-color: #16b9e9;
    }

#wantToBuyLink {
    margin-top: 12px;
    background: url("/NelsonNetDashboard/Templates/img/buy-item-icon32.png") no-repeat 50px center/20px auto #80C400;
}

    #wantToBuyLink:focus,
    #wantToBuyLink:hover {
        background-color: #75B400;
    }

#resourcesBookTitle .mark-book:focus,
#resourcesBookTitle .mark-book:hover {
    xbackground-color: #16b9e9;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.success #addToBookshelf {
    background: url("/NelsonNetDashboard/Templates/img/icon-green-tick2x.png") no-repeat 30px center / 20px auto #92CF4B;
    color: #2C3B17;
}

    .success #addToBookshelf:focus,
    .success #addToBookshelf:hover {
        background-color: #52A243;
        color: #222222;
    }

.addToBookshelfSpinner {
    width: 250px;
    background-color: #F9FAFC;
    border: 1px solid #EDEEF0;
    margin-top: -20px;
    height: 40px;
}

.ajax-button {
    padding: 20px 0;
}

/* RESOURCES BOOK TITLE
================================================== */
.left-sidebar {
    position: absolute;
    width: 310px;
    height: 100%;
    background-color: #414854;
    padding-top: 30px;
}

    .left-sidebar img {
        width: 100%;
        padding: 0 30px 30px;
    }

.resources-content,
.demobook-content {
    padding: 0 0 0 360px;
}

.resources-content,
.demobook-content {
    margin-bottom: 50px;
}

    .resources-content h1 {
        margin: 50px 0;
    }

.page-help-section .resources-content h1 {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

.page-help-section .resources-content #pageTitle h1 {
    text-align: left;
}

.resources_type_left {
    position: relative;
}

    .resources_type_left .searchbox {
        position: absolute;
        right: 0;
        top: 0;
    }




.resource-sites-content .resource-finder {
    position: absolute;
    top: 30px;
    right: 15px;
}

    .resource-sites-content .resource-finder .resource-search {
        width: 230px !important;
    }

.resource-finder .searchbox .resource-search-input,
.resources_type_left .filter__search {
    width: 230px;
    margin: 0;
}

.resource-sites .resource-sites-content .searchbox-inner .clear-search {
    left: auto;
}

.resource-sites-content #pageTitle h1,
.resources_type_left h1 {
    padding-right: 300px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #292F7C;
}

.resources-content > p {
    text-align: center;
}

#sec-nav {
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
}

    #sec-nav a {
        display: block;
        border-left: 5px solid #fff;
        padding-left: 30px !important;
        color: #fff;
        background: #4c525e;
        line-height: 48px;
        font-size: 16px;
        font-weight: bold;
    }

.resource-sites .resources-content .outerLayer:not(:empty),
.filter-sec {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: left;
}

.resource-sites .resources-content .outerLayer:not(:empty) {
    margin-top: 20px;
}

.filter-title {
    text-transform: none;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}

.pager {
    font-size: 14px;
    margin: 20px 0 0;
    padding-left: 0;
    text-align: left!important;
}

    .pager li,
    .pagination > li {
        display: inline;
    }

        .pagination > li > a.rounded {
            min-width: 50px;
            height: 50px;
            border-radius: 30px!important;
            border: 1px solid #D2D2D2!important;
            text-align: center;
            padding: 14px 10px;
            font-size: 14px;
            margin: 0 10px 10px 0;
            background-color: #fff;
            color: #000000;
            text-decoration: none;
        }

    .pager::after,
    .pager::before {
        content: " ";
        display: table;
    }

    .pager li > a {
        cursor: pointer;
    }

    .pager li > a,
    .pager li > span {
        background-color: #fff;
        border: 1px solid #ddd!important;
        border-radius: 30px!important;
        display: inline-block;
        padding: 14px 20px!important;
        margin: 0px 6px 10px 0px;
        height: 50px;
    }

    .pagination > li > a.rounded[aria-expanded=true],
    .pagination > li > a:focus,
    .pager > li > a:focus,
    .pagination > li > a:hover,
    .pager > li > a:hover {
        color: #000000!important;
        background: #CEDEFF!important;
    }

    .pagination > li > a,
    .pager > li > a {
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
    }

#defaultControl_ctl00_place96_ctl00_pageTitleH1,
#resourcesBookTitle h3, #defaultControl_ctl00_place5540_ctl00_pageTitleH1,
#defaultControl_ctl00_place97_ctl00_pageTitleH1, #defaultControl_ctl00_place98_ctl00_pageTitleH1,
#defaultControl_ctl00_place93_ctl00_pageTitleH1 {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    text-align: left;
    text-transform: none;
    font-family: Work Sans;
font-weight: 600;
font-size: 24px;
line-height: 30px;
letter-spacing: 0%;
color: #292F7C;

}

#defaultControl_ctl00_place5540_ctl00_pageTitleH1 {
    padding-below: 0px;
    margin: 50px 0 0;
}

#resourcesBookTitle #sec-nav a {
    font-weight: normal;
}

.unit-resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel {
    background: none;
    box-shadow: none;
    border: 0 none;
}

.panel-group .panel {
    border: 0 none;
    border-radius: 0;
    margin: 0 0 0 40px;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

#free-resources-accordion .panel-group {
    margin-right: 0;
}

.panel-default > .panel-heading {
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #dcdfe1;
    border-radius: 0;
    padding: 0;
}

.panel-group .panel:nth-child(even) > .panel-heading {
    background: #fff;
}

.panel-body {
    padding: 0;
}

.panel-collapse {
    position: relative;
    top: -1px;
}

.panel-title a {
    position: relative;
    padding: 10px 15px;
    display: block;
}

.panel-title:focus,
.panel-title:hover {
    color: #419BF9;
}

.panel .indicator {
    position: absolute;
    left: -28px;
    ;
    top: 9px;
    font-size: 22px;
}

.panel a {
    color: #454545;
}

    .panel a:focus,
    .panel a:hover {
        color: #23527c;
    }

.panel .size {
    color: #aaa;
}

.panel-heading:focus, .panel-group .panel:nth-child(2n) > .panel-heading:focus,
.panel-heading:hover, .panel-group .panel:nth-child(2n) > .panel-heading:hover {
     background-color: #CEDEFF;
}

.empty-panel .panel-heading:focus, .panel-group .empty-panel:nth-child(2n) > .panel-heading:focus,
.empty-panel .panel-heading:hover, .panel-group .empty-panel:nth-child(2n) > .panel-heading:hover {
    background: none !important;
    color: #BBB !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent transparent #dcdfe1;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

.panel-title .empty-chapter {
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #BBB;
}

.unit-resources-list li {
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 10px;
    overflow: auto;
}

    .unit-resources-list li:focus,
    .unit-resources-list li:hover {
        background-color: #CEDEFF;
    }

.unit-resources-list .resource-type {
    float: left;
    padding-left: 30px;
    width: 175px;
}

.unit-resources-list .format-icon {
    left: 8px;
    margin-top: -2px;
    position: absolute;
}

    .unit-resources-list .format-icon img {
        width: 20px;
    }

.unit-resources-list .resourceLink {
    margin-left: 200px;
}

.unit-resources-list .resBookmark {
    margin-right: 20px;
}

.resourceLink img {
    width: 15px;
    cursor: pointer;
    cursor: hand;
}

    .resourceLink img:focus,
    .resourceLink img:hover {
        cursor: pointer;
        cursor: hand;
    }

.left-content {
    padding: 30px;
    padding-top: 0px;
}

    .left-content .slide-toggle-radio p, .left-content .bk-container p {
        padding-left: 0px !important;
        top: 0 !important;
    }

#last-viewed-content .format-icon {
    margin-right: 10px;
}

/* HELP SECTION
================================================== */
.controls {
    position: absolute;
    right: 15px;
}

.inPageNavigationDescription {
    display: none;
}

.down-app {
    background: url("/NelsonNetDashboard/Templates/img/download-white2x.png") no-repeat 20px center / 20px auto #CEDEFF;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 10px 10px 55px;
    width: 100%;
    text-align: left;
}

    .down-app:focus,
    .down-app:hover {
        background-color: #16b9e9;
        color: #fff;
    }

.controls .download-icon img {
    margin-right: 3px;
    position: relative;
    top: -3px;
    width: 22px;
}

.inPageNavigationImage, .inPageNavigationRow {
    width: 100%;
    float: left;
    margin: auto;
    padding: 10px 0;
    height: 100px;
    vertical-align: middle;
}

.searchSubmitButtonStd {
    display: none;
}

.page-help-section #left_affix #verdiSection1564 ul, .help-nav ul {
    list-style: none;
    padding-left: 30px;
}

    .page-help-section #left_affix #verdiSection1564 ul li, .help-nav ul li {
        line-height: 28px;
        padding-left: 20px;
        position: relative;
    }

        .page-help-section #left_affix #verdiSection1564 ul li:before, .help-nav ul li:before {
            content: "\f105";
            font-family: 'FontAwesome';
            src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
            src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            font-size: 16px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            left: 1px;
            top: 1px;
            position: absolute;
            color: rgba(255, 255, 255, 0.4);
        }

        .page-help-section #left_affix #verdiSection1564 ul li.currentParentLi:before,
        .page-help-section #left_affix #verdiSection1564 ul li.currentLi:before,
        .help-nav ul li.currentParentLi:before,
        .help-nav ul li currentLi:before {
            content: "\f107";
        }

.page-help-section #left_affix #verdiSection1564 .currentParentLi_Ul .currentParentLi_Ul li, .help-nav .currentParentLi_Ul .currentParentLi_Ul li {
    padding-left: 0;
}

    .page-help-section #left_affix #verdiSection1564 .currentParentLi_Ul .currentParentLi_Ul li:before, .help-nav .currentParentLi_Ul .currentParentLi_Ul li:before {
        display: none;
    }

.page-help-section #left_affix #verdiSection1564 ul li a:focus, .help-nav ul li a:focus,
.page-help-section #left_affix #verdiSection1564 ul li a:hover, .help-nav ul li a:hover {
    font-weight: normal;
    color: #225669;
}

.page-help-section #left_affix #verdiSection1564 ul li.currentLi > a, .help-nav ul li.currentLi > a {
    color: #225669;
}

.help-nav-item {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 40px;
}

    .help-nav-item .page-title-inner {
        border-bottom: 1px solid #cfcfcf;
        clear: both;
        float: left;
        margin: 0 0 20px;
        padding-bottom: 0;
        width: 100%;
    }

    .help-nav-item a {
        color: #0e7b9c;
        font-size: 13px;
    }

        .help-nav-item a:focus,
        .help-nav-item a:hover {
            color: #424a59;
        }

    .help-nav-item .page-title-inner h2 {
        font-size: 18px;
        height: auto;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 25px;
        margin: 0 0 -1px;
        float: left;
        width: auto;
        border-bottom: 1px solid #383838;
        color: #383838
    }

.resultsTable td a:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 15px;
    clear: both;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
}

.resultsTable {
    width: 100%;
}

.resultRecordDark td, .resultRecordLight td {
    width: 100%;
    padding-bottom: 20px;
}

.searchResultsTypeHeading {
    display: none;
}

.pmSearchResultsView {
    clear: both;
}

#contact-panel {
    padding-bottom: 40px;
}

/* Registration
=================================================== */
.offscreen {
    position: absolute;
    left: -10000px;
    top: 0;
    height: 0px;
    padding: 0;
    margin: 0;
}

#defaultControl_ctl00_place34_ctl00_MyPassword_wrapper, #defaultControl_ctl00_place48_ctl00_MyPassword_wrapper {
    position: absolute;
}

.role-details,
.account-details, .school-details {
    width: 380px;
    min-width: 340px;
    float: left;
    margin: 0 20px;
}

    .school-details .formSubmitRow {
        right: 0;
        height: 40px;
    }

.school-details {
    padding-bottom: 60px;
}

#updateUserDetails {
    width: 1280px;
    margin: auto;
}

.logo-print {
    display: none;
}

.bookshelf {
    margin-top: 50px;
}

    .bookshelf ul {
        padding: 0;
    }

    .bookshelf .entitlement a {
        width: 100%;
    }

    .bookshelf .entitlement .title-resources a {
        margin-right: 0;
        xwidth: 46%;
    }

.title-resources a:nth-child(2) {
    margin-right: 10px !important;
}

.bookshelf .entitlement .title-resources a:last-child {
    position: relative;
    left: 5%;
}

.bookshelf .entitlement .title-resources a:first-child {
    position: relative;
    left: 0% !important;
}

.bookshelf .entitlement img {
    height: 263px !important;
    position: relative;
    width: 100% !important;
    float: left;
}

.book-item {
    height: 263px !important;
}

/*
.entitlementSelector {
    padding-left: 50px;
    margin: auto;
    width: 70%;
}


.entitlementSelector .requestTitleCon {
    margin-top: 50px;
    padding-top: 40px;
}
*/

.entitlementSelector .requestTitleCon {
    float: left;
}

.entitlementSelector h1 {
    float: left;
    font-size: 26px;
    line-height: 38px;
    margin: 60px 40px 0;
}

.entitlementSelector .RadAjaxPanel {
    float: left;
}

.entitlementSelector input[type="text"]::-moz-placeholder {
    color: #000 !important;
}

.entitlementSelector input[type="text"]:-ms-input-placeholder {
    color: #000 !important;
}

.entitlementSelector input[type="text"]::-webkit-input-placeholder {
    color: #000 !important;
}

.entitlementsArea {
    width: 100%;
    overflow: hidden;
    margin: 20px 40px;
}

.consumeAccessCodeCon .formRow .outputField.error {
    float: none;
    text-align: right;
    width: 300px;
}

.entitlementsArea h2 {
    margin-bottom: 20px;
}

.shelfSecTtitle {
    margin-bottom: 20px;
    color: #7f6f76;
    font-size: 28px;
    font-weight: 300;
}

.helplnk {
    margin-top: 5px;
    text-align: right;
    width: 300px;
    font-size: 13px;
}

    .helplnk a {
        color: #0e7b9c;
    }

.entitlementsArea .btn {
    background: #292f7c !important;
    color: #fff !important;
    outline: none !important;
    height: 40px;
    margin: 0 0 0 7px;
    padding: 10px 15px !important;
}

.requestTitleCon .btn {
    background: #fff !important;
    border: 1px #cfcfcf solid;
    color: #cfcfcf !important;
    outline: none !important;
    margin-left: 7px;
    padding: 10px 15px !important;
}

.requestTitleCon h1 {
    margin: 30px 0;
    text-align: center;
    width: 41%;
}

.resources-content #verdiSection34 h1 {
    text-align: center;
}

.resources-content #verdiSection34 .page-title-inner h1 {
    text-align: left;
}

.consumeAccessCodeCon .consumeCode {
    float: left;
    margin-bottom: 5px;
}

.consumeAccessCodeCon h1 {
    font-size: 24px;
    margin: 40px 0 60px;
    text-align: center;
    width: 300px;
}


/* Search area */
.search-area {
    float: left;
    margin: 0 0 30px;
    width: 100%;
    position: relative;
    top: -13px;
    color: #a7a8a8;
}

#order-form {
    margin-top: 15px;
}

.page-help-section .search-area {
    text-align: center;
}

#requestTitleModule .search-area {
    text-align: left;
}

.RadComboBox .rcbInput {
    background-color: #fff !important;
}

.searchbox-inner .rcbInput {
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    color: #000000;
    border: 1px solid #d4d4d4;
    width: 100% !important;
    cursor: text;
    background-image: url("https://b-www.nelsonnet.com.au//NelsonNetDashboard/Templates/img/i-search2x.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-color: #fff !important;
}

.resource-finder .searchbox-inner .rcbInput {
    width: 100% !important;
    border-radius: 50px;
    padding: 10px 20px;
}

.search-area .RadComboBox {
    float: left;
    position: relative;
    width: 300px !important;
    top: 13px;
}

.search-area .product,
.resource-sites .eBookBtn, .resource-sites .eBookPageLink,
.resource-sites .ulaAccept, .resource-sites .ulaDecline {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    outline: medium none !important;
    padding: 9px 15px !important;
    position: relative;
    left: 0;
    background-color: #FFCB05;
    color: #292F7C!important;
    border: 1px solid transparent;
    border-radius: 30px;
}

.resource-sites .eBookBtn,
.resource-sites .eBookPageLink {
    top: 0;
}

.resource-sites .eBookPageInput {
    width: 100px;
}
.eBookPageInput {
  border: none;
  outline: none;
  font-size: 16px;
  color: #555;
  padding: 0.5rem;
  flex-grow: 1;
  background-color: transparent;
}

.search-area .product:focus, .resource-sites .ulaAccept:focus, .resource-sites .ulaDecline:focus,
.search-area .product:hover, .resource-sites .ulaAccept:hover, .resource-sites .ulaDecline:hover {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    outline: medium none !important;
    padding: 9px 35px !important;
    position: relative;
    left: 0;
    background-color: #FFCB05;
    color: #292F7C;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
}

.inPageNavigationImage img {
    text-align: center;
    width: 75px;
}

.inPageNavigationRow {
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-right: 20px;
    min-height: 145px;
    width: 194px;
    margin-bottom: 20px;
}

    .inPageNavigationRow:nth-child(5n+5) {
        margin-right: 0;
    }

.inPageNavigationLink a {
    color: #1090C9;
    position: relative;
    bottom: 0;
    display: block;
    font-size: 13px;
}

.inPageNavigationRow a:focus .inPageNavigationImage img,
.inPageNavigationRow a:hover .inPageNavigationImage img {
    opacity: 0.5;
}

#verdiSection1231x ul li {
    margin-bottom: 5px;
    list-style: none;
    list-style-image: url('/NelsonNetDashboard/Templates/img/sideArrow.png');
    margin-left: 25px;
}

    #verdiSection1231x ul li a {
        font-size: 14px;
        color: #fff;
        position: relative;
        top: -3px;
    }

#left_affix p {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    /* top: 20px; */
}

#verdiSection35 #pageTitle .controls {
    width: 35%;
    position: relative;
    top: 35px;
}

.control-print-pdf,
.control-play-video {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.control-play-video {
    margin-right: 35px;
}

#verdiSection35 #pageTitle .controls a img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 7px;
    margin-top: -3px;
}

#verdiSection35 #pageTitle .controls a {
    color: #1491c9 !important;
}

.resources-content .col-md-12 p {
    width: 100%;
    font-size: 14px;
    color: #194152;
    line-height: 28px;
}

.rcbScroll ul {
    padding-left: 0px;
}

    .rcbScroll ul li {
        list-style: none;
        padding: 8px;
        font-size: 13px;
        color: #525252;
        cursor: pointer;
    }

        .rcbScroll ul li:focus,
        .rcbScroll ul li:hover {
            background: #CEDEFF;
            color: #525252;
        }

.page465 .demobook-content > .row,
.page465 #demoBookList .row,
.row-filter {
    background: #fff;
    margin: 0 auto 40px !important;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 600px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

    .page465 .demobook-content .row .col-xs-2,
    .page465 #demoBookList .row .col-xs-2,
    .row-filter .col-xs-2 {
        width: 33.333333334%;
    }

        .page465 .demobook-content .row .col-xs-2 .form-group label,
        .page465 #demoBookList .row .col-xs-2 .form-group label,
        .row-filter .col-xs-2 .form-group label {
            float: left;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 1px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

.page465 #demoBookList #demo-book-listing #grid {
    position: relative;
    width: 828px;
    margin: auto;
}

.demo-book {
    float: left;
    width: 192px;
    margin-right: 15px;
}

    .demo-book a:first-child {
        padding: 0;
        margin: 0;
    }

        .demo-book a:first-child:focus,
        .demo-book a:first-child:hover {
            background: #fff;
            border: 1px #d2d2d2 solid;
        }

        .demo-book a:first-child img {
            width: 190px;
            height: 260px;
        }

    .demo-book a {
        float: left;
        width: 100%;
        margin: 7px 0px 5px;
        background: none;
        color: #454545;
        border: 1px #d2d2d2 solid;
        border-radius: 4px;
        text-align: center;
        padding: 8px 0px;
        background: #fff;
    }

        .demo-book a:focus,
        .demo-book a:hover {
            background: #16b9e9;
            color: #fff;
            border: 1px #16b9e9 solid;
        }

#fancybox-content div:first {
    overflow: hidden !important;
}

.demo-book a[disabled] {
    color: #BBB;
}


/* BLANK Template
================================================== */
.site-header-blank .site-logo {
    margin-top: 30px;
    left: 45%;
}

.bookseller-table-headings {
    color: #626263;
    font-weight: bold;
}

    .bookseller-table-headings .cart_head_qty {
        padding-right: 16px;
        text-align: left;
    }

    .bookseller-table-headings .cart_head_right, #confirmation-form .bookseller-table-headings .cart_head_qty {
        text-align: right;
    }

#confirmation-form .bookseller-table-headings .cart_head_qty {
    padding-right: 10px;
}

#confirmation-form .bookseller-table-row .col-md-2 {
  font-family: 'Work Sans', sans-serif !important;
}

.bookseller-table-row .col-md-2 {
    text-align: right;
}

.bookseller-table-row .cart_rrp {
  font-family: 'Work Sans', sans-serif !important;
}

.order-summary-rrp {
    color: #d2d2d2;
}

.summary-total .currency {
  font-family: 'Work Sans', sans-serif !important;
    color: #cbcbcb !important;
    font-weight: normal;
}

.cart_rrp_salesrep label {
    font-weight: bold;
}

.cart_rrp_salesrep, .cart_total_salesrep {
    padding: 13px 0;
}

.order-summary-rrp_salesrep {
    color: #4a4a4a;
}

#order-form .bookseller-table-headings {
    border: none;
    border-bottom: 1px solid #d0d0d0;
}

.request-title-section .booksellerError.outputField.error {
    float: none;
    width: 350px;
}

.request-title-section input[type="checkbox"] ~ label {
    background-color: #fff;
}

.request-title-section input[type="checkbox"]:checked + label {
    background: #292F7C;
}

#order-form .well h1 {
    margin: 0;
}

.cart_head_unitprice, .cart_unitprice {
    margin-right: 0;
    padding-right: 0;
}

.order-details-right .rcbInput {
    color: #7f6f76 !important;
}

.request-title-section .well {
    background: transparent none repeat scroll 0 0;
}

#confirmation-form .confirmation-text {
    position: absolute;
    left: 25px;
}

/* page: Request a title */
.requestTitleModule {
    padding-top: 40px;
}

.request-title-section {
    clear: both;
}

.row .request-title-section {
    margin-top: 40px;
}

.request-title-section .page-title-inner {
    /* border-bottom: 1px solid #cfcfcf; */
    clear: both;
    float: left;
    margin: 0 0 10px;
    padding-bottom: 0;
    width: 100%;
}


#lnkEditOrder {
    color: #454545 !important;
    text-decoration: underline !important;
    position: relative;
    top: 20px;
}

#confirmation-form #value_Name {
    font-weight: bold !important;
  font-family: 'Work Sans', sans-serif !important;
}

#confirmation-form #value_SchoolName {
    font-weight: bold !important;
  font-family: 'Work Sans', sans-serif !important;
}

#confirmation-form #value_Email {
    font-weight: bold !important;
  font-family: 'Work Sans', sans-serif !important;
}

#confirmation-form #value_OrderNo {
    font-weight: bold !important;
  font-family: 'Work Sans', sans-serif !important;
}

#confirmation-form #value_AccountNo {
    font-weight: bold !important;
  font-family: 'Work Sans', sans-serif !important;
}

#confirmation-form .bookseller-table-headings {
    background: none !important;
    border-left: none !important;
    border-right: none !important;
    font-size: 12px;
    font-weight: bold;
}

#confirmation-form .bookseller-table-row {
    background: none !important;
    padding: 15px 10px !important;
}

#confirmation-form .bookseller-table {
    border: none;
}

.summary-total-left, .summary-total-amount {
    font-weight: bold !important;
}

.summary-total-amountinc {
    color: #cbcbcb !important;
    font-size: 14px;
    margin-top: 3px;
}

#confirmation-form .summary-total {
    padding: 15px 0px 55px;
    border-bottom: 1px #d2d2d2 solid;
    border-top: 1px #d2d2d2 solid;
}

#confirmation-form {
    margin-top: 40px;
}

#verdiSection36 div p ~ input, .internalbutton {
    background: #fff;
    padding: 11px 40px;
}

#confirmation-form .bookseller-row {
    margin-top: 20px;
    border: 1px #cccccc solid;
    padding: 15px 20px;
}

#confirmation-form .col-md-12 {
    padding: 0px !important;
}

#confirmation-form h2 {
    margin-bottom: 20px !important;
    margin-top: 30px;
}

#pageTitle .request-title-section .page-title-inner {
    border: 0 none;
    margin: 0 0 10px;
}

.request-title-section .page-title-inner h1 {
    margin: 50px 0 10px;
    text-align: left;
    color: #454545;
}

.request-isbn ~ div {
    font-size: 12px;
    color: #9b9b9b !important;
    margin-top: 3px;
}

#removeRequestTitleLink {
    color: #4a4a4a !important;
    padding-left: 8px !important;
  font-family: 'Work Sans', sans-serif !important;
}

.order-status-billed, .order-status-free {
    background-color: #fff;
    color: #454545;
    font-size: 14px;
    float: left;
    border: 1px #d2d2d2 solid;
    padding: 12px 90px 9px 90px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 40px;
}

.order-status-billed {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.order-status-free {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.order-status-selected {
    background-color: #CEDEFF !important;
    color: #fff !important;
    border: 1px #CEDEFF solid !important;
}

/*.page522 .navigationList > ul
{
    padding: 0 90px 0 0;
    text-align: right;
}*/
.page522 #requestTitleModule .col-md-12 {
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.bookseller-row .col-md-6 .formRow {
    margin-bottom: 12px;
}

    .bookseller-row .col-md-6 .formRow label {
        margin-bottom: 9px;
    }

.request-title-section {
    margin-top: 10px;
}

.bookseller-row {
    margin-bottom: 59px;
}

.bookseller-table-row .col-md-2 {
  font-family: 'Work Sans', sans-serif !important;
    color: #4a4a4a;
    padding-left: 0;
}

.bookseller-table-row img {
    float: left;
    padding-right: 10px;
}

.adoptQuan {
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    color: #4a4a4a;
    font-size: 12px;
    width: 66px;
    text-align: center;
  font-family: 'Work Sans', sans-serif !important;
}

.request-title-section .reqtitBookseller {
    width: 100% !important;
}

.request-title-section .order-details-left {
    padding-right: 40px !important;
}

.request-title-section .order-details-right {
    padding-left: 40px !important;
}

    .request-title-section .order-details-right .mySalesRepPanel .RadComboBox {
        width: 100% !important;
    }

.page522 #requestTitleModule .col-md-12 .bookseller-table .col-md-12 {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 11px 14px 55px 14px !important;
}

.page522 .rcbScroll {
    min-height: 185px !important;
}

.page522 .well .text-right {
    font-size: 14px;
    color: #cbcbcb;
}

.page522 .well .row h1 {
    font-size: 30px;
    color: #454545;
}

    .page522 .well .row h1 small {
        font-size: 30px;
        color: #d2d2d2;
    }

.bookseller-row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.order-status {
    width: 170px;
    padding: 11px 15px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    color: #d2d2d2;
    text-transform: uppercase;
    text-align: center;
}

.mySalesRepPanel .RadComboBox table {
    margin-top: 9px;
    margin-bottom: 11px;
}

.mySalesRepPanel .RadComboBox {
    width: 80% !important;
}

.mySalesRepPanel table tr:first-child td:first-child {
    border-right: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.mySalesRepPanel table tr:first-child td:last-child {
    border-left: none !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background: none !important;
    width: 100% !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
    border: solid 1px #d2d2d2 !important;
}

.page522 .mySalesRepPanel .rcbInput {
    border: none !important;
}

#grandTotal {
    color: #454545;
  font-family: 'Work Sans', sans-serif !important;
    font-size: 42px;
}

.reqtitBookseller {
    width: 80% !important;
}

.request-title-section .col-md-12 .col-md-12 p {
  font-family: 'Work Sans', sans-serif !important;
    color: #5c697b;
    font-size: 14px;
}

.bookseller-table .col-md-12 p:first-child {
    font-size: 14px;
    color: #292F7C;
  font-family: 'Work Sans', sans-serif !important;
    margin-bottom: 0px;
}

.bookseller-table .col-md-12 p:last-child {
    font-size: 14px;
    color: #4a4a4a;
}

.request-title-section .page-title-inner h2 {
    font-size: 18px;
    height: auto;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.page-help-section #pageTitle .request-title-section .page-title-inner {
    border-bottom: 1px solid #D2D2D2;
    clear: both;
    float: left;
    margin: 0 0 40px;
    padding-bottom: 0;
    width: 100%;
}

    .page-help-section #pageTitle .request-title-section .page-title-inner h1 {
        font-size: 18px;
        height: auto;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 25px;
        margin: 0 0 -1px;
        float: left;
        width: auto;
        border-bottom: 1px solid #4A4A4A;
    }

.request-title-section label {
    font-weight: 400;
    cursor: pointer;
    display: block;
}

.book-dropdown .rcbScroll {
    overflow-y: auto;
    max-height: 500px;
}

.book-dropdown {
    transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -webkit-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
}

.rad-dropdown {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    height: auto !important;
}

    .rad-dropdown ul {
        margin-bottom: 0;
    }

.sales-dropdown {
    transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
}

    .sales-dropdown .rcbScroll {
        overflow-y: auto;
        max-height: 300px;
    }

.repState, .rcbiLft {
    float: left;
}

.repPostcode, .rcbiRgt {
    float: right;
    font-style: italic;
}

.repSearchArea .updateUserDetailsDropDown {
    width: auto;
}

.repDeets, .rcbiConts {
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.rcbSlide {
    background-color: #fff;
    position: absolute;
}


.bookseller-table {
    border: 1px solid #d0d0d0;
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.bookseller-table-headings {
    background-color: #e8ebed;
    border: 1px solid #d0d0d0;
    padding: 10px;
    height: 40px;
    color: #4a4a4a !important;
}

.bookseller-table-lcell {
    float: left;
    width: 70%;
}

.bookseller-table-row .bookseller-table-lcell {
    padding-right: 20px;
}

.bookseller-table-rcell {
    float: left;
    width: 30%;
}

.bookseller-table-headings .bookseller-table-lcell,
.bookseller-table-headings .bookseller-table-rcell {
    font-weight: 700;
}

.bookseller-table-headings .bookseller-table-lcell {
    padding-left: 70px;
}

.bookseller-table-row {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 0;
}

    .bookseller-table-row .bookseller-table-lcell img {
        margin-right: 10px;
        float: left;
    }

    .bookseller-table-row .bookseller-table-rcell {
        padding-top: 11px;
    }

        .bookseller-table-row .bookseller-table-rcell input {
            width: 120px;
            text-align: center;
        }

        .bookseller-table-row .bookseller-table-rcell a {
            margin-left: 20px;
            color: #454545;
        }

            .bookseller-table-row .bookseller-table-rcell a:focus,
            .bookseller-table-row .bookseller-table-rcell a:hover {
                color: #CEDEFF;
            }

.request-title-main {
    padding: 40px 0;
}

.request-isbn {
    color: #aaa;
}

.request-title-main .col-md-6:first-child {
    padding-left: 0;
}

    .request-title-main .col-md-6:first-child .request-title-section {
        padding-right: 60px;
    }

.request-title-main .col-md-6:last-child {
    padding-right: 0;
}

.request-title-main .col-md-6 {
    position: relative;
}

    .request-title-main .col-md-6:last-child:after {
        content: "";
        width: 3px;
        height: 170px;
        background: #ccc;
        position: absolute;
        top: 40px;
        left: -40px;
    }

.request-title-btn {
    float: right;
    background-color: #CEDEFF;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 20px;
    text-transform: none;
    margin: 20px 0 40px;
    width: 145px;
}

.request-title-section .btn {
    width: 285px;
}

#find-consultant {
    float: left;
}

.find-consultant-btn {
    background-color: #CEDEFF;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
    text-transform: none;
    margin-left: 10px;
    height: 40px;
}

    .request-title-btn:focus,
    .find-consultant-btn:focus,
    .request-title-btn:hover,
    .find-consultant-btn:hover {
        background: #16b9e9;
        color: #fff;
    }

.changeConsultantBtn {
    background: #fff;
    bottom: 11px;
    position: absolute;
    right: 0;
    margin-right: 0;
}

.cancelChangeConsultantBtn {
    background: #fff;
}

.bookTitleSearchItem img {
    margin-right: 15px;
}


.bookseller-table-rcell input:focus::-webkit-input-placeholder {
    color: transparent;
}

.bookseller-table-rcell input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
.bookseller-table-rcell input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
.bookseller-table-rcell input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

.repnotfound {
    color: #0e7b9c;
    font-size: 12px;
    margin-top: 5px;
}

/* Error Template
================================================== */
.error-page .loginCon {
    /*position: relative;*/
    margin: auto auto 50px;
    /*top: 0;
    left: 0;
    transform: translate(0px, 20px);*/
}

.error-page .col-md-5 {
    float: none;
    margin: 0 auto;
}

#customErrorPage {
    margin: 50px auto;
}

.customErrorPage p {
    font-size: 16px;
}

.customErrorPage strong {
    padding: 25px 0 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold !important;
}

.customErrorPage h1 {
    font-size: 28px !important;
    font-weight: 400 !important;
}

.customErrorPage img {
    width: 100%;
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1480px) {
    .container {
        width: 1440px;
    }

    .bookshelf .entitlement img {
        height: 330px !important;
    }

    .book-item {
        height: 330px !important;
    }


    .book-item-element {
        margin-left: 30% !important;
    }
    /* 
    .consumeAccessCodePanel {
        left: 355px;
    }*/
}

@media only screen and (max-width : 1279px) {
    .consumeAccessCodePanel {
        left: 208.717px;
    }
}

@media only screen and (max-width : 1479px) {
    .formSubmitRow {
        /*right: 10px;*/
    }

    #mergeAccountContainer .formSubmitRow {
        right: 0px;
    }

    .inPageNavigationRow {
        width: 162px;
    }
    /*
    .container {
   
    }
    .consumeAccessCodePanel {
        left: 295px;
    }
    body {
    }
    
    .filter-sec {
        min-height:260px;
    }
    */
    .role-details, .account-details, .school-details {
        width: 365px;
        margin: 0 20px;
    }

    #verdiSection35 #pageTitle .controls {
        width: 40%;
    }
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    /* Style Rules */
    .nav-help-icon {
        background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
    }

        .nav-help-icon:focus,
        .nav-help-icon:hover {
            background: url("/NelsonNetDashboard/Templates/img/i-info-h.png");
        }

    .img1boox {
        background: url("/NelsonNetDashboard/Templates/img/cover-side-img2x.png") no-repeat;
        background-size: 297px 430px;
    }

    .vidboox {
        background: url("/NelsonNetDashboard/Templates/img/cover-center-black2x.png") no-repeat;
        background-size: 440px 642px;
    }

    .success #defaultControl_ctl00_place34_ctl00_SchoolDetailsPanel:before,
    .success #defaultControl_ctl00_place34_ctl00_GeneralDetailsPanel:before,
    .success #defaultControl_ctl00_place34_ctl00_MyRolePanel:before {
        background: url("/NelsonNetDashboard/Templates/img/Tick-greenx2.png") no-repeat;
        background-size: 20px 20px;
    }

    .header-soc-net a {
        background: url("/NelsonNetDashboard/Templates/img/NelsonCengage-logo2x.png") no-repeat 0 0 / 98px 23px;
    }

    .role-details {
        width: 345px;
    }
}


/* Table sort */
.tablesorter {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  font-family: 'Work Sans', sans-serif !important;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

    .tablesorter th,
    .tablesorter thead td {
        padding: 4px;
  font-family: 'Work Sans', sans-serif !important;
        font-weight: bold;
        color: #fff;
        text-align: left;
    }

    .tablesorter .header,
    .tablesorter .tablesorter-header {
        padding: 4px 20px 4px 4px;
        cursor: pointer;
        background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .tablesorter .headerSortUp,
    .tablesorter .tablesorter-headerAsc,
    .tablesorter .tablesorter-headerSortUp {
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
        color: #fff;
    }

    .tablesorter .headerSortDown,
    .tablesorter .tablesorter-headerDesc,
    .tablesorter .tablesorter-headerSortDown {
        color: #fff;
        background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    }

    .tablesorter thead .sorter-false {
        background-image: none;
        cursor: default;
        padding: 4px;
    }

    .tablesorter tfoot .tablesorter-headerAsc,
    .tablesorter tfoot .tablesorter-headerDesc,
    .tablesorter tfoot .tablesorter-headerSortDown,
    .tablesorter tfoot .tablesorter-headerSortUp {
        background-image: none;
    }

    .tablesorter .tablesorter-processing {
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=) !important;
    }

caption {
    background-color: #fff;
}

.tablesorter .filtered {
    display: none;
}

/* Left sidebar table */
.left-content #bookmark-list.tablesorter, .left-content #annotation-list.tablesorter {
  font-family: 'Work Sans', sans-serif !important;
}

    .left-content #bookmark-list.tablesorter tr, .left-content #annotation-list.tablesorter tr {
        border-bottom: 1px solid #525a66;
    }

        .left-content #bookmark-list.tablesorter tr td, .left-content #annotation-list.tablesorter tr td {
            color: #d0d2d5;
            font-size: 13px;
        }

            .left-content #bookmark-list.tablesorter tr td:first-child,
            .left-content #bookmark-list.tablesorter tr td:first-child,
            .left-content #annotation-list.tablesorter tr td:first-child,
            .left-content #annotation-list.tablesorter tr td:first-child {
                padding: 7px 5px 7px 0;
            }

            .left-content #bookmark-list.tablesorter tr td:last-child,
            .left-content #bookmark-list.tablesorter tr td:last-child,
            .left-content #annotation-list.tablesorter tr td:last-child,
            .left-content #annotation-list.tablesorter tr td:last-child {
                text-align: right;
                padding: 7px 0 7px 5px;
            }

            .left-content #bookmark-list.tablesorter tr td a, .left-content #annotation-list.tablesorter tr td a {
                color: #d0d2d5;
            }

                .left-content #bookmark-list.tablesorter tr td a:focus, .left-content #annotation-list.tablesorter tr td a:focus,
                .left-content #bookmark-list.tablesorter tr td a:hover, .left-content #annotation-list.tablesorter tr td a:hover {
                    color: #16b9e9;
                }

        .left-content #bookmark-list.tablesorter tr.bookmark-header td .tablesorter-header-inner, .left-content #annotation-list.tablesorter tr.bookmark-header td .tablesorter-header-inner {
            color: #fff;
        }

        .left-content #bookmark-list.tablesorter tr.bookmark-header td:last-child, .left-content #annotation-list.tablesorter tr.bookmark-header td:last-child {
            padding-right: 20px;
        }

.EbookLink {
    padding: 0 30px 30px;
    overflow: hidden;
}

    .EbookLink input {
        max-width: 100%;
    }

/* Resource Sites
================================================== */
.resource-sites .EbookLink input {
    width: 98px;
    border-radius: 2px 0 0 2px !important;
    border: 0 none !important;
    float: left;
    height: 41px !important;
}

    .resource-sites .eBookPageLink:after {
        content: "\f105";
        display: none;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #292F7C !important;
    }

.resource-sites .eBookBtn {
    background: #FFCB05;
    border: 1px solid #FFCB05;
    color: #292F7C !important;
    padding: 10px 15px !important;
    float: left; 
    border-radius: 50px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

    .resource-sites .eBookPageLink:focus,
    .resource-sites .eBookBtn:focus,
    .resource-sites .eBookPageLink:hover,
    .resource-sites .eBookBtn:hover {
  color: #1e1e5a;
  background:none;    }

.resource-sites .resources_type_left > h1 {
    display: none;
}

.resource-sites .search-area .resource-search {
    width: 400px !important;
    margin-right: 30px;
}

.resource-sites .search-area label {
    font-weight: 400;
}

.resource-sites .search-area .product,
.resource-sites .eBookBtn,
.resource-sites .eBookPageLink {
    height: 41px;
    line-height: 16px;
}

.resource-sites .eBookPageLink {
        height: 36px;
    line-height: 16px;
    background: none;
    margin-left: 0px;
      font-size: 1.2rem;
  color: #2f2f77;
  text-decoration: none;
}

.ebookGoToPage {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    background-color: white;
    max-width: 200px;
    width: 147px;
    margin-left: 19px;
    left: 10px;
    height: 40px;
    position: relative;
}

.resource-sites #left_affix {
    background: #FFFFFF;
        border-right: 1px solid #D4D4D4;
    padding-right: 0px;

}

    .resource-sites #left_affix #verdiSection43 ul, .normal-nav ul {
        list-style: outside none none;
        margin: 0;
        padding: 0 0 10px;
    }

    .resource-sites #left_affix #v1erdiSection43 ul, .normal-nav ul {
        list-style: outside none none;
        margin: 0;
        padding: 20px 0 10px;
    }

        .resource-sites #bookmark-link, .resource-sites #annotation-link,
        .resource-sites #left_affix #verdiSection43 ul li a, .normal-nav ul li a {
            color: #000000;
            display: block;
            font-size: 16px;
            line-height: 50px;
            padding-left: 35px;

        }

            .resource-sites #bookmark-link:focus, .resource-sites #annotation-link:focus,
            .resource-sites #left_affix #verdiSection43 ul li a:focus, .normal-nav ul li a:focus,
            .resource-sites #bookmark-link:hover, .resource-sites #annotation-link:hover,
            .resource-sites #left_affix #verdiSection43 ul li a:hover, .normal-nav ul li a:hover {
                color: #292F7C;
                background-color: #CEDEFF;
                font-weight: 600;
                font-size: 16px;


            }

        .resource-sites #left_affix #verdiSection43 ul li.currentLi a, .normal-nav ul li.currentLi a {
            background-color: #CEDEFF;
            color: #292F7C;
            height: 50px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;

        }

.resource-sites .search-area {
    margin-bottom: 15px;
}

.resource-sites .searchbox-inner {
    margin-top: 20px;
}

    .resource-sites .searchbox-inner .clear-search {
        left: 370px;
        top: 10px;
    }

.resource-sites .search-area .RadComboBox {
    top: 0;
}

.resource-sites .filter-sec {
    margin: 20px 0;
}

.resource-sites #title-filter {
    margin: 20px 0;
    height: 40px;
}

.resource-sites #resource-finder-footer {
    position: relative;
    clear: both;
    left: -12px;
    top: 10px;
}

.resource-sites-content .tablesorter th, .resource-sites-content .tablesorter thead td, .resource-sites-content .tablesorter .headerSortUp, .resource-sites-content .tablesorter .tablesorter-headerAsc, .resource-sites-content .tablesorter .tablesorter-headerSortUp {
    color: #000;
}

.resource-sites #verdiSection96 .searchbox-inner .clear-search {
    top: 52px;
}

.resource-sites #resourceFinderInner .searchbox-inner .clear-search {
    top: 10px;
}


.resource-sites .book-search-results,
.resource-sites #last-viewed {
    background: #fff;
    border-radius: 2px;
    padding: 20px 20px 20px 40px;
    text-align: left;
    margin: 20px 0 40px 0;
    text-transform: none;
}

.resource-sites #last-viewed {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 40px;
}

    .resource-sites .book-search-results strong,
    .resource-sites #last-viewed strong {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

.resource-sites .book-search-results strong {
    margin-bottom: 0;
}

.resource-sites #last-viewed div {
    position: relative;
}

.resource-sites #last-viewed strong {
    margin-right: 5px;
    float: left;
}

.resource-sites #last-viewed p {
    margin-top: 2px;
}

.resource-sites #last-viewed br {
    margin-bottom: 10px;
}

.resource-sites #last-viewed .format-icon img {
    max-width: 20px;
    position: absolute;
    right: 115px;
    bottom: 6px;
    display: none;
}

.resource-sites #last-viewed #last-viewed-content a {
    color: #454545;
    position: absolute;
    left: 0px;
    top: auto;
    padding-top:15px;
}

    .resource-sites #last-viewed #last-viewed-content a:focus,
    .resource-sites #last-viewed #last-viewed-content a:hover {
        color: #23527C;
    }

.resource-sites .size {
    color: #aaa;
}

.resource-sites span.inDocLnk img {
    width: 20px;
    margin-right: 10px;
}

.resource-sites #last-viewed,
.resource-sites #last-viewed p {
    font-size: 16px;
}

.resource-sites #last-viewed {
    line-height: 30px;
}


    .resource-sites #last-viewed .extexthtm {
        margin-left: 10px;
    }

.resource-sites .book-title > h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 55px;
    text-transform: uppercase;
}

/* Bookmarks page */
.resource-sites.page9582 #pageTitle h1 {
    padding-right: 300px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #292F7C;
}

.resource-sites.page9582 .searchbox {
    position: absolute;
    right: 0;
    top: 0;
}

.resource-sites.page9582 .filter__search {
    width: 230px;
    margin: 0;
}

.resource-sites.page9582 .searchbox-inner {
    margin-top: 50px;
}

    .resource-sites.page9582 .searchbox-inner .clear-search {
        top: 12px;
        left: auto;
    }

.resource-sites .tablesorter-headerRow {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 15px 40px;
    text-align: left;
}


.resource-sites #bookmark-list .tablesorter-headerRow {
    border: #E3E3E4 solid 3px;
    background: #F7F7F7;
}

.resource-sites #bookmark-list #bookmark-list-body tr:focus,
.resource-sites #bookmark-list #bookmark-list-body tr:hover {
    border: 1px double #CEDEFF;
    color: #292f7c !important;
}

.resource-sites #bookmark-list #bookmark-list-body tr {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
}

.resource-sites #bookmark-list-body tr:nth-child(even) {
    background: #f7f7f7;
}

.resource-sites #bookmark-list {
    background-color: #fff;
}

    .resource-sites #bookmark-list td {
        padding: 10px !important;
    }

    .resource-sites #bookmark-list .annotation-name {
        padding-left: 20px !important;
    }

.resource-sites .annotation-header div {
    padding-left: 10px;
}

.resource-sites #bookmark-list td img {
    width: 20px;
}

.resource-sites .resources-content .tablesorter .header,
.resource-sites .resources-content .tablesorter .tablesorter-header {
    background-image: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==");
}

.resource-sites .resources-content .tablesorter .sorter-false {
    background-image: none;
}

.resource-sites .resources-content .tablesorter .headerSortUp,
.resource-sites .resources-content .tablesorter .tablesorter-headerAsc,
.resource-sites .resources-content .tablesorter .tablesorter-headerSortUp {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}

.resource-sites .resources-content .tablesorter .headerSortDown,
.resource-sites .resources-content .tablesorter .tablesorter-headerDesc,
.resource-sites .resources-content .tablesorter .tablesorter-headerSortDown {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}

.resource-sites .resBookmark img:focus,
.resource-sites .resBookmark img:hover {
    cursor: pointer;
    cursor: hand;
}

.resource-sites .bookmark-name a {
    color: #454545;
}

.resource-sites #bookmark-list #bookmark-list-body tr:focus .bookmark-name a,
.resource-sites #bookmark-list #bookmark-list-body tr:hover .bookmark-name a {
    color: #419bf9;
}

.resource-sites .annotation-type-filter-box .pager li > a,
.resource-sites .annotation-type-filter-box .pager li > span {
    xbackground-color: #fff;
    xborder: none;
    xborder-radius: 30px;
    xdisplay: inline-block;
    xmargin: 0px 6px 10px 0px;
}

    .resource-sites .annotation-type-filter-box .pager li > a:focus,
    .resource-sites .annotation-type-filter-box .pager li > span:focus,
    .resource-sites .annotation-type-filter-box .pager li > a:hover,
    .resource-sites .annotation-type-filter-box .pager li > span:hover,
    .resource-sites .annotation-type-filter-box .pager > li > a[aria-expanded=true] {
        color: #fff;
        background: #CEDEFF !important;
        border: 1px solid transparent;
    }

.resource-sites .annotation-icons {
    background-size: 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-top: -9px;
}

.resource-sites .annotation-type-filter-box .annotation-icons {
    margin-top: 0px;
    margin-left: -25px;
}

.resource-sites .annotation-type-filter-box li > a {
    padding-left: 35px;
    color: #000;
}

.resource-sites .annotation-type-filter-box li #all {
    padding-left: 20px;
}

.resource-sites .annotation-Highlight {
    background-image: url("/NelsonNetDashboard/Templates/img/Highlight2x.png");
}

.resource-sites .annotation-VoiceAnnotations {
    background-image: url("/NelsonNetDashboard/Templates/img/Audio2x.png");
}

.resource-sites .annotation-Hyperlinks {
    background-image: url("/NelsonNetDashboard/Templates/img/Hyperlink2x.png");
}

.resource-sites .annotation-Notes {
    background-image: url("/NelsonNetDashboard/Templates/img/Notes2x.png");
}

.resource-sites .annotation-Pen {
    background-image: url("/NelsonNetDashboard/Templates/img/Pen2x.png");
}

.resource-sites .annotation-StickyNotes {
    background-image: url("/NelsonNetDashboard/Templates/img/StickyNotes2x.png");
}

.resource-sites .annotation-Weblinks {
    background-image: url("/NelsonNetDashboard/Templates/img/WebLinks2x.png");
}

/* links referenced in your textbook */
.weblink .homepage-content {
    background-color: #fff;
    padding: 20px;
    margin: 50px 0;
}

.resource-sites-content tr:nth-child(2n),
.weblink tr:nth-child(2n) {
    background: #f7f7f7;
}

.resource-sites-content tr td,
.weblink tr td {
    padding: 15px;
}

#rf-strand, #rf-sub-strand {
    display: block;
    height: 40px;
    width: 400px;
}

#rf-strand {
    margin-bottom: 10px;
}

#ulaContent {
    display: none;
}

.hideBackground {
    background: none !important;
    box-shadow: none !important;
}

#fancybox-wrap {
    top: 50%;
    padding: 10px !important;
    width: 1040px !important;
    max-height: 600px;
    position: absolute;
}

@media only screen and (max-width: 1024px) {
  #fancybox-wrap { 
    left: 12.5% !important;
  }
}

    #fancybox-wrap #fancybox-content {
        border: 0 !important;
        padding: 0 0 18px 18px;
    }

    #fancybox-wrap #fancybox-outer {
        border-top: 47px solid #0e7b9c;
    }

        #fancybox-wrap #fancybox-outer #fancybox-close {
            background: transparent url('/NelsonNetDashboard/Templates/img/dialog_close.png') no-repeat;
            height: 81px;
            width: 81px;
            transform: scale(0.25);
            -moz-transform: scale(0.25);
            top: -65px;
            right: -10px;
            opacity: 0.2;
        }

            #fancybox-wrap #fancybox-outer #fancybox-close:focus,
            #fancybox-wrap #fancybox-outer #fancybox-close:hover {
                opacity: 0.5;
            }

    #fancybox-wrap #fancybox-content > div {
        width: 100% !important;
        padding-top: 18px;
        padding-right: 18px;
    }

    #fancybox-wrap #fancybox-content .ulaWrapper {
        width: 975px !important;
    }

        #fancybox-wrap #fancybox-content .ulaWrapper h1 {
            margin-top: 0;
        }

        #fancybox-wrap #fancybox-content .ulaWrapper p:last-child {
            margin-bottom: 18px;
        }

    #fancybox-wrap .fancybox-bg {
        display: none !important;
    }

.resource-sites #fancybox-content div:first {
    overflow: auto !important;
}

#fancybox-wrap #fancybox-content {
    width: 100% !important;
}

    #fancybox-wrap #fancybox-content .inLineContentContainer > div {
        width: 100% !important;
    }

    #fancybox-wrap #fancybox-content video,
    #fancybox-wrap #fancybox-content audio {
        width: 100%;
        height: 100%;
    }

    #fancybox-wrap #fancybox-content .video-js {
        max-height: 600px !important;
        background: #000;
        width: 100% !important;
    }


.dashboard #fancybox-content .inLineContentContainer {
    text-align: center;
}

/* Account info */
/*
.updateUserDetails .account-details {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    position: relative;
}

.updateUserDetails .account-details h3 {
    font-size: 14px;
    margin-top: 0;
    text-transform: none;
}

.updateUserDetails .schoolDetailsCon {
    margin-top: 0;
}
*/
.updateUserDetails .noteField {
    color: #7f6f76;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}

#defaultControl_ctl00_place48_ctl00_mySchoolSelector .rcbArrowCell {
    display: none;
}

#defaultControl_ctl00_place48_ctl00_mySchoolSelector.RadComboBox_Default .rcbInputCell,
#defaultControl_ctl00_place48_ctl00_mySchoolSelector.RadComboBox_Default .rcbArrowCell {
    background: none;
}

#defaultControl_ctl00_place48_ctl00_mySchoolSelectorRow {
    position: relative;
    width: 100%;
}

    #defaultControl_ctl00_place48_ctl00_mySchoolSelectorRow .mySchoolMag {
        left: 15px;
        position: absolute;
        top: 37px;
        width: 20px;
    }

#defaultControl_ctl00_place48_ctl00_mySchoolSelector {
    width: 100% !important;
}

#defaultControl_ctl00_place48_ctl00_mySchoolSelectorRow td .rcbInput {
    padding-left: 40px !important;
    width: 100% !important;
}

.updateUserDetails.loggedin .success .schoolDetailsCon::before {
    display: none;
}

.updateUserDetails.loggedin .userdetails-row {
    margin: 0 auto;
    width: 820px;
}

.teacherSchoolDetails .name {
    color: #292F7C;
    font-weight: bold;
}

.updateUserDetails.loggedin .radioBtn label {
    left: 30px;
    margin: 0;
    top: 1px;
}

    .updateUserDetails.loggedin .radioBtn label::after {
        left: -26px;
        top: 3px;
    }

.updateUserDetails.loggedin .schoolDetails > div {
    clear: both;
    float: left;
    width: 100%;
}

    .updateUserDetails.loggedin .schoolDetails > div .underlinedHeader,
    .updateUserDetails.loggedin .schoolDetails #findYourRep,
    .updateUserDetails.loggedin .schoolDetails #findYourRep .RadAjaxPanel,
    .updateUserDetails.loggedin .schoolDetails .xajaxMatchOutput {
        margin-top: 20px;
    }

.updateUserDetails.loggedin .schoolDetails .ajaxMatchOutput .sales-dropdown {
    transform: translate(0px, 0px);
}

.updateUserDetails.loggedin .schoolDetails #findYourRep .RadAjaxPanel input {
    width: 100%;
}

.updateUserDetails.loggedin .rcbScroll ul li {
    overflow: hidden;
}

/* LEGAL PAGES */
.legal {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: left;
}

.legal {
    margin-top: 20px;
}

/* Modal box */
.page4 .blockUI {
    width: auto !important;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}

#repContactForm {
    max-height: 1000px !important;
}

.cBoxHead {
    background-color: #0e7b9c;
    padding: 15px 20px;
}

.cBoxTitle {
    margin: 0;
    color: #fff;
    text-transform: none;
}

    .cBoxTitle span {
  font-family: 'Work Sans', sans-serif !important;
    }

.cBoxHead #closeContainer {
    position: relative;
    top: -2px;
    height: 20px;
}

#contactFormFieldCon {
    padding: 20px 30px;
}

.resourceFinder #contactFormFields input,
.resourceFinder #contactFormFields #contactSubject {
    width: 325px !important;
    padding: 0 15px !important;
}

.resourceFinder #contactFormFields #contactSubject {
    height: 40px;
}

.resourceFinder #contactFormFields input#contactState {
    xwidth: 60px !important
}

.resourceFinder #contactFormFields textarea#contactExtraInfo {
    width: 325px !important;
    height: 260px !important;
    resize: none;
}

.resourceFinder #contactFormFields .popupLeft {
    width: 325px;
    float: left;
}

.resourceFinder #contactFormFields .popupRight {
    width: 325px;
    float: left;
    margin-left: 25px;
}

.resourceFinder #contactFormFields label {
    display: block;
    color: #454545;
}

#bookTitleAccess .bookTitleAccessAdd {
    color: #0e7b9c;
    font-size: 12px;
}

.preventionClass,
#contactPrevention {
    display: none !important;
}

.resourceFinder #contactFormFields #contactSubmitButton {
    width: 325px !important;
    margin-bottom: 10px;
}

    .resourceFinder #contactFormFields #contactSubmitButton:focus,
    .resourceFinder #contactFormFields #contactSubmitButton:hover {
        background-color: #16b9e9;
        border-color: #16b9e9;
    }

#contactFormFieldCon ~ #contactFormAjax {
    color: #0e7b9c;
    text-align: right;
    font-size: 12px;
    padding-right: 30px;
    min-width: 500px;
    min-height: 200px;
}

/* CONTACT US */
.page464 .resources-content {
    padding-top: 30px;
}

#repContactForm #contactFormAjax > p {
    font-weight: normal !important;
    padding-top: 80px;
    text-align: center;
    width: 100%;
}

.page464 .resources-content .request-title-section .page-title-inner {
    border-bottom: 1px solid #D2D2D2 !important;
    clear: both;
    float: left;
    margin: 0 0 20px !important;
    padding-bottom: 0;
    width: 100%;
}

    .page464 .resources-content .request-title-section .page-title-inner h1 {
        text-align: left;
        font-size: 18px;
        height: auto;
        letter-spacing: 1px;
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
        padding: 25px 0;
        margin: 0 0 -1px;
        float: left;
        width: auto;
        border-bottom: 1px solid #4A4A4A;
    }

.page464 #contact-options {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 20px;
    overflow: hidden;
}

#contact-panel .contact-option {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(204, 204, 204,0.5);
    border-radius: 3px;
    cursor: pointer;
    color: rgb(71, 73, 78);
    display: inline-block;
    text-align: center;
    text-transform: none;
    padding: 10px;
    width: 49%;
    float: left;
}

    #contact-panel .contact-option:first-child {
        margin-right: 2%;
    }

.contact-option.active::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #CEDEFF transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

#contact-panel .contact-option.active {
    background-color: #CEDEFF;
    border-color: #CEDEFF;
    color: #fff;
    position: relative;
}

#contact-panel .contact-option:focus,
#contact-panel .contact-option:hover {
    background-color: #16b9e9;
    color: #fff;
    border-color: #16b9e9;
}

#contact-panel .contact-option.active:focus,
#contact-panel .contact-option.active:hover {
    background-color: #CEDEFF;
    border-color: #CEDEFF;
}

#contact-panel #contact-panel-form-con {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    padding: 20px;
    border-top: 2px solid rgba(0,0,0,0.15);
}

.contact-option::before {
    content: '';
    width: 81px;
    height: 81px;
    text-align: center;
    display: block;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    margin-bottom: 10px;
}

.contact-option.tech-supprt-btn::before {
    background: url(" /NelsonNetDashboard/Templates/img/tech-support.png") no-repeat;
}

.contact-option.my-consultant-btn::before {
    background: url(" /NelsonNetDashboard/Templates/img/sales.png") no-repeat;
}

.contact-option.tech-supprt-btn:focus:before,
.contact-option.tech-supprt-btn:hover:before,
.contact-option.tech-supprt-btn.active:before {
    background: url(" /NelsonNetDashboard/Templates/img/tech-support-white.png") no-repeat;
}

.contact-option.my-consultant-btn:focus:before,
.contact-option.my-consultant-btn:hover:before,
.contact-option.my-consultant-btn.active:before {
    background: url(" /NelsonNetDashboard/Templates/img/sales-white.png") no-repeat;
}

#contact-panel #contact-panel-form-con .header3 {
    font-size: 16px;
    font-weight: bold;
}

.page464 #contact-panel-form-con .dynamicForms {
    width: 100%;
}

.page464 #contact-panel-form-con .widgetfg tr:nth-child(2) {
    display: none;
}

.page464 #contact-panel-form-con .widgetfg td {
    padding: 0;
    width: 100%;
    display: block;
}

    .page464 #contact-panel-form-con .widgetfg td input[type="text"],
    .page464 #contact-panel-form-con .widgetfg td input[type="email"] {
        width: 400px;
    }

    .page464 #contact-panel-form-con .widgetfg td select {
        width: 400px;
        padding: 5px 10px;
        height: 40px;
    }

    .page464 #contact-panel-form-con .widgetfg td:last-child {
        padding-bottom: 25px;
    }

.page464 #contact-panel-form-con .widgetfg .dFormField textarea,
.page464 #my-consultant-form #contactFormFieldCon #contactExtraInfo {
    width: 100% !important;
    height: 120px !important;
    resize: none;
    padding: 6px 12px !important;
}

.page464 #contact-panel-form-con .widgetfg .submitRow {
    padding-bottom: 0 !important;
}

    .page464 #contact-panel-form-con .widgetfg .submitRow .inputButton,
    .page464 #my-consultant-form .findYourRepresentativeFull #searchRegionsSubmitRow input,
    .page464 #my-consultant-form #contactFormFieldCon .formSubmitRow input {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        color: rgb(255, 255, 255);
        border-radius: 3px;
        background-color: rgb(0, 137, 197);
        padding: 9px 40px;
        border: none;
        width: auto;
    }

        .page464 #contact-panel-form-con .widgetfg .submitRow .inputButton:focus,
        .page464 #my-consultant-form .findYourRepresentativeFull #searchRegionsSubmitRow input:focus,
        .page464 #my-consultant-form #contactFormFieldCon .formSubmitRow input:focus,
        .page464 #contact-panel-form-con .widgetfg .submitRow .inputButton:hover,
        .page464 #my-consultant-form .findYourRepresentativeFull #searchRegionsSubmitRow input:hover,
        .page464 #my-consultant-form #contactFormFieldCon .formSubmitRow input:hover {
            background-color: #16b9e9;
            border-color: #16b9e9;
        }

.page464 #my-consultant-form .findYourRepresentativeFull h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 25px;
  font-family: 'Work Sans', sans-serif !important;
}

.page464 #my-consultant-form .findYourRepresentativeFull .formRow {
    margin-bottom: 25px;
}

    .page464 #my-consultant-form .findYourRepresentativeFull .formRow label {
        width: 100%;
    }

.page464 #my-consultant-form .cBoxTitle {
    color: #454545;
    font-weight: bold;
    font-size: 16px;
  font-family: 'Work Sans', sans-serif !important;
}

.page464 #my-consultant-form #contactFormFieldCon {
    padding: 20px 0 0;
}

    .page464 #my-consultant-form #contactFormFieldCon .formRow {
        margin-bottom: 25px;
    }

/* TOPICS TESTS */
.resource-sites .inLineContentContainer h2 {
    border-bottom: 1px solid rgb(220, 223, 225);
    margin: 0px;
    padding: 10px 0px;
    font-size: 16px;
}

.resource-sites .inLineContentContainer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

    .resource-sites .inLineContentContainer ul li {
        border-bottom: 1px solid rgb(220, 223, 225);
        padding: 10px 0px;
    }

        .resource-sites .inLineContentContainer ul li img {
            width: 20px;
        }

        .resource-sites .inLineContentContainer ul li a {
            padding-left: 20px;
        }

        .resource-sites .inLineContentContainer ul li span span {
            margin-left: 5px;
        }

.resource-sites .inLineContentContainer .showUl ul {
    list-style: inside none disc;
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 20px;
}

    .resource-sites .inLineContentContainer .showUl ul li {
        border-bottom: none;
        padding: 6px 0;
    }


/* PAGE 474 */
.page474 .searchbox-inner {
    text-align: center;
    width: 420px;
}

    .page474 .searchbox-inner span {
        top: 51px;
    }

.page474 .demobook-content > .row,
.page474 #demoBookList .row {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    margin: 0px auto 40px !important;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 600px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

    .page474 .demobook-content .row .col-xs-2,
    .page474 #demoBookList .row .col-xs-2 {
        width: 33.333333334%;
    }

        .page474 .demobook-content .row .col-xs-2 .form-group label,
        .page474 #demoBookList .row .col-xs-2 .form-group label {
            float: left;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 1px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

.page474 #demoBookList #demo-book-listing #grid {
    width: 828px;
    margin: auto;
    position: relative;
}

/*Shared Video JS */
.vjs-menu {
    display: none !important;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: none !important;
}

.caption-on {
    color: #0e7b9c !important;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d" !important;
}

.vjs-text-track-display > div > div > div {
    background-color: #000 !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 18px;
    padding: 5px;
    display: inline-block !important;
    width: 45% !important;
    white-space: normal;
}

video.video-captions-off::-webkit-media-controls {
    display: none !important;
}

::-webkit-media-text-track-display-backdrop {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 18px !important;
    white-space: normal !important;
    display: inline-block !important;
    width: 45% !important;
    padding: 5px;
    background-color: #000 !important;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.vjs-tech {
    font-family: 'Avenir-Medium', sans-serif !important;
    font-size: 18px !important;
}

/** Hide audio tag on IE since the native player is really obvious **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    audio {
        /* opacity: 0; */
        /* visibility: hidden; */
        display: none !important;
    }
}
/*
audio {
    display: none !important;
}
*/
.show-audio {
    /*visibility: visible;*/
    display: block;
}

/**Complete Account **/
.dp-none {
    display: none;
}

a.change {
    cursor: pointer;
}

.v-space-15 {
    margin-top: 10px;
}

img.loading {
    text-align: center;
    background-color: red;
}

.Loading {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.complete-account-module {
    min-height: 600px;
}

    .complete-account-module h1 {
        margin: 0 0 1px;
    }

    .complete-account-module h4 {
        color: #292F7C;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .complete-account-module input[type="text"], input[type="password"], input[type="email"], textarea {
        width: 100%;
    }

.complete-container h2 {
    margin: 0 0 25px;
}

.complete-container .form-group {
    float: left;
    clear: both;
    width: 100%;
}

.complete-container p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.complete-container .please-note {
    margin-top: 10px;
}

.complete-container .login-password .loginFormField {
    float: left;
    width: 330px !important;
    border-radius: 3px 0 0 3px !important;
}

.complete-container label {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}

.complete-container .buttons a {
    color: #bdbdbd;
}

.outputField.error.valid-field {
    color: #bababa;
}

.btnSkip {
    background-color: #eee;
    border-radius: 3px;
    color: #595959 !important;
    font-size: 14px;
    height: 40px;
    display: block;
    padding: 9px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    text-align: center;
    width: 402px;
}

    .btnSkip:hover,
    .btnSkip:focus {
        background-color: #f2f2f2;
    }

.complete-container .buttons {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    padding: 0 20px;
}

    .complete-container .buttons a:focus,
    .complete-container .buttons a:hover {
        color: #235273;
    }

    .complete-container .buttons a.forgotDetails {
        float: right;
    }

    .complete-container .buttons legend {
        display: none;
    }



#mergeAccountContainer {
    width: 442px;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    #mergeAccountContainer h1 {
        margin: 0px 0px 1px -2px;
    }

    #mergeAccountContainer .logo-container {
        width: 440px;
        text-align: left;
        margin-bottom: 25px;
    }

.complete-account-module .user-info {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .complete-account-module .user-info.panel {
        margin-top: 26px;
        margin-bottom: 31.5px;
    }

.complete-account-module .PasswordPanel {
    min-height: 195px;
}

    .complete-account-module .PasswordPanel .formSubmitRow {
        height: 40px;
    }


.complete-account-module .updateUserDetails {
    width: 840px !important;
    position: absolute;
    top: 350px;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .complete-account-module .updateUserDetails .logo-container {
        margin-bottom: 22px;
    }

    .complete-account-module .updateUserDetails.userdetails-row {
        margin: 0 auto;
        width: 820px;
        position: absolute;
    }

.complete-account-module .schoolDetailsCon,
.complete-account-module .account-details > div {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    /*margin: 50px 0;*/
    width: 402px;
    /*float: right;*/
    position: relative;
}

.success .schoolDetailsCon:before,
.success .GeneralDetailsPanel:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("/NelsonNetDashboard/Templates/img/Tick-green.png") no-repeat;
}

.GeneralDetailsPanel {
    float: none;
    margin: 50px auto;
    width: 100%;
}

.success .SchoolDetailsPanel:before,
.success .GeneralDetailsPanel:before {
    background: url("/NelsonNetDashboard/Templates/img/Tick-greenx2.png") no-repeat;
    background-size: 20px 20px;
}

.complete-account-module .updateUserDetails .success .schoolDetailsCon::before {
    display: none;
}

.complete-account-module.updateUserDetails .schoolDetails > div {
    clear: both;
    float: left;
    width: 100%;
}

    .complete-account-module .updateUserDetails .schoolDetails > div .underlinedHeader,
    .complete-account-module .updateUserDetails .schoolDetails .xajaxMatchOutput {
        margin-top: 20px;
    }

.complete-account-module input[type="password"] .invalid {
    background-color: #e6f9ff !important;
    border: 1px solid #292f7c !important;
}

.complete-account-module .module-message .RadAjaxPanel {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

    .complete-account-module .module-message .RadAjaxPanel p {
        font-size: 16px;
    }

.complete-account-module .underlinedHeader {
    font-size: 16px;
    height: auto;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0 0 -1px;
    float: left;
    width: auto;
    border-bottom: 1px solid #4a4a4a;
    color: #404040;
  font-family: 'Work Sans', sans-serif !important;
}

.complete-account-module .page-title-inner {
    border-bottom: 1px solid #d2d2d2;
    clear: both;
    float: left;
    margin: 0 0 20px;
    padding-bottom: 0;
    width: 100%;
}


.complete-account-module .account-details, .complete-account-module
.school-details {
    width: 402px !important;
    min-width: 340px !important;
    float: left;
}

.complete-account-module .account-details {
    margin: 0px 15px 0px 0px !important;
}

.complete-account-module .school-details {
    margin: 0px 0px 0px 15px !important;
}

.complete-account-module .RadComboBox_Default .rcbInputCell input {
    border: none !important;
}

.complete-account-module .RadComboBox .rcbEmptyMessage {
    font-style: normal;
}

.reg-disabled .btnSkip {
    opacity: 1;
    pointer-events: auto;
}

.stateRow .reg-disabled, .schoolSelectorRow .reg-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.complete-account-module .school-details .btnSkip {
    margin-top: 10px;
    float: right;
}

.complete-account-module .module-message .btnSkip {
    width: 350px;
    text-align: center;
}

.complete-account-module .login-password .loginFormField {
    float: left;
    width: 330px !important;
    border-radius: 3px 0 0 3px !important;
}

.complete-account-module .schoolSelectorRow {
    position: relative;
    width: 100%;
    margin-bottom: 12px !important;
}

.schoolSelector {
    width: 100% !important
}

.schoolSelectorRow td {
    padding: 0
}

.schoolSelectorRow .RadComboBox .rcbDisabled {
    opacity: 1
}

.schoolSelectorRow td .rcbInput {
    width: 100% !important;
    padding-left: 40px !important
}

.schoolSelectorRow .rcbArrowCell {
    display: none
}

.schoolSelectorRow .mySchoolMag {
    position: absolute;
    left: 10px;
    top: 43px;
    width: 20px
}

html body .RadInput input.riEmpty,
html body .RadInput textarea.riEmpty,
html body input.RadInput_Empty {
    font-style: normal !important;
  font-family: 'Work Sans', sans-serif !important;
    font-size: 14px !important;
}

.complete-account-module .RadInput input.riHover,
.complete-account-module .RadInput_Default .riHover,
.complete-account-module .RadInput_Default .riEmpty,
.complete-account-module .RadInput_Empty_Default {
    color: #abacac;
}

.change-password-container .title-section {
    margin-top: 54px;
}

    .change-password-container .title-section .page-title-inner {
        border-bottom: 1px solid #D2D2D2;
        clear: both;
        float: left;
        margin: 0 0 40px;
        padding-bottom: 0;
        width: 100%;
    }

    .change-password-container .title-section p {
        font-size: 16px;
    }

.change-password-container .underlinedHeader {
    font-size: 16px;
    height: auto;
    letter-spacing: normal;
    line-height: 1.25;
    font-weight: 600;
    padding-bottom: 12px;
    margin: 0 0 -1px;
    float: left;
    width: auto;
    border-bottom: 1px solid #4a4a4a;
    color: #404040;
  font-family: 'Work Sans', sans-serif !important;
}

.change-password-container .password-details {
    float: left;
    margin: 20px 20px 0px 0px;
}

    .change-password-container .password-details .formRow {
        margin-bottom: 25px;
    }

    .change-password-container .password-details > div {
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
        border-radius: 2px;
        padding: 20px 20px 5px 20px;
        margin: 0;
        width: 434px;
        float: right;
        position: relative;
    }

        .change-password-container .password-details > div h3 {
            font-size: 14px;
            text-transform: none;
            margin-top: 0;
        }

    .change-password-container .password-details .outputField.error {
        color: #0e7b9c;
        float: right;
        font-size: 12px;
        margin-top: 5px;
        text-align: right;
        margin-bottom: 12px;
    }

.change-password-container .box-title {
    width: 311px;
    height: 19px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.change-password-container #TroubleSection {
    position: absolute;
    top: 555px;
    left: 395px;
}

.change-password-container input[type="password"],
.change-password-container input[type="text"] {
    width: 324px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    .change-password-container input .validationError,
    .change-password-container input[type="password"].validationError,
    .change-password-container input[type="text"].validationError {
        background-color: #e6f9ff !important;
        border: 1px solid #292f7c !important;
        outline: none;
    }

.change-password-container .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    font-size: 14px;
    height: 14.3px;
}

.change-password-container .togglePassword {
    width: 70px;
    height: 40px;
    background-color: #eee !important;
    border-radius: 0 3px 3px 0;
    border: 1px solid #d2d2d2 !important;
    border-left: 0 none !important;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-left: -25px;
    margin-top: -40px;
    z-index: 9999;
}


.change-password-container .toggleNewPassword {
    margin-top: 0px !important;
}

.change-password-container #loading-password {
    padding-right: 190px;
}

.change-password-container .newPasswordError {
    margin-top: 13px;
    margin-bottom: 17px;
}

    .change-password-container .newPasswordError.validationError {
        color: #0e7b9c;
    }


.left-content-my-account h1 {
    height: 36px;
  font-family: 'Work Sans', sans-serif !important;
    font-size: 26px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 20px;
}

.left-content-my-account ul {
    padding: 0;
}

.left-content-my-account li {
    height: 22px;
  font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    list-style-type: none;
    margin-bottom: 13px;
}

    .left-content-my-account li a.active {
        font-size: 16px;
        font-weight: 900;
    }

        .left-content-my-account li a.active:after {
            content: "\f054";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #fff;
            font-size: 16px;
            padding-right: 0.5em;
            padding-top: 0.2em;
            /*position: absolute;
                left: 0;*/
            top: 10px;
            float: right;
        }

.my-details {
    margin-top: 50px;
    margin-bottom: -25px;
}

    .my-details .underlinedHeader {
        font-size: 16px;
        height: auto;
        letter-spacing: normal;
        line-height: 1.25;
        font-weight: 600;
        padding-bottom: 12px;
        margin: 0 0 -1px;
        float: left;
        width: auto;
        border-bottom: 1px solid #4a4a4a;
        color: #404040;
  font-family: 'Work Sans', sans-serif !important;
    }

    .my-details .title-section .page-title-inner {
        border-bottom: 1px solid #D2D2D2;
        clear: both;
        float: left;
        margin: 0 0 40px;
        padding-bottom: 0;
        width: 100%;
    }

.updateUserDetails.loggedin .userdetails-row {
    margin: 0 auto;
    width: 1325px;
}

.account-details > div {
    width: 430px;
}

.page4 .account-details, .page4 .school-details {
    min-width: 320px !important;
    width: 430px !important;
    margin-left: 0px;
}

.updateUserDetails.loggedin .userdetails-row {
    margin: 0 auto;
    /* width: 820px; */
    width: 1325px;
}

#defaultControl_ctl00_place48_ctl00_mySchoolSelectorRow td .rcbInput {
    border: none !important;
}

.expiry {
    background-color: #ffffff;
    padding: 6.5px 10px;
    color: #CEDEFF;
    font-size: 12px;
}

    .expiry.expiry-less30 {
        color: #ea393f !important;
    }

/* Bootstrap Modal edits */
.modal .text-danger {
  font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    color: #ea393f;
    font-weight: 600;
}

.modal {
    z-index: 99999;
}

.modal-dialog {
    /*overflow-y: initial !important*/
    min-width: 620px;
}

.modal-header {
    background-color: #f6f6f6;
    padding: 27px 25px 22px 25px;
}

    .modal-header h2 {
        padding: 7px;
    }

.modal-body {
    padding: 25px 25px 10px 25px;
    max-height: 500px;
}

    .modal-body #bookList {
        /*overflow-y: auto;*/
    }

    .modal-body ul {
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        color: #454545;
    }

    .modal-body li {
        padding: 5px 0px;
    }

.modal-footer {
    text-align: center;
    padding: 15px 15px 25px 15px;
}

    .modal-footer .btn {
        padding: 8px 25px;
        float: none;
    }

.modal .btn-primary {
    color: #fff;
    background-color: #CEDEFF;
    border-color: #CEDEFF;
}

.modal .btn:hover {
    border: 1px solid #292f7c !important;
}

.modal .btn-default:focus {
    color: #fff;
}

.modal .btn-ok {
    padding-left: 30px;
    padding-right: 30px;
}

/* Scrollbars */
.modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #8f8f8f;
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
}

/* cookies consent pop up */
.cc-color-override--1608664607.cc-window {
    border: 1px solid #2f3379!important;
    color: #2f3379!important;
    background-color: white!important;
}
.cc-color-override--1608664607 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color:  #2f3379!important;
}
.cc-floating.cc-theme-classic {
    border-radius: 15px!important;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    text-decoration: none!important;
    border-radius: 50px!important;
}
.cc-floating .cc-message {
    color: #000000!important;
}
.cc-link,
.cc-link:visited,
.cc-link:focus,
.cc-link:active,
.cc-link:hover {
    color: #2f3379 !important;
}

.cc-header {
    width: 260px !important;}
/* Footer styling */
footer {
    background-color: #292f7c;
    padding: 20px;
    margin-top: 5px;
    width: 100%;
    position: relative;
    z-index: 1;
    will-change: transform;
    transform: translateZ(0);
}


footer .footerMenu{
    display: inline-block;
}

footer .footerMenu.left{
    float: left;
}

footer .footerMenu.right{
    float: right;
}

footer .footerMenu p, footer .footerMenu a{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

footer .footerMenu a{
    text-decoration: none;
}

footer .footerMenu a:hover, footer .footerMenu a:focus{
    text-decoration: underline;
}

footer .footerMenu .footer-link{
    margin-right: 20px;
    font-size: 12px;
    line-height: 1;
    vertical-align: text-top;
}

footer .footerMenu .footer-link:last-child{
    margin-right: 0px;
}
.wistia_popover_embed{
    top: 50px!important;
    z-index:9999999!important;
}

.wistia_placebo_close_button{

  top: 50px!important;
    z-index:9999999!important;
}

.wistia_popover_overlay {
  position: fixed !important;}

