﻿/* CSS Document */

/* DOCUMENT INFORMATION
	- Document: HRCalifornia Styles
	- Version: 1.0.1
	- Company:  California Chamber of Commerce
*/


/* === BEGIN DISPLAY NONE === */
.formResult .btn-wrap {
    display: none;
}
/* === END DISPLAY NONE === */

body {
   font-family:"Arial", sans-serif;
   font-size: 14px;
}

h1, .h1 {
    font-size: 2rem;
	color: #072a5e;
}

.h2, .h3, h2, h3 {
    margin-top: 20px;
}

h2, .h2 {
    /*font-size: 1.75rem;*/
	font-size: 1.35rem;
    color: #072a5e;
}

h3, .h3 {
    /*font-size: 1.5rem;*/
	font-size: 1.17rem;
}

h4, .h4 {
    font-size: 1.1rem;
}

h4.modal-title {
  color:#E68913;
}

h5, .h5 {
    font-size: 1.1rem;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #337ab7;
}

a.footnote {
    position: relative;
    top: -.5em;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.agreement {
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    overflow: auto;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    max-height: 400px;
    margin-bottom: 16px;
    padding: 8px;
}

.btn-wrap a {
    border-color: #166ba8;
    background: #2377b3;
    color: #FFF;
    font-weight: 700;
    margin-top: 8px;
}

/* Begin ICONS */

.iconFa {
    position: absolute;
    top: -4px;
    color: #ff7400;
    left: -1.8em;
    text-align: center;
    width: 2em;
}

.iconFa2 {
    position: absolute;
    left: -28px;
    color: #ff7400;
}

.calloutIconQuiz li {
    padding-bottom: 8px;
    padding-top: 8px;
}

.calloutIconQuiz .fa-stopwatch {
    font-size: 1.3em;
    left: -40px;
    top: -2px !important;
}

.calloutForm {
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    /* padding: 10px 20px 10px 35px; */
    margin-right: 2%;
    /* margin-left: 1rem; */
    padding: 5px 0px;
}

ul.calloutForm li {
    line-height: 18px;
    padding: 5px 0;
    margin: 5px 0;
}

.flag {
    border-left-color: #ff7400 !important;
    border: #cccccc 1px solid;
    border-left: 10px solid #ccc;
    background: #f1f1f1;
    padding: 15px 20px 15px 15px;
    margin: 20px 25px 20px 0px;
}

div.flag p, div.flag div {
    display: inline-block;
}


.fa-inverse {
    color: #fff !important;
}


.fa-tag.iconFa2 {
    top: 6px;
}

.fa-search:before {
	color: #FFF;
}

.borderBoxTopline .fa-search:before {
    color: #FF8500;
}

i.fa-li.fas.fa-flag-alt {
    color: #ff8500;
}

i.fab.fa-twitter.iconTwitter {
    color: #2daae1;
	position: relative;
    top: 3px;
    left: 10px;
}

.far {
    font-size: 1.1rem;
}

.iconFa2 {
    font-size: 1.1rem;
}

.iconRSS {
    position: relative;
    top: 2px;
    left: 10px;
    color: #ffa500;
    font-size: 1rem;
}

.iconBoxRadius {
    background: rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    margin-bottom: 5rem;
    margin-right: .5rem;
}

.contentMain i.fas.fa-exclamation-circle {
    position: absolute;
    left: -34px;
    color: #ff7400;
    font-size: 1.6em;
}

.fa, .fas, .fab, .far, .fal {
    color: #FF8500;
}

.fl {
    float: left;
}

ul.fa-ul li i.fa-li {
    font-size: 1.2em;
}

/* End ICONS */

.advisorName {
	font-weight: 700;
    color: #474747;
	font-size: .75rem;
}

.borderBottom {
    border-bottom: 1px dotted #ccc;
}

.btn-primary {
    background-color: #ff8500 !important;
    border-color: #ff8500 !important;
}

.btn-primary:hover {
    background-color: #ec7b00 !important;
    border-color: #ec7b00 !important;
}

a.btn-primary, a.btn-primary i {
    color: white;
	font-weight:700;
}

div.btn-primary a {
    font-weight: 700;
    color: #FFF !important;
}

div.btn-primary a:hover {
    opacity: 0.9;
}

.col-4.colRight {
    padding-left: 15px;
}

.container.contentPageSB .col-md-8, .container.contentPageSB .col-md-4 {
    margin-bottom: 25px;
}

.contentMain {
    margin-bottom: 30px;
	padding-right: 25px;
}

.contentPreview {
    padding-right: 25px;
}
.contentSummary {
    padding-right: 25px;
}

.copyright {
    background: #072a5e;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: #4CC1E0 1px solid;
	font-size: .8rem;
}

.copyright a, .copyright a:active, .copyright a:link, .copyright a:visited {
    color: #b2def1;
}


header {
    padding-top: 5px;
    padding-bottom: 5px;
    background: -moz-linear-gradient(top, #ffffff 0%,#fef6ee 30px,#fed7ae 80px,#ffc890 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#fef6ee 30px,#fed7ae 80px,#ffc890 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#fef6ee 30px,#fed7ae 80px,#ffc890 100%);
}

header, header a, header button, header .btn, header .form-control {
    font-size: 13px;
}

header .section1, header .section2 {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 8px;
}

header .site-nav, header .login, header .search {
    display: inline-block;
}

header .logo, header .user {
    padding-top: 20px;
}

header .user {
    font-size: 0.9em;
}

header .user strong {
    color: #1e87bb;
}

header .site-nav .nav-link {
    padding: 0px;
}

header .site-nav {
    padding: 10px 0px;
}

header .site-nav .nav-item.seperator {
    padding: 0px 14px;
}

header .login {
    padding-left: 14px;
}

#header-button-search i {
    color: #FFF;
}


/* BEGIN FORMS CONTROL */
form#fxb_783b09b9-5004-4c7e-b4d0-cee64b32838c_3092f853-9ab1-4c51-bc22-e0ec35072e1b {
    margin-left: 10%;
}

.lgForm {
    width: 80%;
}

label {
    margin-bottom: .2rem;
    margin-top: .8rem;
}

label.block {
    display: block;
}

.contentPage .loginInfoSubmit {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

form p.well {
    width: 80%;
    margin-top: 12px;
}

/* END FORMS CONTROL */

#sitesDropdown {
    background-color: transparent;
    border: 0;
    outline: none;
    color: #337ab7;
    cursor: pointer;
    white-space: nowrap;
}

header .search .input-group {
    width: 300px;
}

header .search .mb-3 {
    margin-bottom: 0px !important;
}

header .form-control {
    height: auto;
}

.headerBox {
    background-color: #eee;
    border: #ccc solid 1px;
    line-height: 18px;
    margin: 5px 0;
    width: 100%;
    margin-bottom: 15px;
}

.headerBox div {
    border: #fff solid 2px;
    padding: 4px 4px 4px 6px;
    font-size: .95rem;
    font-weight: 700;
}

.top-nav {
    background-color: #072a5e;
}

.imgFloatMkt {
    width: 250px;
    padding: 13px;
    float: right;
}

.login a.btn {
    color: #FFF;
	font-weight: 700;
}

.loginForm {
    max-width: 540px;
	margin-bottom: 25px;
}

.loginForm button.btn.btn-primary {
    font-weight: 700;
}

.loginForm .col-sm-8 div a {
    margin-left: 17px;
}

.loginContainer ul {
    margin-left: 30px;
}

.loginForm .panelContent {
    padding: 12px;
}

nav .dropdown-menu {
    top: 37px !important;
}

a.nav-link:last-child {
    border-right: 1px solid #072a5e;
}

.section1 a.nav-link:last-child {
    border-right: none;
}

.navbar {
    padding: 0px;
}

.navbar.bg-dark {
    background-color:#072a5e !important;
}

.navbar.bg-dark .bg-light {
    background-color:#267fab !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}

nav.navbar a.nav-link {
    font-weight: 600;
    color: white;
    font-size: 0.9em;
}

nav.navbar li.nav-item:hover {
    background-color: #2d599a
}

.navbar-nav ul li,
.navbar-nav ul li a,
.navbar-nav ul li:hover a, 
.navbar-nav ul li a:focus {
    color: white;
}

.navbar-nav ul,
.navbar-nav ul li a:focus {
    background-color: #2d599a;
}

.navbar-nav ul li:hover, 
.navbar-nav ul li a:hover, 
.navbar-nav ul ul li a:focus,
.navbar-nav ul ul {
    background-color: #072b60;
}

.navbar-nav ul ul li:hover, 
.navbar-nav ul ul li a:hover, 
.navbar-nav ul ul ul li a:focus, 
.navbar-nav ul ul ul {
    background-color: #267fab;
}

.navbar-nav ul ul ul li:hover, 
.navbar-nav ul ul ul li a:hover,
.navbar-nav ul ul ul ul {
    background-color: #5cb1db;
}

nav .navbar-nav ul, nav .navbar-nav ul li a:focus {
/*margin-top: -1px !important;*/
    -webkit-border-radius: 0px 0px 4px 4px;
       -moz-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
}


.rightNavMenu {
	right: 0px !important;
    left: initial !important;
}


/* === Begin SubjectDetail Side Navigation === */
.nav-list {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0px;
	width: 100%;
	}
	
.nav-list li {
    border-top: 1px solid #ccc;
    /*width: 100%;
    margin-left: -29px;*/
    margin-top: 1px;
    list-style-type: none;
    padding-bottom: 0px !important;
	line-height: 18px;
}

.nav-list li a {
    display: block;
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #fff;
}

.nav-list li a:hover {
    background: #f1f1f1;
    text-decoration: none;
}

.nav-list li .selected, .nav-list li:hover a.selected {
    background: orange;
    border: 1px solid #e96700;
    color: #fff !important;
    font-weight: bold;
    margin-left: 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    /*padding: 10px 2px 10px 16px;*/
    cursor: default;
    width: 100%;
    z-index: 2;
}

.nav-list li .selected.on {
    background: orange;
}

.nav-listBorder {
   padding-left:0;	
   padding-right:0;
   padding-bottom:0;
}

.nav-listBorder h1 {
   padding-left:20px;
}
/* === End SubjectDetail Side Navigation === */

.messages .alert {
    margin-bottom: 0px;
    border-radius: 0px;
}

/* Begin Breadcrumb and Functions */
.bc {
	font-size: 0.9em;
	padding: 15px 0px;
	float: left;
	margin-bottom: 20px;
}


.bc .fa-chevron-right {
	color: #666666;
	margin: 0px 6px;
	font-size: .6em;
    position: relative;
	top: -1px;
}

.functions {
	font-size: 0.9em;
	padding: 15px 0px;
	float: right;
}

/* End Breadcrumb and Functions */


.hrcContentArea td {
    border-left: 1px solid #ccc;
    text-align: left;
    font-weight: normal;
}
.hrcContentArea th, .hrcContentArea td {
    border-bottom: 1px solid #ccc;
}
.hrcContentArea th, .hrcContentArea td {
    padding: 5px;
}

.hrcContentArea td:first-child, .hrcContentArea td.first {
    border-left: none;
}

.hrcContentArea th, .hrcContentArea h6.Table-Header {
    text-align: left;
    color: #000;
    font-weight: 700;
    margin: 0;
	font-size: .9rem;
	background: #dcf0ff;
}

table.hrcContentArea {
	margin-bottom: 16px;
	width: 100%;
}

table.tablesaw i.fa.fa-check {
    color: #000;
}

footer {
    background-color: #1e87bb;
    font-size: 0.9em;
    color: white;
}

footer h6 {
    font-weight: 700;
}

footer ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

footer a:active, footer a:link, footer a:visited {
    color: #b2def1;
}

footer, footer a, footer a:active, footer a:link, footer a:visited {
	 font-size: .8rem;
}

footer .col-sm-3 {
    margin: 20px 0px;
}

footer .fab {
    font-size: 1.5em;
}

footer .fa-facebook-square, footer .fa-twitter-square, footer .fa-linkedin  {
    Color: #FFF;
}

footer .btn-sm {
    background: #1073a5;
    border-radius: 4px;
    border: #4bc1e0 1px solid;
    margin-top: 13px;
}

.formPreview .btn-wrap a {
	background: none;
	color:  #2377b3;
}

.modal-content {
    font-color: #000;
}

.lldBox .fa-2x {
	color:#db6b1d !important;
	font-size: 1.8em;
}

.lldBox {
  border:#CCC 1px solid;
  display:block;
  clear:both;
  padding: 12px 10px 2px 10px;
  margin-top:5px
}

.lldPhoto {
	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.58);
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.58);
border:#FFF 2px solid;
float:left;
margin:0 13px 13px 0;
}

.thLLDPhoto {
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
   -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.58);
            border:#FFF 2px solid;
   margin-bottom:2px;
}

.middle {
    background: #FFF url(../Images/bg-content.gif) top left repeat-x;
}

.middle .content {
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
}

.middle div.colLeft {
    padding-right: 25px;
}

.modal-header {
    display: initial !important;
}

.newsTxt, .topicsTxt {
    color: #155b7e;
    font-size: calc(1rem + .08vw);
    display: block;
    font-weight: 600;
}

.NewsListView ul li {
    margin-bottom: 16px;
}

.pageBottom .sideNavBox {
    border: none;
    margin-bottom: 16px;
}

.pageBottom .sideNavBoxBorder {
    border: none;
}

.pageBottom .sideNavBox i.far.fa-question {
    font-size: 1rem;
}

.panel, .sideNavBox {   
   border:#e5e3e1 4px double;
   padding:0px;
}

.qaList .subtopicFilter {
    display: inline-block;
    padding: 8px 12px 12px 12px;
}

.qaList .well .form-group {
    margin-bottom: 0px;
}

.site-nav .dropdown-menu.dropdown-sites.show .fa-caret-right {
    color: #337ab7;
    margin-right: 3px;
}


    
/* BEGIN Search Results page
=============================================== */


.spSearchBox {
	max-width: 55%;
    margin: 0 auto;
}

.searchTipsLink {
    position: relative;
    top: 7px;
    left: 12px;
}

.spFilterList {
    background-color: #ddd;
    margin-top: 20px;
    font-size: 13px;
    border-radius: 4px;
}

.spFilterList .spFilter {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-radius: 4px;
}

.spFilterList .current a {
    color: #FFF;
}

/*.spFilter a {
    color: #777;
}

.spFilter a:hover {
    color: black;
}*/

.spFilter.current {
    background-color: #1e87bb;
    color: white;
}

.spCount {
    margin-top: 20px;
}

.spResult {
    margin-top: 20px;
    margin-bottom: 20px;
}

.spResult .link {
    color: #006621;
}

.spResult.mb-3 {
    margin-left: 40px;
}

	.spResult.mb-3 span {
		margin-left: 40px;
	}


.spResult .title a {
    font-size: 17px;
}

.spResult .adate {
    color: #777;
}

.spResults i.fa.fa-calendar {
    margin-right: 4px;
}

.spCT {
    font-size: 9px;
}

.spPaging {
    text-align: center;
}
    
	.pagination {
    border-top: 0px !important;
		    width: 300px;
    margin: 0 auto;
	}
	
	.pagination .page {
    display: inline-block;
    padding: 0 4px;
    margin: 0 1px;
	font-size: 1.5rem;
    margin-right: 8px;
	}
	
	.pagination span.page {
    background: #2A8EBF;
    color: #fff;
    text-decoration: none;
	padding: 5px 10px;
	}


	.pagination>li>a, .pagination>li>span {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #337ab7;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

ul.pagination .fa-angle-double-right, ul.pagination i.fa.fa-angle-double-left {
    color: #337ab7;
}

.spResult .link {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


.spSearchBox button.btn.btn-primary.btn-search {
    -webkit-border-radius: 0px 3px 3px 0px;
       -moz-border-radius: 0px 3px 3px 0px;
            border-radius: 0px 3px 3px 0px;
}

@media only screen and (max-width: 500px) {
    .spResult .link {
        display:none;
    }
}

/* Content Types */

.spResult.ct {
    margin-left: 40px;
}

.spResult.ct::before {
    color: #ff7400;
    position: absolute;
    margin-left: -36px;
    margin-top: 2px;
    font-size: 24px;
}

.spResult.ctForm::before {
    content: "\f0f6";
    font-family: FontAwesome;
}

.spResult.ctChecklist::before {
    font-family: icomoon;
    content: "\e907";
    font-size: 27px !important;
}

.spResult.ctTool::before {
    content: "\f0ad";
    font-family: FontAwesome;
}

.spResult.ctTool::before {
    content: "\f0ad";
    font-family: FontAwesome;
}

.spResult.ctCalculator::before {
    font-family: FontAwesome;
    content: "\f1ec";
}

.spResult.ctHowTo::before {
    font-family: FontAwesome;
    content: "\f0ea";
}

.spResult.ctJobDescription::before {
    font-family: FontAwesome;
    content: "\f022";
}

.spResult.ctQuiz::before {
    font-family: icomoon;
    content: "\e934";
    font-size: 29px !important;
    margin-left: -40px !important;
}

.spResult.ctWebinar::before {
    font-family: icomoon;
    content: "\e935";
    font-size: 22px !important;
}

.spResult.ctWizard::before {
    font-family: FontAwesome;
    content: "\f0d0";
}

.spResult.ctLocalOrdinances::before {
    font-family: FontAwesome;
    content: "\f041";
}


/* Begin 8-2021 */
.spResult .title a {
    font-weight: 700;
}

.spResult.mb-3 span {
    margin-left: 0px;
}

.spResult .fa-li i.far.fa-file-alt.fa-lg {
    position: relative;
    left: 320px;
}

.spResults .fa-li {
    left: 19.3em;
}

.spResult.mb-3 {
    margin-left: 0px;
}

.spResult .fa-li i.far.fa-file-alt.fa-lg {
    position: relative;
    left: 0px;
}

.CoveoLogo {
    display: none !important;
}


.CoveoSearchbox .CoveoSearchButton {
    background-color: #ff8500;
    border-color: #ff8500;
}

.coveo-search-button-svg {
    color: #FFF !important;
}

.CoveoSearchbox .magic-box {
    border: thin solid #ced4da !important;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
    position: relative;
    top: -2px;
}


#HrCalifornia-GlobalSearchbox_container input {
    color: #495057;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 35px;
    padding-left: 10px;
}

#HrCalifornia-GlobalSearchbox_container .CoveoSearchButton {
    height: 35px;
    width: 40px;

}

#HrCalifornia-GlobalSearchbox_container .CoveoSearchbox .magic-box {
    border: none !important;
}

#HrCalifornia-GlobalSearchbox_container .magic-box .magic-box-input {
    height: 35px;
}

#HrCalifornia-GlobalSearchbox_container.CoveoSearchbox {
    height: 35px;
}

.CoveoSearchButton:hover, 
.coveo-magnifier-circle-svg:hover {
    fill: #FFF !important;
}

@media all and (max-width:1199px) {
  .spResults .fa-li {
      left: 16em;
    }
}

@media all and (max-width:991px) {
  .spResults .fa-li {
      left: 0em;
  }
	
  .spResult.mb-3 {
    margin-left: 20px;
  }
	
}


@media (max-width: 480px) {
  .CoveoSearchInterface .CoveoSearchbox {
      margin-right: 0px !important;
  }

  .CoveoSearchInterface {
      min-width: auto !important;
  }

}

/* End 8-2021 */


/* END Search Results page
=============================================== */


.newsSubtitle {
    margin-bottom: 10px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {

    .spResult.ct {
        margin-left: 26px;
    }

    .spResult.ct::before {
        margin-left: -22px;
        font-size: 14px;
    }

    .spResult.ctChecklist::before {
        font-size: 16px !important;
    }

    .spResult.ctQuiz::before {
        font-size: 18px !important;
        margin-left: -24px !important;
    }

    .spResult.ctWebinar::before {
        font-size: 14px !important;
    }
}

	
/* END Search Results page
=============================================== */



.sideNavBox .border {
   	border-bottom: 1px dotted #ccc;	
}

.sideNavBox .fa-chevron-right {
    color: #337AB7;
    font-size: .7em;
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.sideNavigation {
    border: #e5e3e1 4px double;
	margin-bottom: 16px;
}

.sideNavigation h1 {
	margin-bottom: 10px;
   font-size: 14px;
   font-weight:700;
   margin-top: 10px;
}

.sideNavBoxBorder li.active {
    background: orange;
    border: 1px solid #e96700;
    font-weight: bold;
    margin-left: 0px;
    margin-top: -1px;
    margin-bottom: -1px;
    cursor: default;
    width: 100%;
    z-index: 2;
}

.sideNavBoxBorder li.active a {
    color: #FFF;
}

.sideNavBoxBorder li.active a:hover {
	background: orange;
}

.sideNavBox h1 {
	margin-bottom: 10px;
   font-size: 14px;
   font-weight:700;
   margin-top:0px;
}

.sideNavBox .list {
   margin-left: 20px;	
}

.sideNavBox li {
   margin-top:16px;	
   margin-left: -35px;
}

.sideNavBox ul.fa-ul li {
    list-style-type: none;
    padding-left: 0;
    margin-right: .34em;
	margin-left: -.6em;
}

.sideNavBox ul.fa-ul li i:before {
    margin-right: 2px;
}

.sideNavBoxBorder .navbar-right {
    text-align: right;
}

    .navbar-right span {
        background-color: #daeaf1;
        border-radius: 8px;
        padding: 2px 6px;
        border: #bae8ff 1px solid;
    }

.panelContent, .sideNavBoxBorder {
    border: #CCC 1px solid;
    padding: 12px;
    width: 100%;
	/*padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;*/
}

.sideNavigation .nav-listBorder {
    padding: 0px;
}

.panelHeader, .loginHdrFrame {
    background: -moz-linear-gradient(top,  #32a3cb 0%, #2377b3 100%);
    background: -webkit-linear-gradient(top,  #32a3cb 0%,#2377b3 100%);
    background: linear-gradient(to bottom,  #32a3cb 0%,#2377b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a3cb', endColorstr='#2377b3',GradientType=0 );
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 10px;
}

.subtopicBorder {
   border-bottom: 1px dotted #ccc;	
   margin-bottom: 7px;
   margin-right: 25px;
   
}

.subtopicBorder .subtopicLink .fa-flag-alt {
    margin-right: 5px;
}

.subtopicLink a {
   line-height: 1rem;
   font-size: 16px;
}

.subtopicLink .fa-caret-right.blue {
   color:#337ab7;
   font-size: 1.4rem;
   margin-left: -14px;
   margin-right: 7px;
   position: relative;
   top: 2px;
}


/* BEGIN TOOLTIP */

.tooltip {
  z-index:auto;	
  font-family: "Arial",sans-serif;
}

a.tooltip {
    outline: none;
    text-decoration: none;
    position: relative;
	opacity:1;
	display: inline;
}

a.tooltip strong {
    line-height: 0px;
    background: #fff9f2;
}

a.tooltip > span {
    width: 260px;
    padding: 5px 10px 15px 10px;
    margin-top: 0;
    margin-left: -120px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
	line-height: 18px !important;
}

/*a.tooltip > span:hover,*/
a.tooltip:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow: visible;
	margin-top: 38px;
    display: inline;
	padding-top: 8px;
}

a.tooltip span b {
    width: 15px;
    height: 15px;
    margin-left: 40px;
    margin-top: -16px;
    /*display: block;*/
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    display: none\0/;
    *display: none;
	
}    

a.tooltip > span {
	color: #000000; 
	background: #FFF;   
	border: 1px solid #FF7400;	
	line-height:normal;     
}    
	  
a.tooltip span b {
	background: #FFF;
	border-top: 1px solid #FF7400;
	border-right: 1px solid #FF7400;
}
/* END TOOLTIP */

.rssViewer {
    padding-right: 16px;
	margin-bottom: 20px;
}

.rssDate {
    font-size: .85rem;
    display: block;
    margin-bottom: 7px;
}

.RCFull ul.fa-ul li a, .RCFull ul.fa-ul li i {
	line-height:34px;
}


.well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
	padding: 19px 8px;
    margin-bottom: 20px;
}

/* Begin Wizard attributes */
.next {
    background: #ff8500 !important;
    border: none;
    box-shadow: none;
}
.next:hover {
    border-color: transparent;
    opacity: 0.9;
}
.wizardCaret:before {
    position: relative;
    top: 2px;
    margin-left: 4px;
}
.leftView {text-align:left;}
.rwBtn {
    border: #337ab7 1px solid;
    border-radius: 3px;
    padding: 8px;
    cursor:pointer;
    white-space: nowrap;
    position: relative;
    top: 6px;
    text-decoration:none !important;
}

/* End Wizard attributes */

/* Begin Tabbed Content Sections */
div#nav-tabContent {
    border-left: #dee2e6 1px solid;
    border-right: #dee2e6 1px solid;
    border-bottom: #dee2e6 1px solid;
}
.tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}

.top-nav .dropdown .dropdown-item {
    border-bottom: #00457c 1px solid;
    font-size: .9rem;
}

/* End Tabbed Content Sections */

a.inconsistentLinkColor {
    color: #ff8500;
}


/*** Begin Lightbox CSS ***/

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/-/media/HRCalifornia/Images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/-/media/HRCalifornia/Images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/-/media/HRCalifornia/Images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/-/media/HRCalifornia/Images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.lightboxThumb {
	float: right;
    margin: 0px 0px 8px 8px;
    border: #e5e3e1 4px double;
    width:250px;
}

/*** End Lightbox CSS ***/


/* MEDIA QUERIES */


@media all and (min-width: 1200px) {
      nav.navbar a.nav-link {
        padding: 10px 20px !important;
    }
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1199px) and (orientation:landscape) {
   	nav.navbar a.nav-link {
    padding: 10px 15px !important;
  }
}

@media all and (max-width: 1199px) {
	.loginContainer a.btn.btn-primary.btn-sm.marketingBtn1 {
       margin-bottom: 10px;
   }
	
}


@media all and (min-width:992px) {

    nav.navbar li.nav-item {
        border-left: 1px solid #2b82ac;
    }
}



@media all and (max-width:991px) {

    header .logo {
        padding-top: 10px;
        text-align: center;
    }

    header .logo img {
        width: 250px;
    }

    header .user {
        text-align: center;
    }

    header .section1, header .section2 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header .login {
        display: block;
        padding-bottom: 10px;
    }
	
	.iconBoxRadius {
       margin-bottom: 0rem;
    }

    nav.navbar a.nav-link {
        padding: 5px !important;
    }
	
	nav .dropdown-menu {
     border: none !important;
   }
	
	.rightNavMenu {
	  right: initial !important;
      left: 0px !important;
   }
	
	.spSearchBox {
    max-width: 75%;
   }
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .lldBox .btn {
	margin-bottom:12px;
  }
  .lldBox .row {
	margin: 0 auto !important;
    text-align: center;
    padding-bottom: 8px;
  }
	
	.spSearchBox {
    max-width: 95%;
   }
	
 }


@media all and (max-width:419px) {
    header, header a, header button, header .btn, header .form-control {
        font-size: 12px;
    }

    header .site-nav .nav-item.seperator {
        padding: 0px 6px;
    }

    header .search .input-group {
        width: 250px;
    }
	
	.lightboxThumb{float:none;}
}

@media all and (max-width:575px) {
    .middle .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Print styles.
=============================================== */

@media only print { 

	.agreement {
      overflow:visible;
      max-height: auto;
	  border: none;
   }
	
    header .user, 
	header .section1,
	header .section2,
	.top-nav,
	.bc, 
	.functions,
	.col-md-4.colRight,
	footer,
	.copyright
	{ 
	 display: none !important; 
	} 
		
	.col-md-8 {
		width: 100% !important;
		max-width: 100% !important;
		flex: initial;
	}	
	
	header .logo {
		margin-bottom: 20px;
	}		
    
}



/* Browserr Specific Targeting 
=============================================== */

/* IE10-IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  
	header .login {
	padding-left: 14px;
	position: relative;
	top: -5px;
	}

	.well {
		width: 100%;
	}

}

/* Microsoft Edge */
@supports (-ms-ime-align:auto) {
	.navbar-nav .dropdown-menu {
		top: 34px !important;
	}
}

