﻿.langdropdown dd, .langdropdown dt, .langdropdown ul {
    margin: 0;
    padding: 0;
    z-index: 5910 !important;
}

.langdropdown dd {
    position: relative;
}

.langdropdown a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    .langdropdown a:hover {
        color: #666;
    }

.langdropdown dt a {
    background: url("/images/ddarrow.png") no-repeat scroll right center #fff;
    display: block;
    padding: 0;
    width: 105px;
    height: 20px;
    border: 1px solid #CCCCCC;
}

    .langdropdown dt a:hover {
        color: #666;
    }

    .langdropdown dt a span {
        cursor: pointer;
        display: block;
        padding: 2px 0 2px 4px;
        position: absolute;
    }

.langdropdown dd ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px 0 #CCCCCC;
    display: none;
    left: 0;
    min-width: 240px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

    .langdropdown dd ul li {
        width: 50%;
        float: left;
    }

.langdropdown span.value {
    display: none;
}

.langdropdown dd ul li a {
    padding: 4px 0;
    display: block;
}

    .langdropdown dd ul li a:hover {
        color: #666;
        text-decoration: underline;
    }

    .langdropdown dd ul li a img {
        padding-top: 1px;
    }

.langdropdown img.flag {
    margin: 2px 6px 0 0;
}

.langdropdown dt img.flag {
    margin: 2px 2px 0 0;
}
/* Combined currency language dropdown*/

.currencyLanguageSelector {
    background: url("/images/ddarrow.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 21px;
    max-width: 85px;
    overflow: hidden;
}

.triangle {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border-bottom: 15px solid #002952;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right-color: transparent;
    border-bottom-color: #999999;
    border-left-color: transparent;
}

.currencyLanguageSlider {
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    display: block;
    min-height: 97px;
    padding: 10px;
    position: absolute;
    width: 390px;
    z-index: 5220 !important;
}

    .currencyLanguageSlider > div {
        float: left;
        width: 100%;
    }

    .currencyLanguageSlider #divCurrencySelector {
        margin-bottom: 10px;
        width: 100%;
    }

.currencySelector, .languageSelector {
    float: left;
    width: 100%;
}

.spanCurrencyLanguageSelector {
    display: inline-block;
    height: 21px;
    padding: 5px 16px 5px 3px;
}


    .spanCurrencyLanguageSelector p {
        float: left;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding-right: 2.6px;
        padding-top: 1px;
    }

        .spanCurrencyLanguageSelector p:hover {
            color: #333;
        }

#divCurrencySelector span.currencyHeader, #divLanguageSelector span.languageHeader {
    border-bottom: 1px solid #EEEEEE;
    float: left;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 0 0 4px;
    text-transform: uppercase;
    width: 100%;
}

.currencySelector li {
    float: left;
    padding: 5px 10px;
    width: 19%;
}

.Responsive .currencySelector li {
    width: 24.333%;
    padding: 10px;
}

.currencySelector li label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
}

.currencySelector input[type="radio"] {
    float: left;
    margin-right: 6px;
    margin-top: 1px;
    cursor: pointer;
}

.languageSelector li {
    float: left;
    padding: 1.65%;
    width: 30%;
}

.Responsive .languageSelector li {
    float: left;
    padding: 1.8%;
    width: 24.333%;
}

.languageSelector span.value {
    display: none;
}

.languageSelector img {
    margin-right: 5px;
    margin-top: -2px;
}

.disableCurrencyLanageSelector {
    background-image: none;
    cursor: auto;
}

/* Mobile language selector */
.languageSelectorMobile span.value {
    display: none;
}

.languageSelectorMobile img {
    margin-top: 5px;
    margin-right: 5px;
}

.currencySelectorMobile input[type="radio"] {
    margin-left: 5px;
}

.currencyHeaderMob, .languageHeaderMob {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #fff!important;
    padding: 1em;
    display: block;
}

.mobileSelectedLanguage {
    margin-left: 5px;
}

    .mobileSelectedLanguage img {
        margin-bottom: 2px;
        float: none;
    }

.Responsive .currencyLanguageSlider {
    width: 591px;
    text-align: left;
}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    .Responsive .spanCurrencyLanguageSelector {
        height: 30px;
        padding: 3px 20px 5px 5px;
    }

    .Responsive .currencyLanguageSlider {
        width: 591px;
        right: -125px;
    }

    .Responsive .currencySelector li {
        padding: 9px;
    }
}

.CountryRedirectPopupLogoWrapper {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .CountryRedirectPopupLogoWrapper img {
        margin: 0 auto;
    }

.CountryRedirectPopup h2 {
    margin-bottom: 40px;
    text-align: center;
}

#CountryRedirectPopup .CountryRedirectMainLink {
    margin-bottom: 40px;
    text-align: center;
}

#CountryRedirectPopup .MainLinkFlag {
    margin-bottom: 5px;
    height: 50px;
}

.CountryRedirectPopup h3 {
    margin: 0 0 20px 0;
    padding: 6px 0 6px 6px;
    background-color: #eee;
}

#CountryRedirectOtherSitesList {
    max-width: 500px;
    text-align: center;
}

    #CountryRedirectOtherSitesList .flagBox {
        display: inline-block;
        width: 16.6666%;
        margin-bottom: 20px;
        text-align: center;
    }

    #CountryRedirectOtherSitesList .flag {
        margin-right: 5px;
        margin: 0 auto;
        display: block;
        width: 33px;
        height: 24px;
        background: url("/images/flags/flags.jpg") no-repeat;
        float: none;
    }

        #CountryRedirectOtherSitesList .flag.global {
            background: url("/images/flags/flags.jpg") no-repeat;
        }

        #CountryRedirectOtherSitesList .flag.at {
            background-position: -318px 0;
        }

        #CountryRedirectOtherSitesList .flag.au {
            background-position: -573px 0;
        }

        #CountryRedirectOtherSitesList .flag.be {
            background-position: -478px 0;
        }

        #CountryRedirectOtherSitesList .flag.cz {
            background-position: -95px 0;
        }

        #CountryRedirectOtherSitesList .flag.de {
            background-position: -127px 0;
        }

        #CountryRedirectOtherSitesList .flag.es {
            background-position: -159px 0;
        }

        #CountryRedirectOtherSitesList .flag.fr {
            background-position: -190px 0;
        }

        #CountryRedirectOtherSitesList .flag.gb, #CountryRedirectOtherSitesList .flag.uk {
            background-position: -543px 0;
        }

        #CountryRedirectOtherSitesList .flag.hu {
            background-position: -286px 0;
        }

        #CountryRedirectOtherSitesList .flag.ie {
            background-position: -63px 0;
        }

        #CountryRedirectOtherSitesList .flag.is {
            background-position: -222px 0;
        }

        #CountryRedirectOtherSitesList .flag.it {
            background-position: -254px 0;
        }

        #CountryRedirectOtherSitesList .flag.nl {
            background-position: -605px 0;
        }

        #CountryRedirectOtherSitesList .flag.nz {
            background-position: -32px 0;
        }

        #CountryRedirectOtherSitesList .flag.pl {
            background-position: -350px 0;
        }

        #CountryRedirectOtherSitesList .flag.pt {
            background-position: -382px 0;
        }

        #CountryRedirectOtherSitesList .flag.se {
            background-position: -447px 0;
        }

        #CountryRedirectOtherSitesList .flag.si {
            background-position: -414px 0;
        }

        #CountryRedirectOtherSitesList .flag.sk {
            background-position: -510px 0;
        }

.flagBox span {
    margin-top: 3px;
    display: block;
}

.flag {
    float: left;
    padding: 0 !important;
    width: 27px;
    height: 19px;
    background: url("/images/flagssprite_small_final.png") no-repeat;
}

    .flag.global {
        background-position: 0 1px;
    }

/*Smaller icons for header drop down*/
.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.global {
    background-position: -22px -93px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.at {
    background-position: -75px -132px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.au {
    background-position: 5px -93px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.be {
    background-position: 6px -174px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.cs {
    background-position: -48px -93px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.cz {
    background-position: -48px -93px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.de {
    background-position: -75px -93px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.es {
    background-position: 6px -112px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.fr {
    background-position: -21px -112px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.hu {
    background-position: -20px -132px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.ie {
    background-position: -48px -112px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.is {
    background-position: 6px -133px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.it {
    background-position: -76px -112px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.nl {
    background-position: -49px -175px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.nz {
    background-position: -48px -132px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.pl {
    background-position: -21px -153px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.pt {
    background-position: 6px -153px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.se {
    background-position: -75px -152px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.si {
    background-position: -21px -174px;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector .flag.sk {
    background-position: -49px -153px;
}

/*Larger icons for pop up*/
.flag.at {
    background-position: -82px -37px;
}

.flag.au {
    background-position: -26px 1px;
}

.flag.be {
    background-position: 1px -75px;
}

.flag.cs {
    background-position: -53px 1px;
}

.flag.cz {
    background-position: -53px 1px;
}

.flag.de {
    background-position: -81px 1px;
}

.flag.es {
    background-position: 1px -18px;
}

.flag.fr {
    background-position: -26px -18px;
}

.flag.hu {
    background-position: -27px -37px;
}

.flag.ie {
    background-position: -54px -18px;
}

.flag.is {
    background-position: 0px -37px;
}

.flag.it {
    background-position: -81px -18px;
}

.flag.nl {
    background-position: -53px -75px;
}

.flag.nz {
    background-position: -53px -37px;
}

.flag.pl {
    background-position: -27px -56px;
}

.flag.pt {
    background-position: 1px -56px;
}

.flag.se {
    background-position: -81px -56px;
}

.flag.si {
    background-position: -26px -74px;
}

.flag.sk {
    background-position: -53px -56px;
}

.dnnHTMLSettings, .dnnEditHtml, .dnnMyWork{width:95%;margin:2em auto;}
	.dnnFormItem input[type=checkbox], .dnnPageSettings .dnnFormItem input[type=radio]{width:auto;}
	.dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnPSRadioButtons input, .dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnHTMLSRadioButtons input{float:left;padding:0;width:2%;text-align:left;}
	.dnnFormItem .dnnHTMLSRadioButtons label{width:auto;padding:0 15px 0 6px;font-weight:normal}
	.dnnHTMLSRadioButtons br{display:none !important;font-size:0;line-height:0;border-collapse:collapse;}
	.ehcContent textarea{width:50%;height:180px;margin-top:1em;}
	.dnnFormItem .dnnPublish label{width:auto;margin-right:10px;}
	.dnnFormItem .dnnPublish input[type="checkbox"]{margin-right:30px;}
	.dnnPublish {float: left;}
table.DnnGridNestedTable{ margin: 0 !important;}
div a.toggleMore{font-family:Helvetica, Arial, sans-serif;font-size:14px;font-weight: bold;margin:0;padding:5px 25px;color: #fff;text-decoration: none;
	background: #1f81a8; /* Old browsers */
	background: -moz-linear-gradient(top, #248aba 0%, #1f81a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248aba), color-stop(100%,#1f81a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #248aba 0%,#1f81a8 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#248aba', endColorstr='#1f81a8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #248aba 0%,#1f81a8 100%); /* W3C */
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px 1px #1f81a8;
	-moz-box-shadow: 0px 1px 0px 1px #1f81a8;
	box-shadow: 0px 1px 0px 1px #1f81a8;
	text-shadow: 0px 1px 1px black;}
	
.ehContent{ margin-top: 20px;}
#dnnPanel-Summary{ display: block;}
.summaryHelp{margin: 0 30px 5px;}
.RadGrid{ overflow: auto;}
.previewC{ width: 100%;}
.autoSaveStatusError{font-weight: bold}
#divSavingMessageSummary {
    margin-top: 5px;
}
#divSavingMessageErrorSummary {
    margin-top: 5px;
}

.previewPanelContainer {
    border: #E6EBEA solid 5px;    
    margin-top: 5px;
    /*min-width: 750px;*/
}
.previewPanel {
    border: #a9a9a9 solid 1px;
    padding: 10px 10px 10px 10px;
    height: 260px;
    overflow: auto;
}
.previewContent {
    padding-bottom: 10px;
}
.comparisonPanel {
    float: left;
    width: 50%;
}
.comparisonPanel del {
	background-color:#FEC8C8;
	text-decoration:inherit;
	display: inline-block;
}
.comparisonPanel ins {
    background-color: #cfc;
	text-decoration:inherit;
	display: inline-block;
}
.comparisonPanel ins.mod {
    background-color: #FFE1AC;
}
.comparisonPanel del > img {
    opacity: .5;
	filter:Alpha(Opacity=50);
}
.comparisonPanel ins > img {
    opacity: .5;
	filter:Alpha(Opacity=50);
}
.comparisonButtons {
    background-color: #E6EBEA;
    margin: 0;
    float: left;
    padding-bottom: 5px;
    padding-right: 20px;
}
.comparisonButtons li {
    display: inline;
    margin: 10px;    
}
.comparisonButtons a {
    color: #A2A1A1;
    text-decoration: none;
    margin-left: 18px;
}
.comparisonButtons .comparisonButtonSelected {
    font-weight: bold;
    color: #000000;
}
.dnnwfPermissions .dnnGrid.dnnPermissionsGrid {
    float: left;
	width: 45%;
	max-width: 445px;
}
div.DnnModule.reviewContent {
    background: #fff;
	padding: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.dnnHTMLSettings .dnnFormGroup {
    width: 45%  
}

.dnnHTMLSettings .dnnFormGroup span {
    display: inline-block;
}
.navPageActive {
    text-decoration: underline;
}

#bagTotal {
    display: none;
}

#divBagTotalLink span {
    font-size: 1.2em;
}

    #divBagTotalLink span#bagQuantity {
        padding: 2px 4px;
        margin-left: 5px;
        background-color: #e1e1e1;
    }

#divBag {
    height: 100%;
    padding: 0;
    width: auto;
    position: relative;
    float: right;
    font-size: 1.3em;
}

    #divBag #divBagTotalLink {
        font-size: 0.7em;
        float: right;
        text-align: right;
        height: 100%;
    }

#lblBagQuantity {
    margin-left: 6px;
    margin-right: 4px;
}

#lblBag {
    font-size: 18px;
    padding-bottom: 4px;
    line-height: 1.4em;
    float: left;
    height: 24px;
    overflow: hidden;
    width: 112px;
}

.MyBagTextImg {
    display: inline-block;
    margin-bottom: 6px;
}

.MyTotalQuantity {
    display: inline-block;
}

#shoppingbag {
    float: left;
    padding: 0 0 4px 6px;
    width: 30px;
}

#divBagItems {
    position: absolute !important;
    width: 320px;
    display: none;
    padding: 6px;
    text-align: left;
    z-index: 5900 !important;
    right: 0;
    top: 37px;
}

    #divBagItems.open {
        overflow-y: auto !important;
    }

#ulBag {
    overflow: hidden;
    position: relative;
    font-size: 0.8em;
    margin: 0;
}

    #ulBag li:hover {
        cursor: pointer;
    }

    #ulBag a {
        display: inline-block;
    }

#divulBagParent {
    overflow: hidden;
    position: relative;
}

.ulBagParentHeight {
    height: 264px;
}

#divAjaxLoaderImage, #divEmptyErrorMessage {
    vertical-align: middle;
    right: 0;
    width: 130px;
    position: absolute;
    z-index: 3001;
    display: none;
    padding: 20px;
    text-align: center;
    top: 37px;
    font-weight: bold;
    font-size: 0.8em;
}

#divAddRemoveToBag {
    width: 100%;
    display: none;
    padding: 5px;
}

#ulBag li span {
    line-height: 1em;
}

#ulBag li {
    float: left;
    width: 100%;
    padding: 12px 6px;
    height: 66px;
}

.navPage {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#prevPage {
    margin-bottom: 4px;
}

#nextPage {
    margin-top: 4px;
}

.NextDisable {
    background-position: -91px -175px;
}

.PreviousDisable {
    background-position: -91px -154px;
}

.PreviousEnable, .NextEnable, .PreviousDisable, .NextDisable {
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    background-image: url("/images/core/baskcheck.png");
}

.NextEnable {
    background-position: -67px -175px;
}

.PreviousEnable {
    background-position: -67px -154px;
}

.NextEnable:hover {
    background-position: -43px -175px;
    cursor: pointer;
}

.PreviousEnable:hover {
    background-position: -43px -154px;
    cursor: pointer;
}

#divulBagParent .blockOne, #divulBagParent .blockTwo, #divulBagParent .blockThree {
    float: left;
}

.blockThree {
    z-index: 3002;
}

.blockTwo span {
    clear: both;
    display: block;
}

#divButtons {
    width: 100%;
}

#aPayNow {
    display: none;
}

#aViewBag {
    float: left;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1em;
}

.SubBask {
    display: block;
    margin: 8px 0;
    padding: 4px;
    text-align: right;
}

.BaskName {
    float: left;
    height: 12px;
    overflow: hidden;
    width: 85%;
    font-weight: bold;
}

.BaskColr {
    float: left;
}

.BaskSize {
    float: right;
}

.BaskQuant {
    float: left;
    padding-right: 6px;
}

.BaskPrice {
    float: right;
}

.maxText {
    float: left;
    padding-right: 6px;
}

.ColrandSize {
    float: left;
    height: 11px;
    overflow: hidden;
    width: 100%;
    margin: 4px 0;
    line-height: 1em;
}

.PriceandCross {
    float: right;
    width: 12%;
    line-height: 1em;
}

#ulBag li .PriceandCross img {
    width: 10px;
    height: 10px;
    float: left;
}

a.removeClass {
    float: right;
    color: #CC0000;
}

.lineProblems {
    float: left;
    line-height: 1em;
}

.chkouterror {
    color: #CC0000;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
}

#clsBasketMob {
    float: right;
    font-size: 1.3em;
    width: 30px;
    cursor: pointer;
}

#ulBag li img.Baskimg {
    float: left;
    padding: 1px 0;
    max-width: 40px;
}

.bagContentItemWrap {
    float: right;
    width: 80%;
}

.Responsive .IconBagandWish {
    float: right;
    width: 100%;
}

#divBagTotalLink span span {
    font-size: 1em;
}

/* flanBasket */


.flanBasket {
    width: 100%;
}

#divBag.flanBasket #divBagTotalLink {
    font-size: 0.7em;
}

.flanBasket #divBagTotalLink a#aBagLink {
    width: 100%;
    min-width: 97px;
    line-height: 1.9em;
}

.flanBasket #bagName, .flanBasket #lblSubTotal, .flanBasket #lblBagQuantity {
    display: none;
}

.flanBasket #bagTotalContainer, .flanBasket #bagQuantityContainer {
    float: right;
}

.flanBasket #bagTotal {
    font-size: 1em;
    padding-right: 5px;
}

.flanBasket #divBagTotalLink #bagQuantity {
    color: #000;
    font-size: 0.9em;
    line-height: 1.7em;
    width: 30px;
    height: 24px;
    padding: 5px 0 0 0;
    margin-left: 5px;
    text-align: center;
}

/* viewBasket */
.viewBasket {
    text-transform: uppercase;
}

    .viewBasket #bagTotalContainer {
        display: none;
    }

    .viewBasket #bagName {
        padding-right: 35px;
        background: url('/images/core/mybag.png') no-repeat right top;
        background-size: contain;
    }

    .viewBasket #bagQuantityContainer {
        font-size: 0.9em;
    }

    .viewBasket #divBagTotalLink #lblBagQuantity {
        font-size: 1.3em;
    }

/* v2Basket */
.v2Basket #divBagTotalLink a#aBagLink {
    min-width: 130px;
    height: auto;
    padding: 7px 0;
}

.v2Basket #bagQuantityContainer, .v2Basket #bagTotalContainer {
    float: right;
    line-height: 1.8em;
}

.v2Basket #bagTotalContainer {
    clear: right;
}

.v2Basket #bagName {
    display: inline-block;
    float: left;
    text-indent: -9999px;
}

.v2Basket #bagTotal {
    text-align: right;
}

.v2Basket #divBagTotalLink span span {
    font-size: 1.2em;
}

/* sdBasket */
.sdBasket a#aBagLink {
    min-width: 83px;
    text-align: center;
    height: 37px;
    line-height: 4em;
}

.sdBasket #bagTotalContainer, .sdBasket #lblBagQuantity, .sdBasket #lblSubTotal {
    display: none;
}

.sdBasket #divBagTotalLink #bagQuantity {
    font-size: 1em;
}

/* vanmBasket */
#divBag.vanmBasket {
    height: 55px;
    max-height: none;
}

    #divBag.vanmBasket #divBagTotalLink {
        height: 55px;
    }

.vanmBasket #divBagTotalLink span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#divBag.vanmBasket #divBagTotalLink a#aBagLink {
    font-size: 1em;
    position: relative;
}

.vanmBasket #divBagTotalLink #bagName {
    font-size: 1.3em;
    display: none;
    text-align: left;
}

.vanmBasket #bagQuantityContainer {
    float: left;
    text-align: right;
}

.vanmBasket #divBagTotalLink span#bagQuantity {
    background-color: transparent;
    font-size: 0.9em;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.vanmBasket #divBagTotalLink #lblBagQuantity {
    margin: 0;
}

.vanmBasket #bagTotalContainer {
    float: right;
    text-align: right;
}

.IconBagandWish .vanmBasket #bagQuantityContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.vanmBasket #divBagTotalLink span#bagQuantity {
    padding: 2px 0px;
}

/* T9Basket */
.t9Basket #divBagTotalLink #bagName {
    text-transform: uppercase;
    display: block;
    text-align: right;
}

.t9Basket #divBagTotalLink #bagQuantityContainer, .t9Basket #divBagTotalLink #bagTotalContainer {
    float: right;
    text-transform: uppercase;
}

.t9Basket #bagQuantityContainer {
    padding-left: 20px;
}

.t9Basket #bagQuantityContainer, .t9Basket #bagTotalContainer, .t9Basket #bagName {
    padding-top: 10px;
}

.t9Basket #bagTotal {
    display: inline-block;
}

/*Wish List*/
.WishShareText {
    text-align: center;
    margin-top: 20px;
}

    .WishShareText span {
        font-size: 1.5em;
    }

.wishListConfirmationDialog {
    width: 66%;
    display: inline-block;
}

@media (min-width: 1022px) {
    .flanBasket #bagQuantityContainer {
        position: absolute;
        right: 0;
        top: -2px;
    }

    .flanBasket #bagTotalContainer {
        padding: 0 40px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1021px) {
    .bsIconsBagAndWish {
        width: 45%;
    }

    #divBagTotalLink a#aBagLink #bagName {
        line-height: 1.9em;
    }

    .viewBasket #aBagLink {
        line-height: 1em;
    }

    .viewBasket #bagName {
        display: inline-block !important;
        width: auto !important;
        position: relative !important;
    }

    .Responsive .flanIconsSearch .IconBagandWish {
        width: 30%;
    }

    .flanBasket #divBagTotalLink a#aBagLink {
        min-width: 50px;
    }

    .flanBasket #divBagTotalLink #bagQuantity {
        background: url("/images/core/flansprite.png") no-repeat -4px -775px;
        height: 26px;
        padding: 7px 0 0 0;
    }

    .v2Basket #divBagTotalLink #lblSubTotal {
        display: inline-block !important;
    }

    .vanmBasket #bagName {
        position: relative !important;
    }

    .vanmBasket #bagQuantityContainer {
        float: right;
        line-height: 1em;
        width: 100%;
        text-align: right;
        top: 19px;
    }

    .vanmBasket #bagTotalContainer {
        display: none;
    }

    .t9Basket #bagName {
        display: inline-block !important;
        position: relative !important;
        float: left !important;
    }

    .t9Basket #bagQuantityContainer {
        padding-top: 13px;
    }

    .t9Basket #bagTotalContainer {
        display: none;
    }

    .t9Basket #bagQuantity {
        font-size: 0.8em;
        margin: 7px 0 0;
    }

    .flanBasket #bagTotalContainer, .flanBasket #bagQuantityContainer {
        float: none !important;
    }
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    #divBagItems {
        top: 46.5px;
        width: 318px !important;
        right: 5px;
    }

    #divAjaxLoaderImage, #divEmptyErrorMessage {
        top: 46.5px;
        right: 5px;
    }

    .Responsive #divulBagParent {
        overflow-y: hidden !important;
    }

    .sdBasket #divBagTotalLink #bagQuantity {
        font-size: 0.9em;
    }

    .v2Basket #divBagTotalLink a#aBagLink {
        min-width: 30px;
        padding: 16px 0;
        font-size: 1em;
    }

    .vanmBasket #divBagTotalLink #bagQuantity {
        padding-left: 15px;
    }

    .vanmBasket #bagQuantityContainer {
        width: 100%;
    }

    .IconBagandWish .vanmBasket #bagQuantityContainer {
        position: relative;
        top: 0;
        text-align: center;
    }

    #divBag.vanmBasket #divBagTotalLink, #divBag.vanmBasket {
        height: 37px;
    }

    .t9Basket #bagQuantityContainer {
        padding-top: 3px;
    }

    .flanBasket #divBagTotalLink a#aBagLink {
        min-width: 50px;
    }

    .flanBasket #bagQuantityContainer {
        padding-top: 3%;
    }

    .flanBasket #divBagTotalLink #bagQuantity {
        background: url("/images/core/flansprite.png") no-repeat 12px -775px;
        padding: 7px 5px 0 20px;
        height: 28px;
        width: 45px;
    }

    .Responsive .flanIconsSearch .IconBagandWish {
        width: 50%;
    }
}

/*! jQuery UI - v1.10.0 - 2013-02-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: pointer;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
    }

.SliderContain {
    padding: 0 3px;
    min-height: 10px;
}

.PriceRTag {
    text-align: center;
    margin: 0 0 8px 0;
}

.ui-slider-horizontal {
    height: 2px;
    margin-top: 12px;
    width: 100%;
}

.SliderContain .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -2px;
    margin-right: 0;
    width: 6px;
    height: 16px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #bbb;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 9000;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7000 !important;
    overflow: hidden;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    position: absolute;
    top: 0 !important;
    left: auto;
    padding: .2em;
    outline: 0;
    z-index: 8000 !important;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 14px;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar a.ui-dialog-titlebar-close {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 18px;
        margin: 0;
        padding: 0;
        height: 18px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 14px;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: 0;
        padding: 14px;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: none;
            width: 100%;
            text-align: center;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0 0.5em;
            cursor: pointer;
            padding: 10px 15%;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    background: none repeat scroll 0 0 #fff;
    color: #333333;
    max-width: 100%;
}

.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }
    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 0;
        background: none repeat scroll 0 0 #666;
        font-weight: bold;
        color: #fff;
        margin: 0 4px;
    }

        .ui-widget-header .ui-state-default a,
        .ui-widget-header .ui-state-default a:link,
        .ui-widget-header .ui-state-default a:visited {
            color: #fff;
            text-decoration: none;
        }

        .ui-state-default a:hover {
            color: #000;
        }

    .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: 0;
        background: none repeat scroll 0 0 #888;
        font-weight: bold;
        color: #fff;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #fff;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 0;
        background: none repeat scroll 0 0 #888;
        font-weight: bold;
        color: #fff;
    }

ul.dnnAdminTabNav li.ui-tabs-selected a {
    background: #000000;
    margin-top: 0;
    padding: 6px;
}

.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:link,
.ui-widget-header .ui-state-active a:visited,
.ui-widget-header .ui-state-active a:hover {
    color: #fff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("/images/plugins/custom/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("/images/plugins/custom/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #ffffff;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
    }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 18px;
    height: 18px;
    background-position: 18px 18px;
    background-color: #666;
}

    .ui-icon:hover {
        background-color: #999;
    }

#prodDetailDialog .ui-icon {
    background-color: #fff;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/images/plugins/custom/ui-icons_ffd27a_256x240.png");
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    background: none;
    height: auto;
    width: auto;
    margin: 0;
}

/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Overlays */
.ui-widget-overlay {
    background-color: #666666;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background-color: #000000;
    opacity: 0.2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

.ui-widget-header {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-weight: normal;
}

div.ui-dialog-titlebar > a.ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 4px;
    right: 6px;
    border-radius: 0;
    border: 0;
}

.dnnFormPopup #iPopUp {
    width: 99% !important;
}

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    right: 12px;
    top: 8px;
    background: url("/images/core/closedbutton.png") no-repeat 5px 5px #333 !important;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 26px;
    width: 26px;
    transition: none;
}

    div.ui-dialog-titlebar > .ui-dialog-titlebar-close:hover {
        background-color: #666 !important;
    }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.table td,.table th{background-color:#fff !important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px}@media (min-width:768px){.container{width:730px}}@media (min-width:1022px){.container{width:1012px}}@media (min-width:1220px){.container{width:1210px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:5px;padding-right:5px}.row{margin-left:-5px;margin-right:-5px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:5px;padding-right:5px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:1022px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1220px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-5px;margin-right:-5px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:5px}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family: 'Glyphicons Halflings';src: url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.eot');src: url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Portals/_default/Skins/ResponsiveSkin/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:5px;padding-left:5px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-5px;margin-left:-5px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 5px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-5px}}.navbar-toggle{position:relative;float:right;margin-right:5px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -5px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-5px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important}}.navbar-form{margin-left:-5px;margin-right:-5px;padding:10px 5px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-5px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:5px;margin-right:5px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10053;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog{position:relative;width:auto;margin:10px auto;}.modal-content{position:relative;background-color:#fff;border: 1px solid #eee;box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1);-webkit-box-shadow: 0px 0px 0px 12px rgba(0,0,0,0.1);background-clip:padding-box;outline:none}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10052;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal .close{opacity: 1 !important;text-indent: -9999px;width: 26px;height: 26px;position: absolute;right: 15px;background: url("/images/core/closedbutton.png") no-repeat 5px 5px #333 !important;border: 2px solid #fff;}.modal .close:hover{background-color: #666 !important;}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-sm{width:300px}}@media (min-width:1022px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:none;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (min-width:768px) and (max-width:1021px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:1022px) and (max-width:1219px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1220px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:1021px){.hidden-sm{display:none !important}}@media (min-width:1022px) and (max-width:1219px){.hidden-md{display:none !important}}@media (min-width:1220px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}@media print{.hidden-print{display:none !important}}
/*=============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        text-decoration: none;
    }

    a:hover, a:active {
        outline: 0;
    }

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

ins {
    text-decoration: none;
}

mark {
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 0;
    padding: 0 0 0 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
}

/* Fix for responsive and DNN control bars and dropdowns */

.dnnadminmega .megaborder {
    width: 515px!important;
}

#dnnCommonTasks .megaborder {
    width: 275px!important;
    min-width: 275px!important;
}

.dnnadminmega li.root {
    margin: 0!important;
}

#ControlBar, #ControlBar ul, #ControlBar li, #ControlBar a, #ControlBar p {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.subNav.advanced dl ul li {
    min-width: 100px;
    width: 100px;
}

#RibbonBar_adminMenus > ul > li > a, #dnn_cp_RibbonBar_adminMenus > ul > li > a, #dnn_RibbonBar_adminMenus > ul > li > a {
    display: block;
    padding: 9px 16px;
    text-decoration: none;
    color: #444;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
    border-right: 1px solid #aaa;
    border-left: 1px solid #eee;
}

    #RibbonBar_adminMenus > ul > li > a:hover, #dnn_cp_RibbonBar_adminMenus > ul > li > a:hover, #dnn_RibbonBar_adminMenus > ul > li > a:hover {
        color: #333;
        background: #f2f2f2; /* Old browsers */
        background: -moz-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
    }

#RibbonBar_adminMenus > ul, #dnn_cp_RibbonBar_adminMenus > ul, #dnn_RibbonBar_adminMenus > ul {
    height: 35px;
    border-right: 1px solid #eee;
    border-left: 1px solid #aaa;
}

#dnnCPWrap input[type="text"] {
    padding: 3px!important;
}

.dnnadminmega .megaborder {
    top: 34px!important;
}

#dnnCurrentPage .dnnCPPageList, .dnnFormCheckbox input, .cbctAddModule a.dnnPrimaryAction, #dnnCurrentPage .dnnFormCheckbox {
    margin-left: 0!important;
}

.cbctAddModule .dnnClear, .cbctAddPage, .cbcpPageEdit {
    width: 240px!important;
}

/* =============================================================================
   Sports Direct Skin ONLY Styles (overrides module.css!)
   ========================================================================== */

/* ===== Bootstrap override ===== */
@media (min-width: 768px) {
    .col-md-5coloverride {
        width: 20%!important;
    }
}

@media (min-width: 1022px) {
    .col-md-5coloverride {
        width: 20%!important;
    }
}

.max-1210 {
    max-width: 1210px;
}

.max-1012 {
    max-width: 1012px;
}

.max-1022 {
    max-width: 1022px;
}

.w-1022 {
    max-width: 1022px;
    width: 1022px;
}

#Body {
    margin: 0px;
    padding: 0px;
    font-size: 11px !important;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}

ol, ul, li, ul li {
    list-style: none;
}

#BodyWrap, .ContentWrap {
    margin: 0 auto;
}

ul.nostyle, ul.nostyle ul, ul.nostyle li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > form #ControlBar_ControlPanel, body > form #dnnCPWrap {
    z-index: 10001 !important;
}

body > form > .rcbSlide {
    z-index: 10002 !important;
}

.mobile-menu-node {
    display: none;
}

/* Move skip navigation link offscreeen */
.offscreen {
    position: absolute;
    top: -50px;
    left: -1000px;
}

.search {
    float: left;
    margin: 0;
    display: block;
    padding: 4px;
}

    .search a {
        display: inline-block;
        height: 27px;
        width: 36px;
        margin: 0;
        padding: 0;
        float: left;
    }

.innerContainer {
    background-color: #FFFFFF;
}

/* ===== Primary Sports Direct Styles ========================================================= */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body, p, a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, html, blockquote, th, td, tr, legend, select, button, input[type="submit"] {
    margin: 0;
    font-weight: normal;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica,sans-serif;
    letter-spacing: 0;
}

body {
    font-size: 11px;
    background-image: none;
    height: 100%;
}

h1 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
}

h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
}

h4 {
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
}

h5 {
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
}

h6 {
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 6px;
}

p {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

    p a, p a:active, p a:focus, p a:link, p a:visited, .infoTabPage a {
        text-decoration: underline;
    }

.c_BlackTitle h3 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 15px;
}

.cservices {
    padding: 0 10px;
}

.c_BlackTitle p, .c_BlackTitle h2, .c_BlackTitle h3, .c_BlackTitle h4 {
    padding: 5px 10px;
}

.DNNEmptyPane {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
    min-height: 0 !important;
}

.HeaderWrap {
    position: fixed;
    left: 0;
    background-color: #fff;
    height: 110px;
    width: 100%;
    padding: 0;
    z-index: 5900 !important;
    box-shadow: 0 0 5px 1px #888888;
}

.ResponsiveHeaderWrap {
    position: relative !important;
}

.HeaderTopSpacer {
    height: 110px;
}

.dnnFormMessage {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
}

.ErrorRed {
    color: #CC0000 !important;
}

.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
    color: #CC0000 !important;
    background-color: #fff2f2;
    border-radius: 0;
}

.ResponsiveHeaderTopSpacer {
    height: 0!important;
}

.ContentWrapper {
    min-height: 500px;
    background-color: #fff;
    padding: 10px 10px 15px;
}

.FooterWrap {
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: block;
    position: relative;
    height: auto;
    left: 0;
    bottom: auto;
    z-index: 5000 !important;
    width: 100%;
}

.ToplinksGroup, #topMenu, .FooterGroup, .Copyright, .dbc {
    margin: 0 auto;
    max-width: 1210px;
    display: block;
    float: none;
    position: relative;
    padding: 0 10px;
}

    .ToplinksGroup, .ToplinksGroup .container-fluid, .ToplinksGroup .container-fluid > .row, .ToplinksGroup .container-fluid > .row > div, .ToplinksGroup .LogoWrap {
        height: 100%;
    }

.LogoWrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.FooterGroup, .Copyright, .dbc {
    overflow: hidden;
}

.innerBorder {
    border: 1px solid #DBDBDB;
    padding: 10px;
}

.Copyright {
    padding: 0 0 10px 0;
    text-align: right;
}

.ResponsiveSwitch {
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 1.1em;
}

    .Copyright span, .ResponsiveSwitch span {
        color: #aaa;
        font-size: 1.1em;
        font-weight: normal;
    }

.Copyright span {
    display: inline-block;
    margin-bottom: 20px;
}

.TopNavBar {
    background-color: #fff;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5220 !important;
    width: 100%;
}

.LogoWrap img {
    max-height: 70px;
    display: inline-block;
}

.ToplinksGroup .topRow {
    border-bottom: 1px solid #EEEEEE;
}

.HeaderPane1 {
    margin-top: 6px;
}

.mob-login .loginIco {
    padding-right: 20px;
}

.scrollTopLink {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #4D4D4D;
    z-index: 6000!important;
    opacity: 0.7;
    cursor: pointer;
    display: none;
}

    .scrollTopLink span {
        padding: 10px;
        font-size: 1.5em;
        color: #fff;
    }

/* Search styles */
.ToplinksGroup .search {
    padding: 20px 0 0 0;
}

    .ToplinksGroup .search .dvSearch {
        float: left;
        width: 100%;
    }

    .ToplinksGroup .search input[type=text] {
        float: left;
        background-color: #fff;
        width: 70%;
        height: 32px;
        padding: 5px 10px;
        margin-left: 25px;
        border: 1px solid #e1e1e1;
        -webkit-appearance: none;
        border-radius: 0;
    }

.lt-ie8 .ToplinksGroup .search input[type=text] {
    height: 20px;
    width: 69.4%;
}

.ToplinksGroup .search input:focus[type=text] {
    background-color: #fafafa;
    border: 1px solid #aaa;
}

.ToplinksGroup .search a {
    width: 32px;
    height: 32px;
}

    .ToplinksGroup .search a span {
        display: block;
        height: 32px;
        width: 32px;
        text-indent: -9999px;
    }

#mobileSearchTrigger {
    display: block;
    text-indent: -9999px;
    width: 31px;
    height: 37px;
}

/* Top Icons and Bag Styles */
.HeaderIcons {
    float: right;
    height: 36px;
    width: 100%;
}

    .HeaderIcons > li {
        float: left;
        height: 100%;
        width: 50%;
    }

    .HeaderIcons li.IconBagandWish {
        float: right;
    }

    .HeaderIcons li > a, a#aBagLink {
        line-height: 3.4em;
        height: 100%;
        display: block;
        overflow: hidden;
        padding: 0 0 0 30px;
    }

    .HeaderIcons li .WishList {
        float: right;
        height: 100%;
        font-size: 0.7em;
    }

        .HeaderIcons li .WishList a {
            background: url("/images/core/wish-icon.png") no-repeat scroll 5px center transparent;
            display: block;
            line-height: 3.5em;
            padding: 0 15px 0 30px;
        }

            .HeaderIcons li .WishList a span {
                font-size: 1.1em;
            }

#divBag .WishList {
    float: left;
    font-size: 0.75em;
    height: 36px;
    overflow: hidden;
}

a#aWishListLink {
    overflow: hidden;
    display: block;
    line-height: 3.4em;
    padding: 0;
}

#shoppingbag {
    padding: 0 0 0 10px;
    width: 20px;
}

.HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
    background-color: #eee;
    color: #636363;
}

#lblBag:hover, .MyBagTextImg .WishList a:hover {
    text-decoration: none;
}

.MyBagTextImg .WishList {
    border-right: 1px solid #DDDDDD;
    float: right;
    font-size: 1.1em;
    margin-top: 2px;
    padding-right: 12px;
    text-transform: uppercase;
}

.MyTotalQuantity #bagTotal, .MyTotalQuantity #bagQuantity {
    background-color: #444;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
}

/* Language and currency styles */
#divCurrencyLanguageSelector {
    position: relative;
    float: left;
}

#currencyLanguageSelector {
    position: relative;
    float: right;
    height: 26px;
    max-width: 92px;
}

.LanguageCurrency {
    float: right;
    height: auto;
    margin: 5px 0 0 0;
    max-width: 101px;
}

.currencyLanguageSelector {
    float: right;
}

.currencyLanguageSlider {
    right: 0;
    top: 23px;
}

.LanguageCurrency select {
    background: url("/images/ddarrow.png") no-repeat scroll 38px center #eee;
    border: 1px solid #FFFFFF;
    height: 22px;
    cursor: pointer;
}

.LanguageCurrency .SelectSurround {
    float: right;
    width: 112px;
}

.LanguageCurrency .CurrencySelect {
    width: 60px;
}

.SelectSurround .langdropdown dt a {
    background: url("/images/ddarrow.png") no-repeat scroll 86px center #eee;
    border: 1px solid #FFFFFF;
}

/* Menu CSS */
#topMenuWrapper {
    height: 40px;
    top: 70px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5200 !important;
}

.subNavTab {
    background: url("/images/core/menu-top.png") no-repeat scroll 19px 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #EEEEEE;
    box-shadow: 0 7px 3px -2px #CCCCCC;
    display: none;
    left: 0;
    opacity: 0.98;
    padding: 0;
    position: absolute;
    top: 40px;
    z-index: 6000 !important;
}

nav#topMenu ul.RootGroup {
    height: 100%;
}

nav#topMenu ul li.root {
    float: left;
    height: 100%;
    text-align: center;
    text-transform: none;
}

    nav#topMenu ul li.root > a {
        font: 13px/14px Trebuchet MS,Arial,sans-serif;
        height: 40px;
        padding: 12px 0 0;
        display: block;
    }

.lt-ie8 nav#topMenu ul li.root > a {
    height: 26px;
}

nav#topMenu ul li.root > ul {
    top: 40px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 5px 3px -2px #CCCCCC;
    text-align: left;
}

.fieldcheckbox label {
    margin-right: 10px;
}

.fieldcheckbox {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 10px;
    width: 100% !important;
    padding-top: 25px;
}

.no-padding-all {
    padding: 0 !important;
}

/*Sprite Background*/
.ToplinksGroup .search a span, .HeaderIcons li > a, #topLinkMenu ul > li a, .menu-trigger, .FooterSocialIcons li a, #divBagTotalLink a#aBagLink, #mobileSearchTrigger, .RightBarLinks #topLinkMenu ul > li a, .MenuRightLogin ul.TopLinkMenu > li a, a#aBagLink, .ToplinksGroup .search a span.search-outer, .menu-trigger, #divBagTotalLink span#bagQuantity, .ToplinksGroup .search a span, #folCrusFace, #folCrusTwit, #folCrusInst, #folCrusPint, #emailSubmitBut, .viewBasket #bagName, #cruiseFB a span, #cruiseTw a span, #findAstore, .flanBasket #divBagTotalLink #bagQuantity, span.searchIcon, .searchIcon, .FooterIconTwit, .FooterIcon, #emailSignup .m_list, .LonsFooterSocialIcons1 > li > a, .Wishicon {
    background-image: url("/images/core/spriteheader.png");
    background-repeat: no-repeat;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    :focus {
        outline: 0;
    }

    .no-padding-xs {
        padding: 0!important;
    }

    .ContentWrapper {
        min-height: 0;
    }

    .HeaderWrap {
        height: 55px;
    }

    .LogoWrap a {
        text-align: center;
    }

    #BreadCrumbHeader {
        display: none;
    }

    .breadcrumb ol li.home {
        padding-left: 0;
    }

    .Copyright, .ResponsiveSwitch {
        text-align: center;
    }

    .ResponsiveSwitch {
        padding: 0;
    }

    .TopNavBar {
        height: 55px;
    }

    .HeaderTopSpacer {
        height: 55px;
    }

    .LogoWrap img {
        max-height: 55px;
        margin-left: auto;
        margin-right: auto;
        padding: 3px 0;
    }

    .HeaderIcons li > a {
        padding: 0 7px 0 7px;
        text-indent: -9999px;
    }

    .HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover {
        background-color: transparent!important;
    }

    .HeaderIcons .IconSignInOut {
        width: 100%;
    }

        .HeaderIcons .IconSignInOut .login {
            max-width: 35px;
        }

    #divBagTotalLink a#aBagLink {
        width: 40px;
        min-width: 40px;
        padding: 0;
    }

    #divBagTotalLink span#bagQuantity {
        padding: 1px;
        margin-left: 14px;
        background-color: transparent;
        text-align: center;
        width: 20px;
        display: block;
    }

    .ToplinksGroup .bottomRow {
        margin-top: 10px;
    }

    .ToplinksGroup,
    .ToplinksGroup .container-fluid {
        padding: 0!important;
    }

    #divBag #divBagTotalLink {
        padding-right: 10px;
    }

    .rrVertOne ul div:nth-child(even) {
        display: none;
    }

    .rrStratProduct {
        width: 33.33%;
    }

    .FooterGroupLink li a {
        font-size: 1.3em;
    }

    .QuickBuyButton {
        display: none;
    }
}

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    :focus {
        outline: 0;
    }

    .ToplinksGroup .topRow {
        border: none!important;
        margin-top: 15px;
    }

    .ToplinksGroup .bottomRow {
        position: absolute;
        top: 15px;
        right: 0;
        width: 70%;
    }

    .LanguageCurrency {
        float: left;
    }

    #currencyLanguageSelector {
        height: 32px;
    }

    #divBagTotalLink a#aBagLink {
        min-width: 60px;
        position: relative;
    }

        #divBagTotalLink a#aBagLink #bagName {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            line-height: 1.4em;
            display: none;
        }

    .Responsive #divBag {
        padding-top: 5px;
    }

    .HeaderIcons > li {
        width: 100%;
    }

    .HeaderIcons li > a {
        padding: 0 0 0 31px;
    }

    a#aBagLink {
        padding: 0 10px 0 31px;
    }

    .currencyLanguageSlider {
        right: 0;
        top: 32px;
    }

    .HeaderIcons {
        height: 32px;
        margin-top: 5px;
        float: left;
    }

        .HeaderIcons li a#aBagLink {
            line-height: 3.2em;
            padding: 0 10px 0 30px;
        }

        .HeaderIcons > li a:hover, #divBagTotalLink a#aBagLink:hover, a#aWishListLink:hover {
            background-color: transparent!important;
        }

    #topMenu {
        padding: 0;
    }

    nav#topMenu ul li.root > a {
        font: 12px/14px Trebuchet MS,Arial,sans-serif;
    }

    .QuickBuyButton {
        display: none;
    }
}

/* Desktop only transition support */
@media (min-width: 1022px) {
    .ToplinksGroup .search input[type=text] {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }

    .HeaderIcons li > a, a#aBagLink {
        transition: background-color 400ms linear 0s;
        -webkit-transition: background-color 400ms linear 0s;
        -moz-transition: background-color 400ms linear 0s;
        -ms-transition: background-color 400ms linear 0s;
        -o-transition: background-color 400ms linear 0s;
    }

    nav#topMenu ul li.root {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }

    .ContentWrapper {
        min-height: 800px;
    }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent;
        color: black;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.Responsive .s-categorytext {
    max-width: 100%;
}

.Responsive .s-categoryimage img {
    min-width: 100%;
}

.SelectableFilter, .SelectedFilter {
    width: 92%;
}

.QuickBuyContent .ImgButWrap a {
    width: 100%;
    max-width: 230px;
}

.HorzPartial {
    float: none;
}

.RadTabStrip {
    margin: 0 0 10px 0;
}

.FooterGroup {
    padding: 0;
    clear: both;
}

.MobInstructions {
    color: #a5a0a0;
    font-size: 1.3em;
}

.prc_ratingblock a.aAddProductReviewComments:hover {
    cursor: pointer;
}

.letnum input, .letters input, .numbers input, .listclubplayer select, .listthc select {
    width: 65%;
}

/* IE7 */
.lt-ie8 .ContentWrapper {
    padding: 10px 20px !important;
}

.lt-ie8 .RightMainSection {
    width: 33%;
}

.lt-ie8 a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .lt-ie8 .RightMainSection {
        width: 24%;
    }
}

.lt-ie8 .SelectableFilter, .lt-ie8 .SelectedFilter {
    width: 83%;
}

.lt-ie8 .field-val {
    width: 46%;
}

.lt-ie8 .Profile .s-profile-fix fieldset {
    margin: 10px 0 0 25px;
}

.c_Visibility {
    float: right;
}

.c_Invisible {
}

.c_GreyBox {
    background: url("/images/core/topheadgrad.png") repeat-x scroll left bottom #F1F1F1;
    display: block;
    padding: 15px 15px 25px;
    margin-bottom: 10px;
}

.c_GreyBoxTitle {
    background: url("/images/core/topheadgrad.png") repeat-x scroll left bottom #F1F1F1;
    display: block;
    padding: 15px 15px 25px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.RightPane1 .c_GreyBox {
    padding: 10px 10px 20px;
    display: block;
}

.c_GreyBoxTitle .c_Title {
    font-size: 2.1em;
    font-weight: bold;
}

.c_BlackTitle {
    text-align: left;
    margin-bottom: 10px;
}

.ProdDetails .c_BlackTitle {
    margin: 10px 0;
    padding: 10px;
}

.c_BlackTitle .c_Title {
    background-color: #F1F1F1 !important;
    color: #666666;
}

.c_BlackTitle .c_Title {
    font-weight: normal;
    padding: 10px 15px;
    font-size: 2em;
    display: block;
    margin-bottom: 10px;
}

.c_GreyTitle {
    padding: 2px 0 4px 0;
    text-align: left;
    margin-bottom: 10px;
}

    .c_GreyTitle .c_TitleVisibility {
        display: block;
        background-color: #F1F1F1;
        border: 1px solid #CCC;
        padding: 4px 10px;
    }

    .c_GreyTitle .c_Title {
        color: #666;
        font-size: 1.4em;
        line-height: 1.5em;
        text-transform: capitalize;
    }

.c_BorderTitle {
    padding: 2px 0 4px 0;
    text-align: left;
    margin-bottom: 10px;
}

    .c_BorderTitle .c_Title {
        border-bottom: 2px solid #BBBBBB;
        color: #666666;
        display: block;
        font-size: 1.8em;
        line-height: 1.5em;
    }

.c_GreyBoxTitle .sidebar-nav li {
    padding: 4px 0;
}

/* AccountMenu START */

#accountMenu {
    width: 100% !important;
}

ul.sidebar-nav li.topic {
    display: block;
}

#accountMenu a {
    display: block;
    font-size: 1em !important;
    padding: 8px 15px;
}

    #accountMenu a:hover, #accountMenu a:active {
        color: #565656;
    }

ul.sidebar-nav li.topic {
    display: block;
}

    ul.sidebar-nav li.topic:hover, ul.sidebar-nav li.topic:active {
        background: none repeat scroll 0 0 #E6E4E6;
        position: relative;
    }

ul.sidebar-nav li.FirstOptionAcc {
    border: 1px solid #CCCCCC;
    font-size: 1.2em;
}

ul.sidebar-nav li.MidOptionAcc {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

ul.sidebar-nav li.LastOptionAcc {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

ul.sidebar-nav li.chevron-right {
    position: relative;
}

    ul.sidebar-nav li.chevron-right .glyphicon {
        right: 8px;
        position: absolute;
        top: 10px;
    }

@media (max-width: 767px) {
    #accountMenu {
        margin-top: 10px;
    }
}

/* BottomLinkMenu START */

/* Default footer sub menu styles */
.FooterSubGroup {
    background-color: #FFFFFF;
    margin: 0 0 6px 0;
    border: 0;
    min-height: 127px;
}

.FooterGroup1 {
    height: 263px;
}

.FooterSubGroup .FooterHeader {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-size: 1.5em;
    font-weight: normal;
}

.FooterHeader span {
    float: right;
    padding: 0 15px;
}

.FooterGroupLink {
    width: 50%;
}

.lt-ie8 .FooterGroupLink {
    width: 49.5%;
}

.FooterMenuWrap {
    width: 100%;
    display: inline-block;
}

.FooterGroupLink {
    float: left;
    padding: 4px 0 0 0;
}

    .FooterGroupLink li {
        line-height: 1.4em;
        padding: 2px 10px;
        text-align: left;
    }

        .FooterGroupLink li a {
            display: block;
            width: 100%;
        }

            .FooterGroupLink li a:hover {
                text-decoration: underline;
            }

FooterGroupLink li a {
    display: block;
    width: 100%;
}

.FooterCardIcons, .FooterSocialIcons {
    display: inline-block;
}

.FooterSocialIcons {
    padding: 12px 0 0 4px;
}

.FooterCardIcons {
    background: url("/images/core/checknewpayv3-no.png") no-repeat 0 0 transparent;
    background-size: 100%;
    max-width: 418px;
    width: 100%;
    height: 50px;
}

    .FooterCardIcons.gbp {
        background-image: url("/images/core/checknewpayv3.png");
    }


.FooterSocialIcons li {
    float: left;
}

    .FooterSocialIcons li a {
        height: 50px;
        float: left;
    }

.SocialIcon-Facebook a {
    width: 49px;
}


.SocialIcon-Pinterest a {
    width: 45px;
}

.SocialIcon-Youtube a, .SocialIcon-GooglePlus a, .SocialIcon-Instagram a {
    width: 46px;
}

.SocialIcon-News a, .SocialIcon-Twitter a {
    width: 47px;
}

.SocialIcon-InstagramMens a {
    width: 84px;
}

.SocialIcon-InstagramWomens a {
    width: 104px;
}

#FoottxtSearch {
    height: 43px;
    width: 84%;
    padding: 0 10px 0 10px;
}

#FootcmdSearch:before {
    content: "\e003";
}

#FootcmdSearch {
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    position: absolute;
    width: 15%;
    padding: 7px 4% 7px 4%;
    text-decoration: none;
}

.FootSearchDropDown {
    width: 75% !important;
    max-width: 300px;
    border-radius: 0 !important;
}

    .FootSearchDropDown > li > a {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #008D7f;
        padding-left: 25px;
    }

    .FootSearchDropDown > li {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: black;
        padding: 5px 0 5px 0;
    }

.FootdvSearch {
    padding: 0px 0px 15px 15px;
}

/* Mobile media query overrides */
@media (max-width: 767px) {
    .FooterSubGroup {
        min-height: 0;
        margin: 0;
        height: auto;
    }

    .FooterMenuWrap {
        display: none;
    }

    .FooterSubGroup .FooterHeader {
        margin-bottom: 0;
        cursor: pointer;
    }

    .FooterGroupLink li a {
        padding: 6px 0;
    }
}

@media (min-width: 768px) {
    .FooterMenuWrap {
        display: block!important;
    }
}

/* Desktop only transitions */
@media (min-width: 1022px) {
    .FooterSocialIcons li a {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }
}

/* HelpLeft START */

#helpMenu {
    font-size: 1em;
    color: #666;
    padding: 10px 10px 20px 10px;
    display: block;
    background: url("/images/core/topheadgrad.png") repeat-x bottom left #f1f1f1;
}

    #helpMenu h2 {
        font-size: 2.1em;
        font-weight: bold;
        padding: 5px;
        text-transform: capitalize;
    }

    #helpMenu .sidebar-nav {
        padding: 10px 0 0 0;
    }

        #helpMenu .sidebar-nav li {
            line-height: 1.3em;
            font-size: 1.1em;
            border-top: 1px solid #ddd;
        }

            #helpMenu .sidebar-nav li a {
                display: block;
                padding: 10px 5px;
            }

@media (max-width:767px) {
    #helpMenu .sidebar-nav li {
        font-size: 1.3em;
    }
}

/* MobileMenu START */

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .mp-container, .scroller {
    height: 100%;
}

.mp-scroller {
    overflow-y: auto;
    width: 100%;
}

.MobMenIcon {
    padding: 0 15px;
    position: inherit;
}

.MobMenChevron {
    float: right;
    padding-top: 4px;
}

.mp-scroller,
.mp-scroller-inner {
    position: relative;
}

.mp-container {
    position: relative;
    overflow: hidden;
}

.lt-ie8 .mp-container {
    overflow: visible!important;
}

.menu-trigger {
    background-color:#EBEBEB;
    display: block;
    height: 55px;
    width: 55px;
    text-indent: -9999px;
    float: left;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 75%;
    height: 100%;
    max-width: 280px;
    min-width: 233px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

    /* overlays for pusher and for level that gets covered */
    .mp-pusher::after,
    .mp-level::after,
    .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }

    .mp-pusher::after,
    .mp-level::after {
        background: rgba(0,0,0,0.3);
    }

    .mp-level::after {
        z-index: -1;
    }

    .mp-pusher.mp-pushed::after,
    .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 1;
    }


    .mp-level.mp-level-overlay {
        cursor: pointer;
    }

        .mp-level.mp-level-overlay.mp-level::before {
            width: 100%;
            height: 100%;
            background: transparent;
            opacity: 1;
        }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open, .mp-cover .mp-level.mp-level-opening {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open):not(.mp-level-opening) {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menulevelheader {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu.mp-cover .menulevelheader {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.mp-menu ul li > a {
    color: white;
    display: block;
    padding: 0.7em 0 0.7em 0.7em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
}

.mp-menu .menuitemtext {
    float: left;
    width: 160px;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
}


.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.shop > ul > li {
    background-color: white;
}

    .shop > ul > li > a {
        background-color: inherit!important;
        padding-left: 2em;
        cursor: pointer;
    }

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

    .mp-back::after {
        font-family: 'Glyphicons Halflings';
        position: absolute;
        content: "\e080";
        right: 10px;
        font-size: 1.3em;
        color: #fff;
        top: 7px;
    }

.menulevelheader > a {
    color: white !important;
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}

/*Search Styling */
.mp-menu .dvSearch {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    height: 43px;
}

#MobtxtSearch {
    height: 43px;
    width: 84%;
    padding: 0 10px 0 10px;
}


#MobcmdSearch:before {
    content: "\e003";
}

#MobcmdSearch {
    font-family: 'Glyphicons Halflings';
    color: white;
    font-size: 20px;
    position: absolute;
    width: 16%;
    padding: 7px 4% 7px 4%;
}

.MobSearchDropDown {
    width: 75% !important;
    max-width: 300px;
    border-radius: 0 !important;
}

    .MobSearchDropDown > li > a {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        padding-left: 25px;
    }

    .MobSearchDropDown > li {
        font-size: 18px;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: black;
        padding: 5px 0 5px 0;
    }

.mp-level {
    display: none;
}

.mp-level-open, .mp-level-opening {
    display: block;
}

.lt-ie9 .mp-menu {
    display: none;
}

/* SubMenu START */

#subMenu {
    background-color: #F7F3F7;
    border: 1px solid #CCCCCC;
    height: auto;
    width: 100%!important;
}

ul.sidebar-nav li.topic {
    display: block;
}

#subMenu a {
    display: block;
    font-size: 1em !important;
    padding: 16px 8px;
}

    #subMenu a:hover, #subMenu a:active {
        color: #565656;
    }

ul.sidebar-nav li.topic {
    display: block;
}

    ul.sidebar-nav li.topic:hover, ul.sidebar-nav li.topic:active {
        background: none repeat scroll 0 0 #E6E4E6;
        position: relative;
    }

@media (max-width: 767px) {
    #subMenu {
        margin-top: 10px;
    }
}

/* TopLinkMenu START */

#topLinkMenu {
    height: 100%;
}

    #topLinkMenu > ul {
        width: 100%;
        height: 100%;
    }

    #topLinkMenu ul li {
        float: left;
        padding: 0;
        text-align: left;
        min-width: 0;
        clear: none;
    }

    #topLinkMenu ul.TopLinkMenu li a {
        display: block;
    }

    #topLinkMenu ul > li {
        background-color: transparent;
        height: 100%;
        line-height: 3em;
        margin: 0;
        width: 33.33%;
    }

    #topLinkMenu ul li a:hover {
        background-color: #eee;
        color: #636363;
    }

    #topLinkMenu ul > li a {
        padding: 0 10px 0 30px;
    }

    #topLinkMenu span.ico {
        display: none;
    }

/* Desktop only transitions */
@media (min-width: 1022px) {
    #topLinkMenu ul > li a {
        transition: background-color 400ms linear 0s;
        -webkit-transition: background-color 400ms linear 0s;
        -moz-transition: background-color 400ms linear 0s;
        -ms-transition: background-color 400ms linear 0s;
        -o-transition: background-color 400ms linear 0s;
    }
}

/* TopMenu START */

div.NewMenu > ul > li {
    display: inline-block;
    position: relative;
}

.lt-ie8 div.NewMenu > ul > li {
    float: left;
}

div.NewMenu > ul {
    text-align: left;
    color: white;
}

    div.NewMenu > ul > li > a {
        color: #fff;
        display: block;
        padding: 0 20px;
    }

        div.NewMenu > ul > li > a:hover {
        }


div.NewMenuWrap div.LinkLevel2 ul li.level1 div.DropdownWrap:hover {
    display: table-cell !important;
}


div.NewMenuWrap:hover {
    display: table !important;
}

div.NewMenuWrap {
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #044f9c !important;
    height: 35px;
    display: none;
    overflow: inherit !important;
    z-index: 5200 !important;
}

    div.NewMenuWrap ul > li.level1:hover {
        background-color: #0555a7 !important;
    }

/* When view in desktop mode we need to not fix this */
@media (max-width: 1021px) {
    .ResponsiveHeaderWrap div.NewMenuWrap {
        position: relative;
        width: 1022px;
        left: -10px;
    }
}



div.NewMenu {
    margin: 0 auto;
    max-width: 1210px;
    float: none;
    position: relative;
    padding: 0 10px;
    text-align: left;
}

.DropdownWrap {
    position: fixed;
    left: 0px;
    display: none;
    z-index: 5200 !important;
    overflow: visible !important;
}

nav#topMenu li.sdmColHeaderHidden {
    padding-top: 24px;
}

nav#topMenu .DropdownWrap li.sdmColHeaderHidden {
    padding-top: 27px;
}

.lt-ie8 nav#topMenu li.sdmColHeaderHidden {
    margin-top: 8px;
    padding-top: 0px;
}

nav#topMenu ul, nav li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

nav#topMenu > ul {
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    nav#topMenu > ul > li {
        float: left;
        display: inline-block;
    }

    nav#topMenu > ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-weight: bold;
    }

.lt-ie8 nav#topMenu > ul > li {
    float: left;
}

nav#topMenu > ul li a {
    font: 1.3em/34px Trebuchet MS,Arial,sans-serif;
}

nav#topMenu li.root {
    position: relative;
    width: auto;
    float: left;
    text-transform: uppercase;
    height: 35px;
}

    nav#topMenu li.root > a {
        text-decoration: none;
        padding: 0 24px;
        font-weight: bold;
        display: block;
    }

    nav#topMenu li.root > ul {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 5200 !important;
        font-size: 15px;
        padding: 8px;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        -webkit-box-shadow: 0 5px 15px 0 #666666;
        -moz-box-shadow: 0 5px 15px 0 #666666;
        box-shadow: 0 5px 15px 0 #666666;
    }

nav#topMenu > ul li.columnGroup {
    float: left;
    padding: 0;
    margin: 0;
}

nav#topMenu li.columnGroup li.level1 {
    border-right: 1px solid #EEEEEE;
}

nav#topMenu li.columnGroup a {
    display: block;
    width: 100%;
    padding-right: 20px;
}

nav#topMenu ul.RootGroup {
    display: inline-block;
}

#topMenuWrapper {
    z-index: 5200 !important;
}

.lt-ie8 #topMenuWrapper {
    position: relative;
}

nav#topMenu li.root > ul li a {
    display: block;
    font-size: 0.8em;
    line-height: 1.3em;
    width: 100%;
    padding: 3px 6px;
    text-transform: none;
    width: auto;
    font-weight: normal;
}

    nav#topMenu li.root > ul li a:hover {
        text-decoration: none;
    }

nav#topMenu li.root > ul .sdmColHeader > a, nav#topMenu li.root > ul .sdmColSaleHeader > a {
    font-weight: bold;
    font-size: 0.9em !important;
    height: 24px;
}

nav#topMenu li.root > ul .sdmColSaleHeader > a, nav#topMenu li.root > ul .sdmColSaleFooter > a {
    color: #df0303;
}

nav#topMenu li.root > ul .sdmColSaleFooter a, nav#topMenu li.root > ul .sdmColFooter a {
    font-size: 0.8em !important;
    font-weight: bold;
}

nav#topMenu li.root > ul .sdmColOther > a {
    border-top: 1px dashed #CCCCCC;
    margin-top: 5px;
    padding-top: 10px;
    font-size: 0.8em !important;
    font-weight: bold;
}

nav#topMenu li.root > ul .sdmColSubHeader, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader {
    padding-top: 10px;
}

    nav#topMenu li.root > ul .sdmColTopHeader > a, nav#topMenu li.root > ul .sdmColSubHeader > a {
        font-size: 0.9em !important;
        font-weight: bold;
    }

nav#topMenu > ul .NewMenuWrap li.sdmColHeader, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader, nav#topMenu > ul .NewMenuWrap li.sdmColHeaderHidden {
    border-bottom: 2px solid #bbb;
    margin-bottom: 6px;
}

nav#topMenu > ul .NewMenuWrap li.MarginColumn {
    margin-left: 20px;
}

nav#topMenu > ul .NewMenuWrap li.level2 a {
    line-height: 1.3em;
    font-size: 1.1em;
    padding: 3px 0;
    display: block;
}

nav#topMenu > ul .NewMenuWrap li.TopGap {
    margin-top: 29px;
    border-top: 2px solid #bbb;
    padding-top: 6px;
}

nav#topMenu > ul .NewMenuWrap li.sdmColHeader a, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader a {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 8px;
}

nav#topMenu li.root > ul .sdmColFooter, nav#topMenu li.root > ul .sdmColSaleFooter {
    border-top: 1px dashed #CCCCCC;
    font-weight: bold;
    padding: 2px 0 0;
}

nav#topMenu li.root > ul .sdmColDropHead a {
    margin-top: 15px;
}

nav#topMenu > ul li.level1 a, nav#topMenu > ul li.level2 a {
    min-width: 150px;
}

nav#topMenu li.root > ul .sdmColHeader {
}

nav#topMenu li.root > ul .sdmColSaleHeader {
}

nav#topMenu li.root > ul .sdmColNoLinkTop {
}

nav#topMenu li.root ul li ul li ul li ul {
    border-top: 1px solid #ccc;
}

nav#topMenu > ul li.HomeIcon a {
    font-size: 0.1em !important;
}

nav#topMenu li.root > ul .colParentBrand {
    border: medium none;
    float: left;
    width: 656px;
}

nav#topMenu li.root > ul .ClearanceBrands {
    width: 492px;
}

nav#topMenu li.root > ul .colParentBrand > a {
    height: 10px;
}

nav#topMenu li.root > ul .colParentBrand > ul {
    border: none;
}

    nav#topMenu li.root > ul .colParentBrand > ul li {
        float: left;
        height: 45px;
        width: 82px;
    }

        nav#topMenu li.root > ul .colParentBrand > ul li a {
            background: url("/images/marketing/all-menu-logos.jpg") no-repeat scroll left top transparent;
            float: left;
            font-size: 0 !important;
            height: 45px;
            min-width: 0;
            padding: 0;
            width: 82px;
        }

nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a {
    background-position: 0 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a {
    background-position: -82px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a {
    background-position: -164px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a {
    background-position: -246px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a {
    background-position: -328px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a {
    background-position: -410px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a {
    background-position: -492px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -45px;
    }

nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a {
    background-position: -574px 0;
}

    nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .MensBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -45px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a {
    background-position: 0 -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a {
    background-position: -82px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a {
    background-position: -164px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a {
    background-position: -246px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a {
    background-position: -328px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a {
    background-position: -410px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a {
    background-position: -492px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -135px;
    }

nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a {
    background-position: -574px -90px;
}

    nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .WomensBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -135px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a {
    background-position: 0 -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a {
    background-position: -82px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a {
    background-position: -164px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a {
    background-position: -246px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a {
    background-position: -328px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a {
    background-position: -410px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a {
    background-position: -492px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -225px;
    }

nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a {
    background-position: -574px -180px;
}

    nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .KidsBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -225px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a {
    background-position: 0 -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand1 a:active {
        background-position: 0 -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a {
    background-position: -82px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand2 a:active {
        background-position: -82px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a {
    background-position: -164px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand3 a:active {
        background-position: -164px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a {
    background-position: -246px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand4 a:active {
        background-position: -246px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a {
    background-position: -328px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand5 a:active {
        background-position: -328px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a {
    background-position: -410px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand6 a:active {
        background-position: -410px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a {
    background-position: -492px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand7 a:active {
        background-position: -492px -315px;
    }

nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a {
    background-position: -574px -270px;
}

    nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:hover, nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:focus, nav#topMenu li.root .FootballLogos > ul li.MenuBrand8 a:active {
        background-position: -574px -315px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a {
    background-position: 0 -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a {
    background-position: -82px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a {
    background-position: -164px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a {
    background-position: -246px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a {
    background-position: -328px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a {
    background-position: -410px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a {
    background-position: -492px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -405px;
    }

nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a {
    background-position: -574px -360px;
}

    nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .AccessoriesBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -405px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a {
    background-position: 0 -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand1 a:active {
        background-position: 0 -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a {
    background-position: -82px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand2 a:active {
        background-position: -82px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a {
    background-position: -164px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand3 a:active {
        background-position: -164px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a {
    background-position: -246px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand4 a:active {
        background-position: -246px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a {
    background-position: -328px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand5 a:active {
        background-position: -328px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a {
    background-position: -410px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand6 a:active {
        background-position: -410px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a {
    background-position: -492px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand7 a:active {
        background-position: -492px -495px;
    }

nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a {
    background-position: -574px -450px;
}

    nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:hover, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:focus, nav#topMenu li.root .BrandsLogos > ul li.MenuBrand8 a:active {
        background-position: -574px -495px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a {
    background-position: 0 -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a {
    background-position: -82px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a {
    background-position: -164px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a {
    background-position: -246px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a {
    background-position: -328px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a {
    background-position: -410px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a {
    background-position: -492px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -585px;
    }

nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a {
    background-position: -574px -540px;
}

    nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .OutdoorBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -585px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a {
    background-position: 0 -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand1 a:active {
        background-position: 0 -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a {
    background-position: -82px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand2 a:active {
        background-position: -82px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a {
    background-position: -164px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand3 a:active {
        background-position: -164px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a {
    background-position: -246px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand4 a:active {
        background-position: -246px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a {
    background-position: -328px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand5 a:active {
        background-position: -328px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a {
    background-position: -410px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand6 a:active {
        background-position: -410px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a {
    background-position: -492px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand7 a:active {
        background-position: -492px -675px;
    }

nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a {
    background-position: -574px -630px;
}

    nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:hover, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:focus, nav#topMenu li.root .ClearanceBrands > ul li.MenuBrand8 a:active {
        background-position: -574px -675px;
    }

/* Tablet media query overrides */
@media (min-width: 768px) and (max-width: 1021px) {
    #topLinkMenu ul > li a {
        padding: 8px 10px 0px 30px;
    }

    #topLinkMenu ul li:hover {
        background-color: transparent!important;
    }

    nav#topMenu li.root > ul li a {
        padding: 6px;
    }

    nav#topMenu li.root > ul .sdmColHeader > a, nav#topMenu li.root > ul .sdmColSaleHeader > a {
        height: 31px;
    }

    nav#topMenu li.sdmColHeaderHidden {
        padding-top: 31px;
    }
}

/*Menu Adverts*/

.singlecolumnadvert .HeaderAdvert {
    font-size: 1em;
    padding: 10px 0;
    font-weight: bold;
    line-height: 1.3em;
}

.singlecolumnadvert span {
    font-size: 1em;
    color: #888;
    display: block;
}

.singlecolumnadvert .view-button {
    display: block;
    font-size: 0.9em;
}

    .singlecolumnadvert .view-button a {
        font-weight: bold !important;
        padding: 10px 0 !important;
    }

.Dropdown {
    width: 100%;
    background-color: #fff;
    margin: 0;
    max-width: 1210px;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0 0 10px 1px #888888;
    margin-bottom: 10px;
}

    .Dropdown .Center {
        width: 50%;
        float: left;
        padding: 15px;
    }

.lt-ie8 .Dropdown .Center {
    padding: 0;
}

.AutoWidth .Center {
    width: 100%;
}

.Dropdown .Center .columnGroup {
    width: 33.33%;
}

.lt-ie8 .Dropdown .Center .columnGroup {
    width: 33.3%;
}

.Dropdown .Right {
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-top: 15px;
}

.lt-ie8 .Dropdown .Right {
    width: 49.6%;
}

.Dropdown .Right .singlecolumnadvert {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.lt-ie8 .Dropdown .Right .singlecolumnadvert {
    width: 32.7%;
    padding: 0px;
}

nav#topMenu ul li.root.FullWidthTraditional > ul {
    position: fixed;
    top: 110px;
}

#topMenu .Picker.tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-tabs-vertical {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}


#topMenu .Picker.tabs ul.ui-tabs-nav {
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

    #topMenu .Picker.tabs ul.ui-tabs-nav li {
        background-color: white;
        margin: 0 0 0 10px;
        padding: 0 10px !important;
    }

        #topMenu .Picker.tabs ul.ui-tabs-nav li:hover {
            background-color: whitesmoke;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border: 1px solid lightgrey;
            border-right: 0;
            /* margin-right: 0px; */
            width: 100%;
        }

        #topMenu .Picker.tabs ul.ui-tabs-nav li a {
            color: black;
            border: 0;
            background-color: inherit;
        }

            #topMenu .Picker.tabs ul.ui-tabs-nav li a:hover {
                color: #008D7F;
            }

#topMenu .Picker.tabs .ui-tabs-panel {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    padding: 10px;
    box-shadow: inset -6px -5px 10px -6px rgba(0,0,0,0.2);
    border-radius: 0 0px 5px 0 !important;
}

#topMenu .Picker.tabs {
    position: relative;
    border-radius: 0;
    padding: 0px;
    border-radius: 0 0px 5px 5px !important;
}

    #topMenu .Picker.tabs * {
    }

nav#topMenu > ul .NewMenuWrap li.level1 a {
    min-width: 0;
}


.Picker.Picker.tabs {
    border: solid 1px lightgray;
    padding: 5px;
    border-top: 0;
}

.Picker.PickerHeader {
    box-shadow: inset 1px 1px 8px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid #B9B9B9;
    height: 40px;
    padding: 12px;
    margin-top: 5px;
    border-radius: 5px 5px 0 0;
}

.PickerLeft {
    width: 50%;
    height: 100%;
    position: absolute;
    float: left;
    box-shadow: inset 2px -3px 10px -2px rgba(0,0,0,0.2);
    border-right: solid 1px lightgray;
}

.PickerRight {
    height: 100%;
    width: 50%;
    float: right;
    border-radius: 0 0px 5px 0 !important;
}

/* SidebarMenu START */
.SideMenuWrapper {
    position: fixed;
    z-index: 100;
    padding-left: 0;
    padding-right: 23px;
}

    .SideMenuWrapper .panel {
        box-shadow: none;
    }

/* SIDE NAV STYLES*/
#SideMenuWrapper .NaR {
    border-top: solid 1px #ddd !important;
}

#SideMenuWrapper {
    position: fixed;
    z-index: 100;
    padding-left: 0;
    padding-right: 15px;
    width: 16%;
    background-color: transparent;
    margin: 0 auto;
}

    #SideMenuWrapper .mmHasChild {
        font-weight: bold;
        color: #000400;
    }

    #SideMenuWrapper .panel li :hover {
        text-decoration: underline;
        font-weight: bold;
    }

    #SideMenuWrapper .panel-heading, .panel-group, .panel {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        background-color: #fff;
        border-top: 0;
    }

    #SideMenuWrapper .panel {
        text-transform: uppercase;
        font-size: 1.1em;
    }

        #SideMenuWrapper .panel a {
            display: block;
        }

    #SideMenuWrapper .panel {
        border-radius: 0px;
    }

    #SideMenuWrapper .panel {
        border-color: #e1e1e1;
    }

    #SideMenuWrapper .panel {
        margin-top: 0;
    }

        #SideMenuWrapper .panel a {
            color: #000400;
            font-weight: bold;
            font-size: 1.1em;
            padding: 9px 14px;
        }

    #SideMenuWrapper .panel-collapse {
        padding: 0px 14px 12px 0px;
        width: auto;
    }

    #SideMenuWrapper .panel .level1 {
        border: none;
        font-size: 0.9em;
        text-transform: capitalize !important;
        padding: 3px 0px;
    }

        #SideMenuWrapper .panel .level1 a {
            color: #616161;
            font-weight: normal;
            padding: 1px 14px;
        }

        #SideMenuWrapper .panel .level1.selected a {
            font-weight: bold;
            color: #000400;
        }

        #SideMenuWrapper .panel .level1 a:hover {
            color: #000400;
            font-weight: normal;
        }

/* TABLET MENU OVERRIDES */
nav#topMenu > ul .NewMenuWrap li.colBrands {
    margin-left: 0;
    margin-top: 10px;
}

.lt-ie8 .Dropdown .Center > ul > li:first-child + li + li + li, .Dropdown .Center > ul > li:first-child + li + li + li {
    width: 100%;
    clear: both;
}

nav#topMenu > ul .NewMenuWrap li.colBrandsItem {
    float: left;
    width: 33.33%;
}

@media (min-width: 895px) and (max-width: 1021px) {
    .Dropdown .Center {
        width: 65%;
    }

    .AutoWidth .Center {
        width: 100%;
    }

    .Dropdown .Right {
        width: 35%;
    }

        .Dropdown .Right .singlecolumnadvert {
            width: 50%;
        }

        .Dropdown .Right .lastAd {
            display: none;
        }
}

@media (min-width: 768px) and (max-width: 1021px) {
    nav#topMenu li.root > ul li a {
        padding: 8px 6px;
    }

    nav#topMenu li.root > ul .sdmColHeader > a, nav#topMenu li.root > ul .sdmColSaleHeader > a {
        height: 31px;
    }

    nav#topMenu li.sdmColHeaderHidden, .lt-ie8 nav#topMenu li.sdmColHeaderHidden {
        padding-top: 31px;
    }

    nav#topMenu > ul .NewMenuWrap li.level2 a {
        font-size: 1.1em;
        padding: 8px 0;
    }

    nav#topMenu > ul .NewMenuWrap li.sdmColHeader a {
        font-size: 1.2em;
    }

    nav#topMenu > ul .NewMenuWrap li.TopGap {
        margin-top: 34px;
    }
}

@media (min-width: 768px) and (max-width: 894px) {
    .Dropdown .Center {
        width: 100%;
    }

    .Dropdown .Right {
        display: none;
    }
}

:focus {
    outline: 1px dotted #999;
}

.content {
    border: 12px solid #fff;
}

#addressbook-edit-dialog input:focus, #addressbook-edit-dialog select:focus, #addressbook-add-dialog input:focus, #addressbook-add-dialog select:focus {
    box-shadow: 0 0 4px 2px #EEEEEE inset;
    border: 1px solid #666;
}

.Basket h1 {
    border-bottom: 1px solid #666;
    font-size: 1.6em;
}

.byPostGroup, #contactuscontent select, #Cancelled-popup-container, #InProgress-popup-container, #NewOrder-popup-container, #Rejected-popup-container, #Shipped-popup-container, #Submitted-popup-container, .Basket .productqty input, .dropprods_Order, .csHomeTable, #divBagItems, #divAjaxLoaderImage, #divEmptyErrorMessage {
    border: 1px solid #CCCCCC;
}

#securedByLogin {
    border: none;
    border-top: 2px dotted #CCCCCC;
}

.Login h1, .Profile h1 {
    border-bottom: 2px solid #333333;
}

.newlogin, #OrderHistoryPeriod select, .prc_commentpostingpanelcommentsectiontextboxcomment, .prc_ModShow_Textbox {
    border: 2px solid #CCCCCC;
}

.Basket #BasketDiv table, .DontForgetText {
    border-bottom: 1px solid #b2b2b2;
}

    .Basket #BasketDiv table th {
        border-bottom: 1px solid #ccc;
    }

    .Basket #BasketDiv table td {
        border-bottom: 1px dashed #B2B2B2;
    }

.RadTabStripTop_Vista .rtsLevel .rtsLink, .RadTabStripTop_Vista .rtsLevel .rtsOut, .RadTabStripBottom_Vista .rtsLevel .rtsLink {
    background-image: none !important;
}

.whiteBoxBrand .greyBgBrand.boxContentBrand, .whiteBoxBrand {
    background: none repeat scroll 0 0 #FFFFFF !important;
}

    .whiteBoxBrand .boxContentBrand {
        border: none !important;
    }

.c_BlackTitle h3 {
    border-bottom: 2px solid #CCCCCC;
}

.relatedquestions h4 {
    border-bottom: 1px dotted #CCCCCC;
}

hr {
    border-top: 1px solid #ccc;
}

.ui-slider .ui-slider-handle {
    border: 1px solid #999;
}

.productFilter-slider {
    border: 0;
}

#divBagItems, #divAjaxLoaderImage, #divEmptyErrorMessage {
    box-shadow: 0 5px 3px -2px #CCCCCC;
    border: 1px dotted #CCCCCC;
}

.Profile .dnnFormMessage {
    padding: 6px 8px 6px 16px;
    text-align: center;
}

#pnlWebPercentOff {
    padding-top: 5px;
}

.weWrap {
    font-size: 1em;
}

#divMultiplePurchases, .ColourImagesWrap, #productVariantAndPrice, #productDetails .BasketWishContainer, .colourChooser {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

#productVariantAndPrice {
    border-top: 1px solid #DDDDDD;
}

.RadTabStrip_Vista .rtsLink {
    font: 11px/26px Arial, Tahoma, Helvetica, sans-serif /*!important*/;
}

.infoTabPage h2 {
    font-size: 1.1em;
}

.HelpIco {
    width: 18px;
    height: 24px;
    float: Right;
    background: url('/images/core/PD.png') transparent no-repeat -86px -65px;
}

#productDetails .persMain select {
    width: 192px;
}

#productDetails .persMain input {
    width: 182px;
}

#productDetails .persMain .personalisationtick {
    width: auto;
}

#productDetails .personalisationTitlePanel .personalisationTitleContentsPrice {
    padding: 7.5px 0 0 6px;
}

#divBagItemsChild p {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 4px;
    padding-bottom: 4px;
    text-align: center;
}

.PreDate {
    font-weight: bold;
}

.Basket .dontForget {
    margin-bottom: 10px;
}

.ColourImagesWrap, .colourChooser {
    margin-bottom: 0;
    padding: 0 10px 5px;
    float: left;
    width: 100%;
}

#productImages .imageControls .zoomControl img, #productImages .imageControls .spinControl img {
    vertical-align: text-top;
}

.lt-ie8 nav#topMenu li.sdmColHeaderHidden {
    margin-top: 5px;
}

.s-checkout-fix .secondary a, .BagandCheckoutBtn .secondary2 a {
    border: 0;
}

a.AltStratBrandDesc {
    display: inline-block;
    height: 28px;
    overflow: hidden;
    padding: 0 4px;
}

.AltStratBrand, .AltStratDescription {
    display: inline;
    height: auto;
    overflow: auto;
    padding: 0;
    line-height: 1em;
}

.AltStratBrand {
    padding-right: 4px;
}

.RvStratImgQuick {
    margin-bottom: 6px;
}

.SliderContain .ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px;
    margin-right: 0;
}

.fieldcheckbox {
    width: 62%;
}

#address-sec {
    margin: 0;
}

.OrderGroup .OrderColA, .OrderGroup .OrderColB {
    border-right: 1px solid #DDDDDD;
    height: 100%;
    min-height: 190px !important;
}

.OrderColC .TrackOrder a {
    padding: 5px 29px;
    width: 100%;
}

.HeaderOrder {
    text-align: center;
}

.dontForget, .dontForget img {
    width: 100%;
    height: auto;
}

.FooterGroupLink li a:hover {
    text-decoration: none;
}

nav#topMenu > ul li.level1 a, nav#topMenu > ul li.level2 a {
    min-width: 161px;
}

.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
    border: 1px solid #0463c4;
}

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
    border: 1px solid #000;
}

#navigation-container {
    margin: 1% 0 2% 0;
}

.wrapper h1 {
    overflow: hidden;
}

.FooterCardIcons.eur, .WeAcceptThese.eur, .FooterCheck .ThreeHelpTips .container .CardPayments .CheckFootImg.eur {
    background-image: url("/images/core/checknewpayv3-noax.png");
}

.CheckWrap .CardsIcons .PayImage {
    background-image: url("/images/payment/new-checkout-payment-options-v2-noax.png");
}

    .CheckWrap .CardsIcons .PayImage.gbp {
        background-image: url("/images/payment/new-checkout-payment-options-v2.png");
    }

/*from portal css above this point */
.HeaderWrap {
    position: fixed;
    left: 0;
    height: 125px;
    width: 100%;
}

.HeaderTopSpacer {
    height: 125px;
}

.currencyLanguageSlider {
    top: 37px;
}

#topMenuWrapper {
    height: 35px;
    top: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5200 !important;
}

.LeftBarLinks, .RightBarLinks, .MenuRightLogin ul.TopLinkMenu, .TopLinkBar {
    height: 30px;
}

.RightBarLinks {
    float: right;
}

.MenuRightLogin {
    float: right;
    display: inline-block;
}

    .MenuRightLogin ul.TopLinkMenu {
        width: auto;
        overflow: hidden;
    }

.TopLinkBar {
    box-shadow: 0 0 2px 1px #aaa;
    top: 0;
    text-align: center;
    position: absolute;
    z-index: 5210 !important;
    width: 100%;
}

.TopNavBar {
    height: 60px;
    top: 30px;
    text-align: center;
    position: absolute;
    z-index: 5205 !important;
}

nav#topMenu, nav#topMenu ul li.root > a {
    height: 35px;
}

    nav#topMenu ul li.root > a {
        font: 1.4em/14px Arial, Helvetica, Tahoma, sans-serif;
        padding: 10px 0 0 !important;
        display: block;
    }

.ToplinksGroup .search, .ToplinksGroup .top-right {
    padding: 11.5px 0 0 0 !important;
}

    .ToplinksGroup .search input[type=text], .ToplinksGroup .search a span, .ToplinksGroup .search a span.search-outer, #currencyLanguageSelector, .currencyLanguageSelector .spanCurrencyLanguageSelector {
        height: 37px;
    }

    .ToplinksGroup .search a span {
        background: none;
        width: auto;
        text-indent: 0;
    }

        .ToplinksGroup .search a span.search-outer {
            display: block;
            font-size: 1.2em;
            color: #fff;
            padding: 9px 10px 0 34px;
            width: auto;
            text-indent: 0;
        }

    .ToplinksGroup .search a {
        width: auto;
        height: auto;
    }

.LanguageCurrency {
    margin: 0;
}

.currencyLanguageSelector .spanCurrencyLanguageSelector {
    padding: 5px 15px 5px 7px;
}

.ToplinksGroup, .InnerTopBar, #topMenu, .FooterGroup, .Copyright, .dbc, .FooterPane, .FooterPane2 {
    margin: 0 auto;
    max-width: 1210px;
    display: block;
    float: none;
    position: relative;
    padding: 0 10px;
}

.FooterPane, .FooterPane2 {
    padding: 0;
}

#topLinkMenu ul li {
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 0 1px 4px;
    padding: 0;
    text-align: center;
    width: 73.5px !important;
    min-width: 0;
    clear: none;
}

#topLinkMenu ul.TopLinkMenu > li, .MenuRightLogin ul.TopLinkMenu > li {
    line-height: 30px;
    height: auto;
    float: left;
    margin: 0;
    border-right: 1px solid #666;
    width: auto !important;
}

#topLinkMenu ul.TopLinkMenu li a {
    display: block;
}

#topLinkMenu ul li.TopLink1 a {
    font-weight: bold;
}

.RightBarLinks #topLinkMenu ul > li.TopLinkMan1 {
    border-left: 1px solid #666;
}

.language-cs .LeftBarLinks, .language-fr .LeftBarLinks, .language-sk .LeftBarLinks, .language-nl .LeftBarLinks {
    width: 39%;
}

.language-cs .RightBarLinks, .language-fr .RightBarLinks, .language-sk .RightBarLinks, .language-nl .RightBarLinks {
    width: 61%;
}

.language-fr .ToplinksGroup .search input[type=text] {
    width: 67.5%;
}

.language-sk .ToplinksGroup .search input[type=text], .language-pt .ToplinksGroup .search input[type=text] {
    width: 69%;
}

.RightBarLinks #topLinkMenu {
    float: right;
    display: inline-block;
    clear: none;
}

    .RightBarLinks #topLinkMenu ul > li a, .MenuRightLogin ul.TopLinkMenu > li a {
        padding: 0 25px 0 45px;
        display: block;
    }

.LeftBarLinks {
    overflow: hidden;
}

    .LeftBarLinks #topLinkMenu ul.TopLinkMenu li {
        min-width: 80px;
        border-radius: 5px 5px 0 0;
        margin-right: 2px;
        border: 0;
        margin-top: 2px;
        height: 28px;
    }

        .LeftBarLinks #topLinkMenu ul.TopLinkMenu li a {
            font-weight: bold;
            font-size: 1.1em;
            padding: 0 10px;
        }

span#bagTotal {
    min-width: 60px;
}

.LogoWrap a {
    padding-top: 7.5px;
}

.LogoWrap img {
    max-height: 45px;
}

#divBag {
    max-height: 37px;
}

.threeRow, .FourHovers, .FullAdvert {
    margin-bottom: 20px;
}

.ASCdelivery2 .FullAdvert {
    margin-bottom: 10px;
}

    .ASCdelivery2 .FullAdvert img {
        padding: 5px 0;
    }

.advert > div, .threeRow ul li, .FourHovers ul li, .FullAdvert > div, .signup-wrapper > div {
    padding: 0 10px;
}

    .FourHovers ul li > a {
        margin-bottom: 0;
    }

    .FourHovers ul li > div {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

.advert .swiper-container {
    margin: 0 auto 20px;
}

.Home .advert .swiper-container, .Home .threeRow ul li a img, .Home .FourHovers ul li a img, .Home .FullAdvert img {
    border: 2px solid #ccc;
}

nav#topMenu ul li.root > ul {
    top: 35px;
}

.language-cs .ASCdelivery2, .language-de .ASCdelivery2, .language-es .ASCdelivery2, .language-fr .ASCdelivery2, .language-is .ASCdelivery2, .language-it .ASCdelivery2, .language-hu .ASCdelivery2, .language-at .ASCdelivery2, .language-pl .ASCdelivery2, .language-pt .ASCdelivery2, .language-sl .ASCdelivery2, .language-sk .ASCdelivery2, .language-sv .ASCdelivery2, .language-nl .ASCdelivery2 {
    display: none;
}



/*Sprite*/
.RightBarLinks #topLinkMenu .TopLinkMenu .TopLinkMan1 a {
    background-position: -14px -147px;
}

.RightBarLinks #topLinkMenu .TopLinkMenu .TopLinkMan2 a {
    background-position: -14px -217px;
}

.RightBarLinks #topLinkMenu .TopLinkMenu .TopLinkMan3 a {
    background-position: -14px -182px;
}

.MenuRightLogin ul.TopLinkMenu > li.IconRegAcc a {
    background-position: -14px -251px;
}

.MenuRightLogin ul.TopLinkMenu > li.IconSignInOut a {
    background-position: -14px -286px;
}

.sdBasket #divBagTotalLink a#aBagLink {
    background-position: -22px -328px;
}

.ToplinksGroup .search a span.search-outer {
    background-color: #0463C4;
    background-position: -220px -152px;
}

.FooterSocialIcons .SocialIcon-Facebook a {
    background-position: -52px -25px;
}

    .FooterSocialIcons .SocialIcon-Facebook a:hover {
        background-position: -52px -75px;
    }

.FooterSocialIcons .SocialIcon-Twitter a {
    background-position: -100px -25px;
}

    .FooterSocialIcons .SocialIcon-Twitter a:hover {
        background-position: -100px -75px;
    }

.FooterSocialIcons .SocialIcon-Pinterest a {
    background-position: -147px -25px;
}

    .FooterSocialIcons .SocialIcon-Pinterest a:hover {
        background-position: -147px -75px;
    }

.FooterSocialIcons .SocialIcon-Youtube a {
    background-position: -193px -25px;
}

    .FooterSocialIcons .SocialIcon-Youtube a:hover {
        background-position: -193px -75px;
    }

.FooterSocialIcons .SocialIcon-GooglePlus a {
    background-position: -239px -25px;
}

    .FooterSocialIcons .SocialIcon-GooglePlus a:hover {
        background-position: -239px -75px;
    }

.FooterSocialIcons .SocialIcon-Instagram a {
    background-position: -284px -25px;
}

    .FooterSocialIcons .SocialIcon-Instagram a:hover {
        background-position: -284px -75px;
    }

.FooterSocialIcons .SocialIcon-News a {
    background-position: -331px -25px;
}

    .FooterSocialIcons .SocialIcon-News a:hover {
        background-position: -331px -75px;
    }

@media (max-width:767px) {
    .sdBasket #divBagTotalLink #bagQuantity {
        background-color:transparent;
    }

    #divBagTotalLink a#aBagLink {
        line-height: 3.7em;
    }

    .Basket .ads {
        display: none;
    }

    .Responsive .categoryListSide h2 {
        background: #0463C4;
    }

    .csHomeTable {
        min-height: 275px;
    }

    .TopNavBar {
        height: 55px;
        top: 0;
    }

    .HeaderWrap {
        height: 55px;
    }

    .HeaderTopSpacer {
        height: 55px;
    }

    .LogoWrap img {
        max-height: 55px;
    }

    .LogoWrap a {
        padding-top: 0;
    }

    .ToplinksGroup .top-right {
        padding: 8.5px 0 0 0 !important;
    }

    .lt-ie8 .ToplinksGroup .top-right {
        width: 24.9%;
    }

    .mobilegap {
        margin-bottom: 20px;
    }

    #divBagTotalLink span#bagQuantity {
        padding: 0;
    }

    .FourHovers ul li > div {
        min-height: 235px;
    }

    .menu-trigger {
        background-position: -120px -195px;
    }

    #mobileSearchTrigger {
        background-position: -23px -658px;
    }

    .sdBasket #divBagTotalLink a#aBagLink {
        background-position: -14px -607px;
    }
}

@media (min-width: 768px) and (max-width: 1021px) {
    .FourHovers ul li > div {
        min-height: 181px;
    }

    nav#topMenu ul li.root {
        width: 11.2% !important;
    }

    nav#topMenu ul li.MenuGroupD {
        width: 17% !important;
    }

    nav#topMenu ul li.MenuGroupE {
        width: 13.3% !important;
    }

    #navigation-container {
        margin: 2% 0 4% 0;
    }

    .MenuGroupE > ul {
        width: 726px;
    }

    .ToplinksGroup .search a span.search-outer {
        padding: 9px 10px 0 22px;
    }

    #divBagTotalLink a#aBagLink #bagName {
        position: relative;
        display: inline !important;
    }

    .Responsive #divBag {
        padding-top: 0;
    }

    .LogoWrap a {
        padding-top: 15px;
    }

    .LogoWrap img {
        max-height: 35px;
    }

    .LeftBarLinks {
        width: 46%;
    }

    .language-nl .LeftBarLinks, .language-sk .LeftBarLinks, .language-at .LeftBarLinks, .language-fr .LeftBarLinks, .language-es .LeftBarLinks, .language-de .LeftBarLinks, .language-cs .LeftBarLinks {
        width: 40%;
    }

    .RightBarLinks {
        width: 54%;
    }

    .language-nl .RightBarLinks, .language-sk .RightBarLinks, .language-at .RightBarLinks, .language-fr .RightBarLinks, .language-es .RightBarLinks, .language-de .RightBarLinks, .language-cs .RightBarLinks {
        width: 60%;
    }

    .LanguageCurrency {
        float: right;
    }

    .RightBarLinks #topLinkMenu ul > li a, .MenuRightLogin ul.TopLinkMenu > li a {
        padding: 0 15px 0 40px;
    }

    .mobCbRow {
        top: 125px;
    }

    #divBagTotalLink a#aBagLink {
        min-width: 96px;
    }

    .Responsive .MobSortBy {
        top: 161px;
    }

    .Responsive #FilterContainer {
        top: 161px;
    }
}

@media (min-width: 1022px) {
    .ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_commentpostingpanelcommentsectionlink, .Basket #BasketDiv .UpdateQuant, .Login .loginContainer .ImgButWrap, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, button, input[type="button"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .PersVouchBasketContainer .ImgButWrap a {
        transition: all 400ms linear 0s;
        -webkit-transition: all 400ms linear 0s;
        -moz-transition: all 400ms linear 0s;
        -ms-transition: all 400ms linear 0s;
        -o-transition: all 400ms linear 0s;
    }
}
/* IE7 */

.lt-ie8 .bsIconsBagAndWish {
    width: 49% !important;
}

.lt-ie8 .ToplinksGroup .search a span.search-outer, .lt-ie8 .currencyLanguageSelector .spanCurrencyLanguageSelector {
    height: 29px;
}

.lt-ie8 .ToplinksGroup .search INPUT[type=text] {
    height: 26px;
}

/*International site menu overrides*/
/*Shared styles*/
.language-cs .MenuGroupG > ul, .language-cs .MenuGroupD > ul, .language-cs .MenuGroupE > ul, .language-de .MenuGroupD > ul, .language-de .MenuGroupG > ul, .language-es .MenuGroupG > ul, .language-fr .MenuGroupG > ul, .language-is .MenuGroupG > ul, .language-is .MenuGroupD > ul, .language-it .MenuGroupG > ul, .language-it .MenuGroupD > ul, .language-hu .MenuGroupG > ul, .MenuGroupD > ul, .language-pl .MenuGroupG > ul, .language-pt .MenuGroupG > ul, .language-pt .MenuGroupD > ul, .language-sl .MenuGroupG > ul, .language-sv .MenuGroupG > ul, .language-sv .MenuGroupD > ul, .language-nl .MenuGroupG > ul, .language-nl .MenuGroupD > ul, .language-sk .MenuGroupG > ul, .language-sk .MenuGroupD > ul, .language-at .MenuGroupG > ul,, .language-at .MenuGroupD > ul {
    width: 673px;
}

.language-cs .MenuGroupF > ul, .language-de .MenuGroupF > ul, .language-es .MenuGroupF > ul, .language-fr .MenuGroupF > ul, .language-is .MenuGroupF > ul, .language-it .MenuGroupF > ul, .language-hu .MenuGroupF > ul, .language-pl .MenuGroupF > ul, .language-sv .MenuGroupF > ul, .language-nl .MenuGroupF > ul, .language-sk .MenuGroupF > ul, .language-sv .MenuGroupF > ul, .language-at .MenuGroupF > ul {
    width: 511px;
}

.language-fr .MenuGroupD > ul, .language-is .MenuGroupE > ul {
    width: 688px;
}

.language-cs .MenuGroupJ > ul, .language-de .MenuGroupJ > ul, .language-es .MenuGroupJ > ul, .language-fr .MenuGroupJ > ul, .language-is .MenuGroupJ > ul, .language-it .MenuGroupJ > ul, .language-hu .MenuGroupJ > ul, .language-at .MenuGroupJ > ul, .language-pl .MenuGroupJ > ul, .language-pt .MenuGroupJ > ul, .language-sl .MenuGroupJ > ul, .language-sk .MenuGroupJ > ul, .language-sv .MenuGroupJ > ul, .language-nl .MenuGroupJ > ul {
    width: 187px;
}

/*Deutsch*/
.language-de .MenuGroupE > ul {
    width: 729px;
}

.language-de nav#topMenu ul li.root {
    width: 11.2% !important;
}

.language-de nav#topMenu ul li.MenuGroupD {
    width: 18.2% !important;
}

.language-de nav#topMenu ul li.MenuGroupJ {
    width: 14.5% !important;
}

/*Español*/
.language-es .MenuGroupE > ul, .language-es .MenuGroupD > ul {
    width: 690px;
}

.language-es .MenuGroupD > ul {
    width: 696px;
}

.language-es nav#topMenu ul li.root {
    width: 11.2% !important;
}

.language-es nav#topMenu ul li.MenuGroupD {
    width: 21.6% !important;
}

/*Français*/
.language-fr .MenuGroupE > ul {
    width: 711px;
}

.language-fr nav#topMenu ul li.root {
    width: 11.9% !important;
}

.language-fr nav#topMenu ul li.MenuGroupD {
    width: 16.5% !important;
}

/*Italiano*/
.language-it .MenuGroupE > ul {
    width: 707px;
}

/*Magyar*/
.language-hu .MenuGroupE > ul {
    width: 692px;
}

.language-hu .MenuGroupD > ul {
    width: 675px;
}

/*Österreichisches*/
.language-at .MenuGroupE > ul {
    width: 732px;
}

/*Polski*/
.language-pl .MenuGroupE > ul {
    width: 677px;
}

.language-pl .MenuGroupD > ul {
    width: 700px;
}

.language-pl nav#topMenu ul li.root {
    width: 11.7% !important;
}

.language-pl nav#topMenu ul li.MenuGroupD {
    width: 18% !important;
}

/*Português*/
.language-pt .MenuGroupF > ul {
    width: 573px;
}

.language-pt .MenuGroupE > ul {
    width: 716px;
}

.language-pt nav#topMenu ul li.root {
    width: 11.1% !important;
}

.language-pt nav#topMenu ul li.MenuGroupD {
    width: 22% !important;
}

/*Slovenšcina*/
.language-sl .MenuGroupF > ul {
    width: 630px;
}

.language-sl .MenuGroupE > ul {
    width: 682px;
}

.language-sl .MenuGroupD > ul {
    width: 680px;
}

.language-sl nav#topMenu ul li.root {
    width: 11.5% !important;
}

.language-sl nav#topMenu ul li.MenuGroupD {
    width: 19.5% !important;
}

/*Slovenských*/
.language-sk .MenuGroupE > ul {
    width: 696px;
}

.language-sk nav#topMenu ul li.root {
    width: 11.6% !important;
}

.language-sk nav#topMenu ul li.MenuGroupD {
    width: 18.8% !important;
}

/*Svenska*/
.language-sv .MenuGroupE > ul {
    width: 734px;
}

.language-sv nav#topMenu ul li.root {
    width: 11% !important;
}

.language-sv nav#topMenu ul li.MenuGroupG {
    width: 13% !important;
}

.language-sv nav#topMenu ul li.MenuGroupD {
    width: 18% !important;
}

.language-sv nav#topMenu ul li.MenuGroupJ {
    width: 13.5% !important;
}

/*Vlaams*/
.language-nl .MenuGroupE > ul {
    width: 735px;
}

.language-nl .MenuGroupD > ul {
    width: 685px;
}

/*additions made 280415*/
#dnn_RightPane4 {
    padding-left: 5px;
}
/*fix for menu alignment firefox*/
nav#topMenu > ul .NewMenuWrap li.sdmColHeader a, nav#topMenu > ul .NewMenuWrap li.sdmColSubHeader a {
    font-size: 1.28em;
}
/*ie8 fix unlining text link and footer menu*/
.lt-ie9 a {
    text-decoration: none;
}

    .lt-ie9 a:link, .FooterGroupLink li a {
        text-decoration: none;
    }

.lt-ie9 .FooterGroupLink {
    width: 45%;
}

.lt-ie9 .gbp.FooterCardIcons {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/core/checknewpayv3.png", sizingMethod="scale");
    background-image: none;
}

.spanCurrencyLanguageSelector p {
    padding-top: 8px;
}

body, p, a, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, html, blockquote, th, td, tr, legend, select, button, input[type="submit"], .prc_comment_postdatetime, nav#topMenu li.root > ul li a, nav#topMenu > ul li a {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
}

/* MENU STYLES */
.MenuGroupA > ul {
    width: 674px;
}

.MenuGroupB > ul {
    width: 674px;
}

.MenuGroupC > ul {
    width: 674px;
}

.MenuGroupD > ul {
    width: 672px;
}

.MenuGroupE > ul {
    width: 682px;
}

.MenuGroupF > ul {
    width: 511px;
}

.MenuGroupG > ul {
    width: 673px;
}

.MenuGroupJ > ul {
    width: 187px;
}

nav#topMenu ul li.root {
    width: 11.7% !important;
}

nav#topMenu ul li.MenuGroupD {
    width: 15.5% !important;
}

nav#topMenu ul li.MenuGroupE {
    width: 13.95% !important;
}

.lt-ie9 .MenuGroupA > ul, .lt-ie9 .MenuGroupB > ul, .lt-ie9 .MenuGroupC > ul, .lt-ie9 .MenuGroupD > ul, .lt-ie9 .MenuGroupE > ul, .lt-ie9 .MenuGroupG > ul {
    width: 720px;
}

/* COLOUR STYLES - COLOR: */
/* #E81515 */
.maxText {
    color: #e81515;
}
/* #FFFFFF */
#pagernav a, .dbc, #TooManyDailyOfferItemsError, .jquery_tools_tooltip, nav#topMenu li.root > a, nav#topMenu li.root > a:hover, .ui-autocomplete li #ui-active-menuitem, .sg_colHead, #topLinkMenu ul.TopLinkMenu li a, .RightBarLinks #topLinkMenu ul > li a, .MenuRightLogin ul.TopLinkMenu > li a, .OrderGroup .OrderColC .ButtonOrder a, .OrderColC .TrackOrder a, .entryPaging a:hover {
    color: #ffffff;
}

.ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_commentpostingpanelcommentsectionlink, .Basket #BasketDiv .UpdateQuant, .Login .loginContainer .ImgButWrap, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, button, input[type="button"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .addToBasketContainer .ImgButWrap a, .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .PersVouchBasketContainer .ImgButWrap a, .CheckWrap .ImgButWrap a, .CheckWrap a.ContinueOn, .CheckWrap .ContinueOn a, .CheckWrap input.ContinueOn, .entryPaging a:hover {
    color: #FFFFFF !important;
}

/* #636363 */
a, a:active, a:focus, a:link, a:visited, .RightBox p, .RightBox h3, .RightBox, .TopHeader p, #topLinkMenu ul li.TopLink1 a {
    color: #636363;
}

    /* #DF0303 */
    .saleprice, .SubBask .PriceTotalBask, .s-largered, #productDetails #infoTabs .infoTabPage a:hover, h6, a:hover, a p:hover, .csHomeTable a:hover, .SubTotal, .csHomeTable li.header a:hover, .BaskName:hover, .AltStratSellPrice, .BaskPrice {
        color: #df0303;
    }

/* #CC0000 */
.outofstock {
    color: #CC0000;
}

/* #044F9C */
.discountText, .preorder, .preOrder {
    color: #044f9c;
}

#dvCancelled, #dvInProgress, #dvNewOrder, #dvRejected, #dvShipped, #dvSubmitted {
    color: #044f9c !important;
}

/* #0463C4 */
#FootcmdSearch, .shop > ul > li > a, .MobSearchDropDown > li > a {
    color: #0463C4;
}

/* #308517 */
.personalisation {
    color: #308517;
}
/* #333333 */
body, h1, h2, h3, h4, h5, p, .Basket h1, .weWrap, .Login .field.radio label, .Login .field .label, .User .field label, .Profile .field label, .Profile .field .label, .RecoverPassword .field label, .RecoverPassword .field .label, .Profile .fields label, .Profile .fields .label, .Login .field.radio .labela, .Login .field .labela, .Basket #BasketDiv table td, .Basket #BasketDiv .basketsubtotal, .sizeText, .Profile h3, .productFilterTitle, .DontForgetText, #productDetails #infoTabs .infoTabPage, #productDetails #infoTabs .infoTabPage a, #productDetails #infoTabs .infoTabPage h1, #productDetails #infoTabs .infoTabPage h2, #productDetails #infoTabs .infoTabPage h3, #productImages .imageControls .zoomControl:hover, #productImages .imageControls .spinControl:hover, #productDetails #infoTabs .infoTabPage p, .sizegroup h1, .csHomeTable li.header a, ins, mark, nav#topMenu > ul li.ClearBack > a, nav#topMenu > ul li.ClearBack > a:hover, nav#topMenu li.root > ul .sdmColSaleHeader > a, nav#topMenu li.root > ul .sdmColSaleFooter > a, .PreDate {
    color: #333333;
}

.s-checkout-fix .secondary a, .BagandCheckoutBtn .secondary2 a, .entryPaging a {
    color: #333333 !important;
}

/* #CF0909 */
.yousave, .nav#topMenu li.root > ul .sdmColSaleHeader > a {
    color: #cf0909;
}

/* #444444 */
.TopLinkBar, .pagination .sortbyfilter label, .csHomeTable a, .Browse h1, .categoryListSide h2, #productDetails .personalisationTitlePanel .personalisationTitleContentsText, .LeftBarLinks #topLinkMenu ul li.TopLink3 a:hover {
    color: #444444;
}

.RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .RadTabStrip .rtsLevel .rtsSelected .rtsIn, .LeftBarLinks #topLinkMenu ul.TopLinkMenu li {
    color: #444444 !important;
}
/* #555555 */
.productcolour, .productsize, .categorycopyd4 {
    color: #555555;
}

/* #666666 */
.Basket #BasketDiv table th, .s-smalltext, .pppt, .sizeDetail, #productImages .imageControls .zoomControl, #productImages .imageControls .spinControl, .currentPage {
    color: #666666;
}

.MenuRightLogin ul.TopLinkMenu > li:hover, #topLinkMenu ul.TopLinkMenu li:hover {
    background-color: #666 !important;
}

/* #777777 */
.s-breadcrumbs-bar p, .fromProductPrice {
    color: #777777;
}

#securedByLogin span {
    color: #777777 !important;
}

/* #888888 */
.originalprice, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled::-webkit-file-upload-button, button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled, .BaskColr, .BaskSize {
    color: #888888;
}

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn {
    color: #888888 !important;
}
/* #999999 */
.Basket #BasketDiv .productcode span, .ToplinksGroup .search input.watermarked {
    color: #999999;
}
/* COLOUR STYLES BACKGROUND-COLOR: */
/* TRANSPARENT */
.dbc, .contentwrap, .header, .sidebar, .productFilter-slider, #topLinkMenu ul.TopLinkMenu > li, .MenuRightLogin ul.TopLinkMenu > li {
    background-color: transparent;
}

.LeftBarLinks #topLinkMenu ul.TopLinkMenu li a {
    background: transparent !important;
}
/* #CA061D */
nav#topMenu > ul li.SaleTop {
    background-color: #ca061d;
}

/* #cccccc */
.advert .pagination, .Home .advert .swiper-container {
    background-color: #cccccc;
}

/* #C10707 */
#TooManyDailyOfferItemsError {
    background-color: #c10707;
}

/* #CC1212 */
.LeftBarLinks #topLinkMenu ul li.TopLink2:hover {
    background-color: #cc1212 !important;
}

/* #DD0D0D */
.LeftBarLinks #topLinkMenu ul li.TopLink2 {
    background-color: #dd0d0d !important;
}

/* #DF0303 */
nav#topMenu > ul li.SaleTop:hover {
    background-color: #df0303;
}
/* #EBEBEB */
.RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .BodyWrap, #BodyWrap {
    background-color: #ebebeb;
}
/* #EDEDED */
.DontForgetText {
    background-color: #EDEDED;
}
/* #EEEEEE */
.sizegroup h1, .c_BlackTitle h3, .csHomeTable li.header, .Home .ContentWrapper {
    background-color: #eeeeee;
}

.LeftBarLinks #topLinkMenu ul li.TopLink1:hover {
    background-color: #eeeeee !important;
}

/* #E2EAF3 */
.Vieworders {
    background-color: #e2eaf3;
}

/* #E7DB07 */
.LeftBarLinks #topLinkMenu ul li.TopLink3:hover {
    background-color: #e7db07 !important;
}

/* #F3D600 */
nav#topMenu > ul li.ClearBack {
    background-color: #f3d600;
}
/* #FFFFFF */
body, .ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
    background: #ffffff;
}

.currentPage {
    background: #ffffff !important;
}

.HeaderWrap, .AspNet-GridView-Header, #profileList, #securedByLogin, .Login .loginContainer, .newlogin, #OrderHistoryPeriod select:focus, #productDetails #infoTabs .infoTabPageContainer, #productDetails #infoTabs .multiPage, .RadTabStripTop_Vista .rtsLevel .rtsLink, .RadTabStripTop_Vista .rtsLevel .rtsOut, .RadTabStripBottom_Vista .rtsLevel .rtsLink, .RadTabStrip .rtsLevel .rtsSelected .rtsIn, nav#topMenu li.root > ul, nav#topMenu > ul li.columnGroup, #divBagItems, #divEmptyErrorMessage, #divAjaxLoaderImage, #ulBag li, .ASCdelivery2 .FullAdvert img, .FourHovers ul li > div {
    background-color: #ffffff;
}

.greyBoxBrand, .s-checkout-fix .secondary a, .BagandCheckoutBtn .secondary2 a, .LeftBarLinks #topLinkMenu ul li.TopLink1 {
    background-color: #FFFFFF !important;
}
/* #FFFF99 */
ins {
    background: #ffff99;
}
/* #FFFF00 */
mark {
    background: #ffff00;
}

/* #F0DDDD*/
input:invalid {
    background-color: #f0dddd;
}
/* #F1F1F1 */
#Cancelled-popup-container, #InProgress-popup-container, #NewOrder-popup-container, #Rejected-popup-container, #Shipped-popup-container, #Submitted-popup-container, #OrderHistoryPeriod select, #productVariantAndPrice, #productDetails .BasketWishContainer, #divMultiplePurchases, .ColourImagesWrap, .colourChooser {
    background-color: #f1f1f1;
}
/* #F7F7F7 */
.byPostGroup {
    background-color: #F7F7F7;
}
/* #2965B0 */
.addToBasketContainer .ImgButWrap a.isPreOrderable {
    background-color: #2965b0 !important;
}
    /* #255DA2 */
    .addToBasketContainer .ImgButWrap a.isPreOrderable:hover {
        background-color: #255da2 !important;
    }

/* #333333 */
.jquery_tools_tooltip {
    background-color: #333333;
}

/* #444444 */
.TopLinkBar {
    background-color: #444444;
}
/* #044F9C */
#pagernav a, #pagernav a:hover, #pagernav a.activeSlide, nav#topMenu ul li.root:hover, .ToplinksGroup .search a span.search-outer:hover, .OrderGroup .OrderColC .ButtonOrder a:hover, .OrderColC .TrackOrder a:hover {
    background-color: #044F9C;
}

.ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_commentpostingpanelcommentsectionlink, .Basket #BasketDiv .UpdateQuant, .Login .loginContainer .ImgButWrap, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, button, input[type="button"], input[type="submit"], .primary2 input, .piActiveDot, .sizeHeader, .cs_sizeguide > tbody > tr.sg_colHead {
    background-color: #0463C4 !important;
}

.ImgButWrap a:hover, .ImgButWrap input:hover, .ImgButWrap a:focus, a.prc_commentpostingpanelcommentsectionlink:hover, .Basket #BasketDiv .UpdateQuant:hover, .Login .loginContainer .ImgButWrap:hover, .Profile a.dnnPrimaryAction:hover, #addressbook-edit-dialog a.dnnPrimaryAction:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .primary2 a.dnnPrimaryAction:hover, .primary2 input:hover, .buttonAction:hover, .basketLink .langlogin a.login:hover, .s-basket-button-right input:hover {
    background-color: #044F9C !important;
}

/* #308517 */
.addToBasketContainer .ImgButWrap a, .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .PersVouchBasketContainer .ImgButWrap a, .CheckWrap .ImgButWrap a, .CheckWrap a.ContinueOn, .CheckWrap .ContinueOn a, .CheckWrap input.ContinueOn, .CareersBrand .vacancy-search-submit a, .CareersBrand .vacancy-more-info-btn a {
    background-color: #308517 !important;
}

    /* #3DA41D */
    .addToBasketContainer .ImgButWrap a:hover, .primary2 a.dnnPrimaryAction:hover, .primary2 input:hover, #aViewBag:hover, .PersVouchBasketContainer .ImgButWrap a:hover, .CheckWrap .ImgButWrap a:hover, .CheckWrap a.ContinueOn:hover, .CheckWrap .ContinueOn a:hover, .CheckWrap input.ContinueOn:hover, .CareersBrand .vacancy-search-submit a:hover, .CareersBrand .vacancy-more-info-btn a:hover {
        background-color: #3DA41D !important;
    }

/* #E5CA00*/
nav#topMenu > ul li.ClearBack:hover {
    background-color: #e5ca00;
}

/* #0463C4 */
.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
    background: #0463c4;
}

#topMenuWrapper, .mp-level, /*.ui-widget-content .ui-state-hover,*/ .OrderGroup .OrderColC .ButtonOrder a, .OrderColC .TrackOrder a {
    background-color: #0463C4;
}

/* BLACK 50% opacity */
#Storetext {
    background-color: rgba(0, 0, 0, 0.5);
}
/* #666666 */
.entryPaging a:hover {
    background-color: #666666 !important;
}

.RightBarLinks #topLinkMenu .TopLinkMenu .TopLink a:hover {
    background-color: transparent;
}

.ImgButWrap a, .ImgButWrap a:active, .ImgButWrap a:visited, .ImgButWrap a:link, .ImgButWrap input, a.prc_commentpostingpanelcommentsectionlink, .Basket #BasketDiv .UpdateQuant, .Login .loginContainer .ImgButWrap, .Profile a.dnnPrimaryAction, #addressbook-edit-dialog a.dnnPrimaryAction, button, input[type="button"], input[type="submit"], .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .addToBasketContainer .ImgButWrap a, .primary2 a.dnnPrimaryAction, .primary2 input, #aPayNow, #aViewBag, .PersVouchBasketContainer .ImgButWrap a, .CheckWrap .ImgButWrap a, .CheckWrap a.ContinueOn, .CheckWrap .ContinueOn a, .CheckWrap input.ContinueOn, .CareersBrand .vacancy-search-submit a, .CareersBrand .vacancy-more-info-btn a {
    background-image: none;
    border: 0;
    border-radius: 0;
    filter: none;
    text-shadow: none;
}

.groupquestions li {
    background: transparent url("/images/core/diam4vr.png") no-repeat scroll left center;
}

/*-----------------SD ONLY Carerrs page-----------------*/
ul.toptabs {
    width: 100%;
    margin: auto;
}

#BodyWrap {
    background: url("/images/marketing/sd-sale-2015-bk.png") fixed no-repeat center 125px #ebebeb;
}

.UAbody #BodyWrap {
    background: url("/images/marketing/under-armour-bk-v2.gif") fixed no-repeat center 125px #fff;
}

.UAbody .sitewide, .BTSbody .sitewide {
    display: none;
}

.BTSbody #BodyWrap {
    background: url("/images/marketing/bts-2015-bk.gif") fixed no-repeat center 125px #fff;
}

