body {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media(min-width: 991px) {
	.border-right-lg {
		border-right: 1px solid #dee2e6;
	}
}

@media(max-width: 990px) {
	.border-bottom-md {
		border-bottom: 1px solid #dee2e6;
		margin-bottom: 1rem!important;
	}
}

#reader video {
	position: absolute;
	left: 10%;
	width: 80%;
}

#error {
	z-index: 1;
	position: fixed;
	
	left: 10%;
	width: 80%;
	
	top: 10%;
	height: 80%;
}

.status {
	position: relative;
    height: 500px;
    top: 25px;
    border: 1px solid gray;
    border-radius: 10px;
    width: 50px;
    margin: 0 5%;
}

.response {
	height: 80px;
	width: 60%;

	position: absolute;
	left: 20%;
	top: 450px;
	
	padding: 0;
	line-height: 1.3;
	
	border: 1px solid gray;
	border-radius: 12px;
	
	background-color: rgb(230, 230, 230);
	text-align: center;
	font-family: monospace;
	font-size: 2.2em;
}

.float-right {
	float: right!important;
}
.float-left {
	float: left!important;
}

.lime {
	background: lime;
}

/* ALERT RULES */

.alert-dismissible {
	padding-right: inherit;
}
.alert-dismissible .close {
	padding: initial;
	position: relative;
}

.fade {
	-webkit-transition: opacity 0.40s linear;
	   -moz-transition: opacity 0.40s linear;
	    -ms-transition: opacity 0.40s linear;
		 -o-transition: opacity 0.40s linear;
		    transition: opacity 0.40s linear;
}

/* ICON RULES */

icon {
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
	
	vertical-align: sub;
}
icon.small {
	font-size: 15px;
	margin-bottom: -2px;
}
icon.large {
	font-size: 30px;
}
icon.bold {
	font-weight: bold;
}

.close icon.large {
	margin-top: -2px;
}

/* BOOTSTRAP 3 RULES */

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.close {
	opacity: 0.3;
}