
#header{
    background: #fff;
    height: 50px;
}

#logo{
    background:none;
    color:white;
    width: 102px;
    height: 49px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Ubuntu";
    font-size:25px;
}

#account{
    float:right;
}

#account .dropdown{
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 5px;
    background: #ee475b;
    right: 0;
    left: auto;
}

#account .dropdown .item{
    color: white;
    white-space: pre;
    padding: 7px 0;
    width: 100%;
}

#account .dropdown-trigger.opened .menu-item{
}

#account .dropdown .item:hover{
    background: rgba(0, 0, 0, 0.25);
}

#account .dropdown .item .dropdown-item-in{
    padding: 0 25px;
}

#account .dropdown .item .dropdown-item-in .icon{
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

#account .arrow_up:after{
    right: 20px;
    left: auto;
}

#header-title{
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
    margin-left: 20px;
    font-weight: 600;
}

#account .menu-item{
    padding: 0 20px;
    vertical-align: top;
    cursor: pointer;
    height: 50px;
}

#account .menu-item:hover{
    color: #ee475b;
}

#account .dropdown-holder{
    display: inline-block;
    vertical-align: top;

}

#verification_message{
    display: inline-block;
    vertical-align: top;
    padding: 4px 15px;
    background: #ee475b;
    border-radius: 12px;
    font-size: 13px;
    color: #ffffff;
    margin-top: 12px;
}

#account .account-user{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: #555;
    margin-top: 15px;
}

#account .header-heart-icon{
    color: #ee475b;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    font-size: 18px;
    margin-top: 15px;
}

#account .account-company{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #737373;
}



#interceptor_message{
    position: relative;
    z-index: 10;
    display: inline-block;background: linear-gradient(#ffffff, #eaf2f2);border-left: 1px solid #eaf2f2;border-right: 1px solid #eaf2f2;color: #5b6565;height: 50px;line-height: 50px;padding: 0 20px;margin-right: 20px;}

#interceptor_message .icon{
    margin: 12px 0 0 0;
    vertical-align: top;
    color: #6ea0a0;
    background: #FFF;
    box-shadow: 0 2px 10px #0000002e;
    padding: 5px;
    border-radius: 50%;
}

#interceptor_message .text{
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

#stop-impersonation{background: #FFF;border-radius: 20px;padding: 2px 10px;background: #ee465b;color: white;text-transform: uppercase;font-size: 12px;font-weight: bold;margin-left: 10px;}

#stop-impersonation:hover{
    background: #333;
}

.early-access-notice-holder{
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
}

.early-access-notice{
    display: block;
    width: 372px;
    margin: 0 auto;
}

.early-access-notice-icon{
    color: #ee465b;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
    margin-top: 2px;
}

.early-access-notice-text{font-size: 15px;color: #333;vertical-align: top;display: inline-block;margin-right: 15px;}

.early-access-button{vertical-align: top;background: none;color: #ee465b;border: 2px solid #ee465b;display: inline-block;padding: 4px 25px;}

.early-access-button-icon{
    margin-right: 10px;
}

.early-access-button:hover{
    background: transparent;
    color: #ee465b;
}

.early-access-button:active{
    color: white;
    background-color: #ee465b;
    box-shadow: none;
}

#version-number{
    background: #e04659;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    border-radius: 0 0 5px 5px;
    text-align: right;
}