

/*//////////////////////////////////////////////////////////////////
[ 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; 
  
}

body, html {
  height: 100%;
  overflow:hidden;
	/* font-family: sans-serif; */
}

/* ------------------------------------ */
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;
}
/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

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;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}
.container-table100 {
  height: 1px;
  /* width: 98%; */
  min-height: 100vh;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px .5%;
  border: 11px solid #666666;
  margin-top: 0%;
  margin-left: 0%;
}

.wrap-table100 {
      width: 100%;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color:#FFFFFF;
      text-align: center;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
  /*border: 5px solid #FFFFFF;*/
}

.column100 {
  width: 130px;
  padding-left: 25px;
}

.column100.column1 {
  width: 265px;
  padding-left: 42px;
}

.row100.head th {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2.4em;
    font-weight: bolder;
}

.row100 td {
  padding-top: 18px;
  padding-bottom: 14px;
  background-color: #02CC66;
}
.row200.head th {
  padding-top: 24px;
  padding-bottom: 20px;
}

.row200 td {
  padding-top: 18px;
  padding-bottom: 14px;
  background-color: #02CC66;
}


/*==================================================================
[ Ver1 ]*/
.table100.ver1 td {
  font-family: Montserrat-Regular;
  font-size: 14px;
  background-color:#FFFFFF;
  line-height: 1.4;

}

.table100.ver1 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color:  black;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #36304a;
}

.table100.ver1 .hov-column-ver1 {
  background-color: #f2f2f2;
}
/* .table100.ver1 .hov-column-head-ver1 {
  background-color: #484848 !important;
} */

table, td, th {
    border-bottom: 9px solid white;
    text-align: center;
}
td.yellowback {
    height: 20px;
}
.column6{
  width:5%;
}
.column5{
  width:8%;
}
.column4{
  text-align: left;
  width:22%;
}
.column3{
  text-align: left;
  width:33%;
}
.column2{
  width: 6%;
}
.column1{
 width: 10% !important;
}