.niceCountryInputMenu {
    background-color: #f6f9fc;
    border: solid 1px #e7ecf1;
    cursor: pointer;
    border-radius: 4px;
    height: 36px;
    padding: 7px 8px;
    width: 100%;
     /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDefaultText {
    max-width: 240px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: #555555 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -5px;
    top: -1px;
    color: black;
}
.niceCountryInputMenuDropdownContent {
    background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;    
    width: 288px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 79px;
    left: 15px;
    z-index: 3;
}
.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: black !important;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: gray !important;
    color: white !important;
    text-decoration: none;
}
.niceCountryInputMenuDropdownContent a.active {
    text-decoration: none;
    color: #333 !important;
    background-color: #e4e7ea !important;
}
.niceCountryInputMenuFilter {
    background: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;  
    position: absolute;
    top: 37px;
    left: 15px;
    width: 288px;
    z-index: 3;
    padding-bottom: 4px;
}
.niceCountryInputMenuFilter input {
    margin: 5px;
    padding: 5px;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;    
    height: 32px;
}
.niceCountryInputMenuFilter .input-group-btn {
    height: 36px;
}
.niceCountryInputMenuFilter .input-group-btn .btn {
    border: 1px solid #EBECF2 !important;
    background-color: #EDEFF2 !important;
    padding: 5px 8px;
    z-index: 2;
    margin: 5px 4px 0 4px;
}
.niceCountryInputMenuCountryFlag {
    width: 23px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 1px;
}
.niceCountryInputMenuCountryNoFlag {
    display: inline-block;
    border: 1px solid black;
    background: white;
    color: black;
    line-height: 15px;
    text-align: center;
    width: 22px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}