.sidemenu{
    position: fixed;
    top: 0;
    width: 35%;
    height: calc(100% - 4px);
    border-right: 1px solid rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    background: white;
    min-width: 250px;
    z-index: 9;
}

.sidemenu panel{
    float: left;
    width: calc(100% - 4px);
    height: 30px;
}

.sidemenu panel button{
    float: right;
    border: 0;
    margin-top: 2px;
}

.sidemenu panel span{
    font-size: 20px;
    font-weight: 99;
    color: black;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    text-align: center;
    width: calc(100% - 40px);
    float: left;
    padding-top: 3px;
        line-height: 20px;
        font-weight: 900;
}

.sidemenu content{
    float: left;
    width: 100%;
    height: calc(100% - 30px);
    overflow-y: auto;
}

.sidemenu content .sidemenuItem{
    float: left;
    width: 95%;
    margin: 0 2.5% 0 2.5%;
    padding: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    word-break: break-word;
	font-size: 18px !important; /* mm edit */
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    /* font-family: Montserrat; mm edit */
    cursor: pointer;
    color:black;
}


.sidemenu content .sidemenuItem:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.sidemenuOpenner{
    position: absolute;
    left: 2px;
    top: -38px;
    width: 70px;
    background: transparent !important;
    min-width: 0;
    padding: 4px;
    height: 53px;
}

.sidemenuOpenner i{
    color: #787878  !important;
    font-size: 39px;
}

.sidemenu.open{
    left: 0;
    transition: left 0.5s ease;
}

.sidemenu.close{
    left: -35%;
    transition: left 0.5s ease;
}

@media only screen and (max-width: 735px) {
    .sidemenu.close{
        left: -250px !important;
    }
}
/*
global.open{
    margin-left:30%;
    margin-right:0%;
    width:69%;
    transition: width 0.5s ease , margin-left 0.5s ease , margin-right 0.5s ease;
}

global.close{
    margin-left:10%;
    margin-right:10%;
    width:80%;
    transition: width 0.5s ease , margin-left 0.5s ease , margin-right 0.5s ease;
}*/

global {
    float: left;
}

#main{
    min-height: 700px;
    display: inline-block;
}

.digCopyRootUrl{
    display: none;
}
