
#preloadScreen{
	display: block;
	position: absolute;
    top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 3000;
}



#preloadInMiddle{
	position: absolute;
    top: 45%;
    left: 55%;
    height: 200px;
    width: 60px;
    margin: -60px 0 0 -200px;
}

#logoinMiddle{
	margin-left:65px;
	margin-bottom: 10px;
	position: relative;
	width:400px;
	height:200px;
	background-image: url("../images/ui2/TLEDloadinganimation.gif");
	background-repeat:no-repeat;
	background-size:contain;
}

#preloadBar{
	position: relative;
	background-color: #ebebeb;
	width:345px;
	height: 5px;
	border-radius: 5px;
}

#preloadFill{
	width: 0%;
	height: 100%;
	border-radius: 5px;
	background-color: #3096ca;
}

#logoinMiddle {
	margin-left: 60px;
	margin-bottom: 0px;
}

.preloadedQuestion {
	width: 400px;
}

.preloadedText {
	padding: 20px;
	text-align: center;
	width: 300px;
	color: black;
	font-size: 16px;
	font-family: Lato;
}

.preBtn {
	display: inline-block !important;
	margin-left: 20px;
	margin-right: 0px;
}

#preloadBtnNo {
	margin-left: 25px;
}

.preloadCheckbox {
	top: 2px !important;
    margin-left: 25px;
}

.preloadText2 {
	font-family: Lato;
	color: #3096ca;
	font-size: 13px;
}