﻿.toolbar {
    position: absolute;
    top: 3px;
    left:0;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
}

.toolbar .logo-title {
    position: relative;
    display: inline-flex;
    float: left;
    overflow: hidden;
    height: 56px;
    width: 256px;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: width 250ms ease-out;
    border-right: 1px solid #e0e0e0;
}

.toolbar .logo-title:after {
    content: " ";
    border-right: 8px solid #ffffff;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    height: 56px;
}

.logo-title .pin-icon {
    width: 18px;
    height: 56px;
    transition: -webkit-transform 200ms ease-in-out, opacity 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease-in-out, opacity 200ms ease;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0px 18px 0px 23px;
}

.logo-title .pinned-icon {
    opacity: 0.54;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.logo-title .pin-icon:hover {
    cursor: pointer;
}

.toolbar .logo-title .logo-img {
    width: 160px;
    padding: 0px 25px 0px 11px;
    height: 56px;
}

.toolbar .logo-title .logo-img:hover {
    opacity: 0.54;
    cursor: pointer;
}

.toolbar .toolbar-tools {
    display: flex;
    float: right;
    width: auto;
    height: 56px;
    background-color: #ffffff;
    border: solid 0 #979797;
}

    .toolbar .toolbar-tools div{
        width: 56px;
        height: inherit;
        padding: 20px;
        box-sizing: border-box;
        border-left: 1px solid #e0e0e0;
        transition: opacity 200ms ease;
        -webkit-transition: opacity 200ms ease;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        color: #283747;
    }

    .toolbar .toolbar-tools .clock-tool{
          text-align: center;
          padding: 8px 0px 0px 0px;
          opacity: 0.87;
    }

    .toolbar .toolbar-tools .clock-tool .timezone-indicator {
          font-family: Roboto;
          font-size: 10px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 2;
          letter-spacing: normal;
          text-align: center;
          color: #283747;
    }

    .toolbar .toolbar-tools .clock-tool:hover {
        cursor: auto;
        opacity: 0.87;
        background-color: #fff;
    }

       .topbartab-close.fa.fa-times::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 56px;
        pointer-events: none;
        display: inline-block;
        background-image: linear-gradient(to right,rgba(255, 255, 255, 0), #ffffff);
        margin-left: -70px;
    }

.add-widget-tool {
    position: absolute;
    display: none;
    top: 56px;
    margin-left: 56px;
    background-color: #fafafa;
    opacity: 1!important;
    z-index: 111;
    border-bottom: 1px solid #e0e0e0;
}

.add-widget-tool:hover{
    background-color: #fff;
}

.toolbar .window-tab {
    display: inline-flex;
    justify-content: space-between;
    height: 56px;
    width: auto;
    box-sizing: border-box;
    max-width: 200px;
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
}

.toolbar .window-tab .window-tab-text {
  opacity: 0.54;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  color: #283747;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 17px;
  padding-right: 5px;
  padding-top: 18px;
}

.toolbar .window-tab.activeToolbar {
    background-color: #fafafa;
    opacity: 0.87;
}

.toolbar .window-tab.activeToolbar .window-tab-text{
    opacity: 0.87;
}

.toolbar .window-tab:hover {
    cursor: pointer;
    opacity: 0.87;
    background-color: #fafafa;
}

.toolbar .window-tab:hover .topbartab-close.fa.fa-times::after,
.activeToolbar .topbartab-close.fa.fa-times::after {
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0), #fafafa);    
}

.toolbar .window-tab:hover .window-tab-text {
    cursor: pointer;
    opacity: 0.87;
}

.topbartab-close.fa.fa-times {
    height: 56px;
    vertical-align: middle;
    line-height: 56px;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 0 4px;
}

.toolbar-icon{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(/Images/topbar.svg);
    opacity: 0.54;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
}

.toolbar-tools div:hover,
.toolbar-tools div:hover .toolbar-icon {
    cursor: pointer;
    opacity: 0.87;
    background-color:#fafafa;    
}

.toolbar .toolbar-tools .logout-toolbar-item {
    padding: 0px;
}

.toolbar .toolbar-tools .logout-toolbar-item a {
    padding: 20px;
    display:inline-block;
}

.toolbar .toolbar-tools .logout-toolbar-item a:hover{
    opacity: 0.87;
}

.top-header-bar{
    position: absolute;
    top:0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background-image: linear-gradient(to right, #ef5350, #ab47bc 10%, #5c6bc0 20%, #42a5f5 30%, #26a69a 41%, #9ccc65 50%, #ffee58 60%, #ffa726 70%, #8d6e63 80%, #78909c 90%, #78909c);
}

.fullscreen-icon{
    background-position: -2px -62px;
}

.maximise-window-icon{
    background-position:  -2px -42px;
}

.multiple-windows-icon{
    background-position: -2px -22px;
}

.search-tool-icon{
    background-position: -2px -2px;
}

.toggle-widgets-icon {
     background-position: -2px -102px;
}

.glossary-tool-icon{
    background-position: -0px -82px;
    width: 20px;
}

.myaccount-tool-icon {
    background-position: -1px -121px;
    width: 20px;
    height: 20px;
}


.toolbar-icon.sign-out-icon{
    background-image: url(/Images/sidebar_icons.svg);
    background-position: -2px -202px;
}

#profileDropdown {
    position: relative;
    z-index: 2000;
}

#profileDropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2001;
}

.profile.icon {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    border-radius: 6px 6px 0 0;
    background: none;
}
.profile.icon:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px currentColor;
}

/* Customize slider for toolbar view*/
.slider {
    margin: -1px 0px 0px 52px;
}

/* Customize bootstrap dropdown for toolbar view */
.dropdown-header {
    padding: 6px 20px;
}

.dropdown-menu {
    padding: 10px 0px;
    min-width: 180px;
}

    .dropdown-menu > li {
        padding-top: 2px;
        font-size: 13px;
    }

        .dropdown-menu > li > span {
            padding: 0px 0px 0px 20px;
        }
