﻿:root {
    --headerHeight: 73px;
}

.header {
    /*display:flex;
    align-items:center;
    justify-content:space-between;*/
    /*height: 73px;*/
    height: 73px;
    /*background-color: ActiveCaption;*/
}

.header-row {
    min-height: 100%;
}


#getapp {
    margin-left: 28px;
    color: #0160E0;
    white-space: nowrap;
}

.pipeline {
    padding-left: 27px;
    font-size: 24px;
}

#eeiapp {
    padding-left: 28px;
    color: #262626;
    white-space: nowrap;
}

#search {
    margin-right: 49px;
}

#allms-group {
    padding-right: 30px;
}

#allms {
    padding-right: 10px;
    color: #0160E0;
}

.search-group {
    justify-content: flex-end;
    height: 73px;
}

.logo-group {
    height: 73px;
}

.searchbox-container {
    width: 240px;
    margin-inline-end: 2px;
}

.searchbox {
    width: 100%;
    padding-inline-start: 5px;
    outline-color: #0160E0;
    border-color: #0160E0;
}

#getapp:hover, #allms-group:hover, #search:hover {
    cursor: pointer;
}

#getapp:focus, #getapp:active,
#allms-group:focus, #allms-group:active, #search:focus, #search:active {
    /*border: 1px dashed;*/
    /*outline: none;*/
    outline: 1px dashed black;
}



#allms-group:active #allms-svg {
     transform: rotateX(180deg);
}

@media only screen and (max-width:767px) {
    .header {
        height: calc(73px*2);
    }

    .search-group {
        justify-content: center;
    }

    #search {
        margin-inline-end: 0px;
    }
}
