@charset "UTF-8";

/* This CSS resource incorporates links to web font and font software which is the valuable copyrighted property of House Industries and/or its suppliers. You expressly agree to not copy, install, redistribute, convert, modify, or reverse engineer this font software. Please contact House Industries with any ques- tions regarding Web Fonts: http://www.houseind.com */




@font-face {
    font-family: "Open Sans";
    src: url("/webfonts/opensans-bold-webfont.eot");
    src: url("/webfonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("/webfonts/opensans-bold-webfont.woff") format("woff"),
        url("/webfonts/opensans-bold-webfont.ttf") format("truetype"),
        url("/webfonts/opensans-bold-webfont.svg#Neutraface") format("svg");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans";
    src: url("/webfonts/opensans-italic-webfont.eot");
    src: url("/webfonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"),
        url("/webfonts/opensans-italic-webfont.woff") format("woff"),
        url("/webfonts/opensans-italic-webfont.ttf") format("truetype"),
        url("/webfonts/opensans-italic-webfont.svg#Neutraface") format("svg");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/webfonts/opensans-regular-webfont.eot");
    src: url("/webfonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("/webfonts/opensans-regular-webfont.woff") format("woff"),
        url("/webfonts/opensans-regular-webfont.ttf") format("truetype"),
        url("/webfonts/opensans-regular-webfont.svg#Neutraface") format("svg");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "Open Sans", sans-serif;
}

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -95px;
    z-index: 0;
    min-width: 940px;
}

.footer,
.push {
    height: 95px;
}

.footer {
    text-align: center;
    margin: 0 auto;
    float: none;
    height: 95px;
}

.footer a {
    position: relative;
    margin-bottom: -120px;
    color: #000000;
    z-index: 1;
}

.footer a:hover {
    text-decoration: none;
    color: #f26b25;
}

.wrapper>.container {
    min-height: 400px;
}

.pageContent>h1 {
    height: 28px;
    margin-top: 50px;
    position: relative;
}

.pageContent>h2 {
    margin-top: 26px;
    height: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #c1dfc2;
    margin-bottom: 0;
    position: relative;
}

.pageContent>h1 .right-aligned-logo,
.pageContent>h2 .right-aligned-logo {
    position: absolute;
    right: 0;
    top: -50px;
    background: url("/imgs/logos/apploi-black.png") no-repeat 0 0;
    width: 131px;
    height: 88px;
}

.pageContent h3 {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

form.no-label-form .leftcolumn,
form.no-label-form .rightcolumn {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 0;
}

form.no-label-form .leftcolumn {
    margin-left: 155px;
}

form.no-label-form .rightcolumn {
    margin-left: 50px;
}

form.no-label-form input[type="text"],
form.no-label-form input[type="password"] {
    width: 282px;
    text-align: center;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #cecece;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

form.no-label-form select {
    width: 295px;
    margin-bottom: 20px;
}

form.no-label-form .datePicker select {
    width: 146px;
}

form.no-label-form input.error,
form.no-label-form select.error {
    border: 1px solid #ff9999;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}

form.no-label-form input.adjacent-field {
    width: 134px !important;
}

form.no-label-form input.adjacent-field.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

form.no-label-form input.adjacent-field.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

button.btn,
a.btn {
    border-radius: 3px;
}

.form-actions {
    background: transparent;
}

.dropdown-menu form.form-inline {
    margin-bottom: 0;
}

.inline-checkboxes label.checkbox {
    display: inline-block;
    min-width: 100px;
    vertical-align: top;
    padding-top: 5px !important;
    margin-bottom: 0;
}

.inline-checkboxes strong {
    display: inline-block;
}

.learnMore.footer {
    background: #009500;
    padding-top: 30px;
    margin-top: 30px;
    height: 55px;
}

.learnMore.footer a {
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
}

.text span {
    color: #423f3d;
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    line-height: 0px;
}

.navbar_apl {
    background-color: #f5f6f8;
    left: 0px;
    width: 100%;
    height: 45px;
}

body .employeePopupDesign:before {
    background-color: #003D37 !important;
}
