﻿.top-menu-container {
  /*position: relative;*/
  height: 100px;
  position: absolute;
  width: 100%;
  top: 0;
  background-color: transparent;
}
.top-menu {
  background-color: transparent;
  width: 100%;
  height: 100px;
  display: inline-block;
  font-family: DMSans;
}
.top-menu-down {
  width: 25px;
  height: 25px;
  color: #ffffff;
  /*float: right;*/
  margin-top: 30px;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer;
}
.top-menu-user {
  /*float: right;*/
  margin-top: 25px;
}
.top-menu-user label {
  color: #ffffff;
  display: block;
  cursor: inherit;
  font-weight: normal;
}
.top-menu-user small {
  color: #ffffff;
  font-size: 14px;
}
.top-welcome {
  margin-left: 20px;
}
.top-welcome h1 {
  color: #ffffff;
}
.top-menu-search {
  /*float: left;*/
  padding-left: 20px;
  margin-top: 30px;
}
.top-menu-search input {
  width: 300px;
  color: #777;
  padding: .6em;
  display: inline-block;
  font-size: 1em;
  max-width: 100%;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-family: inherit;
  line-height: inherit;
  display: block;
  outline: none;
  border: none;
  background: #f4f4f4;
  -webkit-appearance: none;
  border-radius: 0;
}
.top-sub-menu {
    width: 270px;
    position: absolute;
    top: 40px;
    right: -5px;
    z-index: 3000;
    border-top: 2px solid #0082ba;
    background-color: #ffffff;    
    font-family: DMSans;
    box-shadow: 0px 0px 27px gray;
}
.top-sub-menu-item {
    display: block;
    min-height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    text-decoration: none !important;
    color: #0083BA;
    text-transform: uppercase;
}
.top-sub-menu-item:hover {
  background-color: #EEEEEE;
  color: #0083BA;
}
.top-sub-menu-username {
    font-size: 16px;
    color: #272727;
}
.top-sub-menu-userroles {
    font-size: 14px;
    color: #272727;
    margin-top: 7px;
    padding-bottom: 16px;
    border-bottom: 1px solid #272727;
}
.title-bar {
  background-color: #ffffff;
  opacity: 0.7;
  margin-top: 100px;  
  padding-left: 20px;
  width: 100%;
  position: absolute;
  top: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.title-bar h3 {
  font-size: 30px;
  padding-top: 8.2px;
  padding-bottom: 8.2px;
  margin-bottom: 0px;
  line-height: 1;
}
.my-title-bar .breadcrumbs {
    color: #656768;
    margin-top: 8px;
    margin-bottom: 2px;
    /*padding-bottom: 10px;*/
    font-family: DMSans;
}
.my-title-bar .breadcrumbs a {
  color: inherit;
  text-decoration: none;  
  margin-left: 8px;
  margin-right: 8px;
}
.my-title-bar .breadcrumbs a:nth-child(1) {
  margin-left: 0;
}
#top-image {
  /*float: right;*/
  margin-left: 240px;
}
/*#quno16-container {
  height: 100%;
}*/
.top-image {
  width: 100%;
  z-index: 0;
  position: absolute;
  min-height: 140px;
  height: 210px;
  top: 0;
}
#right-content {
    /*float: left;*/
    /*max-width: calc(100% -  240px);*/
    position: relative;
    width: 100%;
    z-index: 999;
    /*background-color: #fff;*/
    /*background-color: #F2F2F2;*/
    /*height: 100%;*/
    /*display: flex;
    flex-direction: column;*/
}
#right-content #top img {
  width: 100%;
  z-index: -1;
  /*position: relative;*/
}
#right-content #top #top-menu {
  /*position: absolute;
  width: calc(100% -  240px);
  top: 0;
  left: 240px;*/
  background-color: transparent;
}
#right-content.hide-menu {
  /*max-width: calc(100% -  45px);*/
}
#content {
  margin-left: 0px !important;
}

.my-very-top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.right-top {
    height: 210px;
    padding-top: 100px;
    background: url(/images/backgrounds/photos/keyboard.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.my-title-bar {
    background-color: #fff;
    opacity: .7;
    
    /*margin-top: 100px;*/
    /*padding-left: 20px;*/
    padding: 8px 8px 8px 20px;
    /*width: 100%;
    position: absolute;
    top: 0;*/
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    
}

.my-top-menu {
    font-family: DMSans;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
}

.my-title-bar > h3 {
    font-size: 30px;
    /*padding-top: 8.2px;
    padding-bottom: 8.2px;*/
    line-height: 1;
    margin-bottom: 0px;
}

/*.my-top-menu-container {
    position: fixed;
    top: 0px;
    height: 100px;*/
    /*width: 100%;*/
    /*display: flex;
    justify-content: space-between;
    z-index: 1000;
    -webkit-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
}*/

.my-top-menu-search {
    width: 320px;
    height: 38px;
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media only screen and (max-width: 1026px) {
    .my-top-menu-search .top-search-icon {
        display: none;
    }
}

.my-top-menu-search .top-search-icon {
    width: 32px;
    height: 32px;
    color: white;
    flex-shrink: 0;
}

.my-top-menu-search input {
    
    font-size: 1em;
    padding: 0.5em;
    border: none;
    color: #777;
    background: #f4f4f4;
    border-radius: 0;
    width: 100%;
    font-family: inherit;
}

.my-top-menu-down {
    width: 25px;
    height: 25px;
    color: #00;
    /*float: right;*/
    margin-top: 8px;
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
    /*text-shadow: 1px 1px 5px black;*/
}

.my-top-menu-user {
    /*float: right;*/
    /*margin-top: 0px;*/
    /*background: url(/images/icons/v3/person-white.svg) 0rem center no-repeat;*/
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 1.3rem;
    color: #FFFBF5;
}

.my-top-menu-user img {
    width: 2rem;
    height: 2rem;
}

/*.my-top-sub-menu {
    width: 270px;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 3000;
    border-top: 2px solid #0082ba;å
    background-color: #ffffff;
    color: #0083BA;
    text-transform: uppercase;
}

.my-top-sub-menu-item {
    display: block;
    min-height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    text-decoration: none !important;
}

.my-top-sub-menu-item:hover {
    background-color: #EEEEEE;
    color: #0083BA;
}*/