﻿/* 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: 16px;
    }
}

.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;
}

.homeHeader {
    width: 96%;
    color: white !important;
}

.homeLogo {
    height: 50px;
}

.homeAppTitle {
    font-weight: bold;
    font-size: 1.25em;
}

.homeExpiration {
    font-size: 0.80em;
}

.homeBreadcrumb {
    font-size: 0.80em;
    padding-left: 3%;
}

.homeBreadcrumb a, .homeBreadcrumb span, .homeBreadcrumb button {
    color: #fff !important;
}

.homeTheme {
    float: right;
    padding-right: 3%;
}

.homeUser {
    float: right;
    padding-right: 3%;
    font-size: 0.80em;
}

.footer {
    position: absolute;
    bottom: 0;
    /*width: 96%;*/
    width: 94%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.cyberwolf-footer {
    /*font-size: 14px;*/
    font-style: italic;
    color: white;
}


/* DJD Override of bg-dark color */
.bg-dark {
    background-color: #019390 !important;
}

.mainContent {
    width: 96%;
}

.losPageHeader, .pnlHeader {
    background-color: black !important;
    color: white;
    /*height: 35px;*/
    /*width: 100%;*/
    /*width: 96%;*/
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 3px;
    margin-bottom: 8px;
    /*height: 2em;*/
}

.losPageHeaderItem {
    background-color: black !important;
    color: white;
}

.losSubHeader, .losTabHeader, .pnlSubHeader {
    background-color: black !important;
    color: white;
    padding-left: 1%;
    margin-bottom: 5px;
    width: 100%;
}

.losTabOrderHeader {
    background-color: black !important;
    color: white;
    padding-left: 1%;
    margin-bottom: 5px;
    width: 100%;
    height: 1.75em;
}

.losHeaderTable, .pnlHeaderTable {
    width: 100%;
    border-style: none;
    padding: 1px;
}

.losHeaderTable td:nth-child(1) {
    text-align: left;
}
.losHeaderTable td:nth-child(2) {
    text-align: center;
}

.losHeaderTable td:nth-child(3) {
    text-align: right;
}


.losHeaderText, .pnlHeaderText {
    color: white;
    font-family: Arial Narrow;
    font-size: 14pt;
    font-weight: bold;
}

.losSearch, .pnlSearch {
    width: 800px;
    border-style: ridge;
    border-width: 2px;
}

.losSearchTable, .pnlSearchTable {
    width: 100%;
    border-style: none;
    padding: 1px;
}

.losSearchCol1 {
    width: 162px;
}

.losSearchCol2 {
    width: 172px;
}

.panelCorner {
    margin-right: 2%;
    border: 3px solid #024442;
    padding: 3px;
    -moz-border-radius: 15px 0 15px 0;
}



.RadGrid {
    border-radius: 10px;
    overflow: hidden;
}

.exportLabel {}

.exportDropdown {
    /*width: 75px;      NOT WORKING -- RadFormDecorator overrides will fix in user control directly */
}

.loginForm {

}

.pnlLogin {

}

.losViewTabs {
    width: 100%;
    /*max-width: 1000px;*/
}

.losViewTable {
    width: 100%;
/*    max-width: 1000px;
*/    
    max-width: 1500px;
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5px;
    border-style: none;
}

    .losViewTable #lnkInsert, .losViewTable #lnkUpdate, .losViewTable #lnkDelete, .losViewTable #lnkCancel {
        font-size: larger;
        /*border-style: solid;
    border-width: 1px;*/
    }

    .losViewTable td:nth-child(1), .losViewTable td:nth-child(3) {
        text-align: right;
        /*min-width: 200px;*/
    }

    .losViewTable td:nth-child(2), .losViewTable td:nth-child(4) {
        text-align: left;
        /*min-width: 200px;*/
    }

.losViewHeaderTable {
    width: 100%;
    max-width: 1500px;
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5px;
    border-style: none;
}
    .losViewHeaderTable td:nth-child(1), .losViewHeaderTable td:nth-child(3) {
        text-align: right;
    }

    .losViewHeaderTable td:nth-child(2), .losViewHeaderTable td:nth-child(4) {
        text-align: left;
    }

.losTabPage, .losDashboardPage {
    border-style: ridge;
    border-width: 2px;
}

.losRatesTable {
    width: 100%;
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 5px;
    border-style: none;
}

.losRatesTable td:nth-child(1) {
    text-align: right;
}

.gridRowNumber {
    font-weight: bold;
    width: 100px;
}

#gridContainer {
    /*height: 750px;*/
}

caption.rgCaption  {
    caption-side: top;
}

.losGridCommands {
    height: 1.75em;
}

.losGridCommands>a {
    height: 1.75em;
}

.losGridCommands>select {
    height: 1.75em;
    width: 100%;
}

.losGridCommandsButton {
    line-height: 0.75em;
}

.losSearchButton {
    line-height: 0.75em;
}
.losExportButton {
    line-height: 0.75em;
}

.losJump {
    width: 96%;
}

.losJumpButton {
    line-height: 0.75em;
}

.losNotes {
    width: 100%;
    height: 100%;
    min-width: 600px;
    min-height: 200px;
    max-width: 1200px;
    max-height: 400px;
}

.losUpperCase {
    text-transform: uppercase;
}

.losHiddenField {
    display: none;
}


.losValidation {
    color: red;
}

.losDownloadLink {
    color: white;
    padding-right: 35px;
}

.losDownloadLink:hover {
    color: darkcyan;
}

/* Override Max Width Size on XL */
@media (min-width: 576px) {
    .container {
        max-width: 962px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 2000px;
    }
}

.reportLoadingLabel {
    font-weight: bold;
    font-size: 14pt;
}


.losInlineBlock {
    display: inline-block;
}

.statusLabel {
    font-weight: bold;
    color: red;
}
