﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-image: url(../images/defaultBG.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex; /*added*/
    flex-direction: column; /*added*/
    font-family: 'Roboto', sans-serif;
}

/*.contentItemBG*/
.container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    -webkit-box-shadow: 5px 4px 11px -4px rgba(128,128,128,0.3);
    -moz-box-shadow: 5px 4px 11px -4px rgba(128,128,128,0.3);
    box-shadow: 5px 4px 11px -4px rgba(128,128,128,0.3);
    overflow: auto;
    text-align:center;
    margin: auto;
    width:90%;
    position:relative;
}

.qrContainer {
    max-width: 410px;
}

.logoContainer {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    text-align:center;  
    z-index: 102;
    transition: all 0.3s ease;
}

    .logoContainer img{
        cursor: pointer;
        border: 8px;   
        padding: 10px 42%;
        margin-left: auto;
        margin-right: auto;
        transition: all 0.3s ease;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        max-height: 60px;
        max-width: 15%;
    }

    .logoContainer:hover {
       background: rgba(255,143,28,0.9);
    }

.tableContainer {
    margin:auto;
    padding: 0 5% 1% 5%;
}

.tableTransaction {
   font-size:12px;
}

    .tableTransaction tr:nth-child(2) th {
        background: #f9f9f9;
        border-bottom: 2px solid #ecf0f1;
    }

    .tableTransaction tr:nth-child(2) th:first-child {
        padding-right: 20px;
    }

    .tableTransaction tr:nth-child(2) th:last-child {
        padding: 0px 0px 0px 8px;
    }

    .tableTransaction tr:first-child th{
        background: #FF8F1C;
        padding:8px;
        color: #fff;
        vertical-align:top;
    }

.tableTransaction tr td:nth-child(2) img {
        height:100%;
        max-width:26px;
        max-height: 26px;
        display:table;
        margin-left: -15px;
        padding: 8px 5px 8px 0px;
    }

.tableTransaction tr td:nth-child(3) {
        padding-left: 8px;
    }

.removeTableBorder, .removeTableBorder tr td, .removeTableBorder tr th{
    border:none;
}

.tableInfo tr td {
    padding: 5px;
}


    .tableInfo tr:nth-child(3) {
        background: #F9F9F9;
    }

.tableDetailsHeader {
    text-align:center;
}

.tableDetailsSubHeader {
    padding: 0 5px;
}

.trJobCurrentStatus {
    background: #fff;
}

.trJobPastStatus {
    background: #F9F9F9;
}

.verticalLine {
    border-right: 3px solid #FF8F1C !important;
    padding-right:20px;
    min-width: 80px;
}

.borderStyle {
   -webkit-box-shadow: -1px 6px 8px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 6px 8px 5px rgba(0,0,0,0.15);
    box-shadow: -1px 6px 8px 5px rgba(0,0,0,0.15);
    background: #ffffff;
    border-radius:4px;
}

.hlStyle {
padding: 10px;
margin: 0px 5px 15px 5px;
display: inline-block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
max-width:100px;
transition: all ease 0.3s;
background: #FF8F1C;
color: #fff;
border-radius: 4px;
overflow-wrap: break-word;
}

.hlStyleSmall {
padding: 5px;
margin: auto;
display: block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
max-width:100px;
width: 100%;
transition: all ease 0.3s;
background: #FF8F1C;
color: #fff;
border-radius: 4px;
overflow-wrap: break-word;
text-align:center;
}

.hlStyle:hover, .hlStyleSmall:hover {
    background: #e87600;
}

.hlGallery {
    width: 150px;
    height: 100px;
    display:inline-block;
    padding: 10px;
}


.tableSignature {
    display:inline-block;
    margin: 0 10% 5% 10%;
    text-align: left;
    border-collapse:collapse;
}

    .tableSignature tr td {
           padding: 5px 10px;
           font-size: 15px;
    }

.thViewSignature {
    background: #0072CE;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size:x-large
}


.TenPercentageWidth {
    width: 10%;
}



.WhiteBgBlackXXLargeText {
    background: white;
    color: black;
    font-weight: bold;
    font-size:xx-large
}

.WhiteBgBlackLargeText {
    background: white;
    color: black;
    font-weight: bold;
    font-size:large
}

.WhiteXLargeText {
    color: #fff;
    font-weight: bold;
    font-size:x-large
}

.HeaderBlueXXLargeText {
    background: #0072CE;
    color: #fff;
    font-weight: bold;
    font-size:xx-large
}

.customOrangeBG {
    background: #FF8F1C;
}
.normalBlackfontBold {
    font-size: x-large;
    font-weight: bold;
    color: black;
}

.underlined {
    text-decoration: underline;
}



.lblMsg {
    padding: 10px;
    display: block;
    font-size: 16px;
}

.mResultsStyle {
    margin: 1% auto 5% auto;
    font-size: 13px;
    width: 90%;
    max-width: 500px;
}

    .mResultsStyle tr td:first-child {
        text-align:right;
    }

    .mResultsStyle tr td:nth-child(2) {
        text-align:left;
        padding:5px 5px;
        text-align:center;
    }

    .mResultsStyle tr td:nth-child(3) {
        text-align:left;
        padding:5px 10px;
    }

.pagerStyle td{
    font-size: 14px;
    text-align:center;
}

    .pagerStyle td table {
        margin:auto;
    }

    .pagerStyle td table tr td span, .pagerStyle td table tr td a:hover {
        background: #FF8F1C;
        padding: 5px 10px;
        color: white;
        border-radius: 4px;
    }


    .pagerStyle td table tr td a {
        padding: 5px 10px;
        transition: all ease 0.3s;
    }

.imageStyle {
    width: 150px;
    height: 100px;
    margin-bottom: 5%;
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    transition: all ease 0.3s;
    background: #fff;
}

.imageStyle:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}


.btnRefresh {
    background: #00bfff;
    width: 100px;
    height: 35px;
    font-size: 16px;
    margin-top: 10px !important;
}

.btnRefresh:hover {
    background: #0072CE;
}

.btnDefault {
    display: block;
    position: relative;
    margin: auto;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.importLogStyle tr td{
    padding:5px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 0.8em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FF9804;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
	padding: 0px 0px;
	margin: 8px 8px 8px 8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
	color: #4e5766;
	padding: 4px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

.mainFormStyle {
    margin:auto;
    width: 90%;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu, div.jmenu
{
	padding: 4px 0px 4px 4px;
}

div.menu ul, div.jmenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #465c71;
	color: #cfdbe6;
	text-decoration: none;
}

div.jmenu ul li a, div.jmenu ul li a:visited
{
	background-color: #FF9804;
	border: 1px #4e667d solid;
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.jmenu ul li a:hover
{
	background-color: #FFCC00;
	color: #465c71;
	text-decoration: none;
}

div.jmenu ul li a:active
{
	background-color: #FF9804;
	color: #cfdbe6;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
	height: 173px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
	height: 219px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.titleDisplay
{
	font-size: 1.5em; /*font-variant: small-caps;*/
	color: White;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	font-size: 1.8em;
	display: block;
	text-align: right;
	padding: 0px 8px 0px 0px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


@media (min-width: 1025px) and (max-width: 1280px), (min-width: 768px) and (max-width: 1024px), (min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
(min-width: 481px) and (max-width: 767px), (min-width: 320px) and (max-width: 480px)
  {
     .hlGallery {
        width: 120px;
        height: 95px;
    }
    .imageStyle {
        width: 100px;
        height: 80px;
    }

    .mainFormStyle {
    width: 100%;
    }
}

#cover {
   position: fixed; 
   height: 100%; 
   width: 100%; 
   top:0; 
   left: 0; 
   background: #F6F6F6; 
   z-index:9999; 
   font-size: 60px; 
   text-align: center; 
   color: #2C2A29;
}
        .coverContent {
            margin: auto;
            height: 100%;
            top: 35%;
            position: absolute;
            width: 100%;
        }

            .coverContent img {
                margin-bottom:35px;
            }

.lblTitle {
    display:inline-block;
    margin: 2px 0;
}

.lblValue {
    font-weight: 200;
}

.imgSignature {
    max-width: 150px;
}

.msgSignature {
    font-style: italic;
    color: #808080;
    font-size: 13px !important;
}

.hlStyleDO {
    margin: 5px !important;
}

.imgQR {
    max-width: 100%;
}

.lblQR {
    background: #FF8F1C;
    width:100%;
    display:block;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    max-width:410px;
    margin: 0 auto;
}