@import "../Orion/99-Orion.css";
@import "../QuickstartBase/base.css";

.big-num{font-size:120%;font-weight:600;line-height: 1;}

.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL .rtIn {
    padding: 10px 30px 10px 30px;
    font-size: 16px!important;
	
}

.nav-expanded .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div.rtSelected, 
.nav-expanded .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div.child-is-selected-wrapper, 
.nav-expanded .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI:hover > div {
    border-color: #fff;
}

.wrapper .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI:hover > ul.rtUL, .wrapper.js-nav-sticky .sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > ul.rtUL {
    padding: 0px;
}

.sub-nav-body .RadTreeView_Orion .rtPlus, .sub-nav-body .RadTreeView_Orion .rtMinus {
    height: 42px!important;
    width: 35px!important;
}

.RadTreeView .rtUL .rtUL {
    padding-left: 0px;
}

.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL ul.rtUL .rtIn {
    padding-left: 30px;
	font-size: 14px!important;
}

.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL ul.rtUL .rtSelected .rtIn:after, 
.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL ul.rtUL .rtLI:hover .rtIn:after, 
.sub-nav-body .RadTreeView_Orion ul.rtUL ul.rtUL ul.rtUL .rtIn.child-is-selected:after {
    background: #fff;
    left: 12px;
	top:15px;
}


.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div:before{
	width:28px!important;
	height:28px!important;
	margin-right:10px!important
}

.sub-nav-body .RadTreeView_Orion > .rtUL > .rtLI > div {
    border-bottom: 1px solid transparent;
}


.QSLink:after {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    content: 'QS';
    margin-left: 6px;
    vertical-align: baseline;
    background-color:#66afe9;
  
}
