
body, html{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    position: relative;
}
.gMask{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
}
.gLoader{
    position: fixed;
    border: 8px solid var(--darkBrown);
    border-radius: 50%;
    border-top: 8px solid var(--lightBrown);
    border-bottom: 8px solid var(--lightBrown);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 10px);
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
#infoBox {
    width: 250px;
    color: var(--white);
    background-color: var(--darkBlue);
    border-radius: 15px;
    z-index: 4;
    display: none;
    position: absolute;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-family: montserrat-light;
  }
  #infoBox header {
    margin-top: 15px;
    font-family: montserrat;
    font-weight: bold;
    font-size: 24px;
  }
  #infoBox img {
    margin-bottom: 3px;
    height: 50px;
    width: 50px;
  }
  #infoBox p {
    font-family: montserrat;
    font-weight: bold;
    font-size: 24px;
  }
  #infoBox .btnBox {
    margin-top: 10px;
    width: 100%;
    clear: both;
  }
  #infoBox .btnBox div {
    margin-bottom: 10px;
    color: var(--white);
    height: 40px;
    line-height: 37px;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
 }
  
.gAsTable{
    display: table;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.gAsTable input{
    width: 98%;
}
.gAsRow{
    display: table-row;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
}
.gAsCell{
    display: table-cell;
    margin: 0;
    padding: 0;
    border: 0;
}
.gAlignL{
    text-align: left;
}
.gAlignR{
    text-align: right;
}
.gMarginL{
    margin-left: 5px;
}
.gMarginR{
    margin-right: 5px;
}
.gMarginT{
    margin-top: 5px;
}
.gMarginB{
    margin-bottom: 5px;
}
.gVAlignT{
    vertical-align: top;
}
.gTabSelected{
    background-color: aqua;
}
.gTabNotSelected{
    background-color: gainsboro;
}
.gFrm{
    margin: 0;
    padding: 0;
    border: 0;
    margin: 0 auto;
    margin-top: 55px;
    background-color: white; /* For browsers that do not support gradients */    
    margin-bottom: 5px;
    text-align: left;
    box-shadow: 2px 2px 3px black;
    overflow-x: hidden;
    position: relative;
}
.gFrmBody{
    padding: 5px 10px 5px 10px;
    width: 100%;
    box-sizing: border-box;
}
.gLabel{
    display: block;
    margin-top: 5px;
}
.gLabel input{
    height: 30px;
    display: block;
    border: 1px solid black;
    padding-left: 5px;
    width: 100%;
    box-sizing: border-box;

}
.gLabel select{
    height: 30px;
    display: block;
    border: 1px solid black;
    padding-left: 5px;
    width: 100%;
}

.gFlexRowWrap{
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
}
.gFrmSection{
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 130%;
    color: var(--darkBlue);
    text-decoration: underline;
}

.gFrmBtnBox{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
}
.gBtnSave{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    color: white;
    font-size: 110%;
    padding: 3px;
    border-radius: 5px;
}
.gBtnBack{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid black;
}



.gNone{
    display: none;
}
.gFullWidth{
    width: 98%;
}
.gFlowScreen{
    transition: left 0.5s linear;
}
.gFadeScreen{
    transition: opacity 0.5s;
}

#mainBody{
    max-width: 800px;
}
#mainHeader{
    width: 100%;
    height: 50px;
    max-width: 800px;
    background-color: azure;
    position: fixed;
    top: 0;
    background: linear-gradient(white, black);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
#toolTip{
    padding: 5px;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    color: white;
    display: none;
    z-index: 10;

    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    transition:opacity 0.5s;   
}
.menu{
    position: fixed;
    height: 100%;
    width: 50%;
    background-color: black;
    opacity: 0.9;
    margin: 0px;
    left: 0px;
}
.imgText{
    background-size:30% 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: gainsboro;
}
.menu button{
    position: relative;
    width: 100%;

}
.screenMenu button{
    text-align: left;
    height: 7.8%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}        
table input, table select, table cell{
    text-align: center;
    border: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}
fieldset{
    margin: 0px;
    padding-left: 5px;
    padding-right: 2px;
    background-color: gainsboro;
}
label{
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;

}
input, select, textarea{
    background-color: antiquewhite;
    margin: 0px;
    margin-bottom: 5px;
    padding-right: 0px;
}

    /* MAIN MENU*/
.mainMenu{
    z-index: 1;
    left: -500px;
    -webkit-transition: left 1s; /* Safari */
    transition: left 1s;  
}
.mainMenu button{
    height: 10%;
}

    /*FORM ACTIVATION*/
#formActivate .lblCol1{
    width: 115px;
}
#formActivate .lblCol3{
    width: 80px;
}

    /*FORM ACTIVATION MESSAGE*/
#formActMessage .txtActive{
    background-color: transparent;
    border-style:  none;
}

    /*FORM BRIDGE INFO*/
#formBridge .gAsTable label{
    font-size: 12px;
}
#formBridge .tblLblCol1{
    width: 110px;
}
#formBridge .cellInspectorNote{
    vertical-align: top;
}
#formBridge .inspectorNote{
    width: 98%;
}
#formBridge .dataTime{
    width: 120px;
}
#formBridge .tblStrucLblCol1{
    width: 135px;
}

    /*FORM ABUTMENTS*/
#formAbut .gAsTable label{
    font-size: 12px;
}
#formAbut .col1{
    width: 35px;
}
#formAbut .col3{
    width: 90px;
}

    /*FORM OPEN BRIDGE*/
#formOpenBridge .searchBtn{
    background-image: url(../img/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
#formOpenBridge .firstLblCol{
    width: 90px;
}
#formOpenBridge .btnServer{
    text-align: center;
    display: inline-block;
    width: 47%;
    background-image: url(../img/server.jpg);
    background-size:30% 90%;
    background-repeat: no-repeat;
    background-position: center;
}
#formOpenBridge .btnPhone{
    text-align: center;
    display: inline-block;
    width: 47%;
    background-image: url(../img/phone.jpg);
    background-size:30% 90%;
    background-repeat: no-repeat;
    background-position: center;
}
#frmOBridgeSearchTable{
    background-color: white;
    width: 98%;
}
#frmOBridgeSearchTable:hover{
    cursor: pointer;
}
#frmOBridgeSearchTable thead{
    background-color: lightgray;
}
#frmOBridgeSearchTable td{
    height: 30px;
}

    /*FORM RATINGS*/
#formRatings .gAsTable label{
    font-size: 12px;
    font-weight: bold;
}
#formRatings .gAsTable input, #formRatings .gAsTable select,  #formRatings .setAll select{
    min-height: 30px;
}
#formRatings #ratingSetAll{
    min-height: 30px;
}
#formRatings .setAll{
    display: inline-block;
}
#formRatings .lblCol1{
    width: 60px;
}
#formRatings .tbl1Col3{
    width: 75px;

}
#formRatings .tbl1QtyElm{
    max-width: 50%;
}
#formRatings .postFixCol{
    width: 70px;
}
#formRatings .tbl2Col2{
    max-width: 100px;
}
#formRatings .tbl2Col4{
    width: 80px;
}
#formRatings .tbl2Col5{
    min-width: 50px;
}
#formRatings .btnAddCell{
    width: 60px;
    vertical-align: top;
}
#formRatings .btnAdd{
    height: 60px;
    width: 50px;
    background-color: aqua;
}
#remActTable tblRemCol1{}
#remActTable{
    width: 98%;
}
#remActTable tblRemCol1{}
#remActTable tblRemCol1{}
#remActTable tblRemCol1{}
#remActTable tblRemCol1{}
#remActTable tblRemCol1{}
