﻿html, body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    height: 100%;
    margin: 0;
    background-color: white;
}

.full_height {
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: calc(100% - 75px);
}

/*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 gray;
    border-radius: 4px;
    background-color: white;
}

.sys_title {
    background-color: #007ACC;
    font-size: 12pt;
    font-family: 'Arial';
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    border-radius: 5px;
    padding: 5px;
}
/*End Login Page*/

/*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;
    }

@media screen and (max-width: 600px) {
    .tb_head {
        display: none;
    }

    .link_btn, .link_btnS {
        width: 80% !important;
    }

    .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
        width: 100% !important;
        display: block !important;
    }

    .mcol-2 {
        width: 48% !important;
        display: inline-block !important;
    }

    .no-mobile {
        display: none !important;
    }
}
/*End Master Page*/
.summarybar {
    background-color: #007ACC;
    color: white;
    margin: 0 auto;
    padding: 3px;
    display: table;
}

    .summarybar a:link, .summarybar a:visited {
        color: white;
    }

.rt {
    text-align: right;
}

.lt {
    text-align: left;
}

.cn {
    text-align: center;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.lbl {
    font-size: 8pt;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 2px;
    text-align: left;
}

.searchbar {
    width: 98%;
    padding: 5px;
}

.sbill {
    width: 950px;
    margin: 0 auto;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
}

.myform {
    padding: 5px;
    margin: 0 auto;
    max-width: 960px;
}

    .myform input[type=checkbox], .myform input[type=radio] {
        height: 16px !important;
        /*margin:-6px;*/
    }

    .myform input, .myform select, .myform textarea {
        width: 98%;
        margin: 0;
        height: 22px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .myform label {
        font-size: 8pt;
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 2px;
        text-align: left;
    }

.col-10 {
    height: 50px;
    padding: 1px;
    width: 9%;
    display: inline-block;
}

.col-9 {
    height: 50px;
    padding: 1px;
    width: 10%;
    display: inline-block;
}

.col-8 {
    height: 50px;
    padding: 1px;
    width: 11.5%;
    display: inline-block;
}

.col-7 {
    height: 50px;
    padding: 1px;
    width: 13%;
    display: inline-block;
}

.col-6 {
    height: 50px;
    padding: 1px;
    width: 15.5%;
    display: inline-block;
}

.col-5 {
    height: 50px;
    padding: 1px;
    width: 19%;
    display: inline-block;
}

.col-4 {
    height: 50px;
    padding: 1px;
    width: 24%;
    display: inline-block;
}

.col-3 {
    height: 50px;
    padding: 1px;
    width: 32%;
    display: inline-block;
}

.col-2 {
    height: 50px;
    padding: 1px;
    width: 49%;
    display: inline-block;
}

.bg_red {
    background-color: red;
    color: white;
}

.bg_green {
    background-color: green;
    color: white;
}

.bg_blue {
    background-color: blue;
    color: white;
}

.hfame {
    width: 400px;
    height: 530px;
    float: right;
    border-left: 1px solid #316395;
}

.pchart {
    width: 700px;
    height: 530px;
    float: left;
    border-right: 1px solid #316395;
}

.ccenter {
    display: inline-block;
    text-align: center;
    align-content: center;
    align-items: center;
    width: -webkit-calc(100% - 1110px);
    width: -moz-calc(100% - 1110px);
    width: calc(100% - 1110px);
}

.head3 {
    height: 30px;
    font-size: 24px;
    background-color: #316395;
    color: white;
    padding: 3px;
    margin: 0px;
}

.f24 {
    font-size: 24pt;
}

.f14 {
    font-size: 14pt;
}

.f12 {
    font-size: 12pt;
}

.f10 {
    font-size: 10pt;
}

.f8 {
    font-size: 8pt;
}

.box97_61 {
    width: 97px;
    height: 61px;
    float: left;
    text-align: center;
    padding: 3px;
    margin: 0 auto;
    opacity: 1;
    transition: 1s ease;
    cursor: pointer;
    border: 3px solid white;
}

    .box97_61:hover {
        opacity: 0.7;
        transition: 1s ease;
    }

.box100_80 {
    width: 100px;
    height: 80px;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 3px;
    opacity: 1;
    transition: 1s ease;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

    .box100_80:hover {
        opacity: 0.7;
        transition: 1s ease;
    }

.box90p_80 {
    width: 90%;
    height: 80px;
    text-align: center;
    padding: 10px;
    margin: 3px auto;
    opacity: 1;
    transition: 1s ease;
    cursor: pointer;
}

    .box90p_80:hover {
        opacity: 0.7;
        transition: 1s ease;
    }

.box90p_60 {
    width: 90%;
    height: 60px;
    text-align: center;
    padding: 3px;
    margin: 3px auto;
    opacity: 1;
    transition: 1s ease;
    cursor: pointer;
}

    .box90p_60:hover {
        opacity: 0.7;
        transition: 1s ease;
    }

.bg_color1 {
    background-color: #44206B;
    color: white;
}

.bg_color2 {
    background-color: #F17D30;
    color: white;
}

.bg_color3 {
    background-color: #E051B0;
    color: white;
}

.bg_color4 {
    background-color: #E8572E;
    color: white;
}

.bg_color5 {
    background-color: #51BCBA;
    color: white;
}

.bg_color6 {
    background-color: #8D73C1;
    color: white;
}

.bg_color7 {
    background-color: #67D872;
    color: black;
}

.bg_color8 {
    background-color: #4BC4FA;
    color: black;
}

.bg_color9 {
    background-color: #FACF33;
    color: black;
}

.bg_color0 {
    background-color: #7E2117;
    color: white;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=10);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

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+ */
}

.ur {
    direction: rtl;
    font-family: Nafees;
}

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    input {
        border: none;
    }

    textarea {
        border: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }
}

.btn {
    background-color: black;
    color: white;
    font-size: 10pt !important;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 5px;
}

    .btn:link {
        text-decoration: none;
    }

.btn_ico {
    background-color: black;
    color: white;
    font-size: 8pt !important;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    margin: -2px 5px;
}

    .btn_ico:link {
        text-decoration: none;
    }

.searchtbl {
    width: 100%;
    border-radius: 5px;
    background-color: burlywood;
}

    .searchtbl th {
        text-align: right;
    }

    .searchtbl td {
    }

    .searchtbl input, .searchtbl select {
    }

.border-green {
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    width: 350px;
    /*height: 425px;*/
}

.pg {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    background-color: aliceblue;
    border-radius: 5px;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

    .pg table {
        width: 99%;
        text-align: left;
    }

    .pg th {
        width: 25px;
        white-space: nowrap;
        text-align: right;
    }

    .pg input[type="submit"] {
        background-color: #3367D6;
        color: white;
        font-size: 12pt !important;
        display: inline-block;
        padding: 2px 10px;
        border-radius: 10px;
    }

    .pg td, .pg th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .pg tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .pg tr:hover {
        background-color: #ddd;
    }

    .pg th {
        /*padding-top: 12px;
        padding-bottom: 12px;*/
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }

i {
    padding: 0 2px;
}

.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;
    }
}

.alert {
    color: red;
    animation: alert-animation 1s steps(5, start) infinite;
    -webkit-animation: alert-animation 1s steps(5, start) infinite;
}

@keyframes alert-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes alert-animation {
    to {
        visibility: hidden;
    }
}

.btable {
    width: 100%;
    border-bottom: 1px solid black;
}

    .btable th {
        white-space: nowrap;
        border: 1px dashed #E8E8EC;
    }

    .btable td {
        border-left: 1px dashed #E8E8EC;
        border-right: 1px dashed #E8E8EC;
        border-bottom: 1px dashed #E8E8EC;
    }

        .btable td b {
            font-size: 8pt;
        }

h4 {
    text-align: center;
    font-size: 12pt;
    margin: 5px;
}

h5 {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin: 5px;
}

h6 {
    font-size: 10pt;
    margin: 5px;
}

.focus {
    background-color: aqua;
}

.token {
    font-size: 14px;
    background-color: black;
    color: white;
    display: inline-block;
    text-align: center;
    width: 75px;
}

.hide {
    display: none;
}

.pg80 {
    width: 78mm !important;
    margin: 0 auto !important;
    padding: 10px !important;
    background-color: darkgray;
    min-height: 5mm !important;
}

    .pg80 .ppg {
        width: 75mm !important;
        padding: 5px !important;
        background-color: white;
        position: relative;
        min-height: 5mm !important;
    }

.pgA4P {
}

    .pgA4P .ppg {
    }

.pgA5P {
    width: 145mm;
    margin: 0 auto;
    padding: 20px;
    background-color: darkgray;
    min-height: 200mm !important;
}

    .pgA5P .ppg {
        width: 140mm;
        padding: 5px;
        background-color: white;
        position: relative;
        min-height: 195mm !important;
    }

    .pgA5P .barcode {
        font-size: 20px;
    }

    .pgA5P .rtBox {
        font-size: 7pt;
    }

    .pgA5P .header {
        border-bottom: 1px solid black;
        height: 60px;
    }

    .pgA5P .logo {
        height: 53px;
    }

.pgA5L {
    width: 200mm;
    margin: 0 auto;
    padding: 15px;
    background-color: darkgray;
    min-height: 139mm !important;
}

    .pgA5L .ppg {
        width: 197mm;
        padding: 5px;
        background-color: white;
        position: relative;
        min-height: 137mm !important;
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.link_btn {
    width: 20%;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

    .link_btn i {
        margin: 10px;
    }

.link_btnS {
    width: 14%;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

    .link_btnS i {
        margin: 7px;
    }

.popup {
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

#popframe {
    width: 100%;
    height: 100%;
    border: none;
}

#expboxclose {
    top: -16px;
    right: -16px;
    position: absolute;
    font-size: 32px;
    border-radius: 12px;
    cursor: pointer;
}
/*DataTables Styles*/
.dataTable thead {
    background-color: #990000;
    color: white;
}

.dataTable tr.odd {
    background-color: #FFFBD6;
}

.gl th {
    border: 1px solid black;
}

.gl td {
    border: 1px solid black;
}

.sol-inner-container {
    background-color: white;
}

.mytbl {
    width: 100%;
    border-bottom: 1px solid black;
    border-collapse: separate;
    border-spacing: 0;
}

    .mytbl thead {
        background-color: #990000;
        color: white;
    }

        .mytbl tr {
            height: 25px;
        }

    .mytbl tbody tr:nth-child(odd) {
        background-color: #FFFBD6;
    }
.age1 {
    background-color: #005F03;
    color: white;
    font-weight: bold;
}
.age2 {
    background-color: #0F8E00;
    color: white;
    font-weight: bold;
}
.age3 {
    background-color: #2FC500;
    font-weight: bold;
}
.age4 {
    background-color: #03FE00;
    font-weight: bold;
}
.age5 {
    background-color: #FFFF00;
    font-weight: bold;
}
.age6 {
    background-color: #FFAF00;
    font-weight: bold;
}
.age7 {
    background-color: #FF7B00;
    font-weight: bold;
}
.age8 {
    background-color: #FF3400;
    color: white;
    font-weight: bold;
}
.age9 {
    background-color: #AF0000;
    color: white;
    font-weight: bold;
}