* {font-family: 'Nunito', sans-serif; outline: none; }
[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    margin-top: 27px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    border: 2px solid #f4f4f4;
}

::-webkit-scrollbar-track {
    margin-top: 27px;
    border-radius: 10px;  
    background-color: #f4f4f4; 
}
#scanner, #customer {position: absolute; left: -6000px}

html, body {
	margin:0;
	padding:0;
	height:100%;
    background: #06357a;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
th {
    background: #F4F4F4;
    color: #303030;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
    font-size: 12px;
}
th:last-child {
    text-align: right;
}
big {
    max-width: 50px;
    width: 100%;
    text-align: left;
}
thead {position: fixed; display: block; left: 0; right: 0; width: 100%}
#cartBody {display: block; padding-top: 30px}
#cartBody td {color: #666666; font-size: 80%}
#cartBody strong {color: #333333; font-size: 100%}
a { text-decoration: none; outline: none}
label {font-weight: bold}
#header, #footer {
	position:fixed;
	width:100%;
	left:0;
	top:0;
    background: #06357a;
    background: linear-gradient(180deg, rgba(6, 53, 122,1) 0%, rgba(0, 0, 128,1) 100%);
    color: #FFFFFF;
	height:50px;
}
#footer {
    display: none;
	bottom:0;
	top:auto;
}
#footer small {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
#content {
	position:absolute;
	top:50px;
	bottom:50px;
	width:100%;
	background:#FFFFFF;
    overflow-y:scroll;
    overflow-x: hidden;
    color: #333;
}
#welcome, #loading {
    display: none;
    background-color: #06357a;
    color: #FFDD00;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    padding: 100px 0;
}
#welcome i {
    padding: 20px 50px;
    border-radius: 114px;
}
#welcome img:hover {
  transform: scale(5)
}

#error, #offline {
    display: none;
    color: #fff;
    background-color: red;
    position: fixed;
    top: 50px; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    padding: 30px 0;
}
#logs {
    display: none;
    color: #303030;
    background-color: white;
    position: fixed;
    top: 50px; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: left;
    font-size: 11px;
    padding: 10px;
    overflow-y: auto;
}
#success {
    display: none;
    color: green;
    background-color: greenyellow;
    position: fixed;
    top: 50px; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    padding: 30px 0;
}
#success strong, #loading strong {font-size: 22px; font-weight: bold}
a {
    background-color: #721c24;
    color: #fff;
    padding: 20px 30px;
    border-radius: 114px;
    font-weight: bold;
}
#success a {
    background-color: green;
}
#logs a {
    background-color: #303030;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: auto;
    right: 0;
    border-radius: 0;
}

table, tr td {border-collapse: collapse; padding: 5px}
td.border {border-bottom: 1px solid #F4F4F4}


h1, #form-customer, #form-add, #form-remove {
    color: #FFF;
    text-align: center;
    padding: 5px;
}
#header h1 {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    width: 250px;
    float: left;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
}
#battery {width: 40px; padding: 5px; height: 40px; display: inline-block; text-align: center; font-size: 13px; vertical-align: bottom}

#customer {
    text-transform: uppercase;
    z-index: 99!important;
}

#form-customer {
    background-color: #FFDD00;
    display: none;
    color: #004487;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 0;
}
#form-customer h1 {
    color: #004b8d;
}

#productInfos {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    text-align: center;
    padding: 80px 20px;
    z-index: 99;
}
#productInfos div {
    position: relative;
    background-color: #FFF;
    border-radius: 30px;
    padding: 10px 20px;
    box-shadow: 5px 5px 10px #333;
    min-height: 250px;
}
#productInfos strong {
    overflow: hidden;
    display: block;
}
#productInfos a {
    background-color: #06357a;
    padding: 15px 20px;
    text-align: center;
}
#productInfos a#delete {
    background-color: red;
}
#productInfos a#close {
    position: absolute;
    bottom: -80px;
    left: 78px;
    padding: 15px 30px;
}
#productInfos big {
    display: inline-block;
    text-align: center;
}
#form-add {
    background-color: green;
}
#form-remove {
    background-color: red;
}
#sleep {
    background-color: #000;
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 99;
}
ul {
    margin: 0; padding: 0; width: 100%;
}
ul li {
  list-style: none;
}
#footer ul li {
    width: 50%; float: left
}
#footer span {
    display: block;
    padding: 10px;
    min-height: 50px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#footer ul li:last-child span {
    text-align: right
}
.fa-battery-empty, .fa-wifi-error, .logs {
    color:red
}
.fa-plug, .fa-battery-quarter {
    color:orange
}
