﻿
.field-validation-error {
    color: #db0014 !important;
}

.alert-success.bg-default {
    background-color: #d4edda !important;
}

.alert-danger.bg-default {
    background-color: #f8d7da !important;
}

.alert-warning.bg-default {
    background-color: #fff3cd !important;
}

.btn:disabled {
    opacity: 0.5 !important;
}

.btn.radius20 {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.form-disabled {
    cursor: no-drop !important;
    pointer-events: none !important;
    background-color: #e9ecef !important;
    /*opacity: 0.5;*/
}

.wrap-space {
    white-space: pre-wrap;
}

.h-und:hover {
    text-decoration: underline;
}

.pe-set {
    pointer-events: auto !important;
}

    .pe-set:hover {
        pointer-events: auto !important;
    }

.bg-color-3-partial {
    background: repeating-linear-gradient( 45deg, #ffd100, #ffd100 10px, #737373 10px, #737373 20px ) !important;
    color: #fff;
}

.bg-color-5-partial {
    background: repeating-linear-gradient( 45deg, #ff0000, #ff0000 10px, #737373 10px, #737373 20px ) !important;
    color: #fff;
}

.bg-color-7-partial {
    background: repeating-linear-gradient( 45deg, #9900ff, #9900ff 10px, #737373 10px, #737373 20px ) !important;
    color: #fff;
}

.bg-f7 {
    background-color: #f7f7f7;
}

/* Fix Selectpicker */
.bootstrap-select .dropdown-menu {
    min-width: auto !important;
    width: 100%;
}

tr.selected {
    background: #f0f0f0;
}

#Form_Filter .dropdown.bootstrap-select {
    background-color: white !important;
}