/*
 * !! Bootstrap override CSS !!
*/
html {
  background-color: #F3F2F1;
  background-image: -moz-linear-gradient(top , #f3f2f1, #ffffff);
  background-image: -ms-linear-gradient(top, #f3f2f1, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f2f1), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f3f2f1, #ffffff);
  background-image: -o-linear-gradient(top, #f3f2f1, #ffffff);
  background-image: linear-gradient(top, #f3f2f1, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2f1', endColorstr='#ffffff', GradientType=0);
}

body {
  background: url("../images/page-bg.png") no-repeat scroll 50% 50px transparent;
  color: #4E4C4C;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 11px;
}

.page-style {
  background: url("../images/page-style-pattern.png") repeat-x scroll center bottom transparent;
  padding-bottom: 60px;
}

p {
  font-family: Verdana,Geneva,sans-serif;
  font-size: 11px;
}

a {
  color: #167180;
}

a:hover {
  color: #EA6425;
}

a:visited {
  color: #458D99;
}

.row {
  margin-left: 0;
}

[class*="span"] {
  margin-left: 0;
}

.container-block, .navbar-fixed-top .container-block, .navbar-fixed-bottom .container-block {
  padding: 0 10px;
  width: 960px;
}

.span1 {
  width: 4.16667%;
}

.span2 {
  width: 8.33333%;
}

.span3 {
  width: 12.5%;
}

.span4 {
  width: 16.6667%;
}

.span5 {
  width: 20.8333%;
}

.span6 {
  width: 25%;
}

.span7 {
  width: 29.1667%;
}

.span8 {
  width: 33.3333%;
}

.span9 {
  width: 37.5%;
}

.span10 {
  width: 41.6667%;
}

.span11 {
  width: 45.8333%;
}

.span12 {
  width: 50%;
}

.span13 {
  width: 44.1667%;
}

.span14 {
  width: 58.3333%;
}

.span15 {
  width: 62.5%;
}

.span16 {
  width: 66.6667%;
}

.span17 {
  width: 70.8333%;
}

.span18 {
  width: 75%;
}

.span19 {
  width: 79.1667%;
}

.span20 {
  width: 83.3333%;
}

.span21 {
  width: 87.5%;
}

.span22 {
  width: 91.6667%;
}

.span23 {
  width: 95.8333%;
}

.span24 {
  width: 100%;
}

.site-footer {
  list-style: none outside none;
  margin: 0 0 18px;
  padding: 60px 0 0;
}

.site-heading {
  background: url("../images/header-kids.png") no-repeat scroll 346px 8px transparent;
  height: 156px;
  margin: 0 -10px 18px;
  position: relative;
}

.site-heading .moe {
  left: 11px;
  position: absolute;
  top: 36px;
}

.site-heading .site-name {
  background: url("../images/pb4l-header-logo.png") no-repeat scroll 0 0 transparent;
  height: 83px;
  left: 734px;
  position: absolute;
  text-indent: -9000px;
  top: 23px;
  width: 198px;
}

.site-heading .site-name a {
  display: block;
  height: 83px;
  width: 198px;
}

/* breadcrumbs 
____________________________________ */
.print-page {
  float:right;
  padding:5px 10px;
}

.print-page a {
  background:url(../images/icons/icon-print.png) no-repeat 0 center;
  line-height:18px; 
  vertical-align:middle;
  height:18px;
  padding-left:23px;
  font-size:10px;
  color:#434143;
  display:inline-block;
}

.breadcrumb {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  filter:none;
  font-size: 10px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.breadcrumb a {
  color: #5A554A;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #EA6425;
}

.site-footer {
  margin: 0 -10px;
}

.container-block .leftCol {
  margin-left: -10px;
}

.container-block .rightCol {
  margin-right: -10px;
}

.container-block .span4.leftCol, .container-block .span4.rightCol {
  width: 17.7083%;
}

.container-block .span5.leftCol, .container-block .span5.rightCol {
  width: 21.875%;
}

.container-block .span6.leftCol, .container-block .span6.rightCol {
  width: 26.0417%;
}

.container-block .rightCol {
  float: right;
}

.container-block .main {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: hidden;
}

/* taken from OOCSS */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, ol.unstyled, ul.unstyled, #pin-form {
  padding: 0 10px;
}

h1, .h1 {
  color: #EA6425;
  font-size: 22px;
  line-height: 25px;
  font-weight:900;
}

.general_content h1, .general_content .h1 {
	margin-bottom:10px;
}

h1 small, .h1 small {
  font-size: 18px;
}

	/* homepage H1 style */
.homepage h1, .homepage .h1 {
  color: #4E4C4C;
  font-size: 30px;
  line-height: 36px;
  padding-top: 5px;
}

.homepage h2.h2 {
  color: #4E4C4C;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 18px;
}

	/* landing page H1 style */
.landing_page .banner-image {
  margin: 0 10px;
  min-height: 100px;
  padding-bottom: 4px;
  position: relative;
  width: 540px;
}

.landing_page .banner-image .image {
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  width: 540px !important;
}

.landing_page .banner-image .curl {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/landing-page-banner-curl.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 8px;
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 540px;
}

.landing_page .section-blue .banner-image .curl {
  background-image: url("../images/landing-page-blue-banner-curl.png");
}

.landing_page .section-teal .banner-image .curl {
  background-image: url("../images/landing-page-teal-banner-curl.png");
}

.landing_page .section-olive .banner-image .curl {
  background-image: url("../images/landing-page-olive-banner-curl.png");
}

.landing_page .section-purple .banner-image .curl {
  background-image: url("../images/landing-page-purple-banner-curl.png");
}

.landing_page .section-magenta .banner-image .curl {
  background-image: url("../images/landing-page-magenta-banner-curl.png");
}

.landing_page h1, .general_content .set-color h1 {
  background-color: #EA6425;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin: 0 10px 20px;
  padding: 0;
  position: relative;
  width: 540px;
}

.general_content .set-color h1 {
  font-size: 17px;
}

.landing_page .section-blue h1, .general_content .section-blue h1 {
  background-color: #005288;
}

.landing_page .section-teal h1, .general_content .section-teal h1 {
  background-color: #2c7564;
}

.landing_page .section-olive h1, .general_content .section-olive h1 {
  background-color: #5c7632;
}

.landing_page .section-purple h1, .general_content .section-purple h1 {
  background-color: #3f4880;
}

.landing_page .section-magenta h1, .general_content .section-magenta h1 {
  background-color: #852d55;
}

.landing_page h1.no-banner-image, .general_content .set-color h1.no-banner-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 0 0;
  width: auto;
}

.landing_page h1 .pattern, .general_content .set-color h1 .pattern {
  background: url("../images/landing-page-banner-pattern.png") repeat-y scroll right top transparent;
  display: block;
  padding: 5px 0 5px 10px;
}

.information_sheet h1, .information_sheet .h1 {
  color: #EA6425;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight:900;
}

.information_sheet h1 small, .information_sheet .h1 small {
  border-bottom: 1px solid #7A7878;
  clear: left;
  color: #167180;
  display: block;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 15px;;
  font-weight: bold;
  line-height: 25px;
  padding: 15px 0 10px;
}

h2, .h2 {
  color: #167180;
  font-size: 15px;
  line-height: 25px;
  font-weight:bold;
}

h2 small, .h2 small {
  font-size: 13px;
}

h3, .h3 {
  color: #EA6425;
  font-size: 13px;
  line-height: 25px;
  font-weight:bold;
}

h3 small, .h3 small {
  font-size: 11px;
}
h4, .h4, h5, .h5, h6, .h6 {
  line-height: 18px;
}

h4, .h4 {
  font-size: 12px;
  font-weight:bold;
  color:#0c7181;
}

h4 small, .h4 small {
  font-size: 11px;
}

h5, .h5 {
  font-size: 11px;
}

h6, .h6 {
  color: #999999;
  font-size: 11px;
  font-weight:bold;
  text-transform:none;
}

blockquote {
  margin: 0 10px 18px;
}

blockquote p{
	font-size:11px;
  line-height:18px;
}

blockquote.pull-right {
  border-left: 5px solid #EEEEEE;
  border-right: medium none;
}

.table th {
  background: none repeat scroll 0 0 #EA6425;
  color: #fff;
  font-size: 14px;
}

.table .blue {
  background: none repeat scroll 0 0 #005288;
}

.tablewrap .table tbody tr:hover th {
	background-color: #ea6425;
}

.tablewrap .table tbody tr:hover .blue {
	background-color: #005288;	
}

.table th p {
  margin: 0;
  padding: 0;
}

.table td p {
  font-size: 11px;
  line-height: 15px;
  padding: 0;
}

.table {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
 *border-collapse: collapsed;
 -webkit-border-radius: 0;
  	-moz-border-radius: 0;
  			 border-radius: 0;
}

.table th, .table td {
  border-left: 1px solid #DDDDDD;
}

.table thead:first-child tr:first-child th, .table tbody:first-child tr:first-child th, .table tbody:first-child tr:first-child td {
  border-top: 0 none;
}

.table thead:first-child tr:first-child th:first-child, .table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 0 0;
}

.table thead:first-child tr:first-child th:last-child, .table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 0 0;
}

.table thead:last-child tr:last-child th:first-child, .table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 0 0;
}

.table thead:last-child tr:last-child th:last-child, .table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 0 0 0;
}

.table .bgdark td {
  background: none repeat scroll 0 0 #F4F3F3;
}

.input-append .btn {
  margin-bottom: 9px;
}

.form-inline .input-append .btn, .form-horizontal .input-append .btn, .form-search .input-append .btn {
  margin-bottom: 0;
}

.multiselect {
  margin: 0 5px 18px 0;
}

.multiselect .row {
  margin: 0 0 15px;
}

.multiselect .column {
  float: left;
  overflow: hidden;
}

.multiselect .grid-view {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/multiselect-shadow.png");
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  margin: 0 5px 10px 10px;
  padding-bottom: 10px;
}

.multiselect .grid-view h2 {
  background-color: #EA6425;
  border-radius: 8px 0 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
}

.section-blue .multiselect .grid-view h2 {
  background-color: #005288;
}

.section-teal .multiselect .grid-view h2 {
  background-color: #2c7564;
}

.section-olive .multiselect .grid-view h2 {
  background-color: #5c7632;
}

.section-purple .multiselect .grid-view h2 {
  background-color: #3f4880;
}

.section-magenta .multiselect .grid-view h2 {
  background-color: #852d55;
}

.multiselect .grid-view h2 a, .multiselect .grid-view h2 a:hover {
  color: #FFFFFF;
}

.multiselect .grid-view h2 .pattern {
  background: url("../images/multiselect-page-banner-pattern.png") repeat-y scroll right top transparent;
  display: block;
  padding: 5px 5px 5px 10px;
}

.multiselect .grid-view .bd {
  background: url("../images/multiselect-grid-bd-pattern.png") no-repeat scroll 0 bottom transparent;
  border-radius: 0 0 8px 8px;
  padding-bottom: 20px;
  position: relative;
}

.multiselect .grid-view p {
  margin-bottom: 5px;
}

.multiselect .grid-view p.more {
  margin-bottom: 0;
}

.multiselect .grid-view .more a {
  background: url("../images/nav-list-arrow.png") no-repeat scroll right center transparent;
  bottom: 5px;
  color: #4E4C4C;
  font-size: 11px;
  padding-right: 10px;
  position: absolute;
  right: 10px;
}

.homepage .multiselect {
  padding: 0;
}
.homepage .multiselect .column {
	width: 138px;	
}
.homepage .multiselect .pull-through-image {
  margin: 0 5px 0 10px;
  padding-bottom: 4px;
  position: relative;
}

.homepage .multiselect .pull-through-image .image {
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.homepage .multiselect .pull-through-image .curl {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/landing-page-banner-curl.png");
  background-origin: padding-box;
  background-position: -412px 0;
  background-repeat: no-repeat;
  bottom: 0;
  height: 9px;
  left: 0;
  position: absolute;
  width: 138px;
}

.homepage .multiselect .blue .pull-through-image .curl {
  background-image: url("../images/landing-page-blue-banner-curl.png");
}

.homepage .multiselect .teal .pull-through-image .curl {
  background-image: url("../images/landing-page-teal-banner-curl.png");
}

.homepage .multiselect .olive .pull-through-image .curl {
  background-image: url("../images/landing-page-olive-banner-curl.png");
}

.homepage .multiselect .purple .pull-through-image .curl {
  background-image: url("../images/landing-page-purple-banner-curl.png");
}

.homepage .multiselect .magenta .pull-through-image .curl {
  background-image: url("../images/landing-page-magenta-banner-curl.png");
}

.homepage .multiselect .hd {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url("../images/multiselect-shadow.png");
  background-origin: padding-box;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  margin: 0 0 0 10px;
  padding-bottom: 10px;
}

.homepage .multiselect .pattern {
	margin:0;
  background: url("../images/landing-page-banner-pattern.png") repeat-y scroll right top #ea6425;
  display: block;
  padding: 5px 0 0;  
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
}

.homepage .multiselect h2 {
  position:relative;
  font-size:14px;
  font-weight:normal;
  color:#fff;
  line-height:16px;
	padding-bottom: 5px;
}

.homepage .multiselect p {
  line-height:13px;
}


.homepage .multiselect .blue .pattern {
  background-color: #005288;
}

.homepage .multiselect .teal .pattern {
  background-color: #2c7564;
}

.homepage .multiselect .olive .pattern {
  background-color: #5c7632;
}

.homepage .multiselect .purple .pattern {
  background-color: #3f4880;
}

.homepage .multiselect .magenta .pattern {
  background-color: #852d55;
}

.homepage .multiselect h2 a, .homepage .multiselect h2 a:hover, .homepage .multiselect p {
  color: #fff;
}

.homepage .multiselect .pattern {
	overflow: hidden;
}

.rightCol .well {
	padding: 0; 
  margin-left:10px; 
  min-height: 20px;
  margin-bottom: 8px;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;
  box-shadow: none;
  border: none;
  background: url(../images/sidebar-nav-shadow.png) no-repeat 0 bottom;
  padding-bottom: 10px;
}

.rightCol .well .bd {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 10px 0 5px;
}

.rightCol .well .hd h3 {
  overflow:hidden;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  background-color: #167180;
  background-image: -moz-linear-gradient(left, #167180 50%, #8ab7bf);
  background-image: -ms-linear-gradient(left, #167180 50%, #8ab7bf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(0.5 #167180), to(#8ab7bf));
  background-image: -webkit-linear-gradient(left, #167180 50%, #8ab7bf);
  background-image: -o-linear-gradient(left, #167180 50%, #8ab7bf);
  background-image: linear-gradient(left, #167180 50%, #8ab7bf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#167180', endColorstr='#8ab7bf', GradientType=1);
  color: #fff;
  font-size:14px;
  line-height:16px;
  padding: 4px 10px;
}

.leftCol {
  background: url("../images/sidebar-nav-shadow.png") no-repeat scroll 0 bottom transparent;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.leftCol .sidebar-nav {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-right: 10px;
  padding: 0 20px 30px;
}

.nav-list > li > a, .nav-list > li > a:hover {
  background: url("../images/nav-list-arrow.png") no-repeat scroll right 14px transparent;
  color: #4E4C4C;
  padding: 8px 8px 8px 0;
  text-shadow: none;
}

.nav-list > .active {
	background:none;  
}

.nav-list > .active > a, .nav-list > .active > a:hover {
  background: url("../images/nav-list-arrow-expanded.png") no-repeat scroll right 14px transparent;
  color: #EA6425;
  font-weight: bold;
  text-shadow: none;
}

.nav-list > .active.orange > a, .nav-list > .active.orange > a:hover {
  color: #EA6425;
}

.nav-list > .active.blue > a, .nav-list > .active.blue > a:hover {
  color: #027094;
}

.nav-list > .active.teal > a, .nav-list > .active.teal > a:hover {
  color: #2C7564;
}

.nav-list > .active.olive > a, .nav-list > .active.olive > a:hover {
  color: #5C7632;
}

.nav-list > .active.purple > a, .nav-list > .active.purple > a:hover {
  color: #3F4880;
}

.nav-list > .active.magenta > a, .nav-list > .active.magenta > a:hover {
  color: #852D55;
}

.nav-list > li > ul {
  font-size: 11px;
  list-style: none outside none;
  margin-right: -15px;
}

.nav-list > li > ul > li > a, .nav-list > li > ul > li > a:hover {
  background: none repeat scroll 0 0 transparent;
  margin-left: -17px;
  margin-right: -15px;
  padding: 5px 8px 5px 0;
}

.nav-list > .active > ul > .active > a {
  background: none repeat scroll 0 0 transparent;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  background-image: url("../images/icons/glyphicons-halflings.png");
}

.icon-white {
  background-image: url("../images/icons/glyphicons-halflings-white.png");
}

.breadcrumb {
  margin: 0 !important;
  padding: 7px 10px;
}

/* HR style
-------------------------------------------------- */
hr.solid {
  margin: 18px 10px;
  border: 0;
  border-top: 1px solid #7a7878;
  border-bottom: 1px solid #ffffff;
}

hr.dotted {
  margin: 18px 10px;
  border: 0;
  border-top: 1px dotted #7a7878;
  border-bottom: 1px solid #ffffff;
}
/* Custom UL's
-------------------------------------------------- */
ul.bordered {
  border-top: 1px solid #DEDDDD;
  margin: 0 10px 18px !important;
  padding: 0;
}

ul.bordered * {
  font-size: 11px;
}

ul.bordered > li {
  border: 1px solid #dedddd;
  border-top:none;
  padding: 10px 10px 10px 60px;
  margin:0;
  list-style:none !important;
  background: url("../images/ul-bordered-vert-line.gif") repeat-y scroll 44px 0 transparent;
}

ul.bordered > li.checked, ul.bordered > li.red, ul.bordered > li.amber, ul.bordered > li.green {
  padding:0;
  min-height: 30px;
}

ul.bordered .block-text {
  min-height: 30px;
  padding: 10px 10px 10px 60px;
}

ul.bordered .checked .block-text {
  background: url("../images/icons/icon-tick.png") no-repeat scroll 15px 50% transparent;
}

ul.bordered .red .block-text {
  background: url("../images/icons/traffic-light-red.png") no-repeat scroll 6px 50% transparent;
}

ul.bordered .amber .block-text {
  background: url("../images/icons/traffic-light-amber.png") no-repeat scroll 6px 50% transparent;
}

ul.bordered .green .block-text {
  background: url("../images/icons/traffic-light-green.png") no-repeat scroll 6px 50% transparent;
}

.footer-links {
  color: #5A554A;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: #5A554A;
  text-decoration: underline;
}

.footer-links a:hover {
  text-decoration: none;
}

.footer-links li {
  display: inline-block;
  float:left;
}

.footer-links .divider {
  padding: 0 5px;
}