/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus, button:focus{outline:none;}
button::-moz-focus-inner {
  border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 700;
}
/* Reset end*/
body, html {
	height: 100%;
}
body {
	background: #ddd;
	font-family: "Droid Sans";
	overflow-x: hidden;
	overflow-y: scroll;
}
.page {
	padding-top: 1em;
}

.draggable {
    height: 80px;
    padding: 5px;
    width: 90px;
    text-align: left;
    line-height: 100%;
    position: absolute!important;
    transition: all 500ms ease-in-out;
}
#display {
	color: rgb(0,0,0);
	position: relative;
}
#display::after {
	content : "\e031";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	color: #fff;
	font-size: 10em;
	text-align: center;
	line-height: 350px;
	top : 0;
	left : 0;
	width: 300%;
	height: 300%;
	background: rgb(0,0,0);
	xanimation: 2s linear infinite test;
	display: none;
}

@keyframes test {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.DLG {
	border: 2px dotted #000;
	overflow: hidden;
}
.BTN {
	box-shadow: inset 4px 0 0 #333, inset -4px 0 0 #333;
}
#scanner {
	background: #737373;
	max-width: 350px;
	border-radius: 10px;
	box-shadow: 0 1em 3em rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 1em auto 1em auto;
}

#settings-template {
	display: none;
}
.textarea {
	resize: none;
	outline: none;
	border: 1px solid #737373;
	border-radius: 10px;
	width: 100%;
	height: 50%;
	padding: 3em;
}

#display{
	min-height: 100%;
	position: relative;
	flex: 1;
	overflow: hidden;
}


.inner {
	padding: 1.5em 1.5em 0 1.5em;
}

.inner:last-of-type {
	padding: 1.5em;
}
#scanner .inner > .top {
	min-height: 350px;
	background: #fff;
	border-radius: 7px;
	position: relative;
	display: -ms-flex; 
	display: -webkit-flex; 
	display: flex; 
}

.buttons {
	text-align: center;
}
.buttons > button {
	color: transparent!important;
	margin: 0 .5em;
}
.btn.on-off {
	float: right;
	margin-bottom: 2em;
}
.tastatur {
	margin-top: 1em;
}
.tastatur li {
	float: left;
	border-radius: 40%;
	background: #9d9a96;
	width: 2em;
	height: 1em;
	margin: .5em;
}
.tastatur li > span {
	background: #b7b6b5;
	position: relative;
	top: 3px;
	height:50%;
	width: 50%;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	
}
.clear {
	clear: both;
}


/* */

.object_item {
	padding: 1em;
	margin-bottom: 1px;
	background: #eee;
	transition: all 300ms ease-out;
}
.object_item:hover {
	background: #F2F2F2;
}
.object_item .btn-group, .column.col-md-8 .btn-group{
	float: right;
}
.option-bar .btn-group {
	margin-right: 1em;
}
.object_item > .openSettings {
	line-height: 30px;
}
.input-group {
	margin-bottom: 0.1em;
}
.hover-shadow {
	border: 1px dotted red;
}
.option-bar {
	background: #eee;
	padding: 1em;
	margin-bottom: 1px;
}
.option-bar::after {
	clear: both;
}

#alert {
	display: none;
}
