﻿
/*=========== DEFAULT OVERRIDES ==========*/
.Cart-Button
{
    text-align: center;
    height: 60px;
    padding: 0 !important;
}

.ClientNavButton
{
    clear:both;
    background-color: #555;
    border: 1px solid #333;
    width: 100%;
    color: #fff;
    margin-bottom: .25em;
    text-align: left;
}

.FormButtonSecondary.ClientNavButton
{
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.ClientNavButton:hover
{
    background-color: #333;
    border: 1px solid #555;
}

.FormButtonSecondary.ClientNavButton:hover
{
    background-color: transparent;
    border: 1px solid #222;
    color: #000;
}

.Search-Button
{

}

#SignInUserInfoBox
{
    z-index: 2000 !important;
}

/*ADDITIONAL CSS OVERRIDES*/

.donation-button
{
    background-color: #CCC !important;
    color: #555 !important;
}

.donation-button:hover
{
    background-color: #555 !important;
    color: #fff !important;
}

input.donation-amount-other
{
    height: 35px !important;
    width: 75% !important;
}

.dollar-sign
{
    top: .25em !important;
}

.donation-amount-other-close-image
{
    top: .55em !important;
    right: 26% !important;
}

.table-striped > tbody > tr:hover {
    background-color: #555 !important;
    color: #fff !important;
}

.table-hover > tbody > tr:hover {
    background-color: #555 !important;
    color: #fff !important;
}

.btn
{
    text-align: left !important;
}

.btn-default:hover {
    color: #fff !important;
    background-color: #555 !important;
}

.btn-circle {
    border-radius: 50%;
}


/* RADGIRD OVERRIDES */
.RadGrid
{
    overflow-x: auto;
    width: 100% !important;
}

.RadGrid_NOAH input.rgAdd,
.RadGrid_NOAH input.rgRefresh
{
    border: 0px solid white !important;
}

.RadGrid_NOAH input.rgAdd
{
    background-position: -12px -3012px !important;
}

    .RadGrid_NOAH input.rgAdd:hover {
        background-position: -62px -3012px !important;
    }

.RadGrid_NOAH input.rgRefresh
{
    background-position: -12px -1312px !important;
}

    .RadGrid_NOAH input.rgRefresh:hover {
        background-position: -62px -1312px !important;
    }

.RadGrid .rgNumPart
{
    padding-top: .25em !important;
}

.RadGrid_NOAH .rgNumPart a
{
    border: 0px !important;
}

.RadGrid .rgWrap
{
    line-height: 3.5em !important;
}

.RadGrid tfoot
{
    background-color: #EEE !important;
}

.RadGrid .rcbInputCell
{
    background-color: #FFF !important;
}

.RadGrid_NOAH .rgPager .RadComboBox_NOAH
{
    width: auto !important;
}

.RadGrid .rgRow,
.RadGrid .rgAltRow
{
    line-height: 2.2em !important;
}

.RadGrid_NOAH .rgPager .rgStatus
{
    border: 0px !important;
}

.popover-content {
    max-height: 200px;
    overflow-y: auto;
}


.Special-Header
{
    border: 1px solid transparent;

    border-top: 1px solid #555;
    border-bottom: 1px solid #555;

    padding: .25em;

    text-transform: uppercase;
}

.No-Bootstrap-Col > .HTML-Form-Correction
{
    width: 100%;
}

/*  POSTBACK SPINNER STYLING    */
.postback-spinner {
    padding-left: 50%;
    position: relative;
}

/*  DNNSmart Effects Module Overrides   */
.dnnsmart_control input[type=checkbox] {
    border: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    height: unset !important;
    width: unset !important;
    clip: unset !important;
}

.dnnsmart_control input[type=radio] {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    clip: unset !important;
}

/* SHOPPING CART FIX FOR OLD STYLES */
@media (min-width:0) and (max-width: 640px) 
{
    [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div {
        margin: 0 !important;
        margin-top: .25em !important;
        width: 100% !important;
    }

    [id*="ShoppingCart_Cart_DetailsPanel"] div:nth-child(4) > div  input
    {
        width: 100% !important;
    }
}

   .Content .ModNOAHShoppingCartC {
    padding: 0 !important;
    margin: 0 !important;
    word-break: normal !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
   
   .ShoppingCart-Promo {
    padding-left: 0;
    text-align: left !important;
}
   
   .ShoppingCart-Actions input {
    width: 100% !important;
}
   
   [id*=ShoppingCart_pControls] {
    position: relative;
    top: 2em;
}

/*========== User Icon Updates ==========*/

#SignInUserPhoto > .fa.fa-user {
    font-size: 6em !important;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    /*content: "\f007";*/
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
/*=========== END DEFAULT OVERRIDES ==========*/

/*=========== ALL CLIENT OVERRIDES ==========*/
header {
    margin-top: 1em;
}

.dnnLogo {
    padding-right: 0;
    width: 20%;
}

.topNav {
    padding-right: 0;
    position: relative;
    display: inline-block;
    margin-top: 4.5%;
}

/*========== CAROUSEL SLIDER FOR REPOSITORY ==========*/
.carousel-inner {
    overflow: hidden;
    height: 6em;
}

.carousel-control {
    text-shadow: none;
    opacity: 1;
    font-size: 22px;
}

    .carousel-control.left,
    .carousel-control.right {
        background: transparent;
        background-color: transparent;
        background-image: none;
        width: 40px;
    }

    .carousel-control.left {
        margin-top: 1.5em;
        left: -2em;
        position: absolute;
        text-align: left;
    }

    .carousel-control.right {
        margin-top: 1.5em;
        position: absolute;
        text-align: right;
        right: -1.5em;
    }

i.fal.fa-chevron-circle-left,
i.fal.fa-chevron-circle-right {
    color: #fff;
    font-weight: 400;
}

.carousel-inner.active {
    background-color: #90959B; 
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.carousel-inner > .item {
    width: 5em;
    height: 6em;
    margin-left: .75em;
    background-color: #90959B;
    font-weight: 700;
    font-size: 18px;
    font-family: 'sans-serif';
    margin-left: 1.25em !important;
}

    .carousel-inner > .item.selected {
        background-color: #565f63;
    }

.Box-Item-sV-Wrapper {
    
    
    width: 100%;
    height: 100%;
}

.Box-Item-sV-Data-Wrapper {
    background-color: transparent;
    text-align: center;
    width: 100%;
    height: 100%;
}

.Box-Item-Title {
    color: #fff !important;
    padding-top: 1.75em !important;
}

/*a[id*=ViewRepository_ctl00_rptrSliderBlocks_aRepYear_0] {
    padding-top: 1.25em !important;
}*/

[id*=customSearch] {
    margin-top: 2em !important;
}

[id*=lblSearchText].RepTitle {
    vertical-align: super;
}

a.SimpleSearchBtn, a.SimpleSearchBtn:link, a.SimpleSearchBtn:visited, a.AuthorSearchBtn, a.AuthorSearchBtn:link, a.AuthorSearchBtn:visited, a.AdvancedSearchBtn, a.AdvancedSearchBtn:link, a.AdvancedSearchBtn:visited, a.UnitSearchBtn, a.UnitSearchBtn:link, a.UnitSearchBtn:visited {
    box-shadow: 0 19px 12px rgba(0,0,0,0.30), 0 15px 12px rgb(0 0 0 / 0%);
}

.Skin .head {
    background-color: #306239;
    color: #fff;
    min-height: 6vh;
}

.Skin .headConference {
    background-color: #495886;
    color: #fff;
    min-height: 6vh;
}

.Skin .headLogo {
    padding: 8px 0px 0px 30px;
}

.Skin .headNav {
    float: right;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 30px;
    font-size: 18px;
    display: flex;
    position: relative;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 33%;
}

.Skin .headNav a:first-child {
    color: #fff;
    text-decoration: none;
    padding-right: 5px;
    border-right: 2px solid #fff;
}

    .Skin .headNav a {
        color: #fff;
        text-decoration: none;
        padding-right: 5px;
        border-right: none;
        font-weight: 700;
    }

[id*=upnlShoppingCart] {
    /*width: 12rem;*/
}

a#dnn_hlMyAERA {
    width: 10rem;
}

.header_text {
    padding-right: 0.5em !important;
}

.Skin .headNavConf {
    float: right;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-right: 30px;
    font-size: 18px;
    display: flex;
    position: relative;
    align-items: flex-start;
    align-self: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 33%;
}

    .Skin .headNavConf a {
        color: #fff;
        text-decoration: none;
        padding: 0 5px;
        border-right: 2px solid #fff;
        font-weight: 700;
    }

        .Skin .headNavConf a:last-child {
            border-right: none;
        }

[id*=upnlShoppingCart] {
    border-right: 2px solid #fff;
}



.Skin .headLink {
    padding-top: 1em;
    padding-bottom: 0.5em;
    display: inline-block;
    font-size: 18px;
}

    .Skin .headLink a {
        color: #fff;
        text-decoration: none;
        font-weight: 700;
    }

.containerCard {
    text-align: center;
    position: relative;
    color: #000;
    padding: 0;
    font-weight: bold;
    margin-bottom: 6em !important;
}

.cardText {
    position: absolute;
    color: #000;
    font-weight: 500;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    line-height: 1.1;
    white-space: nowrap;
}

.smallCT {
    top: 47%;
    transform: translate(-50%, -50%);
    font-size: 1.25em;
    white-space: nowrap;
}

.cardBottom {
    background-color: green;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 100%;
    left: 60%;
}

.cardBtmText {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.enterText {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

    .enterText a {
        color: #fff;
        text-decoration: none;
    }

.bottomBarGreen {
    width: 76.75%;
    height: 25px;
    position: absolute;
    background-color: #306239;
    bottom: 0px;
    left: 11.75%;
    text-align: center;
}

.bottomBarBlue {
    background-color: #1A3769;
    width: 76.75%;
    height: 25px;
    position: absolute;
    bottom: 0px;
    left: 11.75%;
    text-align: center;
}

.bottomBarYellow {
    background-color: #FCDF33;
    width: 76.75%;
    height: 25px;
    position: absolute;
    bottom: 0px;
    left: 11.75%;
    text-align: center;
}

.boxShadow1 {
    box-shadow: 0px 0px 16px -1px #777;
}

.footerDetails {
    line-height: 2;
    font-weight: 500;
}

    .footerDetails img {
        margin-bottom: 1em;
    }

footer a, footer a:visited {
    color: #fff !important;
    text-decoration: none;
}

a.entranceBox {
    will-change: transform;
    transition: transform 250ms;
}

    a.entranceBox:hover {
        transition: transform 125ms;
        transform: translateY(-10px);
    }

.bkgrdD9F {
    background-color: #D9F4FD;
}

.boxH2 {
    text-align: center;
    color: #000;
    font-weight: 700;
}

.boxP {
    text-align: center !important;
    color: #000;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .05em;
    font-weight: 500;
}

.box2P {
    text-align: center !important;
    line-height: 2;
    font-weight: 700;
    color: #000;
}

.box2Lists {
    list-style-type: disc;
    color: #000;
    font-weight: 500;
}

    .box2Lists > li {
        text-align: center !important;
        list-style-position: inside;
    }


        .box2ListsLC {
            margin-bottom: 3em;
        }

        .boxImages {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 30px;
            align-self: center;
            align-content: center;
            align-items: center;
        }

    .boxImages img {
        -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28);
    }

html:focus-within {
    scroll-behavior: smooth;
}

footer .Footer-Bottom {
    padding-bottom: 2em;
}

/* Presenter Center Overrides */
/* HIde Author Role - you must set default role in Create Status code per event */
div[id*="divEditViewAuthorPresRole"] {
    display: none;
}

[id*="btnDocumentSaveTop"] {
    display: none;
}