﻿.float-right {
    float: right !important;       
}

.container {
    max-width: 1570px !important;
}
.field-validation-error {
    color: red;
}

.input-validation-error {
    border-color: red;
}

.mr-5 {
    margin-right:5px !important;
}

.width-220 {
    width: 220px !important;
}

.center {
    margin-top: 6px !important;
}
/*th {
    background-color:darkgrey;
  color: black !important;
}*/

.success {
    background-color: green !important;
}

.error {
    background-color: red !important;
}

.table {
    font-size: 11px !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }