.niceCountryInputMenu {
    height: 32px;
    padding: 4px 0;
    margin-top: 3px;
    background-color: #f6f6f7;
    color: #333 !important;
    cursor: pointer;
    border: 1px solid #f6f6f7;
    border-radius: 6px;
     /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDefaultText {
    width: 80%;
    position: relative;
    top: -8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.niceCountryInputMenuDefaultText a:hover {
    text-decoration: none;
}
.niceCountryInputMenu a {
    color: #333 !important;
}
.niceCountryInputMenuDropdown {
    /*border-left: 1px solid #a8a8a8;*/
    height: 25px;
    width: 21px;
    float: right;
    line-height: 25px;
    text-align: center;
    position: relative;
    top: -2px;
    right: 0;
    color: #666;
}
.niceCountryInputMenuDropdownContent {
    width: 300px;
    position: absolute;
    top: 74px;
    z-index: 999;
    background-color: #fff!important;
    border: 5px solid #f6f6f7;
    border-right: 0;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.niceCountryInputMenuDropdownContent a {
    height: 25px;
    line-height: 25px;
    display: block;
    width: 100%;
    color: #333 !important;
    overflow: hidden;
    text-decoration: none;
    /*
    font-family: Arial;
    font-size: 12px;
    */
}
.niceCountryInputMenuDropdownContent a:hover {
    background-color: #f6f6f7 !important;
    text-decoration: none;
}
.niceCountryInputMenuFilter {
    width: 300px;
    height: 40px;
    position: absolute;
    top: 34px;
    z-index: 999;
    background-color: #f6f6f7;
    border-top: 0;
    border-bottom: 0;
}
.niceCountryInputMenuFilter input {
    height: 32px;
    width: calc(100% - 10px);
    margin: 0 5px;
    padding: 5px;
    border: 0;
    outline: 0;
}
.niceCountryInputMenuCountryFlag {
    /* border: 1px solid #d3d3d3; */
    width: 18px;
    height: 13px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -3px;
}
.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;
}
