﻿/*logo*/
header .content .logo {
    width: 145px;
    height: 42px;
}

/*language*/
header .content #menu-lang .dx-icon {
    border: solid 1px;
    height: 14px;
    background-position-y: center;
    border: solid 1px rgba(125,125,125,0.3);
}

/*avatar*/
header .content #menu-avatar .dx-menu-item-content {
    padding: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

header .content #menu-avatar p {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 6px;
    float: left;
}

header .content #menu-avatar .border {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(125,125,125,0.3);
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}

    header .content #menu-avatar .border img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }


.auth-type {
    display: none;
}

.jazea-bottom {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 16px;
    text-align: center;
}

    .bottom .splitter {
        color: rgba(128, 128, 128, 0.5);
    }

.social {
    /*margin: 20px;*/
}

    .social .caption {
        text-align: center;
    }

    .social .container {
        margin: 16px 0 16px 0;
        text-align: center;
    }

    .social .containers {
        margin: 16px 0 16px 0;
        text-align: center;
    }

    .social a {
        cursor: pointer;
        height: 36px;
        width: 36px;
        margin: 0 8px 0 8px;
        display: inline-block;
        vertical-align: top;
        background-color: #ddd;
        border-radius: 50%;
    }

        .social a i {
            display: inline-block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 24px;
            text-align: center;
            color: #FFF;
            border-radius: 50%;
        }

.bg-darkgray {
    background-color: #f7f7f7
}

.border-top {
    border-top: 1px solid #ddd;
    padding-bottom:19px;
    margin-top:6px;
}

.intl-tel-input{
    width:100%;
}
.intl-error-input::after {
    pointer-events: none;
    font-weight: bold;
    background-color: #d9534f;
    color: #fff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px; 
    height: 18px; 
    border-radius: 50%; 
    text-align: center; 
    line-height: 18px; 
    font-size: 13px; 
    right:3px;
}