/*Application form*/
#order_review {
	display: table;
	width: 100%;
}
#application-form-title {
	font-family: raleway;
	font-size: 24px;
	font-weight: 600;
}
#application_form .input-text {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
#application_form .field {
    display: block;
    margin-bottom: 20px;
    min-height: 45px;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 1;
}
#application_form label {
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}
#order_review .shop_table {
	display: none;
}
#application_form .field-options {
    display: table;
    float: left;
}
#application_form .field-options .option {
    display: table;
    float: left;
	padding-top: 3px;
}
#application_form .note {
    clear: both;
    display: table;
    font-size: 12px;
    line-height: normal;
}
#application_form .note.foreword {
    margin-bottom: 5px;
    float: left;
}
#application_form .upload-button {
    background-color: #58585a;
    color: #ffffff;
    cursor: pointer;
    display: table;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 80px;
}
#application_form .field .filename {
	font-size: 12px;
}
.woocommerce{position:relative;}
#place_order {
	bottom: 0px;
	display: block;
	padding: 10px;
	position: absolute;
	right: 0;
}
#application_form .field .radio-icon {
    background-image: url("images/radio-button.png");
    background-position: -30px 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 29px;
    width: 29px;
}
#application_form .field .radio-icon.active {
    background-position: 0 0;
}
#application_form .field .radio-label {
    float: left;
    margin: 0 25px 0 5px;
}
#application_form .field .calendar-icon {
    background-image: url("images/calendar-icon.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 38px;
    margin-left: 15px;
    width: 38px;
}
#application_form .field .checkbox-icon {
    border: 1px solid #828282;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 32px;
    height: 25px;
    margin-top: 10px;
    text-align: center;
    width: 25px;
}
#application_form .confirm-start-fellowship .option {
    display: table;
    float: left;
}
#application_form .confirm-start-fellowship .note {
    clear: none;
    float: left;
    font-size: 14px;
    line-height: inherit;
    margin-top: 3px;
    text-transform: uppercase;
}
#application_form .fellowship-start-date .input-text {
    float: left;
    width: 150px;
}
#application_form .consolidated-logbook {
    padding-left: 10px;
}
#application_form .indicate-more-fellowship label {
    width: 87%;
}
#application_form .indicate-more-fellowship .input-text {
    float: left;
    width: auto;
}
#application_form .agree_to_tac{
    margin-left:5%;
}
#application_form .agree_to_tac label{
    float:none;
    margin-left:10px;
    padding-top:14px;
    display:inline-block;
}
#application_form .agree_to_tac .field .checkbox-icon{
    float:left;
}