﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/*datatable css*/


.btn-primary {
    background-color: #375D81 !important;
}


even {
    background-color: Gainsboro !important;
}


.table td, .table th {
    padding: 5px;
    margin: 5px;
    font: 100;
    vertical-align: middle;
}

.table thead {
    padding: 2px;
    margin: 2px;
    font: 200;
    vertical-align: middle;
}


table.dataTable thead tr {
    background-color: #375D81 !important;
    color: white;
}

table.dataTable tfoot tr {
    background-color: #375D81 !important;
    color: white;
}

table.dataTable thead tr {
    background-color: #375D81 !important;
    color: white;
}

table.dataTable tbody tr.odd {
    background-color: #EEEEEE;
}

table.dataTable thead tr.even {
    background-color: Gainsboro !important;
}

table.dataTable thead tr.odd {
    background-color: #EEEEEE !important;
}





table.inactive-dataTable thead tr {
    background-color: #6d7680 !important;
    color: white;
}

table.inactive-dataTable tfoot tr {
    background-color: #6d7680 !important;
    color: white;
}

table.inactive-dataTable thead tr {
    background-color: #6d7680 !important;
    color: white;
}

table.inactive-dataTable tbody tr.odd {
    background-color: #EEEEEE !important;
}

table.inactive-dataTable thead tr.even {
    background-color: Gainsboro !important;
}

table.inactive-dataTable thead tr.odd {
    background-color: #EEEEEE !important;
}


odd {
    background-color: #EEEEEE !important;
}

.box {
    float: left !important;
    height: 16px !important;
    width: 23px !important;
    margin-bottom: 15px !important;
    /*  border: 1px solid ;*/
    clear: both !important;
}

.red {
    background-color: red !important;
}

.green {
    background-color: green !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #375D81 !important;
    border-color: #375D81 !important;
}

.actionlink {
    color: #337ab7;
}

.breadcrumb {
    background-color: white !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}


.overflow {
    height: auto;
    max-height: 200px;
    /*  width: 200px;*/
}


/*option {  
    padding: 5px 0;
}*/



/*Select Menu*/

.maxz {
    z-index: 2751;
}

.select2.narrow {
    width: 200px;
}

.wrap.select2-selection--single {
    height: 5px;
}

.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.div-button-right {
    float: right;
    margin-right: 10px;
}


.button-block-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 5px 10px 5px 0px;
}

.button-block-left {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 0px 5px 10px;
}

.button-block-right button {
    margin: 5px;
    font-size: medium;
}
input:invalid, input:required {
    border: solid 1px red !important;
    background-color: lightyellow !important;
    color: red;
}

input:disabled {
    background-color: grey !important;
    outline: none;
}
tr.tfoot > td {
    font-weight: bold;
    background-color: #375D81 !important;
    color: yellow;
    text-align: center;
}