.col-md-3 .img-responsive.img-circle {
	margin: 0 auto;
}

#home_menu_icon_color {color:#D9534F;} /* danger */
#training_menu_icon_color{color:#337AB7;} /* primary */
#services_menu_icon_color{color:#5CB85C;} /* primary */
#contact_us_menu_icon_color{color:#5BC0DE;} /* success */
#sign_up_menu_icon_color{color:yellow;} /* info */
#login_menu_icon_color{color:orange;}

.jumbotron {padding-top:0px;}
.jumbotron h2{color:white; padding-top:7px; padding-bottom:7px;}

body{margin-bottom:80px; margin-top:60px;}

navbar-wrapper{
	 background-color:rgba(0,0,0,0.90);
	}
/* Used by training module only ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2, h3{
	color: #0071BC;
	font-weight: bold;
}

pre strong {color:blue; font-weight:bold;} /* Use with code examples */

/* Use with top-level menus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#home_menu_icon_color {color:red}
#create_app_menu_icon_color, #create_app_menu_icon2_color{color:orange;}
#test_app_menu_icon_color, #test_app_menu_icon2_color{color:red;}
#deploy_app_menu_icon_color,#deploy_app_menu_icon2_color{color:yellow;}
#market_app_menu_icon_color,#market_app_menu_icon2_color{color:green;}
#update_app_menu_icon_color,#update_app_menu_icon2_color{color:cyan;}

/* Used to add a border to some screenshots */
.image_border{border: 1px solid black; padding:5px;}

/* Used to style modal */
.modal{border:none;}
.modal-header, .modal-footer{
	padding:5px;
}
.modal-header p {padding:0px; margin:0px; font-weight:bold}
/* Used to style active menu */
li.active > a {
	background-color:blue!important;
	color:white!important;
}
/* Use to bold the menu items*/
li > a{font-weight:bold;}
/* Use to style active menu for Scrollspy */
#myScrollspy .nav.nav-tabs.nav-stacked .active a {
	background-color:#5C4383!important;
	color:white;
}
.static_dynamic_title {
	border-bottom: 2px solid black;
}
/*
indent bullet lists (need to modify for menu to use)
ol li, ul li{margin-left:-20px;} */

/* Turn off all text shadow particularily in navbar 
a{text-shadow:none;}*/

/* Improve user experience with warnings for offsite links or downloadable documents */
a[href^="http://"]:after, 
a[href^="https://"]:after {
	  content: url("../../_LIBRARY_ITEMS/Bullets Images/externalLink.gif");
  margin: 0 0 0 5px;
}