span.fa {
    margin-right: 0.5em;
}

#falseinput{
 	transition: all 1s linear;
 }

  #stampit{
 	transition: all 1s linear;
 }

 .hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}

.panel-heading.faq-panel{
background-color:#222;
color:white;

}

.bg-inverse{
  color:white !important;
}

h3.finished
{
	font-size:21px;
}

td.long-word{
	word-wrap:break-word;
}

table.finished-table{
	table-layout: fixed;
	width: 100%
}

.spinner {
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 120px;
    height: 22px;
}

.content-section {
padding:30px;
}

section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}


section.features .feature-item {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
}

/*section.features .feature-item i {
    font-size: 80px;
    background: -webkit-linear-gradient(to left,#eb3812,#121212);
    background: linear-gradient(to left,#eb3812,#121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/



@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.feature-item i{
	 font-size: 80px;
    background: -webkit-linear-gradient(to left,#eb3812,#121212);
    background: linear-gradient(to left,#eb3812,#121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   }
}

@-moz-document url-prefix() {
   .feature-item i{
	    font-size: 80px;
   color:-webkit-linear-gradient(to left,#eb3812,#121212);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   }
}

.register-btn{
	width:50%;
}

@media only screen and (max-width: 1000px) {
		.register-btn{
	width:70%;
}
		}

@media only screen and (max-width: 768px) {
.content-section {
padding:0px;
}
}

@media only screen and (max-width: 768px) {
.ptable {
padding:0px;
}
}

.dark-nav{
	background-color:#000000;
}

.navbar-collapse.free-height-navbar{
	max-height:600px;
}

@media (max-width: 768px){
.navbar-default .nav > li > a, .navbar-default .nav > li > a {
    color: #777;
}
}

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 45px;
}

.navbar-default .navbar-toggle
{
border-color:transparent;
}

@media (max-width: 768px){
.fittowidth {
    margin-top: 30px;
}
}

body {
  padding: 65px!important;
}

section {
  padding-top: 0px!important;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 19999;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  display: none;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

#loadingGif {
  z-index:20000;
  opacity: 0.8;
}

.table-txs {
  width: 100%;
}

.table-txs td {
  border: 1px solid #ccc;
  padding: 7px;
}

td.hash {
  font-family: monospace;
  word-wrap: break-word;
}

td.doc-name {
  word-wrap: break-word;
}

@media (max-width: 768px){
  td.hash {
    max-width: 150px;
  }
}

a {
    text-decoration: none!important;
}

table.audit_table {
    border-collapse: collapse;
}
table.audit_table th, table.audit_table td {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;
}

.networks img{
  height: 15px;
  width: 15px;
  margin-left: 10px;
  margin-right: 20px;
}

.status_icon {
  width: 30px;
}
