.container {
	width: 100%;
}
.rm-apply {
	width: 65%;
	background: #F5F5F5;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
}
.rm-applyHeader {
	margin-bottom: 10px;
}
.rm-applyHeader {
	font-style: italic;
	text-align: center;
}
.rm-apply h1,
.rm-apply h3 {
	padding:10px;
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
	margin-bottom: 0;
	color: #4A4A4A;
	text-align:center;
	background: none repeat scroll 0% 0% #FFF;
}
.rm-sideNote {
	color: grey;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
}
.rm-sideNote a {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.rm-applyForm dt,
.rm-applyForm dd {
	background: white;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.rm-applyForm dd  {margin-bottom:15px;padding-bottom:10px;}

.rm-fields-bg {
	background:white;
	margin-bottom:15px;
}

.rm-field-left dd,
.rm-field-right dd{
	margin-bottom:0;
}

.rm-field-left,
.rm-field-right {
	width:50%;
}

.rm-field-left {float:left;}
.rm-field-right {float:right;margin-left:-1px;border-left:1px dashed #d7d7d7;}
.rm-field-left, .rm-field-right, .rm-field-below {border-top: 1px dashed #d7d7d7}

.rm-applyForm label {
	font-size: 18px;
	color: #1e1e1e;
	font-weight: bold;
}

.rm-question {
	font-size: 16px;
	color: #1e1e1e;
	font-weight: bold;
}

.rm-textInput {
	text-align:center;
	height: 40px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size:16px;
	border-radius: 3px;
	border: none;
	color: #686868;
	background: whitesmoke;
}
.rm-yesNo {
	position:relative;
	width:100px;
	height:30px;
	margin:0 auto;
}
.rm-yesNo-yes,
.rm-yesNo-no {
	position:absolute;
	width:45px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	color:white;
	font-size:20px;
	font-weight:bold;
	top:0;
}
.rm-yesNo-yes {background:#00BB27;left:0;}
.rm-yesNo-no {background:red;right:0;}
.rm-yesNo-grayed {background: whitesmoke;color:gray;}

.rm-yesNo-yes:hover,
.rm-yesNo-no:hover {
	text-decoration:underline;
}

.rm-applyForm textarea {
	text-align:left;
	max-width:616px;
	height:175px;
}
.rm-textInput:read-only,
.rm-textInput:disabled {
	background: lightgreen !important;
}

.rm-fileName {
	padding:0 10px 10px 10px;
	font-size:18px;
        color:#00BB27;
}

.rm-chooseProvider,
.rm-chooseFile {
	display:inline-block;
	vertical-align:top;
	margin:0 5px;
}
.rm-chooseFile-button {
	background:whitesmoke;
	height:70px;
	line-height:50px;
	font-size:18px;
	padding:10px;
	font-weight:bold;
	color:gray;
	cursor: pointer;
}
.rm-chooseFile-button.selected {
	border: 5px solid #00BB27;
	padding: 5px;
}
.rm-chooseFile-button:hover {
	text-decoration:underline;
}
.providerIcon {
	float: left;
	width: 50px;
	height: 50px;
}

.provider-Dropbox {background: url('../images/dropbox-icon.png') no-repeat scroll center center;}
.provider-Google {background: url('../images/google-drive-icon.png') no-repeat scroll center center;}
.provider-Microsoft {background: url('../images/microsoft-onedrive-icon.png') no-repeat scroll center center;}

#rm-cv {
	width: 70%;
	margin-left: 4px;
	margin-top: 8px;
}
.rm-emailLabel {
	float: left;
}
#rm-addAlert {
	float: left;
	width:5%;
	margin-top: 7px;
}

.rm-captcha {
	background:whitesmoke !important;
}
#recaptcha_table {
	border: none !important;
	margin: 0 auto !important;
}
#recaptcha_response_field {
	padding: 10px;
	width: 282px !important;
	margin-left:-7px;
	height: 10px;
	line-height: 11pt;
	background: whitesmoke !important;
}

.rm-applyForm-submit {
	width: 280px;
	background: #00BB27 !important;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 60px;
	display:block;
	margin:15px auto !important;
	padding: 0 !important;
}
.rm-applyForm-submit:hover {
	text-decoration:underline;
}

@media (max-width: 979px) {
	.rm-apply {float:none;width:720px;}
}
@media (max-width: 768px) {
	.rm-apply {width:100%;padding:0;}
}





#form_container {width:auto!important}

.rm-chooseFile-button {
	border:1px solid #ccc;
	border-radius:4px;
	height:30px;line-height:30px;padding:0 5px;
	font-size:14px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding:0 5px !important;	
}
.providerIcon {
	width:30px;
	height:30px;
	background-size:30px 30px;
}
.rm-chooseFile-button:active, .rm-chooseFile-button.selected {
	background:#eee!important;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);		
	border:1px solid #ccc !important;
	padding:0 5px !important;
}
.rm-chooseProvider, .rm-chooseFile {margin:0;}
#main_body #form_container ul {padding:20px!important}
#main_body textarea.textarea,
#main_body label.choice {
	width:100%!important;
}
.attachment {
	position:relative;
	width:100%;
	height:40px;
}
.attachment input[type=file] {
	position:absolute;
	left:5px;
	top:5px;
	width:100%;
}
.attachment .remove {
position: absolute;
    right: 5px;
    top: 8px;
    color: red!important;
    cursor: pointer;
    font-weight: bold;
    width: auto!important;
    font-size: 18px;
}
#main_body label.choice {
	padding:0!important;
}
#li_9 {margin-bottom:10px!important;}
@media (max-width:767px) {
	#main_body label.choice {line-height:1.4em;padding:5px!important}
	input[type=checkbox] {visibility:hidden}
}