﻿.ctlCountries{
    background-color: white;
    border-radius:10px;
    position: fixed;
    z-index: 9999;
    width:90%;
    left:5%;
    top:5%;
    display:none;
}

.contactform-popup {
    margin-bottom:0px !important;
}

.countries-popup-box {
    width:100%;
    overflow-y:scroll;
    height:18em;
    margin-top:2%;
}

.countries-row {
    width:100%;
    border-bottom:1px solid #acacac;
    font-size:120%;
    font-family: Calibri, Sans-Serif;
    text-align:left;
    padding:3% 5%;
    float:left;
}

.country-flag {
    width:15%;
    float:left;
}

.country-name {
    width:80%;
    float:left;
    padding-top:.5%;
}


/*-----MEDIA TAGS FOR DESKTOP-----*/

@media (min-width: 500px) {
    .ctlCountries {
        background-color: white;
        width: 30%;
        border-radius: 10px;
        border: 1px solid gray;
        position: fixed;
        z-index: 9999;
        left: 35%;
        top: 10%;
        font-size: 0.88em;
        display: none;
    }
}

@media (min-width: 500px) {
    .countries-row {
        font-size: 100% !important;
    }
}


@media (min-width: 500px) {
    .country-flag {
        width: 10% !important;
    }
}