﻿
/* CLIENT 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;
    font-size: 1em;
}

/*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: #b22028 !important;
    color: #fff !important;
}

.table-hover > tbody > tr:hover {
    background-color: #b22028 !important;
    color: #fff !important;
}

.btn {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 28px;
    text-align: center !important;
    padding: 15px;
    min-width: 150px;
    text-decoration: none !important;
}

.btn-default
{
    color: #fff !important;
    background-color: #b22028 !important;
    border-color: #b22028 !important;
}

.btn-default:hover {
    color: #b22028 !important;
    background-color: transparent!important;
    border-color: #b22028 !important;
}

.btn-primary:hover {
    color: #286090 !important;
    background-color: transparent !important;
    border-color: #286090 !important;
}

.btn-circle {
    border-radius: 50%;
    min-width: 1px;
    padding-left: 0;
    padding-right: 0;
}

.input-group-btn .btn, .input-group .input-sm, .btn.btn-sm, .btn.dropdown-toggle {
    padding-left: .85em;
    padding-right: .85em;
    padding-top: .23em;
    padding-bottom: .23em;
    min-width: 1px;
}




/* 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 #e3e3e3;
    border-bottom: 1px solid #e3e3e3;

    padding: .25em;

    text-transform: uppercase;
}


#SignInUserPhoto > .fa.fa-user {
    color: #B22028 !important;
}

[id*=SignInUserInfo] a.manage-account:hover {
    color: #fff;
}

i.User-Icon.fa.fa-user {
    font-size: 6em;
    color: #B22028;
    padding-left: .15em;
}

div.uploadButton {
    padding-left: 0px !important;
}

.No-Bootstrap-Col > .HTML-Form-Correction {
    width: 100%;
}

/*      Search Customizations       */
.Site-Search-Wrapper {
    width: 200px;
    height: 25px;
    top: 1em;
    /*margin-right: 13.25em !important*/
}

.Site-Search-Text {
    height: 25px;
    line-height: 1em;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #c3c3c3;
    overflow: hidden;
    color: #696969;
    font-style: italic;
    font-size: .5em;
    padding-left: 1.5em;
    opacity: .85;
}

.Site-Search-Icon {
    float: right;
    position: relative;
    top: -1.5em;
    z-index: 120;
    display: inline-block;
    border-color: transparent;
    background-color: transparent;
    font-family: FontAwesome;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c3c3c3;
}

/* 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;
    }
}

/*      SIOP Skin       */
.textRight
{
    text-align: right;
}

.textLeft
{
    text-align: left;
}

.fa-chevron-down {
    padding-left: .5em;
    color: #39639a !important;
    float: right;
    position: relative;
}


.fa-chevron-right 
{
    padding-right: .5em;
    color: #000;
}

.navFor
{
    padding-left: 13.5em !important;
}

.MENU-INDICATOR-NO-SUB-ITEMS
{
    color: #ddd !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover
{
    background-color: #39639a !important;
}

.btn-circle.btn-xl
{
    padding: 10px 21px !important;
}

.tooltip-demo
{
    display: none !important;
}

.dropdown-toggle
{
    text-decoration: none !important;
}

[id*="pnlPageButtons"] .CopyContent {
    margin-bottom: .25em !important;
    width: 50%;
    float: left;
    text-align: center;
}

.btn-social {
    background-color: transparent !important;
    border-color: #fff !important;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 1em;
    line-height: 1.428571429;
}

.btn-social:hover {
    border-color: #fff !important;
    color: #fff !important;
    background-color: #B22028 !important;
}

.redText {
    color: #b22028 !important;
}

/*  SIOP FOUNDATION SKIN    */

.foundationLogo {
    min-width: 1em !important;
}

.dnnSearchResultAdvancedTip {
    font-size: .85em;
    overflow-wrap: break-word;
}

/*  Text Overlay 1 - This includes an overlay box that sits over the image with .25em padding
    all the way around  */

.overlay {
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.overlay .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
    margin-left: -1em;
    word-break: break-word;
    overflow-wrap: break-word;
    right: 5%;
}

/*  JUMBOTRON STYLES    */

div .jumbotron {
    background-color: #fff;
    padding: 2em;
}

.jumbotron {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.jumbotron img {
    margin-left: -.95em !important;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.jumbotron .border {
    border-bottom: #E7E7E7 solid 15px;
    width: 20%;
    margin-bottom: 1em;
}

.jumbotron .bordernoimage {
    border-bottom: #E7E7E7 solid 15px;
    width: 10%;
    margin-bottom: 1em;
}

.jumbotron .text-center {
    text-align: center !important;
}

.jumbotron .text-right {
    text-align: right !important;
}

.jumbotron .text-left {
    text-align: left !important;
}

.jumbotron p {
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.jumbotron hr {
    border: 2px dotted #e7e7e7;
}

/*
    Custom Icon Styling
*/
@font-face {
    font-family: 'Siop-Custom';
    src: url('../../../fonts/Siop-Custom.ttf?3wejeo') format('truetype'), url('../../../fonts/Siop-Custom.woff?3wejeo') format('woff'), url('../../../fonts/Siop-Custom.svg?3wejeo#Siop-Custom') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="siop-"], [class*=" siop-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Siop-Custom' !important;
    font-size: 32px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.siop-calendar-regular:before {
    content: "\e900";
}

.siop-fax-solid:before {
    content: "\e901";
}

.siop-map-marker-alt-solid:before {
    content: "\e902";
}

.siop-calendar-alt-regular:before {
    content: "\e903";
}

.siop-arrow-alt-circle-right-regular:before {
    content: "\e904";
}

.siop-newspaper-regular:before {
    content: "\e905";
}

.siop-linkedin-in-brands:before {
    content: "\e906";
}

.siop-book-open-solid:before {
    content: "\e907";
}

.siop-phone:before {
    content: "\e942";
}

/*  Custom 5 Column Setup - Bootstrap, by default DOESN'T provide this option and all 
    columns should equal out to a final total of 12.
*/


/*  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;
}

/*menu fix from IAMC's website*/
/*.MegaMenu {
    margin-top: 0;
    z-index: 9999;
}*/

.MegaMenu .Wrapper-SubMenu {
    top: 4vh;
}

.MegaMenu[DepthLevel="0"] > a, .MegaMenu[DepthLevel="0"] > span {
    padding: 5px 10px;
    text-transform: uppercase;
}

.MegaMenu > .Wrapper-SubMenu {
    padding-left: 8px;
}

ul.MegaMenu.Top-Level {
    list-style: none !important;
}

ul.nav.navbar-nav ul li {
    list-style: none !important;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    color: #fff !important;
    background-color: #b22028 !important;
    background: #b22028 !important;
    border-color: #b22028 !important;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 28px;
    text-align: center !important;
    padding: 15px;
    min-width: 125px;
    text-decoration: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        color: #b22028 !important;
        background-color: transparent !important;
        border: 1px solid #b22028 !important;
    }

.dnnFormItem button, .dnnFormItem input[type="button"], .dnnFormItem input[type="reset"], .dnnSecondaryAction, a.dnnSecondaryAction, ul.dnnAdminTabNav li a, .dnnLogin .LoginTabGroup span {
    color: #fff !important;
    background-color: #337ab7 !important;
    background: #337ab7 !important;
    border-color: #2e6da4 !important;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 28px;
    text-align: center !important;
    padding: 15px;
    min-width: 125px;
    text-decoration: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover, .dnnFormItem input[type="reset"]:hover, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover, ul.dnnAdminTabNav li a:hover, .dnnLogin .LoginTabGroup span:hover {
        color: #286090 !important;
        background-color: transparent !important;
        border: 1px solid #286090 !important;
    }

    .dnnSearchBoxPanel,
    .dnnSearchResultPanel {
        margin-right: 135px !important;
    }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    background: #585858 url(../../../NOAH/Button/closeBtn.png) no-repeat !important;
    background-position: 4px 4px !important;
}

a.MenuItem.First {
    display: none;
}

[id*=submissionMetadata],
.viewerMetaData {
    display: none !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    color: #b22028 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none !important;
    background: none !important;
}

.ui-datepicker td {
    background-color: transparent !important;
    color: #000;
}

    .ui-datepicker td.FormButton:hover, .ui-datepicker td.FormButton:active {
        border: transparent !important;
        box-shadow: none !important;
    }

td.FormButton a {
    text-align: center !important;
}

td.FormButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    display: inline-block;
    width: 100%;
}