﻿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;
    margin-bottom: 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;
    }

    .no-mobile {
        display: none !important;
    }
}
/*End Master Page*/
.summarybar {
    background-color: #007ACC;
    color: white;
    margin: 0 auto;
    padding: 3px;
    display: table;
    width: 98%;
    text-align: center;
}

    .summarybar a:link, .summarybar a:visited {
        color: white;
    }

    /*Resource Usage Bar*/
    .summarybar a b {
        font-weight: normal;
        font-size: 10pt;
        display: block;
        padding-top: 0px;
        margin-top: -7px;
    }

    .summarybar a .base {
        height: 20px;
        background-color: white;
    }

        .summarybar a .base .used {
            height: 16px;
            background-color: green;
            border: 2px solid white;
        }

            .summarybar a .base .used.full {
                height: 16px;
                background-color: red;
                width: 100%;
                border: 2px solid 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;
}

.myform {
    padding: 5px;
    max-width: 600px;
    margin: 0 auto;
}

    .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;
    }
}

.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;
    }
}

.print-pg {
    width: 845px;
    min-height: 1170px;
    margin: 0 auto;
    padding: 20px;
    background-color: darkgray;
}

    .print-pg .ppg {
        width: 835px;
        min-height: 1160px;
        padding: 5px;
        background-color: white;
        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 .htable {
        width: 100%;
        border-bottom: 1px solid black;
    }

        .print-pg .htable th {
            text-align: left;
            width: 25px;
            white-space: nowrap;
            border-right: 1px dashed gray;
        }

        .print-pg .htable td {
            width: 30%;
            border-bottom: 1px dashed gray;
        }

.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;
    margin: 0 auto;
    padding: 10px;
    background-color: darkgray;
    min-height: 5mm !important;
}

    .pg80 .ppg {
        width: 75mm;
        padding: 5px;
        background-color: white;
        position: relative;
        min-height: 5mm !important;
    }

.pgA4L {
    width: 1170px;
    margin: 0 auto;
    padding: 20px;
    background-color: darkgray;
    min-height: 800px !important;
}

    .pgA4L .ppg {
        width: 1160px;
        padding: 5px;
        background-color: white;
        position: relative;
        min-height: 790px !important;
    }

.pgA4P {
}

    .pgA4P .ppg {
    }

.pgA5P {
    width: 145mm;
    margin: 0 auto;
    padding: 20px;
    background-color: darkgray;
    min-height: 210mm !important;
}

    .pgA5P .ppg {
        width: 140mm;
        padding: 5px;
        background-color: white;
        position: relative;
        min-height: 205mm !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;
    text-decoration: none;
}

    .link_btnS i {
        margin: 7px;
    }

/*DataTables Styles*/
.dataTable thead {
    background-color: #990000;
    color: white;
}

.dataTable tr.odd {
    background-color: #FFFBD6;
}

.sol-inner-container {
    background-color: white;
}

.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;
}

.head1 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    margin-top: 15px;
}

.head2 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12pt;
    text-transform: uppercase;
}

.head3_il {
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
    padding-right: 10px;
}

.rp_section {
    width: 100%
}

.rp_photo {
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

    .rp_photo img {
        width: 100%;
        margin: 0 auto;
        border: 2px groove black;
    }

    .rp_photo label {
        display: block;
        text-align: center;
    }

summary {
    font-family: Calibri, Arial;
    font-size: 14pt;
    background-color: #007ACC;
    color: white;
    text-align: center;
    border-radius: 4px;
}


#fff {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    width: 100%;
    padding-top: 8px;
    height: 23px;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

    #fff a:link {
        padding: 3px;
        border: 1px solid white;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.1);
        margin: 0px 5px 0px 5px;
    }

@media print {
    html, body {
        page-break-after: avoid;
        page-break-before: avoid;
    }

        body * {
            visibility: hidden;
        }

    .print-pg, .print-pg * {
        visibility: visible;
    }

    .print-pg {
        position: absolute;
        left: 0;
        top: 0;
        background-color: white !important;
    }

    .tblReport a {
        text-decoration: none;
        color: black;
    }

    .no-print {
        display: none !important;
    }

    input {
        border: none;
    }

    textarea {
        border: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
    }
}
/*--Copied from print.css*/
.report {
    width: 100%;
}

    .report td {
        border-bottom: 1px solid black;
    }

    .report input {
        width: 99%;
    }

.tblReport {
    width: 100%;
    border-spacing: 0px;
    font-size: 8pt;
}

    .tblReport th {
        border: 1px solid black;
        margin: 0px;
    }

    .tblReport td {
        border-bottom: 1px solid black;
        margin: 0px;
    }

.footer {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 99%;
    padding: 3px;
}
/*--End Copied from print.css*/
.sol {
    color: black;
    display: inline-block;
}

    .sol .sol-radio {
        width: 14px !important;
    }

    .sol .sol-selected-display-item {
        border: none;
        background-color: white;
    }

    .sol .sol-inner-container {
        margin-top: -25px;
        background-color: transparent;
    }

    .sol .sol-input-container input[type=text]::-webkit-input-placeholder {
        display: none;
        color: transparent;
    }
