/* CSS Document */
#tools{
	text-align:center;
}
#tools_btn{
	font-weight:bold;
	clear:both;
	margin:0;
	padding:5px 10px;
	display:inline-block;
	border-width:3px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#tools_btn:link, #tools_btn:visited{
	border:2px solid #F93;
	background-color:#F93;
	color:#fff;
	text-decoration:none;
}
#tools_btn:hover{
	background-color:#8020AF;
	border:2px solid #8020AF;
}
#tools #features{
		color:#fff;
		background-color:#21223D;
		padding:10px 10px 0 10px;
		border-bottom:2px solid #F93;
}
#tools #features .nav-pills a{
	margin-bottom:10px;
}
#tools #features .nav-pills a{
	margin-left:10px;
}
header{
	padding-top:10px;
	margin-bottom:15px;
}
header p{
	padding-top:12px;
	font-size:140%;
	font-weight:normal;
}
header #UCEL_header{
	clear:right;
}
.resource_title{
	font-weight:bold;
	font-size:120%;
}
html > body > div.container > nav#main_nav.navbar.navbar-default div{
	padding:0px;
}
html > body > div.container > nav#main_nav.navbar.navbar-default > div#bs-example-navbar-collapse-1.collapse.navbar-collapse > ul.nav.navbar-nav > li > a{
	padding:auto 5px;
}
nav#main_nav{
	/*font-size:80%;*/
	position: relative;
	z-index: 1000;
	margin-bottom:20px;
}
nav.section_nav{
	padding:20px 0;
}
nav.section_nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
.center img.img-responsive{
	margin:0 auto 10px auto;
}
.center iframe{
	margin:0 auto 10px auto;
	text-align:center;
	display:block;
}
footer{
	background-color:#000000;
	color:#fff;
	padding:20px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom:20px;
}
footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
footer p{
	margin-bottom:0px;
}
footer img{
	margin-top:5px;
}

.pop_up_hide{
	display:none;
}
.panel_current{
	display:block;
}
#supporting_image, #support_image{
	position:relative;
}
#pop_up_panel_container{
	position:relative;
}
#pop_up_panel{
	border:1px solid red;
	width:90%;
	position:absolute;
	top:5%;
	left:5%;
	margin:0 auto 0 auto;
}
#pop_up_panel .pop_up_panel{
	padding:5px;
	border-radius:5px;
	border: 1px solid #FCF8E3;;
}
/* START hotspot resource styling */

*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
#test-frame{
	position:relative;
}
#canvas, #video_holder{
	background:url(../images/loader.gif) no-repeat 50% 50% #fff; 
}
#video_holder{text-align:center;}
#canvas:hover{
	cursor:pointer;
}
.response{
	display:none;
	position:absolute;
	left:20px;
	top:20px;
	width:600px;
	/*height:440px;*/
	background-color:#F7F7F9;
	padding:20px;
	border:1px solid #F7F7F9;
	border-radius:10px;


}
#play_sound{
	position:absolute;
	left:10px;
	top:10px;
}
.close_message{
	float:right;
}

/* END hotspot resource styling */

/*
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
*/