﻿.btn {
    min-width: 50px;
}

    .btn.btn-icon {
        min-width: initial;
    }

    .btn i.fa {
        margin-right: 5px;
    }

.float-left {
    float: left;
}

.mr-1 {
    margin-right: 10px;
}

.btn-outline-primary {
    color: #3498db !important;
    border: 1px solid #3498db;
}

    .btn-outline-primary:hover {
        background-color: whitesmoke;
    }

.btn-outline-success {
    color: forestgreen;
}

.field-validation-error {
    color: #dc3545 !important;
    font-size: 10px;
    padding-left: 5px;
}

.input-validation-error {
    border-right: 2px solid #dc3545;
}

.dataTables_wrapper .row {
    display: flex;
}

    .dataTables_wrapper .row .col-sm-6 .dataTables_length {
        display: flex;
    }

    .dataTables_wrapper .row .col-sm-6 {
        width: auto;
    }

        .dataTables_wrapper .row .col-sm-6 .dataTables_filter {
            width: 100%
        }

.dataTables_filter label {
    width: 100%;
}

    .dataTables_filter label input {
        width: 100%;
    }

.btn-group-link {
    background-color: transparent !important;
    /*padding-left: 0;*/
}

    .btn-group-link:hover {
        font-weight: bolder !important;
    }

.btn-group ul.dropdown-menu {
    left: -80px;
}
#wait {
    background-color: #505050;
    display: none;
    height: 100%;
    opacity: 0.7 !important;
    position: fixed;
    width: 100%;
    z-index: 10000;
}
    #wait p {
        background-image: url("../images/ajax-loader.gif");
        background-position: center center;
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-weight: bold;
        height: 100px;
        margin: 200px auto 0;
        text-align: center;
        width: 200px;
        opacity: 0.7 !important;
    }