﻿/* 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. */
/* FenySoft */
@font-face {
    font-family: SanFont;
    src: url(Sansation_Regular.ttf);
}

.validation-summary-errors, ul {
    list-style-type: none;
}

ol.c {
    list-style-type: upper-roman;
}

ul {
}

    ul#validation-summary-errors {
        list-style-type: none;
    }

    ul .validation-summary-errors {
        list-style-type: none;
    }

a .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    /* FenySoft */
}

/* 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 {
    background-color: #d9534f;
    border-color: #d9534f;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.smalltext {
    font-size: small;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.tblRow {
    cursor: pointer;
}

.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
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-image: linear-gradient(whitesmoke, whitesmoke);
}

.fs-nowrap {
    white-space: nowrap;
    background-color: white;
    z-index: 1;
}

.fs-scrolla-Y {
    position: relative;
    overflow: auto;
    display: inline-block;
    background-color: white;
    /*white-space: nowrap;*/
    z-index: 1000;
}

    .fs-scrolla-Y table thead tr th {
        position: sticky;
        vertical-align: bottom; 
        top: 0;
        /*background-color: red;  #454545;*/
        /*background-color: #595A5C;
        
             text-align: left;
        color: black;
        */
        z-index: 1002;
    }

    .fs-scrolla-Y table thead tr:nth-child(1) {
        top: 5%;
        background-color: lightgrey;
    }

    .fs-scrolla-Y table thead tr:nth-child(2) {
        top: 10%;
        background-color: lightgrey;
    }

    .fs-scrolla-Y table tr {
        z-index: 1001;
    }

.fs-scroll-Y {
    position: relative;
    overflow-y: auto;
    display: inline-block;
    /*background-color: white;*/
    white-space: nowrap;
}

    .fs-scroll-Y table {
        margin-top: 0px;
        width: 100%;
        /*border: 1px solid red;
    border-spacing: 1px;*/
    }

        .fs-scroll-Y table th {
            color: black;
            /*background-image: linear-gradient(#6f8185, gray, #7f8185);*/
            /*background-color: #dee1e569;*/ /*//#6ba9ff;*/
            /*background-color: red;  #454545;*/
               background-color: #ddd; 
            vertical-align: bottom;
            position: sticky;
            font-weight: 100 !important;
            top: 0;
            /*z-index: 2 !important;*/
        }

        .fs-scroll-Y table tr {
            z-index:0 !important; 
        }

.fs-PE-None {
    pointer-events: none;
}

.fs-PE-Auto {
    pointer-events: auto;
}

.fs-dropdown {
    position: relative;
    display: block;
}

.fs-dropdown-content {
    position: absolute;
    overflow: auto;
    left: 1%;
    top: 10%;
    /*transform: translate( 40%,50%);*/
    z-index: 1000;
    display: none;
    /* float: left;*/
    /* min-width: 10rem;*/
    /*  padding: .5rem 0;
    margin: .125rem 0 0;*/
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.fs-dropdown-content-1 {
    position: absolute;
    overflow: auto;
    transform: translate( 0%,50%);
    z-index: 1000;
    display: none;
    /* float: left;*/
    /* min-width: 10rem;*/
    /*  padding: .5rem 0;
    margin: .125rem 0 0;*/
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.fs-lines-content {
    position: absolute;
    overflow: auto;
    /*transform: translate( 0%,50%);*/
    z-index: 1000;
    /* display: inline-block;*/
    left: 1%;
    top: 20%;
    /* float: left;*/
    /* min-width: 10rem;*/
    /*  padding: .5rem 0;
    margin: .125rem 0 0;*/
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;*/
    max-width: 98% !important;
}

.fs-Sticky {
    position: sticky;
    z-index: 1;
}

.show {
    display: inline-block;
}

.fs-DelRow {
    text-decoration-line: line-through !important;
    font-style: italic !important;
    color: lightcoral !important;
}

.fs-Edit {
    cursor: pointer;
    color: red;
    font-style: italic;
}

.fs-Find {
    color: blue;
    font-style: italic;
}
/*table {
    width: 100%;
}
.DelRow{



thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tbody {
    display: block;
    overflow-y: auto;
    table-layout: fixed;
    max-height: 200px;
}*/
.fs-table {
    width: 100%;
    /*margin-bottom: 1rem;*/
    color: #212529;
}

.fs-F-10 {
    font-size: 10px;
}

.fs-F-11 {
    font-size: 11px;
}

.fs-F-12 {
    font-size: 12px;
}

.fs-F-14 {
    font-size: 14px;
}

.fs-H-150 {
    height: 150px;
}

.fs-H-250 {
    height: 250px;
}

.fs-H-350 {
    height: 350px;
}

.fs-H-380 {
    height: 380px;
}

.fs-H-400 {
    height: 400px;
}

.fs-H-500 {
    height: 500px;
}

.fs-min-width-150 {
    min-width: 150px;
}

.fs-white {
    font-family: SanFont;
    color: white;
}

.fs-pos-relative {
    position: relative;
}

#mainheading h2 {
    font-family: SanFont;
    font-size: 20px;
    color: #000000;
}

.nav-item {
    font-size: 18px;
    padding-left: 25px;
}

.nav-link {
    color: black;
}

.Sort {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
}

/* Style the input fields */
.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

.body1 {
    background-color: white;
}

.orderspage {
    /*box-shadow: 0 .25rem 1.75rem rgba(0, 0, 0, .15);*/
    /* background-color: white;*/
    border-radius: 10px;
    /*    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 0px;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.tablePanel {
    /* box-shadow: 0 .25rem 0.75rem rgba(0, 0, 0, 0.25);*/
    /*    background-color: white;
    border-radius: 5px;
    border-color: gray;
    border-width: 1px;
    border-style: solid;*/
    /*    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 0px;*/
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-top: 10px; 
}

#gridTable {
/*    margin-bottom: -5px;
    border-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;*/
}

#Linesgrid {
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#tblStatus {
    cursor: pointer;
}

#tblBsn {
    cursor: pointer;
}

#OrderNo {
    cursor: pointer;
}

.fs-mb-none {
    margin-bottom: -10px;
}

.fs-fixed {
    position: absolute;
}

.fscroll {
    width: 400px;
    overflow-x: scroll;
    margin-bottom: 10px;
    border: solid black 1px;
}

    .fscroll table td:first-child {
        position: sticky;
        left: 0;
        background-color: #ddd;
    }

    .fscroll td, .tscroll th {
        border-bottom: dashed #888 1px;
    }

span.op-span[contenteditable]:empty::before {
    content: attr(data-placeholder);
    /*display: inline-block;*/
}

.op-scroll-Y {
    position: relative;
    /* display: flex; if the are only 1 or 2 rows then this causes the row hieght to expand so the the row are the size of the grid*/
    background-color: white;
    overflow-x: visible !important;
    overflow-y: auto;
    white-space: nowrap;
    cursor: default;
}

.op-min-height-50 {
    min-height: 50% !important;
}

.op-min-width-100 {
    min-width: 100% !important;
}

.op-notfound {
    color: red;
}

.fs-max-width {
    max-width: 100%;
}

.fs-max-width-250 {
    max-width: 250px;
}

.fs-min-width {
    min-width: 100%;
}

.fs-MH-500 {
    max-height: 500px;
}

.fs-border-2 {
    border: 2px solid red;
}

.op-span {
    width: 100%;
    min-height: 20px;
    font-size: 11px;
    display: inline-block;
    white-space: nowrap;
}

.fs-MW-125 {
    min-width: 125px;
}
