﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.bgS {
    background: #18465e;
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

.bgH {
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
}

.bgB {
    background: #18465e;
    font-weight: 600;
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.in_top {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: #18465e;
    line-height: 46px;
    border-radius: .35rem !important;
}

    .in_top:hover {
        background: #18465e;
        filter: alpha(opacity=100);
        line-height: 46px;
        text-align: center;
        border-radius: .35rem !important;
    }

.dataTables_filter {
    display: none;
}

.dt-button.buttons-collection.buttons-colvis {
    background-color: #18465e;
    background: #18465e;
    border-color: #18465e;
    font-size: 14px;
    color: #fff;
    border-radius: .35rem;
    background-image: none;
}

.dt-button:hover.buttons-collection:hover.buttons-colvis:hover {
    background-color: #18465e;
    opacity: 0.8;
    background: #18465e;
    font-size: 14px;
    border-color: #18465e;
    color: #fff;
    border-radius: .35rem;
    background-image: none;
}

.sorting {
    width: 150px;
}

.dt-button.buttons-excel.buttons-html5 {
    background-color: #18465e;
    background: #18465e;
    font-size: 14px;
    border-color: #18465e;
    color: #fff;
    border-radius: .35rem;
    background-image: none;
}

.dt-button:hover.buttons-excel:hover.buttons-html5:hover {
    background-color: #18465e;
    opacity: 0.8;
    background: #18465e;
    font-size: 14px;
    border-color: #18465e;
    color: #fff;
    border-radius: .35rem;
    background-image: none;
}



.dt-button.buttons-columnVisibility.active {
    background-color: #18465e;
    background: #18465e;
    font-size: 14px;
    border-color: #18465e;
    color: black;
    border-radius: .35rem;
    background-image: none;
}

.buttons-colvis {
    background-color: #18465e;
}

    .buttons-colvis:hover {
        background-color: #18465e;
    }

a.dt-button:hover {
    background-color: #18465e;
    background: #18465e;
    font-size: 14px;
    border-color: #18465e;
    color: #fff;
    border-radius: .35rem;
    background-image: none;
}

th, td {
    text-align: left;
}

th {
    background-color: #18465e;
    color: white;
}

.btn-light {
    font-weight: 600;
    font-size: 14px;
    color: #18465e;
}

.btn-primary {
    background-color: #18465e;
    border-color: #18465e;
    font-weight: 600;
    font-size: 14px;
}

    .btn-primary:active {
        background-color: #18465e;
        border-color: #18465e;
        font-weight: 600;
        font-size: 14px;
    }

    .btn-primary:hover {
        background-color: #18465e;
        border-color: #18465e;
        font-weight: 600;
        font-size: 14px;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #18465e;
        border-color: #18465e;
        font-weight: 600;
        font-size: 14px;
    }

.dropdown-item {
    font-size: 14px;
    color: #18465e;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 4px 18px;
    border-bottom: 1px solid #111;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #18465e;
    border-color: #18465e;
}

.btn-bgB {
    background: #18465e;
    /*  opacity:0.95;*/
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
    color: white;
}

    .btn-bgB:hover {
        background: #18465e;
        opacity: 0.85;
        font-weight: 600;
        font-weight: 600;
        font-size: 14px;
        color: white;
    }

.SH16 {
    font-weight: 700;
    font-size: 18px;
    color: #18465e;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
    display: inline-block;
    margin-bottom: 0.2rem;
}