div#dash-navbar {
    color: white;
    font-size: small;
    background-color: #434e52;
    min-width: 100%;
    z-index: 100;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.dash-navbar ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.dash-navbar ul > a {
    color: white;
    font-weight: bold;
}

.dash-navbar ul li {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 1.5em 1.5em 1.5em 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1000;
    box-sizing: content-box;
}

.dash-navbar ul li:hover {
    background: #353e41;
    color: white;
}

.dash-navbar .closed::after {
    content: '\25be'; /* ▾ */
    font-size: smaller;
}

.dash-navbar .open {
    background: #353e41;
    color: white;
}

.dash-navbar .open::after {
    content: '\25b4'; /* ▴ */
    font-size: smaller;
}

.dash-navbar ul li a {
    text-decoration: none;
}

.dash-navbar li ul {
    display: none;
    position: absolute;
    padding: 0;
    top: 100%;
    left: 0;
    width: 100%;
}

.dash-navbar li li {
    position: relative;
    display: list-item;
    background: #353e41;
    color: white;
    text-align: center;
    border-top: 1px dotted rgba(255,255,255,0.2);
}
.dash-navbar li li:hover {
    background: #555f63;
}
.dash-navbar li li:last-child {
    border-radius: 0 0 4px 4px;
}

.dash-navbar li li::after {
    content: '';
    display: block;
    clear: both;
}

.dash-navbar ul ul {
    width: 100%;
}

.dash-navbar ul ul li a {
    text-decoration: none;
    font-weight: bold;
}

.noBorderRadius{
   border-radius: 0 0 0px 0px !important;
}

.inverse-dropdown {
  background-color: #222 !important;
  border-color: #080808 !important;
}

.inverse-dropdown > li > a {
  color: #999 !important;
}

.inverse-dropdown > li > a:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.inverse-dropdown > .divider {
  background-color: #000 !important;
}

.logo {
    align-self: center;
    border: none;
    width: 256px;
    height: 30px;
}

.small-logo {
    width: 35px;
    height: 35px;
    margin: 10px 0px 10px 10px;
}

.navbar-timesys-color{
    background-color: #222;
}

.searchbox {
    font-family: Helvetica,Geneva,Arial,sans-serif,linuxlink-icons;
    border: 1px solid #2f3b3f;
    border-radius: 3px;
    background-color: #f7f5f5;
    padding:0.4em;
    width: 17em;
    margin: 0em;
    font-size: 0.9em;
}

.nav-links{
    padding-top: 0.65em;
    font-weight: bold;
    font-size: 0.9em;
}

.ll-toolsmenu{
    min-width: 5em;
    text-align: center;
}

.ll-usermenu{
    min-width: 5em;
    text-align: center;
}

.navbar ul li {
    padding: 0;
}

.imp {
    color: white;
    font-size: small;
    font-weight: bold;
    background-color: #ff6565;
    min-width: 100%;
    min-height: 2em;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.search-dropdown{
    padding: 10px 15px !important;
}

.logo-link{
    padding-left: 0em !important;
    padding-right: 0em !important;
}
.nav>li>a{
    padding-left: 5.8px !important;
    padding-right: 5.8px !important;
}
.search-span{
    padding-left: 2.5px;
    padding-right: 2.5px;
}
body{
    padding-top: 60px;
}

@media only screen and (max-width: 1030px){
  .nav{
     font-size: 0.79em;
  }
}

@media only screen and (max-width: 767px){
  .nav{
     font-size: 0.9em;
  }
}
