body {
    padding-top: 50px;
    background-color: #F3F3F3;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fullbody-bg {
    position:relative;
    margin-top:0px;
    margin-bottom:0px;
    overflow: hidden;
    height: 800px;
}

.fullbody-bg .background-image {
    width: auto;
    display: none;
    height: 800px;
    position: absolute;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 81%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(204,204,204,1) 81%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(201, 204, 201) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}

.search-container {
    position: absolute;
    top: 150px;
    margin: 0 auto;
    text-align: center;
    width:50%;
    left:50%;
}

@media all and (max-width: 768px) {
    .search-container {
        position: absolute;
        top: 150px;
        text-align: center;
        width: 100%;
        left: 0%;
    }

    .search-section {
        left: 0% !important;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }
}


.search-container h2 {
}

.search-container .arrow {
    content: '';
    position: absolute;
    display: block;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fff transparent;
    width: 12px;
    height: 15px;
}

.search-section {
    color: white;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.8));
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    left: -50%;
}

.search-section input {
    max-width: 600px;
    margin: 0 auto;
    display: inline;
    width: 80%;
}

.search-section button {
    display: inline;
}

.search-section ul {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 25px;
}

.search-section ul li {
    display: inline;
    padding: 5px;
    margin: 5px;
    font-size: 1.1em;
    cursor: pointer;
}

.search-section ul li:hover {
    background-color: #aaa;
    color: #333;
    border-radius: 4px;
}

.search-section ul li.active {
    background-color: white;
    color: #333;
    border-radius: 5px;
}

.home-first-section {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.home-second-section {
    background-color: #eee;
    padding-bottom: 30px;
    padding-top: 30px;
}

.home-third-section {
    background-color: #333;
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.bottom-most {
    padding-top: 30px;
    color: #999;
}

.horizonal-line {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.logo-image {
}

.common-section {
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 2px 2px 1px #ddd;
}

.common-section h2 {
    margin-bottom: 20px;
}

.backend-photo-container {
}

.backend-photo {
    min-height: 350px;
    text-align: center;
}

.backend-photo img {
    margin: 0 auto;
}

.backend-company {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.photo-container {
}

.photo {
    padding: 5px;
}

.preview-photo {
    padding: 2px;
}

.photo img {
    cursor: pointer;
}

.preview-photo img {
   cursor: pointer;
}


.light-text {
    color: #999;
    font-size: 0.8em;
    font-weight: normal;
}

.poster-image {
    width: 100%;
    height: 250px;
}

@media all and (max-width: 768px) {
    .poster-image {
        width: 100%;
        height: auto;
    }
}


.review-header {
    color: #189863;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.company-header-section {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.show-more-link {
    margin-top: 20px;
}

.review {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    position: relative;
}

.salary {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

.masked {
    opacity: 0.3;
    padding: 5px;
}

.salaries-container {
    display: table;
    width: 100%;
    position: relative;
}

.salary .min-max {
    margin-bottom: 15px;
}

.salary .position {
    margin-bottom: 15px;
}

.salary .position .title {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    color: #189863;
}

.salary .position small {
    color: #aaa;
}

.salary .average {
}

.backend-salary, .backend-review {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.company-header-section .company-website {
    font-size: 0.9em;
    color: #999;
}

.company-general-section {}
.company-short-description-section {}
.company-reviews-section {}
.company-salaries-section {}
.company-photos-section {}
.reviews-list-section {}
.company-job-ads-section {
    padding: 0 !important;
}

[contenteditable]:hover, [contenteditable]:focus {
    background-color: #F3EDC2;
}

[contenteditable]:hover:after {
    content: "";
}

[contenteditable]:focus:after {
  content: '';
}


[contenteditable]:focus {
    padding: 5px;
}

#imagepreview {
    margin: 0 auto;
    cursor: pointer;
}

.bottom-margin {
    margin-bottom: 20px;
}

#login_modal_link {
    position: absolute;
    opacity: 0;
    padding: 10px;
    display: none;
    z-index: 10000;
}

#login_modal_link.show {
    background-color: white;
    border: 1px solid #ccc;
    display: inline-block;
    opacity: 1;
    transition: 0.7s;
}

.multiline-comment {
    white-space: pre-line;
}

.total-items-link {
    text-decoration: none;
    color: #333;
}

.total-items-count {
    font-size: 1.2em;
    display: block;
    font-weight: bold;
}

.total-items-title {
    color: #337ab7;
}

.company-header-table {
    width: 100%;
}

.company-header-logo-image {
    width: 150px;
    padding: 10px;
}

.company-header-logo-image img {
    width: 150px;
}

.company-header-name {
    padding: 5px;
    padding-bottom: 10px;
}

.company-header-score {
    padding-left: 5px;
    text-align: center;
    border-right: 1px solid #eee;
    font-size:0.9em;
}


@media all and (max-width: 450px) {
    .company-header-score {
        display: none;
    }
}

.company-header-items-row {
    border-top:1px solid #eee;
}

.company-header-items {
    text-align: center;
    padding: 5px;
    width: 100px;
    border-right: 1px solid #eee;
}

.question-answer-section .question {
    font-size: 1.3em;
    font-weight: bold;
    margin: 10px;
}

.field-description {
    font-size: 0.8em;
}

.companies-container table {

}

.companies-container table tr {

}

.companies-container table td {
    padding: 10px;
}

.companies-container table td.logo-image {
    width: 150px;
}

.companies-container img.logo-image {
    width: 100%;
}

.companies-container table td.score {
    width: 150px;
    font-size: 0.6em;
}

@media all and (max-width: 450px) {
    .companies-container table td.score {
        width: 120px;
        font-size: 0.6em;
    }

    .companies-container table td.logo-image {
        width: 80px;
    }

}

.banner-container {
    width: 300px;
}

.mobile-only {
    display: none;
}

.mobile-only-section {
    display: none;
}

.mobile-sm-only-section {
    display: none;
}

.desktop-only-section {
    display: inherit !important;
}

.desktop-md-only-section {
    display: inherit !important;
}

.desktop-only-section-initial {
    display: initial !important;
}

.right-padded-more {
    padding-right: 25px;
}

@media all and (max-width: 992px) {
    .desktop-md-only-section {
        display: none !important;
    }

    .mobile-sm-only-section {
        display: inherit !important;
    }
}

@media all and (max-width: 768px) {
    .desktop-only-section-initial {
        display: none !important;
    }

    .banner-container {
        display: none;
    }

    .mobile-only {
        width: 100% !important;
        display: inherit !important;
    }

    .mobile-only-section {
        display: inherit !important;
    }

    .desktop-only-section {
        display: none;
    }

    .mobile-banner-section {
        background-color: #333;
        color: white;
        padding: 10px;
        border-bottom: 1px solid #4E4E4E;
    }

    .right-padded-more {
        padding-right: inherit !important;
    }
}

.banner-container a{
    color: white;
    text-decoration: none;
}

.banner-container a:hover {
    text-decoration: underline;
}

.banner-container .last-review {
    margin-top: 5px;
}

.banner-container .last-review:before,
.banner-container .last-review:after
{
    content: '"';
}

.banner-container table td {
    padding: 5px;
}

.banner-container .score {
    font-size: 0.6em;
    width: 100px;
}

.banner-container .logo-image {
    width: 50px;
}

.banner-container .last-salary {
    margin-top: 5px;
}

.left-banner {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.right-banner {
    position: absolute;
    bottom: 50px;
    right: 50px;
    left: inherit;
}

.job-ads-table td.logo-image {
    width: 30%;
}

.job-ads-table td.job-ad-summary {
    padding:5px;
}

.job-ads-table td.logo-image img {
    margin: 10px;
    border: 1px solid #ddd;
    width: 80px;
}

.job-ads-table .job-ad-position {
    font-size: 1.2em;
}

.right-column {
}

.options-button-holder {
    margin: 5px 0;
    display: inline;
}

.options-holder {
    padding: 10px;
}

.register-employer-ad {
    padding: 15px;
}

.add-header-button {
    color: #75D475 !important;
}

.add-header-button:hover {
    color: #fff !important;
}

.login-request {
    position: absolute;
    top: 30%;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 20;
    background-color: #f0f0f0;
    box-shadow: 2px 2px 1px #ddd;
    text-align: center;
    float: left;
    width: 100%;
}

.login-request-content {
    margin: 0 auto;
}

.job-ad-search-item {
    margin: 10px;
    border: 1px #efefef solid;
    height: 250px;
    padding: 5px;
    min-height: 250px;
}

@media all and (max-width: 768px) {
    .job-ad-search-item {
        height: inherit;
        min-height: inherit;
    }
}

.job-ad-search-results img.logo-image {
    margin: 0 auto;
}

.job-ad-search-results .job-ad-position {
    font-size: 24px;
}

.job-ad-search-results .job-ad-details {

}

.job-ad-search-results .company-salaries {
    font-size: 10px;
}

.job-ad-search-term {
    padding-bottom: 20px;
    border-bottom: 1px #efefef solid;
}

.review-reply {
    margin-left: 50px;
    border-top: 1px #ccc dashed;
    padding-top: 10px;
}

.ad-banner {
    display: none;
}

@media only screen and (max-device-width: 600px) {
    .ad-banner {
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 100px;
        z-index: 1000;
        display: block;
        overflow: hidden;
        background-color: black;
        left: 32px;
    }
}

@media (min-width: 340px) {
    .desktopads {
        display: block;
    }

    .mobileads {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 339px) {
    .desktopads {
        display: none !important;
    }

    .mobileads {
        display: block;
    }
}

@media (max-width: 319px) {
    .desktopads {
        display: none !important;
    }

    .mobileads {
        display: none !important;
    }
}

.inline-recruiter {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #efefef;
    padding: 15px;
    border-radius: 15px;
    -webkit-transition: 2s background-color ease-in;
       -moz-transition: 2s background-color ease-in;
        -ms-transition: 2s background-color ease-in;
         -o-transition: 2s background-color ease-in;
            transition: 2s background-color ease-in;
}

.inline-recruiter.load {
    background-color: #def3de;
}

.blink_green {
  color: #75D475;
  animation: blinker 1s linear;
  animation-duration: 5s;
}

@keyframes blinker {
  10% { color: #75D475; }
  20% { color: #fff; }
  30% {color: #75D475; }
  40% { color: #fff; }
  50% { color: #75D475; }
  60% { color: #fff; }
  70% {color: #75D475; }
  80% { color: #fff; }
  90% { color: #75D475; }
}

.nav li a.selected {
    color: white;
}

@media all and (min-width: 768px) {
    .nav li a.selected {
        border-bottom: 2px solid #fff;
    }
/*
    .navbar-inverse {
        background-image: unset;
        background-color: transparent;
        border: unset;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #eee;
    }

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
        color: #eee;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
        background-color: transparent;
        background-image: unset;
        border: unset;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: transparent;
        background-image: unset;
        border: unset;
    }*/
}