html, body{
    height: 100%;
}
body{
    /*background: url(../../img/main-bg.jpg) repeat-x;
    background-size: auto 100%;*/
}
.inner-bg {
    background: rgba(0, 0, 0, 0) url("../../img/inner-bg.jpg") no-repeat fixed center bottom/ 100% auto;
    height: 100%;
}
.inner-bg #content{
    height: auto;
    /*left: 50%;
    margin: -225px 0 0 -330px;
    position: fixed;
    top: 50%;*/
margin-top: 80px;
margin-bottom: 20px;
}
.inner-bg .content-wid{}
.inner-bg .content-wid {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    height: auto;
    /*margin: 30px auto 100px;*/
    overflow: hidden;
    padding: 0;
    width: 750px;
}
.inner-bg .left-title-main{
    background: none;
    color: #000;
    padding: 0 0 15px 15px;
    font-weight: normal;
}
.titleMainTran h1{
    font-size: 18px;
    color: #FFF;
    padding:10px 0 10px 0;
    margin: 0 0 10px 10px;

    /*background: url(../../img/borderbot.png) no-repeat bottom left;*/
}
.formSelect{
    width: 100%;
    overflow: hidden;
}
.formSelect option{}
.form-inner select{
    background: rgba(255, 255, 255, 0.3);
    border: medium none;
    height: 30px;
    padding: 0 5px;
    width: 100%;
    margin: 0 0 10px 0;
}
.form-inner input[type="file"]{
    color: #c1c1c1;
    padding: 3px 5px;
}
.form-inner input[type="file"]:focus{
    color: #333333;
}
.form-inner select:focus{
    background: rgba(255, 255, 255, 0.7);
    color: #333333;
}
.form-inner label{
    /*background: #e1e1e1 none repeat scroll 0 0;
    line-height: 32px;
    text-align: center;
    color: #FFF !important;*/
}
.rightborder {
    border-right: 1px solid #ffffff;
    padding: 0;
}
.rightSpace{
    padding: 0;
}
.btn.btn-send.btnmain {
    background: none;
    border: medium none;
    clear: both;
    margin: 0 0px 20px 0px;
    padding: 0px;
    width: auto;
    float: right;
}
.btn.btn-send.btnmain a{
    background: #ec0000 none repeat scroll 0 0;
    padding: 10px 0;
    display: inline-block;
    width: 100px;
    float: left;
    margin: 0px 10px 0 0;
}
.btn.btn-send.btnmain button{
    background: #ec0000 none repeat scroll 0 0 !important;
    padding: 10px 0 !important;
    display: inline-block !important;
    width: 100px !important;
    float: left !important;
    margin: 0px 10px 0 0 !important;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.btn.active, .btn:active{
    box-shadow: none;
}
.btn.btn-send.btnmain a:hover{
    background: #fc1010;
}
.form-inner span{
    float: left;
    color: #FFF;
}
.gender ul{
    float: left;
    margin: 0px 0 12px 0;
    padding: 0px;
}
.gender li{
    color: #FFF;
    list-style-type: none;
    line-height: 23px;
}
.gender li input {
    float: left;
    margin: 5px 5px 0 15px;
    padding: 0;
    width: auto;
}
.attachfile label {
    color: #636363;
    float: right;
    margin: -10px 0 0;
}
.address textarea{
    border: none;
    width: 100%;
    height: 89px;
    margin: 0 0 19px !important;
    padding: 5px 10px;
}
.form-inner{
    padding: 0 10px;
}
/*.formMainTran .errorr{
    margin-top: -10px;
}*/

.formMainTran{}
.form-inner input, .formSelect select, .address textarea{
    background: #FFF;
    color: #000;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    /*margin: 0 0 20px;*/
}
.address textarea{
    height: 103px!important;
}
.error-message{
        margin-bottom: -20px;

}
.formSelect select{
    color: #757575;
    height: 34px;
}
.formSelect {
    /*height: 60px;*/
    /*margin-bottom: 20px;*/
}
.formMainTran .col-md-4 {
    padding: 0 15px;
}
.form-inner.error{
    margin-bottom: 22px!important;
}
.formMainTran {
    padding: 0 5px;
}
.formMainTran .errorDV{
    color: red;
    font-size: 12px;
}

.form-inner input{
    line-height: 16px;
    padding: 6px 10px;
    margin-bottom: 0px;
}
.form-inner{
    margin-bottom: 10px;
}
.form-inner textarea,.form-inner select{
    margin-bottom: 10px;
    margin-bottom: 0px!important;
}

    

.uploadfilemain{
    clear: both;
    width: 100%;
    height: 30px;
    margin: 0px 0 0;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
.uploadfilemain label{
    float: right;
    background: #ec0000;
    padding: 0px 7px;
    margin: 2px 2px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}
.uploadfilemain label.formetText{
    background: none;
    color: #757575;
}
.uploadfilemain label i{
    float: right;
    font-size: 15px;
    margin: 3px 0 0 5px;
}

.thanksText{
    font-size: 25px;
    padding: 50px 80px !important;
    text-align: center;
}
.inner-bg.thanksPadding #content {
    margin: -115px 0 0 -330px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF url(../../img/droparrow.png) no-repeat 97% center !important;
}
select option{
    padding: 5px;
}
.error span, .error-message{
    color: red;
    position: absolute;
    bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
@media ( max-width: 1366px ){
    .inner-bg .content-wid{
        height: auto;
    }
    .inner-bg{
        height: auto;
    }
}
@media ( max-width: 1600px ){
    .inner-bg .content-wid{
        height: auto;
    }
    .inner-bg{
        height: auto;
    }
}
@media ( max-width: 1920px ){
    .inner-bg .content-wid{
        height: auto;
        position: relative;
    }
    .inner-bg{
        height: auto;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .inner-bg {
        background-size: auto 100%;
        height: auto;
    }
    .inner-bg .content-wid{
        width: 100%;
    }
    .formMainTran .col-md-4{
        width: 33%;
        float: left;
    }    
    .form-inner select{
        padding: 0 35px 0 5px;
    }
    .btn.btn-send.btnmain {
        margin: 10px 0px 10px;
    }
}
@media ( min-width: 991px ) and ( max-width: 1279px ){
    .inner-bg .content-wid{
        width: 100%;
    }
    .inner-bg{
        background-size: auto 100%;
    }
}
@media( max-width: 1280px ){
    .inner-bg #content{
        height: auto;
        left: auto;
        margin: 10px;
        position: relative;
        top: auto;
    }
    .inner-bg .content-wid {
        width: 80%;
    }
    .thanksText{
        font-size: 20px;
        padding: 10px !important;
        text-align: center;
    }
    .inner-bg.thanksPadding #content {
        margin: 0;
    }
}

@media( max-width: 767px ){
    .inner-bg {
        background-size: auto 100%;
        height: auto;
    }
    .inner-bg .content-wid{
        width: 100%;
    }
    .formMainTran {
        width: 100%;
    }
    .btn.btn-send.btnmain {
        margin: 10px 0 10px 10px;
        width: auto;
    }
    .form-inner input, .formSelect select, .address textarea{
        font-size: 12px;
    }
}
#footer{
	position: relative;
}
.div-student-image{
    display: block;
    position: absolute;
    right: 0px;
    margin-top: 89px;
}
#TraineeIndexForm label{
			color: #000;
}
.largetext textarea {
	height: 60px!important;
	background:#FFF;
	color:#000;
}
#formpreview{
	padding:15px;
}
@media print {
	#footer {display:none;}
	#formsubmitbtn{display:none;}
	#title{display:none;}
	.inner-bg .content-wid{width:700px;}
}
