﻿.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mini {
    font-size: 10pt;
}

.hideMe {
    display: none;
}

.badge-warning {
    background-color: #f39c12 !important;
}

.badge-danger {
    background-color: #e74c3c !important;
}

.badge-success {
    background-color: #18bc9c !important;
}

.badge-info {
    color: #fff !important;
    background-color: #3498db !important;
}

.badge-default {
    color: #fff !important;
    background-color: #95a5a6 !important;
}

/*.alert-warning a, .alert-danger a, .alert-success a {
    color: #90f0d0;
}
.alert-warning a:hover, .alert-danger a:hover, .alert-success a:hover {
    color: #bad8d9;
}*/

legend {
    border-width: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid transparent;
}

.table-underline > thead > tr > th,
.table-underline > tbody > tr > th,
.table-underline > tfoot > tr > th,
.table-underline > thead > tr > td,
.table-underline > tbody > tr > td,
.table-underline > tfoot > tr > td {
    border: 1px solid #ddd;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.label-primary a {
    color: #DFECF0;
}

    .label-primary a:hover {
        color: #66CCFF;
    }

.strikethrough {
    text-decoration: line-through;
}

.form-horizontal .form-group {
    margin-right: -25px;
    margin-left: -25px;
}

/*.multiselect-container {
    width: max-content !important;
}

.multiselect-item {
    margin-right: 10px !important;
}

.multiselect-clear-filter {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da;
}

    .multiselect-clear-filter:hover {
        background-color: #e9ecef !important;
        border: 1px solid #ced4da;
    }*/

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 15px;
}

.multiselect-container input {
    display: block !important;
}

.multiselect {
    text-wrap: auto;
    /*    width: auto !important;*/
}

.dropdown-item:hover {
    cursor: pointer !important;
}

.multiselect-container label {
    cursor: pointer !important;
}

textarea.form-control {
    resize: both;
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
/**/
.multiselect-container {
    min-width: 100%;
    /*    width: 100%;*/
}

.multiselect-search {
    border-radius: 0 3px 3px 0;
}

.multiselect-filter {
    padding: 0.35rem;
    min-width: max-content;
}

.multiselect-all {
    font-weight: 500;
}

label.required::after {
    content: "*";
    color: red;
}

label {
    font-weight: bold;
}

.form-check-label {
    font-weight: inherit;
}

.btn-link {
    cursor: pointer;
}

.dataTables_length select {
    display: inline-block;
    width: auto;
}

.dataTables_length {
    padding-bottom: 0.5rem;
}

.has-error .form-control,
.has-error .form-select {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .control-label,
.has-error .col-form-label,
.has-error .form-label,
.has-error .form-select,
.has-error .help-block,
.has-error .form-check-inline {
    color: #a94442;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #FAB617;
    }

.breadcrumb a {
    text-decoration: none;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .responsive-tabs.nav-tabs {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .responsive-tabs.nav-tabs > li.active {
            display: block;
            width: 100%;
        }

        .responsive-tabs.nav-tabs.open > li {
            width: 100%;
        }

    .nav-tabs .nav-link:hover {
        isolation: auto;
    }

    .nav-tabs .nav-link.active {
        border-color: lightgray;
    }
}

@media (max-width: 992px) {
    .responsive-on-mobile tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
    }

    .responsive-on-mobile td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #dee2e6;
    }

        .responsive-on-mobile td:first-child {
            background: #f8f9fa;
            font-weight: bold;
        }
}

#main-nav {
    padding: 0;
}

.nav-tabs .nav-link {
    background: #f7f7f7;
}

.ui-datepicker {
    width: 15em !important;
}

    .ui-datepicker td a {
        padding: 0.1em !important;
    }

    .ui-datepicker th {
        padding: 0 !important;
    }

.btn-info {
    color: #fff;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.form-label, .col-form-label {
    text-align: end;
}
/*.form-control {
    width: auto;
}*/
/*
.nav-tabs li a {
    background: #f7f7f7 !important;
}*/
/*.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}*/
