#header-pu {
	BACKGROUND: none transparent scroll repeat 0% 0%; HEIGHT: auto
}
#header-pu #pu-logo {
	BORDER-BOTTOM: #ccc 1px solid; BACKGROUND: url(../images/logo_ci_graphic.gif) no-repeat 100% 18px; HEIGHT: 106px
}
#pu-copyright {
	POSITION: absolute; LINE-HEIGHT: 18px; WIDTH: 660px; COLOR: #666; FONT-SIZE: 11px; TOP: 4px; LEFT: 0px
}
#pu-footer {
	POSITION: relative; MARGIN-TOP: 240px; WIDTH: 100%; FLOAT: left; HEIGHT: 20px
}
.serverinfo{
	display:block;
	color:blue;
	padding:0px;
	font-size:16px;
	vertical-align: middle;
}

.top-buffer { margin-top:13px; }


/* .text-size{
	text-align:left;
	padding-right:20px;
	padding-left:20px;
	font-size:11px;
}
 */

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
.headerProjectName {
    display:block;
    position:absolute;
    left: 12px;
    top: 0px;
    padding:18px 10px;
    z-index:1;
}
body, html {
	height: 100%;
	/* font-family: sans-serif; */
	font-family: Arial;
}

.logo-container {display: flex; align-items: flex-start; justify-content: space-between;}
/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}
.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
  
} 
.wrap-table100 {
  width: 1170px;
}
.table100 {
  background-color: #fff;
  border-bottom-color: #0080c0;
}

/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}
FOOTER{
	font-family: arial;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/
.js-pscroll {
  position: relative;
  overflow: hidden;
}

.table100 .ps__rail-y {
  width: 9px;
  background-color: transparent;
  opacity: 1 !important;
  right: 5px;
}

.table100 .ps__rail-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}

.table100 .ps__rail-y .ps__thumb-y {
  width: 100%;
  right: 0;
  background-color: transparent;
  opacity: 1 !important;
  
}

.table100 .ps__rail-y .ps__thumb-y::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #cccccc;
  border-color:
  border-radius: 5px;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  top: 15px;
}

.table100 th {
  font-family: Arial;
  font-size: 18px;
  color: black;
  line-height: 1.4;
  background-color: rgb(221, 235, 247);

}