﻿body {
    font: 300 Normal 15px/23px "Roboto", sans-serif !important;
    /*letter-spacing: 0.5px !important;*/
    text-transform: none !important;
    /*color: #000000 !important;*/
    background-color: #fff;
}

.body-content {
    /*padding-left: 5px;
    padding-right: 5px;*/
    margin: auto;
    width: 100vw;
}

#top-radial-linear-background {
    height: 77vh;
    background-image: radial-gradient(#73b0ff 1%, #1861bf 100%, #1861bf 90%);
}

#top-image {
    position: absolute;
    top: 0;
    height: 60vh;
}

#mobile-main-area-AJAX {
    padding: 10px;
}

.job-row {
    line-height: normal;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 5px 10px 5px;
    transition: background-color 200ms;
}

.mobile-table {
    width: 100%;
}

.mobile-menu-row {
    color: #333;
    display: block;
    outline: none;
    text-decoration: none;
}

    .mobile-menu-row:hover {
        color: #f26522;
        transition: color 400ms;
    }

#ajax-mobile-loading-gif {
    margin: 20vh auto;
}

#mobile-main-menu {
    border-bottom: solid 3px #aaa;
}

#mobile-profile-title {
    color: #ff7500;
    font-size: 30px;
}

.mobile-label {
    color: #ff7500;
    font-size: 12px;
    margin: 0;
}

.mobile-info {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

#profile-img {
    max-width: 130px;
}

#cand-profile-name {
    font-size: 20px;
    padding-bottom: 25px;
}

#cand-profile-mob-table {
    border-bottom: solid 1px #aaa;
}

.mobile-profile-personal {
}

.mobile-profile-industries {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
}

.mobile-profile-professional {
}

#mobile-about-me-title {
    color: #ff7500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#mobile-about-me {
    color: #444;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
}

.currency-converter-box {
    background-color: #eaeaea;
}

#description-edit {
    margin: auto;
}

.mobile-saved-jobs-title {
    color: #0042ff;
}

.mob-saved-jobs-table-row-alternate-0 {
    background-color: white;
}

.mob-saved-jobs-table-row-alternate-1 {
    /*background-color: #eaeaea;*/
    background-color: white;
}

.mob-saved-jobs-table-row-upper {
    line-height: 14px;
}

.mob-saved-jobs-table-row-lower {
    border-bottom: solid 1px #666;
}

.mobile-popup {
    position: fixed;
    bottom: -100%;
    height: 90%;
    width: 90%;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    left: 5%;
    border: solid #666 2px;
    z-index: 1003;
}

.home-page-signup-btn {
    width: 74%;
}

@keyframes slidein {
    from {
        bottom: -90%;
    }

    to {
        bottom: 5%;
    }
}

@keyframes slideout {
    from {
        bottom: 5%;
    }

    to {
        bottom: -90%;
    }
}

.close-popup-btn-div {
    text-align: center;
    width: 100%;
    z-index: 16;
    height: 5%;
}

.popup-main-area {
    width: inherit;
    height: 90%;
    z-index: 15;
    position: relative;
    margin: auto;
    overflow-y: auto;
}

.mobile-job-title {
    font: Normal 20px "Varela Round", sans-serif !important;
    text-transform: none !important;
    color: #2d2d2d !important;
}

.mobile-job-employer-display-name {
    margin-top: -14px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #f26522;
}

.mobile-job-label-top {
    color: #999;
    font-size: 12px;
}

.mobile-job-info-top {
    color: #666;
}

.job-content-mobile {
    margin-top: 14px;
    padding-top: 14px;
    font-size: 11px;
    line-height: 15px;
}

.mobile-job-view-row {
    /*border-bottom: 1px solid #eee;*/
}

#main-popup-loading-gif {
    position: absolute;
    top: 50%;
    left: 45%;
}

#mobile-job-description-area {
    font-weight: normal;
    margin-bottom: 17px;
    font-size: 11px;
}

#mobile-job-apply-input-div {
    text-align: center;
}

#mobile-apply-message-area {
    width: 100%;
    height: 140px;
    background-color: #e6eeff;
}

.mobile-job-apps-row {
    border-bottom: 1px solid #666
}

.mobile-job-apps-list-row-active {
    /*background-color: #aeffb0;*/
    background-color: white;
}

.mobile-job-apps-list-row-expired {
    background-color: #e8e8e8;
}

/*CV upload bits*/

#img-add-file-btn {
    border: 1px solid orange;
    background-color: rgb(255, 117, 0); /*Orange*/
}

    #img-add-file-btn:hover {
        background-color: rgb(255, 146, 54); /*Lighter Orange*/
        transition: background-color 200ms;
    }

#Submit_btn {
    background-color: #00a3cf; /*light blue*/
    border: 1px solid #0096dd;
}

    #Submit_btn:hover {
        background-color: #2faed1; /*Lighter blue*/
        transition: background-color 200ms;
    }

.upload-btn-col {
    padding: 10px 0px;
}

/* This is for the dialog window*/
/*.no-close .ui-dialog-titlebar-close {
    display: none;
    background-color: #eee;
}*/

#FormContent {
    bottom: 0%;
    position: absolute;
    width: 100%;
}

#fileupload-input-label {
    cursor: pointer;
    margin-bottom: 0px;
}

#UploadedFile {
    position: absolute;
    z-index: -1;
    color: transparent;
}

.progress {
    margin: 20px 0px;
}

#please-upload-cv-div {
    text-align: center;
    background-color: #444;
    border-radius: 4px;
    margin: 4px;
    color: white;
}

.decription-btn {
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 2px 3px rgba(0,0,0,.2);
    border: 1px solid green;
    border-radius: 3px;
    background-color: #1ba500;
    background-clip: padding-box;
    color: white;
    font-weight: bold;
    padding: 10px 10px;
    margin: 4px;
    font-size: 11px;
}

    .decription-btn:hover {
        color: whitesmoke;
        background-color: #20be00;
        transition: background-color 200ms;
        cursor: pointer;
    }

.mob-cv-info {
    padding-bottom: 4px;
}

#upload-img-processing-gif {
    float: left;
    margin: 4px 9px;
}

#CV-upload-success {
    color: blue;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.btn-main {
    padding: 0px 8px
}

#CV-upload-text {
    margin: 43px;
    text-align: center;
}

#mobile-jobs-search-inputs {
    margin-top: 10px;
    text-align: center;
}

    #mobile-jobs-search-inputs > input {
        width: 90%;
    }

#job-search-input-area {
    text-align: center;
    padding-top: 25vh;
}

#job-search-input-inner-div {
    width: 85%;
    margin: auto;
    background: rgba(1,1,1,0.1);
    border-radius: 8px;
    padding: 13px;
}

    #job-search-input-inner-div > input {
        margin: auto;
        margin-top: auto;
        width: 90%;
        margin-top: 7px;
        height: 35px;
        padding: 10px;
    }

.find-job-btn {
    background-color: #f26522;
    border: 2px solid #f26522;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 5px 0px;
    width: 73%;
    font-weight: bold;
    height: 34px;
}

    .find-job-btn:hover {
        border: 2px solid navajowhite;
        transition: border-color 500ms;
        cursor: pointer;
    }

.mobile-job-search-title {
    font: Normal 16px "Varela Round", sans-serif !important;
    color: #333;
}

.mobile-job-search-employer-name {
    font-size: 11px;
    color: #404040;
}

/*.job-featured-yes {
    background-color: #ffdd6d;
}

    .job-featured-yes:hover {
        background-color: #ffd95a;
    }*/

.mob-job-list:active {
    background-color: #b6ffd7;
}

#hiring-now-div {
    text-align: center;
    margin-bottom: 20px;
}

#hiring-now-title {
    background-color: white;
    margin: auto;
    font-size: 36px;
    color: #484848;
}

.featured-job-col {
    border-bottom: solid 1px #eee;
}

.save-gif-right {
    position: relative;
    right: 10%;
}

#mobile-email-registration-input-area {
    padding: 20px
}

.email-input-class {
    padding: 0px 3px;
    margin: 1px 0px;
}

#mobile-email-input-div {
    width: 70%;
    margin: auto;
}

#forgot-password-area {
    width: 75%;
    margin: auto;
}

.blog-post-title {
    font-size: 19px;
    color: #444;
    margin-top: 0px;
    margin-bottom: 5px;
}

/*.row-offwhite {
    width: 100%;
}*/

.blog-post-date {
    font-size: 12px;
    color: #666;
}

.why-sign-up-emp-background {
    width: 100vw;
    height: 50vh;
    position: absolute;
    right: 0;
}

#homepage-why-signup-emp-text-div {
    width: 45vw;
    height: 50vh;
    margin: auto;
    text-align: center;
}

#homepage-why-signup-emp-text {
    position: relative;
    top: 12%;
    padding: 20px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius: 2px;
    color: white;
}

@media screen and (max-width:755px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .account-menu-dropdown:hover {
        color: #444;
    }

    .featured-job-title {
        width: 300px;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .featured-job-location {
        width: 300px;
        margin: auto;
        margin-bottom: 10px;
    }

    .job-featured-box {
        text-align: center;
    }

    .recent-jobs-row-image {
        display: none;
    }

    #homepage-why-signup-emp-text-div {
        width: 90vw;
    }

    #homepage-why-signup-emp-text {
        top: 5%;
    }

    #greater-talents-img {
        display: none;
    }
}

#why-ecc-btn {
    width: 100%;
    color: #004e89;
    background-color: #fff;
    border: none;
    font-weight: bold;
}

#bottom-stats-area {
    padding: 0;
}

.why-sign-up-large-bit-section {
    text-align: center;
}

.blue-text {
    color: #1861bf;
}

.currency-converter-label {
    color: #444;
}

/*Mobile screen is already small, but this CSS sheet loads for some pages which are prepared for desktop too, so this is needed*/
@media screen and (max-width:500px) {
    .top-logo-image {
        max-width: 146px;
    }

    .body-content {
        margin-top: 0;
    }
}