﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


.ms {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

html, body {
    font-size: 12pt;
    height: 100%;
    margin: 0;
    background-color: white;
}
/*Start Login Page*/
.wallpaper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.stretch {
    width: 100%;
    height: 100%;
}

.centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 320px;
    min-height: 300px;
    box-shadow: 2px 2px 4px grey;
    border-radius: 4px;
    background-color: whitesmoke;
    border: 10px solid white;
    text-align: center;
}

/*End Login Page*/
/*Layout Styles*/
.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.xcol-1 {
    width: 100%;
}

.xcol-2 {
    width: 50%;
}

.xcol-3 {
    width: 33.33%;
}

.xcol-4 {
    width: 25%;
}

.xcol-5 {
    width: 20%;
}

.xcol-6 {
    width: 16.66%;
}

.xcol-7 {
    width: 14.28%;
}

.xcol-8 {
    width: 12.5%;
}

.xcol-9 {
    width: 11.11%;
}

.xcol-10 {
    width: 10%;
}

.xcol-11 {
    width: 9.09%;
}

.xcol-12 {
    width: 8.33%;
}

[class*="col-"] {
    min-height: 25px;
    vertical-align: top;
    padding: 5px;
    float: left;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*End Layout*/
/*Form and Inputs*/
p {
    margin: 15px 0;
}

.myform {
    padding: 5px;
    margin: 0 auto;
    max-width: 1000px;
}

    .myform input, .myform select, .myform textarea {
        width: 100%;
        direction: ltr;
    }

input[type=checkbox], input[type=radio] {
    height: 16px;
    width: 16px;
}

input, select, textarea {
    border: 1px solid #aaa;
    border-radius: 4px;
}

.focus {
    background-color: #ffffee;
    border: 2px solid #36B3FF;
    transition: all 200ms ease-out;
    box-shadow: 0 0 6px rgba(35, 173, 278, 1);
}

input, select {
    line-height: 28px;
    height: 28px;
    padding: 0px 5px;
    font-size: 12pt;
}

textarea {
    line-height: 16px;
}

.money {
    text-align: right;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='date'] {
    min-width: 115px;
}

input[type='time'] {
    min-width: 85px;
}

input[type='date'], input[type='time'] {
    position: relative;
}

::-webkit-datetime-edit, ::-webkit-clear-button, ::-webkit-calendar-picker-indicator {
    position: absolute;
}

::-webkit-clear-button {
    right: 1.54em;
}

::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-calendar-picker-indicator {
    right: 0;
    padding: .539em .34em;
}

.tristate {
    border: none;
    font-size: 24px;
    background: rgba(0, 0, 0, 0);
}

.myform label {
    font-size: 8pt;
    display: block;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 2px;
    text-align: left;
}

/*End Form and Inputs*/
/*Colors*/
.bg_color1, .bg_purple {
    background-color: #44206B !important;
    color: white !important;
}

.bg_color2, .bg_orange {
    background-color: #F17D30 !important;
    color: white !important;
}

.bg_color3, .bg_pink {
    background-color: #E051B0 !important;
    color: white !important;
}

.bg_color4, .bg_red_dull {
    background-color: #E8572E !important;
    color: white !important;
}

.bg_color5, .bg_green_dull {
    background-color: #51BCBA !important;
    color: white !important;
}

.bg_color6, .bg_purple_light {
    background-color: #8D73C1 !important;
    color: white !important;
}

.bg_color7, .bg_green_light {
    background-color: #67D872 !important;
    color: black !important;
}

.bg_color8, .bg_cyan {
    background-color: #4BC4FA !important;
    color: black !important;
}

.bg_color9, .bg_yellow {
    background-color: #FACF33 !important;
    color: black !important;
}

.bg_color0, .bg_maroon {
    background-color: #7E2117 !important;
    color: white !important;
}

.bg_red {
    background-color: red !important;
    color: white !important;
}

.bg_green {
    background-color: green !important;
    color: white !important;
}

.bg_redB {
    background-color: #DD5145 !important;
    color: black !important;
}

.bg_greenB {
    background-color: green !important;
    color: black !important;
}

.bg_blue {
    background-color: blue !important;
    color: white !important;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.light_green {
    color: lawngreen;
}

.orange {
    color: orange;
}

.yellow {
    color: yellow;
}

[class*="bg_"] a:link, [class*="bg_"] a:visited {
    color: inherit;
    text-decoration: none;
}

t {
    font-size: 9pt;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    display: inline-block;
}
/*End Colors*/

/* Tables*/
table.dataTable thead {
    background-color: #36B3FF;
    color: white;
}

    table.dataTable thead th {
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
    }

table.dataTable tbody tr td:nth-child(1) {
    white-space: nowrap;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    table.tbl thead {
        background-color: #36B3FF;
        color: white;
    }

        table.tbl thead th {
            padding: 8px 4px;
            font-weight: normal;
            border-bottom: 1px solid #dee2e6;
            text-align: left;
            background-color: #36B3FF;
        }

    table.tbl td {
        padding: 5px 3px;
        border-bottom: 1px solid #dee2e6;
        vertical-align: top;
    }

    table.tbl tbody tr:hover {
        background: #dee2e6;
    }

    table.tbl tbody tr:nth-child(even), table.tbl tr:nth-child(even) {
        background: #F9F9F9;
    }

    table.entry th {
        font-size: 10pt;
        text-align: right;
        font-weight: normal;
        padding-right: 10px;
        white-space: nowrap;
    }

    table.entry td {
    }

/* End Tables*/

/* Text and Headings*/
h1 {
    font-size: 16pt;
    background-color: #007ACC;
    color: white;
    padding: 7px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    margin: 0;
}

h2 {
    white-space: nowrap;
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
    border-bottom: 4px solid #3C3C3C;
}

    h2 i {
        color: #FE8D59;
        padding-right: 14px;
        margin-top: -5px;
        font-size: 35px;
    }

    h2 label {
        font-size: 10pt;
        font-weight: normal;
        white-space: normal;
        text-wrap: balance;
        display: inline-block;
    }

h3.err {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
    color: #FE8D59;
}

h4 {
    margin-top: 10px;
}

h6 {
    margin: 20px 0;
    font-size: 12pt;
}

.f24 {
    font-size: 24pt;
}

.f20 {
    font-size: 20pt;
}

.f18 {
    font-size: 18pt;
}

.f16 {
    font-size: 16pt;
}

.f14 {
    font-size: 14pt;
}

.f12 {
    font-size: 12pt;
}

.f10 {
    font-size: 10pt;
}

.f9 {
    font-size: 10pt;
}

.f8 {
    font-size: 8pt;
}

.f7 {
    font-size: 8pt;
}

.f6 {
    font-size: 6pt;
}

details {
    padding: 5px;
    max-width: 1000px;
    margin: 0 auto;
}

summary {
    font-size: 12pt;
    background-color: #007ACC;
    color: white;
    padding: 7px;
}

hr {
    border: none;
    border-bottom: 1px solid #5F6368;
    margin: 10px 10px;
    clear: both;
}

.rt {
    text-align: right !important;
}

.lt {
    text-align: left !important;
}

.cn {
    text-align: center !important;
}

.b {
    font-weight: bold !important;
}

.u {
    text-decoration: underline !important;
}

.tbtn {
    background-color: #C1C1C1;
    padding: 5px 15px;
    color: black;
    text-shadow: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration: none;
}

.atbtn {
    padding: 8px 15px;
    background-color: #F0F0F0;
}

.addbtn {
    background-color: red;
    padding: 4px 30px !important;
    border-radius: 3px;
    float: right !important;
    margin: -5px 2px;
    line-height: 23px;
}

    .addbtn i {
        color: white;
        width: 28px;
    }

/* End Text and Headings*/
/*Animations*/
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.saving {
    background-color: orange;
    animation: saver 0.5s linear infinite;
}

@keyframes saver {
    50% {
        opacity: 0.5;
    }
}
/*End Animations*/

/*Start Master Page*/
.pg_title {
    font-size: 28pt;
    font-family: 'Arial';
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

.tb_head {
    width: 100%;
}

    .tb_head img {
        height: 50px;
        background-color: white;
        border-radius: 3px;
    }
/*End Start Master Page*/

/*Custom Elements*/
.link_btn {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    min-width: 150px;
    min-height: 90px;
    text-align: center;
    border: 1px solid #F3F3F3;
}

    .link_btn:hover {
        box-shadow: 0 0 5px rgb(35 173 255);
    }

    .link_btn i {
        margin: 10px;
        color: #36B3FF;
    }

.xb {
    display: inline-block;
    margin: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    padding: 5px;
    height: 40px;
    text-decoration: none;
    background-color: #FFFFFF;
}

    .xb:hover {
        color: red;
    }

    .xb i {
        font-size: 20pt;
        margin-right: 5px;
    }
/*End Custom Elements*/

.icon{
    width:35px;
}
.btn {
    background-color: #007ACC;
    color: white;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.btn_ico:link, .btn_ico:visited {
    color: white;
}

.btn_ico {
    background-color: #007ACC;
    color: white;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    width: 28px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    margin: 5px;
}

    .btn_ico:link {
        text-decoration: none;
    }

.dataTable .btn_ico {
    margin: -6px 2px;
}

.hide {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=5);
    -moz-opacity: 0.5;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.pre, pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.sign {
    padding: 25px 0 10px 0;
    font-size: 10pt;
}

.ur {
    direction: rtl;
    font-family: Nafees;
}

.popup {
    box-shadow: 5px 5px 10px #007acc;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

#popframe {
    width: 100%;
    height: 100%;
    border: none;
}

#popmsg {
    height: 100px;
    text-align: center;
    display: none;
    font-size: 14pt;
}

    #popmsg table, #popmsg table tr {
        width: 100%;
        height: 100px;
    }

    #popmsg td {
        vertical-align: middle;
        height: 100px;
    }

#expboxclose {
    top: -16px;
    right: -16px;
    position: absolute;
    font-size: 32px;
    border-radius: 12px;
    cursor: pointer;
}


.summarybar {
    background-color: #007ACC;
    display: table;
    line-height: 20pt;
    width: 100%;
}

.topnav.summarybar a {
    height: 45px;
}

    .topnav.summarybar a:hover, .topnav.summarybar .dropdown:hover {
        background-color: #36B3FF;
    }

.cstats {
    display: inline-block;
    line-height: 60px;
}

    .cstats a {
        margin: 0 3px;
        padding: 5px;
        border: 1px solid #3C3C3C;
        border-radius: 3px;
        background-color: #4CC2FF;
        color: black;
    }

        .cstats a:link {
            text-decoration: none;
            background-color: #4CC2FF;
            color: black;
        }
/*Print Preview*/
.print-pg {
    width: 210mm;
    margin: 10px auto;
    border: 1px solid grey;
    box-shadow: 5px 5px 10px grey;
    background-color: white;
}

    .print-pg .ppg {
        width: 100%;
        min-height: 297mm;
        padding: 40px;
        position: relative;
    }

    .print-pg .header {
        border-bottom: 1px solid black;
        height: 76px;
    }

    .print-pg .logo {
        height: 75px;
        display: block;
        float: left;
    }

    .print-pg .rtBox {
        float: right;
        height: 75px;
    }

    .print-pg .barcode {
        font-family: Free3of9;
        font-size: 32px;
        background-color: white;
    }

    .print-pg .cate {
        font-size: 14px;
        background-color: black;
        color: white;
        display: block;
        text-align: center;
    }

    .print-pg table {
        width: 100%;
        border-spacing: 0px;
    }

        .print-pg table.tblReport th, .print-pg table.tblReport td {
            border-bottom: 1px solid #C1C1C1;
            padding: 3px;
            vertical-align: top;
        }

        .print-pg table.tblReport th {
            text-align: left;
        }

.pgA4P {
    width: 210mm;
}

    .pgA4P .ppg {
        min-height: 297mm;
    }

.pgA4L {
    width: 297mm;
}

    .pgA4L .ppg {
        min-height: 210mm;
    }

.pgA5P {
    width: 144mm;
}

    .pgA5P .ppg {
        min-height: 210mm;
    }

.pgA5L {
    width: 210mm;
}

    .pgA5L .ppg {
        min-height: 144mm;
    }

.pg80 {
    width: 80mm;
}

    .pg80 .ppg {
        min-height: 50mm;
    }


/*End Print Preview*/
.summarybar .sol-container {
    display: inline-block;
}

.sol-container {
    height: 28px;
}

.sol-inner-container {
    top: -28px;
    height: 28px;
}

.sol-input-container input[type="text"]::placeholder {
    color: transparent;
}

.sol-current-selection {
    height: 28px;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}

.sol-selected-display-item {
    width: 100%;
    height: 28px;
    line-height: 22px;
    font-size: 10pt;
    color: black;
    text-align: left;
}

.sol-label {
    text-align: left;
}

    .sol-label input[type="radio"] {
        width: auto;
    }

.sol-label-text {
    font-size: 10pt;
    color: black;
}

.sol-container a {
    height: auto !important;
    padding: 3px;
}

.mobList {
    font-size: 10pt;
    background-color: white;
    min-width: 250px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #C2C3C9;
    border-radius: 3px;
}

.mobListItem {
    padding: 5px;
    border-bottom: 1px solid #C2C3C9;
}

.mobListItemH {
    background-color: #4BC4FA;
    padding: 5px;
}

#fff { /* Used in Report Viewer*/
    position: fixed;
    top: 85px;
    right: 5px;
    z-index: 9999;
}

    #fff a:link, #fff a:visited, #fff a:hover {
        color: red;
        padding: 6px;
        border: 1px solid white;
        border-radius: 3px;
        background-color: rgba(0,100,255,0.4);
        text-decoration: none;
    }

.wsqty {
    width: 55px;
    text-align: right;
}

#powerTip {
    /*background-color: white !important;
    color: black !important;*/
}

.img_tip {
    width: 300px;
    background-color: white;
}

.bc39 {
    font-family: 'Libre Barcode 39', cursive;
    font-size: 30pt;
    margin-bottom: -15px;
}

.xfilter {
    /*background-color: #7CACF8;*/
    background-color: #F9F9F9;
    border: 1px solid #2D2221;
}

    .xfilter label {
        display: block;
        font-size: 10pt;
    }

    .xfilter input, .xfilter select {
        width: 100%;
        height: 32px;
    }

    .xfilter .fa-magnifying-glass, .xfilter .fa-clock-rotate-left {
        font-size: 36px;
        color: black;
        background-color: #E4E9F7;
        padding: 5px 15px;
        border-radius: 5px;
    }

        .xfilter .fa-magnifying-glass:hover, .xfilter .fa-clock-rotate-left:hover {
            color: black;
            background-color: #CCD5F0;
        }

    .xfilter input[type=checkbox] {
        width: 24px;
        height: 24px;
    }

.nonActive {
    background-color: #C2C3C9 !important;
    text-decoration: line-through;
}

@media screen and (max-width: 600px) {
    .tb_head {
        display: none;
    }

    [class*="col-"] {
        width: 100%;
    }

    .mcol-1 {
        width: 8.33%;
    }

    .mcol-2 {
        width: 16.66%;
    }

    .mcol-3 {
        width: 25%;
    }

    .mcol-4 {
        width: 33.33%;
    }

    .mcol-5 {
        width: 41.66%;
    }

    .mcol-6 {
        width: 50%;
    }

    .mcol-7 {
        width: 58.33%;
    }

    .mcol-8 {
        width: 66.66%;
    }

    .mcol-9 {
        width: 75%;
    }

    .mcol-10 {
        width: 83.33%;
    }

    .mcol-11 {
        width: 91.66%;
    }

    .mcol-12 {
        width: 100%;
    }
}

@media print {
    html, body {
        page-break-after: avoid;
        page-break-before: avoid;
    }

        body * {
            visibility: hidden;
        }

    .home-section {
        left: 0 !important;
    }

    .print-pg, .print-pg * {
        visibility: visible;
    }

    .print-pg {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: white;
        border: none;
        box-shadow: none;
        margin: 0px;
    }

    .no-print {
        display: none;
    }

    input, textarea, select {
        border: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }

    a:link {
        text-decoration: none;
    }
}
/*---------------------------*/
