﻿
/***    LARGE DISPLAY    ***/



.divLargeDisplaySwitchWrapper {
    position: relative;
    background-color: black;
    
}
div.divLargeDisplaySwitchWrapper * {
    color: #bbb;
}


#divLargeDisplayAUD {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
}

#divLargeDisplayAUD * {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

div.AUDTitle {
    Width: 55px;
    padding-left: 12px;
    height: 27px;
    line-height: 27px;
}

    

 #switchControls {
    position: absolute;
    padding: 0px;
    font-size: 12px;
    top: 0px;
    right: 37px;
}

#switchControls span {
    font-family: 'Montserrat', sans-serif;
}

div.switchControls a:first-child {
    padding-right: 5px;
}

div.switchControls a span {
    height: 27px;
    line-height: 27px;
}

div.switchControls a span:first-child {
    padding-right: 5px;
}

div.switchControls a span:last-child {
    padding-left: 5px;
}

span.activeUnit {
    color: #ccc;
    font-size: 12px;
}

span.inActiveUnit {
    color: #6b6e70;
    font-size: 12px;
}

.switchLeft {
    display: inline-block;
    width: 26px;
    height: 27px;
    background-image: url('../images/liveswitch.gif');
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 27px;
    vertical-align: bottom;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.switchRight {
    display: inline-block;
    width: 26px;
    height: 27px;
    background-image: url('../images/liveswitch.gif');
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 27px;
    vertical-align: bottom;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.largeDisplayWrapper {
    width: 100%;
    height: 251px;
    overflow: hidden;
    background-color: #f1f1f2;
}




#divLargeDisplayGold {
    padding: 0px;
    background-color: #fedd14;
    height: 33px;
    border-bottom: 1px solid #222;
}
#divLargeDisplayGold * {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 33px;
}
.goldTitle {
    Width: 200px;
    padding-left: 10px;
}
#unitNotationGold {
    font-size: 12px;
    line-height: 33px;
    margin-left: 10px;
    top:-2px;
}
#divLargeDisplayGold div.divLargeDisplayGoldCurrency span {
    font-size: 12px;
    line-height:33px;
    top:-2px;
}
#divLargeDisplayGold>span{
    padding-left:10px;
}


#divLargeDisplayCryptoAUS{
    display:none;
}


#divLargeDisplaySilver {
    padding: 0px;
    background-color: #d0d2d3;
    height: 33px;
    border-bottom: 1px solid #222;
}
#divLargeDisplaySilver * {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 33px;
}
.silverTitle {
    Width: 200px;
    padding-left: 10px;
}
#unitNotationSilver {
    font-size: 12px;
    line-height: 33px;
    margin-left: 10px;
    top: -2px;
}
#divLargeDisplaySilver div.divLargeDisplaySilverCurrency span {
    font-size: 12px;
    line-height: 33px;
    top: -2px;
}
#divLargeDisplaySilver > span {
    padding-left: 10px;
}


#divLargeDisplayCryptoAGS {
    display: none;
}


#divLargeDisplayPlatinum {
    padding: 3px 0 0 0;
    background-color: #f1f1f2;
    height: 42px;
    border-bottom: 1px solid #222;
}
#divLargeDisplayPlatinum * {
    vertical-align: middle;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 150%;
}
.platinumTitle {
    Width: 200px;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}
#unitNotationPlatinum {
    font-size: 12px;
    margin-left: 10px;
}
#divLargeDisplayPlatinum div.divLargePlatinumCurrency span {
    font-size: 12px;
}
#divLargeDisplayPlatinum > div:first-child  > span {
    padding-left: 10px;
}
.gsrTitle {
    Width: 272px;
    padding-left: 10px;
}


















.divCryptoWrapper{
    display:none;
}
.bullionButtons{
    overflow:hidden;
    height:110px;
    background-color:white;
}
.spotPriceAnchorButton {
    border: 1px solid #404041;
    display: inline-block;
    margin-top: 13px;
}
.spotPriceAnchorButton a, .spotPriceAnchorButton a:link, .spotPriceAnchorButton a:visited, .spotPriceAnchorButton a:hover, .spotPriceAnchorButton a:active {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #404041;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 25px 0 25px;
}
.priceListButton, .chartsButton {
    width: 194px;
    text-align:center;
}
.browseBullionButton {
    background-color: #fedd14;
    border: none;
    width:195px;
    text-align:center;
}
.ainslieWealthButton {
    background-color: #d0d2d3;
    border: none;
    width: 195px;
    text-align: center;
}




/** CHARTSJS **/


.ChartWrapper {
    padding: 20px;
    color: white;
    background: #2193b0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #6dd5ed, #2193b0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ChartCanvasWrapper {
    padding-top:15px;
    position: relative;
    width:710px;
    height:300px;
}

.ChartSpanSelector {
    position: absolute;
    right: -5px;
    top: -8px;
}

    .ChartSpanSelector a {
        display: inline-block;
        padding: 3px 10px;
        background: rgba(255,255,255,.3);
        border-radius: 5px;
        color: white;
        text-decoration: none;
    }

.ChartSpanSelected {
    border: 2px solid white;
}





/*** GRAPH ***/


.graphsWrapper{
    display:none;
    background-color:#ffffff;
    overflow:hidden;
    border-radius: 5px;
    width:600px;
    position:relative;
    height:450px;
    padding:20px;
    border:4px solid #aaa;
}   
.graphsPopOverride .ui-dialog-titlebar-close {
    
}
.graphsClose
{
    height:25px;
}
.graphsClose a
{
    height:25px;
    line-height:25px;
    display:inline-block;
    vertical-align:middle;
}


/*** TABS ***/


#graphTabs { 
    padding: 0px; 
    margin:0px;
    margin-top:5px;
} 
#graphTabs .ui-tabs-nav { 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    border-bottom: 1px solid #ccc;
}
    #graphTabs .ui-state-default,
    #graphTabs .ui-widget-content .ui-state-default,
    #graphTabs .ui-widget-header .ui-state-default {
        color: #fff;
        font-family: Montserrat, serif;
    }
#graphTabs .ui-state-default a {
    color:#222;
    text-decoration: none; 
}

    #graphTabs .ui-state-default {
        display: inline-block;
        list-style: none;
        margin: 0px;
        margin-right: 1px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #d1d2d4;
        border-radius: 5px 5px 0 0;
    }

#graphTabs .ui-state-active {
    background-color:#a5a9ac;

}
#graphTabs .ui-state-active a {
    color:#ffffff;
    text-decoration: none; 
}

#graphTabs .ui-tabs-nav, #graphTabs .ui-tabs-panel {
    margin:0px;
    padding:0px;
}

#graphTabs .ui-tabs-hide {
    display:none;
}



/* REMOVE THE DNN AJAX OVERLAY */

.raDiv{display:none;}
.raColor{display:none;}
.raTransp{display:none;}