
/* 
    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
{
    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, .navbar-fixed-top #user-logged {
    width: 172px;
    height: auto;
    margin-top: 7px;
    z-index: 500;
    float: right!important;
    color: #fff;
}

/* @media (max-width: 990px) 1085 */
@media screen and (max-width:1025px)
{

    /*/ reposition element on reduce width viewport ... */
    .navbar-wrapper2 #user-logged , .navbar-fixed-top #user-logged
    {
        right: 8em;
        top: 0.95em;
        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: 100px;
    position: absolute;
    right: 0;
    /* float: right; */
    height: 100%;
    display: inline-block;
    /* background-image: url(../images/dash/no-avatar.jpg); */
    /* background-image: url(../images/icons/no-avatar.png); */
    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;
    background: black;
    border-bottom: 0px solid #cccccc;
    padding-bottom: 0px;
}
.footer-followus {
    font-size: 16px;
    font-weight: 300;
    color: #808080;
    text-align: center;
}
.socialmedia img {
    width: 24px;
    margin: 0 5px 0 2px;
}

ul.language {
    position: absolute;
    right: 24px;
    top: 33px;
}
}
#user-logged #pin-profile:hover
{
    /*width: 12%; */
    background-size: 85%;
}
.uname {
    width: 74px;
    height: 59px;
    /* margin-right: 0.50em; */
    margin-right: 2%;
    padding-top: 1.4em;
    float: right;
    display: inline-block;
    overflow: hidden;
    /* font-size: 1.10em; */
    /* font-size: 1.2vw; */
    font-size: 0.85em;
    font-weight: 600;
    text-align: right;
    text-overflow: ellipsis;
}
@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, .navbar-fixed-top #user-logged {
    right: 71px;
    top: 32px;
    margin-top: 0;
}
}

.user-options {
    /* width: 92%; */
    width: auto;
    z-index: 12;
    padding: 0;
    padding: 1px 16px 1px 13px;
    border-radius: 5px;
    min-height: 4em;
    position: relative;
    float: right;
    /* margin-right: 4%; */
    margin-top: 0.65em;
    clear: both;
    /* border: rebeccapurple; */
    display: none;
    background-color: rgba(220, 220, 220, 0.95);
    background-color: rgba(64, 64, 70, 0.95);
}

#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-block;
    text-align: center;
}
}
/* =============    DIALOG LOGOUT  STYLES================*/
#logoutDialog
{
    padding-top: 1em!important;
    padding-bottom: 1em!important;
}
#logoutDialog #logoutMessage
{
    font-size: 1.20em!important;
}