﻿.ui-front {
    z-index: 9999;
}
.headingImgPol {
    height: auto;
    max-height: 36px;
    max-width: 100%;
    border-radius: 100px;
}

.panel-body {
    overflow-x: auto;
}
.gj-list li {
    margin-top: 10px;
}

.selected {
    background-color: #f0ad4e;
    color: #fff;
    font-weight: bold;
}
.gj-hidden {
    display: none;
}

#leftList li {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: padding-left 0.2s ease-in-out;
}

#rightList li {
    background-color: #f0ad4e;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid #f0ad4e;
    transition: padding-left 0.2s ease-in-out;
}