html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /*	background-image: linear-gradient(top, rgb(255,255,255) 15%, rgb(207,227,254) 100%);
     background-image: -o-linear-gradient(top, rgb(255,255,255) 15%, rgb(207,227,254) 100%);
     background-image: -moz-linear-gradient(top, rgb(255,255,255) 15%, rgb(207,227,254) 100%);
     background-image: -webkit-linear-gradient(top, rgb(255,255,255) 15%, rgb(207,227,254) 100%);
     background-image: -ms-linear-gradient(top, rgb(255,255,255) 15%, rgb(207,227,254) 100%);

     background-image: -webkit-gradient(
     linear,
     left top,
     left bottom,
     color-stop(0.15, rgb(255,255,255)),
     color-stop(1, rgb(207,227,254))
     );*/
}

/* general styles */
select {
    width: 100%;
}

.block-center {
    display: block;
    margin: 0 auto;
}

.label-group {
    font-weight: bold;
}

.page {
    min-height: 100%;
    position: relative;
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-stacked li a {
    background-image: linear-gradient(top, rgb(255, 255, 255) 25%, rgb(241, 248, 254) 50%, rgb(234, 247, 255) 75%);
    background-image: -o-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(241, 248, 254) 50%, rgb(234, 247, 255) 75%);
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(241, 248, 254) 50%, rgb(234, 247, 255) 75%);
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(241, 248, 254) 50%, rgb(234, 247, 255) 75%);
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(241, 248, 254) 50%, rgb(234, 247, 255) 75%);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.25, rgb(255, 255, 255)),
            color-stop(0.5, rgb(241, 248, 254)),
            color-stop(0.75, rgb(234, 247, 255))
    );
    color: black;
    padding-left: 20px;
    padding-right: 25px;
    position: relative;
}

.nav-stacked li a:hover {
    background: #eee;
}

.nav-stacked .icon-chevron-right {
    position: absolute;
    right: 15px;
    top: 0.75em;
}

.nav-tabs-highlighted {
    border-bottom: 0;
    margin: 0 50px;
}

.nav-tabs-highlighted li {
    margin-right: 5px;
}

.nav-tabs-highlighted > li > a,
.nav-tabs-highlighted > li > a:hover,
.nav-tabs-highlighted > li > a:focus {
    background: none;
    border: none;
}

.nav-tabs-highlighted > li.active > a,
.nav-tabs-highlighted > li.active > a:hover,
.nav-tabs-highlighted > li.active > a:focus {
    background: rgb(248, 252, 255);
    box-shadow: 0 -2px 1px 1px #eee;
    border-color: rgb(248, 252, 255);
    border-radius: 5px;
}

.btn-raw {
    border-radius: 0;
}

form {
    margin: 0;
}

fieldset {
    padding-top: 10px;
}

.gt-text-highlight {
    color: #0074b1;
}

.gt-text-highlight span {
    display: block;
    color: black;
    font-weight: bold;
    font-size: 17.5px;
    line-height: 20px;
    margin-top: 10px;
}

.text-inverted {
    color: #ffffff;
}

.text-simple {
    text-decoration: none;
}

/* header parts */
.header {
    width: 100%;
    margin-bottom: 10px;
}

.header .branding .btn {
    padding: 4px 6px;
}

.header .logo img {
    max-height: 30px;
}

.header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-fluid.branding {
    background-image: linear-gradient(top, rgb(255, 255, 255) 25%, rgb(239, 244, 250) 95%, rgb(227, 232, 238) 100%);
    background-image: -o-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(239, 244, 250) 95%, rgb(227, 232, 238) 100%);
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(239, 244, 250) 95%, rgb(227, 232, 238) 100%);
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(239, 244, 250) 95%, rgb(227, 232, 238) 100%);
    background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 25%, rgb(239, 244, 250) 95%, rgb(227, 232, 238) 100%);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.25, rgb(255, 255, 255)),
            color-stop(0.95, rgb(239, 244, 250)),
            color-stop(1, rgb(227, 232, 238))
    );
}

.container-fluid.status {
    background: #f7fbfe;
    border-bottom: 1px solid #97cadf;
}

.container-fluid.status .info {
    text-align: center;
    color: #0077b6;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 30px;
}

.container-fluid.subheader {
    background: white;
    border-bottom: 1px solid #83bad8;
}

.container-fluid.subheader .info {
    color: #0077b6;
    font-weight: bold;
}

/* content parts */
.content {
    padding-bottom: 60px; /* Height of the footer */
    clear: both;
}

.content h4 {
    padding-left: 20px;
}

.content .highlighted h4 {
    padding-left: 0;
}

.highlighted {
    padding: 10px 20px;
    box-shadow: 0 0 3px 3px #eee;
    border-radius: 5px;
    background-image: linear-gradient(top, rgb(248, 252, 255) 22%, rgb(215, 237, 250) 61%);
    background-image: -o-linear-gradient(top, rgb(248, 252, 255) 22%, rgb(215, 237, 250) 61%);
    background-image: -moz-linear-gradient(top, rgb(248, 252, 255) 22%, rgb(215, 237, 250) 61%);
    background-image: -webkit-linear-gradient(top, rgb(248, 252, 255) 22%, rgb(215, 237, 250) 61%);
    background-image: -ms-linear-gradient(top, rgb(248, 252, 255) 22%, rgb(215, 237, 250) 61%);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.22, rgb(248, 252, 255)),
            color-stop(0.61, rgb(215, 237, 250))
    );
}

.container-fluid.utility {
    margin-top: 20px;
}

.section {
    display: block;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-odd {
    background: #f4f9ff;
}

.homepage-heading {
    font-size: 17px;
}

.job-results-item {
    text-decoration: none;
    color: black;
}

.job-results-item:hover {
    color: inherit;
}

.job-results-item .date {
    color: #999;
    padding-right: 34px;
}

.job-results-item .company-name {
    padding-right: 34px;
}

.job-results-item .title {
    font-size: 1.2em;
    color: #0077b6;
    font-weight: bold;
}

.job-results-item i.icon-chevron-right {
    position: absolute;
    bottom: 2.5em;
    right: 0;
}

.span-relative,
.btn-upload {
    position: relative;
    overflow: hidden;
}

.btn-upload > input {
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
}

.one-time-homepage .page {
    background: url('../images/mobile/background.jpg') no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

/* footer parts */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    text-align: center;
}

.footer .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer .pull-left {
    padding-right: 10px;
}

.footer .pull-right {
    padding-left: 10px;
}

.footer .links {
    text-align: center;
}

.one-time-homepage .footer {
    background: #aaa;
    background: rgba(170, 170, 170, 0.8);
}

.one-time-homepage .footer a {
    color: #222;
}

.box-content {
    font-size: 12px !important;
    height: 250px;
    padding: 12px;
}

.box-content .row1 {
    height: 125px;
}

.box-content .row2 {
    height: 125px;
}

.cont-icon-search {
    background: url('/images/icon_search_cv_db.gif') no-repeat;
    height: 64px;
    width: 64px
}

.cont-icon-postjob {
    background: url('/images/icon_job_posting.gif') no-repeat;
    height: 64px;
    width: 64px
}

.bottom-recruiting {
    padding: 20px;
}

#thank-you-message {
    margin-top: 20px;
}

#thank-you-message p {
    color: green !important;
}

.form-error {
    color: red;
}

.form-radios {
    overflow: hidden;
}

.form-radios {
    margin: 10px 0;
}

.form-radios.vertical > div > div > label, .form-radios.vertical input {
    float: left;
}

.form-radios.vertical input {
    margin-right: 5px;
    clear: both;
}

.form-radios > div > div {
    overflow: hidden;
    padding-left: 3px;
}

.form-radios.horizontal > div > div > label, .form-radios.horizontal input {
    float: left;
    margin-right: 5px;
}
.form-radios input {
    margin-top: 2px;
}

.screening-questions {
    margin-bottom: 15px;
}

.screening-question {
    font-weight: bold;
    margin-top: 10px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

ul.bullets-arrows, ul.bullets-ticks {
    margin: 0 auto;
}

ul.bullets-ticks li, ul.bullets-arrows li {
    list-style: none;
    text-align: left;
}

ul.bullets-ticks li {
    background: url(/images/arrow3.gif) left 5px no-repeat;
    padding-left: 25px;
}

ul.bullets-arrows li {
    background: url(/images/arrow.gif) left 5px no-repeat;
    padding-left: 15px;
}

div.terms-section {
    margin-bottom: 20px;
}

div.terms-top-content {
    margin-bottom: 60px;
}

div.terms-section .heading {
    font-weight: bold;
}

div.terms-section li .heading {
    font-style: italic;
}

.heading-section {
    border-top: 1px solid #83bad8;
    border-bottom: 1px solid #83bad8;
}

.section-jobs {
    background-color: #409cb7;
    color: #ffffff;
}

.section-premium {
    background-color: #d9aa35;
    color: #ffffff;
}

.gt-search-buttons {
    font-weight: normal;
    margin-bottom: 9px;
}

.search-container {
    margin: 10px 0 0 0;
}

.text-info {
    color: #0077b6;
}

.text-danger {
    color: #dc3545 !important;
}

.text-alert {
    color: #e0092a !important;
}

.text-muted {
    color: #636464 !important;
}

.text-supermuted {
    color: #999 !important;
}

.text-dark-blue{
    color: #28306c;
}

.text-dark-grey {
    color: #333;
}

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

.text-xs {
    font-size: 11px !important;
}

.text-sm {
    font-size: 13px !important;
}

.text-med {
    font-size: 16px !important;
}

.text-lg {
    font-size:18px;
}

.text-xxl {
    font-size: 24px;
}

.text-hg {
    font-size: 36px;
}


.hero-banner {
    background: url('/images/mobile/premium-header-stripe.png') repeat-y;
    background-size: 100% auto;
}

.hero-banner .text-info{
    color: white;
}

.premium-candidate-content .btn-section {
    color: white;
    background-color: #d9aa35;
    border-color: #d9aa35;
    background-image: -moz-linear-gradient(top, #EABF53, #d9aa35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EABF53), to(#d9aa35));
    background-image: -webkit-linear-gradient(top, #EABF53, #d9aa35);
    background-image: -o-linear-gradient(top, #EABF53, #d9aa35);
    background-image: linear-gradient(to bottom, #EABF53, #d9aa35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff#d9aa35', GradientType=0);
}

.premium-candidate-content h3 {
    font-size: 18px;
}

.premium-candidate-content h4,
.premium-candidate-content .text-info,
.premium-employer-content h3,
.premium-employer-content .text-info {
    color: #28306c;
}

.premium-candidate-content input[type="radio"] {
    margin-top: 1px;
}

.employer-hero {
    background: url('/images/mobile/premium-header-stripe.png') repeat-y;
    background-size: 100% auto;
}

.employer-hero .text-info {
    color: white;
}

.space-all-none {
    margin: 0 !important;
}

.space-top-xxs {
    margin-top: 5px !important;
}

.space-top-xs {
    margin-top: 10px !important;
}

.space-bottom-sm {
    margin-bottom: 15px !important;
}

.space-bottom-xs {
    margin-bottom: 10px !important;
}

.space-bottom-med {
     margin-bottom: 25px !important;
}

.space-bottom-lg {
    margin-bottom: 30px !important;
}

.space-top-none {
    margin-top: 0 !important;
}

.space-top-med {
     margin-top: 25px !important;
}

.space-top-xxl {
    margin-top: 50px !important;
}

.space-bottom-none {
    margin-bottom: 0 !important;
}

.space-left-xxs {
    margin-left: 5px !important;
}

.space-left-sm {
    margin-left: 10px !important;
}

.space-left-med {
    margin-left: 30px !important;
}

.space-left-none {
    margin-left: 0 !important;
}

.space-right-sm {
    margin-right: 10px !important;
}

.padding-left-xs {
    padding-left: 10px !important;
}

.padding-left-med {
    padding-left: 25px !important;
}

.padding-right-med {
    padding-right: 25px !important;
}

.padding-all-none {
    padding: 0 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bottom-right-position {
    bottom: 10px;
    right: 10px;
}

.above-nav {
    z-index: 3; /* .nav-tabs.nav-stacked>li>a:hover has z-index 2 */
}

.social-share-container a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.select-group select{
    margin-bottom: 5px;
}

hr.supermuted {
    border-top-color: #999999;
}

hr.info {
    border-top-color: #49afcd;
}

.inline{
    display: inline-block;
}

.hidden{
    display: none;
}

.btn-brand-facebook {
    color: white;
    background-color: #474699;
    border-color: #474699;
    background-image: none;
}

.btn-brand-facebook:hover, .btn-brand-facebook:focus, .btn-brand-facebook:active, .btn-brand-facebook.active {
    color: white;
    background-color: #373676;
    border-color: #34336f;
}

.grey-wrapper {
    display: inline-block;
    background-color: #999999;
}

.article-line-height {
    line-height: 25px;
}

.icon-sm {
    width: 15px;
    height: 15px;
}

.min-height-none {
    min-height: 0 !important;
}

.text-strong {
    font-weight: bold;
}

/**
 *  In bootstrap first span child has margin-left:0;
 *  This class sets margin to bootstrap default value for a span.
 */
.row-fluid [class*="span"].retain-margin {
    margin-left: 2.127659574468085% !important;
}

.sizing-border-box {
    box-sizing: border-box;
}

.img-small {
    max-height: 80px;
}

.pointer {
    cursor: pointer !important;
}

/* text-brand-client classes that come from Prismic */
h2 .text-brand-client {
    font-size: 16px;
}

h3 .text-brand-client {
    font-size: 14px;
}

.carousel-control {
    border: 0px;
    background: transparent;
    color: #e0082a;
    font-size: 35px;
    margin-top: 0px;
    opacity: 1;
}

.carousel-control:hover {
    color: #e0082a;
}

.carousel-control.left {
    left: -30px;
    width: auto;
}

.carousel-control.right {
    right: -30px;
    width: auto;
}

.carousel .icon-next:before {
    font-weight: bold;
    content: '>';
}

.carousel .icon-prev:before {
    font-weight: bold;
    content: '<';
}

.carousel-indicators {
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    text-align: center;
}

.carousel-indicators .active {
    background-color: grey;
}

.carousel-indicators li {
    background-color: white;
    border: 1px solid grey;
    display: inline-block;
    float: none;
}

.modal {
    left: 0px;
    margin-left: 0px;
    width: auto;
}

.modal-body {
    max-height: 75vh;
}

.modal-body .row {
    margin-left: 0px;
}

.modal .carousel-indicators {
    display: none;
}

.modal .carousel-control.left {
    left: -15px;
    width: auto;
}

.modal .carousel-control.right {
    right: -15px;
    width: auto;
}

body.modal-open {
    overflow: hidden;
}