#topnav .navbar-brand{
    background-image: url('../bundles/app/fonts/profile/tour-logo.png');
    background-size: 60% auto;
}

.focused-form .login-logo {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 30px auto;
    padding: 10px;
    width: 167px;
}

#register-btn{
    margin-top: 40px;
}

/* profile */
.btns-block{
    margin: 0 0 20px 0;
}

/* claim */
#claim-set-manager-confirm,
#claim-unmanaged{
    background-color: rgba(0, 0, 0, 0.5);
}
#claim-unmanaged .modal-header .close{
    font-size: 32px;
    color: #000;
    opacity: 1;
}
#claim-unmanaged .modal-header .close:hover{
    color: #666;
}
.manager-active{
    background-color: #8bc34a !important;
}
#claim-note-content{
    width: 100%;
    height: 70px;
    min-height: 70px;
    resize: vertical;
}
.claim-note-delete{
    margin-left: 10px;
}
table.notes th,
table.docs th{
    width: 30%;
}
table.notes td.content{
    width: 50%;
}
table.message-new{}
table.messages .head,
table.message-new .head{
    width: 30%;
}
table.messages .content,
table.message-new .content{
    width: 50%;
}
#message-docs .fi-item{

}

/* messages */
.panel-btns{

}
#message-add-message-dialog{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

/* file input */
.input-group-b{}
.input-group-b .ig-item{
    display: inline-block;
    width: 100%;
}
#appbundle_front_profile_message_message_docs{
    margin-top: -35px;
}

.btn.btn-social.btn-vk {
    background-color: #507299 !important;
    border-color: #507299 !important;
    color: #ffffff;
    background-color: #00aced;
    border-color: #00aced;

    height: 30px;
    line-height: 30px;
}
.btn.btn-social.btn-vk i{
    position: relative;
    left: -10px;
    width: 30px;
}

/* profile */
#profile-unsubscribe{
    color: #e51c23;
}
#profile-unsubscribe:hover{
    color: #fff;
}

/* order */
.content .cmt-files{
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}
.content .cmt-files{
    list-style-type: none;
}
.content .cmt-files li{
    padding: 5px 0;
    border: none;
}
.content .cmt-files li a{
    font-size: 16px;
}
.content .cmt-files li a:hover{
    text-decoration: underline;
    cursor: pointer;
}
