/* ===================================================
 IMPORTANT: Generated from Aurelia.
 If located in Content: DON'T EDIT
 Edit this: src\recruit-odvert\elements\odvert.css
 and run: au build
 ===================================================== */

body{
	overflow-x: hidden;
}

.container{
    padding-right: 0;
    padding-left: 0;
}

.backdrop{
    background-size: cover;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.backdrop-off{
    background-size: cover;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.info-background {
    background-color: #d9edf7;
}

h5{
    font-weight: bold;
}


.parent {
    display: table;
    table-layout: fixed;
}

.child {
    display:table-cell;
    vertical-align:middle;
    float: none;
    padding: 0;
}

.child-left {
    display:table-cell;
    vertical-align:middle;
    float: none;
    text-align: left;
    padding: 0;
}

.child-right {
    display:table-cell;
    vertical-align:middle;
    float: none;
    text-align: right;
    padding: 0;
}

@media (min-width: 768px) {
    .img-thumbnail{
        background-color: #ffffff;
        border: 1px solid #ddd;
        padding: 4px;
    }
}

.img-thumbnail{
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 0;
}

.we-justify{
text-align-last: justify;
text-align: justify

}

.we-background{
    padding: 2px;
}

hr{
    border-color: #d9edf7;
    border-width: 0.15em;
}

.pre-scrollable{
    max-height: 420px;
    overflow-y: auto;
}

.pre-scrollable-gobi{
    max-height: 430px;
    min-height: 430px;
    overflow-y: auto;
}


.pre-scrollable-contact{
    max-height: 490px;
    min-height: 490px;
    overflow-y: auto;
}

.card-wrapper{
    margin-top: 10px;
}

.meta-label{
    margin-top: 5px;
}

@media print {
    a[href]:after {
      content: none;
    }

    .info-background  {
        background-color: #d9edf7 !important;
        -webkit-print-color-adjust: exact;     
  }
}


/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
 @media all and (max-width: 767px) {
  .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; }
  .text-xs-justify { text-align: justify; }
 }

@media all and (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media all and (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media all and (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

.text-wrap{
    word-wrap: break-word;
    word-break: break-all;
}


/*this is actually template specific, 
but since IE wont tolerate media queries in body
it is added here in the generic template css*/
@media all and (min-width: 768px) {
    .logo-position { 
        left: 20px;
        top: -75px;
        position: absolute;
    }
}

@media all and (max-width: 767px) {
    .logo-position{
        left: 0;
        top: 0;
        position: inherit;
    }
}

.we-padding{
    padding-top: 0.25em;
    padding-bottom: 0.25em
}

.we-padding-large{
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.we-tab {
    padding: 15px;
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.key-info-header{

}

.key-info-value{
    font-weight:bold; 
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}

.mail-color{
    color: #2270c2;
}

.fb-color{
    color: #2f64b8;
}
.in-color{
    color: #0579b7;
}
.tw-color{
    color: #009fe3;
}

.pointer{
    cursor: pointer;
}


@media print{
    .noprint{
        display:none;
    }
}


 #map {
    height: 100%;
  }
  
  /* Optional: Makes the sample page fill the window. */

  .pac-container {
    z-index: 10050 !important;
}  

.google-maps-tooltip{
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.col-we-inline-block {
    float: none !important; 
    display: inline-block; 
    vertical-align: bottom;
}

body.recruit.odvert.preview .col-we-inline-block, body.recruit.odvert.index .col-we-inline-block {
    margin-right: -3px;
}

footer {
    background-color: #fff;
    border-radius: 0.25rem;
    border: none;
    padding: 5px 10px;
    margin: 10px 0;
}

body[style*="none"] footer {
    background-color: transparent;
}

footer a {
    display: inline-block;
    margin-right: 10px;
}

@media only print  {
    ._hj_feedback_container {
        display: none;
    }
}

h1 {
    font-size: 30px;
    font-weight: 500;
    color:#26253e;
}

h1 small {
    font-size: 18px;
    display: block;
    color: #26253e;
    margin-top: 10px;
}

h2{
    font-size: 18px;
    font-weight: 500;
}

.apply-button{
    margin-top: 20px;
    margin-bottom: 10px;
}