html, body {
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	width:100%;
	height:100%;	
	letter-spacing:0.5px;
	font-family: 'Poppins', sans-serif;
	background-color: #fafafa;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}

#main {
	height:100vh;
	padding: 0;
	margin:0;
	padding-bottom: 40px;

}

.box-header {

	width:14%; 
	min-width:170px; 
	display: inline-block; 
	vertical-align: top; 
	padding: 10px 0px 50px 0px; 
	border-radius:8px;
}

.box-duty {
	display: block; 
	padding: 14px 10px; 
	border: 1px #ccc solid;
	text-decoration: none;
	color:#4c5773;
	background-color: #fff;
	margin-bottom: 5px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 13px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
}

.box-duty:hover {

	background-color: #f0f0f0;
	font-weight: 700;

		-webkit-transition: all .25s;
		   -moz-transition: all .25s;
			-ms-transition: all .25s;
			 -o-transition: all .25s;
				transition: all .25s;
}

.limit {
	position: relative;
	z-index: 10; 
	margin: auto; 
	top:50px; 
	width:500px; 
	background-color: #eff6fc; 
	color:#292929; 
	left:0; 
	right:0; 
	padding: 20px; 
	border-radius: 8px; 
	text-align: center; 
	height: 150px; 
	display: table; 
	font-weight: 700; 
	border: 1px #519ee3 solid;
	
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
	position: absolute;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	left:0; 
	right:0; }

@media screen and (min-width: 1025px) and (max-width: 6000px){

	#mobile {
		display:none;
	}

	#computer {
		display: table-cell;
	}


	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 118.75%;
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	
}

@media screen and (min-width: 701px) and (max-width: 1024px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}


@media screen and (min-width: 0px) and (max-width: 700px){

	#mobile {
		display:block;
	}

	#computer {
		display:none;
	}

	/* Aspect ratio */
	.aspect-1-1 {
		width: 100%;
		padding-top: 100%;
		position: relative; 
	}

	/* Aspect ratio */
	.aspect-1-2 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-16-9 {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; 
	}

	.aspect-4-3{
		width: 100%;
		padding-top: 75%; 
		position: relative; 
	}

	.aspect-3-2{
		width: 100%;
		padding-top: 66.66%; 
		position: relative; 
	}

	.aspect-8-5{
		width: 100%;
		padding-top: 62.5%; 
		position: relative; 
	}

	.box-text {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.loaderImage {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}

.loaderPop {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
.loaderScan {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	z-index: 2;
	cursor: pointer;
}

.progress{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	width:500px;
	max-width:80%;
	z-index: 1000;	
	background-color: #fff;
	padding: 20px 20px 20px 20px; 
	border-radius: 6px;
	text-transform: uppercase;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);

}

.progress-header{
	
	padding: 10px;
	font-weight: 700;
	color:#000;
	text-align: center;
	text-transform: uppercase;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.progress-bar{
	
	height: 20px;
	font-weight: 700;
	color:#fff;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.progress-bar-color{
	
	background-color: #f2f2f2; 
	width:100%;
	border-radius: 5px;

}

.progress-text{
	
	padding: 10px;
	font-weight: 700;
	color:#000;
	font-size: 33px;
	text-align: center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.father {
    position: relative;
}
.child {
    position: absolute;;
    top: 50%;
    left: 50%;    
    margin-left: -50px;
    margin-top: -50px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #54c0eb; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin:100px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.8s;
  animation-name: fade;
  animation-duration: 0.8s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.list select {
	background-color: #fff;
}
.list input{
	background-color: #fff;
}