.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	/*height: 540px;*/
}
.overlay {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay__content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    max-width: 800px;
}

.overlay__close {
    position: absolute;
    right: 0;
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background-color: white;
    cursor: pointer;
    border: 3px solid black;
    font-size: 1.5rem;
    margin: -1rem;
    border-radius: 2rem;
    z-index: 100;
    box-sizing: content-box;
}

.overlay__content video {
    width: 100%;
    height: 100%;
}

.overlay__content canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#interactive.viewport {
	margin-top: 40px;
    position: relative;
}

#interactive.viewport > canvas, #interactive.viewport > video {
    max-width: 100%;
    width: 100%;
}

canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

/* The Close Button */
.modal_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal_close:hover,
.modal_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.rotate {
	/* FF3.5+ */
	-moz-transform: rotate(-90.0deg);
	/* Opera 10.5 */
	-o-transform: rotate(-90.0deg);
	/* Saf3.1+, Chrome */
	-webkit-transform: rotate(-90.0deg);
	/* IE6,IE7 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
	/* Standard */
	transform: rotate(-90.0deg);
	/*margin-left: -10em;*/
	/*margin-right:-10em;*/
}
table.fixed { table-layout:fixed; }
body{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 25px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f1f2f7;
	height: 100%;
	width: 100%;
}a{
	color: #777;
	text-decoration: none;
}.padding-top{
	padding-top: 20px;
}.login-page{
	width: 350px;
	margin: 7% auto;
	padding: 0 20px;
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
}.login-page .text-center{
	margin-bottom: 10px;
}.box{
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #f2f2f2;
}.page{
	position: relative;
	display: block;
	top: 50px;
	left: 0;
	padding: 35px 20px 20px 20px;
}
.col-left{
	width:20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: right;
	padding-top: 8px;
}
.col-right{
	width:80%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
}
.preview_content {
	margin: 0 auto;
	text-align: left;
}
.preview_image {
	margin-top: 16px;
	border: 1px solid #f2f2f2;
}

.info {
	margin: 15px 0;	
}
.bg-green{
	background-color: #A3C86D;
}
.bg-blue{
	background-color: #7ACBEE;
}
.bg-yellow{
	background-color: #FDD761;
}
.bg-red{
	background-color: #FF7857;
}
.bg-dgreen{
	background-color: #35600d;
}
.bg-dblue{
	background-color: #110868;
}
.bg-dyellow{
	background-color: #999613;
}
.bg-dred{
	background-color: #8e0b04;
}
.panel-default >.panel-heading{
	background-color: #f5f5f5;
	border-bottom: 2px solid #3498DB;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 15px;
}.panel-box{
	width: 100%;
	height: 100%;
	text-align: center;
	border: none;
}.panel-value{
	width: 60%;
}.panel-icon{
	padding: 30px;
	width: 40%;
	border-radius: 0;
}.panel-icon{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 0 0 3px;
}.panel-value{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 3px;
	border-radius: 0 3px 3px 0;
}.panel-value h2{
	margin-top: 30px;
}
.panel-icon i{
	line-height:65px;
	font-size: 40px;
	color: #fff;
}
.header-content{
	position: fixed;
	background-color: #f9f8bb;
	width: 100%;
	padding-top: 10px;
}
#header {
	/*margin-top: 10px;*/
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	/*background-color: #f9f8bb;*/
	width: 100%;
	/*height: 65px;*/
	/*line-height: 55px;*/
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} header > .logo {
	color: #fff;
	/*text-align: center;*/
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	/*width: 450px;*/
	/* background-color: #FFF53333; */
}.header-date{
	font-size: 15px;
	color: #9b9b9b;
	margin-left: 20px;
}
.info-menu{
	/*height: 60px;*/
	margin: 0;
	/*line-height: 60px;*/
	padding: 0 15px;
}.info-menu li.profile {
	position: relative;
}.profile a.toggle{
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: rgba(150, 150, 158, 1.0);
	position: relative;
	padding: 10px 10px 10px 0;
	margin: 0;
	background: #f9f9f9;
	border-radius: 3px;
}.info-menu li.profile a img{
	/*width: 30px;*/
	height: 30px;
}.dropdown-menu{
	margin-top: 4px;
	border-color: #fefefe;
	border-radius: 0;
	box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
}.dropdown-menu li{
	margin: 0;
	padding: 0;
	display: block;
	line-height: 35px;
}.dropdown-menu li a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	position: relative;
	line-height: 30px;
	width: 100%;
	border-bottom: 1px solid #f4faf9;
}.dropdown-menu li a i{
	margin-right: 5px;
}.dropdown-menu li.last a{
	border-bottom: 0;
}.datepicker{
	text-align: center;
}
.sidebar {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 65px 0 0;
	height: 100%;
	width: 250px;
	background: #2a3542;
	border-right: 1px solid #ddd;
	text-align: center;
}.sidebar ul li:hover,.submenu ul li:hover{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}.sidebar ul li {
	display: block;
}.sidebar ul li:hover,ul.submenu{
	/*background-color:#f0fb8a;*/
}.sidebar ul li a:hover {
	color: white;
}.sidebar ul li a,ul.submenu li a {
	/*color: #aeb2b7;*/
	/*border: 2px;*/
	padding: 2px;
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	text-align: left;
}.sidebar ul li a span,.sidebar ul li i{
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-shadow: 0 1px rgba(0,0,0, 1);
}.sidebar ul li a i{
	color: #aeb2b7;
	padding: 15px 22px;
	text-align: center;
}ul.submenu{
	display: none;
	position: relative;
}ul.submenu li a:hover{
	/*background-color:#35404d;*/
}ul.submenu li a {
	padding-left: 45px;
}ul.submenu li:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 25px;
	top: 0;
	bottom: 0;
	border: 2px dotted #0F0F0F;
	border-width: 0 0 0 1px;
}ul.submenu li a:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	left: 25px;
	top: 18px;
	border-top: 1px dotted #d7d7d7;
}

.sale_report_header{
	padding: 15px 0;
}
table td h6{
	margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
	border: 0;
}table tfoot tr td:last-child{
	border-top: 1px solid #ccc;
}table td h6,table tfoot tr td:last-child{
	color: #000;
	_font-size: 1.2em;
	font-weight: normal;
}
.bar-form-control{
	width: 81%;
	height: 50px;
	color: #646464;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	border-radius: 3px;
	border-color: #2ecc71;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}.bar-form-control:focus{
	background: #f8f8f8;
	border-color: #3498DB;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.select-form-control{
	width: 100%;
	height: 40px;
	font-size: 25px;
	color: #646464;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
optgroup {
	font-size: 25px;
}
.input-form-control{
	width: 100%;
	height: 50px;
	font-size: 25px;
	color: #646464;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}.input-form-control:focus{
	background: #f8f8f8;
	border-color: #3498DB;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control{
	font-size: 25px;
	height: 50px;
	color: #646464;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	border-radius: 3px;
	border-color: #2ecc71;
	/*margin: 10px;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-transition: all .15s ease-out;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	padding: 6px 2px;
}.form-control:focus{
	background: #f8f8f8;
	border-color: #3498DB;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-scan{
	width: 100px;
	background-color:#daddda;
	color: #16181d;
	border: 1px solid #6f6565;
	padding: 4px 4px;
	border-radius: 3px;
	border-color: #2ecc71;
	margin: 10px;
}.btn-scan:hover{
	background: #8BEDED33;
	border-color: #3498DB;
}
.btn{
	font-size: 25px;
	border-radius: 3px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}.btn-primary {
	color: #fff;
	background-color: #51aded;
	border-color: #3d8fd8
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
	color: #fff;
	background-color: #3175b8;
	border-color: #3d8fd8
}.btn-success{
	background-color:#2ecc71
}.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
	background-color:#27ae60
}.btn-warning{
	background-color: #e7c13e;
	border-color: #dfba3c;
}.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
	background-color:#d0ac2c;
	border-color: #dfba3c;
}.btn-danger{
	background-color: #ed5153
}.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
	background-color:#bb282a
}.input-group-addon{
	background-color: #fcfcfc;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	font-size: 100%;
}
input[type=file]{

}
td img.img-thumbnail{
	/*width: 125px;*/
	height: 100px;
	vertical-align: top;
}
.img-icon{
	/*width: 125px;*/
	height: 30px;
	vertical-align: top;
}
.img-avatar{
	/*width: 50px;*/
	height: 50px;
}
.img-med{
	height: 80px;
}
.jumbotron{
	margin-bottom: 0;
}
.list-group-item:first-child,.list-group-item:last-child{
	border-radius: 0;
}
.profile .jumbotron{
	border-radius: 3px 3px 0 0;
}
.profile .jumbotron h3{
	color: white;
}
img.img-size-2{
	/*width: 125px;*/
	height: 125px;
}

.fileContainer {
	/*overflow: hidden;*/
	position: relative;
}

.fileContainer [type=file] {
	cursor: inherit;
	display: block;
	font-size: 0;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
	background-color:#daddda;
	color: #16181d;
	border: 1px solid #6f6565;
	border-radius: 3px;
	padding: .2em;
	margin-bottom: 0;
	font-weight: 200;
}.fileContainer:hover{
	background: #8BEDED33;
	border-color: #3498DB;
}

.fileContainer [type=file] {
	cursor: pointer;
}
.menu-botton {
	display: block;
	width: 350px;
	/*height: 60px;*/
	background-color:#daddda;
	color: #16181d;
	border: 2px solid #6f6565;
	padding: 6px 6px;
	border-radius: 3px;
	margin-top: 5px;
}
.menu-h-botton {
	display: block;
	width: 150px;
	height: 50px;
	background-color:#daddda;
	color: #16181d;
	border: 2px solid #6f6565;
	padding: 6px 6px;
	border-radius: 3px;
	margin-top: 5px;
}.menu-h-botton:hover {
	background: #8BEDED33;
	border-color: #3498DB;
}
.sub-menu-botton {
	display: block;
	width: 350px;
	/*height: 60px;*/
	background-color:#daddda;
	color: #16181d;
	border: 2px solid #6f6565;
	padding: 6px 6px;
	border-radius: 3px;
	margin: 1px 0px 1px 50px;
}
.sub2-menu-botton {
	display: block;
	width: 350px;
	/*height: 60px;*/
	background-color:#daddda;
	color: #16181d;
	border: 2px solid #6f6565;
	padding: 6px 6px;
	border-radius: 3px;
	margin: 1px 0px 1px 100px;
}
.input-group-h{
	/*float: left; */
	width: 20%;
}

@media screen and ( max-width: 20em ) {
	.sidebar {
		display: none;
		width: 0px;
	}
	header > .logo {display: none;}
	.page{
		padding: 35px 15px 20px 5px;
	}
}
@media (max-width: 603px) {
  /* line 2, ../sass/phone/_core.scss */
  #container {
    margin: 10px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 603px) {
  /* line 5, ../sass/phone/_viewport.scss */
  .reader-config-group {
    width: 100%;
  }

  .reader-config-group label > span {
      width: 50%;
  }

  .reader-config-group label > select, .reader-config-group label > input {
      max-width: calc(50% - 2px);
  }

  #interactive.viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* line 20, ../sass/phone/_viewport.scss */
  #result_strip {
    margin-top: 5px;
    padding-top: 5px;
  }

  #result_strip ul.thumbnails {
    width: 100%;
    height: auto;
  }

  /* line 24, ../sass/phone/_viewport.scss */
  #result_strip ul.thumbnails > li {
    width: 150px;
  }
  /* line 27, ../sass/phone/_viewport.scss */
  #result_strip ul.thumbnails > li .thumbnail .imgWrapper {
    width: 130px;
    height: 130px;
    overflow: hidden;
  }
  /* line 31, ../sass/phone/_viewport.scss */
  #result_strip ul.thumbnails > li .thumbnail .imgWrapper img {
    margin-top: -25px;
    width: 130px;
    height: 180px;
  }
}
@media only screen and (max-width: 850px) {
	.head-midle {
		display: none;
	}
	body {
		font-size: 20px;
	}
	.input-form-control {
		font-size: 20px;
	}
	header > .logo {
		font-size: 20px;
	}
	.panel-default >.panel-heading{
		font-size: 20px;
	}
	.select-form-control{
		font-size: 20px;
	}
	optgroup {
	    font-size: 20px;
    }
	.form-control{
		 font-size: 20px;
	}
	.btn{
		font-size: 20px;
	}
}
