@charset "utf-8";
/* CSS Document */

.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:translatZ(0) scale(1.15); /* Opera */
    transform:translatZ(0) scale(1.15);
}

body{
	font-family:FontAwesome, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.logo{
    display:block;
    position:absolute;
    width:188px;
}
.logo img{
    width:100%;               
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*background-color: #E5E5E5;*/
  background-color: #FFFFFF;
}

.navbar {
	color:#000;
}

.navbar .icon-bar {
	background-color:#262626;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer a, .footer a:hover, .footer a:focus  {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a:hover, .footer a:focus  {
  color: #FFFFFF;
  text-decoration: underline;
}

a {
  color: #262626;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}

.navbar-fixed-top { 
	background-color:#FFF;
	border-bottom:1px solid #666666;
}
code {
  font-size: 80%;
}
.img-container{
  background-repeat:no-repeat; 
  min-height:300px;
  background-size:100% auto;
}

.jumbotron p {
  font-size: 14px;
  font-weight: 100;
}

.div-jumbotron{
  background-color:rgba(255,255,255,0.98); 
  margin-top:10px;
  padding-top:12px;
  padding-bottom:12px;
}
.shadow{
	box-shadow:0 4px 10px 0 #131313;
}
.title {
	position:fixed;
    top: 40px;
    width: 100%;
	height:58px;
	text-align:left;
  	background-color: #858585;
  	color: #FFFFFF;
	z-index:100;
}

.img-disable {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
}

#checked {
    top:20%;
    left:25%;
	width:50%;
    position: absolute;
	font-size:6.0em;
	text-align:center;
	color:#1C69D4;
}

#disabled {
    position:absolute;
    top:12%;
    left:25%;
	width:50%;
	height:50%;
	background-image:url(../../img/lock-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	 /*	font-size:6.0em;
	text-align:center;
	color:#1C69D4;*/
}

@font-face { 
	font-family: DigiClock; 
	src: url('../fonts/DS-DIGI.ttf');
} 

.lead {
	position:fixed;
    bottom: -38px;
    width: 100%;
	height:80px;
	color:#000;
	text-align:center;
}

.digiclock {
	font-family: 'DigiClock';
	font-size:32px;
}

.time_label {
	color:#333;
	font-size:medium;
	font-style:italic;	
}

