﻿.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sitesPath {
    padding: 4px 8px;
    flex: 2;
}

#sitesSelector {
    border : 1px solid #60d3dd;
    background : #FFF;
    display: flex;
    border-radius: 4px;
    min-width: 100px;
}

.neutral-button {
    border: unset;
    background: unset;
    padding: 0;
    flex: 20 0;
    align-items: stretch;
}

.topBar h1 {
    margin: 0;
    margin-inline-start: -100px;
    font-size: 24px;
    line-height: 1;
}

.rightMenu {
    padding : 0;
}

.neutral-button:hover, .neutral-button:focus, .neutral-button:active, .neutral-button:active:focus, .neutral-button:hover:active {
    background: unset;
    box-shadow: unset;
}

.dropdowm-icon {
    flex: 1 0;
    display: flex;
    align-items : center;
    padding : 2px 6px;
    color:white;
    border-color: #60d3dd;
    background-color: #60d3dd;
    max-width: 28px;
}



#hermes .vc-panel.site-list .wrap {
    max-height: 100%;
}

#hermes .vc-panel.site-list .close {
    font-size: 30px;
}

#hermes .vc-panel.site-list .sites {
    font-size: 14px;
    line-height: 14px;
    text-align: initial;
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    display: inline-block;
    width: 100% !important;
    overflow: hidden;
}

#hermes .vc-panel.site-list .sites .list-group {
    height: 240px;
    padding: 0;
}

    #hermes .vc-panel.site-list .sites li span {
        display: inline-block;
    }

#hermes .vc-panel.site-list .panel-content.normal, #hermes .vc-panel.site-list.toggled .panel-content.toggled {
    top: -5px;
    bottom: 0;
    display: flex;
}

#hermes .vc-panel.site-list .panel-content.toggled {
    top: 100%;
    bottom: -100%;
    display: none;
}

#hermes .vc-panel.site-list.toggled .panel-content.normal {
    top: -100%;
    bottom: 100%;
    display: none;
}

#hermes .vc-panel.site-list .panel-content.toggled .wrap {
    display: block;
    padding: 10px;
}

.rightMenu {
    margin: 0;
    border: 0 none;
    width: 250px;
    color: #000;
    overflow: hidden;
}

.rightMenu > .list-group {
    padding: 0;
    margin-bottom: 0;
}
#hermes .screen-container {
    position: relative;
    height:100%;
}
#hermes .loader {
    display:none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255, 0.7);
}

#hermes .loader img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}