.ui-menu {
    width: 180px;
    padding: 10px !important;
    border-radius: 2px;
    font-size: 12px !important;
}



#popup-menu {

    width: 200px;
    position: fixed;
    left: 300px;
    background-color: #ffff;
    top: 100px;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px;
    display:none;
    z-index: 99999;

}

#popup-menu-dimmer {
    background-color: #000;
    display: none;
    width: 100%;
    opacity: .5;
    position: absolute;
    z-index: 99998;
}

.popup-menu-title {

    font-weight: bold;
    font-size: 12px !important;
    border: 0 !important;
    padding-left: 30%
}


.top-dev-mode {
    background-color: #00FF00;
}
.odnf-ul {
    margin-top: 5px;
    padding-left: 15px;
}


.odnf-ul li{
    width: 150px;
    border: 1px solid #cedff3;
    display: inline-grid;
    padding: 5px 5px 5px 5px;
    border-collapse: collapse;
    margin: 2px;
    font-size: 13px;
    font-weight: normal;
}

.odnf-ul li label{
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.odnf-ul li span{
    text-align: right;
    background-color: #f1f1f1;
}


.odnf-ul-div {
    margin-top: 10px;
}
.odnf-ul-div .odnf-ul-title {
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
}

.search-select {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #6aa6d6;
    border-radius: 4px;
    height: 22px;
    font-size: 11px;
    color: #fff;
}

.simple-alert {
    display: none;
    position: fixed;
    min-width: 200px;
    height: 80px;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: #6d6c88;
    border-radius: 2px;
    opacity: .75;
    border: 1px solid #5071ec;
    color: #e2e2e2;
}

.simple-alert label {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 27px;
    font-weight: normal;
}

