@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600|Noto+Serif:400,700);

/* general styles - tags */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

a.link,
.generalForm .fieldSpec:not(.buttonBar) a {
    border-bottom: 1px solid;
    text-decoration: none;
    font-weight: 700;
    color: #00A55B;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.link:hover,
.generalForm .fieldSpec:not(.buttonBar) a:hover {
    border-bottom: 1px solid;
}

h1 {
    margin: 0 0 3px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #005C3E;
}

h2 {
    margin: 0 0 4px;
    font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 100%;
    font-weight: 600;
    color: #005C3E;
}

#content h2 {
    font-size: 34px;
    color: #606060;
}

h3 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
    color: #005C3E;
}

#content h3 {
    color: #606060;
}

:invalid {
    outline-color: rgba(221, 0, 0, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

:focus {
    outline-color: #30529E;
}

/* general styles - classes */
.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.internalSection {
    margin: 0 auto 40px;
}

.box {
    padding: 30px;
}

.tColor1 {
    color: #00A55B;
}

.tColor2 {
    color: #005C3E;
}

.pageTitle1 {
    clear: both;
    margin: 0 0 8px;
    padding: 0;
    font-size: 24px;
    color: #00c5ff;
    font-weight: 400;
}

.sectionTitle1,
.sectionTitle2,
.sectionTitle3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    clear: both;
}

.sectionTitle1 {
    border-bottom: 1px solid #005C3E;
}

.sectionTitle2 {
    clear: none;
    color: #00A55B;
}

.sectionTitle3 {
}

.localTitle1 {
    color: #00A55B;
}

.FormHeaderSection h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    clear: both;
}

.FormHeaderSection .separator {
    display: none;
}

.FormHeaderSection .question {
    float: left;
    clear: both;
    padding-right: 3px;
}

.FormHeaderSection .question:after {
    content: ':';
}

.FormHeaderSection .answer {
}

.FormHeaderSection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.FormHeaderSection li {
    float: left;
}

.FormHeaderSection li+li {
}

.FormHeaderSection li+li:before {
    content: ',';
    margin-right: 3px;
}

/* general styles - fields */
.generalForm input,
.generalForm textarea,
.generalForm select {
    outline-width: 0;
    border: 1px solid #BCBCBC;
    width: 100%;
    max-width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
    color: #606060;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.generalForm input[type="file"]::-ms-value {
    border-width: 0;
    background-color: transparent;
}

.generalForm input[type="file"]::-ms-browse {
    border-width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.generalForm input.FileField {
    padding: 4px;
}

.body_Firefox .generalForm input.FileField {
    padding: 3px;
}

.generalForm input.DateFormField {
    padding: 4px;
}

.generalForm textarea,
.generalForm select[multiple] {
    min-height: 111px;
}

.generalForm select:not([multiple]) {
    padding: 4px 4px 4px 1px;
}

.generalForm select option {
    background-color: #FFFFFF;
}

.generalForm .hasErrors input,
.generalForm .hasErrors textarea,
.generalForm .hasErrors select {
    border-color: #CC6060;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
    -ms-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
    -o-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15), 0 0 5px rgba(221, 0, 0, 0.2);
}

.generalForm input:focus,
.generalForm textarea:focus,
.generalForm select:focus,
.generalForm .hasErrors input:focus,
.generalForm .hasErrors textarea:focus,
.generalForm .hasErrors select:focus {
    border-color: #808080;
    background-color: #FDFDFD;
    -webkit-box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2);
}

/* general styles - errors  */
.errorText,
.errorMessage,
.warningMessage,
.duplicateWarningMessage {
    display: block;
    font-size: 13px;
    color: #DD0000;
    clear: both;
    padding-top: 3px;
}

/* general styles - buttons */
button,
.buttonLike,
.buttonLike:visited {
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    outline: 0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: none;
    padding: 7px 24px 11px;
    background: #00A55B;
    font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
}

button:hover,
button:active,
.buttonLike:hover,
.buttonLike:active {
    border: none;
    background: #005c3e;
}

.cancelButton,
.cancelButton:visited {
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    outline: 0;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: none;
    padding: 7px 24px 11px;
    background: none;
    font-family: 'Noto Serif', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: baseline;
    color: #00A55B;
    cursor: pointer;
    white-space: nowrap;
}

.cancelButton:hover,
.cancelButton:active {
    border: none;
    text-decoration: underline;
}

.smallButtonLike {
    padding: 2px 4px;
}

.uploadedFile {
    clear: both;
    padding-top: 3px;
    line-height: 22px;
    text-align: right;
}

.removeFile {
    float: right;
    padding: 1px 11px 3px;
    font-size: 13px;
}

.removeFile:hover,
.removeFile:active {
}

.removeFile input {
    display: inline !important;
}

/* general styles - forms */
.generalForm {
    margin: 0 auto;
    padding: 0;
}

.Section {
    border-top: 1px solid #706f6f;
    padding: 16px 0 0;
}

.Section1 {
    border-top: 0;
    padding: 0;
}

.Separator>span {
    display: block;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 700;
    color: #1db3da;
    text-transform: uppercase;
}

.fieldSpec,
.formfieldSpec,
.datasetfieldSpec {
    min-height: 0;
    padding-bottom: 10px;
    clear: both;
}

.fieldSpec label {
    color: #606060;
}

.labelText,
.formlabelText,
.datasetlabelText,
.searchAgentFields label {
    display: block;
    margin-bottom: 3px;
}

.body_Firefox .labelText,
.body_Firefox .formlabelText,
.body_Firefox .datasetlabelText,
.body_Firefox .searchAgentFields label {
    letter-spacing: -0.5px;
}

.formlabelText,
.datasetlabelText {
    font-weight: normal !important;
}

.requiredField {
    color: #00A55B;
}

.description,
.formdescription,
.datasetdescription {
    font-size: 80%;
}

/* elementos que necesitan un autoClearer y no se lo puedo poner a mano */
.Section:before,
.Section:after,
.description+div:before,
.description+div:after,
.datasetdescription+div>div:before,
.datasetdescription+div>div:after,
div[id*="multipleDatasetEntry_"]:before,
div[id*="multipleDatasetEntry_"]:after,
span[class*="_format"]:before,
span[class*="_format"]:after,
.buttonBar:before,
.buttonBar:after {
    content: "";
    display: table;
}

.Section:after,
.description+div:after,
.datasetdescription+div>div:after,
div[id*="multipleDatasetEntry_"]:after,
span[class*="_format"]:after,
.buttonBar:after {
    clear: both;
}

.fieldSpec.odd {
    float: left;
    width: 47%;
    clear: both;
}

.mosaics-mosaic:nth-of-type(odd),
div[id*="multipleDatasetEntry_"]>div:nth-of-type(odd),
.generalForm .formContainer>div[id*="schemaFieldContainer"]:nth-of-type(even) {
    float: left;
    width: 47%;
    clear: both;
}

.fieldSpec.even {
    float: right;
    width: 47%;
    clear: right;
}

.mosaics-mosaic:nth-of-type(even),
div[id*="multipleDatasetEntry_"]>div:nth-of-type(even),
.generalForm .formContainer>div[id*="schemaFieldContainer"]:nth-of-type(odd) {
    float: right;
    width: 47%;
    clear: right;
}

.MultipleDatasetEntryFormField a {
    float: right;
    clear: both;
}

.CheckBoxListFormField_more {
    float: left;
    clear: both;
}

.RadioButtonListFormField label,
.CheckBoxListFormField label {
    width: 100%;
}

.RadioButtonListFormField label:nth-of-type(odd),
.CheckBoxListFormField label:nth-of-type(odd) {
    float: left;
    width: 47%;
    clear: both;
}

.RadioButtonListFormField label:nth-of-type(even),
.CheckBoxListFormField label:nth-of-type(even) {
    float: right;
    width: 47%;
    clear: right;
}

span[class*="_format"] {
    line-height: 27px;
}

span[class*="_format"] input {
    float: right;
    width: 95%;
}

.DateFormField select {
    float: right;
    margin-right: 5%;
    width: 30%;
}

.DateFormField select:first-child {
    margin-right: 0;
}

.AcceptCheckboxField {
    padding-top: 15px;
}

.AcceptCheckboxField .fieldLabel {
    position: relative;
    padding-left: 17px;
}

.AcceptCheckboxField .labelText {
    display: none;
}

.AcceptCheckboxField .description {
}

.AcceptCheckboxField label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    float: none !important;
    clear: none !important;
    overflow: hidden;
    width: 13px !important;
    height: 17px;
    padding: 0;
}

.AcceptCheckboxField label input {
    float: left;
    margin: 2px 0;
}

.buttonBar {
    float: left;
    width: 47%;
    clear: both;
    padding: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.buttonBar.fieldSpec .description+div>*,
.buttonBar:not(.fieldSpec)>* {
    margin-top: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.searchAgentFields input,
.searchAgentFields select {
    margin-bottom: 16px;
}

.searchAgentFields br {
    display: none;
}

.formContainer {
    padding: 0;
}

.formContainer .labelText,
.formContainer .description {
    display: none;
}

.formContainer .FormHeader {
    margin: 0 0 10px;
    border-bottom: 1px solid #b6b6b6;
    font-size: 14px;
    font-weight: 700;
    clear: both;
}

/* general styles - tables */
.tableList {
    width: 100%;
}

.tableList thead {
}

.tableList thead tr {
    background: #5fc12f;
}

.tableList tbody tr {
    border-bottom: 1px solid #dadada;
}

.tableList th {
    padding: 8px 14px;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
}

.tableList th:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tableList th:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tableList td {
    padding: 14px;
    font-size: 11px;
}

.tableList .tableListSortableCell {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}

.tableList .tableListSortableCell:hover,
.tableList .tableListSortableCell:active {
}

.tableList .tableListSortableActive {
}

.tableListSortableASC {
    background-image: url('../images/sortAsc.gif');
}

.tableListSortableDESC {
    background-image: url('../images/sortDesc.gif');
}

/* general styles - pagination */
.searchPagination {
    text-align: right;
}

.jobPaginationLegend,
.paginationItem {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    text-decoration: none;
    vertical-align: bottom;
    white-space: nowrap;
}

.searchPagination a {
    vertical-align: middle;
}

.paginationLink,
.paginationLink:visited {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.paginationLink:hover,
.paginationLink:active {
    border-color: #94C0F0;
    background-color: #F2F7FD;
    text-decoration: none;
}

.currentPageLink,
.currentPageLink:hover,
.currentPageLink:active,
.currentPageLink:visited {
    cursor: default;
    color: #FFFFFF;
    border-color: #8BBBEF;
    background-color: #8BBBEF;
}

.commonFlowListTopPagination {
    margin-bottom: 10px;
}

.commonFlowListBottomPagination {
    padding: 0.25em 0.5em;
    margin-top: 10px;
}

/* general styles - social share */
.socialShare {
    float: right;
    width: 47%;
    clear: right;
    padding-top: 28px;
    text-align: right;
}

.socialShare a {
    margin-left: 5px;
}

.socialShare a:first-child {
    margin-left: 0;
}

/* specific styles - general */
html,
body {
    min-height: 100vh;
}

body {
    display: table;
    width: 100%;
    background: #ECECEC;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #606060;
    overflow-y: scroll;
}

#main {
    height: 100%;
}

/* specific styles - navigation */
.mainNavigation {
    float: right;
    display: table;
    text-align: right;
}

.mainNavigation li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.mainNavigation li:first-child {
    padding-left: 0;
}

.mainNavigation li a:hover {
    border-bottom: 1px solid;
}

/* specific styles - header */
#header {
    background: #FFFFFF;
    font-size: 14px;
    color: #00A55B;
    text-align: center;
}

#header .wrapper {
    max-width: 1210px;
    padding-top: 20px;
    padding-bottom: 6px;
}

#header .logo {
    float: left;
    display: inline-block;
}

#header .mainNavigation {
    height: 44px;
}

/* specific styles - banner */
#banner {
    background-image: url("../images/feature_hispanic.png"), url("../images/bg_gradient.jpg");
    background-position: right bottom, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    min-height: 335px;
}

#banner .wrapper {
    max-width: 1210px;
    padding-top: 3.3%;
    padding-bottom: 20px;
}

#message {
    max-width: 55%;
}

/* specific styles - footer */
#footer {
    display: table-row;
    height: 0;
    background: #FFFFFF;
    font-size: 12px;
    color: #606060;
}

#footer .wrapper {
    max-width: 1210px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #BCBCBC;
}

#footer .logo {
    float: left;
    margin-right: 10px;
}

#footer .copyright {
    margin-bottom: 6px;
}

#footer .links a:hover {
    border-bottom: 1px solid;
}

/* specific styles - tabs */
.commonFlowListItemTitle {
    float: left;
    margin-left: 5px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #333333;
}

.commonFlowListItemTitle[href] {
    cursor: pointer;
    background-color: #CCCCCC;
    color: #FFFFFF;
}

.commonFlowListItemTitle:first-child {
    margin-left: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.commonFlowListItemTitle[href]:hover,
.commonFlowListItemTitle[href]:active {
    background-color: #706f6f;
}

.commonFlowListFirstContentItem {
    background: #FFFFFF;
    padding: 15px;
}

/* specific styles - content */
#content {
    background: #fff;
    color: #606060;
}

#content .wrapper {
    max-width: 1300px;
    padding-top: 30px;
}

#content .col1 {
    float: left;
    width: 66%;
}

#content .col2 {
    float: right;
    width: 32%;
}

/* specific styles - Dashboard */
.mosaics-mosaic {
    background: #FFFFFF;
    margin-bottom: 20px;
}

.mosaics-mosaic-header {
    background-color: #706f6f;
    padding: 5px;
    color: #FFFFFF;
}

.mosaics-mosaic-body {
    border: 1px solid #706f6f;
    max-height: 200px;
    min-height: 200px;
    overflow: auto;
}

/* specific styles - Job Submittal */
.jobTemplateWidgetContainer {
}

.jobTemplateWidgetContainer input,
.jobTemplateWidgetContainer select {
    margin-bottom: 16px;
}

.jobTemplateWidgetContainer button {
    margin-top: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.jobTemplateWidgetContainer button:nth-of-type(odd) {
    float: left;
    width: 47%;
    clear: both;
}

.jobTemplateWidgetContainer button:nth-of-type(even) {
    float: right;
    width: 47%;
    clear: right;
}

#jobTemplateWidgetDescription {
    display: block;
    padding-top: 1em;
}

/* specific styles - Search */
.jobList {
    margin: 20px 0;
}

.jobList > .jobResultItem {
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}

.jobList > .jobResultItem:first-child {
    border-top: 1px solid #dadada;
}

.jobResultItemInfo {
}

.jobResultItemName {
    clear: both;
    margin: 4px 0 0;
    padding: 0;
    font-size: 24px;
    color: #00c5ff;
    font-weight: 400;
}

/* specific styles - JobDetail */
.jobDetailInfo {
    margin-bottom: 6px;
}

.jobDetailDescription {
    margin-bottom: 15px;
}

.jobDetailDescription>div,
.jobDetailDescription>div * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* specific styles - Login */
.loginSignBox {
    float: left;
    width: 47%;
}

.loginRegisterBox {
    float: right;
    width: 47%;
}

/* specific styles - Register steps */
.registrationSteps {
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 1em;
}

.registrationStepItem {
    float: left;
}

.registrationStepsAmount_2 .registrationStepItem {
    width: 50%;
}

.registrationStepsAmount_3 .registrationStepItem {
    width: 33%;
}

/* specific styles - Upload Resume and Register */
.uploadResumeItemsContainer {
    padding-bottom: 1em;
    margin: 0 -5px;
}

.uploadResumeField {
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 25%;
}

#resumePaste {
    width: 100%;
    min-height: 10em;
    min-width: 50%;
    max-width: 100%;
    resize: both;
}

.uploadResumeFieldTrigger {
    display: block;
    margin: 5px;
    min-height: 188px;
    padding: 120px 10px 30px;
    background-color: #FFFFFF;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
    cursor: pointer;
}

.uploadResumeFieldTrigger:focus,
.uploadResumeFieldTrigger:hover,
.uploadResumeFieldTrigger:active {
    background-color: #F0F0F0;
    transition-duration: 0.25s;
    transition-property: background-color;
    transition-timing-function: ease;
}

.uploadResumeFieldTriggerFacebook {
    background-image: url('../images/facebook_32.png');
}

.uploadResumeFieldTriggerLinkedin {
    background-image: url('../images/linkedin_32.png');
}

.uploadResumeFieldTriggerGoogleplus {
    background-image: url('../images/googleplus_32.png');
}

.uploadResumeFieldTriggerViadeo {
    background-image: url('../images/viadeo_32.png');
}

.uploadResumeFieldTriggerXing {
    background-image: url('../images/xing_32.png');
}

.uploadResumeFieldTriggerDropbox {
    background-image: url('../images/dropbox_32.png');
}

.uploadResumeFieldTriggerGoogledrive {
    background-image: url('../images/googledrive_32.png');
}

.uploadResumeFieldTriggerUploadResumeFile {
    background-image: url('../images/uploadResumeFile_32.png');
}

.uploadResumeFieldTriggerUploadResumePaste {
    background-image: url('../images/uploadResumePaste_32.png');
}

.uploadResumeFieldTriggerUploadResumeLater {
    background-image: url('../images/uploadResumeLater_32.png');
}

form#Register {
    background-color: #eeeeee;
    padding: 30px;
}

form > p {
    margin-bottom: 15px;
}

#content h3 {
    font-family: "Noto Serif",Arial;
    font-weight: bold;
    margin-bottom: 0.25em;
}

.separator {
    border-top: 1px solid #bcbcbc;
    height: 1px;
    margin: 2em 0;
}

.nav-bottom {
    text-align: right;
}

.nav-bottom-item:link, .nav-bottom-item:visited {
    color: #00a55b;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
}

.social-item {
    background-image: url("/portal/44/images/facebook_128.png");
    background-size: contain;
    display: inline-block;
    height: 24px;
    margin: 10px 5px 0;
    overflow: hidden;
    text-indent: 9999px;
    width: 24px;
}

.social-item-fb {
    background-image: url("../images/facebook_128.png");
}

.social-item-tw {
    background-image: url("../images/twitter_128.png");
}

.social-item-yt {
    background-image: url("../images/youtube_512.png");
}

.social-item-in {
    background-image: url("../images/linkedin_128.png");
}

.social-item-inst {
    background-image: url("../images/instagram.png");
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-widget-content {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #00a55b;
}

.ui-helper-reset {
    font-size: 19px;
}

.ui-accordion-header {
    border-top: 1px dashed #00a55b;
}

.ui-accordion-header:first-child {
    border-top: none;
    margin-top: 1em;
}

.ui-accordion .ui-accordion-content {
    min-height: 1px !important;
    height: auto !important;
}

.ui-accordion .ui-accordion-content > p {
    font-size: 14px;
}

.visible-desktop h3 {
    margin-top: 1em;
}

.phone {
    color: #333;
    font-family: "Noto Serif",Arial,Helvetica,sans-serif;
    line-height: 44px;
}

.phone strong {
    color: #005C3E;
    font-size: 16px;
}

@media all and (min-width:1px) {
    .uploadResumeFieldTriggerFacebook {
        background-image: url('../images/facebook_128.png');
    }

    .uploadResumeFieldTriggerLinkedin {
        background-image: url('../images/linkedin_128.png');
    }

    .uploadResumeFieldTriggerGoogleplus {
        background-image: url('../images/googleplus_60.png');
    }

    .uploadResumeFieldTriggerViadeo {
        background-image: url('../images/viadeo_128.png');
    }

    .uploadResumeFieldTriggerXing {
        background-image: url('../images/xing_128.png');
    }

    .uploadResumeFieldTriggerDropbox {
        background-image: url('../images/dropbox_128.png');
    }

    .uploadResumeFieldTriggerGoogledrive {
        background-image: url('../images/googledrive_128.png');
    }

    .uploadResumeFieldTriggerUploadResumeFile {
        background-image: url('../images/uploadResumeFile_128.png');
    }

    .uploadResumeFieldTriggerUploadResumePaste {
        background-image: url('../images/uploadResumePaste_128.png');
    }

    .uploadResumeFieldTriggerUploadResumeLater {
        background-image: url('../images/uploadResumeLater_128.png');
    }

}

.uploadResumeFieldContainer {
    clear: both;
    border-top: 1px solid #b6b6b6;
    padding: 1em 0;
    display: none;
}

/* specific styles - Profile */
.profilePictureContainer {
    float: right;
    text-align: center;
    padding: 0 0 0 1em;
    max-width: 80px;
}

.profilePicture {
    margin: 0 auto;
}

.profilePictureLink {
    margin-top: 0.5em;
    display: block;
}

.fileItem {
    padding: 5px;
}

.fileItem+.fileItem {
    border-top: 1px solid #b6b6b6;
}

#filePreview {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
    height: 0;
    opacity: 0;
    margin: 0 1em;
    padding: 0 10px;
    background-color: #FFFFFF;
}

#filePreview.fileShow {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
    height: 335px;
    opacity: 1;
    margin: 10px;
    padding: 10px;
    border: 1px solid #b6b6b6;
}

.body_IE6 #filePreview.fileShow,
.body_IE7 #filePreview.fileShow,
.body_IE8 #filePreview.fileShow {
    border: 1px solid #b6b6b6;
}

.filePreviewBar {
    text-align: right;
    margin-bottom: 10px;
}

#filePreview iframe {
    width: 100%;
    height: 300px;
}

button.deleteFile:hover,
button.deleteFile:active {
    color: #FF0000;
}

/* Mobile Redefinitions */
@media all and (max-width:850px) {
    #banner {
        min-height: 335px;
    }

    #message {
        max-width: 50%;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 19px;
    }

    .socialShare,
    .buttonBar,
    .loginSignBox,
    .loginRegisterBox {
        float: none !important;
        width: 100% !important;
    }

    .loginRegisterBox {
        padding-top: 2em;
    }

    .loginSignBox .fieldSpec:nth-of-type(odd) {
        float: left;
        width: 47%;
        clear: both;
    }

    .loginSignBox .fieldSpec:nth-of-type(even) {
        float: right;
        width: 47%;
        clear: right;
    }

    .buttonBar.fieldSpec .description+div>*:nth-child(odd),
    .buttonBar:not(.fieldSpec)>*:nth-child(odd) {
        float: left;
        width: 47%;
        clear: both;
    }

    .buttonBar.fieldSpec .description+div>*:nth-child(even),
    .buttonBar:not(.fieldSpec)>*:nth-child(even) {
        float: right;
        width: 47%;
        clear: right;
    }

    .uploadResumeField {
        width: 50%;
    }

    .commonFlowListItemTitle {
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        float: none;
        display: block;
    }

    .commonFlowListItemTitle[href] {
    }

    .commonFlowListItemTitle:first-child {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

}

@media all and (max-width:800px) {
    .generalForm textarea,
    .generalForm select[multiple] {
        height: 32px;
        min-height: 1px;
    }

    .box {
        padding: 30px 0;
    }
}

@media all and (max-width:650px) {
    .mainNavigation {
        display: none;
    }

    #header .logo {
        float: none;
    }

    #banner {
        background-position: center bottom, center center;
        background-size: auto auto, auto auto;
        -webkit-background-size: auto auto, auto auto;
        -moz-background-size: auto auto, auto auto;
        -ms-background-size: auto auto, auto auto;
        -o-background-size: auto auto, auto auto;
        min-height: 380px;
        padding-bottom: 110px;
        text-align: center;
    }

    #banner .wrapper {
        background: #FFFFFF;
    }

    #message {
        max-width: none;
    }

    .nav-bottom {
        margin: 2em 0;
        text-align: center;
    }

    .odd,
    .mosaics-mosaic,
    .even,
    .fieldSpec,
    .searchField,
    div[id*="multipleDatasetEntry_"]>div,
    .formContainer>div[id*="schemaFieldContainer"],
    .buttonBar.fieldSpec .description+div>*,
    .buttonBar:not(.fieldSpec)>*,.jobTemplateWidgetContainer button,.uploadResumeField {
        margin-left: 0;
        margin-right: 0;
        float: none !important;
        width: 100% !important;
    }

    .jobPaginationLegend {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.25em;
    }

    .paginationItem {
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        padding: 0.5em 0;
    }

    .paginationLink,
    .paginationLink:visited {
        padding: 0.5em 0.75em;
    }

    .tableList th,
    .tableList td:empty {
        display: none;
    }

    .tableList,
    .tableList thead,
    .tableList tbody,
    .tableList tr,
    .tableList td {
        display: block;
    }

    .tableList thead,
    .tableList tbody,
    .tableList tr,
    .tableList td {
        width: auto;
    }

}

@media all and (max-width:450px) {
    #banner {
        background-size: contain, auto auto;
    }
}