﻿.header-content {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.header-content__title {
    font-family: Glober-Thin,Arial,Verdana,Helvetica,sans-serif;
    color: #fff;
    margin-top: 4px;
    font-size: 20px;
    position: relative;
    top: 6px;
}


.header-content__title-2 {
    font-family: Glober-SemiBold,Arial,Verdana,Helvetica,sans-serif;
    color: #fff;
    margin-top: 4px;
}

.header-content__title--border {
    padding-right: 8px;
    margin-right: 12px;
    font-size: 20px;
    position: relative;
    top: 6px;
}

.header-content .row {
    width: 100%;
}

.header-form__title--hightlight {
    font-size: 20px;
    position: relative;
    top: 21px;
}

.header__separator {
    display: inline-block;
    width: 1px;
    height: 18px;
    float: left;
    margin-right: 11px;
    position: relative;
    top: 24px;
}

    .header__separator.header__separator--right {
        float: none;
        height: 14px;
        top: 4px;
    }

.login-img--logo--header {
    width: auto;
    height: 60px;
    display: inline-block;
    float: left;
    position: relative;
    background-position: 100%;
    max-width: 260px;
    margin: 0px;
    margin-right: 10px;
    background-size: cover;
}

.header__title-user {
    width: auto;
    margin: 0;
    display: inline-block;
    font-size: 14px;
}

.header__title-user--logout {
    cursor: pointer;
}


.header__title-user--content {
    text-align: right;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: 10px;
}

.header__title-user-logo {
    top: 6px;
    margin: 0px 6px 2px;
    font-size: 16px;
}


.header__title-user--name:hover {
    text-decoration: underline;
    cursor: pointer;
}

.header__title-user--arrow {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 10px;
    background-image: linear-gradient(45deg, transparent 46%, #fff 51%), linear-gradient(135deg, #fff 50%, transparent 51%);
    background-position: calc(100% - 9px) calc(1em + -4px), calc(100% - 5px) calc(1em + -4px), 100% 0;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 4px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-border-radius: 2px;
    border: none;
    height: 25px;
}

.header__title-register {
    display: inline-block;
    border-radius: 25px;
    font-size: 15px;
    border-width: 2px;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.header__title-register h4 {
    display: inline-block;
}

.header__title-register .menu__icon {
    font-size: 32px;
    top: -4px;
    left: -5px;
}

.content__img-profile {
    background: black;
    height: 40px;
    width: 40px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.header__user-img-profile {
    background: transparent url('../../img/user.png') no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 9px;
    right: 3px;
}

.header__user-label-profile {
    top: 8px;
}

    .header__user-label-profile:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.content__edit-profile {
    min-width: 180px;
    min-height: 60px;
    border: solid 1px #000;
    position: fixed;
    right: 110px;
    margin-top: 9px;
    z-index: 999999;
    background: #fff;
    padding-left: 25px;
    padding-top: 10px;
    background-clip: padding-box;
    border: 1px solid rgba(61,70,77,0.1);
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.edit__profile_content_buttons {
    text-align: right;
}


.content__edit-profile:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 87%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.i-user-photo {
    background: transparent url('../../img/user.svg') no-repeat;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: dotted 1px #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.modal__edit-profile label {
    color: #8DA5A3;
}

.modal__edit-profile h4 {
    font-family: ClearSans-Bold;
    display: inline-block;
    margin: 0;
}

.modal__edit-profile h6 {
    color: #ccc;
    display: inline-block;
    margin: 0;
}

.row.toolbar {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
