@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");

.loader-wrapper {
    height: 1rem;
}

.loader-wrapper .line-scale-party > div {
    height: 2rem;
}

.content {
    min-height: unset !important;
}

.working {
    min-height: 1.5rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .shortcut {
        display: none;
    }
}

table {
    width: 100% !important;
}

.alert-primary {
    background-color: #7952b3!important;
    color:white!important;
}

.select2{
    width: 100%!important;
}

input{
    font-weight: 800;
    color:black;
}