﻿.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-top {
    border-bottom: 4px solid #253d84;
    min-height: 50px;
}

.logo {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
    display: block;
}

.logo-img {
    height: 24px;
    width: auto;
}

.top-link {
    border: 1px solid transparent;
    padding: 5px 10px;
    color: #4f7480;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 500;
    transition: 1s box-shadow;
    white-space: nowrap;
    text-decoration: none;
}

.top-link:hover {
    border: 1px solid rgba(0,0,0,0.1);
}

span.top-link:hover {
    border: 1px solid transparent;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.header-left {
    padding: 5px;
    max-height: 2em;
}

.header-right {
    padding: 5px;
}

.header-bottom {
    min-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.rm-search {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 7.5px;
    display: flex;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    transition: box-shadow .15s cubic-bezier(0.16, 1, 0.3, 1);
    width: 150px;
    cursor: pointer;
    text-decoration: none;
}

.rm-search-icon {
    color: #637288;
    font-size: 16px;
}

.search-placeholder {
    flex: 1 1 auto;
    padding-left: 5px;
    text-align: left;
    color: #637288;
    font-size: 14px;
}

.rm-search-shortcut {
    color: #637288;
    font-size: 11px;
    font-weight: 500;
}

.body-text {
    text-align: center;
}

    .body-text a {
        color: #4f7480;
    }

body {
    margin: 0;
    padding: 0;
}

.top-link.login {
    padding: 10px
}
