/*----------------------------------------------------
/* HEADERS
/* ----------------------------------------------------*/

.header-container {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    color: #4c637c;
    border-bottom: 1px solid #ccced4;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-logo-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 12px;
    width: 55px;
    height: 55px;
    background-image: url(/images/arsonal-bug.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 55px;
}

.header-logo-left {
    position: relative;
    display: inline-block;
    top: 12px;
    left: 20px;
    width: 55px;
    height: 55px;
    background-image: url('../images/arsonal-bug.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 55px;
    margin-right: 11px;
}

.header-clientName__large {
    position: absolute;
    display: inline-block;
    top: 21px;
    left: 90px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.header-clientName__small {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 800;
    letter-spacing: -0.3px;
}

.header-projectName {
    position: absolute;
    top: 15px;
    left: 90px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: -0.3px;
}

.header-sub-text-container {
    position: absolute;
    display: table;
    top: 47px;
    left: 91px;
}

.header-sub-text__line {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.header-breadcrumb-nav-container {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 35px;
    background-color: #fff;
    color: #4c637c;
    border-bottom: 1px solid #ccced4;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-breadcrumb-nav__text {
    position: relative;
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.3px;
    cursor: pointer;
}

.header-breadcrumb-nav__text:hover {
    text-decoration: underline;
}

.header-breadcrumb-nav__text:first-child {
    padding-left: 20px;
}

.header-breadcrumb-nav__arrow {
    position: relative;
    display: inline-block;
    top: 1px;
    padding-left: 13px;
    padding-right: 13px;
    width: 8px;
    height: 12px;
    background-image: url(/images/breadcrumb_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

.header-logout {
    position: absolute;
    float: right;
    top: 31px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
