﻿.iti-flag {
    background-image: url("../../../Interface/images/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("../../../Interface/images/flags.png");}
}
.intl-tel-input .country-list {
    max-height:200px;
    overflow-y: scroll;
    width:350px;
    white-space:inherit;
    direction:ltr;
}
.intl-tel-input .country-list .li {
    min-height: initial !important;
}
.intl-tel-input {
    width:100%;
}
.intl-tel-input .country-list .country span {
    display:inline-block !important;
}
.flag-container {
    direction:ltr;
}

.intl-tel-input .country-list .divider {
      padding: 0px;
      margin: 0px;
      min-height: initial !important;
}
ul#fieldsList li .formL .intl-tel-input .fieldInput.fieldPlaceholder { /* Placeholder in tel field fix  */
    padding-left:48px;
}