body {
    margin: 0;
    height: 100%;
}
html{
    height: 100%;
}
.avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}
.rectangular {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.04);
}
.iframe-hack {
    width: 100%;
    height: 100%;
}
.next-shell-sub-main{
    background-color: #fff;
}
.next-shell-brand .next-shell-header{
    background-color: #0674a7;
}
.next-shell-brand .next-shell-header .dock-trigger, .next-shell-brand .next-shell-header .nav-trigger{
    background-color: #0674a7;
}
.next-shell-brand .next-shell-aside.next-shell-navigation{
    background-color: #0674a7;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected{
    background-color: #0674a7;
    color:#fff;
}
.next-nav.next-normal .next-nav-item.next-child-selected{
    color:#fff;
    background-color: #072f3d;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-selected{
    color:#fff;
    background-color: #072f3d;
}
.next-nav.next-normal .next-menu-item{
    color:#fff;
    background-color: #0674a7;
}
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected{
    background-color: #072f3d;
    color:#fff;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover{
    color:#fff;
    background-color: #072f3d;
}
.next-nav.next-ver .next-menu-sub-menu{
    background-color: #515A6E;
}
.next-shell-brand .next-shell-main{
    background-color: #0674a7;
}
.next-shell-brand .next-shell-header{
    border-bottom: 0;
}
.next-nav.next-normal,.next-nav.next-normal .next-nav-item.next-menu-item{
    color:#fff;
}
.next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected{

}
.next-nav.next-normal .next-nav-item.next-menu-item.next-opened{
    background-color: #0674aa;
    color:#fff;
}
.container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}
.next-message.next-message-loading.next-toast{
    background: 0;
    border:0;
    box-shadow: none;
}
.next-message.next-message-loading.next-toast .next-message-symbol-icon::before{
    width:48px !important;
    height:48px !important;
    line-height:48px !important;
    font-size:48px !important;
}
.loading{
    z-index:99999999;position:fixed;top:0;left:0;background:rgba(0,0,0,0.4);width:100%;height:100%
}
.loading .loadingBox{
    position: fixed;
    top:45%;
    left:50%;
    z-index: 999999999999999999999;
}
.loading span{
    display: inline-block;
    width: 8px;
    height: 100%;
    margin: 0 5px;
    border-radius: 4px;
    background: lightgreen;
    -webkit-animation: load 1s ease infinite;
}
@-webkit-keyframes load{
    0%,100%{
        height: 40px;
        background: lightgreen;
    }
    50%{
        height: 70px;
        margin: -15px 0;
        background: lightblue;
    }
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.4s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.6s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.8s;
}

.hozMenu{
    max-width: 600px;
    margin-left: 20px;
    line-height: 52px;
    height:52px;
    background-color:#0674a7;
    overflow: hidden;
}
.hozMenu .next-menu.next-hoz.next-menu-nowrap{
    line-height: 52px;
    height:52px;
    border:0;
    background-color:#0674a7;
    color:#fff;
}
.hozMenu .my-hoz-menu .next-menu-item{
    width:auto;
    min-width: 100px;
}
.hozMenu  .next-menu-item-inner{
    line-height: 52px;
    height:52px;
    border:0;
    text-align: center;
    /*background-color:#0674a7;*/
    color:#fff;
    padding: 0;
}
.hozMenu .next-menu .next-menu-hoz-icon-arrow.next-icon{
    color:#fff;
}
.hozMenu .next-menu-item-text > a{
    color:#fff;
}
.hozMenu .next-menu-item:not(.next-disabled):hover,.hozMenu  .next-menu-item:hover{
    background: #072f3d;
}
.hozMenu .next-menu-item-text > a{
    color:#fff;
}
.hozMenu .next-overlay-wrapper .next-menu{
    background-color:#0674a7;
    color:#fff;
}
.hozMenu .last-menu{
    position: absolute;
    display: block;
    width: 100px;
    height: 52px;
    left: 700px;
    top:0;
    line-height: 52px;
    overflow: hidden;
    /*background: rgb(56, 167, 223);*/
    text-align: center;
    cursor: pointer;
}
.hozMenu .last-menu:hover{
    background: #072f3d;
    cursor: pointer;
}
.next-tabs-strip > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active{
    color: #00B7EB;
    background-color: transparent;
}
