@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(css/bootstrap.css);

.sidebar-nav {
padding: 10px;
}

ul.nav.nav-list li {
margin-left: 10px;

}

ul.nav.nav-list li.nav-header {
margin-left: -20px;
}

.glow {
	outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    box-shadow: 0 0 5px rgba(47, 145, 224, 1);
    -webkit-box-shadow: 0 0 5px rgba(47, 145, 224, 1);
    -moz-box-shadow: 0 0 5px rgba(47, 145, 224, 1);
    border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

body
{
	padding-top: 10px;
}

body.page-Category_Oracle .page-header,
body.page-Category_JavaScript .page-header,
body.page-Category_HTML .page-header,
body.page-Category_PHP .page-header,
body.page-Category_PL_SQL .page-header,
body.page-Category_CSS .page-header { display: none; }

textarea {
	width: 95%;
}

.icon-trans {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */

}


.nav-list {
font-size: 80%;
}

.floatleft {
float: left;
padding-right: 1em;
padding-bottom: 1em;
position: relative;

}

.floatright {
float: right;
padding-left: 1em;
padding-bottom: 1em;
position: relative !important;
clear: right !important;
display: block !important;
}

.center {
text-align: center;
}


h2 .mw-headline { font-size: 18px; }
h3 .mw-headline { font-size: 16px; }
h4 .mw-headline { font-size: 14px; }
h5 .mw-headline { font-size: 12px; }
h6 .mw-headline { font-size: 12px; }

p {
	margin-bottom: 15px;
}

.mw-content-ltr ul, .mw-content-ltr ol {
	margin-bottom: 9px;;
}

.brand img { margin-right: 0.5em; }
.navbar input {
	background-color: #555;
	border-color: #111;
	color: #aaa;
}

.editsection {
	float: right;
	font-size: 0.8rem;
	opacity: 0.2;
	font-weight: normal;
}

.hero-unit {
	position: relative;
}

.hero-unit .nav-pills {
	opacity: 0.2;
	position: absolute;
	top: 10px;
	right: 10px;
}

.hero-unit .nav-pills:hover {
	opacity: 0.8;
}

h2:hover .editsection,
h3:hover .editsection,
h4:hover .editsection,
h5:hover .editsection,
h6:hover .editsection {
	opacity: 1;
}

option.unclickable {
	color: #ccc;
}

#subnav-select {
	display: none;
}

.nav .user-icon {
	border: 1px solid rgba( 55, 55, 55, 0.1 );
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.nav .user-icon img {
	border: 1px solid rgba( 0, 0, 0, 0.5 );
	width: 20px;
	height: 20px;
}

#wiki-body h2 {
	font-family: 'Droid Sans', sans-serif;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.5em;
}

#wiki-body h3 {
	font-family: 'Droid Sans', sans-serif;
	border-bottom: 1px dotted #eee;
	color: #555;
	margin-bottom: 0.5em;
}

#page-contents ul li { list-style: none; }
#page-contents .dropdown-menu {
	right: 0;
	left: auto;
}

.page-header .nav i {
	opacity: 0.3;
}

#toc {
	display: none;
	float: right;
	margin: 0 0 1em 1em;
}

#toc td {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 0.5em;
	display: block;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 0 1em 1em 1em;

	box-shadow: 0 0 5px 0 rgba( 0, 0, 0, 0.2 );
}

#toctitle h2 {
	font-size: 16px;
}

a.new {
	color: #86100f;
}

#catlinks {
	border-top: 1px dotted #eee;
	margin-top: 2em;
	padding: 1em 0;
}

#catlinks #mw-normal-catlinks > a {
	color: #999;
}

#catlinks li {
	border-left: 1px solid #ddd;
}

.bottom {
	background: #f5f5f5;
	margin-top: 1em;
	padding-bottom: 2em;
	padding-top: 2em;
}

.bottom footer {
	color: #999;
	margin-top: 2em;
}

.printfooter { display: none;}

/* thumb, copied from vector */
div.thumb {
	margin-bottom: .5em;
	width: auto;
	background-color: transparent;
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
html .thumbimage {
	border: 1px solid #ccc;
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
/* @noflip */
div.tright {
	clear: right;
	float: right;
	margin: .5em 0 1.3em 1.4em;
}
/* @noflip */
div.tleft {
	float: left;
	clear: left;
	margin: .5em 1.4em 1.3em 0;
}
img.thumbborder {
	border: 1px solid #dddddd;
}



.brand img {
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}

.navbar input {
	background-color: #f5f5f5;
	border-color: #ccc;
	color: #333;
}

.navbar .nav > li > a {
	color: #333;
	text-shadow: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:hover {
	color: #333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
	border-top-color: #333;
}

/* Subnav */
.subnav {
	background: url(images/nav-bg.png) top center no-repeat;
  width: 100%;
  height: 36px;
  height: 63px;
	margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.subnav .nav {
  margin-bottom: 0;
}

.subnav .nav > li > a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #fff;
  margin: 0;
  padding-top:    16px;
  padding-bottom: 16px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.subnav .nav > li > a:hover,
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #fff;
  background-color: #497168;
  border-right-color: transparent;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav-tabs .dropdown-toggle .caret,
.subnav .nav-pills .dropdown-toggle .caret {
	border-top-color: #000;
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #000;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.subnav .nav-tabs .open .dropdown-toggle,
.subnav .nav-pills .open .dropdown-toggle,
.subnav .nav > .open.active > a:hover {
	color: white;
	background-color: #497168;
	border-color: #497168;
}

pre.linenums ol {
	margin-bottom: 0;
}

#wiki-outer-body {
	/*background: url(images/body-bg.png) center top repeat-y;*/
}

/* Used on table so that it does not go below the pictures at 100% width*/
.table{
	width: auto;
}

.table th {
background-color: #9CF;
}

/* used to override the width of the alert boxes from bootstrap */
.alert{
	/*display: inline-block; X. Jing 2013-2-19 */
	display:table;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 2px !important;
	border-color: #c09853;
}

*+html div.alert { display: inline-block; !important} /* X. Jing 2013-2-19 only for IE7 */

.alert-success {
border-color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #b94a48;

}
.alert-info {
  border-color: #3a87ad;
}

.alert-info a {
	text-decoration:underline;
}/*X. Jing 2013-7-17 - Based on request, make link in information alert box more visible */

/* X. Jing 2013-1-28 style for under-construction and under-review alert box */
.alert-under-construction {
	display: block;
	padding: 8px 35px 8px 120px;
	background: url(img/under_construction.jpg) no-repeat 0 0 #FFF;
	min-height: 67px;
}

.alert-under-review {
	display: block;
	padding: 8px 35px 8px 120px;
	background: url(img/under_review.jpg) no-repeat 0 0 #FFF;
	min-height: 67px;
}

/* X. Jing 2012-12-19
  This code is used to create small circles that are either emtpy, a quarter full, half full or completely full */

.circle{
     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border: 1px solid #333;
}

.circle-inner-full {
  height:10px;
    width:10px;
background-color: #333;
border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}


.circle-inner-quarter {
     width:5px;
     height:5px;
     background: #333;
     border-radius: 10px 0 0 0;
     -moz-border-radius: 10px 0 0 0;
     -webkit-border-radius: 10px 0 0 0;
}

.circle-inner-half {
height:10px;
     width:5px;
     border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
     -webkit-border-radius: 10px 0 0 10px;
     background: #333;
}

.circle-inner-empty {
  height:10px;
    width:10px;
}

/* X. Jing 12/28/2012 - extra styles based on Joe Phillips request */
table.centered-cells tr td, table.centered-cells tr th {
	text-align: center;
}

ol li ol { list-style-type: lower-latin; }


/* X. Jing 12/31/2012
   - styles for checklist table
   - example index.php/Default_table#BIORETENTION_-_Construction_Inspection_Checklist */
.checklist-proj-info {
width: 100%;
}

.checklist {
width: 100%;
}

.checklist tbody tr:first-child th {
background-color: #D2D2D2;
}

.checklist tbody tr:first-child th:first-child {
width: 40%;
}

/* IE 7, 8 */
.checklist tbody tr>th:first-child+th+th {
width: 40%;
}

.checklist tbody tr:first-child th:nth-child(3) {
width: 40%;
}

.checklist tbody tr td[colspan="3"] {
background-color: #FFFFD7;
}

/* IE 7, 8 */
table.checklist tbody tr>td:first-child+td {
background: url(img/checkbox_whitebg.gif) no-repeat;
}

table.checklist tbody tr:nth-child(2n) td:nth-child(2) {
background: url(img/checkbox_whitebg.gif) no-repeat;
}

table.checklist tbody tr:nth-child(2n+1) td:nth-child(2) {
background: url(img/checkbox_graybg.gif) no-repeat;
}

table.checklist-summary {
width: 100%;
}

/* IE 7, 8 */
table.checklist-summary tr:first-child,
table.checklist-summary tr:first-child+tr {
height: 300px;
}

table.checklist-summary tr:nth-child(1),
table.checklist-summary tr:nth-child(2) {
height: 300px;
}

.page-break  { display: none; }

/*X. Jing 1/17/2013 - add indent for math formula */
.MathJax .math { margin-left: 1.6em;}

span.MathJax { font-size: 130%;} /* X. Jing 3/27/2013 */

a.dropdown-toggle { font-size: 16px;} /* X. Jing 3/27/2013 */

/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .subnav-fixed .nav {
    width: 1170px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

@media (max-width: 979px) {
	body { padding-top: 0px; }

	.subnav #subnav-select {
		margin-top: 9px;
		margin-left: 20px;
		display: inline-block;
	}

	.subnav .nav {
		display: none;
	}

	.navbar-form,
	.navbar-search {
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		margin-bottom: 0;
	}

	.nabar-inner,
	.navbar-fixed-top {
		margin-bottom: 0;
	}

	.navbar-inner {
		padding-bottom: 0;

	}
}

/* responsive */
@media (max-width: 480px) {
        /* by abbott to fix image resizing on mobile devices */
        .thumbinner, .thumbimage {
            max-width: 280px !important;
            }
	#toc {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.hero-unit {
		padding: 2em;
	}

	.hero-unit p {
		font-size: 1em;
		line-height: 1.5em;
	}

	.hero-unit h1 {
		font-size: 1.5em;
	}
}


.form-row {
display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: "Droid Sans", sans-serif;
	font-size: 14px;
}

.dropdown > a, .dropdown > button {
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.dropdown > a:before, .dropdown > button:before {
  position: absolute;
  right: 7px;
  top: 12px;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

