/* styles for postdoc affairs mentor cohort pages */
/* display confirmation message */
 .dynamic-content {
	display: none;
}

 .dynamic-content h4 {
	border: 2px solid #ccc;
	padding: 2em 1em 2em 1em;
	margin: 1em 1em 2em 1em;
	text-align: center;
	-webkit-box-shadow: 10px 10px 11px -7px rgba(0,0,54,0.6);
	-moz-box-shadow: 10px 10px 11px -7px rgba(0,0,54,0.6);
	box-shadow: 10px 10px 11px -7px rgba(0,0,54,0.6);
	color: red;
}
/* end display confirmation message */





/* round interactive button */
/*outside of button*/
 .btn{ 
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: rgba(3, 169, 244, 0.54);
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: center;
	background: #f7f7f7;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}
/* inner button */
 .btn .btn-inner { 
	position: absolute;
	content: '';
	width: 140px;
	height: 140px;
	vertical-align: middle; 
	left: 8px;
	top: 7px;
	border-radius: 50%;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
	background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-bottom: solid 2px #b5b5b5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #003366;
}
/* clicked button */
 .btn .btn-inner:active {
	background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-bottom: solid 2px #d8d8d8;
	color: #cc0000;
}
/* end interactive button */

/* styles for phones */
@media screen and (max-width:767px) {
	 .circle-blue,  
	 .circle-red,  
	 .circle-green {
		width: 8em;
		height: 8em;
		border-radius: 50%;
		margin: .25em auto;
		padding: 1em;
		color: #ddd;
		text-align: center;
		font-size: 1.1em;
		display: inline-block;
	}

	 .circle-blue {
		background-color: #036;
	}
	 .circle-red{
		background-color: #c00;
	}
	 .circle-green {
		background-color: #3a7359;
	}

	 .circle-center {
		width: 7em;
		height: 7em;
		border-radius: 50%;
		margin: 1em auto;
		padding: 1em;
		color: #ddd;
		text-align: center;
		font-size: 1.5em;
		background-color: #4583cf;
	}
}

/* display circular layout at 768px and larger */
@media screen and (min-width:768px) {
	 .circle-container {
		position: relative;
		width: 32em;
		height: 32em;
		padding: 2.8em; /*= 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
		border-radius: 50%;
		margin: 8em auto;
		background-image: url("/research-admin/postdoc-affairs/images/background-circle-arrows.png");
		background-size: 75%;
		background-repeat: no-repeat;
		background-position: center;
	}

	 .circle-container div {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 54%;
		left: 54.5%;
		width: 8em;
		height: 8em;
		margin: -5em;
		cursor: pointer;
	}

	.deg0 { transform: rotate(0deg) translate(16em) rotate(0deg); }
	.deg30 { transform: rotate(30deg) translate(16em) rotate(-30deg); }
	.deg60 { transform: rotate(60deg) translate(16em) rotate(-60deg); }
	.deg90 { transform: rotate(90deg) translate(16em) rotate(-90deg); }
	.deg120 { transform: rotate(120deg) translate(16em) rotate(-120deg); }
	.deg150 { transform: rotate(150deg) translate(16em) rotate(-150deg); }
	.deg180 { transform: rotate(180deg) translate(16em) rotate(-180deg); }
	.deg210 { transform: rotate(210deg) translate(16em) rotate(-210deg); }
	.deg240 { transform: rotate(240deg) translate(16em) rotate(-240deg); }
	.deg270 { transform: rotate(270deg) translate(16em) rotate(-270deg); }
	.deg300 { transform: rotate(300deg) translate(16em) rotate(-300deg); }
	.deg330 { transform: rotate(330deg) translate(16em) rotate(-330deg); }

	 .circle-blue,  
	 .circle-red,  
	 .circle-green {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		margin: 4em;
		padding: 1em;
		color: #ddd;
		text-align: center;
		font-size: 1.1em;
	}

	 .circle-center {
		width: 2em;
		height: 2em;
		border-radius: 50%;
		margin: 4em;
		padding: 1em;
		color: #ddd;
		text-align: center;
		font-size: 1.5em;
		background-color: #4583cf;
	}
}
/* end styles for 768px and up */

 div.circle-container p,
 div.circle-container a {
	transition: 0.5s ease-in-out;
	color: #fff;
	/* use flex to vertically center the text within each div (circle) */
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

 div.circle-container p:hover,
 div.circle-container a:hover {
	color: #fff;
	font-weight: bold;
}			
 .circle-blue {
	background-color: #036;
}
 .circle-red {
	background-color: #c00;
}
 .circle-green {
	background-color: #3a7359;
}


ul.nav.nav-tabs {
	margin-top: 40px;
}
.nav-tabs {
	margin-bottom: 1em;
}

 div.col-md-2 img {
	vertical-align: top;
	padding-bottom: .5em;
}
.tab-content a {
	color: #c00;
}
/* END styles for Postdoc Affairs Mentoring Cohort pages */	