﻿/* TODO: try to combine with global.scss so that they both get merged into 1 file if possible. 
         Be careful that this doesn't cause problems with company-skins.
*/
.grey {
  color: #585942 !important;
}

.noborder {
  border: 0 !important;
}

.blind {
  display: none;
}

.clickable {
  cursor: pointer;
}

.auto-width {
  width: auto !important;
}

.alignedLabel {
  width: 130px !important;
}

.center {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.no-margin {
  margin: 0px;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.padding {
  padding: 50px;
}

.nopadding {
  padding: 0 !important;
}

a {
  text-decoration: none;
  border: none;
  -moz-outline-style: none;
  outline: none;
  color: #017bc2;
}

a:active {
  -moz-outline-style: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

a img {
  border: none;
}

body {
  background: url("../images/body-gradient.png") repeat-x;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
label,
dd,
dt,
select,
input,
textarea,
span {
  line-height: 1.5em;
  font-family: "Calibri", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
label,
dd,
dt,
select,
input,
textarea,
span,
div.importantText {
  font-size: 12px;
}

form {
  min-height: 100%;
  _height: 100%;
  position: relative;
}

.center {
  position: relative;
  margin: 0 auto;
  width: 990px;
}

#header {
  /*height: 24px;*/
}

#header .center {
  margin-top: 4px;
  height: 24px;
}

#body {
  padding-bottom: 180px;
}

#body .center {
  margin-bottom: 50px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px;
  padding-top: 10px;
  background-color: #4c413d;
  color: #eaeaea;
}

#logo-subtitle {
  margin: 0;
  position: absolute;
  top: 57px;
  left: 140px;
  font-style: italic;
  font-size: 14px;
}

a.buttonLink {
  cursor: pointer;
}

.carouselHeader {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
}

#carousel {
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  height: 85px;
  width: 100%;
  overflow: hidden;
}

#lftbtn {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 85px;
  width: 50px;
  background: #ffffff url("../images/carousel-arrow-left.png") no-repeat center center;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border: 1px solid #c0c0c0;
}

#rgtbtn {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 85px;
  width: 50px;
  background: #ffffff url("../images/carousel-arrow-right.png") no-repeat center center;
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border: 1px solid #c0c0c0;
}

#bar {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-left: -4px;
  white-space: nowrap;
}

#bar ul {
  padding: 0px 50px 0px 50px;
  margin: 0px;
  width: 100%;
}

#bar li {
  display: inline;
}

#bar img {
  margin: 5px 0px 5px 0px;
  padding: 0 6px 0 7px;
  border-right: 1px solid #c0c0c0;
  width: 75px;
  height: 75px;
}

#bar li:first-child img {
  border-left: 1px solid #c0c0c0;
}

#banner {
  position: relative;
  height: 80px;
  margin-bottom: 32px;
  width: 100%;
  float: left;
  margin-left: 7px;
}

#search div {
  padding: 0px 10px 10px 10px;
}

#search .column {
  min-height: 160px;
  width: 200px;
}

.wide {
  width: 642px !important;
}

#keywords label {
  margin-top: 16px;
  display: block;
  clear: both;
}

#keywords input {
  width: 780px;
}

#keywords .button {
  float: right;
  margin-top: -3px;
}

#hours label,
#type label {
  display: block;
}

#hours span label,
#type span label {
  display: inline-block;
  width: 160px;
  margin-left: 5px;
}

#search select {
  width: 100%;
}

.gvMatchingJobs {
  width: 100%;
  margin-bottom: 32px;
}

.gvMatchingJobs td {
  padding: 5px;
}

.pnlManageUpdateRule * {
  width: 219px;
  margin-bottom: 3px;
  margin-top: 0px;
}

.pnlManageUpdateRule select {
  width: 225px;
}

.pnlManageUpdateRule .button input {
  width: 45%;
}

.pnlUpdateRuleList table {
  width: 100%;
}

.altrow,
.alt {
  background-color: #eaeaea;
}

#location label,
#company label {
  display: block;
}

#readMore {
  margin-left: 18px;
}

#content {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #c0c0c0;
  margin-top: 16px;
}

.form li {
  clear: both;
  margin-bottom: 5px;
  list-style-type: none;
  float: left;
  width: 100%;
}

.form label {
  display: inline-block;
  width: 504px;
  vertical-align: top;
  float: left;
}

.form li span.wideField div {
  width: 100%;
  float: left;
}

ul.form li label + span.wideField {
  float: right;
  *float: none;
  width: 360px;
}

.form li ul.wideField[data-controltype=checkboxList] {
  padding-left: 40px;
}

.form li ul.wideField[data-controltype=checkboxList] li label {
  width: 345px !important;
  padding-left: 0 !important;
  float: right;
  padding: 0 40px 0 0;
  margin-left: 3px;
}

.form li ul.wideField[data-controltype=checkboxList] li span.checkBox input[type=checkbox] {
  width: 13px;
  margin-left: 0;
  float: right;
  height: 21px;
}

.form li span.wideField div input.wideField[type=email] {
  margin-bottom: 5px;
}

.form li span.wideField div[data-controltype=phoneNumbers] label {
  float: left;
  padding-top: 5px;
}

.form li span.wideField div[data-controltype=phoneNumbers] input {
  margin-bottom: 5px;
}

#signUp {
  float: left;
  width: 100%;
}

.firstColumn {
  float: left;
  clear: left;
  width: 50%;
}

.secondColumn {
  float: left;
  width: 50%;
}

.checkBoxLabel {
  width: 90% !important;
}

ul.form span.wideField div {
  width: 100%;
  float: left;
}

select {
  margin: 2px 0;
  min-height: 26px;
}

.form input,
.form select,
.form textarea {
  width: 360px;
  float: right;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form input.txtEmailRecoverPassword {
  float: left;
}

.form input.styledRecoverInput {
  padding: 2px;
}

.form select {
  height: 26px;
}

.form input[type=checkbox] {
  margin-left: 4px;
  float: left;
  width: 13px;
}

.form span:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.form span input + label {
  margin-top: 5px;
}

.form span select.countrySelector.wideField {
  margin-bottom: 5px;
}

.form span select,
.languageTable {
  float: right;
  margin-left: 100px;
}

#signUp .languageItem {
  margin: 5px 0px 0px 0px;
}

.languageTable select {
  display: inline-block;
  float: none !important;
  margin: auto 0px auto 16px !important;
  width: 145px;
}

.form span + input {
  clear: right;
  float: right;
  margin-right: 162px;
  *margin-right: 122px;
  width: auto;
}

.form li label {
  padding-left: 20px;
  margin-top: 4px;
}

.form li label.recoverPassLabel {
  padding-right: 10px;
}

.form li label.editDocument {
  padding-left: 0px;
}

.lblMandatoryFields {
  padding-left: 20px;
  margin: 10px 0 10px 0;
  font-style: italic;
  display: inline-block;
  width: 100%;
}

.form li.requiredField label, .lblMandatoryFields {
  background: url("../images/required.gif") 0% 50% no-repeat transparent;
}

.form li.requiredField ul[data-controlType=checkboxList] label {
  background: none;
  padding-left: 0px;
}

ul.form {
  padding-left: 0;
}

.buttonRow input {
  width: auto;
}

form .labelRow p {
  float: right;
  display: block;
}

.document {
  border: none;
  width: 100%;
}

.datePickerControl {
  float: right;
  *display: inline;
}

.companyList {
  padding-left: 20px;
}

.RandomisedCompanyLogoList,
.companyLogoList {
  display: block;
  float: left;
  margin: 16px;
  height: 120px;
  width: 120px;
}

.RandomisedCompanyLogoList .border,
.companyLogoList .border {
  width: 110px;
  height: 110px;
  margin-left: 5px;
}

.lbtnRandomisedLogoGallery,
.lbtnAlphabeticalCompanyList {
  margin-right: 15px;
  padding-right: 16px;
  border-right: 1px solid #c0c0c0;
}

.companyLogoList {
  font-size: 14px;
  height: 170px;
}

#content h2,
#content h3,
#content h4,
#content h5 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 3px;
  clear: both;
}

#content p {
  margin-top: 3px;
}

#content ul {
  margin-top: 3px;
  width: 100%;
  margin-top: 15px;
  list-style-position: inside;
}

/* START Job description */
#jobDescription {
  float: left;
  width: 498px;
}

#jobDescription ul > li {
  margin-top: 3px;
  width: 90%;
}

/* END Job description */
.button, .grayButton {
  color: white;
  background-color: #017bc2;
  border: 1px solid #017bc2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
  -moz-outline-style: none;
  width: auto !important;
  margin: 4px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}

.grayButton {
  background-color: #bebebe;
  border-color: #bebebe;
}

.CountryButton {
  color: white !important;
  font-size: 13px;
  background-color: #017bc2;
  color: black;
  width: 125px !important;
  margin: 2px;
  padding: 5px 5px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

.darkgrayButton {
  font-size: 13px;
  background-color: white;
  border-color: #9fa6ad;
  color: black;
  width: 125px !important;
  margin: 2px;
  padding: 5px 5px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}

button.button.disabled,
button.button.disabled:hover {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
}

.button:hover, .grayButton:hover {
  background-color: #12a7fe;
  border-color: #12a7fe;
  text-decoration: none;
}

.grayButton:hover {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.no-button {
  border: none;
  background: none;
  cursor: pointer;
  color: #017bc2;
  display: inline-block;
}

.no-button:hover {
  text-decoration: underline;
}

#banner-list {
  background-color: white;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 55px;
  left: 16px;
  padding: 2px;
  margin: 0px 2px;
}

#banner-list li {
  display: inline;
  margin: 0px 5px 0px 0px;
}

#banner-list a {
  display: inline-block;
  background: url("../images/dot.png");
  width: 7px;
  height: 7px;
}

#selected-banner a {
  background: url("../images/selected_dot.png") !important;
}

#banner-list span {
  display: none;
}

#banner-images {
  position: relative;
}

#banner-images img {
  display: none;
  background-color: white;
  border: 0;
}

#banner-images a {
  position: absolute;
  left: 0;
  top: 0;
}

#bottom {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

#leftbox {
  float: left;
  width: 492px;
  height: 270px;
  border-right: 1px solid #c0c0c0;
}

#leftbox h1 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
}

#rightbox {
  margin: 0;
  padding: 0 0 0 20px;
  width: 475px;
}

#rightbox h1 {
  padding-left: 32px;
  background: url("../images/twitter.png") 0px 0px no-repeat transparent;
  line-height: 24px;
}

.tweet {
  width: 476px;
  min-height: 100px;
  border-right: none;
  overflow: hidden;
}

.tweet_list {
  margin: 0;
  min-height: 100px;
  display: block !important;
  padding: 0;
}

.tweet_list li {
  border-left: none !important;
  display: block !important;
  font-size: 12px;
  padding: 3px 0px;
}

.tweet_list span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.companyDescription {
  text-align: justify;
}

.companyDescription img {
  margin: 20px 60px;
  display: block;
  background: #ffffff;
}

.column {
  float: left;
  padding: 0px 10px;
  width: 225px;
  min-height: 80px;
  margin-bottom: 8px;
}

.column h1 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 6px;
}

.column p {
  margin: 0;
  margin-bottom: 6px;
}

.column ul {
  list-style-type: none;
}

.fat {
  min-height: 200px;
}

#more-info {
  margin-top: 16px;
}

.error {
  /*background: url("../images/error.gif") 10px 50% no-repeat #ffebeb;*/
  border: 1px solid #F5C1C2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #9E0B0F;
  font-weight: 700;
  /* width: 56%; */
  margin-bottom: 20px;
}

.info {
  /* background: url("../images/info.gif") 10px 50% no-repeat #e8f8fe;*/
  border-bottom-color: #CFDFE5;
  border-left-color: #CFDFE5;
  border-right-color: #CFDFE5;
  border-top-color: #CFDFE5;
  color: #004A80;
}

.info {
  background-color: #eaeaea;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 2px;
}

.info p {
  margin: 0;
}

.info,
.success,
.warning,
.error,
.validation {
  padding: 15px 10px 15px 55px;
  clear: left;
}

.passwordResetField {
  float: left !important;
}

.widePasswordResetLabel {
  width: auto;
}

.validationError {
  background: url("../images/validationError.gif") 5px 2px no-repeat transparent;
  clear: both;
  color: #E75C58 !important;
  font-weight: 700;
  display: block;
  padding: 3px 0px 15px 30px;
  position: relative;
  text-align: left;
  width: 350px;
}

.validationErrorIcon {
  background: url("../images/validationError.gif") 5px 2px no-repeat transparent;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.validationErrorStyle {
  color: #E75C58 !important;
  font-weight: 700;
}

.warning {
  background: url("../images/warning.gif") 10px 50% no-repeat #fffeeb;
  border-color: #E6E5D8;
  color: #555555;
  font-weight: 400;
  display: block;
  clear: both;
}

.hr {
  margin-top: 6px;
}

#footer .column {
  border: none;
  margin-bottom: 0px;
  height: 150px;
}

#footer .column h1 {
  color: #eaeaea;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0px;
}

#footer .column ul {
  margin: 0;
  padding-left: 20px;
}

#footer li {
  font-size: 12px;
  line-height: 1.4em;
  list-style-type: disc;
}

#footer a {
  line-height: 1.4em;
  color: #bcbcbc;
}

.social {
  padding-left: 0px !important;
}

#footer .social li,
#fourohfour .social li {
  display: inline;
  margin-right: 5px;
}

#footer a img#fourohfour a img {
  height: 32px;
  width: 32px;
  -moz-outline-style: none;
  outline: none;
}

#fourohfour ul,
#fourohfour h1 {
  padding: 0px 20px;
  margin: 0;
}

#fourohfour .column {
  width: 175px;
  height: 175px;
}

#loginMain ul {
  padding-left: 0px;
}

#loginMain li {
  margin-bottom: 0.3em;
  list-style-type: none;
}

#loginMain label {
  display: inline-block;
  width: 200px;
}

#loginMain input {
  width: 200px;
}

.button.login-submit {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  margin-left: 0;
}

.button.buttonLeft {
  float: left;
}

.feedbackLoginButton > ul {
  display: inline-block;
}

#breadcrumbs,
#breadcrumbs li {
  margin: 0;
  padding: 0;
}

#content ul#breadcrumbs {
  border-bottom: 1px solid #eaeaea;
  height: 20px;
  margin: 0;
}

#breadcrumbs li:first-child {
  padding-left: 40px;
}

#breadcrumbs li {
  float: left;
  line-height: 1.7em;
  padding-left: 0.75em;
  line-height: 20px;
  list-style-type: none;
}

#breadcrumbs li a,
#breadcrumbs li span {
  display: block;
  padding: 0 15px 0 0;
  background: url("../images/crumbs.gif") no-repeat right center;
  color: #585942;
}

#breadcrumbs li:last-child a,
#breadcrumbs li:last-child span {
  background: none;
}

table.genuine {
  border: 1px solid #dfdfdf;
  background-color: #F9F9F9;
  width: 100%;
  text-align: left;
  margin-bottom: 45px;
  margin-top: 5px;
  float: left;
  border-collapse: collapse;
}

table.genuine th.extension {
  width: 30px;
}

.documentsPanel {
  float: left;
  width: 100%;
}

.documentsPanel .companyPanel table.genuine {
  border-collapse: collapse;
}

table.genuine td,
table.genuine th {
  border-top-color: white;
  border-bottom: 1px solid #dfdfdf;
}

table.genuine th {
  font-weight: normal;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
  background-color: #eaeaea;
}

table.genuine td {
  font-size: 14px;
  padding: 4px 7px 2px;
  vertical-align: top;
  line-height: 1.7em;
}

span.document {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}

span.document span {
  margin-left: -9999px;
}

span.pdf {
  background-image: url("../images/page_white_acrobat.gif");
}

span.doc,
span.docx {
  background-image: url("../images/page_white_word.gif");
}

span.xls,
span.xlsx {
  background-image: url("../images/page_white_excel.gif");
}

span.ppt,
span.pps,
span.pptx {
  background-image: url("../images/page_white_powerpoint.gif");
}

span.gif,
span.png,
span.jpg,
span.bmp,
span.tif {
  background-image: url("../images/page_white_paint.gif");
}

span.odt,
span.ods,
span.odp {
  background-image: url("../images/page_white_tux.gif");
}

.grow {
  overflow: hidden;
  margin-bottom: 16px;
}

#readmore {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.login-submit {
  margin-left: 203px;
}

#loginMenu {
  float: right;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #eaeaea;
}

.SocialMediaShareJobDetail {
  float: right;
  margin-top: 20px;
}

.cvwApplicationFormMenu,
.CompanyDetail {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 35px;
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
  float: right;
  background-color: #eaeaea;
}

.CompanyDetail img {
  display: block;
}

.CompanyDetail ul {
  padding: 0;
  margin: 0;
}

#content .CompanyDetail .CompanyProfile ul {
  /* margin: auto; */
  padding: 10px 10px 10px 20px;
  width: auto;
}

.companyJobList {
  float: left;
  width: 57%;
}

#buttonLeft {
  height: 24px;
  width: 20px;
  float: left;
  background-image: url("../images/buttonLeft-N.png");
}

#buttonRight {
  height: 24px;
  width: 8px;
  float: left;
  background-image: url("../images/buttonRight-N.png");
}

.applyHereContainer {
  margin: 20px 0px;
  float: left;
}

.companyJobList h1 {
  display: inline;
}

.upperApplyHereContainer {
  float: left;
}

.ApplyCompanyLogo {
  float: left;
  margin: 20px 30px 30px 0px;
}

#header .buttonContainer {
  float: left;
}

#header .buttonContainer .buttonFill {
  background-image: url(../images/buttonFill-N.png);
  padding: 1px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cac8c8;
}

#header .buttonContainer .buttonFill:hover {
  background-image: none;
  background-color: #cac8c8;
}

#header .buttonContainer .buttonFill a {
  background: transparent;
  /*color: #fff;*/
  /*padding: 2.5px 5px;*/
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
  float: none;
}

#header .buttonContainer .buttonFill i {
  margin-right: 2px;
}

#facebook {
  float: left;
  margin-right: 6px;
}

#linkedinJoin {
  background-image: url("../images/linkedinJoin.png");
  float: left;
  height: 20px;
  margin-left: 7px;
  width: 52px;
}

#twitterTweet {
  background-image: url("../images/twitterTweet.png");
  float: left;
  height: 20px;
  margin-left: 7px;
  width: 62px;
}

.lblInformation {
  float: left;
  display: block;
}

.divSpacing table {
  table-layout: fixed;
}

.content2 {
  padding: 40px 50px 50px 50px;
  text-align: justify;
}

/* Nationality and Language control on SignUp Form */
.CandidateProfileNationalityControl, .CandidateProfileLanguageControl {
  display: inline-table;
  float: right;
  width: 360px;
}

.CandidateProfileNationalityControl select {
  margin: 5px 0 0 0;
}

.addNationalityButton, .addLanguageButton, .addItemButton {
  clear: both;
  float: right;
  margin-bottom: 10px;
  margin-top: 5px;
}

.languageItem {
  margin: 0;
  float: right;
  width: 360px;
}

.languageItem select {
  text-align: left;
}

.languageItem select.lang {
  width: 223px;
  margin: 5px 0 0 0;
  float: left;
}

.languageItem select.score {
  width: 130px;
  margin: 5px 2px 0 5px;
  float: right;
}

.revl h1 {
  display: inline;
}

.revl p {
  padding-top: 6px;
}

.revl img {
  width: 35px;
  vertical-align: text-bottom;
}

/* ignorable fields tooltip dialog */
.tooltipdialogWrapper {
  position: relative;
  background-color: rgba(245, 245, 245, 0.9) !important;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 8px 1px #ccc;
  box-shadow: 0px 5px 8px 1px #999;
}

.tooltipdialogWrapper .closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -10000px;
  overflow: hidden;
  height: 20px;
  width: 20px;
  padding: 0px;
  background: transparent url("../images/cross.png") left top no-repeat;
  border: none;
  cursor: pointer;
}

.tooltipdialogWrapper ul, .tooltipdialogWrapper ul * {
  text-align: left;
}

/**********************************/
/*   FAQ on Candidate Portal      */
.faq .sectionTitle {
  margin-bottom: 15px !important;
}

.faq .questionAnswerBlock {
  border: 1px solid #dfdfdf !important;
  background-color: #F9F9F9;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.faq .question {
  font-weight: normal;
  padding: 7px 7px 8px 30px;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
  font-style: italic;
  border-top-color: white;
  background: #eaeaea;
  background-image: url("../images/ul-arrow.png");
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

.faq .opened {
  background-image: url("../images/downarrow-hover.png") !important;
  background-position: 9px 14px;
}

.faq .answer {
  font-size: 14px;
  padding: 4px 7px 2px;
  vertical-align: top;
  line-height: 1.7em;
  border-top: 1px solid #dfdfdf;
}

/*************************************/
/* Application Form CVWarehouse menu */
/*************************************/
.applFormLinkedInLink {
  background: #E8E8EE url("../images/linkedin.png") 5px 5px no-repeat !important;
  padding: 5px 5px 5px 30px;
  color: #004493;
  border: 1px solid #B2B2B2;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.applFormLinkedInLink:hover {
  cursor: pointer !important;
}

.onClickPopUp {
  display: none;
}

.noActiveCompany, .noActiveJob {
  display: none;
  left: 15%;
  position: absolute;
  top: 200px;
}

.foTop {
  top: 250px;
}

.opacityOverlay25pct {
  filter: alpha(opacity=5);
  -moz-opacity: 0.05;
  -khtml-opacity: 0.05;
  opacity: 0.05;
}

.noActiveCompany h1, .noActiveJob h1 {
  font-size: 24px !important;
}

.noActiveCompany ul, .noActiveCompany li, .noActiveCompany a, .noActiveJob ul, .noActiveJob li, .noActiveJob a {
  font-size: 18px !important;
  list-style-type: disc;
}

.checkbox-layout > input {
  width: 13px;
  margin-left: 0;
}

div.applyFormInfo p {
  margin: 0;
}

/* START Apply form info (located at the right side of the company logo) */
div.applyFormInfo div img {
  width: 16px;
  position: relative;
  top: 3px;
}

div.applyFormInfo div img.infoFieldImgEnvelope {
  width: 16px;
  top: 2px;
}

div.applyFormInfo div img.infoFieldImgLock {
  width: 16px;
}

div.applyFormInfo div p.infoFieldText {
  display: inline;
  margin-top: 0;
  font-size: 12px;
}

div.applyFormInfo div a {
  font-size: 12px;
}

div.applyFormInfo div.marginTopBottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* END Apply form info (located at the right side of the company logo) */
/* Mark */
mark, .mark {
  padding: 0.2em;
  font-size: 16px;
  font-weight: bold;
}

mark {
  color: #000;
  background: #ff0;
}

#videoApplicationBox {
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
}

#videoApplicationBox p {
  font-size: 14px;
  /* display: inline-block; */
  margin-bottom: 10px;
  margin-right: 15px;
}

.videoApplicationButtons {
  text-align: right;
}

.alignRight {
  text-align: right;
}

#recordVideoButton {
  background: #fff url("/images/glyphicons/glyphicons-181-facetime-video-resized.png") no-repeat 10px center;
  background-size: 12px 8px;
}

#deleteVideoButton {
  background: #fff url("/images/glyphicons/glyphicons-198-remove-resized.png") no-repeat 10px center;
  background-size: 12px 12px;
}

#playVideoButton {
  background: #fff url("/images/glyphicons/glyphicons-221-play-button-resized.png") no-repeat 10px center;
  background-size: 12px 12px;
}

#recordVideoButton,
#deleteVideoButton,
#playVideoButton {
  color: #333;
  /* display: inline-block; */
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 7px;
  padding-left: 30px;
}

#recordVideoButton:hover,
#deleteVideoButton:hover,
#playVideoButton:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  text-decoration: none;
}

.videoApplicationButtons * {
  margin-right: 5px;
}

/* Play, Record and delete buttons on Candidate's job applications */
table.genuine > tbody > tr > th.videoApplicationHeader,
table.genuine > tbody > tr > td.videoApplicationJs {
  text-align: center;
}

table.genuine > tbody > tr > th.videoApplicationHeader > img,
table.genuine > tbody > tr > td.videoApplicationJs > a.videoApplicationButtonJs > img {
  width: 14px;
}

table.genuine > tbody > tr > td.videoApplicationJs > a.videoApplicationButtonJs:not(:last-child) {
  margin-right: 5px;
}

/* Bootstrap helper classes for embed objects */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Delete video modal */
.videoApplicationDelete .videoDeleteText {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.videoApplicationDelete .videoDeleteText:first-of-type {
  margin-top: 10px;
}

.videoApplicationDelete .videoDeleteText:last-of-type {
  margin-bottom: 10px;
}

.videoApplicationDelete .videoDeleteButtons {
  text-align: center;
}

#recaptcha_response_field {
  clear: none;
  float: none;
  margin-right: 0;
}

.recaptchaButton {
  background: #fff  no-repeat 10px center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  margin-right: 5px;
}

.recaptchaButton.recaptchaRefresh {
  background-image: url("../images/glyphicons/glyphicons-82-refresh.png");
}

.recaptchaButton.recaptchaAudio {
  background-image: url("../images/glyphicons/glyphicons-185-volume-up.png");
}

.recaptchaButton.recaptchaText {
  background-image: url("../images/glyphicons/glyphicons-101-font.png");
}

.recaptchaButton.recaptchaHelp {
  background-image: url("../images/glyphicons/glyphicons-79-warning-sign.png");
}

#captchaControls {
  display: inline-block;
  margin-left: 5px;
}

#captchaControls > div {
  display: inline-block;
}

a.flipbasePrivacyLink,
a.flipbasePrivacyLink:link {
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
}

#loginPopUp {
  padding: 0;
}

#needHelpPopUp {
  padding: 0;
}

#loginMain ul li a {
  margin-top: 6px;
  margin-left: 20px;
}

#feedbackLoginButton {
  width: 85%;
}

.info > h1 {
  font-size: 16px;
}

.companyInThePictureJobList {
  width: 312px;
}

/* Thank you text */
div.buttonSet {
  margin: 15px 0 0 0;
}

div.buttonSet h4 {
  margin: 0 0 15px 0;
}

div input#btnFinishedApplying.button.yes-answer, div input#btnFinishedApplying.button.no-answer {
  margin: 5px 10px 0 0;
}

div input#btnContinueApplying.button.yes-answer:hover, div input#btnContinueApplying.button.no-answer:hover {
  text-decoration: none;
}

.addDocumentHelperText {
  margin: 0 0 5px 0;
  font-weight: bold;
}

p.pWithNoMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

ul.ulWithNoMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Candidate picture css */
.candPic {
  width: 100%;
  margin-top: 15px;
}

.candPic .preview {
  width: 30%;
  float: left;
}

.candPic .preview #myCroppic {
  width: 180px;
  height: 180px;
  position: relative;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: url(/images/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px 60px;
}

.candPic .preview #myCroppic form[class$=_imgUploadForm] {
  display: none;
} /* Fix to the plug-in css */
/* Hide the crop button on croppic pluggin */
.candPic .preview #myCroppic .cropControls .cropControlCrop {
  display: none;
  visibility: hidden;
}

/* Hide the reset button on croppic pluggin */
.candPic .preview #myCroppic .cropControls .cropControlReset,
.candPic .preview #myCroppic .cropControls .cropControlRemoveCroppedImage {
  display: none;
  visibility: hidden;
}

/* Hide image when loading it to the page, so that it doesn't appear on it's initial size */
.candPic .preview #myCroppic.uploading > img {
  display: none;
  visibility: hidden;
}

/* Hide the background picture when loading an image to the page */
.candPic .preview #myCroppic.uploading {
  background-image: none;
}

.candPic .controls {
  width: 70%;
  float: left;
}

.candPic .controls .displayBlock {
  display: block;
  margin-bottom: 5px;
}

.candPic .controls .displayBlock.link {
  font-size: 14px;
  margin-left: 4px;
}

.candPic .controls p.displayBlock.helperText {
  font-size: 14px;
  margin-left: 4px;
}

.candPic .controls .displayBlock p {
  margin-bottom: 0;
}

.candPic .controls .applyWithPictureJs {
  margin: 0 5px 0 0;
}

.candPic .controls .applyWithPictureLabel {
  font-weight: bold;
  display: inline-block;
}

.candPic.medium80 .preview {
  width: 11%;
  float: left;
}

.candPic.medium80 .controls {
  width: 89%;
  float: left;
}

.candPic .avatar .round {
  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: center;
  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 50%;
  /* Width */
  /* Matching with class: medium80 */
  /* Matching with js var candidatePictureClassName */
  width: 80px;
}

.candPic .avatar .rectangular {
  /* fill the container, preserving aspect ratio, and cropping to fit */
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: center;
  /* round the edges to a circle with border radius 1/2 container size */
  border-radius: 5px;
  /* Width */
  /* Matching with class: medium80 */
  /* Matching with js var candidatePictureClassName */
  width: 80px;
}

/* Candidate picture manage companies modal */
.manageCompaniesDialog h3 {
  font-size: 14px;
}

.manageCompaniesDialog table {
  margin: 15px 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}

.manageCompaniesDialog thead tr {
  border-top: none;
}

.manageCompaniesDialog th {
  text-align: left;
  border-bottom: 2px solid #ddd;
  padding: 5px;
}

.manageCompaniesDialog tbody tr {
  border-top: 1px solid #ddd;
}

.manageCompaniesDialog td {
  padding: 5px;
  font-size: 12px;
}

.manageCompaniesDialog td.centerManageCompanies {
  padding: 5px;
  text-align: center;
}

.manageCompaniesDialog .controlsManageCompanies {
  display: inline-block;
  float: right;
}

/* Candidate picture remove picture dialog */
.removeCurrentPictureDialog h3 {
  font-size: 14px;
}

.removeCurrentPictureDialog .controls .button.confirm {
  float: right;
}

/* Candidate picture column on JobApplications table */
input.privacyPolicySendMailToSupport {
  min-width: 100%;
  /*width: 590px;*/
  margin: 0;
  float: left;
}

textarea.messageContent {
  resize: none;
  min-width: 100%;
  min-height: 100%;
}

.privacySendMailToSupport {
  margin: 0;
  float: right;
}

h1.contactFormThroughPrivacyPolicyTitle {
  margin-bottom: 40px;
}

td.privacyContactFormlabel {
  width: 10%;
}

input.privacyPolicySendMailToSupportBtn {
  float: right;
  width: 300px;
}

/* START Find a job Page */
#findAJob {
  float: left;
  width: 41%;
  padding: 40px 20px 20px 50px;
}

.simpleSearchForm .form-group {
  margin-bottom: 5px;
}

.simpleSearchForm label.searchLabel {
  width: 38%;
  display: inline-block;
}

.simpleSearchForm .searchControl {
  width: 60%;
  display: inline-block;
}

.simpleSearchForm .searchControl select,
.simpleSearchForm .searchControl input {
  width: 100%;
  height: 18px;
  display: inline-block;
  border-width: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.simpleSearchForm .lnkToAdvancedSearch {
  font-size: 12px;
}

.simpleSearchForm .submitSearch {
  float: right;
}

/* END Find a job Page */
/* START Company in the picture */
#companyInThePicture {
  float: right;
  width: 46%;
  padding: 78px 20px 20px 20px;
  min-height: 212px;
  *min-height: 230px;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-left-color: #c0c0c0;
  border-radius: 0px 10px 10px 0px;
}

#companyInThePicture img {
  float: left;
  display: block;
  height: 110px;
  width: 110px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #c0c0c0;
  background-color: white;
}

#companyInThePicture div {
  float: left;
  min-height: 126px;
}

#companyInThePicture ul {
  margin: 0px !important;
  padding-left: 10px;
  width: 302px;
}

#companyInThePicture .button {
  float: right;
  padding-bottom: 5px;
  padding-top: 4px;
  line-height: 1.5em;
}

#companyInThePicture li,
#CompanyDetail li {
  list-style-type: none;
  background: url("../images/ul-arrow.png") 0px 4px no-repeat transparent;
  padding-left: 12px;
}

#companyInThePicture p {
  float: left;
}

/* END Company in the picture */
#divDisclaimer .country-selection {
  text-transform: uppercase;
}

#divDisclaimer .country-buttons {
  float: left;
}

#divDisclaimer .disclaimer-content {
  float: left;
  width: 100%;
  padding-top: 15px;
}

/* Disabled state for buttons */
.button.disabled, input[type=file].disabled {
  opacity: 0.5;
  pointer-events: none;
}
