﻿/*Mobile SideMenu*/
.divSideMenu {height:100%; width:100%; position:relative; margin-top:64px;}
.divMenuSeperator{border-top:1px solid #2f4fb2;}
.divSocialLinkContainer {height:auto; overflow:hidden; padding:12px 20px;}

a.hypSwitchDesktop {font-size:18px; height:auto; overflow:hidden; padding:12px 20px; border-bottom:1px solid #cccccc; color:#292929; display:block;}
a.hypSwitchDesktop:link, a.hypSwitchDesktop:visited {color:#292929; text-decoration:none;}
a.hypSwitchDesktop:hover, a.hypSwitchDesktop:active{color:#101261; text-decoration:none;}

.divSideMenu .divCopyrightContainer {height:auto; overflow:hidden; padding:12px 20px;}
.divSideMenu .divCopyrightContainer .divCopyText {font-size:12px; color:#fff; text-align:left;}

a.parent > i {font-weight:700;}
a:not(.parent) > i, a.parent.expand > i.add, a.parent:not(.expand) > i.remove, a.menuLevelSel.parent > i.add {display: none;}
a.parent > i.add, a.parent.expand > i.remove, a.menuLevelSel.parent > i.remove {width:50px; /*height:50px;*/ display: flex; align-items:center; justify-content:center;
                                              float: right; font-size: 16px;  /*margin-top: -16px;*/ color: #466bda;}

a.menuLevel > i,
a.menuSubLevel > i {
    font-weight: 700;
}

a:not(.menuLevel) > i,
a.menuLevel.selected > i.add,
a.menuLevel:not(.selected) > i.remove,
a:not(.menuSubLevel) > i,
a.menuSubLevel.selected > i.add,
a.menuSubLevel:not(.selected) > i.remove {
    display: none;
}

a.menuLevel > i,
a.menuSubLevel > i {
    width: 50px;
    /*height: 48px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 16px;
    /*margin-top: -13px;*/
    color: #466bda;
}

a.menuLevel:hover > i,
a.menuLevel:active > i,
a.menuLevel.selected > i,
a.menuSubLevel > i {
    color: #466bda;
}

.divDesktopView {padding: 12px 20px;}
.hypDesktopView{color:#fff !important;}
.desktop {color:#fff; font-size:24px; vertical-align:middle; margin-right:10px; display:inline-block !important;}
/*End Mobile SideMenu*/

