﻿.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mini {
    font-size: 10pt;
}

.hideMe {
    display: none;
}

.hidden {
    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;
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    /*    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);*/
    /*    width: auto !important;*/
}

    .multiselect.show {
        background-color: #e6e6e6;
        border-color: #adadad;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        background-image: none;
    }

.dropdown-item:hover {
    cursor: pointer !important;
    background-color: #007d5a;
    background-image: linear-gradient(to bottom, #007d5a 0%, #007d5a 100%);
    background-repeat: repeat-x;
}

.multiselect-container label {
    cursor: pointer !important;
}

textarea.form-control {
    resize: both;
}

.input-group-addon {
    padding: 0.282rem 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-option {
    text-wrap: auto;
}

.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;
    color: white;
}

.btn-link {
    cursor: pointer;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
    }

.dataTables_length select {
    display: inline-block;
    width: auto;
}

.dataTables_length {
    padding-bottom: 0.5rem;
}

.dropdown-menu {
    padding: 10px;
}

input.hidden {
    display: none !important;
}

.bg-default {
    background-color: rgba(0,130,101, 1);
}

.bootstrap-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .control-label {
    color: #a94442;
}

.has-error .col-form-label {
    color: #a94442;
}

.has-error .help-block {
    color: #a94442;
}

.has-error .form-select {
    border-color: #a94442;
}

.help-block {
    color: #dc3545 !important; /* same as Bootstrap's .text-danger */
    font-size: 0.875em; /* optional, similar to Bootstrap's small */
}

#logout-dropdown {
    right: 10%;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu > li {
    padding-left: 7px;
    margin: 3px;
}

.form-control[readonly] {
    background-color: transparent !important;
}

@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;
        }
}

textarea {
    resize: both !important;
}

body {
    font-family: Arial, Helvetica, sans-serif, Helvetica Neue;
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

/*.btn:not(button[type="submit"]):not(button[type="button"]):not(a.btn):not(td.btn) {
    font-size: 14px;
}*/

.float-end, .dropdown-menu {
    font-size: 14px !important;
}

.tooltip-inner {
    font-size: 12px;
}

.dropdown-menu > li > a {
    font-size: 14px;
}

label[for="StoreAdviceCheck"] {
    /* Your CSS styles here */
    font-weight: bold;
    color: inherit;
}

[ng-bind-html="data.StoreAdvice"] {
    color: red !important;
}

.form-select, .col-form-label {
    font-size: 14px;
}

multiselect {
   padding: 5px !important;
}

multiselect a {
    text-decoration: none;
}

multiselect button {
    padding: 0 !important;
}
/*.form-label, .col-form-label, .control-label {
    text-align: end;*/
/*    display: flex;
    align-items: baseline;
    justify-content: end;*/
/*}*/
.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
}




/*.responsive-tabs.nav-tabs > li {
    display: flex !important;
}*/

/*@media (max-width: 992px) {
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        display: block;
        margin-bottom: 1rem;
    }

    .table td label {
        display: block;
        margin-bottom: 0.25rem;
    }
}*/


/*.dropdown-menu > li > a {
   display: block;
   width: 100%;
}
*/

/*.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block !important;
}*/
