@charset "UTF-8";
/* CSS Document */

/*** SITE GENERAL ***/
.backgroundiiiHR{
  max-height: auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../images/commons/iiihrback1.png);
  min-height: 600px;
  
}

.backgroundiiiHR_member{
  max-height: auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../images/commons/iiihrback_member.png);
  background-color: rgba(254,254,254,0.7);
  min-height: 570px;
  
}

.index_box {
  	background-color: rgba(212,212,212,.60);
	padding: 20px;
	text-align: center;
  	border-radius: 5px;
	border: 1px solid rgba(255,255,255,1.00);
	margin-bottom: 20px;
}

.topmargin {
  margin-top: 100px;
}

.contents_box {
  padding: 20px;
  background: rgb(255,255,255);
  background-color: rgba(255,255,255,0.4);
  border-radius: 5px;
  margin-bottom: 50px;
}

/*** FOOTER ***/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 110px;
  padding: 0 20px 0 20px;
}


/*** INDEX PAGE ***/

/*** CONTACT PAGE ***/

.contact_box {
  border: 1px solid rgba(0,0,0,0.50);
  border-radius: 4px;
  margin: 30px auto;
  padding: 20px;
}

/*** Members Index Page ***/
.panel_supervisor {
  border: 5px solid rgb(87,130,60);
}
.panel_supervisor > .panel-heading {
  color: rgb(87,130,60);
  border-radius: 0;
  border-bottom: 1px solid rgb(87,130,60);
  background: #FFF;
  text-align: left;
}

.panel_workforce {
  border: 5px solid rgb(0,42,207); /*rgb(223,80,121)*/
}
.panel_workforce > .panel-heading {
  color: rgb(0,42,207);
  border-radius: 0;
  border-bottom: 1px solid rgb(0,42,207);
  background: #FFF;
  text-align: left;
}

.panel_payroll {
  border: 5px solid rgb(30,143,185);
}
.panel_payroll > .panel-heading {
  color: rgb(30,143,185);
  border-radius: 0;
  border-bottom: 1px solid rgb(30,143,185);
  background: #FFF;
  text-align: left;
}

.panel_supervisor > .panel-body,
.panel_workforce > .panel-body,
.panel_payroll > .panel-body {
  text-align: left;
}

.panel_ad_box {
  background: rgba(255,255,255,0.3)
}

/*** MEMBERS PAGE ***/

.form_member > .btn-default,
.form_member > .btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #EEE;
  border: 1px solid #333;
}

.form_member > .btn-default:hover {
  background-color: #999;

}

/* -- Member's Menu Button Tweaks -- */
.btn-supervisor,
.btn-supervisor:focus,
.panel-supervisor > .panel-heading {
  background-color: rgba(114,159,68,0.7);
  color: #FFF;
}
.btn-supervisor:hover {
  background-color: rgba(114,159,68,1.00);
  color: #FFF;
}

.btn-workforce,
.btn-workforce:focus,
.panel-workforce > .panel-heading {
  background-color: rgba(0,42,207,0.7); /*255,67,115*/
  color: #FFF;
}
.btn-workforce:hover {
  background-color: rgba(0,42,207,1.00);
  color: #FFF;
}

.btn-payroll,
.btn-payroll:focus,
.panel-payroll > .panel-heading {
  background-color: rgba(15,157,205,0.7);
  color: #FFF;
}
.btn-payroll:hover {
  background-color: rgba(15,157,205,1.00);
  color: #FFF;
}

.panel-user-header {
background-color: rgba(0,42,207,0.20); /*223,80,121,0.20*/
margin-bottom: -10px;
/*background-color: rgba(255,255,255,0.50);*/
}

.panel-supervisor-header {
background-color: rgba(87,130,60,0.20);
margin-bottom: -10px;
}

.breadcrumb_member {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  /* background-color: #f5f5f5; */
  /*border-radius: 4px;*/
  border-bottom: 1px dotted #fff;
}
.breadcrumb_member > li {
  display: inline-block;
}
.breadcrumb_member > li + li:before {
  padding: 0 5px;
  color: #333;
  content: ">\00a0";
}
.breadcrumb_member > .active {
  color: #777;
}

.breadcrumb_submenu {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(93,93,93,0.40);
  border-radius: 4px;
  /*border-bottom: 1px dotted #fff;*/
}
.breadcrumb_submenu > li {
  display: inline-block;
}
.breadcrumb_submenu > li + li:before {
  padding: 0 5px;
  color: #FFF;
  content: " > \00a0";
}
.breadcrumb_submenu > .active {
  color: #CCC;
}

.breadcrumb_submenu > li > a, a:focus, a:active {
  color: #FFF;
}

.table-noborder {
  border: none;
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
  border: none;
}
.table-noborder > thead > tr > th,
.table-noborder > thead > tr > td {
  border-bottom-width: 0px;
}


/*** Decoration Classes ***/
.margin_b10 { margin-bottom: 10px;}
.margin_b20 { margin-bottom: 20px;}
.margin_b30 { margin-bottom: 30px;}
.margin_b50 { margin-bottom: 50px;}
.margin_t10 { margin-top: 10px;}
.margin_t20 { margin-top: 20px;}
.margin_t30 { margin-top: 30px;}
.margin_t50 { margin-top: 50px;}
.margin_t-30 { margin-top: -30px;}

.red { color:  rgb(255,0,4)}
.blue { color: rgb(0,58,237)}

.text_f11 { font-size: 11px;}

.bg_blue {
background-color: rgba(116,184,255,1.00);
}
.bg_pink {
background-color: rgba(251,177,178,1.00);
}
.bg_yellow {
background-color: rgba(249,245,202,1.00);
}