/**
 * UserControl - uzivatelsky panel v mapovom poli
 */

div.ACcontrolDiv {
    height: 100%;
    text-align: end;
    display: inline-block;
    float: right;
}

div.ACuserMenuFrame {
    height: 25px;
    width: 215px;
    float: right;
    border-left:1px solid #68809A;
    padding: 43px 0px 42px 0px;
    cursor:pointer;    
}

div.ACuserIcon {
    height: 25px;
    width: 20px;
    display: inline-block;
    background: url(../img/_icons.png) no-repeat;
    padding-left: 20px;
    background-clip: content-box;
    vertical-align: top;
    float: left;
}
div.ACuserIcon {
    background-position: -147px -20px;
}
div.ACuserTitle {
    height: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 25px;
    float: left;
}
div.ACuserMenuIcon {
    height: 25px;
    width:19px;
    display:inline-block;
    background : url(../img/_icons.png) no-repeat;
    background-clip: content-box;
    background-position: -220px -15px;
    vertical-align: top;
    padding-right: 20px;
}

div.ACuserMenuFrame:hover > div.ACuserMenuIcon {
    background-position: -238px -15px;    
}

div.ACuserPanelFrame {
}

div.ACpanel {
    width: 276px;
    display: none;
    position: absolute;
    float: left;
    top: 110px;
    height: auto;
    z-index: 10;
}

div.ACpanel > div.ACbutton {
    height:110px;
    text-align: left;
    padding-left:40px;
    line-height: 110px;
    background-color: #051222;
    z-index: 10;
}
div.ACpanel > div.ACbutton:hover:before {
    content:"";
    position:absolute;
    width:272px;
    height:109px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
    z-index:5;
}
div.ACpanel > div.ACbutton:first-child:after {
    border-bottom:0;
}

div.ACpanel > div.ACbutton:after {
    content: "";
    position: absolute;
    left: 10px;
    height: 1px;
    width: 255px;
    /* or 100px */
    border-bottom: 1px solid #68809A;
}

div.ACbuttonTitle {
    color: white;
    width: 200px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    z-index: 20;
}
div.ACbuttonIcon,
div.ACbuttonIconLogout {
    height: 25px;
    width:11px;
    display:inline-block;
    background : url(../img/_icons.png) no-repeat;
    background-clip: content-box;
    vertical-align: top;
    padding-top: 43px;
    padding-bottom: 42px;
    padding-right: 20px;    
    display: inline-block;
}
div.ACbuttonIcon {
    background-position: -220px 28px;    
}
div.ACbuttonIconLogout {
    background-position: -257px 28px;
}
div.UCuserHistoryFrame:hover > div.UCuserMenuIcon {
    background-position: -238px -15px;    
}