@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}


body {
  background-color: #cfd9df;
  font-family: 'Jost',sans-serif;
  color: #fff;
  height:100%;
}
h1 {
  text-align: center;
  font-size: 48px;
  color: #232c3d;
}


img {
	display:none;
}

.scancontainer {
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1);
  height:50%;
}

qr-reader {
	margin: 0 auto;
    width:98%; 
	height:50%;
}

.html5-qrcode-element{
width:98%; 
height:50%;
}


hr {
  border-top: 1px dashed black;
}

p {
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  color: black;
}


p.red-text {
	color: red;
}

.dynamicForm {
	margin: 0 auto;
	width:900px;
  border-radius: 5px;
  background: #4682B4;
  box-shadow: 0px 10px 40px 0px rgba(47,47,47,.1);
}
.label{
padding: 10px;
display: inline-block;
min-width: 30%;
max-width: 70%;
text-align: left;
color: black;
margin: 10px auto;
}

.input{
  padding: 10px;
  margin: 10px auto;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid lightgrey;
  background: #fff;
  min-width: 30%;
  max-width: 70%;
  color: black;
}
.contor{
  padding: 10px;
  margin: 10px auto;
  display: block;
  border-radius: 5px;
  background: #fff;
  min-width: 30%;
  max-width: 70%;
  color: black;
  font-size:large;
}
.select{
  padding: 10px;
  margin: 10px auto;
  display:inline-block;
  border-radius: 5px;
  border: 1px solid lightgrey;
  background: #fff;
  min-width: 30%;
  max-width: 70%;
  color: black;
}

input[type="text"]:focus {
  outline: none;
}

input[type="Submit"]{
	float:left;
  margin: 10px auto;
  display: block;
  width: 30%;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  color:black;
  background:#40E0D0;
}

input[type="reset"]{
  float:right;
  margin: 10px auto;
  display: block;
  width: 30%;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  color:black;
  background:#FF6347;
}


.btn {
  bottom: 30;
    margin:0 auto;
    display:block;
 background-color: #2ea44f;
 border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 20px;
  padding: 6px 16px;
   min-width: 30%;
  max-width: 50%;
}

.btn-sumar {
 margin:200 auto;
 display:block;
 background-color: #2ea44f;
 border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 20px;
  padding: 6px 16px;
   min-width: 10%;
  max-width: 50%;
  margin-bottom: 5px;
}

input[type="Submit"]:hover{
  background: #2691d9;
  color: #e9f4fb;
  transition: .5s;
}
input[type="Reset"]:hover{
  background: #2691d9;
  color: #e9f4fb;
  transition: .5s;
}


.delete-button {
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
	text-align: center;
}

.controls {
  width: 294px;
  margin: 15px auto;
}

.add{
	justify-content: center;
  bottom: 30;
  width:25%;
float: left;
margin:20px;
    display:block;
  border: 1px solid #999999;
  background-color: #2ea44f;
  color: #fff;
  line-height: 20px;
  padding: 6px 16px;

}


.back{
justify-content: center;
  bottom: 30;
  width:25%;
float: right;
margin:20px;
    display:block;
  border: 1px solid #999999;
  background-color: #DAA520;
  color: #fff;
  line-height: 20px;
  padding: 6px 16px;

}

.add[disabled]{
justify-content: center;
  bottom: 30;
  width:25%;
float: left;
margin:20px;
    display:block;
  border: 1px solid #999999;
  background-color: #808080;
  color: #666;
  line-height: 20px;
  padding: 6px 16px;
}
.add[disabled]:hover{
justify-content: center;
  bottom: 30;
  width:25%;
float: left;
margin:20px;
    display:block;
  border: 1px solid #999999;
  background-color: #808080;
  color: #666;
  line-height: 20px;
  padding: 6px 16px;
}

.remove {
  float: right;
  padding: 5px;
  border: 1px solid;
  border-radius: 25px;
  cursor: pointer;
}
.controls button i{
  margin-right: 5px;
}

.remove:hover, .add:hover{
  background: #2691d9;
  color: #e9f4fb;
  transition: .5s;
}

loginModal {
    display: none;
	align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.loginModal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    border-radius: 5px;
    text-align: center;
	font-size:large;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

/* Additional styling for centering input */
identifierInput {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	font-size:large;
}


.manualInput{
            width: 100%;
            margin-bottom: 20px;
			margin-top: 20px;
			font-size:large;
        }

.summaryModal {
    display: block;
	align-items: top; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 2px;
    border: 1px solid #888;
    width: 97%;
    border-radius: 5px;
    position: relative;
}


.modal-sumarycontent {
	margin-top: -700px;
    background-color: #fefefe;
    margin: 2% auto;
    padding: 2px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 5px;
      
}

.modalAddManual {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 1;
        }

        .modalAddManual-content {
            background-color: #fff;
            width: 100%;
            margin: 100px auto;
            padding: 0px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }