﻿.display-label, .editor-label {
    font-weight: bold !important;
    margin-bottom: 0px;
}

.display-field {
    margin-bottom: 8px;
    margin-top: 0px;
}

.bold {
    font-weight: bold !important;
}

.scroll-top.floating.footer {
    display: none !important;
}

select#Types {
    height: 100px !important;
}

.countryItem {
    display: inline-block;
    float: none;
    margin-bottom: 2px;
    margin-right: 4px;
}

@@media screen and (max-width: 767px) {
    #addCountry, .countryItem {
        margin-left: 20px;
    }
}

#aafp-body select[multiple="multiple"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}

.adl-h1{
    padding-left: 0;
}

thead, tbody, tfoot, tr, td, th {
    border-width: 1px !important;
}

.tabs {
    padding-top: 3rem;
}

button {
    box-shadow: none;
    overflow: visible;
}
