﻿body {
    font-family: Verdana;
    font-size: 15px;
    color: #000000;
}

h1, .h1 {
    font-size: 28.8px;
    color: #005b94;
}

h2, .h2 {
    font-size: 20.8px;
    color: #006622;
}

h3, .h3 {
    font-size: 19.2px;
    color: #0e6d9d;
}

.form-control {
    border: 1px solid #cfcfcf;
    font-size: 15px;
    border-radius: 4px;
}

a {
    color: #1f4f82;
}

.btn-primary {
    color: #006622;
    background-color: #ffffff;
    border-color: #006622;
}

.btn-lg,
.btn-group-lg .btn {
    font-size: 19.2px;
}

#vanillaKeywordCompact .btn-primary,
#vanillaKeywordCompact .form-control {
    height: 38px;
    line-height: 18px;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #1f4f82;
    border-color: #1f4f82;
}

#talentSearchAgentForm .form-control {
    margin-bottom: 10px;
}

#talentSendToAFriendForm .form-group {
    padding: 0 30px;
}

#talentSendToAFriendForm .btn-primary {
    margin-top: 20px;
}

#ResultsperpageFieldLabel {
    position: relative;
    width: auto;
    height: auto;
    float: none;
    font-weight: normal;
}

.logo-img {
    margin-left: -5px;
}

.btn-primary, .btn-primary:hover {
    color: #ffffff;
    background-color: #006622;
    border: #006622;
}

.jlist-tile-wrapper .btn-primary {
    display: none;
}

.jlist-tile-wrapper h1 a {
    text-decoration: underline;
}

#lumesseJobDetailWidget .job-title,
#lumesseJobDetailWidget .jdesc-criteria dd,
#lumesseJobDetailWidget .jdesc-param {
    color: #000000;
}

.jdesc-criteria dt, .jdesc-label {
    font-weight: bold;
}

#lumesseJobDetailWidget .jdesc-criteria dd {
    font-weight: normal;
}

#lumesseJobDetailWidget .jdesc-criteria dd:last-child,
.dl-horizontal dt:nth-child(13) {
    display: none;
}

#lumesse-search-agent-collapse,
#talentSearchAgentFormLegend {
    text-align: center;
}

#JobAdlg,
#JobAdlgFieldLabel {
    display: none;
}

@media screen and (min-width: 768px) {
    #lumesseJobDetailWidget .job-title .btn-primary {
        margin-top: -10px;
    }
}

@media screen and (min-width: 991px) {
    .dl-horizontal dt {
        width: 200px;
    }
}

#lumesseSearchAgentWidget > fieldset > div > div > .form-control{
    margin-bottom: 10px;
}

#lumesseJobDetailWidget > div[role=navigation]{
    margin-bottom: 0;
}

#lumesseSendJobToAFriendWidget > fieldset > div > .col-sm-12{
    padding: 0;
    margin-bottom: 10px;
}

#lumesseSendJobToAFriendWidget > fieldset > div > div > .form-group {
    margin-bottom:10px;
}

#lumesse-search-agent-btn{
    display: none;
}
.skip-main{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	text-decoration: underline;
}
.skip-main:focus{
	position:static;
	width:auto;
	height:auto;
}