/* Mobile/Default View section */
#bodyTag, html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    background-color: white;
}

#pageWrapper {
    min-width: 320px;
    display: inline-block;
    position: static;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    /*padding-top: 5px;
    padding-left: 5px;*/
}

#headerWrapper {
    position: static;
    top: 0;
    vertical-align: top;
    text-align: center;
    height: 20px;
    width: 100%;
    display: inline-block;
}

#pageHeader {
    background-color: #0F4E92;

}

#pageHeader .companyLogo {
    background-image: url(https://bdhdocuments.s3.amazonaws.com/CompanyLogos/p19r8mebhu6mfglq13qcr831k5l4.jpg);
    background-size: cover;
    background-color: oldlace;
    width: 60px;
    height: 20px;
    float: left;
    display: inline-block;
}

#pageHeader h2 {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

    #pageHeader h2:before {
        visibility: hidden;
    }

    #pageHeader h2:after {
        content: "Company name goes here";
        visibility: visible;
    }

#navigationWrapper {
    position: relative;
    top: -1px;
    background-color: #0F4E92;
    width: 100%;
    height: 20px;
    vertical-align: top;
    /*border-radius: 5px;*/
}

#pageNavigationBar {
    width: 100%;
    height: 100%;
    vertical-align: central;
    border-radius: 0;
    background-color: #0F4E92;
}

.buttonNavigation {
    padding-left: 2px;
    vertical-align: top;
    color: #FFF;
}
#contentWrapper {
    clear: both;
    vertical-align: top;
    position: static;
    top: 45px;
    height: 100%;
    display: inline-block;
    margin: 2px;
    padding-right: 7px;
    width: 100%;
}

#mainContent {
    width: 100%;
    padding-right: 7px;
    height: 100%;
    color: black;
}

#formWrapper {
    clear: both;
    text-align: center;
    align-content: center;
    /*vertical-align: top;*/
    display: inline-block;
    position: static;
    min-width: 325px;
    max-width: 325px;
    margin: 2px;
}

.buttonTag {
    background-color: Red;
}

#EOEStatement {
    clear: both;
    font-weight: bold;
    color: Red;
    font-size: 12pt;
}

.jumbotron {
    opacity: 1;
    border-radius: 10px;
}

.jobDescriptionArticle {
    display: block;
    position: relative;
}

    .jobDescriptionArticle .jobTitle {
        font-weight: bold;
        display: block;
        float: left;
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        margin: 10px;
    }

    .jobDescriptionArticle .jobLocation {
        color: firebrick;
        display: block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
    }
    
    .jobDescriptionArticle .jobCompanyName {
        font-weight: bold;
        display: block;
        float: mid;
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        margin: 10px;
    }

    .jobDescriptionArticle .jobDescription {
        display: block;
        position: relative;
        bottom: 0;
    }
 /* Desktop View section */
 @media only screen and (min-width: 600px) {

    body, html {
        width: 100%;
        height: 100%;
    }

    #pageWrapper {
        position: fixed;
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #headerWrapper {
        display: block;
        width: 100%;
        height: 60px;
    }

    #pageHeader {
        height: 100%;
    }

    #pageHeader .companyLogo {
        width: 125px;
        height: 60px;
    }

    #pageHeader h2 {
        font-size: 30px;
        font-weight: bold;
        height: 100%;
    }

    #navigationWrapper {
        display: inline-block;
        width: 100%;
        height: 30px;
        vertical-align: top;
    }

    #pageNavigationBar {
        display: inline-block;
        width: 100%;
        padding: 3px;
    }

    #contentWrapper {
        float: left;
        height: 400px;
        display: inline;
        position: absolute;
        top: 90px;
        right: 350px;
        left: 0;
        margin: 5px;
        width: auto;
    }

    #mainContent {
        padding: 5px 5px 5px 5px;
    }


    #formWrapper {
        text-align: center;
        position: absolute;
        right: 0px;
        display: inline;
    }
}

/* Input box section */
.userInputControlHeading {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 15pt;
    background-color: #0F4E92;
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 5px;    
}

.inputDataEntryFields {
    align-self: center;
    align-items: center;
    text-align: center;
    float: right;
    width: 100%;
    color: black;
}

#buttonSearchbutton {
    text-align: center;
}

#jobSearchContents {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#talentSearchContents {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#talentComunitySignUp {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

#dropFilesHere {
    background-color: gainsboro;
    border-radius: 5px;
}

.TCSLabel, .JSLabel {
    width: fit-content;
    display: inline-block;
    text-align: right;
    opacity: 1;
}

.headingLabel {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    width: 40%;
}

.fieldSection, .titleSection {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fieldSection {
    display: inline-block;
}

.titleSection {
    padding-left: 50px;
    font-weight: bold;
    font-size: 15pt;
    background-color: Orange;
    width: 100%;
    text-align: center;
}

.errorSection {
    text-align: center;
    font-weight: bold;
    color: Red;
    background-color: lightred;
    border: red 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.successSection {
    text-align: center;
    font-weight: bold;
    color: green;
    background-color: lightgreen;
    border: green 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.ssNB {
    display: block;
}

.lsNB {
    display: none;
}

#EOEStatement {
    clear: both;
    font-weight: bold;
    color: Red;
    font-size: 12pt;
}

.inputContainer {
    min-width: 325px;
    max-width: 325px;
    clear: both;
    display: block;
}

    .inputContainer .inputTag {
        width: 55%;
        float: right;
    }
    
    .inputContainer select {
        max-width: 155px;
    }