@charset "utf-8";
/* CSS Document */
#tabs-1{padding:0 !important;}

#topWrapper{
	border: 1pt solid #ccc;
	color: #FFF;}

#topWrapper H3{ padding: 15px; margin-bottom: 0; color: #605c58;}

	.flexCont {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 25px;
	}
	.flexCont input {
		width: 100%;
	}
	.flexCont item {
		padding: 0px 25px 15px 0px;
	}
	.flexCont div:nth-of-type(2) {
		display: block;
	}
	.hiringHeader {
		/* height: 150px; */
		position: relative;
		display: flex;
		width: 100%;
		flex-flow: column nowrap;
		padding: 15px;		
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://luddy.indiana.edu/images/career-services/iu-clock-woodburn.jpg');
		background-size: auto 100%;
	}

	.hiringHeader .hh-top-box{
		width: 100%;
		text-align: center;
    /* margin-bottom: 25px; */
		line-height: 1.2;
		height: 180px;
		text-shadow: 5px 1px 5px black;
	}




	.hiringHeader ul {
		position:relative;
		color: white;
		font-size: 0;
		list-style-type: none;
		z-index: 1;
		padding-right: 25px;
		height: 100%;
		margin-bottom: 0;
	}
	.hiringHeaderBG {
		background-image: url(/images/career-services/iu-clock-woodburn.jpg);
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/career-services/iu-clock-woodburn.jpg');
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
	}
	.hiringHeader li {
		width: 25%;
		height: 100%;
		margin: auto;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.2rem;
		padding: 10px;
		display: inline-block;
		list-style-type: none;
		vertical-align: top;
		letter-spacing: .1rem;
	}
	.hiringHeader li span {
		display: block;
		font-weight: bold;
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
	.hiringHeader img {
		max-height: 50%;
	}

.yearBox {
	position: absolute;
   right: 10px;
   bottom: 5px;
   font-size: .7rem;
}

	#mainForm {
		background-color: transparent;
		margin: 0;
		padding: 0;
		zoom: auto;
	}
	
	#buttonSection {}
	
	#buttonSection select {
		background-color: #7A1705;
		color: white;
		flex-grow: 1;
		max-width: 33%;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 0px;
		padding: 10px;
		padding-left: 15px;
		padding-right: 20px;
		cursor: pointer;
		text-transform: uppercase;
	}
	
	.buttonSection{
		padding:2em;
		text-align: center;
		display: flex;	
		position: relative;
		border: 1pt solid #aaa;
		border-radius: 5px;
    margin-bottom: 15px;
		margin-top: 25px;
    background-color: white;
	}
	
	.buttonSectionClosed{
		transition: padding 3s;
		transition: border 3s;
		padding: 1px 0px 0px 0px;
		border: 0;
	}
	
	#filterText{
		position: absolute;
    padding: 0px 15px;
    background-color: white;
    top: -14px;
    left: 15px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 5px;
	}
	
	.closed{display: none;}
	
	.HRBlock{
		padding: 20px;
    text-align: center;
    background-color: #f6f5f3;
    box-shadow: 3px 3px 5px #cfcfcf;
    margin-right: 5px;
    margin-bottom: 15px;
	}
	
	.salaryFlexBlock{
		display: flex;	
		flex-wrap: wrap;
	}

	.circleContainer{
		min-width:50%;
		display:inline-block;
		margin-top: 15px;}
	
	.circle{
		width: 200px;
    display: inline-block;
    position: relative;}
		
	.numberCircle, .numberCircleSmall{
		position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 170px;
    height: 170px;
    padding: 40px 0;
    background: #fff;
    color: white;
    text-align: center;
    font: 5em Arial, sans-serif;
    background-color: #491517;
	}
	
	.numberCircle sup{font-size:.5em;}
	
	.numberCircleSmall{
    width: 125px;
    height: 125px;
    padding: 40px 0;
    font: 3em Arial, sans-serif;
		left: 37px;
    top: 13px;
	}

	.number100{
		padding-top: 38px;
		padding-left: 0px;
	}

	.secEmpTxt{
		display: block;
    width: 100%;
    vertical-align: top;
    margin-top: 5%;
    font-size: 1em;
		text-align: left;
	}

	.secEmpTxt .sect{
		display: block;
		margin-bottom: 20px; 
		white-space: nowrap;
		vertical-align: middle;
	}

	.secEmpTxt .extra{
		font-size: 2em;	
		display: inline-block;
		vertical-align: middle;
    font-weight: bold;
	}

	.secEmpTxt .extra2{
		display: inline-block;
		white-space: normal;
		margin-left: 15px;
		vertical-align: middle;
	}
		
	.salaryBlock{
		text-align: center;
		display: inline-block;
		position:relative;
    vertical-align: middle;
		padding:10px;
	}
	
	.salaryBlock img{
		/* display: block; */
	}
	
	.salaryBlock span{
		display:block	;		
	}
	
	.salaryBlock span.salNum{
		font-weight:bold;
		color:#991b1e;		
	}
	
	.mapInternal{
		display:flex;
		align-items: center;
		justify-content: center;
	}
	
	.mapBox{
		width: 65%;
		display: inline-block;
	}

	#salCircle1{}
	
	#salCircle2, #salCircle3{
		position: absolute;
    top: 15px;
    left: 15px;
	}
	
	.salaryBlock item{
		display: block;
    width: 120px;
    padding: 5px;
    color: white;
    font-size: .8em;
    margin-left: 25px;
		margin-bottom:10px;}
	
	.salaryBlock td{
    width: 120px;
    padding: 8px;
    font-size: 1.1em;
    margin-left: 25px;
		margin-bottom:10px;}
		
	
	.red1{background-color:#491517;}
	.red2{background-color:#991b1e;}
	.red3{background-color:#de1e35;}
	
	.ui-widget select{font-size:small;}
	
	#clicked-state, #clicked-state-intern{
		
		background-color: white;
    box-shadow: 3px 3px 5px #cfcfcf;
		border: 1pt solid #cccccc;
		min-width: 100px;
		min-height: 50px;
		border-radius: 5px;
		display: none;
		padding: 15px;
	}
	
	.fixedNav{
		position: fixed;
		top: 65px;
		z-index: 50;
	}
	
	
		.flexContainer {
  		display: flex; /* or inline-flex */	
			align-items: center;
			background-color: white;
			flex-wrap: wrap;
			justify-content:space-around;
		}
		
		.compItem {
			/* flex-grow: 1; */ /* default 0 */
			/* width: 20%; */
			margin: .1em;
		}

		.comp2Item{
			text-align: center;
			flex-grow: 1; /* default 0 */
			width: 45%;
			margin: .1em;
		}
	
	.disabled{
		background-color: #AAA !important;
		cursor: auto !important;
	}

.textMapInfo{ text-align: left;}




/* Pie Chart Styling  */


#chart, #chartData {
  /* background: #ebedf2 url("/images/career/chartgradient.png") repeat-x 0 0; */
}

#chart {
  display: block;
  margin: 0 0 10px 0;
  float: left;
  cursor: pointer;
}

#chartData {
	border-spacing: 0px 10px;
	border-collapse: separate;
	width: initial;
	color: white;
	border: 0;
  /*
	width: 200px;
  margin: 0 40px 0 0;
  float: right;
  border-collapse: collapse;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  background-position: 0 -100px;
	*/
}

#chartData th, #chartData td {
  /*
	padding: 0.5em;
  border: 1px dotted #666;
  text-align: left;
	*/
}

#chartData th {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
}

#chartData td {
  cursor: pointer;
}

#chartData td.highlight {
  /* background: #e8e8e8; */
	border-bottom: 1pt solid grey;
	box-shadow: 5px 5px 5px rgba( 0, 0, 0, .5 );
}

#chartData tr:hover td {
  /* background: #f0f0f0; */
	border-bottom: 1pt solid grey;
	box-shadow: 5px 5px 5px rgba( 0, 0, 0, .5 );
}

#map-block, #map-intern-block{display: none;}

#mainForm select{font-size: 0.55rem;}
	
.growAndMargin{
	flex-grow: 1; 
	margin-left: 0PX;
}

@media screen and (min-width:900px){
	.textMapInfo{ 
		text-align: left;
		position:absolute;
		left:-10000px;
		top:auto;
		width:1px;
		height:1px;
		overflow:hidden;}
	
	#map-block, #map-intern-block{display: flex;}
	
	#mainForm select{font-size: 1rem;}
	
	/*.salaryBlock{text-align: left;}*/
	
	.growAndMargin{	margin-left: -70PX;	}
	
	.secEmpTxt{
		display: inline-block;
		width: 40%;}
	
	#topWrapper{
	}
	
	.hiringHeader {
		flex-flow: row wrap;
		 height: 200px; 
		background-size: 100% auto;
	}

	.hiringHeader .hh-top-box{		
		width: 33%;
	}
}




/* Admin Styles */
#editCompany-fieldset {
    border: 1pt solid #CCC;
    border-radius: 5px;
    padding: 15px;
}

.sectionListItem{list-style: none;}

.disableToggle{color: #CCC;}

