/*
* Linkedin Frontend CSS
*/

#linkedin_application {
    width: auto;
    background: #fff;
    padding: 5%;
    margin: auto;
    float: none;
    -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);
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#linkedin_application h2 {
    text-align: center!important;
    margin: 30px 0!important;
    color: #263d59 !important;
}
#linkedin_api_fields input[type="text"],
#linkedin_api_fields input.text,
#linkedin_api_fields input.title,
#linkedin_api_fields select {
    font-family: inherit !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
    outline-style: none !important;
    padding: 0 15px !important;
    text-indent: 0.25em !important;
    width: 90% !important;
    border: 1px solid #d6dbe0;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1) inset;
    color: #233d5e;
    background: #ffffff;
    height: 30px;
    line-height: 1;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#linkedin_api_fields textarea {
    font-family: inherit !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
    outline-style: none !important;
    padding: 15px !important;
    text-indent: 0.25em !important;
    width: 90% !important;
    border: 1px solid #d6dbe0;
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1) inset;
    color: #233d5e;
    background: #ffffff;
    line-height: 1;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#linkedin_api_fields > ul {
    float: none !important;
    list-style: outside none none!important;
    margin: auto;
    width: 100%;
}
#linkedin_api_fields > li {
    list-style: outside none none!important;
    margin-bottom: 15px;
}
#linkedin_api_fields > li img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
#linkedin_api_fields .linkedin_api {
    clear: both !important;
    display: block !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin: 0.625em 0 0.5em !important;
}
.linkedin_button {
    background: url('../images/linkedin_default.png');
    width: 206px;
    height: 41px;
    background-repeat: no-repeat;
    display: block;
}
.linkedin_button:hover {
    background: url('../images/linkedin_active.png');
    width: 206px;
    height: 41px;
    background-repeat: no-repeat;
    display: block;
}
.left {
    float: left;
    width: 48%;
}
.left-half {
    float: left;
    width: 28%;
}
.right {
    float: right;
    width: 48%;
}
.right-quarter {
    padding-top: 6%;
    float: right;
    width: 68%;
}
.full {
    float: left;
    width: 100%;
    text-align: center;
}
.full_front {
    float: left;
    width: 100%;
    text-align: left;
}
.linkedin_form_button {
    clear: both;
    width: 50%;
    min-height: 50px;
    background: #148fb8;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
    line-height: 1;
    padding: 17px 24px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: auto;
    float: none;
}
.linkedin_form_button:hover {
    background: #214b67;
}
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);
}
#linkedin_profile_page img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
#linkedin_profile_page h3 {
    font-size: 22px;
    background-color: #444;
    color: white;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
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;
}