.container {
	width: 100%;
}
.rm-apply {
	width: 100%;
	background: #F5F5F5;
	float: left;
	margin-bottom: 20px;
}
.rm-applyHeader {
	margin-bottom: 10px;
}
.rm-applyHeader {
	font-style: italic;
	text-align: center;
	max-width: 70%;
  margin: 0 auto;
}
.rm-apply h1,
.rm-apply h3 {
    padding: 15px;
    font-weight: bold;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 0;
    color: #4A4A4A;
    text-align: center;
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 29px;
}
.rm-rightSide {
  display:none;
}
.rm-sideNote {
	color: black;
	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:10px 30px;
}

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

.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-apply {
    background: #f9f9f9 !important;
}
.rm-apply {
    border: 1px solid #e6e6e6;
}
div#bottom {
    display: none;
}
.rm-applyForm label {
	font-size: 16px;
	color: #1e1e1e;
	font-weight: inherit;
	display:inline!important;
	color:#333!important;
}
.rm-applyForm input[type=checkbox] {
	display:inline!important;
}

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

.rm-textInput {
	text-align:center;
	/*height: 40px;*/
	width: 100%;
	padding: 15px;
	margin: 0px;
	font-size:15px;
	border-radius: 3px;
	border: none;
	color: #686868;
	background: whitesmoke;
	border: 1px solid #e4e4e4;
}
.rm-yesNo {
	position:relative;
	width:200px;
	height:30px;
	margin:0 auto;
}
.rm-applyForm .rm-yesNo-button.rm-yesNo-yes.rm-yesNo-grayed {
    border: 3px dashed #e8e8e8;
    line-height: 45px;
}
.rm-applyForm .rm-yesNo-button.rm-yesNo-no.rm-yesNo-grayed {
    border: 3px dashed #e8e8e8;
    line-height: 45px;
}
.rm-yesNo-yes,
.rm-yesNo-no {
    position: absolute;
    width: 85px;
    height: 50px;
    line-height: 51px;
    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:800px;
	height:220px;
}
div#rmBrowsePC {
border: 3px dashed #e8e8e8;
    font-size: 16px;
    padding: 9px;
}
div#rmBrowseFS {
border: 3px dashed #e8e8e8;
    font-size: 16px;
    padding: 9px;
}
.rm-applyHeader h1 {
    padding: 39px;
    margin-bottom: 19px;
}
.rm-textInput:read-only,
.rm-textInput:disabled {
    background: #ecffec !important;
    border: 1px solid 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;
}
.providerIcon:hover,
.rm-chooseFile-button:hover {
	text-decoration:underline;
}
.providerIcon {
	float: left;
	padding: 0 10px 0 55px;
	height: 50px;
}

.provider-Dropbox {color: #3d9ae8; background: url('../images/dropbox-icon.png') no-repeat scroll left center;}
.provider-Google {background: url('../images/google-drive-icon.png') no-repeat scroll left center;}
.provider-Microsoft {background: url('../images/microsoft-onedrive-icon.png') no-repeat scroll left 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 {
	max-width: 280px;
	width:100%;
	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;
}
.rm-applyForm-submit:disabled{
	background:gray!important;
	text-decoration:none!important;
}
@media (max-width: 979px) {
	.rm-apply {float:none;width:720px;}
}
#tac-ps {
	width:26px;
	height:26px;
	vertical-align:text-bottom;
	margin:0 10px;
}
label[for="tac-ps"] {
	vertical-align:text-bottom;
	margin:0;
}
@media (max-width: 768px) {
	.rm-apply {width:100%;padding:0;}
	.rm-field-left, .rm-field-right {
    width: 100%;
}
  div#rmBrowseFS {margin-bottom:20px}  
  div#topmenu {
    display: none;
}
div#contactphone {
    display: none;
}
div#login-register {
    display: none;
}
.rm-applyForm textarea {
    height: 250px;
}
span.exisitingcv {
    font-size: 13px;
}
.rm-applyHeader {
    max-width: 90%;
}
.rm-applyHeader h1 {padding:0 !important}
.rm-apply h1, .rm-apply h3 {border-bottom: none !important;margin-top: 15px; }
  }

.rm-field { position:relative }
.rm-field:before {
	position:absolute;
	bottom:27px;
    left:8px;
	font-family: 'FontAwesome';
}
.rm-field-name:before { content: '\f007' }
.rm-field-phone:before { content: '\f095' }
.rm-field-email:before { content: '\f0e0' }

#guest-alert-wrapper {display:none}



.rm-similar .fa {width:32px;text-align:center}
.rm-similar-field {font-weight:bold}


.rm-mobApply-title {
	font-size:20px;
	margin:10px 20px;
	border-bottom: 1px dashed gray;
}
.rm-mobApply-title .colexp {
	display:inline-block;
	margin:0 10px;
	font-size:25px;
	font-weight:bold;
}



@media (min-width: 768px) {
  .rm-field.rm-field-right.rm-field-phone {
    border-left: 26px solid white;
}
  .rm-field.rm-field-right.rm-field-email {
    border-left: 26px solid white;
}

}