/* CSS Document */

@font-face {
    font-family: MapleFont1;
    src: url('VintageTypewriterOne.otf');
}

@font-face {
    font-family: MapleFont1;
    font-weight: bold;
    src: url('VintageTypewriterOne.otf');
}

@font-face {
    font-family: MapleFont2;
    src: url('FREESCPT.TTF');
}

@font-face {
    font-family: MapleFont2;
    font-weight: bold;
    src: url('FREESCPT.TTF');
}

@font-face {
    font-family: MapleFont3;
    src: url('MAGNETOB.TTF');
}

@font-face {
    font-family: MapleFont3;
    font-weight: bold;
    src: url('MAGNETOB.TTF');
}

@font-face {
    font-family: MapleFont;
    src: url('HelveticaNeueLTStd-Lt.otf');
}

@font-face {
    font-family: MapleFont;
    font-weight: bold;
    src: url('HelveticaNeueLTStd-Lt.otf');
}

#html, body {
    font-size: 14px;
}

.MapleDefaultFont, body, input, select, textarea, .uimenu-leaf, .ui-tooltip {
    /*font-family: "MapleFont", sans-serif, Arial, Verdana;*/
    font-family: sans-serif, Arial, Verdana;
    /*font-family: Arial, Verdana, sans-serif;*/
    /*font-family: Verdana, sans-serif, Arial;*/
}


/*.body_backg0 {
    background: white;
}

.body_backg1 {
    background-color: #94a8b6;
    background-image:
        linear-gradient(rgba(172,184,193,.5) 2px, transparent 2px),
        linear-gradient(90deg, rgba(172,184,193,.5) 2px, transparent 2px),
        linear-gradient(rgba(172,184,193,.28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(172,184,193,.28) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.body_backg3 {
    background-image: repeating-linear-gradient( 45deg, transparent 1%, #97a7b2 3%, transparent 1%);
    background-color: #94a8b6;
}

.body_backg4 {
    background:
        url("../images/background_blue.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.body_backg5 {
    background: rgba(99, 122, 138, 0.5);
}*/

#PgHead_DebugImg {
    position: fixed; 
    right: 10px; 
    top: 6px ;
    height: 100px;
}
#PgHead_DebugImg:hover {
    height: 150px;
}

#PgHead_PageWrapper {
    text-align: center;
    /* banner images aligned to window edges */
    /*width: 98vw;*/ 
    /* banner images aligned to inner frame edges */
    width: 980px;
}

#PgHead_banner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -20px;
}

#PgHead_PageContainer {
    position: relative;
    display: inline-block;
    max-height: 98vh;
    width: 980px;
    margin-bottom: 100px;   /*ajust for better vertical centering*/
    text-align: center;
}

div#PgHead_backgBox {
    position:absolute;
    padding:0;
    margin:0;
    top:0;
    left:0;
    min-width: 1020px;
    width: 100%;
    height: 100px; 
    z-index: -1;
}

td#PgHead_backgBox {
    position: relative;
    vertical-align: top;
    text-align: left;
    height: 54px;
}

#PgHead_BannerImage {
    position: absolute; 
    left: 4px; 
    top: -4px ;
    height: 50px;
    cursor: pointer;
}

.PgHead_backgBox_C1 {
    background: rgba(7,29,47,1);
}

.PgHead_backgBox_C2 {
    background: rgba(38,38,38,1);
}

.PgHead_backgBox_G1 {
    background:
        url("../images/background_blue.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.PgHead_backgBox_G2 {
    background:
        url("../images/background_gray.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

#MainMenu_Box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 20px;
    /*left: 14px;*/
    text-align: left;
    /*max-width: 980px;*/
}

#PgHead_PageHTML {
    position: absolute;
    /*top: 28px;*/
    top: 32px;
    width: 100%;
    min-height: 600px;
    border-bottom: 10px solid rgba(255, 255, 255, 0);  /* Visual end of page for long pages */
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 2px 2px 4px rgba(7, 29, 47, 0);
    
    /*    Old Style */
    /*  background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 2px 2px 4px rgba(7, 29, 47, 0.1); */
}

.transparentgray {
    background-color: rgba(125,125,125,0.1);
}

.transparentwhite {
    width: 98%;
    margin-top: 10px;
    border-collapse: collapse;
    background-color: rgba(99, 122, 138, 0.4);
    border: 1px solid rgba(99, 122, 138, 0.1);
    
    /*    Old Style */
    /*  background-color: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.3) */
}

.btLockPage_Position {
    position:absolute; 
    z-index:2; 
    top: 8px;
    right: 9px;
    display: inline-block; 
    border-radius: 15px; 
    border: 2px solid gray;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 3px; 
    padding-bottom: 3px;
}

#uibt_KeyReader_position {
    position: absolute; 
    z-index:2; 
    top: 8px;
    right: 9px;
}

#loadingspinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -175px;
    padding: 20px 100px 20px 100px; /* top, right, bottom, left */ 
    background-color: rgba(255,255,255,0.3);
    border-radius: 20px;
    box-shadow: 1px 1px 2px lightgrey;
    color: white;
    font-size: 30px;
    text-align: center;
    z-index: 99;
}

#loadingspinclose {
    color: rgba(128,128,128,0.1);
    position: absolute;
    right: 8px;
    top: 2px;
    font-size: 20px;
}

#loadingspinclose:hover {
    color: rgba(255,0,0,0.2);
    cursor: pointer;
}

#pgtitle {
    font-size: 190%;
    color: white;
    font-weight: bolder;
    text-shadow: 1px 0 rgba(99, 122, 138, 0.9)
                  , -1px 0 rgba(99, 122, 138, 0.3)
                  , 0 -1px rgba(99, 122, 138, 0.3)
                  ,  0 1px rgba(99, 122, 138, 0.3);
}

#pgtitle:hover {
    color: whitesmoke;
}

.resize_handle:after {
    content: "";
    position: absolute;
    bottom: -8px; 
    right: 1px; 
    width: 0; 
    height: 0; 
    display: block;
    border-left: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid rgba(80,80,80,0.1);
    cursor: move;
}


h1{
    font-size: 240%;
    color: #ed1c24;
    text-align:center;
    line-height:1em;
}

h2{
    font-size: 200%;
    color: #000080;
    text-align:center;
    line-height:1em;
}

table {
    border-spacing:0px;
    padding:10px;
}

tr {
    border: 0px;
}

td {
    border: 0;
    padding-top:3px;

}

th{
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   border-left: 0px;
   border-right: 0px;
}

/* header banner section */
#header_Img {
    position: relative;
    width: 980px;
    box-shadow: 2px 2px 2px 1px #888888;
/*    //border-color: #f0f0f0;
    //border-width: 1px;
    //border-style: solid;*/
    border-radius: 10px;
}



/* Full (vertical) page section */
#PageContainer_Box{
    position: absolute;
    background: #f0f0f0;
    min-width: 600px;
    max-width: 980px;
}



/* page content section */
#single_Content_Box {
    background:  #ffffff;
    position: relative;
    top: 2px;
    max-width: 980px;
    min-height: 700px;
    overflow:auto;
    box-shadow: 2px 2px 2px 1px #888888;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding-bottom: 10px;
}

div#repoBckWhite {
    margin-top: 10px;
    width: 98%;
    background-color: rgba(255,255,255,0.9);
    border-style: solid;
    border-color: rgba(125,125,125,0.4);
    border-width: 2px 2px 2px 2px;
    min-height: 560px;
}




a.menu {
    color: #003399;
    text-decoration: none;
    font-size: 10px;
}

a.menu:hover {
    text-decoration: none;
    color: #FB6754;
}

a.menuSel {
    color: #003399;
    text-decoration: underline;
    font-size: 10px;
}

a.menuSel:hover {
    text-decoration: none;
    color: #FB6754;
}


a.report {
    color: #000000;
    text-decoration: none;
}

a.report:hover {
    text-decoration: none;
    color: #FB6754;
}

#leftcol {
    background: #ffffff;
    position: absolute;
    top: 184px;
    left: 14px;
    width: 184px;
    height: 772px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#ED1C24;
    overflow:auto;
}

/* IS THIS USED ?? */
#content {
    background: #ffffff;
    position: absolute;
    top: 184px;
    left: 200px;
    width: 606px;
    height: 772px;
    overflow:auto;
}

#companylogin {
    display:none;
}


.big_button {
    border: 1px solid black;
    background: #f0f0f0;
    font-size: 16px;
    cursor:pointer;
}

.big_button:hover {
    border: 1px solid black;
    background: #f6ffd5;
}

.inline_button {
    border: 1px solid black;
    background: #f0f0f0;
    font-size: 12px;
    cursor: default;
    padding:0px 6px 0px 6px;
}

.inline_button:hover {
    border: 1px solid black;
    background: #f6ffd5;
}

#formtooltip {
    position: fixed;
    display: none;
    min-height: 10px;
    min-width: 500px;
    width: 50%;
    z-index: 999999;
    top: 40%;
    left: 24.6%;
    padding: 7px;
    border: 1px solid #555555;
    box-shadow: 1px 1px 1px 1px #999999;
    background-color: #fcfdfd;
    text-align: center;
    cursor: default;
}

.ui-tooltip {
    z-index: 999999;
    /*font-size: smaller; <<< set this but only after going through the code and remove the local calls!*/
}

table.searchReport {
    min-width: 400px;
}

tr.searchReport:hover {
    background-color: #def;
}

th.searchReport {
    padding: 2px 14px 2px 10px; /* top, right, bottom, left */ 
    background-color: #dcb;
}

span.searchReport {
    border: 1px solid #888888;
    padding: 2px 8px 2px 6px; /* top, right, bottom, left */ 
    border-radius: 10px;
}

#ppForm {
    display: none;
    min-width: 300px;
}



/* --- AUTOCOMPLETE COMBOBOX STUFF --- */

.custom-combobox {
    position: relative;
    display: inline-block;
    border-radius: 4px;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    width: 28px;
}

.custom-combobox-input {
    margin: 0 28px 0 0; /* top, right, bottom, left */ 
    padding: 5px 10px;
    font-size: 14px;
}

.ui-autocomplete {
    font-size: 14px;
    max-height: 50%;
    overflow-y: scroll;
    overflow-x: hidden; /* prevent horizontal scrollbar */
}

.ui-autocomplete-category {
    margin-top: 10px !important; /* Force this margin to prevent the menu from jumping on mouse hover */
    border-top: 1px solid grey;
}

/* width */
.thinScroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.thinScroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.thinScroll::-webkit-scrollbar-thumb {
    background: #9999ff; 
}

/* Handle on hover */
.thinScroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.boxScrool {
    padding: 4px; 
    border-bottom: 1px dashed lightgray;
    height: 60px; 
    overflow-x: hidden; 
    overflow-y: auto;
}

.zIndexTop {
    z-index: 999999;
}

