.idp-ua-enhanced-nav-default-on:focus {
    outline: dashed 4px #db9b19;
    outline-offset:-5px;
}

.idp-ua-enhanced-nav-default-off:focus {
    outline: dotted 2px #cbcbcb;
    outline-offset: -3px;
}

.idp-ua-enhanced-nav-overlay {
    position: relative;
}

.idp-ua-enhanced-nav-overlay:focus {
    outline:none;
}

.idp-ua-enhanced-nav-overlay-core {
    position: absolute;
    pointer-events: none;
    opacity: 1.0 !important;
    z-index: 9999;
}

.idp-ua-enhanced-nav-overlay-on {
    border: dashed 4px #db9b19;
    outline-offset: -5px;
}

.idp-ua-enhanced-nav-overlay-off {
    border: dotted 2px white;
    outline-offset: -3px;
}

.idp-ua-outline-focus-within-on {
    outline: dashed 4px rgba(219, 155, 25, .35);
    outline-offset: -5px;
}

.idp-ua-outline-focus-within-off {
    outline: dotted 2px rgba(255, 255, 255, .35);
    outline-offset: -3px;
}

.idp-ua-border-focus-within-on {
    outline: none;
    border: dashed 4px rgba(219, 155, 25, .40);
}

.idp-ua-border-focus-within-off {
    outline: none;
    border: dotted 2px rgba(255, 255, 255, .50);
}

.idp-ua-button {
    height:50px;
    cursor:pointer;
}

.idp-ua-button:hover,
.idp-search-button:hover {
    color:white;
}

.idp-search-button {
    height:50px;
    padding-top:13px;
    cursor:pointer;
}

.idp-ua-button-check {
    position: absolute;
    top: 1px;
    right: 6px;
    z-index:9999;
}

.idp-ua-item-button-check {
    position: absolute;
    top: 8px;
    right: 6px;
    z-index:9999;
}

.idp-ua-small-nav {
    margin-right:40px
}

.idp-ua-dlg {

    margin:auto;
    max-width:350px !important;
    min-width:350px !important;
    right:12px;
    position:absolute;
    top:60px;
}

.idp-ua-dlg-item {
    opacity:0.8;
    margin-bottom: 0px !important;
}

.idp-ua-dlg-item:hover, 
.idp-ua-dlg-item:focus  {
    opacity:1.0;
    text-shadow: 2px 2px 10px;
}
