

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	color:#000;
}

/* ------------------------------------ */
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;}


h1 {
	position: relative;
	font-family:'Source Sans Pro',sans-serif;
	font-size:130px;
	margin-top:-25px;
	margin-bottom:10px;
/*	color:#bfbfbf;*/
	background: -webkit-linear-gradient(#ddd, #555);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity:0.95;
}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !Important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !Important;
}

/* ------------------------------------ */
button {
	outline: none !Important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !Important;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.limiter::before {    
      content: "";
      background-image: url('../background.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.075;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
/*background: #929292;*/
 background-image: linear-gradient(to bottom, #032755, #334770, #5a698c, #818da8, #aab3c5, #bdc5d3, #d1d7e1, #e5e9ef, #e6ebf1, #e7ecf3, #e8eef6, #e9eff8);
  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: 88%;
  border-radius: 50px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
  padding-left: 10px;
}

.column100 {
  width: 135px;
  padding-left: 50px;
  white-space: nowrap;
  overflow: none;
}

.column100.column1 {
  width: 500px;
  padding-left: 50px;
}

.row100.head th {
  padding-left:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index:100;
}

.row100 td {
  padding-top: 10px;
  padding-bottom: 10px;
}


/*==================================================================
[ Ver5 ]*/
.table100.ver5 tbody tr:nth-child(even) {
  background-color: #d6d6c2;
}

.table100.ver5 td {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #474747;
  line-height: 1.4;
  position: relative;
}

.table100.ver5 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #002733;
}

.table100.ver5 .row100:hover td {
  color: #fff;
  background: #03376E;
}

.row100 td:last-child {
  background-color: #65999999;
  color: #000;
  opacity:0.95;
  border-left: 1px solid #000;
}

/*.row100 td:first-child {
  background-color: #65666666;
  color: #000;
  border-right: 1px solid #000;
}
*/
.row100:hover td:first-child {
  font-weight: 900;
}

.table100.ver5 .hov-column-ver5 {}
.table100.ver5 .hov-column-ver5::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.table100.ver5 .hov-column-head-ver5 {
  background-color: #5C0002!Important;
  color: #fff;
}

.table100.ver5 .hov-column-head-ver5:first-child {
  background-color: #002733!Important;
  padding-left: 0px;
}

.table100.ver5 .row100 td:hover {
  font-weight: 900!Important;
 /* color: #3398F7;*/
}

.table100.ver5 .row100 td:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 4px double #fff;
  border-bottom: 4px double #fff;
}