.prmn-cmngr
{
    position: relative;
}

.prmn-cmngr a
{
    cursor: pointer;
}

.prmn-cmngr .prmn-cmngr__popup
{
    position: absolute;
    top: 25px;
    left: -50px;
    background: #FFF;
    padding: 15px 25px;
    min-width: 250px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5B5A5A;
    -moz-box-shadow: 0 2px 5px #5B5A5A;
    box-shadow: 0 2px 5px #5B5A5A;
}

.prmn-cmngr .prmn-cmngr__confirm
{
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}

.prmn-cmngr .prmn-cmngr__confirm-city
{
    white-space: nowrap;
}

.prmn-cmngr .prmn-cmngr__confirm-btns
{
    margin-top: 15px;
}

.prmn-cmngr-cities a
{
    cursor: pointer;
}

.prmn-cmngr-cities .prmn-cmngr-cities__city
{
    margin-bottom: 5px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-block
{
    margin-bottom: 15px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-label
{
    font-size: 15px;
    font-weight: 500;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search
{
    width: 250px;
}

/** THEME **/
.prmn-cmngr_top
{
    padding: 7px 12px;
    font-size: 12px;
}
div#prmn-cmngr-cities {
    position: fixed;
    z-index: 10000;
    top: 30px;
    width: 500px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    opacity: 1;
}
div#prmn-cmngr-cities .modal-dialog {
    padding: 11px 10px 10px 10px;
    position: relative;
    width: 100%;
    z-index: 1005;
    background: #fff;
}
div#prmn-cmngr-cities .col-lg-4.col-md-4.col-sm-4.col-xs-4 {
    width: 50%;
    float: left;
}
div#prmn-cmngr-cities button.close {
    float: right;
    margin: -9px 12px 0 0;
}
div#prmn-cmngr-cities .modal-header {
    clear: both;
    width: 100%;
    margin-bottom: 7px;
}
div#prmn-cmngr-cities h4.modal-title {
    font-size: 20px;
}
div#prmn-cmngr-cities .modal-backdrop.fade.in {
    background: rgba(0, 0, 0, 0.58);
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}