/*
* Linkedin Frontend CSS
*/

#linkedin_application h2 {
    text-align: center!important;
    margin: 30px 0!important;
    color: #263d59 !important;
}
.linkedinForm input[type="text"],
.linkedinForm input.text,
.linkedinForm input.title,
.linkedinForm select {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    font-family: 'Lato-l', sans-serif;
    font-size: 16px;
    padding: 14px 18px;
    text-transform: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}
.linkedinForm textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: block;
    height: 120px;
    line-height: 1.2;
    font-family: 'Lato-l', sans-serif;
    font-size: 16px;
    padding: 14px 18px;
    text-transform: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: 0;
    resize: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.linkedinForm select {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.touchevents .linkedinForm select {
    -webkit-appearance: none;
}
.linkedinForm input[type="text"]:focus,
.linkedinForm input.text:focus,
.linkedinForm input.title:focus,
.linkedinForm select:focus,
.linkedinForm textarea:focus {
    border-color: #BBACAC;
    box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.linkedinForm .hasError input[type="text"],
.linkedinForm .hasError input.text,
.linkedinForm .hasError input.title,
.linkedinForm .hasError select,
.linkedinForm .hasError textarea {
    border-color: #FF9C9C;
}
.linkedinForm .hasError input[type="text"]:focus,
.linkedinForm .hasError input.text:focus,
.linkedinForm .hasError input.title:focus,
.linkedinForm .hasError select:focus,
.linkedinForm .hasError textarea:focus {
    border-color: #FF2828;
    box-shadow: 0 2px 1px rgba(247, 14, 14, 0.2);
}
.inputFields.valueAdded .input,
.inputFields.valueAdded .fancyInput .input + div {
    border-color: #70CC70;
    color: #069C06;
}
.linkedinForm .linkedin_api {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.linkedin_button {
    background-image: url('../images/linkedin_default.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 206px;
    height: 41px;
    display: block;
    position: relative;
}
.linkedin_button:before {
    content: '';
    background-image: url('../images/linkedin_active.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.linkedin_button:hover:before {
    opacity: 1;
}
.linkedinFormBlk .left {
    float: left;
    width: 48%;
}
.linkedinFormBlk .left-half {
    float: left;
    width: 28%;
}
.linkedinFormBlk .right {
    float: right;
    width: 48%;
}
.linkedinFormBlk .right-quarter {
    padding-top: 6%;
    float: right;
    width: 68%;
}
.linkedinFormBlk .full {
    float: left;
    width: 100%;
    text-align: center;
}
.linkedinFormBlk .full_front {
    float: left;
    width: 100%;
    text-align: left;
}
.linkedin_form_button {
    clear: both;
    width: 60%;
    max-width: 320px;
    min-height: 50px;
    background: #148fb8;
    color: #fff;
    border-radius: 0;
    line-height: 1;
    padding: 17px 24px;
    -webkit-appearance: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 27px;
    font-family: 'FR', sans-serif;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 0.35s;
    white-space: nowrap;
    margin: auto;
    float: none;
}
.linkedin_form_button:hover {
    background: #00749B;
}
.linkedinForm h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #C8D9EA;
    margin-bottom: 24px;
}
hr.dotted {
	background:#000;
    height: 2px;
    margin: 14px 0 30px;
    opacity: 1;
}
.text-center {
    text-align: center;
}
#linkedin_profile_page {
    background: fff;
    overflow: hidden;
    padding: 5%;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
}
.linkedinForm img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
pre {
    font-family: inherit !important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.existing_account {
    background: black none repeat scroll 0 0;
    color: white;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: auto;
}

/* Overrides */
.jobsPage .linkedinFormBlk {
    width: auto;
    padding: 5%;
    margin: auto;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(30,30,30, 0.15);
    -moz-box-shadow: 0 0 4px rgba(30,30,30, 0.15);
    box-shadow: 0 0 4px rgba(30,30,30, 0.15);
}
.jobsPage .linkedinFormBlk:before {
    content: '';
    background-image: url('../images/linkedin-profile.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 36px;
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}
.mandTxt {
    color: #888;
}

.linkedinForm > ul {
    float: none !important;
    list-style: outside none none!important;
    margin: auto;
    width: 100%;
}
.linkedinForm > ul > li {
    list-style: outside none none!important;
    margin-bottom: 15px;
}
.linkedinForm > ul > li figure {
    background-color: #f4f4f4;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.linkedinForm > ul > li img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}

/* Media Quesries */
@media only screen and (max-width: 740px) {
    .jobsPage .linkedinFormBlk:before {
        width: 84px;
        height: 20px;
    }
    .linkedinForm > ul > li figure {
        width: 140px;
        height: 140px;
    }
    .linkedinForm .linkedin_api {
        font-size: 14px;
    }
    .linkedinForm input[type="text"], .linkedinForm input.text, .linkedinForm input.title, .linkedinForm select {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        padding: 11px 15px;
    }
    .linkedinForm textarea {
        height: 90px;
        font-size: 14px;
        padding: 11px 15px;
    }
    .linkedinForm h3 {
        font-size: 19px;
    }
    hr.dotted {
        margin: 8px 0 20px;
    }
    .linkedin_button {
        width: 155px;
        height: 30px;
    }
    .linkedin_form_button {
        max-width: 260px;
        padding: 16px 16px 14px;
        font-size: 20px;
        width: 80%;
    }
    .valueAdded .uploadField > span, .valueAdded .uploadField > span:hover {
        color: #00B700;
        border-color: #19B119;
    }
}
@media only screen and (max-width: 480px) {
    .jobsPage .linkedinFormBlk:before {
        position: static;
        margin: 0 auto 5px;
    }
    .linkedinFormBlk .left,
    .linkedinFormBlk .right {
        float: none;
        width: 100%;
    }
}
