﻿.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #799B00;
    color: #fff;
}

.nav-link { color: #799B00; }

.nav-link:hover {
    color: #799B00;
    text-decoration: underline;
}

.alert-dgeo { color: #799B00; }

.btn-success {
    background-color: #799B00;
    border-color: #fff;
    color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #799B00;
    border-color: #799B00;
    color: #fff;
}

.btn-outline-success {
    border-color: #799B00;
    color: #799B00;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .open > .dropdown-toggle.btn-outline-success {
    background-color: #799B00;
    border-color: #799B00;
    color: #fff;
}

.nav-tabs {
    border: none;
    margin-bottom: 0;
    padding-left: 15px;
}


.container {
    /*increase width as per your need*/
    max-width: 1500px;
}


.bg-eobst { background-color: #BCF5A9; }

.w-15 { width: 15% !important; }

.tab-content {
    height: calc(100vh - (75px)) !important;
    width: calc(100vw - (40px)) !important
}

.btn-outline-success.disabled .btn-outline-success:disabled { color: #999 !important; }

#babsenden { color: #999 !important; }

@media print {
    tr.vendorListHeading {
        -webkit-print-color-adjust: exact;
        background-color: #1a4567 !important;
    }
}

@media print {
    .vendorListHeading th { color: white !important; }
}

.form-group { margin-bottom: 0.25rem; }

.form-control { margin-right: 0px; }

p { margin-bottom: 0.25rem; }

.input-group { padding: 0px; }

footer {
    background-color: transparent !important;
    bottom: 0;
    height: 2.5rem;
    position: absolute;
    text-align: right;
    width: 100%;
}

.container-fluid {
    min-height: 100vh;
    position: relative;
}

.body-content { padding-bottom: 2.5rem; }

.info:hover { cursor: pointer; }

#loadingLayer {
    -moz-opacity: .50;
    background-color: #666;
    display: none;
    filter: alpha(opacity=50);
    height: 500px;
    left: 0;
    opacity: .50;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 10;
}

#loadingLayerContent {
    color: #fff;
    height: 500px;
    padding-top: 80px;
    text-align: center;
}

#loadingLayer div span {
    font-size: 26px;
    font-weight: bold;
}

.col-hidden {
    width: 0;
    visibility: hidden;
    display: none;
}