﻿
* {
    bc-blue-header-large font-family: Calibri !important;
}

.navbar {
    background: rgb(71, 107, 179);
    color: #fff;
    height: 70px;
    width: 100%;
}

    .navbar .navbar-brand {
        background-image: url("../images/Logo.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 60px;
        width: 63px;
    }

.nav-link {
    color: white;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    background: #f4f4f4;
    padding: 0%;
}

.bc-blue-header-large {
    color: #476BB3 !important;
    font-weight: bold;
    font-size: 36px;
}

.bc-blue-header-small {
    color: #476BB3 !important;
    font-size: 24px;
}

.bc-blue-message {
    color: #476BB3 !important;
    font-size: 18px;
    margin-right: 10px;
}


.bc-maintenance-label {
    font-weight: bold;
    width: 125px;
    padding-bottom: 5px;
    background-color: #d3d3d3;
}

.bc-maintenance-label2 {
    font-weight: bold;
    width: 160px;
    padding-bottom: 5px;
}

.left-nav {
    width: 125px;
    background-color: #d3d3d3;
    padding: 10px;
}

.bc-header {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.main-content {
    flex-grow: 1;
    padding: 20px;
}

.bc-button {
    color: White;
    background-color: #476BB3;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    float: right;
}

.bc-button-small {
    color: White;
    background-color: #476BB3;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding: 4px;
}

.hidden-column {
    display: none;
}

.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
}


.table-style-1 {
    color: #fff;
}

.table-style-1 th {
    background-color: #6b88c2;
}

.table-style-1 tbody tr:nth-child(even) {
    background-color: #e8e8e8;
    color: #5b7cbe;
}

.table-style-1 tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
    color: #5b7cbe;
}

.table-style-2 {
    border: 1px solid black;
}

    .table-style-2 th {
        border: 1px solid black;
        padding: 2px;
    }
    .table-style-2 td {
        border: 1px solid black;
        padding: 2px;
    }

.table-style-3 {
    color: #fff;
    font-size: small;
}

    .table-style-3 th {
        background-color: #6b88c2;
    }

    .table-style-3 tbody tr:nth-child(even) {
        background-color: #e8e8e8;
        color: #5b7cbe;
    }

    .table-style-3 tbody tr:nth-child(odd) {
        background-color: #f4f4f4;
        color: #5b7cbe;
    }

.hide-column {
    display: none;
}
.wide-cell {
    border: 1px solid black;
    padding: 10px;
    width: 1000px;
}
.wide-textbox {
    width: 750px;
}
.verywide-textbox {
    width: 1000px;
}
.bc-employeename {
    color: #476BB3 !important;
    font-size: 15px;
    text-align: right;
}


/*********************************************************************/








html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
    padding-top: 10px*/ /*font-family:"Times New Roman";  */
/*font-family: Algerian;
    margin:0 auto;
}*/



body {
    padding-top: 10px;
    margin: 0 auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Validation CSS*/
/*.field-validation-error:not(:empty) {
    color: #D8000C;
    font-size: .9em;
}*/

.nav-pills .active.nav-link, .nav-pills .show > .nav-link {
    background-color: rgb(71, 107, 179) !important;
}


.bc-jquery-hide {
    display: none;
}

.bc-no-max-width {
    max-width: none;
}

.bc-container {
    padding: 0 10px 0 10px;
}







.bc-red-text {
    color: #D8000C;
}

#toast-container > .toast-success {
    background-color: #476BB3;
}

/*MAINTENANCE CSS*/
.bc-small-input {
    width: 55px;
    margin: 0px 10px 0px 10px;
}

select.bc-small-input {
    width: 55px;
    margin: 0px 10px 0px 10px;
}

.bc-border-box {
    border: 1px solid #D3D3D3;
    padding: 15px;
}



.bc-search-results {
    color: rgb(71, 107, 179);
}

.bc-result-box {
    border: 2px solid rgb(71, 107, 179);
}



.bc-amount-box {
    width: 800px;
}

.bc-form-inputs > div {
    width: 280px;
}

.bc-correspondence-div {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #dee2e6;
    padding-bottom: 15px;
}

.bc-link-button {
    color: White;
    background-color: #476BB3;
    height: 40px;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    border-top: 2px solid Black;
    border-right: 2px solid Black;
    border-bottom: 2px solid Black;
    border-left: 2px solid Black;
    padding: 3px 5px 3px 6px;
}

button.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: #476BB3;
}



a {
    color: #476BB3;
}
