.btninvoice {
    min-width: 200px;
    padding: 10px;
    background: #0080FF;
    border: 1px solid #004080;
    border-radius: 5px;
    text-align: center;
    color: #FFF !important;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

.btninvoice:hover { background-color:#004080; color:FFF;}
.btninvoice:active {position:relative; top:1px}
.btninvoice:visited {background-color:#0080FF; color:FFF !important;}

.overlay-leftmenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.3);
  overflow-x: hidden;
  transition: 0.5s;
  overflow:hidden;
}

.leftmenu-content {
 z-index:9999999999999999;
  background-color:#FFF;
  width:300px;
  padding:10px;
  position: relative;
  height:100%;
}

.leftmenu-content  a {
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  color: #aaa;
  display: block;
  transition: 0.3s;
}

.leftmenu-content a:hover, .leftmenu-content a:focus {
  color: #0080ff;
}

.leftmenu-content  .closebtn {
  	position: absolute;
	width: 30px;
	height: 30px;
    top: 20px;
   right: 20px;
	cursor: pointer;
	display:inline-block;
	z-index:99;	
}

.closebtn::before,
.closebtn::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #222;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

 .closebtn::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closebtn:hover::before,
.closebtn:hover::after {
	background: #000;
}

@media screen and (max-height: 450px) {
  .leftmenu-content  a {font-size: 20px}
  .leftmenu-content .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.eleftmenu2019 { display:block;width:220px; font-family:'fontthai',tahoma; }
ul.eleftmenu2019 { list-style-type:none; margin: 0; padding: 0;}
ul.eleftmenu2019 li {margin:2px;text-align:left;padding:2px;}
ul.eleftmenu2019 li a { color: #004080;text-decoration:none;padding:2px;display:block;font-size:14px;}
ul.eleftmenu2019 li a:hover {color:#004080;}
ul.eleftmenu2019li a:active {background-color: #ccc; color:#004080;}
ul.eleftmenu2019 li a:visitor {color: #222;}
.e_loged_leftmenu2019 {
    margin-top: 10px;
    width: 230px;
    height: 100%;
    padding: 2px;
    background: #FFF;
   
}
.gold-logo { width:220px; background-color:#FFD700; padding:3px; height:200px; text-align:center;}
.emenu2019 {
    width: 225px;
    display: block;
}

.boxrightcontainer {
    min-height: 1000px ;
}

h1 { font-family:'promptmedium',tahoma !important; font-size:20px !important;}