
html, body
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    font-family: 'Open Sans', arial, sans-serif;
}
form
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x:auto;
}
form:after {
  content: "";
  display: block;
}
/*JQuery dialog*/
.ui-widget.deleteAdditional, .ui-widget.applicantDetails {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    z-index: 5;
}
.ui-widget-content.deleteAdditional, .ui-widget-content.applicantDetails
{
    background: #F9F9F9;
    border: 1px solid #ccc;
    color: #222222;
}
.ui-dialog.deleteAdditional, .ui-dialog.applicantDetails {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}
.ui-dialog.deleteAdditional .ui-dialog-content
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: rgb(102, 102, 102);
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
}
.ui-dialog.applicantDetails .ui-dialog-content
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: rgb(102, 102, 102);
    overflow: auto;
    position: relative;
    padding: 20px !important;
    margin: 0;
}
.ui-dialog.deleteAdditional .ui-widget-header, .ui-dialog.applicantDetails .ui-widget-header {
    background: #B28500;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.deleteAdditional .ui-dialog-titlebar, .ui-dialog.applicantDetails .ui-dialog-titlebar {
    padding: 3px;
    position: relative;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
}

.ui-dialog.deleteAdditional .ui-button {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    -webkit-rtl-ordering: logical;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -webkit-user-select: none;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #A4A4A4;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13.3999996185303px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 5.03999996185303px;
    padding-left: 10.7999992370605px;
    padding-right: 10.7999992370605px;
    padding-top: 5.03999996185303px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: ellipsis;
    text-shadow: none;
    text-transform: none;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    width: 150px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

.ui-dialog.applicantDetails .ui-button {
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    -webkit-rtl-ordering: logical;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    -webkit-user-select: none;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #A4A4A4;
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
    bottom: 15px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13.3999996185303px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    left: 335px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 5.03999996185303px;
    padding-left: 10.7999992370605px;
    padding-right: 10.7999992370605px;
    padding-top: 5.03999996185303px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: ellipsis;
    text-shadow: none;
    text-transform: none;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1);
    width: 150px;
    word-spacing: 0px;
    writing-mode: lr-tb;
}

.ui-dialog.dialogButtonPosition .ui-button
{
    left: 435px;
}

.ui-dialog.dlgNotiBtnPosition .ui-button
{
    left: 255px;
    width: 180px;
}

.ui-dialog.dlgNoCVBtnPos .ui-button
{
    left: 335px;
    width: 100px;
}

.ui-dialog.deleteAdditional .ui-button:hover, .ui-dialog.applicantDetails .ui-button:hover
{
     background: #B28500;
}

.ui-dialog.deleteAdditional .ui-dialog-titlebar-close, .ui-dialog.applicantDetails .ui-dialog-titlebar-close
{
    display: none;

}

/* Date Picker */
a.ui-state-default
{
    color: #d3d3d3;
}
.ui-datepicker .ui-icon
{
    width: 32px;
    height: 32px;
    color: #d3d3d3;
}
.ui-datepicker .ui-icon:hover
{
    cursor: pointer;
    cursor: hand;
    color: #d3d3d3;
}
.ui-datepicker
{
    z-index: 999;
    display:none;
    background: #B28500 !important;
    border: 1px solid #555;
    width: 230px;
    color: #d3d3d3;
}

.ui-datepicker button
{
    -webkit-appearance: none;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  background-attachment: scroll;
  background-color: #B28500;
  border: none;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 5.03999996185303px;
  padding-left: 10.7999992370605px;
  padding-right: 10.7999992370605px;
  padding-top: 5.03999996185303px;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  position: relative;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  width: 76px;
  word-spacing: 0px;
  writing-mode: lr-tb;

}

.ui-datepicker button:hover
{
     background: #B28500;
}

.ui-datepicker-next ui-corner-all:hover
{
    cursor: pointer;
    cursor: hand;
}

a.ui-datepicker-prev,div.ui-datepicker-header
a.ui-datepicker-next
{
    display: none;
}

/*//////////////////////////*/
/* Global Style */
table th
{
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  color: rgb(255, 255, 255);
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: baseline;
  width: 738px;
  zoom: 1;
}

p
{
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  color: rgb(102, 102, 102);
  float: left;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  vertical-align: baseline;
  zoom: 1;
  text-align: left;
}

.requiredLabelField
{
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: Red;
    font-family: "Gill Sans MT";
}

.dropDownList
{
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    width: 237px;
    color: #333;
    padding: 2px;
}

input[type=text], input[type=password]
{
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    width: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    color: #333;
    padding: 2px;
}

input[type=button]
{
    width: 230px;
}

.bigTextBox
{
    width: 230px;
    height: 180px;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    color: #333;
    padding: 2px;
}

.smallTextBox
{
    width: 230px;
    height: 100px;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    color: #333;
    padding: 2px;
}

#logo
{
    float: left;
	margin: -4px 0 0 2px;
    width: 70vw;
}
#logo img
{
    border: none;
    margin-top: 30px !important;
    height: 75px;
    max-width: 220px;
    object-fit: contain;
}
#imgLogoTop
{
    margin-top: 30px;
    height: 75px;
    max-width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
}

#header_Logo
{
    position: relative;
    margin: 0px auto;
    width: auto; max-width: 90%;
}

#idNotificationBlock
{
    padding-top:25px;
    position:relative;
    float: right;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: right;
    vertical-align: baseline;
    z-index: 1;
}
#formRecruiterRegisterProcess #idNotificationBlock
{
    top: -70px;
    padding-top: 0px;
}
#idNotificationBlockSignIn
{
    padding-top:30px;
    padding-right:20px;
    position:relative;
    float: right;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: right;
    vertical-align: baseline;
    z-index: 1;
}

.footer, form:after {
  height: 55px;
}

/*Button Style */
.ButtonStyle
{
  -webkit-appearance: none;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
  -webkit-user-select: none;
  -webkit-writing-mode: horizontal-tb;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #A4A4A4;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13.3999996185303px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 5.03999996185303px;
  padding-left: 10.7999992370605px;
  padding-right: 10.7999992370605px;
  padding-top: 5.03999996185303px;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  text-overflow: ellipsis;
  text-shadow: none;
  text-transform: none;
  position: relative;
  top: 16px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  width: 56px;
  word-spacing: 0px;
  writing-mode: lr-tb;
}

.ButtonStyle:hover
{
     background: #B28500;
}

.secondColorButton
{
    background-color: rgb(102, 102, 102);
}
/*/////////////////*/

/* Margin Auto Addaptive Styling */
.wrapper
{
    border-top: 5px solid #B28500;
    margin-bottom: 100px;
}
/*/////////////////////////*/

/*/////////////////////////*/
/*Register Screen On Portal*/
#tableRegisterScreenOnPortal
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    margin-left: -316px;
    width: 630px;
    height: 190px;
    border: 1px solid #ccc;
    color: #666;
    font-family: "Open Sans, arial, sans-serif";
    font-size: 11pt;
    background: white;
}
.shadowedBox
{
    box-shadow: #444444 0px 0px 10px 2px;
    background: white;
}
#tableRegisterScreenOnPortal th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}
#tableRegisterScreenOnPortal tr td input
{
    position: relative;
    bottom: -18px;
    font-family: "Gill Sans MT Condensed (Bold)";
    font-size: 11pt;
}
#tableRegisterScreenOnPortal tr td input:hover
{
    cursor: pointer;
    cursor: hand;
}
#tableRegisterScreenOnPortal td
{
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: normal;
    text-align: left;
}

/*/////////////////////////*/

/*/////////////////////////*/
/*Completed Registration*/
#tableCompleteRegister
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -250px;
    width: 500px;
    height: 190px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
}

#tableCompleteRegister th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}
#tableCompleteRegister tr td input:hover
{
    cursor: pointer;
    cursor: hand;
}
#tableCompleteRegister td
{
    text-align: center;
    padding-right: 2.5px;
    padding-left: 2.5px;
}

/*/////////////////////////*/

/*/////////////////////////*/
/*Login Screen*/
#tableLogin
{
    background-color: White;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -110px;
    width: 550px;
    height: 220px;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    -moz-box-shadow:    3px 3px 5px grey;
    -webkit-box-shadow: 3px 3px 5px grey;
    box-shadow:         3px 3px 5px grey;
}

#tableLogin th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}

#tableLogin td
{
    width: 23%;
    padding-left: 10px;
}
.supportNote {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: rgb(102, 102, 102);
}
.footerInstruction
{
    position: absolute;
    padding: 10px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 7pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    /* margin-top: -165px; */
    height: 115px;
    color: rgb(102, 102, 102);
    bottom: 60px;
    left: 0px;
    right: 0px;
}
.footerInstruction div
{
    position: absolute;
    max-height: 100%;
    overflow-y: auto;
    bottom: 10px;
}
.footerInstruction ul
{
    list-style: disc;
    margin-left: 20px;
}
.footerInstruction li
{
    font-size: 7pt;
    color: rgb(102, 102, 102);
}
.footerInstruction .header
{
    font-size: 9pt;
}
.footerInstruction .accent
{
    text-decoration: underline;
}
.footerInstruction .highlight, .supportNote .highlight
{
    color: red;
    font-size: 7pt;
}
.support-dialog {
    width:80%;
height:80%;
    min-width: 610px;
    min-height: 480px;
    left: 10vw !important;
    top: 10vh !important;
    margin-left: unset;
    margin-top: unset;
}
/* Forgot password screen */

#tableForgotPassword
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -275px;
    width: 550px;
    height: 190px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
}

#tableForgotPassword th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}

#tableForgotPassword  td
{
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
}

#tablePasswordChanged
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -275px;
    width: 550px;
    height: 190px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
}

#tablePasswordChanged th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}

#tablePasswordChanged  td
{
    text-align: center;
    width: 35%;
    padding-left: 10px;
}

/*/////Finished Password Change ///*/

/*//////////////////////////////////////////*/
#tableIndividualRegisterDetails
{
    position: relative;
    right: 0px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
}

#tableIndividualRegisterDetails th
{
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}

#tableIndividualRegisterDetails td
{
    padding: 5px;
    padding-left: 10px;
}

#tableIndividualRegisterDetails td div.individualAddInformation
{
    color: red;
    font-size: 80%;
}

/*//////////////////////////////////////////*/
#tableRegisterProcess input
{
    width: 230px;
    text-align: left;
}

/*Table Personal*/
#tablePersonalDetails
{
    position: relative;
    left: -180px;
    right: 0px;
    width: auto; max-width: 90%;
    height: 190px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
}

#tablePersonalDetails th
{
    height: 30px;
    text-align: left;
    background: #B28500;
    padding-left: 10px;
}

#tablePersonalDetails td
{
    width: 55%;
    padding: 5px;
    padding-left: 20px;
}
#tablePersonalDetails input
{
    width: 230px;
    text-align: left;
}

#tableVacancyDetails input
{
    text-align: left;
}

#tableEducationAndExperience input
{
    width: 230px;
    text-align: left;
}
.EducationDetailsSubHead td
{
    color: #666;
    font-family: "Open Sans, arial, sans-serif";
    font-size: 11pt;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    height: 30px;
    text-align: left;
    padding-left: 10px;
}

#tableReferences input
{
    width: 230px;
    text-align: left;
}

#titleDropDown
{
    width: 234px;

}
#titleDropDown li
{
    text-align: left;
}
.disclaimer td
{
    color: #666;
    font-family: 'Open Sans', arial, sans-serif;
    height: 30px;
    text-align: left;
    padding-left: 10px;
}

.button180width
{
    width: 180px !important;
}
.button90width
{
    width: 90px;
}

/*IE COMPATIBLE*/
.tabs
{
    position:relative;
    margin: auto;
    left: -184px;
    right: 0px;
    top: 50px;
    padding-left: 8px;
    padding-right: 20px;
    padding-bottom: 10px;
    width: 700px;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;

}
.tabs a{
  cursor: pointer;
  padding: 5px;
  background: white;
  color: #666;
  border: 1px solid #ccc;
  border-bottom: 0px;
}
.tabs a:hover {
  background: #B28500;
  border-bottom: 0px;
  color: white;
}

.tabs a.active
{
    background: #B28500;
    border-bottom: 0px;
    color: white;
}

.tabContent{
  margin: 4px 0;
  padding: 5px;
}
#dialog-content #recruiterRegisterProcessTabs ~ .tabContent{
  margin-top: -90px !important;
}

#validateNextTab1
{
    opacity: 1;
}
#validateNextTab2
{
    opacity: 1;
}
#validateNextTab3
{
    opacity: 1;
}
#validateNextTab4
{
    opacity: 1;
}

/*recruiter navigation tabs*/

.recruiterTabs
{
    padding-left: 8px;
    padding-right: 20px;
    padding-bottom: 10px;
    position:relative;
    margin: auto;
    left: -184px;
    right: 0px;
    top: 195px;
    width: 700px;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    z-index:999;

}
.recruiterTabs a
{
  cursor: pointer;
  padding: 5px;
  background: white;
  color: #666;
  border: 1px solid #ccc;
  border-bottom: 0px;
}
.recruiterTabs a:hover
{
  background: #B28500;
  border-bottom: 0px;
  color: white;
}

.recruiterTabs a.active
{
    background: #B28500;
    border-bottom: 0px;
    color: white;
}

/*//////////////////////////*/

/*//////////////////////////*/
/*Registration Process forms*/
#tablePersonalDetails
{
    padding-left: 8px;
    padding-right: 20px;
    position:relative;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 90px;
    width: auto; max-width: 90%;
    border: 1px solid #ccc;
    color: #666;
    font-family: "Open Sans, arial, sans-serif";
    font-size: 11pt;
}

#tablePersonalDetails th
{
    border: 1px solid #ccc;
    height: 30px;
    text-align: left;
    background-color: #d3d3d3;
    padding-left: 10px;
}

#tablePersonalDetails td
{
    width: 55%;
}

#tablePersonalDetails input
{
    width: 230px;
    text-align: left;
}

#titleDropDown
{
    width: 234px;
}
#titleDropDown li
{
    text-align: left;
}

/*//////////////////////////*/

/*recruiter register details*/
#tableRecruiterRegisterDetails
{
    position: relative;
    right: 0px;
    width: 100%;
    height: 190px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
}

#tableRecruiterRegisterDetails th
{
    border: 1px solid #ccc;
    border: none;
    height: 30px;
    text-align: left;
    background-color: #B28500;
    padding-left: 10px;
}

#tableRecruiterRegisterDetails td
{
    padding: 5px;
    padding-left: 20px;
}

/*/////////////////////////////*/

/*/////////////////////////////*/
#idRecruiterAchievements
{
    height: 100px;
    width: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    background: #FFF;
    color: #333;
    border: solid 2px #B28500;
    padding: 2px;
}
#tableRecruiterGeneral input
{
    width: 230px;
}

/*ROW DROPDOWN*/
.accreditationRowSlide
{
    height: 20px;
}

#idAccreditationRow
{
    display: none;
    height: 20px;
    vertical-align: top;
}

.personalRelationshipRow
{
    height: 20px;
}

#idPersonalRelRow
{
    display: none;
    height: 20px;
    vertical-align: top;
}

.rsaIdNumberRow
{

}

#idRsaIdNumberRow
{
    display: none;
    vertical-align: top;
}

.passportNumberRow
{

}

#idPassportNumberRow
{
    display: none;
    height: 20px;
    vertical-align: top;
}

.workPermitRow
{
    height: 20px;
}

#idWorkPermitRow
{
    display: none;
    height: 20px;
    vertical-align: top;
}

.raceOtherRow
{
    height: 20px;
}

#idRaceOtherRow
{
    display: none;
    height: 20px;
    vertical-align: top;
}
/*////////////////////*/

/*ANIMATION AND DYNAMIC CSS*/

.borderForAnimation
{
    border-color: #B28500;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: border-width 0.5s ease-in;
    -moz-transition: border-width 0.5s ease-in;
    -ms-transition: border-color 0.7s ease-in;
    -o-transition: border-width 0.5s ease-in;
    transition: border-color 0.7s ease-in;
}

.borderForAnimationFadeBack
{
    -webkit-transition: border-width 0.5s ease-out;
    -moz-transition: border-width 0.5s ease-out;
    -ms-transition: border-color 0.7s ease-out;
    -o-transition: border-width 0.5s ease-out;
    transition: border-color 0.7s ease-out;
}

#idTermsAndConValid.textForAnimation
{
    color: #B28500;
    WebkitTransition: color 0.5s ease-in;
    MozTransition: color 0.5s ease-in;
    MsTransition: color 0.5s ease-in;
    OTransition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
}

#idTermsAndConValid
{
    WebkitTransition: color 0.5s ease-out;
    MozTransition: color 0.5s ease-out;
    MsTransition: color 0.5s ease-out;
    OTransition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

/*END OF ANIMATION AND DYNAMIC CSS*/

/*/////////////////////////////*/

/*//////additional detail/////////////*/

.idAddRefsHeader
{
    display: inline-block;
    color: white;
    border-right: none;
    text-align: left;
    background-color: #B28500;
    padding: 5px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 737px;
}

.idAddQualHeader
{
    display: inline-block;
    color: white;
    border-right: none;
    text-align: left;
    background-color: #B28500;
    padding: 5px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 737px;
}

.idAddWorkExHeader
{
    display: inline-block;
    color: white;
    border-right: none;
    text-align: left;
    background-color: #B28500;
    padding: 5px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 737px;
}

/*////////////////////////////////////////*/
/*///////////////NEW STYLES///////////////*/
/*////////////////////////////////////////*/

.globalTableWrapper
{
    padding-top: 135px;
    position: relative;
    margin: 0px auto;
    width: auto; max-width: 90%;
}

#idAdminTabs
{
    left: -218px;
    position: absolute;
    margin-top: 0px;
}

#individualRegisterProcessTabs
{
    left: -218px;
    position: absolute;
    margin-top: 74px;
}

#recruiterRegisterProcessTabs
{
    left: -218px;
    position: absolute;
    margin-top: -70px;
    z-index: 0;
}

/*GLOBAL TABLE STYLE*/
.globalTable
{
    position: relative;
    border: 1px solid #ccc;
    border-top: none;
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    width: 100%; max-width: 100%;
}
.globalTable tbody
{
    width:100%
}

.globalTable th
{
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    background-color: #B28500;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 28px;
    padding-left:10px;
    position: relative;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
    width: auto; max-width: 90%;
    zoom: 1;
}
.settings-wrapper .globalTable th
{
    font-size: 16px;
    border: 1px white solid;
}

#questionAssemblyForm .globalTable th
{
    font-size: 16px;
    border: 1px white solid;
}

.globalTable .setting-subgroup th,
#questionAssemblyForm .question-group th,
#questionsPlaceholder #questionList .question-group th
{
    background-color: #A4A4A4;
    color: rgb(255, 255, 255);
    padding-left: 30px
}

#questionAssemblyForm .question,
#questionsPlaceholder #questionList .question
{
    padding-left: 45px;
}

.globalTable td
{
    padding: 5px;
    padding-left: 10px;
}

.globalTablePadding td
{
    padding: 5px;
}

.globalTablePosition
{
    position: relative;
}

.recommendedFormatTable
{
    border: none;
    width: 900px;
}

.recommendedFormatTable th
{
    font-size: 9pt;
}

.adminTablePosition
{

}

.individualTablePosition
{
    top: 85px;
}

/*GLOBAL SUB TABLE STYLE*/
.globalSubTable th
{
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    background-color: #B28500;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 24px;
    padding-left:10px;
    position: relative;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
    width: auto; max-width: 90%;
    zoom: 1;
}

/*GLOBAL SMALL TABLE STYLE*/
.globalSmallTable
{
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    position: relative;
    left: -180px;
    border: 1px solid #ccc;
    border-top: none;
    padding-bottom: 20px;
    width: 700px;
}

.globalSmallTable th
{
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    background-color: #B28500;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 28px;
    padding-left:10px;
    position: relative;
    line-height: 28px;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
}

.globalSmallTable td
{
    padding: 5px;
    padding-left: 10px;
    font-size: 13px;
}

.globalSmallTablePosition
{
    position: relative;
    top: 265px;
    right: 0px;
    left: 0px;
}

/*column widths*/
.globalColumnOne
{
    width: 517px;
}

.globalColumnTwo
{
    width: 230px;
}

.globalColumnThree
{
    width: 193px;
}

/*Admin panel*/
.recruitAgencyListTable
{
    position: relative;
    top: 265px;
    left: -180px;
    right: 0px;
    width: auto; max-width: 90%;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
}

.agencyJobValTable
{
    position: relative;
    margin-top: 145px;
    width: auto; max-width: 90%;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: rgb(102, 102, 102);
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    padding-bottom: 20px;
}
.agencyJobValTable td
{

}
#applicantDetailsDialog
{
    color: rgb(102, 102, 102);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
}

/*Tab specific*/
.adminTab
{
    top: 125px;
}

/*Tab 1 - Admin panel*/
.underlineText
{
    text-decoration: underline;
}

.redText
{
    color: #B28500;
}

#slideBursarySelectTable
{
    display: none;
}

.questionsHeader
{
    line-height: 20px;
    color: white;
    border-right: none;
    text-align: left;
    background-color: #B28500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 0px;
    width: 0%;
    height: 19px;
    overflow: hidden;
}

.questionsButtons
{
    display: none;
}

/*Tab 2 - Admin panel*/
.agencySelectButton
{
     border: none;
     Width:60px;
     padding: 1px;
     left: 6px;
     top: 7%;
}
.agencyAddButton
{
    border: none;
    right: 100px;
    Width:60px;
    padding: 1px;
    top: 7%;
}

/*Tab 3 - Admin panel*/

.buttonWidth100px
{
    width: 100px !important;
}

.buttonWidth150px
{
    width: 150px;
}

.columnMediumSize
{
    width: 150px;
}

.columnSmallSize
{
    width: 20px;
}

.whiteBackground th
{
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-color: White;
  color: Black;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: baseline;
  width: 738px;
  zoom: 1;
}

.smallHeaderFont th
{
    height: 18px;
    line-height: 18px;
    font-size: 15px;
}

.rowPadding td
{
    padding-left: 10px;
}

/*////////////////////////////*/

/*vacancy-assessment.aspx*/

.vacancyButtonStyle
{
    left: 40px;
    top: 0px;
    width: 100px;
}

/*///////////////////////*/

/*vacancy posting page*/

.redTextHeader th
{
    background-color: White;
    color: #B28500;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.hiddencol
{
    display: none;
}

.pinnedcol1
{
    position: relative !important;
    width:500px !important;
    z-index: 10;
}

.pinnedcol2
{
    position: relative !important;
    width:500px !important;
    z-index: 10;
}

.background-inherit
{
    background-color: inherit !important;
}

/*////////////////////////////////////////*/
/*///////////////NEW STYLES END///////////*/
/*////////////////////////////////////////*/

.buttonNoTop
{
    top: 0px;
}

.fieldContainer .column
{
    float: left;
    width: 250px;
}

/*STYLING FOR THE LOADER (BUSY PROCESSING)*/

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 70% white with
   our animation centered, and no-repeating */
#loadingDiv
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: Gray;
    opacity: 0.8;
}

/*Styling for the loading image*/
#loadingImage
{
    color: White;
    position: fixed;
    padding-left: 23px;
    top: 50%;
    left: 44%;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: large;
    background: Gray
                url('../Images/ajax-loader.gif')
                0% 50%
                no-repeat;
}

#dialogBackground
{
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ccc;
    opacity: 0;
}

/*Styling for the Posted Vacancy Details*/

/***************************************/
/*admin search styling*/

.filterNavPane
{
    float: left;
    width: 260px;
    overflow: hidden;
    overflow-y: auto;
    border-right: 3px solid #eee;
    position: absolute;
    top: 32px;
    bottom: 35px;
    left: 5px;
}

.filterHeaderDisplay
{
    white-space: nowrap;
    padding-left: 2px;
}

.filterInputText
{
    float: left;
    width: 225px;
}

.filterDropDown
{
    float: left;
    width: 230px;
}

.scoreDropDown
{
    width: 95px !important;
}

.searchResults
{
    position: absolute;
    left: 270px;
    right: 5px;
    top: 5px;
    bottom: 35px;
    overflow: auto;
}

.searchTablePadding td
{
    padding-left: 5px;
}

.slideBar
{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 260px;
    color: White;
    white-space: nowrap;
    padding-left: 10px;
    padding: 5px;
    height: 27px;
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
}

.searchAddButton
{
    top: 3px;
    padding: 3px;
    width: 50px !important;
}

.searchButton
{
    top: 4px;
    width: 70px !important;
}

.vacancySearchButton
{
    float: left;
    top: 0px;
    padding: 3px;
    width: 80px !important;
}

.vacancySearchInput
{
    float: left;
    margin-right: 5px;
}

.expandCollapseHeader
{
    white-space: nowrap;
    width: 100%;
    padding-top: 10px;
    float: left;
}

.expandCollapseButton
{
    cursor: pointer;
    cursor: hand;
    width: 16px;
    height: 16px;
}

.showHideFiltersBtn
{
    cursor: pointer;
    cursor: hand;
    width:25px;
    height:27px;
    position: absolute;
    top: 5px;
    left: 240px;
    z-index: 1
}

.controlDiv
{
    padding: 10px;
    float: left;
    display: none;
}

.controlDivAgency
{
    width: 100%;
    padding: 10px;
    padding-left: 5px;
    float: left;
}

.divSearchButtonContainer
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 35px;
    width: 265px;
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
    float: left;
}

.selectedFilters
{
    width: 100%;
    padding-right: 10px;
    border-collapse: separate;
    border-spacing: 2px 6px;
}

.selectedFilters tr
{

}

.selectedFilters td
{
    background-color: rgb(102, 102, 102);
    padding: 5px;
    color: White;
}

.fadeInRow
{
    max-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.pager {
    text-align: right;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: rgb(102, 102, 102);
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #B28500;
}

.GridPager a, .GridPager span
{
    color: #fff;
    display: block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-right: 2px;
}
.GridPager a
{
    background: #B28500;
}
.GridPager span
{
    background: #A4A4A4;
}

.GridPagerAbsolutePos table
{
    position: absolute;
    margin-top: 30px;
}

.GridPager table td
{
    padding: 2px;
}
/*////////////////////*/

/* Auto saving div */
div.savestatus {
    display: none;
}

.arrow-up
{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 10px solid #A4A4A4;
}

.arrow-left
{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right:10px solid #A4A4A4;
}

.chbLanguage
{
    width: 15px !important;
}

#langShaddow
{
    z-index: 9;
    height: 338px;
    margin-top: 0px;
    margin-left: 8px;
    Background-color: Black;
}
#regShadow
{
    z-index: 9;
    height: 540px;
    margin-top: 0px;
    margin-left: 8px;
    Background-color: Black;
}
.langContainer, .regContainer
{
    padding: 5px;
    margin-left: 2px;
    margin-top:2px;
    border: 3px solid #A4A4A4;
    background-color: White;
    float: left;
}
div.region-item
{
    border: 2px solid #A4A4A4;
    padding: 3px;
    width: 470px;
    color: #A4A4A4;
    margin-bottom: 5px;
}
span.region-item-remove
{
    float: right;
    cursor: pointer;
}

/*styling vir assesment*/
/** styling starts here **/
#vacancyAssessmentForm
{

}

.itembox
{
       border: 3px solid #EBE6E2;
       padding:10px;
       margin-left:1px;
       margin-right:6px;
       width:660px;
}

.itembox3
{
       border: 3px solid #B28500;
       padding:10px;
       margin-left:1px;
       margin-right:6px;
       width:550px;
}

.itembox4
{
       border: 3px solid red;
       padding:10px;
       margin-left:1px;
       margin-right:6px;
       width:500px;
}

.control-group {
	display: inline-block;
	width: 200px;
	height: 210px;
	margin: 10px;
	padding: 30px;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.control {
	font-size: 13px;
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
	padding-top:4px;
}

.control input {
	position: absolute;
	z-index: -1;
	display:none;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #B28500;
}

.control--radio .control__indicator
{
    border-radius:50%;

}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	background: #ccc;
}

.control input:checked ~ .control__indicator {
	background: red;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	background:#red;
}

.control input:disabled ~ .control__indicator {

	background: #e6e6e6;
}

.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

.control input:checked ~ .control__indicator:after {
	display: block;
}

.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #fff;
}

.control--radio .control__indicator:after {
	top: 6px;
	left: 5.6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

hr
{
    color:Red;

}

.spann {
    color: red;
}

.alignleft {
	float: left;
}

.alignright
{
	float: right;
}

.not-applicable-chb
{
    width:15px;
    height:15px;
}

a.listing-paging-link, span.listing-paging-link, span.listing-paging-break
{
    font-size: 12px;
    float: right;
    color: #777;
    display: inline-block;
    padding: 10px 10px 6px 10px;
    margin: 3px 0 0 0;
    position: relative;
    bottom: 3px;
}

div.listing-container
{
    height: auto;
    width: auto;
}

.grid-pager-admin div:hover {
    border-top: 3px solid #eee;
}

div.listing-container input, div.listing-container select
{
    float: right;
    margin: 5px 4px 0 4px;
}

a.listing-paging-link:hover
{
    border-top: solid 3px #ccc;
    color: #777;
    margin-top: 0;
    text-decoration: none;
}
.listing-paging-link.selected_page {
    border-top: 3px solid #ccc;
    margin-top: 0;
}
.carouselImage
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: -10;
}
#tblPopSettings
{
    width: 925px;
    border: none;
}
#tblPopSettings .ButtonStyle
{
    top: 0px;
    width: 100px;
    float: right;
    margin: 2px;
}
#tblEditCandidateStatus
{
    width: 625px;
    border: none;
}

//Custom Elements
#headerStrip {
    display: none;
}

#slideVacancySelectTable #vacancy-questions-row {
    margin: 0 !important;
    padding: 0 !important;
}

#vacancyDetailsForm .internalMessage {
    color: #076547;
	font-weight: bold;
}
#vacancyDetailsForm .hiddenInternalMessage {
	display: none;
}

#questionContainer td {
    vertical-align: top;
}

/*---------------------------------------------------------- Questionnaire 2020 Styling ----------------------------------------------------------*/

#vacancyEvaluationForm #questionContainer td:nth-child(1) {
    padding-left: 50px;
}

#vacancyEvaluationForm #questionContainer td:nth-child(2) {
    padding-right: 50px;
}

#vacancyEvaluationForm #questionContainer input[type=radio] {
    float: left;
    margin: 0;
}

#vacancyEvaluationForm #questionContainer label {
    margin-left: 30px;
    display: block;
}

#vacancyEvaluationForm #questionContainer label.ftLabel,
#vacancyEvaluationForm #questionContainer label.elabLabel,
#vacancyEvaluationForm #questionContainer label.mcLabel{
    margin-left: 0;
    display: inline;
}

#vacancyEvaluationForm #questionContainer textarea {
    min-height: 75px;
}

#vacancyEvaluationForm #idSubmit {
    width: 75px;
}

#vacancyEvaluationForm .redText,
#questionAssemblyForm .redText
{
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: Red;
    font-family: "Gill Sans MT";
}

#questionAssemblyForm input.idDoc {
    width: 165px;
}