@import url('https://fonts.googleapis.com/css?family=Roboto:100,500,900');
body {
  padding: 0;
  margin: 0;
  background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #222); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #222);
}
.font-roboto{
  font-family: "Roboto" !important;
}
.font-consola, .token{
  font-family: "Consolas", "monaco";
  color: rgb(255, 255, 255);

}
.container-home{

  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  color: white;
}
.text-white{
  color: #d2d2d2;
}
.text-center{
  text-align: center;
}
.hidden{
  display: none;
}
.audit-container{
  padding: 0 80px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  background-color: white;
}

.audit-header{
  margin: 30px auto;
  max-width: 300px;
}

.audit-header h1{
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
}

.audit-info h1{
  color:white;
  font-size: 2em;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.audit-info p{
  color:white;
  width: 800px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  word-wrap: break-word;
}

.header{
  /*margin: 30px auto;*/
  max-width: 300px;
}

.header h1{
  color:white;
  font-size: 3em;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}

.logo-header {
    text-align: center;
    position: relative;
    padding: 30px 0;
}

.img-header{
    width: 300px;
    max-width: 400px;
}

.header-container{
  width: 70%;
  display: block;
  margin-bottom: 3em;
}

.title-header:after{
  content: " ";
  display: block;
  height: 10px;
  width: 120px;
  background: white;
  position: absolute;
  bottom: 50;
  clear: both;
}

.title-header{
  color:white;
  font-size: 3em;
  font-family: 'Roboto', sans-serif;
  width: 500px;
}

.title-wrapper span {
    display: inline-block;
    width: 10px;
    background: #e14283;
    height: 50px;
    -webkit-transform: translateY(8px) translateX(0px);
    -ms-transform: translateY(8px) translateX(0px);
    transform: translateY(8px) translateX(0px);
    -webkit-animation: .7s infinite blink;
    animation: .7s infinite blink;
}

.footer{
  text-align: center;
  text-transform: lowercase;
  font-size: 17px;
  margin:20px 0;
  font-weight: 600;
  opacity: 0;
  color: #333333;
}

.icon-valid{
  width:30px;
  vertical-align:middle;
}

/* Blink animation */

@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  /*height: 320px;*/
  max-width: 700px;
  width: 100%;
  animation: float 5s infinite;
  margin: 30px 0;
  table-layout:fixed;
  word-break:break-all;
}

th {
  color:white;
  background:#333333;
  border-bottom:4px solid #9ea7af;
  font-size:20px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:14px;
  font-weight:normal;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#EBEBEB;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#FFFFFF;
  padding:12px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:15px;
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* logo img rotation */
.img-header {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .7s ease-in-out;
          transition:         transform .7s ease-in-out;
}
.img-header:hover {
  /*-webkit-transform: rotate(360deg);
          transform: rotate(360deg);*/

  -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg)
}
.form-block{
  display: block;
  padding: .8em;
  font-size: 1.4em;
}
.form-inline{
  padding: 8px;
  font-size: 1em;
}
.block-center{
  margin: auto;
  width: 50%;
}
.button {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.317rem;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
.button:hover {
  opacity: 0.85;
}
.button-primary {
  background-color: #1fa3ec;
}
.button-secondary {
  background-color: #e98724;
}
.hidden{
  display:none;
}
