﻿/*.userInfo a
{
    text-decoration:none !important;
}

.userInfo span.loginName
{
    color: #FF0 !important;
}

.userInfo .statusLink
{
    display:inline;
    color: #FFF;
}

.userInfo .statusLink:hover
{
    color: #FF0;
}
        
.userInfo span::after
{
    content: '|';
    display: inline;
    background-color: #FFF;
    font-weight: lighter;
    width: 5px;
    height: 25px;
    margin: 5px 10px;
}*/
.userInfo
{
    float:right;
    color: #FFF;
    margin-right: 10%;
    position:relative;
    z-index: 3;
    margin-top: 8px;
    /*padding: 10px 20px;*/
    border: 2px solid #FF0;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 20px;
    background-color: rgba(0,0,0,0.3);
    font-size: 1em;
    font-family: Arial;
    cursor: default;
    margin-bottom: -3.3em;
    overflow: hidden;
}

.userInfo a
{
    padding: 16px 1.5em;
    display: inline-block;
    text-decoration:none !important;
    /*border-right: 1px solid;
    border-right-color: #888;*/
}
/*.userInfo a:last-child
{
    border-right: none;
}*/
.userInfo .currentUserName
{
    color: #ff0!important;
    background-color: rgba(136,136,136,0.5);
    border-radius: 0px 0px 0px 15px;
}
.userInfo .currentUserName .loginName
{
    font-weight: bold;
}
.userInfo .currentUserName:hover
{
    color: #000!important;
    background-color: #ff0;
}
.userInfo .statusLink
{
    color: #000!important;
    font-weight:bold;
    background-color: rgba(255,255,0,0.5);
}
.userInfo .statusLink:hover
{
    color: #000!important;
    background-color: rgba(255,255,0,1);
}

.userInfo a *
{
    padding:0px!Important;
    margin:0px!Important;
}
/*.userInfo a:after
{
    content: '|';
    display: inline-block;
    background-color: #FFF;
    font-weight: lighter;
    width: 5px;
    height: 25px;
    margin: 5px 10px;
}*/

.searchPanel
{
    display: inline-block;
    background-color: #888;
    /*padding: 9px 12px 7px 20px!important;
    border-radius: 0px 0px 0px 22px;
    margin-bottom: -20px;
    margin-top: -3px;*/
    margin: 14px 0px -5px 0px!important;
    border-radius: 0px 0px 3px 3px;
    padding: 3px 3px;
}

.searchPanel table
{
    border-collapse: collapse!important;
    border-spacing: 0px!important;
    padding: 0px!important;
    margin: 0px!important;
    
}

.searchPanel input[type='text']
{
    background-color: #888!important;
    border: 0px;
    color: #fff;
    font-size: 14px;
    /*border-radius: 0px 6px;
    border-bottom: #888 1px solid;
    border-top: #888 1px solid;*/
    padding: 2px 2px;
    margin-left: 2px;
    width: 10em!important;
}
.searchPanel .valida
{
    color: #FF0;
    font-size: 15px;
    height: 14px;
    vertical-align: bottom;
    line-height: 20px;
    font-size: 25px;
    display: inline-block;
}

.searchPanel input[type='submit']
{
    background-color: transparent!important;
    width: 22px!important;
    height: 22px!important;
    background-image:  url(../Images/Icons/search1.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px!important;
    cursor: pointer;
    margin-right: 0px;
    border-color: transparent;
    border-radius: 2px;
    margin: 0px!important;
border-width: 2px!important;
}
.searchPanel input[type='submit']:hover
{
    background-color: #ff0!important;
    background-image:  url(../Images/Icons/search2.png);
}