.bgImg {
    background-image: url("../dist/img/bgImg_navy.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImgU {
    background-image: url("../dist/img/bgImg_gray-1.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgImgS {
    background-image: url("../dist/img/bgImg_navy.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg_logo {
    background-image: url("../dist/img/schLogoJPG.jpg");
    /* Full height */
    height: 100%;width: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bgImgoldS {
    background-image: url("../dist/img/bg_white_1.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

input[type=radio] {
    width: 20px;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.body-overlay div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.upload-preview {
    border-radius: 4px;
    width: 400px;
    height: 200px;
}


.upload-preview-bCert, .upload-preview-oLevel, .upload-preview-passport, .upload-preview-transcript {
    border-radius: 4px;
    width: 350px;
    height: 400px;
}

#targetOuter {
    position: relative;
    text-align: center;
    background-color: #F0E8E0;
    margin: 10px auto;
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

#targetOuter-bCert, #targetOuter-oLevel1,  #targetOuter-oLevel2 , #targetOuter-passport1,  #targetOuter-passport2, #targetOuter-transcript1, #targetOuter-transcript2, #targetOuter-acs, #targetOuter-adminReceipt, #targetOuter-matricReceipt, #targetOuter-courseFormReceipt, #targetOuter-tuitionReceipt, #targetOuter-itLetter, #targetOuter-sciReceipt,  #targetOuter-rReceipt,   #targetOuter-fcForm, #targetOuter-gsReceipt
{
    position: relative;
    text-align: center;
    background-color: #F0E8E0;
    margin: 10px auto;
    width: 350px;
    height: 400px;
    border-radius: 4px;
}


.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 10px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 300px;
    cursor: pointer;
}

.inputFile {
    margin-top: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 128px;
    height: 36px;
    background-color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.icon-choose-image {
    position: absolute;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
#profile-upload-option {
    display: none;
    position: absolute;
    top: 75%;
    left: 25%;
	
    margin-top: -24px;
    /*margin-left: -24px;*/
	
    border: #FF851B 1px solid;
    border-radius: 4px;
    background-color: #F0E8E0;
    width: 50%;
}



		#profile-upload-option1, #profile-upload-option2, #profile-upload-optionf1,  #profile-upload-optionf2,  #profile-upload-optionf3,  #profile-upload-optionf4,  #profile-upload-optionf5,  #profile-upload-optionf6,  #profile-upload-optionf7,  #profile-upload-optionf8,  #profile-upload-optionf9,  #profile-upload-optionf10 {
			display:none;
			position: absolute;
			top: 60%;
    		left: 25%;
			border: #FF851B 1px solid;
			border-radius: 4px;
			background-color: #F0E8E0;
			width: 50%;
		}	



.profile-upload-option-list {
    margin: 1px;
    height: 25px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    position: relative;
    padding: 0px 0px;
}
.profile-upload-option-list:hover {
    background-color: #fffaf5;
}
