
/* 
    Description of user-logged-prompt.css : containt css styles for div box containt info of logged user displayed on header..
    Created on : 13-oct-2014, 13:34:41
    Author     : Santiago Arispe
*/
.socialAndLanguaje {
    display: none;
}
/* inside directly #container-header #spacerUserlogged */
#spacerUserlogged {
    width: 100%;
    height: 2em;
    padding-top: 0.20em;
    position: relative;
    background-color: #000000;
    z-index: 25;
}

#container-header #spacerUserlogged #user-logged:not(.logged-info) {
    width: 36%;
    height: 2em;
    /*margin-top: -1.8em;  */
    position: absolute;
    right: 0; /* top: 10px; */
    top: 0;
    z-index: 500;
    color: #fff;
    margin-top: 0.15em !important;
}

/* inside   container offset-3  >> .navbar-wrapper2 */
.navbar-wrapper2 #user-logged:not(.logged-info), .navbar-fixed-top #user-logged:not(.logged-info) {
    width: 172px;
    height: auto;
    margin-top: 7px;
    z-index: 500;
    color: #fff;
}

/* @media (max-width: 990px) 1085 */
@media screen and (max-width:1025px) {
    .navbar-wrapper2 #user-logged, .navbar-fixed-top #user-logged {
        position: absolute;
        top: 0px;
        right: 0px;
        margin-top: 0;
    }

    .container {
        margin: 9px auto 1px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        z-index: 4;
        display: none !important;
        cursor: pointer;
        padding: 9px 10px;
        margin-top: 24px;
        margin-right: 6px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    div#container-header {
        height: 80px;
    }
}

#user-logged #pin-profile {
    min-width: 140px;
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0.75em;
    cursor: pointer;
    transition: width ease 1.5s;
    -webkit-transition: background-size 1s ease;
}

user-logged #pin-profile {
    width: 83px;
    /* min-width: 100px; */
    z-index: 1;
    margin: 20px 0 0 5px;
    height: 41px;
    float: right;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0.75em;
    cursor: pointer;
    transition: width ease 1.5s;
    -webkit-transition: background-size 1s ease;
}

@media screen and (max-width:1400px) {
    .socialmedia {
        margin: 10px 0 0 0px;
        position: absolute;
        padding-bottom: 10px;
        display: inline-block;
        text-align: center;
        top: 12px;
    }

    .wrap.cstyle11 {
        margin: 20px 0 0 0;
    }

    .navbar-wrapper2 {
        min-height: 90px !important;
        padding-bottom: 0px;
    }

    .footer-followus {
        font-size: 16px !important;
        font-weight: 300;
        color: #808080;
        text-align: center;
    }

    .socialmedia img {
        width: 24px !important;
        margin: 0 5px 0 2px !important;
    }

    ul.language {
        position: absolute;
        right: 216px;
        top: 64px;
    }
}

#user-logged #pin-profile:hover {
    /*width: 12%; */
    background-size: 85%;
}

.uname {
    width: 135px;
    height: 59px;
    /* margin-right: 0.50em; */
    margin-right: 2%;
    padding-top: 1.4em;
    float: right;
    /*display: inline-block;*/
    display: flex;
    overflow: hidden;
    /* font-size: 1.10em; */
    /* font-size: 1.2vw; */
    font-size: 0.85em;
    font-weight: 600;
    text-align: right;
    text-overflow: ellipsis;
}

.profile-username {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.uname span:first-child {
    margin-right: 6px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .uname {
        font-size: 2.8vw;
        display: none;
    }

    .socialmedia {
        margin: 16px 8px 0 0px;
        padding-bottom: 10px;
        display: inline-block;
        text-align: center;
    }
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
    .uname {
        font-size: 2.8vw;
        display: none;
    }

    .navbar-wrapper2 #user-logged:not(.logged-info), .navbar-fixed-top #user-logged:not(.logged-info) {
        right: 71px;
        top: 32px;
        margin-top: 0;
    }
}

.user-options {
    width: max-content;
    z-index: 12;
    padding: 1px 16px 1px 13px;
    border-radius: 5px;
    position: absolute;
    display: none;
    background-color: rgba(64, 64, 70, 0.95);
    top: 50px;
    right: 0px;
}

#user-logged .user-options a {
    font-size: 12px;
    border-bottom: 1px solid;
    padding: 1px 8px 7px 8px;
}

    #user-logged .user-options a:last-child {
        border-bottom: 0;
    }

.user-options .row {
    margin: 0 auto;
    /*height: 1.5em; 
    height: 1.85em;*/
    height: 2em;
    margin: 0.6em 0;
    line-height: 1.85em;
    position: relative;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
}

.row a {
    color: #FFFFFF;
}

    .row a:hover {
        color: #4DC1DF;
    }

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .user-options .row {
        height: 1.5em;
        line-height: 1.50em;
    }

    .row a {
        height: 1.5em;
        line-height: 1.5em;
        padding-left: 2.55em;
        font-size: 0.60em;
        font-weight: 600;
    }
}


.arrow-up {
    border-bottom: 0.65em solid #404046;
    border-left: 0.65em solid transparent;
    border-right: 0.65em solid transparent;
    height: 0;
    width: 0;
    margin-top: -0.62em;
    position: absolute;
    right: 4%;
    top: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
    .socialmedia {
        margin: 0px 0 0 0px;
        position: absolute;
        padding-bottom: 10px;
        display: inline-block;
        text-align: center;
        top: 16px;
        right: 76px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        z-index: 4;
        cursor: pointer;
        padding: 9px 10px;
        margin-top: 7px;
        margin-right: 19px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-wrapper2 {
        min-height: 76px;
        background: black;
        border-bottom: 0px solid #cccccc;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .arrow-up {
        right: 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    div#container-header {
        height: 132px;
    }

    .socialmedia {
        margin: 7px 70px 0 0px;
        padding-bottom: 10px;
        display: inline;
        text-align: center;
    }
}
/* =============    DIALOG LOGOUT  STYLES================*/
#logoutDialog {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

    #logoutDialog #logoutMessage {
        font-size: 1.20em !important;
    }
