th.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
}

.bg {
    /* The image used */
    background-image: url("background.svg");

    /*!* Center and scale the image nicely *!*/
    /*background-position: center;*/
    background-repeat: repeat;
    background-size: 100%;
}

.bg-warning {
    background-color: #f6891b !important;
}

.bg-info {
    background-color: #146080 !important;
}

.btn-info {
    background-color: #146080 !important;
    border-color: #146080 !important;
}

.border-warning {
    border-color: #f6891b !important;
}

.border-info {
    border-color: #146080 !important;
}

.text-warning {
    color: #f6891b !important;
}

.text-info {
    color: #146080 !important;
}

.menu-icon{
    color: #DDDDDD;
}

.menu-text{
    font-family : 'JasmineUPC', sans-serif !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #DDDDDD;
}

.page-item.active .page-link{
    z-index:3;
    color:#fff;
    background-color:#f6891b !important;
    border-color:#f6891b !important;
}

body{
    height: 100%;
}

.list-unstyled-with_padding {
    list-style: none;
}

.border-3 {
    border-width:3px !important;
}

.btn-outline-info {
    color: #146080 !important;
    border-color: #146080 !important;
}

.btn-outline-info:hover {
    color: #ffffff !important;
    background-color: #146080 !important;
    border-color: #146080 !important;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 96, 128, 1);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: #146080 !important;
    border-color: #146080 !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 96, 128, 1);
}


.label-info {
    background-color: #fff !important;
    color: #f6891b !important;
    box-shadow: #f6891b !important;
    border-color: #f6891b !important;
    box-shadow: 0 0 0 0.05rem rgba(246, 137, 27, 1) !important;
}

