.generic-select select {
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.generic-select select::-ms-expand {
    display: none;
}

.generic-select {
    position: relative;
}

.generic-select:before {
    content: "";
    border-top: 6px solid #2c3e50;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 18px;
    pointer-events: none;
}

.generic-select:after {
    content: "";
    border-bottom: 6px solid #2c3e50;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.margin-form {
    margin-top: 10px;
    margin-bottom: 30px;
}

.padding-t-h3 {
    padding: 25px 0 10px 0;
}

.field-validation-error {
    display: block;
    padding-top: 5px;
    color: #a94442;
}

.help-block-error {
    display: block;
    padding-top: 5px;
}

.field-validation-error > .help-block-error {
    padding-top: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.body-content {
    padding-top: 20px;
}

.max-w-360 {
    max-width: 360px;
}

.logo-iq-page {
    width: 90px !important;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.sub-banner-iq {
    background-color: #f5f5f5;
    background-image: url('../images/3eIqBanner.svg');
    -webkit-background-size: 400px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat no-repeat;
    padding-top: 26px;
    padding-bottom: 8px;
}

.iq-logo {
    width: 200px;
}

.graphic-intelligent-compliance {
    width: 110px;
    margin-bottom: 15px;
    padding-top: 6px;
}

.sub-banner-DB {
    background-color: #f5f5f5;
    background-image: url('../images/3eIqBanner.svg');
    -webkit-background-size: 400px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat no-repeat;
    padding-top: 58px;
    padding-bottom: 36px;
}

.footer-basic {
    padding: 40px 0;
    background-color: #fff;
    color: #4b4c4d;
    margin-bottom: 220px;
}

.logo-footer {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.footer-basic {
    text-align: center;
}

.footer-basic .copyright {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 17px;
}

.footer-basic .copyright {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 17px;
}

.footer-basic li {
    padding: 0 10px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: .8;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    overflow-x: hidden;
    z-index: 1150;
    pointer-events: none;
    opacity: 0;
}

.overlay.in {
    opacity: 0.6;
    pointer-events: all !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    pointer-events: none;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.toast-container {
    width: 300px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
}

.dropzone {
    border: 2px dotted #337ab7;
    border-radius: 4px;
    min-height: initial;
}

.dz-progress {
    display: none !important;
}

.dz-error-message {
    top: inherit !important;
    bottom: 112px;
}

.dz-error-message:after {
    top: inherit !important;
    bottom: -12px;
    border-top: 6px solid #a92222;
    border-bottom: 6px solid transparent !important;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    background: #be2626;
    border-radius: 50%;
}