﻿/*This is the modifications needed to get the specific implementation of bootstrap


/* Nav Bar
   its helpful to move the body down if put navbar-fixed-top on the navbar
   however, if you want the old seal first - skip this step 
body {
  padding-top: 50px;
}
 removed this when added the carousel
.starter-template {
  padding: 40px 15px;
  text-align: center;
}*/



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* RESPONSIVE CSS CAROSEL
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

    .ddl
    {
        width: 30em;
    }

}

/*Brought directly from pscweb
  NEED optimization and re-work
*/
#searchnav { text-align: left; }
#searchsort { float: right; text-align: right; position: relative; }
#searchbox { float: right; text-align: right; padding: 8px 10px 0; }

#loginbox { float: left; text-align: left; padding: 8px 10px 0; }
#override tbody td a { display: inline; text-align: left; margin: 0;}
#override tbody tr:hover td { background: white; }
#register tbody td { text-align : left; margin: 0; width:300px; }
#register tbody tr:hover td { background: white; }


/*--Things know keeping--*/


/*some colors from the old psc style still preferred */
#footer { padding: 10px 20px; color:#666; background: #f9f9f9; }
#PSCaddress { text-align: left; }
#PSCaddress .lbl {font-weight:bold;}
#rss {padding:10px 10px 10px 10px; float:right;}
.smallerItalicTxt{font-style:italic;font-size:small;}
.stkynt{background-color:#FFFA9E}
.lbl {font-weight:bold;}

/*some things just don't want mobile*/
@media (max-width: 767px)  
{
    h2     {font-size:14px;font-weight:bold}
    #logo  { display:none;    }
    #rss   { display:none;    }
    #override   { display:none;    }
    .portal-BarInsert  { display:none;    }
    .ddl {width: 15em;}
}
/*--Things know keeping--*/
/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: center; 
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
	text-align: center; 
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	color: #000;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	
	vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #ccc;
}

@media print
{
    h2 {display:none;}
    .breadcrumb {display:none;}
	div.noPrint,td.noPrint 
	{display:none;}
	
	div.expandOnPrint,
	td.expandOnPrint
	{width:100%}

    h3 {font-size:14px;font-weight:bold;}
}


/*This is where the styling for the main nav header starts */
.custom-nav {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	min-height: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: linear-gradient(to bottom, #069 0, #036 100%);
}

.shadow-lg-custom {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.custom-nav *,
.custom-nav *:before,
.custom-nav *:after {
	box-sizing: border-box;
}

.custom-nav a {
	text-decoration: none !important;
}

.custom-nav-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-nav-header {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
}

.psc-main-nav-link {
	display: flex;
	align-items: center;
	color: #ffffff;
}

.psc-logo-link {
	display: inline-block;
}

#logo {
	display: block;
	width: 9rem;
	height: 9rem;
	padding: 1rem;
	border: none;
	outline: none;
}

.psc-brand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10px;
	color: #ffffff;
}

.psc-brand-line {
	display: block;
	line-height: 2.2rem;
	font-size: 2rem;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-nav-toggle {
	display: none;
	margin: 10px 10px 10px 0;
	padding: 8px 10px;
	border: none;
	background-color: #7f99b2;
	cursor: pointer;
	border-radius: 3px;
}

	.custom-nav-toggle:hover,
	.custom-nav-toggle:focus {
		background-color: #7f99b2;
	}

.custom-icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px 0;
	background-color: #ffffff;
	border-radius: 1px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.custom-navbar-collapse {
	display: none;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.custom-navbar-nav {
	margin: 7.5px -15px;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

	.custom-navbar-nav > li {
		position: relative;
		display: block;
		margin-left: 0;
		line-height: 1.5em;
	}

		.custom-navbar-nav > li.dropdown {
			position: relative;
		}

		.custom-navbar-nav > li > a {
			display: block;
			padding: 8px 10px;
			color: #efefef;
			text-shadow: 0 1px 0 #001933;
		}

			.custom-navbar-nav > li > a:hover,
			.custom-navbar-nav > li > a:focus {
				color: #ffffff;
				background-color: #587893;
				font-weight: bold;
			}

@media (min-width: 768px) {
	.custom-nav-container {
		width: 750px;
		display: flex;
		align-items: center;
	}

	.custom-nav-header {
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-left: 0;
		flex: 0 0 auto;
	}

	.custom-navbar-collapse {
		display: block !important;
		width: auto;
		height: auto !important;
		margin-right: 0;
		margin-left: 0;
		padding-right: 20px;
		padding-left: 20px;
		overflow: visible !important;
		border-top: 0;
		box-shadow: none;
		align-content: center;
	}

	.custom-navbar-nav {
		float: left;
		margin: 0;
	}

		.custom-navbar-nav > li {
			float: left;
		}
}

@media (min-width: 992px) {
	.custom-nav-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.custom-nav-container {
		width: 1170px;
	}
}

@media (max-width: 767px) {
	.custom-nav-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}


	.custom-nav-toggle {
		display: inline-block;
		order: 2;
	}

	.psc-main-nav-link {
		order: 1;
		flex: 1 1 auto;
	}

	.psc-logo-link {
		display: none;
	}

	.psc-brand {
		display: inline-block;
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 8px;
		padding-left: 10px;
	}

	.psc-brand-line {
		line-height: 1.2;
		font-size: 1.6rem;
	}

	.custom-navbar-nav > li > a {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.dropdown-menu-color {
	background-color: #036 !important;
}

/*This is where the styling for the main nav header starts */
