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

a:hover {
	text-decoration: none;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.15)!important;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
  width: 5px;
}

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

.column100.column1 {
  width: 5px;
  padding-left: 10px;
}

.column100.column2 {
  width: 5px;
  padding-left: 10px;
}

.column100.column3 {
  width: 5px;
  padding-left: 10px;
}
.column100.column4 {
  width: 200px;
  padding-left: 10px;
}
.column100.column5 {
  width: 5px;
  padding-left: 10px;
}
.column100.column6 {
  width: 200px;
  padding-left: 10px;
}
.column100.column7 {
  width: 300px;
  padding-left: 10px;
}

.column100.emails1 {
  width: 5px;
  padding-left: 10px;
}

.column100.emails2 {
  width: 5px;
  padding-left: 400px;
}

.column100.visitdate {
  width: 5px;
  padding-left: 10px;
}

.column100.useragent {
  width: 400px;
  padding-left: 5px;
}



.row100.head th {
  padding-top: 24px;
  padding-bottom: 20px;
}

.row100 td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.row200 td {
  padding-top: 5px;
  padding-bottom: 5px;
}


/*==================================================================
[ Fix header ]*/
.table100 {
  position: relative;
}

.table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table100-body {
  max-height: 585px;
  overflow: auto;
}

/*==================================================================
[ Ver1 ]*/
.table100.ver1 tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.table100.ver1 td {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #535074;
  line-height: 1.4;
}

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

.table100.ver1 .row100:hover td {
  background-color: #f0f0f0;
}


/*//////////////////////////////////////////////////////////////////
[ Table ]*/
.container-tablelinks {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0;
}

.wrap-tablelinks {
  width: 1180px;
}

.wrap-aup {
  width: 1180px;
}
.wrap-emails {
  width: 1180px;
}

.wrap-webmasters {
  width: 1480px;
}

.wrap-docs {
  width: 1180px;
}

.wrap-admin {
  width: 1440px;
}

.wrap-redirect {
  width: 1180px;
}

/*==================================================================
[ Fix header ]*/
.tablelinks {
  position: relative;
}

.tablelinks-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.tablelinks-body {
  max-height: 585px;
  overflow: auto;
}

/*==================================================================
[ Ver1 ]*/
.tablelinks.ver1 tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.tablelinks.ver1 td {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #535074;
  line-height: 1.4;
}

.tablelinks.ver1 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #1bb1dc;
  padding-top: 24px;
  padding-bottom: 20px;
}

.tablelinks.ver1 .row100:hover td {
  background-color: #f0f0f0;
}


/*==================================================================
[ Ver2 ]*/
.tablethanks.ver1 tbody tr {
  border-bottom: 1px solid #e5e5e5;
}

.tablethanks.ver1 td {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #535074;
  line-height: 1.4;
}

.tablethanks.ver1 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #413e66;
}

.tablethanks.ver1 .row100:hover td {
  background-color: #535074;
}
