/***************************************/
/* Customize base styles for           */
/* City of Long Beach HR Department    */
/***************************************/
/* Warning: changing attributes like:  */
/* width, height, float, position,     */
/* margin, etc                         */
/* will effect the responsive layout   */
/* and may break the appearance on     */
/* mobile or tablet devices.           */
/***************************************/
/* Font-Weight Guide:                  */
/* Don't use 'bold'                    */
/* font-weight:200; <-- Thin           */
/* font-weight:300; <-- Light          */
/* font-weight:400; <-- Normal         */
/* font-weight:500; <-- Medium         */
/* font-weight:600; <-- Semi-Bold      */
/* font-weight:700; <-- Bold           */
/***************************************/

/** HR CUSTOM ***/
/*Gray - 757676, rgb(117,118,118) */
/*Dark Gray - 5c5c5c, rgb(92,92,92) */
/*Orange - df730b, rgb(223, 115, 11)*/
/*Dark Orange - ae5a09, rgb(174,90,9) */

html {
    background-color:#df730b;
    background:url(/globalassets/common-content/media-library/dept-hero-images/hr-bg.jpg) no-repeat fixed center center;
    background-size: cover;
}
body {
    background: none;
    color:#3e3f41;
}
/* Page Background */
@media all and (min-width: 768px) { 
    html {
        background:url(/globalassets/common-content/media-library/dept-hero-images/hr-bg.jpg) no-repeat fixed center center;
        background-size: cover;
    }
}
.dept-header {
    background: rgba(255, 255, 255, .9);
}
.dept-branding img {
    margin-top:12px;
}

/* Common page element styles */

.dept-content .main-content a.lrg-button-grey:hover {
	text-decoration: none !important;
	background: #F5EFE7 !important;
}
.main-content ul li, .main-content ol li {
    padding-bottom:14px;
}
.main-content ol + p, .main-content ul + p {
    margin-top:14px;
}
.main-content ol ol, .main-content ul ul, .main-content ol ol li:last-child, .main-content ul ul li:last-child {
    margin-bottom:0;
    padding-bottom: 0;
}
.main-content h2, .main-content h2 a, .main-content .h2, .main-content .h2 a {
    color: #ae5a09;
    font-weight: 600;
    margin-bottom: 18px;
	margin-top: 0;
    text-transform: capitalize;
}
.main-content h3, .main-content h3 a, .main-content .h3, .main-content .h3 a, .dept-content .main-content .content-inner h3 a, .dept-content .main-content .content-inner h3 {
    color:#757676;
    text-transform: capitalize;
    font-size: 17px;
    margin-top:36px;
}
.dept-content .main-content .content-inner h2 + h3 {
    margin-top:24px;
}
.dept-content .main-content .content-inner ul + h3, .dept-content .main-content .content-inner ol + h3 {
    margin-top:24px;
}
.main-content h4, .main-content h4 a, .main-content .h4, .main-content .h4 a {
    color: #ae5a09;
    text-transform: capitalize;
    font-weight: 600;
}
.main-content h5, .main-content h5 a, .main-content .h5, .main-content .h5 a, .main-content h6, .main-content h6 a, .main-content .h6, .main-content .h6 a {
    color:#3e3f41;
    font-weight: 600;
    text-transform: capitalize;
}
.main-content a {
	color: #0a3c5c;

}
.main-content a:hover {
    background: none !important;
    color: #ae5a09 !important;
    text-decoration: underline !important;
}
.main-content table th
{
    font-weight:600;
    background-color: #757676;
    border: 1px solid #757676;
    border-top: 2px solid #757676;
    border-bottom: 2px solid #757676;
}
.main-content table td,.main-content table td p {
	font-size: 13px;
}
.dept-content .main-content .featured-box{
    border:1px solid rgba(223, 115, 11,.5);
    padding:5px;
}
/*job titles on same row as name*/
.dept-content .main-content h4 > span {
    color: #333;
    font-weight:normal;
}
.dept-content .dept-right-col ul.article-links, body .dept-content .dept-right-col .update-block h5 {
    background: rgba(174,90,9, .8);
    border-radius: 0;
}
.dept-content .dept-right-col .update-block h5 {
    color: #5c5c5c;
}


.dept-content .dept-right-col .sidebar-content {
    padding: 28px 0 28px 17px;
}
/*style nav for HR*/
.dept-menu-wrap {
    background:#757676;
}
#dept-nav > ul > li > a {
    color:#fff;
    border-left:1px solid #5c5c5c;
}
#dept-nav > ul > li.lastItem a {
    border-right:1px solid #5c5c5c;
}
#dept-nav > ul > li:hover > a, #dept-nav > ul > li > a.fw-hovered {
    background:#5c5c5c;
    color:#fff;
}
#dept-nav .top-nav-mega-full-width::after {
    /*background: url(/uploadedImages/Pages/Departments/Animal_Care_Services/Development_Assests/menu-texture.jpg) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background:#5c5c5c;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#dept-nav .top-nav-mega-full-width {

    background:#5c5c5c
}
#dept-nav .top-nav-mega-full-width h1, #dept-nav .top-nav-mega-full-width h2, #dept-nav .top-nav-mega-full-width h3, #dept-nav .top-nav-mega-full-width h4, #dept-nav .top-nav-mega-full-width h5, #dept-nav .top-nav-mega-full-width h6, #dept-nav .top-nav-mega-full-width ul li a, #dept-nav .top-nav-mega-full-width ol li a {
    color:#fff;
}
#dept-nav .top-nav-mega-full-width a {
    color:#fff !important;
    text-decoration: none;
}
#dept-nav .top-nav-mega-full-width .col-md-4 {
    position: relative;
    z-index: 2;
}
#dept-nav .top-nav-mega-full-width .col-md-4 ul a {
    color:#fff !important;
    margin-right:13px;
    font-size:13px;
}
#dept-nav .top-nav-mega-full-width ul li {
    margin-top: 8px;
    position: relative;
}
.top-nav-mega-full-width ul li a:before {
    bottom: 9px;
    content: "»";
    display: block;
    height: 10px;
    left: -11px;
    opacity: 0.7;
    position: absolute;
    top: -2px;
    width: 13px;
}

/* BREADCRUMBS */
.dept-breadcrumbs {
    background:rgba(255, 255, 255,0.9);
}

/* RIGHT COLUMN */
.dept-right-col {
    background: #e1a263;
    border:0 none;
    color:#333;
}
.dept-content .dept-right-col a {
    color:#333 !important;
    text-decoration: none !important;
}
.dept-content .dept-right-col a:hover {
    color:rgba(255,255,255,1) !important;
    background:none !important;
    text-decoration: underline !important;
}
.dept-content .dept-right-col h1, .dept-content .dept-right-col h2, .dept-content .dept-right-col h3, .dept-content .dept-right-col h4, .dept-content .dept-right-col h5 {
	color: #333;
	margin-top: 12px !important;
	border-bottom: none !important;
}
.dept-content .dept-right-col h4 {
    border-bottom:1px solid #ae5a09;
}
.dept-content .dept-right-col p {
    color:#333;
	line-height: 1.35;
	margin-top: 12px;
}
.dept-content .dept-right-col .update-block {
    margin-bottom:36px;
}
.dept-content .dept-right-col h4 + .update-block {
    margin-bottom:64px;
}
.dept-content .dept-right-col .update-block h5 {
    color: rgba(255,255,255, .9);
}

.dept-content .dept-right-col p a, .dept-content .dept-right-col p a:hover {
	color: #ae5a09 !important;
	font-weight: 600;
}
.dept-content .dept-right-col .update-block h5  a, .dept-content .dept-right-col .update-block h5  a:hover {
    background: none;
}
.dept-content .dept-right-col .update-block h5 + h5 {
    margin-top:12px;
}

/* SIDEBAR ANNOUNCEMENTS */
.dept-content .dept-right-col .dept-announcement {
	background:#ae5a09; /* fall back */
	background: rgba(174,90,9, .8);
	border-color:#A58360; /* fall back */
	border-color:rgba(0,0,0,.3);
	padding: 28px;
}
.dept-content .dept-right-col .dept-announcement h3.announce-h3 {
    color: rgba(255,255,255, .9);
	margin-top: 0px !important;
	font-weight: 600 !important;
    text-transform: none;
}
.dept-content .dept-right-col .dept-announcement h1, .dept-content .dept-right-col .dept-announcement h2, .dept-content .dept-right-col .dept-announcement h3, .dept-content .dept-right-col .dept-announcement h4, .dept-content .dept-right-col .dept-announcement h5 {
    color: rgba(255,255,255, .9);
}

.dept-content .dept-right-col .dept-announcement p.announce-p {
    color:#333;
}
.dept-content .dept-right-col .dept-announcement a {
    color:rgba(255,255,255, .9) !important;
	text-decoration: underline !important;
}
.dept-content .dept-right-col .dept-announcement a:hover {
    color: #F2C08F  !important;
	
}
.dept-content .dept-right-col .dept-announcement p {
	margin-top: 12px;
	line-height: 1.35;
	color: rgba(255,255,255, .7);
}
.dept-content .dept-right-col .dept-announcement h1, .dept-content .dept-right-col .dept-announcement h2 {
	margin-top: 12px !important;
}
/* SIDEBAR EVENTS */

.dept-content .dept-right-col .side-events a.event-link {
	text-decoration: underline !important;
}
.dept-content .dept-right-col .side-events h3 {
	  background: rgba(174,90,9, .8);
	  color: rgba(255,255,255, .9);
	  font-size: 13px;
  	font-weight: 600;
	padding: 10px;
}

/* Responsive Styles */
@media all and (max-width: 959px) {
    .main-content-wrap.dept-content {
        margin-bottom: 4px;
        margin-top: 4px;
    }
}
@media all and (max-width: 768px) {

    #dept-nav {
        width:100% !important;
        max-width: 100% !important;
    }
    #dept-nav > ul > li {
        background:#fff;
        border-top:1px solid #AB5B1A;
    }
    #dept-nav > ul > .top-nav-mega-full-width, #dept-nav > ul > li + .top-nav-mega-full-width {
        padding-left:24px !important;
        left:0 !important;
    }
    
    #dept-nav > ul > li > a:hover, #dept-nav > ul > li > a:active, #dept-nav > ul > li > a.fw-hovered {
        color:#fff !important;
        background:#EF9A4F !important;
        border-top:1px solid #AB5B1A;
    }
    .dept-breadcrumbs {
        padding-top:5px;
        padding-bottom:5px;
        line-height: 1.5;
        padding-right:24px;
    }
    #dept-nav > ul > .top-nav-mega-full-width .col-md-4 {
        padding-top:14px;
        width:100% !important;
    }
			.main-content .row img {
		float: none;
		display: block;
		margin-left: 0px !important;
		margin-right:  0px !important;
	}
}
@media all and (max-width: 599px) {
    .dept-branding img {
        margin: 21px 6% 0;
        max-width: none;
        width: 71px;
    }
    .dept-branding h1 {
        margin-top: 26px;
    }
    #dept-nav > ul > .top-nav-mega-full-width .col-md-4 {
        width:100%;
    }
    .top-nav-mega-full-width h3, .top-nav-mega-full-width h3 a {
        margin-left:0;
    }
    .top-nav-mega-full-width ul, .top-nav-mega-full-width ol {
        margin-left:0;
    }
}

/*Trumba Calendar Styles*/
.flex-container-cal {
  width:100%;
background: #ffffff;
}

.maincol {
flex: 4;


  padding: 20px;
}
.filters {
flex: 1;
padding: 20px 20px 0px;
background-color: #ffffff;
margin: 0px 0px;
}

.maincalendar {
width: 100%;
border-top: 1px solid #ddd;
  padding: 0px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
padding: 15px 0px;
}
.panel-default > .panel-heading {
background-color: #ffffff;
padding: 10px 0px;
}

h3.panel-title {
font-size: 20px;
margin-top:0 !important;
margin-bottom:0 !important;
}

h3.panel-title a {
	background: transparent !important;
	text-transform:;
	color:;
	font-size:;
}

h3.panel-title a:hover {
	text-decoration: underline !important;
}

.collapsing{-webkit-transition:height .0s;}

@media screen and (max-width: 700px) {
  .flex-container{   
    flex-direction: column;
  }
}

@media screen and (min-width: 700px) {
#filter {
width:37%;
float:left;
margin-right:20px;
}
#eventtype {
width:37%;
float:left;
margin-right:20px;
margin-top:10px;
clear:both;
}
#calendarsearch {
float:left;
margin-top:10px;
}
#location {
float:left;
margin-top:0px;
}
}






