/*!
 * AS variant of Start Bootstrap
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */
.udc-menutoggle {display: inline-block;}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#wrapper.toggled {
    padding-left: 150px;
    
}

#wrapper.fixed {
    padding-left: 0px;
    width:100%;
}


#sidebar-wrapper {
    z-index: 1000;
    position: relative;
    float:left;
    left: 0;
    width: 0;
    height: 100%;
    margin-left: -150px; 
    overflow-y: auto;
    background: #002cbc;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.udc-main-light #sidebar-wrapper {background-color: #f0f0f0; columns: #002cbc;}

#wrapper.toggled #sidebar-wrapper {
    width: 160px;
}

#page-content-wrapper {
    width: 97%;
    position: relative;
    padding: 15px;
    margin-top: 0px;
}


#wrapper.toggled #page-content-wrapper {
    width: 100%;
    position: relative;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0; 
    width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 25px;
    margin-bottom:20px;
    }

 .homeopt {
    margin-bottom:5px !important;
    }

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #c3c3c3;
}
.udc-main-light .sidebar-nav li a { color:#3D1EF7;}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.udc-main-light .sidebar-nav li a:hover {color:#002CBC; background: rgba(0,44,188,0.2);}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {color: #999999;}
.udc-main-light .sidebar-nav > .sidebar-brand a {color:#3D1EF7;}
.sidebar-nav > .sidebar-brand a:hover {color: #fff; background: none;}
.udc-main-light .sidebar-nav > .sidebar-brand a:hover {color: #002CBC;}

.sidebar-submenu{ list-style: none; margin-top:20px;}

.sectiontop {font-size:1.5em;}

 a.selnode::after{    content: "";
    border-color: transparent rgba(0,44,188,0.5);
    border-style: solid;
    border-width: 0.6em 0 0.6em 1em;
    display: block;
    float: right;
    height: 0;
    width: 0;
    right:-5px;
    top: 0px;
    position: relative;}

.homenode {line-height:40px; color:#002CBC}

.homelink{text-align: center; font-size:1.5em; }

.selectedstd:before{    content: "";
    border-color: transparent rgba(0,44,188,0.5);
    border-style: solid;
    border-width: 0.6em 0 0.6em 1em;
    display: block;
    float: right;
    height: 0;
    width: 0;
    right:-5px;
    top: 4px;
    position: relative;}

@media(min-width:62rem) {
    #wrapper {
        padding-left: 175px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 170px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

/*
    .udc-menutoggle {display: none;}
    #dnn_crumbs_lblBreadCrumb {margin-left:15px; }
    #dnn_crumbs_lblBreadCrumb.toggled {margin-left:15px; }
    */
    
}