body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
	color:#e7d2d2;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 0px;
	background-color:#000000; 
	padding-top: 0%;
	overflow-y:hidden;
	overflow-x:hidden;
    /*
     background: linear-gradient(rgba(202, 230, 242, 0.9), rgba(255,255,255,.9)), url('../bg/cleaver_door_knock_2.jpg');
    background-attachment: fixed;  
    background-size: 100%, 100%;
    background-position: 0px 0px;
    */
    /*background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), url('../bg/cleaver_door_knock_2.jpg');*/
	background-color: #000000;
    border-width: 0px;
    border-style: inset;
    border-radius: 12px 12px 12px 12px;

    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.divlogin {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 200px;
    width: 600px;
    font-size: 10px;
	color:#000065;
	border-width: 0px;
    border-color: #9a9a9a;
    border-radius: 8px 8px 8px 8px;
	padding-top: 0%;
    border-style:solid;
    margin-left: auto;
    margin-right: auto;
	/*
    overflow-y: hidden;
	overflow-x: hidden;
    */
}
.pageborder {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 100%;
    width: 100%;
    font-size: 10pt;
    font-size: 12pt;
	border-width: 1px;
    border-radius: 8px 8px 8px 8px;
	padding-top: 0%;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}
.pagetitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22pt;
    color: #fbfbfb;
    margin-left: 35px;
}
.deftitle {
    position: relative;
    top: 4px;
    margin-left: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #9f9fa3;
}
.divtitle {
    /*
    border-width: 1px;
    border-style: solid;
    border-color: #454545;
    /* background-color: #242424; */
    left: 35px;
    width: 77%;
    height: 85px;
 }
 .linetitle {
    position: relative;
    top: 3px;
    margin-left: 35px;
    width: 97%;
    height: 2px;
    border-width: 0px;
    color: transparent;
    background-color: #818182;
 }
 .linetitle2 {
    position: relative;
    top: 0px;
    margin-left: 0px;
    width: 97%;
    height: 2px;
    border-width: 0px;
    color: transparent;
    background-color: #818182;
 }
#btnlogin {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #ebebf3;
    width: 120px;
    height: 25px;
    border-style: outset;
    border-color: #686868 #716d6d #716d6d #686868;
    border-radius: 5px 5px 5px 5px;
    border-width: 0px; /*0.2px 0.2px 0.2px 0.2px;
    box-shadow: 2px 2px 2px 0px #6c61617b;*/
    justify-content: center;
    background-color: transparent;
 }
 #btnlogin:hover {
    color: #68c858;
    font-style: italic;
    cursor: pointer;
    background-color: transparent;
}
 .btnloginmobile {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 25pt;
    color: #141416;
    width: 620px;
    height: 70px;
    border-style: outset;
    border-color: #686868 #716d6d #716d6d #686868;
    border-radius: 15px 15px 15px 15px;
    border-width: 0.2px 0.2px 0.2px 0.2px;
    box-shadow: 2px 2px 2px 0px #6c61617b;
    justify-content: center;
 }
 .btnloginmobile:hover {
    font-style: italic;
    cursor: pointer;
    background-color: #f1e86fe3;
 }
 .input-prompt {
    position: absolute;
    font-size: 12pt;
    font-style: italic;
    font-family: 'agency fb'; /*Verdana, Geneva, Tahoma, sans-serif;*/
    color: rgba(11, 10, 10, 0.43);
    margin: -0.2em 0.5em 0.2em 2.5px;
    margin: 1.1em 0.5em 0.2em 0.5em;
    /*margin: 0.2em 0.5em 0.2em 0.5em;*/
    background-color: transparent;
    /*text-align: center;*/
    font-weight: 800;
   }
  .center {
    margin-left: auto;
    margin-right: auto;
  }
  .txtlogin {
    font-family:'Courier New', Courier, monospace;
    font-weight: 500;
    width: 290px;
    height: 30px;
	color:#ffffff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    font-size: 14pt;
	border-width: 0px;
    border-radius: 12px 12px 12px 12px;
    background-color: #23413088;
	padding: 4px;
	/*
    overflow-y: hidden;
	overflow-x: hidden;
    */
}
.txtloginlng {
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, monospace;
    font-weight: 500;
    width: 340px;
    height: 30px;
	color:#d9e4bf;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    font-size: 14pt;
	border-width: 0px;
    border-radius: 8px 8px 8px 8px;
    background-color: #1f1d1db0;
	padding: 4px;
	/*
    overflow-y: hidden;
	overflow-x: hidden;
    */
}


 .tbllogin {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color:#184f36;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
    font-size: 12pt;
	border-width: 0px;
	padding-top: 0%;
	overflow-y: hidden;
	overflow-x: hidden;
}
.cellloginprompt {
    width: 50px;
}

.divmiddle {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    vertical-align: middle;
    height: 200px;
    width: 600px;
    font-size: 10px;
	color:#d5cfcfe0;
	margin-right: 0px;
    font-size: 14pt;
	border-width: 0px;
    border-radius: 8px 8px 8px 8px;
	padding-top: 0%;
    margin-left: auto;
    margin-right: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}
.cellmiddle {
   width: 100%;
   height: 100%;
   vertical-align: middle;
   margin-left: auto;
   margin-right: auto;
}
.tblmiddle {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
 }
  /*
  .input-prompt {
    position: absolute;
    font-style: italic;
    color: #aaa;
    margin: 0.2em 0 0 0.5em;
  }
  */

.terinset {
    margin-top: 45px;
    font-size: 12pt;
    color: #bbb6b6;
    text-align: left;
    padding: 6px;
    border-radius: 4px 4px 4px 4px;
}
.tblrow1 {
    font-size: 10pt;
    background-color: #dfdfdf;
    text-align: left;
    padding: 0px;
    border-style:solid;
    border-color: #212121;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    width: 100%; 
    cursor: pointer;
}
.tblrow1:hover {
    font-size: 10pt;
    background-color: #51e58f69;
 }
 .tblrow2:hover {
    font-size: 11pt;
    background-color: #51e58f69;
 }
.tblrow2 {
    font-size: 11pt;
    background-color: #ffffff;
    text-align: left;
    padding: 0px;
    border-style:solid;
    border-color: #212121;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
    width: 100%; 
}

 .tblcelllng {
    width: 600px;
    font-size: 11pt;
    color: #181717;
    padding: 2px;
    border-style:solid;
    border-color: #212121;
    cursor: pointer;
    border-style:none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
}
.tblcellmid {
    width: 340px;
    font-size: 11pt;
    color: #181717;
    padding: 2px;
    border-style:solid;
    border-color: #212121;
    cursor: pointer;
    border-style:none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
}
.tblcellsht {
    width: 80px;
    font-size: 11pt;
    color: #181717;
    padding: 2px;
    border-style:solid;
    border-color: #212121;
    cursor: pointer;
    border-style:none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px;
}

.tblborder {
    border-width: 0px;
    border-style: inset;
    padding: 0px;
    width: 100%; 
}
.main2 {
    border-width: 0px;
    border-style: ridge;
    padding: 5px;
}
.hdrtbl {
    border-width: 2px;
    border-style: ridge;
    border-color: #000065;
    background-color: #000065;
    color: #ffffff;
    padding-left: 2px;
    width: 100%; 
}
.hdrpad {
    padding-left: 2px
}
.HMenu {
    cursor: pointer;
    color: #000065;
    padding-left: 2px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}
.HMenu:hover {
    cursor: pointer;
    background-color: #f5f5e8ee;
    color: #000065;
    padding-left: 2px;
    font-style: italic;
}
.HMenuCont {
    left: 2%;
    margin-top: 1%;
    width: 100%;
    height: 25px;
    border-width: 0px;
    border-style: solid;
}
.terfrm {
    top:0px;
    left: 2%;
    width: 100%; 
    height: 46%;
    background-color: #94909025;
    overflow-y:auto;
    padding: 5px;
 }
 .terfrm2 {
    top:0px;
    left: 2%;
    width: 100%; 
    height: 100px;
    background-color: #94909025;
    overflow-y:auto;
    padding: 5px;
 }
.terpos {
    left: 2%;
    width: 100%; 
    height: 93%;
    margin-top: 1%;
    /*background-color:transparent;*/
    overflow-y: hidden;
 }
 .cspace {
    width: 10px;
 }
 .cheight {
    height: 20px;
 }
.lblmode {
    visibility: hidden;
    border: 1px;
    border-style: dotted;
    padding-left: 48px;
    width: 120px;
    color: #f8f3f3;
    background-color: #4c58dfce;
}
.selectedItem {
    margin-left: 2%;
    width: 100%;
    padding-left: 0px;
    width: 300px;
    color: #360a29;
    background-color: transparent;
    font-size: 20pt;
    border-width: 0px;
    border-style: solid;
}
.chkcls {
    border-left: 5px;
    width: 14px;
    height: 14px;
}
.ptitle {
    margin-left: 0%;
    left: 0%;
    top: 10px;
    width: 250px;
    height: 40px;
    font-size: 20pt;
    color: #360a29;
    background-color: transparent;
    border-width: 0px;
    border-style: solid;
}
.contitle {
    margin-left: 0%;
    left: 2%;
    margin-top: 2%;
    width: 250px;
    height: 40px;
    font-size: 20pt;
    color: #360a29;
    background-color: transparent;
    border-width: 0px;
    border-style: solid;
}
.contab {
    margin-left: 0%;
    left: 2%;
     width: 250px;
    height: 40px;
    font-size: 20pt;
    color: #360a29;
    background-color: transparent;
    border-width: 0px;
    border-style: solid;
}
.fratar {
    margin-top: 2%;
    margin-left: 0%;
    left: 2%;
    width:300px;
    height:40px;
    font-size: 20pt;
    color: #0e4e2d;
    background-color: transparent;
    border-width: 0px;
    border-style: solid;
}
.assititle {
    font-size: 16pt;
    margin-top: 1%;
    margin-left: 1px;
    padding: 5px 4px 4px 8px;
    width: 340px;
    height: 40px;
    color: #206233;
}
.assisubtitle {
    font-size: 12pt;
    margin-top: 2.5%;
    margin-left: 0px;
    padding: 0px;
    width: 40%;
    height: auto;
    color: #775a13;
    border:0PX;
    border-style: solid;
}
.assisubtitletblcell {
    font-size: 12pt;
    margin-top: 2.5%;
    padding: 0px;
    width: 420PX;
    height: auto;
    color: #775a13;
    border:0PX;
    border-style: solid;
    justify-content: center;
    vertical-align: top;
}
.assisubtitletbl {
    width: 840PX;
    height: auto;
    margin-left: 20px;
}

.assibox {
    padding: 5px 4px 4px 8px;
    width: 380px;
    height: 100px;
    color: #360a29;
    background-color: #efefef;
    border-radius: 6px 6px 6px 6px;
    border-width: 20px 2px 2px 2px;
    border-color:#dddddd #dddddd #dddddd #dddddd;
    border-style: solid;
}
.assibox:hover {
    background-color: #dddddd;
    border-color:#0c5a15 #dddddd #efefef #dddddd;
    cursor: pointer;
}
.arr {
    font-size: 25pt;
    justify-content: right;
    text-align: right;
    vertical-align: middle;
    height: 25px;
    width: 30px;
}
.assibuttbl {
    vertical-align: middle;
    height: 25px;
    width: 350px;
}
.assiborder {
    margin-left: 2%;
    width: 98%;
    height: 85%;
    text-align: left;
    vertical-align: top;
    font-size: 11pt;
}
.rightjust {
    justify-self: right;
    text-align: left;
}
.assicontainer {
    margin-top: 0px;
    max-height: 60%;
    max-width: 400px;
    overflow-y: auto;
    text-align: left;
}
.display {
    position:absolute;
    z-index: 4;
    top: 100px;
    left: 30%;
    right: 10%;
    bottom: 10%;
    width: 65%;
    height: 80%;
    min-width: 0px;
    max-width: 80%;
    border-radius: 8px 8px 8px 8px;
    border-width: 1px;
    border-style: solid;
    background-color: #b1b9b2c0;
    box-shadow: none #0b0b0b6f #0b0b0b6f none;
    overflow-y:auto;
    transition: 3ms;
    padding: 20px;
}
.dlgtxt {
    border-radius: 3px 3px 3px 3px;
    height: 28px;
    width: 650px;
}
.rptcontainer {
    font-size: 10pt;
    border-radius: 3px 3px 3px 3px;
    border-width: 0px;
    border-style: dashed;
    padding: 0px;
    height: 90%;
    width:95%;
    justify-content: left;
    vertical-align: top;
}
.d2dcontainer {
    width:780px;
    margin-top: 0px;
    margin-left: 0px;
    height: 300px;
    overflow-y: scroll;
}
.s8etbl  {
    border-width: 0px;
    border-style: solid;
    padding: 0px;
}
.s8ecol1  {
    border-width: 1px;
    border-right: 0px;
    border-style: solid;
    width: 80px;
    padding: 2px;
}
.s8ecol2  {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    width: 100px;
    padding: 2px;
}
.s8ecol3  {
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    width: 100px;
    padding: 2px;
}
.s8ecol4  {
    border-width: 1px;
    border-style: solid;
    width: 500px;
    padding: 2px;
}
.d2dhdrlng  {
    width: 450px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 3px;
}
.d2dhdrsht  {
    width: 60px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    padding: 3px;
}
.s8esht {
    font-family:'Courier New', Courier, monospace;
    font-weight: 500;
    width: 80px;
    height: 30px;
	color:#000000;
    font-size: 14pt;
	border-width: 1px;
    border-style: inset;
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff4f;
	padding: 4px 4px 4px 12px;
}
.s8elng {
    font-family:'Courier New', Courier, monospace;
    font-weight: 500;
    width: 490px;
    height: 60px;
	color:#000000;
    font-size: 14pt;
	border-width: 1px;
    border-style: inset;
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff4f;
	padding: 4px;
	padding: 4px 4px 4px 12px;
}
.updinputcommsht {
    font-family:'Courier New', Courier, monospace;
    font-weight: 500;
    vertical-align: top;
    width: 335px;
	color:#000000;
    font-size: 14pt;
	border-width: 1px;
    border-style: inset;
    border-radius: 12px 12px 12px 12px;
    background-color: #ffffff4f;
	padding: 4px;
	padding: 4px 4px 4px 12px;
}
.txtloginlng {
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, monospace;
    font-weight: 500;
    width: 340px;
    height: 30px;
	color:#d9e4bf;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
    font-size: 14pt;
	border-width: 0px;
    border-radius: 8px 8px 8px 8px;
    background-color: #1f1d1db0;
	padding: 4px;
	/*
    overflow-y: hidden;
	overflow-x: hidden;
    */
}
.cspacelng {
    width: 100px;
}
.valign{
    vertical-align: top;
}
.updinputsht {
    font-family:'Courier New', Courier, monospace;
    font-weight: 550;
    width: 220px;
    height: 30px;
	color:#ffffff;
    font-size: 14pt;
    border-style: inset;
    border-radius: 10px 10px 10px 10px;
	padding: 4px 4px 4px 12px;
    text-align:center;
    background-color:#583a37; opacity:1;
    border-width:2px;
    background-color:transparent;
}
.updinputsht:hover {
    opacity:1;
    background-color:#ada6a6;color:#111111;
    border-width:0px;

}
.updinputsht:focus {
    opacity:1;
    background-color:#000000;color:#ffffff;
    border-width:0px;

}
.updinputshtmobile {
    font-family:'Courier New', Courier, monospace;
    font-weight: 550;
    width: 620px;
    height: 85px;
	color:#ffffff;
    font-size: 35pt;
	border-width: 0px;
    border-style: inset;
    border-radius: 12px 12px 12px 12px;
    background-color:#2a482a;
	padding: 4px 4px 4px 12px;
}
.loginleftpanel {
    position: absolute;
    /* background-color: #3f495f; */
    top: 0px;
    margin-left: 0px;
    height: 170%;
    width: 40%;

    background: linear-gradient(rgba(63, 73, 95, 0.6), rgba(63, 73, 95, 1.4)), url('../bg/radar-1.jpg');
    background-size:      cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;              /* optional, center the image */
}
.loginrightpanel {
    position: absolute;
    left: 0%;
    top: 0%;
    margin-top: -20%;
    height: 170%;
    width: 100%;
    vertical-align:auto;
    text-align: center;
    display: table-cell;
    border-width: 0px 0px 0px 1px;
    border-style: inset;
    border-color: #3934349b;
    /*
    background: linear-gradient(rgba(63, 73, 95, 0.9), rgba(63, 73, 95, 0.9)), url('../bg/cleaver_door_knock_1.jpg');
    */
    background: linear-gradient(rgba(63, 73, 95, 0), rgba(255, 255, 255, 0.268)), url('../bg/radar-fs_4.jpg');
    background-size:    100% 100%;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.loginborder {
    height: 100%;
    width: 100%;
    justify-content: left;
    vertical-align: top;
    padding: 0px;
}
.tblpageborder {
    height: 100%;
    width: 100%;
    padding: 0px;
}
.leftpaneltext {
    justify-self: left;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}
.logintitle {
    color:#00dfad;
    font-size: 18pt;
}
.logintitlemobile {
    color:#00dfad;
    font-size: 42pt;
}

#overlay img { 
    display: block; 
    width: 100%;
    height: 100%;
    background-image: url('../bg/radar-fs_4-CutOut.jpg'); 
}

.loginimage {
    top: 300px;
    left: 0px;
    width: 98%;
    height: 44%;
    /*
    background-attachment: fixed;  
    background-size: 100%, 100%;
    background-position: 0px 0px;
    */
    background: linear-gradient(rgba(63, 73, 95, 0.6), rgba(63, 73, 95, 1.4)), url('../bg/radar_01.gif');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
  }
  #loginbox {
    justify-content: center;
    vertical-align: middle;
    /*background: linear-gradient(rgba(0, 0, 0, 0.531), rgba(0, 0, 0, 0.931)), url('https://territory-radar.org/bg/radar.gif');*/
    background: url('https://territory-radar.org/bg/radarYYY.gif'); /* Remove YYY */
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    /* 
    width: 500px; height: 500px;
    width:40%;height:300%; 
    */   
    width:70%;height:70%; 
    padding: 0% 0% 0% 0%;
    opacity: 2;
  }
  #loginboxmobile {
    justify-content: center;
    vertical-align: middle;
    /*background: linear-gradient(rgba(0, 0, 0, 0.531), rgba(0, 0, 0, 0.931)), url('https://territory-radar.org/bg/radar.gif');*/
    background: url('https://territory-radar.org/bg/radar.gif');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    width: 900px;
    height: 900px;
  }
#appinfo {
    position: absolute;
    left: 10px;
    top: 40px;
    width: 850px;
    height: 40px;
} 
#appinfomobile {
    position: absolute;
    left: 10px;
    top: 30px;
    width: 900px;
    height: 40px;
} 
#clsradar {
    font-size: 36pt;
    width: 950px;
} 
.botimg {
    position:relative;width:100%;font-size:12pt;
    text-align:left;color:#c0bbbb;font-size:12pt;
    background-color:#1a2842db;display: flex;
    height:calc(100% - 320px)vh;overflow-y:auto;
}
.botimg::Before {
    position:absolute;left:0%;width:100%;
    top:0px;left:0px;right:0px;bottom:0px;
    content: "";
    background-image: url('https://territory-radar.org/bg/knock.jpg');
    background-repeat:no-repeat;background-size:cover;
    opacity:.20;overflow-y:auto;
}
#radar {
    position: absolute;
    background-color: #1a2842db;
    border-width:1px;
    border-style:none none solid none;
    border-color:#dedede;
    top: 0px;
    margin-left: 0px;
    height: 170%;
    width: 40%;
    z-index:5;width:100%;height:360px;left:0px;top:55px;opacity:.175;
    background-image: url('https://territory-radar.org/bg/radar-1.jpg');
    background-size:      cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;              /* optional, center the image */
}

