a.link_dotted { text-decoration: none; border-bottom:1px dotted blue; }

.inactive {
    display: none;
}

#loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

.dropdown-menu-lg {
    max-width: 600px;
    min-width: 400px;
    padding: 0;
}

.brand-link .brand-image {
    margin-left: -8px;
}

input[type=checkbox] {
    vertical-align: middle;
}

a {
    cursor: pointer;
}

.small, small{
    font-size: 87%;
}