/**
 * Copyright (C) GOYOURLIFE INC. - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Written by Doris Wang (Exce) <doris.wang@goyourlife.com>, July 2018.
 * 
 * Project : GoWatch 820i (code name : GOLiFE IRONMAN)
 *
 * This is the main logic of the MCU bootloader.
 * 
 * @author Doris Wang (Exce) <doris.wang@goyourlife.com>
 * @link http://www.goyourlife.com
 * @copyright Copyright &copy; 2018 GOYOURLIFE INC.
 */

 .menu {
    width: 100%;
    display: flex;
    background: #272626;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}
 
.menu li {
    float: left;
    list-style: none;
    margin: 0px 50px 0px 0px;
    font-size: 16px;
}
 
.menu li a {
    text-decoration: none;
    color: rgb(146, 151, 150);
    transition: color linear 0.15s;
    cursor: pointer;
}
 
.menu .menu-logo {
    margin: auto;
    margin-left: 0px;
    padding: 10px 10px 10px 20px;
}
 
.menu .menu-logo a {
    color: #fff;
}
 
.menu a:hover, .menu .current-active a {
    text-decoration: none;
    color: #337275;
}
 
.toggle-nav {
    display: none;
}
 /*  */
 .navbar {
    background-color: white;
    height: 9vh;
}
  
.adb-navbar {
    display: flex;
    /* justify-content: center; */
    margin: 0;
    padding: 0;
    background-color: white;
    /* width:100%; */
    padding-right: 15px;
}
  
.adb-navbar li {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    /* float: right; */
    vertical-align: middle;
}
  
.adb-navbar li a,
.adb-navbar li div.user {
    letter-spacing: 0.2em;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 5px;
    margin: 0;
    line-height: 8vmin; 
    color: #11307A;
    font-weight: bolder;
}

.profiles {
    color: #11307A;
    font-weight: bolder;
}

.bannerBtn {
    height: 28px;
    outline: none;
    border: none;
    background-color: transparent;
    background-position: 0px 6px;
    color: #00246a;
    /* margin-left: 0px; */
    text-align: right;
    padding-right: 0;
    /* background-size: 21px auto; */
    font-weight: bolder;
}
.bannerIcon {
    font-size: 22px;
    vertical-align: -10%;
    margin-left: 7px;
}

.dropdown-menu .option {
    letter-spacing: 0em;
    line-height: 28px;
    font-size: 15px;
}

