.logoWrapper {
    text-align: center;
    padding: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.doctorImgInNav, .userImageInNav {
    display: block;
    margin: 0 auto .8em;
    width: 100%;
    height: auto;
    border-radius: 50em;
}

.doctorImgInNav {
    max-width: 4em;
}

.userImageInNav {
    max-width: 5em;
}

.logo-wrapper {
    display: block;
    width: 100%;
}

.asideNavMenuLink.doctorName {
    text-align: center;
    padding: 1em;
    color: rgba(255, 255, 255, .7);
    border-top: 1px solid rgba(255,255,255, .1);
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
}

.asideNavMenuLink.patientName {
    text-align: center;
    padding: .5em 1em;
    color: rgba(255, 255, 255, .7);
    max-width: 100%;
    margin-bottom: 0;
}

.asideNavMenu {
    /*width: 9%;*/
    width: 8.9%;
    max-width: 8.9%;
    /*max-width: 12.0625em;*/
    /*max-width: 12.0025em;*/
    background: rgb(54, 65, 80);
    position: fixed;
    left: 0;
    height: 100%;
}

.asideNavMenuLink {
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 0.875em;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: rgb(54, 65, 80);
    font-weight: 300;
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    -o-transition: background-color .35s;
    transition: background-color .35s;
}

.asideNavMenuLink a {
    display: block;
    color: rgba(255, 255, 255, .7);
    padding: 1em 0;
    text-decoration: none;
}
@media all and (min-width: 1100px) and (max-width: 1376px) and (max-height: 880px) {
    .asideNavMenuLink a {
        padding: 0.5em 0;
    }
}
@media all and (min-width: 1100px) and (max-width: 1376px) and (max-height: 830px) {
    .asideNavMenuLink a {
        padding: 0.2em 0;
    }
}
@media all and (min-width: 1100px) and (max-width: 1376px) and (max-height: 740px) {
    .asideNavMenuLink a {
        padding: 0.09em 0;
    }
}
.asideNavMenuLink:hover {
    background: #262d38;
}

.navigationIcon {
    margin: 0 1em;
    vertical-align: middle;
}

.activeNavLink {
    position: relative;
    background: rgb(44, 178, 169);
    -webkit-box-shadow: inset 2px 0 0 rgb(32, 133, 126);
    -moz-box-shadow: inset 2px 0 0 rgb(32, 133, 126);
    box-shadow: inset 0 -2px rgb(32, 133, 126);
    border-bottom: 0;
}

.activeNavLink a {
    color: rgb(255, 255, 255);
}

.activeNavLink:hover {
    background: rgb(44, 178, 169);
}

.activeNavLink:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #E8E8E8;
    border-left-color: #E8E8E8;
    left: 96%;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.language-chooser {
    /*padding: .4em;*/
    text-align: left;
}

.language-choose-btn {
    /*width: 45%;*/
    background: transparent;
    /*border: 1px solid rgb(95, 107, 123);*/
    border: 1px solid transparent;
    /*color: rgba(255, 255, 255, .7);*/
    -webkit-transition: background .35;
    -moz-transition: background .35;
    -ms-transition: background .35;
    -o-transition: background .35;
    transition: background .35;
    border-radius: 2px;
    padding: 3px 0;
}


.languages_liElement {
    height: 2.5em;
    padding-top: 0.2em;
    /*padding: 0!important;*/
    /*padding: 0 20% 0 20%;*/
}

@media all and (max-width: 1650px) {
    .languages_liElement {
        padding: 0 13% 0 13%;
    }
}
@media all and (max-width: 1300px) {
    .languages_liElement {
        padding: 0 10% 0 10%;
        /*padding: 0em!important;*/
    }
}
@media all and (max-height: 736px) {
    .languages_liElement {
        height: 3.5em;
        padding: 0!important;
    }
}
.languages_liElement button {
    /*height: 34px!important;*/
    width: 30%;
    max-width: 30%;
    padding: 0;
    margin: 0;
    display: inline;
    background: transparent;
    border: 1px solid transparent;
    margin-top: 0.3em;

}
.languages_liElement>button>img {
    /*height: 25px;*/
    /*height: 85%;*/
    /*width: 25px;*/
    /*width: 85%;*/
}
/*.chinese {*/
    /*margin-top: 10px;*/
    /*float: left;*/
/*}*/

@media all and (max-width: 1650px) {
    .languages_liElement {
        padding: 0 3% 0 3%;
    }
}
@media all and (max-width: 1300px) {
    .languages_liElement {
        padding: 0 % 0 10%;
        /*padding: 0em!important;*/
    }
}
@media all and (max-height: 736px) {
    .languages_liElement {
        height: 2.4em;
        padding: 0.1em 0 0 0!important;
    }
}
@media all and (max-width: 1560px) {
    .languages_liElement button{
        width: 25%!important;
        max-width: 25%!important;
        margin-left: 5%!important;
    }
}
.languages_liElement button {
    /*height: 34px!important;*/
    width: 19%;
    max-width: 19%;
    padding: 0;
    margin: 0;
    display: inline;
    background: transparent;
    border: 1px solid transparent;
    /*margin-top: 0.3em;*/
    margin-left: 10%;
}
.languages_liElement>button>img {
    /*height: 25px;*/
    /*height: 85%;*/
    /*width: 25px;*/
    /*width: 85%;*/
    border-radius: 50em;
    /*width: 100%;*/
    /*border: 2px solid white;*/
    margin-top: 0.15em;
}
/*.chinese {*/
    /*margin-top: 10px;*/
    /*float: left;*/
/*}*/

.language-choose-btn:hover {
    background: rgb(54, 65, 80);
}
.staticNav{
    /*border-top: 3px solid rgb(44, 178, 169);*/
    border-top: 3px solid #fff;
    /*border-bottom: 3px solid rgb(44, 178, 169);*/
    border-bottom: 3px solid #fff;
}
.border {
    /*border-top: 3px solid rgb(44, 178, 169);*/
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.logout_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

@media all and (max-width: 1100px) {
    .asideNavMenu a {
        padding: 0!important;
        font-size: 0.81em!important;
    }
}
.doctorMenuItem {
    cursor:not-allowed;
}