* {
    margin: 0 auto;
    padding: 0px;
    font-family: 'helvetica neue',helvetica,'Segoe UI','verdana','arial','Geneva';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.body {
    width:100vw;
    height:100vh;
}

.forside {
    width: 100vw;
    height: calc(100vh - 0px);
    border: none;
    background-image: url(../images/hjkbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.loginheader{
    background-color:khaki;
    color: black;
    margin: 0px;
    margin-top:0px;
	border-bottom: solid 1px blue;
    line-height:50px;
    width:calc(100% - 0px);
    color:black;
    padding-left:5px;
}

.loginbox1 {
    position: fixed;
    left: calc((100% - 460px)/2);
    top: calc((100% - 310px)/2);
    width: 460px;
    height: 318px;
    background-color: #fff;
    font-family: "century gothic";
    border: 2px solid blue;
    border-radius: 3px;
    padding-bottom: 0px;
    opacity: 0.9;
}

.loginbox2 {
    position:fixed;
    left:calc((100% - 500px)/2);
    top:calc((100% - 290px)/2);
    width:500px;
    height:298px;
    background-color:RGB(255,184,113);
	border: solid 5px blue;
    border-radius: 3px;
    padding-bottom:0px;
}

.labeltxt{
    clear:both;
    float:left;
    margin-top:20px;
    margin-left:20px;
    margin-bottom:0px;
    width: 120px;
    font-size:16px;
    font-weight:700;
    text-align: left;
    padding-top:5px;
    color:black;
}
.labeltxt2{
    float:left;
    margin-top:20px;
    margin-left:20px;
    margin-bottom:0px;
    width: 120px;
    font-size:16px;
    font-weight:700;
    text-align: left;
    padding-top:5px;
    color:black;
}
.inputfield{
    float:left;
    margin-top:15px;
    margin-left:10px;
    margin-bottom:0px;
    padding:2px;
    height:34px;
    width:180px;
    font-size:18px;
    font-weight:600;
}

.loginbutton {
    float:left;
    height:42px;
    line-height:30px;
    margin-top:15px;
    margin-left:170px;
    margin-bottom:20px;
    padding-bottom:0px;
    background:#219ced ;
    color:#fff;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 140px;
    font-size:18px;
    font-weight:600;
    text-align:center;
    display: block;
}

.loginbutton:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}


.logout_btn {
    margin-right:2px;
    margin-top:2px;
    width:40px;
    height:35px;
    float:right;
}
.login_btn {
    margin-right:2px;
    margin-top:0px;
    width:48px;
    height:40px;
    float:right;
}
.home_btn {
    margin-top:2px;
    margin-right:8px;
    width:36px;
    height:36px;
    float:right;
}
.home_btn_small {
    margin:5px 5px 5px 5px;
    width:32px;
    height:32px;
    float:left;
}

.helpbox{
    float:left;
    width:calc(100% - 0px);
    margin:0px;
    height:auto;
    line-height:25px;
    color:black;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    background-color:khaki;
	vertical-align: top;
    font-size:16px;
	border-top: solid 1px blue;
}


.loginbtnddm {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
    margin-left: 170px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: RGB(242,112,58);
    background: #49622c;
    background: blue;
    color: #98b735;
    color: lightblue;
    border-radius: 0px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 140px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.loginbtnddm:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.kundebox2 {
    position: fixed;
    top: calc(100% - 90px);
    left:5px;
    width: 120px;
    height: 80px;
    opacity: 0.8;
}

.kundebox3 {
    position: fixed;
    top: calc(100% - 90px);
    left: calc(100% - 120px);
    width: 120px;
    height: 80px;
    opacity: 0.8;
}

.kundebox2:hover {
    opacity: 1.0;
    width: 120px;
    height: 80px;
}

.pagecontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    min-width: 600px;
    min-height: 350px;
    background-color: #e8c381;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: 45px;
    line-height: 20px;
    border: solid 1px lightgray;
    margin: 0px;
    padding: 0px;
    color: darkblue;
    font-weight: 600;
    background-image: url(../css/images/dialogstrip.png);
    background-repeat: repeat-x;
    border: solid 1px blue;
}

.header_btn {
    display: inline-block;
    float: right;
    height: 45px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    background: #219ced;
    background-image: url(../css/images/BWGradient.jpg);
    color: #fff;
    border-radius: 0px;
    border: none;
    border-left: solid 1px blue;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.header_btn:hover {
    background: #356094;
    border: solid 1px #2A4E77;
}

.pcdmiddle {
    position: fixed;
    top: 45px;
    left: 0px;
    height: calc(100vh - 45px);
    width: 100vw;
    line-height: 20px;
    border: solid 1px blue;
    margin: 0px;
    padding: 0px;
    background-color: silver;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_yellow {
    position: fixed;
    top: calc(100vh - 24px);
    left: 0;
    height: 24px;
    line-height: 20px;
    padding: 3px;
    margin:0px;
    background-color: #ffcb00;
    background-image: linear-gradient(60deg, orange,yellow);
    border: solid 0px blue;
    font-size: 12px;
    text-align: center;
    width: calc(100% - 0px);
}
.footer_blue {
    position: fixed;
    top: calc(100vh - 24px);
    left: 0;
    height: 23px;
    line-height: 20px;
    padding: 0px;
    background-color: #ffcb00;
    background-image: linear-gradient(60deg, orange,yellow);
    background-image: linear-gradient(45deg, blue,lightblue);
    border: solid 1px blue;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.menubox2 {
    position: absolute;
    left: calc((100% - 240px)/2);
    top: calc((100% - 320px)/2);
    width: 240px;
    height: 160px;
    border: solid 4px lightblue;
    background-color: #78c3f3;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    opacity: 0.9;
}

.menubox3 {
    position:absolute;
    left:calc((100% - 240px)/2);
    top:calc((100% - 320px)/2);
    width:240px;
    height:180px;
	border: solid 4px lightblue;
    background-color:#78c3f3;
    border-radius: 5px 5px 5px 5px;
    font-size:16px;
    text-align:left;
    font-weight:600;
}

.navheader {
    background-color: blue;
    float: left;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
    padding-left: 5px;
    color: white;
    border: solid 1px silver;
    cursor: move;
    z-index: 10;
}

.navbutton {
    float: left;
    display: inline-block;
    height: 36px;
    margin: 0px;
    margin-left: calc((100% - 200px)/2);
    margin-bottom: 4px;
    padding: 0px;
    line-height: 32px;
    background: RGB(255,184,113);
    border-radius: 6px;
    border: solid 1px #20538D;
    color: #000;
    font-family: 'Segoe UI';
    font-weight: 500;
    width: 200px;
    text-align: center;
    text-decoration: none;
}

.navbutton:hover {
        background: #356094;
        border: solid 1px #2A4E77;
}

.varegrpnav {
    position: fixed;
    width: 155px;
    top: 45px;
    left: 0px;
    height: calc(100% - 45px);
    background-color: #f3e88b;
    background-color: lightgray;
    border: 1px solid blue;
    border-top: none;
    font-size: 11px;
    font-family: 'Courier New, Courier, monospacecouri';
    text-align: left;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    overflow: hidden;
}

.varebtn {
    display: block;
    height: 28px;
    margin: 1px 2px;
    padding: 0px;
    padding-left: 5px;
    line-height: 24px;
    color: #000;
    text-align: left;
    font-weight: 500;
    border-radius: 0px;
    border: solid 1px #20538D;
    width: 146px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}

    .varebtn:hover {
        background: #3d7a80;
        color: #fff;
        border: solid 1px #2A4E77;
    }

.varebtn2 {
    display: block;
    height: 32px;
    margin: 1px 2px;
    padding: 0px;
    padding-left: 5px;
    line-height: 32px;
    color: #000;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    border: solid 1px #20538D;
    width: 148px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}

    .varebtn2:hover {
        background: #3d7a80;
        color: #fff;
        border: solid 1px #2A4E77;
    }

.varegrpnav3 {
    position: fixed;
    width: 155px;
    top: 45px;
    left: 0px;
    height: calc(100% - 45px);
    background-color: #f3e88b;
    background-color: lightgray;
    border: 1px solid blue;
    border-top: none;
    font-size: 11px;
    font-family: 'Courier New, Courier, monospacecouri';
    text-align: left;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.varebtn3 {
    display: block;
    height: 28px;
    margin: 1px 2px;
    padding: 0px;
    padding-left: 5px;
    line-height: 24px;
    color: #000;
    text-align: left;
    font-weight: 500;
    border-radius: 0px;
    border: solid 1px #20538D;
    width: 146px;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}
.boxheader {
    background-color: khaki;
    color: black;
    margin: 0px;
    margin-top: 0px;
    border-bottom: solid 1px blue;
    height: 45px;
    line-height: 45px;
    width: calc(100% - 0px);
    color: darkblue;
    padding-left: 5px;
    font-family: Courier New;
}

.boxheader1 {
    float: left;
    width: 60%;
    background-color: khaki;
    line-height: 32px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    color: black;
}

.boxheader2 {
    float: left;
    width: calc(40% - 0px);
    background-color: khaki;
    line-height: 16px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    color: blue;
}

.boxfooter {
    background-color: khaki;
    color: black;
    margin: 0px;
    margin-top: 0px;
    border-top: solid 1px blue;
    line-height: 40px;
    width: calc(100% - 0px);
    color: darkblue;
    padding-left: 5px;
    height: 40px;
    position: absolute;
    top: calc(100% - 40px);
    left: 0px;
}
.editbtn {
    float: left;
    display: inline-block;
    height: 26px;
    margin: 2px;
    padding: 0px;
    width: 55px;
    line-height: 22px;
    background: RGB(255,184,113);
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    font-family: 'Segoe UI';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

 .editbtn:hover {
        background: #356094;
        border: solid 1px #2A4E77;
}
.medtagbtn {
    display:inline-block;
    height:28px;
    margin:0px 0px 2px 2px;
    padding:0px 2px;
    line-height:26px;
    border: solid 1px #20538D;
    width:100px;
    font-size:10px;
    text-align:center;
    text-decoration: none;
}
.medtagbtn:hover {
    background: lightgreen;
    color:gold;
}
.medtag{
    background-color:#d3bfd9;
    color: black;
    margin: 5px;
    margin-top:0px;
    font-size:14px;
    font-weight:600;
	border: solid 1px blue;
    height:140px;
    width:235px;
    padding:0px;
}
.userheadertxt{
    clear:both;
    font-size:18px;
    margin:2px;
    padding:10px;
}

.filterbutton {
    float:left;
    display:inline-block;
    height:28px;
    margin:0px;
    margin-left:10px;
    margin-bottom:4px;
    padding:0px;
    line-height:24px;
    background:gold;
    border-radius: 6px;
    border: solid 1px #20538D;
    color:#000;
    font-family:'Segoe UI';
    font-weight:500;
    width: 130px;
    text-align:center;
    text-decoration: none;
}
.filterbutton:hover {
    background: #356094;
    border: solid 1px #2A4E77;
}

.userpopup {
    position:fixed;
    top:calc((100% - 500px)/2);
    top:150px;
    width:500px;
    left:calc((100% - 300px)/2);
    left:250px;
    height:520px;
    border: solid 5px blue;
    background-color:white;
    background-image: linear-gradient(120deg,white,silver);
    background-size: calc(100% - 2px);
    background-repeat: round;
}

.usersmiddle1 {
    position:fixed;
    top:45px;
    width:180px;
    left:0;
    height:calc(100% - 55px);
    border-bottom:none;
	border: solid 1px lightgray;
    border-top:none;
    background-color:white;
    background-image: linear-gradient(120deg,white,floralwhite);
    background-size: calc(100% - 2px);
    background-repeat: round;
    overflow: hidden;

}

.usersmiddle2 {
    position:fixed;
    top:45px;
    width:1020px;
    left:170px;
    height:calc(100% - 55px);
    border-bottom:none;
	border: solid 1px lightgray;
    border-top:none;
    background-color:white;
    background-image: linear-gradient(120deg,white,floralwhite);
    background-size: calc(100% - 2px);
    background-repeat: round;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.usersmiddle3 {
    position:fixed;
    top:45px;
    width:calc(100% - 950px);
    left:1090px;
    height:calc(100% - 55px);
    border-bottom:none;
    border: solid 1px lightgray;
    border-top:none;
    background-color:white;
    background-image: linear-gradient(120deg,white,floralwhite);
    background-size: calc(100% - 2px);
    background-repeat: round;
}

.navnlabel {
  clear:both;
  float:left;
  width:140px;
  display: block;
  line-height: 25px;
  font-size:14px;
  margin: 5px;
  margin-top: 8px;
  padding: 2px 2px;
  display: inline-block;
}
.navninput {
  float:left;
  font-size:14px;
  margin: 5px;
  padding: 3px;
  line-height: 25px;
  display: inline-block;
}
.typeinput {
  float:left;
  font-size:12px;
  margin: 5px;
  padding: 3px;
  line-height: 25px;
  display: inline-block;
}
.news {
    position:absolute;
    position:relative;
    background-color:transparent;
    background-color:khaki;
    color:red;
    float:left;
    display:inline-block;
    left:calc(100% - 260px);
    width:260px;
    line-height:20px;
    height:290px;
    font-size:12px;
    font-weight:500;
    margin:0px;
    margin-top:10px;
    margin-top:0px;
    padding:0px;
    padding-left:0px;
	border: none;
}

.statheadertxt{
    clear:both;
    float:left;
    display:inline-block;
    background-color:lightgray;
    margin:10px;
    padding:5px;
    font-size:16px;
    height:30px;
    margin:5px;
}

.stattxt{
    clear:both;
    float:left;
    display:inline-block;
    width:120px;
    font-size:14px;
    margin:2px;
    margin-left:12px;
    padding:10px;
}

.stattxt2{
    float:left;
    display:inline-block;
    font-size:14px;
    margin:10px;
    padding:5px;
    padding-bottom:0px;
}
.stattxt3{
    clear:both;
    float:left;
    display:inline-block;
    font-size:18px;
    margin:10px;
    margin-left:20px;
    padding:0px;
    font-weight:600;
}

.stattxt4{
    float:left;
    display:inline-block;
    font-size:12px;
    margin:15px;
    margin-left:20px;
    padding:0px;
    font-weight:600;
}

.statbutton {
    float:left;
    display:inline-block;
    height:28px;
    margin:10px;
    margin-left:5px;
    margin-bottom:4px;
    padding:0px;
    line-height:24px;
    background-color:yellow;
    border-radius: 6px;
    border: solid 1px #20538D;
    color:#000;
    font-family:'Segoe UI';
    font-weight:500;
    width: 110px;
    text-align:center;
    text-decoration: none;
}
.statbutton:hover {
    background: #356094;
    border: solid 1px #2A4E77;
}

.stattop {
    position:fixed;
    top:45px;
    margin:10px;
    width:calc(100% - 20px);
    min-width:800px;
    left:0;
    height:180px;
    margin:10px;
    border-bottom:none;
    border-top:none;
    border: solid 2px;
    border-radius: 25px;
    background-color: #f5faf2;
}

.statmiddle {
    position:fixed;
    top:235px;
    width:calc(100% - 20px);
    min-width:800px;
    margin:10px;
    left:0px;
    height:calc(100% - 280px);
    border-bottom:none;
    border: solid 2px;
    border-radius: 25px;
    background-color:#f5faf2;
}

.statbox {
    clear:both;
    margin-top:5px;
    height:10px;
    width:calc(100% - 30px);
    background:lightgreen;
    border: solid 0px #20538D;
    color:#000;
}
.statcanvas1 {
    position: fixed;
    margin-top:40px;
    width:775px;
    margig:10px;
    padding: 0px;
    left:30px;
    height:calc(100% - 330px);
    font-size: 14px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: solid 0px lightgray;
    background-color: #f5faf2;
}
.stattableheader {
    border:0px;
    background-color:lightgray;
    height:35px;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:16px;
    overflow: hidden;
    white-space: nowrap;
}
.stattablerow {
    border:0px;
    background-color:khaki;
    height:32px;
    width:100%;
    font-size:16px;
}
.visbtn {
    float: left;
    display: inline-block;
    height: 24px;
    margin: 2px;
    margin-left: 5px;
    padding: 0px;
    width: 45px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:yellow;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.statpopup {
    position:fixed;
    top:45px;
    margin:10px;
    width:calc(100% - 20px);
    min-width:800px;
    left:0;
    height:calc(100% - 90px);
    margin:10px;
    border-bottom:none;
    border-top:none;
    border: solid 2px;
    border-radius: 25px;
    background-color: #f5faf2;
}

.yearweekpopup {
    position:fixed;
    top:150px;
    width:710px;
    left:50px;
    padding:10px;
    height:420px;
    border: solid 5px blue;
    background-color:white;
    background-image: linear-gradient(120deg,white,silver);
    background-size: calc(100% - 2px);
    background-repeat: round;
}

.yearbtn {
    float: left;
    display: inline-block;
    height: 24px;
    margin: 2px;
    margin-bottom: 10px;
    padding: 0px;
    width: 40px;
    line-height: 18px;
    background: RGB(255,184,113);
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.weekbtn {
    float: left;
    display: inline-block;
    height: 22px;
    margin: 2px;
    padding: 0px;
    width: 30px;
    line-height: 18px;
    background: RGB(255,184,113);
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.btnback {
    float: right;
    height: 24px;
    padding: 0px;
    margin:10px;
    margin-left:0px;
    width: 90px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:lightblue;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.btnsave {
    float: right;
    height: 24px;
    padding: 0px;
    margin:10px;
    margin-left:0px;
    width: 90px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:lightgreen;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.btndage {
    float: right;
    height: 24px;
    padding: 0px;
    margin:10px;
    margin-left:0px;
    margin-right:5px;
    width: 32px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:lightblue;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.btnsort {
    float: left;
    height: 24px;
    padding: 0px;
    margin:10px;
    margin-left:0px;
    margin-right:5px;
    width: 50px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:lightblue;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}


.visstatcanvas1 {
    position: fixed;
    margin-top:50px;
    width:775px;
    margig:5px;
    padding: 0px;
    left:25px;
    height:calc(100% - 155px);
    font-size: 12px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: solid 0px lightgray;
    background-color: #f5faf2;
}
.visstattableheader {
    position:sticky;
    top:0;
    border:0px;
    background-color:lightgray;
    height:35px;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:12px;
    overflow: hidden;
    white-space: nowrap;
}
.visstattablerow {
    border:0px;
    background-color:khaki;
    height:24px;
    width:100%;
    font-size:12px;
}
.txtsection4{
    border:0px;
    background-color:khaki;
    height:24px;
    width:100%;
    font-size:12px;
}

.btnvis {
    float: right;
    height: 24px;
    padding: 0px;
    margin:10px;
    margin-left:0px;
    margin-right:5px;
    width: 30px;
    line-height: 18px;
    border-radius: 4px;
    border: solid 1px #20538D;
    color: #000;
    background-color:lightgreen;
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}


.usercanvas1 {
    position: fixed;
    top:80px;
    width: calc(100% - 15px);
    width: 1050px;
    left:180px;
    padding: 0px;
    height:calc(100% - 95px);
    font-size: 12px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: solid 1px lightgray;
    background: white;
}

.tbody {
    position: fixed;
    top:80px;
    width: calc(100% - 15px);
    width: 1050px;
    left:180px;
    padding: 0px;
    height:calc(100% - 95px);
    font-size: 12px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border: solid 1px lightgray;
    background: white;
}

.usertableheader {
    border:0px;
    background-color:lightgreen;
    height:35px;
    width:100%;
    width: 1050px;
    margin:0px;
    padding:0px;
    font-size:12px;
    overflow: hidden;
    white-space: nowrap;
    position:sticky;
    top:0px;
}
.usertablerow {
    border:0px;
    background-color:khaki;
    height:32px;
    width:100%;
    width: 1050px;
    font-size:12px;
}

.getyearweek {
    width:calc(100% - 0px);
    height:calc(100% - 0px);
    margin:0px;
    background-color:rgb(225, 156, 88);
	border: solid 1px blue;
    font-size:12px;
    text-align:left;
    font-weight:600;
    padding-bottom:5px;
}
.yearbtn {
    float:left;
    display:inline;
    height:35px;
    margin-top:3px ;
    margin-left:3px ;
    margin-bottom:5px ;
    padding:0px;
    padding-left:0px;
    line-height:33px;
    background:yellow;
    color:#000;
    border: solid 1px #20538D;
    width: 60px;
    text-align:center;
    text-decoration: none;
    overflow: hidden;
}
.yearbtn:hover {
    background: #356094;
    color:#fff;
    border: solid 1px #2A4E77;
}

.weekbtn {
    float:left;
    display:inline;
    height:35px;
    margin-top:3px ;
    margin-left:3px ;
    margin-bottom:3px ;
    padding:0px;
    padding-left:0px;
    line-height:33px;
    background:yellow;
    color:#000;
    border: solid 1px #20538D;
    width: 25px;
    text-align:center;
    text-decoration: none;
    overflow: hidden;
}
.weekbtn:hover {
    background: #356094;
    color:#fff;
    border: solid 1px #2A4E77;
}

.stdboxfooter{
    background-color:khaki;
    color: black;
    margin: 0px;
    margin-top:0px;
	border-top: solid 1px blue;
    line-height:40px;
    width:calc(100% - 0px);
    color:darkblue;
    padding-left:5px;
    height:40px;
    position:absolute;
    top:calc(100% - 41px);
    left:0px;
}
