﻿.ajaxloader {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom:10px;
}

.ajaxloader img {
    width: 30px;
    height: 30px;
    display: none;
}

.field-validation-error {
    display: block !important;
}

.input-validation-error {
    border: thin solid #DC1B1B !important;
}

.swal-button {
    display: inline-block;
    text-decoration: none;
    outline: none !important;
    white-space: nowrap;
    border-radius: 0 !important;
    transition: .15s;
    font-size: .875rem;
    line-height: 1rem;
    line-height: 1.5rem;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-family: untitledsans-regular,sans-serif;
    padding: 8px 40px;
    background: #0072CE;
    color: #000;
}

.swal-button :hover, .swal-button:not([disabled]):hover {
    background: #fff !important;
}

.filepond--image-preview { background:#fff !important; }
.filepond--image-preview-overlay-idle { color: #fff !important;}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-family: untitledsans-regular,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    border: 0;
    border: 1px solid #666;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: .15s
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #999999;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0px 5px;
}

.exhibitor .select2-container--default, .exhibitor .select2-selection--multiple {
    border-color: #00AF66;
}

.buyer .select2-container--default, .buyer .select2-selection--multiple {
    border-color: #0072CE;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 50px;
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-family: untitledsans-regular,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    border: 0;
    
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: .15s
}

.exhibitor .select2-container--default .select2-selection--single {
    border: 1px solid #00AF66;
}

.buyer .select2-container--default .select2-selection--single {
    border: 1px solid #0072CE;
}


.select2-selection--single .select2-selection__arrow {
    display: none;
}

.ionbase {
    border: 1px solid #ddd;
    padding: 3px 6px 3px 6px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background: #ddd;
    cursor: pointer;
}

.ion-null:before {
    content: "   ";
    white-space: pre;
}

.header__alert__content {
    min-width:70px;
}

.popup_lg {
    max-width:980px;
}

select + .select2-container {
    width: 100% !important;
}

.clearFilters {
    margin-left:5px;
    font-size: 0.9rem;
    color: #333;
    display: none;
    text-decoration: none;
}

.clearFilters:before {
    content: "";
    font-family: Ionicons;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    position: relative;
    right: 3px;
    top: 0px;
    color:red;
}

.dontdisturb {
    margin-bottom: -64px;
    padding-top: 64px;
}
.dontdisturb .msg {
    background-color: #991111;
    color: #fff;
    padding: 20px;
    font-weight: 400;
}
.dontdisturb .msg a {
    color: #fff;
    border-color: #fff;
    margin-left: 25px;
}


@media (min-width:48em) {
    .dontdisturb {
        padding-top: 72px;
        margin-bottom: -72px;
    }
}

@media (min-width:64em) {
    .dontdisturb {
        padding-top: 123px;
        margin-bottom: -123px;
    }
}

@media (min-width:85.375em) {
    .dontdisturb {
        padding-top: 139px;
        margin-bottom: -139px;
    }
}

.helptext {
    display:inline;
}

.helptext:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: Ionicons;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    border-radius:15px;
    cursor: pointer;
}

.alert--help:before {
    content: "" !important;
}

.alert--help,
.alert--help p, .alert--help span {
    font-size: 1rem !important;
    line-height: 1.3em !important;
}