@font-face {
    font-family: Roboto-Regular;
    src: url(font/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(font/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(font/Roboto-Thin.ttf);
}
::-webkit-scrollbar { 
    display: none; 
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #999;
    padding: 6px !important;
}

html,body{
    outline: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: Roboto-Regular, sans-serif; 
    -ms-overflow-style: none
    overflow: -moz-scrollbars-none;
    -webkit-font-smoothing: antialiased;
}
body{
    background-color: #fafafa;
    color: #262626;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
a{
    text-decoration: none;
}
a:visited{
    color: #262626 !important;
}
header{
    background-color: #f5f5f5;
    width: 100%;
    height: 55px;
    margin: auto;
    font-size: 1.2em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    display: flex;
    display: -webkit-flex; /* Safari */
    z-index: 10;
    position: fixed;
    -webkit-transform:translateZ(2px);
}
header div{
    width: 900px;
    height: 55px;
    margin: auto;
    text-align: center;
}
header .logo{
    height: 55px;
    display: block;
}
header .link{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    padding: 5px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
header div span:nth-child(2){
    margin-left: 25px;
}
h1{
    font-weight: 100;
    text-align: center;
    color: #111;
}

/* NAV */
ul.topnav {
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: #f5f5f5;
}

ul.topnav li {float: left;}

ul.topnav li a {
  //display: inline-block;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

ul.topnav li:nth-child(2){
    margin-left: 25px;
}

ul.topnav li a:hover {
    color: #009688;
    cursor: pointer;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
    ul.topnav{
        width: 100%;
    }
    ul.topnav .icon{
        padding: 10px 16px;
    }
    ul.topnav .icon a {
        font-size: 28px !important;
    }
    ul.topnav li:nth-child(2){
        margin-left: 0px;
    }
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}




.content{
    width: 900px;
    min-height: 550px;
    padding: 15px;
    padding-top: 55px;
    margin: auto;
    background-color: #fff;
}


/* OVERVIEW */
.stats-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.stats-box{
    width: 250px;
    height: 150px;
    background-color: #009688;
    color: #fff;
    text-align: center;
    margin: 15px;
    font-weight: 100;
    font-family: Roboto-Light, sans-serif;
}
.stats-number{
    display: block;
    font-size: 2em;
    padding-top: 45px;
}
.stats-description{
    display: block;
    padding-top: 40px;
}
.latest-table{
    border-collapse: collapse;
    border-spacing: 0;
    padding-top: 15px;
    display: block;
}
.latest-table tr:first-child{
    font-weight: bold;
    background-color: #fff !important;
}
.latest-table tr:nth-child(odd){
    background-color: #eee;
}
.latest-table td{
    padding-left: 5px;
}
.latest-table td:nth-child(1){
    width: 100px;
}
.latest-table td:nth-child(2){
    width: 240px;
}
.latest-table td:nth-child(3){
    width: 150px;
}
.latest-table td:nth-child(4){
    width: 270px;
}
.latest-table td:nth-child(5){
    width: 110px;
}


/* Register */
.register-form{
    margin: auto;
    width: 440px;
    height: auto;
}
.register-left{
    width: 182px;
    float: left;
}
.register-right{
    width: 182px;
    float: right;
}
.register-form input{
    padding: 5px;
    margin-bottom: 20px;
}
.register-form label{
    font-family: Roboto-Light, sans-serif;
    font-weight: bold;
}
.register-form select{
    padding: 5px;
    width: 182px;
    margin-bottom: 20px;
}
.register-bulk{
    text-align: left;
    width: 100%;
    float: left;
}
.register-missing{
    text-align: left;
    width: 100%;
    float: left;
}
.register-missing label{
    display: inline-block;
}
.register-note{
    text-align: left;
    width: 100%;
    float: left;
}
.register-note textarea{
    width: 435px;
    height: 90px;
    resize: none;
}
.register-submit{
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-left: 350px;
    float: left;
}


/* COUNTRIES */
.countries-map{
    display: block;
    width: 100%;
    height: 562px;
}
.countries-list{
    height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 25px;
}
.countries-list-holder{
    width: 250px;
    padding-bottom: 25px;
    display: inline-block;
}
.countries-list-alphabet{
    font-weight: bold;
    display: inline-block;
    width: 250px;
}
.countries-list-item{
    display: inline-block;
    width: 250px;
}




/* Form Elements */
input:focus{
    outline: 0;
}
input[type="text"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="email"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="password"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input[type="submit"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: none;
	border: solid 0.5px #bbb;
}
input{
	border: none;
	border: solid 0.5px #bbb;
}
label{
    display: block;
}
.lightbox{
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
    -webkit-transform:translateZ(100px);
}

.login{
    width: 330px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}
.login h1{
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 5px;
}
.login-form{
    width: 300px;
    height: auto;
    background-color: #fff;
    text-align: left;
    padding: 15px;
}
.login-form label{
    display: block;
    font-weight: 200;
}
.login-form input{
    width: 284px;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 15px;
}
.login-form a{
    color: #000;
}
.login-submit{
    width: 80px !important;
    margin-top: 35px;
}
.login-submit:hover{
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: 0.2s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.login-submit:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.login-forgot{
    font-size: 15px;
}
.login-forgot:hover{
    color: #51d5de;
}
.login-back{
    width: 66px;
    text-align: center;
    margin-top: 35px;
    height: 15px;
    margin-right: 5px;
    background-color: #f2f1ed !important;
}
.login-back:hover{
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: 0.2s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.login-back:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
.wrong-password{
    color: #de5a51;
}

.button{
    background-color: #51d5de;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em !important;
    padding: 0px;
    padding: 7px !important;
    cursor: pointer;
    margin: 0px;
    margin-bottom: 0px !important;
}
.button:hover{
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: 0.2s ease-in-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.button:active{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}
.button-container{
    display: flex;
    flex-direction: row-reverse;
    display: -webkit-flex; /* Safari */
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
}
.button-container-forgot{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 6.1+ */
}




/* Responsive */
@media only screen and (max-width: 1100px) 
{

}
@media only screen and (max-width: 600px) 
{
    .register-left, .register-right{
        float: none;
        margin: auto;
    }
    .register-form{
    }
    .register-form input{
        width: 80%;
    }
}
@media screen and (max-width:680px) {
    .content{
        width: 100%;
        padding: 0px;
        padding-top: 55px;
    }
    .latest-table{
        width: 90%;
        padding: 5%;
    }
    .latest-table tr td:nth-child(5){
        display: none;
    }
    .register-form{
        padding: 5%;
        width: 90%;
    }
}