﻿body
{
    font-size: 14px;
    color: #221f20;
}

.alert-inline
{
    display: inline-block;
}

.alert-warning
{
    color: black;
}

.alertBox
{
    display: inline-block;
}

.w-bold 
{
    font-weight: bold;
}

a
{
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}

b
{
    font-weight: normal;
}


.grey, .gray
{
    color: #838383;
}

.socialLoginBtn IMG
{
    margin-right: 10px;
    height: 15px;
}

.LogoLine
{
    height: 40px;
    padding-top: 20px;
}

.legalDocContainer {
    margin-top: 10px;
}

.legalSection {
    margin-left: 8px;
}

a.btn
{
    text-decoration: none;
}

.brandLogo
{
    margin-bottom: 5px;
}

.topLine
{
    background-color: #91C850;
    color: white;
}

#filters select
{
    width: 140px;
}

.verifiedID
{
    height: 14px;
    width: 12px;
    background-image: url('/v2/img/verified.jpg');
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.unverifiedID
{
    height: 14px;
    width: 12px;
    background-image: url('/v2/img/verified.jpg');
    background-repeat: no-repeat;
    background-position: 0 -14px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.jaInstructions LI
{
    padding: 10px;
}

.jaHeader
{
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.jaHeaderStep
{
    color: #838383;
}

.jaJobTitle
{
    font-size: 24px;
    color: #13a8e4;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 26px;
}

.jd
{
    margin-top: 15px;
    height: auto;
    overflow-y: hidden;
}

.jaSubHeader
{
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

.moreAbout
{
    font-size: 18px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 22px;
}

.jaOrgName
{
    /* font-size:16px;*/
    margin-bottom: 0px;
}

.jaLocation
{
    /*padding-left:20px;*/
    margin-top: 5px;
    margin-bottom: 10px;
}

.multipleChoice label 
{
    display: inline;
}

.multipleChoice input 
{
    margin-right: 5px;
}

.shifts
{
    font-size: 10px;
    display: inline-table;
    position: relative;
    top: 3px;
    margin-left: 5px;
}



    .shifts TD
    {
        width: 14px;
        height: 14px;
        border: 1px solid #555555;
        text-align: center;
        line-height: 14px;
        font-size: 8px;
    }



.shiftOn
{
    background-image: url('/v2/img/dotw_active_bg.png');
    color: white;
}

.ForceHide 
{
    display: none !important;
}

@media (max-width: 767px)
{
    /* Mobile only */
    .searchWhat
    {
        margin-right: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px)
{

}

@media (min-width: 980px)
{

}

@media (min-width: 751px)
{
   
}

.footer-left
{
}

.footer-right
{
}



@media (max-width: 480px)
{
    .FullWidthMobile 
    {
        width: 100% !important;
        float: none !important;
    }   
}

body
{
    overflow-y: scroll;
}

        tr:hover 
        {
            background: white !important;
        }


@media (max-width: 480px)
{
   
}

.msgBlock
{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 30px;
    z-index: 20000;
}

@media (min-width: 768px)
{
   
}

@media (max-width: 768px)
{
    
}

.searchElement
{
    margin-bottom: 0px !important;
}

.searchArea
{
    display: inline-block;
}

.searchCaption
{
    height: 24px;
}

.searchWhat
{
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignedItem
{
    margin-bottom: 10px;
    margin-right: 10px;
}

.searchItem
{
    margin-bottom: 35px;
}

.searchItemHeader
{
    font-size: 20px;
    padding-bottom: 10px;
}

.searchItemHeader A
{
    white-space: normal;
}

.searchItemHeader h2
{
    font-weight: normal;
    display: inline;
    font-size: 20px;
    line-height: 18px;
}

.searchItemEmployerName
{
    font-size: 16px;
    font-weight: bold;
}

.searchItemDetails
{
    margin-top: 4px;
    margin-bottom: 4px;
}

.nowrap
{
    white-space: nowrap;
}

.searchButton
{
    width: 92px;
}

.bullet
{
    vertical-align: middle;
    color: #89c448;
    font-size: 20px;
}

.filterLine
{
    margin-top: 12px;
}

.noResultsMessage
{
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    color: #555555;
}

.searchItem .searchItemDetails .shiftBox
{
    display:inline;
    margin-right: 15px;
}

.searchItemEmployerLocation {
    color: #665;
}

.searchItemOption {
    float:left;
    margin-top:5px;
    margin-right:15px;
}

h3.error, .email-label.error
{
    color: #b94a48;
}

.thinLine
{
    height: 1px;
    background-color: #6a6164;
    margin-bottom: 5px;
}

.thinGrayLine
{
    height: 1px;
    background-color: lightgray;
    margin-bottom: 5px;
}

.FBExplanation 
{
    margin-top: 10px;
    font-size: 11px;
    line-height: 15px;
}

.agreeTOU
{
    font-size:11px;
    width: 277px;
    margin-left:auto;
    margin-right:auto;
}

.loginForm
{
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-top:10px;
}

.login-OR-Sep
{
    position: relative;
    color: #838383;
    font-size: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ORDivider
{
    display: inline-block;
    height: 1px;
    border-top: 1px solid #838383;
    width: 100px;
    margin-right: 0px;
    margin-left: 0px;
}

/* Language Nav (Header) */

.languageToggler
{
    text-align: center;
    vertical-align: middle;
}

.languageToggler li 
{
    display: inline-block;
    vertical-align: middle;
}
.languageToggler a 
{
    display: inline-block;
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.languageToggler .switcher 
{
    width: 36px;
    height: 19px;
    border-radius:30px 30px;
    border: 2px solid #fff;
    vertical-align: middle;
}
.languageToggler .indicator 
{
    display: block;
    width: 15px;
    height: 15px;
    margin: 2px;
    border-radius:50% 50%;
    background: #fff;
}


.es a.switcher .indicator 
{
    margin: 2px 2px 2px 19px;
}

header.global nav.user {
    display: block;
    position: absolute;
    z-index: 100;
    top: 75px;
    right: 0;
    width: 170px;
    text-align: center;
}
nav.user ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.user li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-transform: uppercase;
    font-family:"proxima-nova", sans-serif;
    font-size: 0.933em;
    line-height: 14px;
    color: #fff;
}
nav.user li a:hover {
    text-decoration: none;
}
nav.user ul, nav.user li {
}

nav.user li a {
    width: 120px;
    padding: 15px;
    background: #4d7c15;
    text-align: center;
    text-decoration: none;
    color: white;
}

nav.user li .loginNav {
    border-radius: 0 0 5px 5px;
    background: #91c850 url('https://jobaline.com/images/site/icon_key.png') 25px center no-repeat;
}

nav #loginOptions
{
    display: none;
}

.topBar 
{

}

.masterDivider 
{
    /*background-color: #91C850;*/  
    margin-bottom: 10px !important; 
    /*height: 3px;*/
    background-color: #6a6164;
    height: 1px;
}

.topBar a, .topBar a:hover 
{
    text-decoration: none;
    color: white;
}

#supportLink 
{
    font-weight: bold;
    font-size: 15px;
}

#candNavBar 
{
    text-align: right;
}

.navBarLinks LI
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.navBarLinks a
{
    /*color: #89c448;*/
    color: #838383;
}

.ui-widget {
    font-family: HelveticaNeueLTPro-Lt, Arial, sans-serif !important;
}

.ui-menu {
    padding: 5px 0px !important;
}
.ui-menu.ui-corner-all {
    border-radius: 0px;
    border: #888;
    box-shadow: 0 0 1px #888;
    font-size: 14px;
    font-weight: 900;

}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    font-weight: 500;
    background: none;
    border: none;
}
.ui-menu .ui-menu-item a.ui-state-focus {
    
    font-family: HelveticaNeueLTPro-Lt, Arial, sans-serif;
    color: black;
    text-decoration: none;
    background-color: #ebf2fe !important;
    border:none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


.no-space {
    margin-left: 0px;
}

.jbln-hide,
input.jbln-hide  {
    display: none;
}

.field
{
    float: left;
    margin-right: 45px;
    margin-bottom: 15px;
}


.field label
{
    font-size: 12px;
    padding-bottom: 5px;
    color: #221f20;
    font-family: HelveticaNeueLTPro-Bd;
}

.center 
{
    text-align: center !important;
}

#Locations .multi-loc {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}


.homePageLink UL
{
    list-style-type: none;
    margin-bottom: 0px;
}

.homePageLink LI
{
    display: inline;
}

.lock
{
    position: relative;
    top: -4px;
}

.logoutLink
{
    color: #b5abae !important;
    font-size: 12px !important;
}

.btnLeft 
{
    margin-left: 0px !important;
}

select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

@media (max-width: 767px) 
{
    .jobaline-brand .hide-on-jobalinemobile {
        display: none;
    }

    .mobile-fix
    {
        display: inline-block;
    }

    .mobile-fix li
    {
        margin-top: 0px !important;
    }
}

.hide-not-on-jobaline
{
    display: none;
}

.jobaline-brand .hide-not-on-jobaline
{
    display: inherit;
}

.trash
{
    background-image: url("/v2/img/trash-icon.png");
    height: 20px;
    width: 20px;
}