#container_id {
	width: 100vw;
	height: 100vh;
}

//Preloader style

#preloader_cont {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 30px;
    margin-top: -15px;
    margin-left: -150px;
}

#preloader_value {
	position: relative;
	margin-top: -21px;
	font-family: Arial;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#preloader_static {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #d5d1ce;
    border-radius: 15px;
    overflow: hidden;
}

#preloader_dynamic {
    position: relative;
    left: 0;
    width: 0%;
    height: 100%;
	background-color: #f36633;
}