.alert-danger {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert {
    padding: 15px;
        padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.postHoverLinskList {
    left: inherit;
    margin-bottom: 45%;
}

.blue {
    color: #114a82 !important;
}
.font-smaller {
    font-size: smaller;
}

@media (min-width: 992px) {
    .fileinput-remove { background-color: white; border: none; padding: 6px; }
    .fileinput-remove { border: none; }
    .btn-file { border-radius: 4px; }
}