﻿/* Production */
  @import url(https://fortress.wa.gov/dshs/adsaapps/css/fonts/fonts.css);

/* Development */
/*  @import url('/css/fonts/fonts.css');*/ 

*
{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html 
{
	position: relative;
	min-height: 100%;
}

body
{
	display: block;
	margin: 0px;
	padding: 0;
	font-size: 14px;  
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #666666;
	background:000000;  /* put in 12-24-15 truontp */
}

a
{
	text-decoration: none;
	color: #0f5da3;
}

a:hover
{
	text-decoration: underline;
}

ul, ol 
{
	margin-top: 0;
	margin-bottom: 10px;
}

ol ol ul, 
ol ul ul, 
ul ol ul, 
ul ul ul
{
	list-style-type: disc;
}

ol > li 
{
  list-style-type: decimal;
}

ol > li ol > li 
{
  list-style-type: lower-alpha;
}

ol > li ol > li ol > li 
{
  list-style-type: lower-roman;
}

ol > li ol > li ol > li ol > li 
{
  list-style-type: upper-alpha;
}

ol > li ol > li ol > li ol > li ol > li 
{
  list-style-type: upper-roman;
}

ol > li ol > li ol > li ol > li ol > li ol > li 
{
  list-style-type: lower-roman;
}

.navbar
{
	background: #0f5da3;
	position: relative;
	width: 100%;
}

.navbar .logo 
{
	background: #0f5da3;
	padding: 10px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.navbar .logo img 
{
	position: relative;
	width: 30px;
	height: auto;
}

.navbar-brand
{
	height: 50px;
	padding: 15px 0px 15px 65px;
	display: inline-block;
	line-height: 20px;
}

.navbar .logo 
{
	background: #0f5da3;
	padding: 10px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.navbar .name
{
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	padding: 15px 0px 15px 55px;
	text-decoration: none;
}


/*
    Administration background/breadcrumb color codes
    ALTSA - #E9B049, #DB821E
    BHSIA - #5D8CA0, #29566B
    CA    - #8A7ABB, #504291
    DDA   - #76BBDA, #0F5EA3
    ESA   - #DA5451, #C32524
    FSA   - #52A4A2, #247272
    JJRA  - #DABBCD, #C291AF
    SESA  - #9BB47A, #688A40
*/
.admin_wrapper
{
    margin: 0;
    padding: 0;
    height: 70px;
    background: #E9B049;
    color: #5D461D;
    overflow: hidden;
}

.admin_name
{
    padding: 20px 0 20px 50px;
    font-size: 1.4em;
}

.breadcrumb
{
    padding: 0 0 10px 0;
    margin: -30px 0 10px 0;
    border-bottom: 1px #eee solid;
    color: #999;
    font: normal .8em "Source Sans Pro", sans-serif;
}

.breadcrumb li
{
    display: inline-block;
    list-style-type: none;
}

.breadcrumb > li
{
    padding: 0 0 0 5px;
    color:#ccc;
}

.breadcrumb li:before
{
   content: "\00a0\00a0\00a0"; 
}

.breadcrumb li:after
{
    content: "\00a0\00a0\00a0>";
}

.breadcrumb a
{
    color: #999;
    text-decoration: none;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}

.breadcrumb li.current
{
    color: #ffc;
    background: #DB821E;
    padding: 2px 4px;
    margin: 0 0 0 4px;
    border-radius: 3px;
    text-decoration: none;
}

.breadcrumb li.current:before,
.breadcrumb li.current:after
{
    content: "";
}

.skip-link
{
	display: none;
}

.main-col
{
	max-width:1200px;
	margin:0 auto;
	padding:10px 15px;
}

h1
{
	margin: 0 0 5px;
    font: normal 25px "Source Sans Pro Light", sans-serif;
	color: #0a3e6d;
	padding: 0px;
}

h1 a
{
	color: #0a3e6d;
}

h2
{
	font: normal 22px  "Source Sans Pro Light", sans-serif;
	color: #0f5da3;
	font-weight: 100;
}

h2 a
{
	color: #0f5da3;
}

h3
{
	font: normal 17px "Source Sans Pro Light", sans-serif;
	font-weight: 500;
	color: #0a3e6d;
}

h3 a
{
	color: #0a3e6d;
}

/* FOOTER */
.footer
{
	background-color: #333;
	margin: 20px 0px 0px;
}

.footer .container
{
	max-width: 1200px;
	margin:0 auto;
}

.footer-logo
{
	margin-bottom:15px;
	max-width: 250px;
	padding:0px 15px;
}

.footer-logo img
{
    width:90px;
    height: auto;
}

.footer-content
{
	padding: 0px 15px 10px;
}

.footer-list1,
.footer-list1 a
{
	color:#d8d8d8;
}

.footer-list2,
.footer-list2 a
{
	color:#999999;
}

.footer ul
{ 
    list-style-type: none;
    padding:0px;
}

.footer li
{
    display: inline-block;
    margin-right:8px;
}


fieldset
{
    border: 1px #ddd solid;
    margin: 20px 0;
    padding: 0 10px 20px 10px;
}

legend
{
    padding: 0 10px;
    font-size: 1.1em;
}

table
{
    border-collapse: collapse;
    width: 100%;
}

caption
{
    margin-left: -9999px;
}

/*th, td		comment out bec has border 12-29-15 truontp
{
    padding: 5px;
    border: 1px #bbb solid;
}*/

/*replaced with below by truontp 12-29-15 bec want border hidden, white background, black text  */
th, td
{
	font-size: 14px;   
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	background: #0000000;
	color: #000000;
	text-align: left;
	border:hidden;
	color:#666666;
}
th.subhead
{
    background: #ffc;
}

.even
{
    background: #f7f7f7;
}

.odd
{
    background: #fff;
}

input[type=text], input[type=select], textarea
{
    border: 1px #ccc solid;
    padding: 2px;
}

input[type=submit], input[type=reset], input[type=button]
{
    background: #0F5EA3;
    color: #fff;
    border: 0;
    padding: 2px 5px;
}

input[type=reset]
{
    background: #DB821E;
}

input:focus
{
    box-shadow: 0 0 8px #8BC3F4;
}

/*************************************** Tabs  *********************************************/

#tab_wrapper
{
	margin: 30px 0;
	overflow: hidden;
}

#tab_wrapper ul
{
	width: 100%;
	margin: 0 auto;
}

#tab_wrapper ul li
{
	width: 150px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tab_wrapper ul li a
{
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 0;
	text-align: center;
	border: 1px #ccc solid;
	border-bottom: 0;
	box-shadow: inset 0 5px 10px #fff;
	background: #E1F5F7;
	color: #1A656D;
	text-decoration: none;
}

#tab_wrapper ul li a:hover
{
	background: #ffe;
	color: #f40;
	text-decoration: underline;
}

#tab_wrapper ul li a.on
{
	color: #f40;
	background: #fdfdfd;
	border-bottom: 1px #fdfdfd solid;
	font-weight: bold;
}

.tab_info
{
	clear: both;
	border: 1px #ccc solid;
	padding: 10px 20px;
	margin: -31px 0 35px 0;
	background: #fdfdfd;
	
}


@media screen and (min-width: 400px)
{
	.navbar .name 
    {
		font-size: 11px;
	}

}

@media screen and (min-width: 768px)
{
	body
    {
		margin: 50px 0px 0px;
	}

	.navbar 
    {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 21;
		background: #0a3e6d;
	}

	.navbar .name 
    {
		font-size: 14px;
		padding: 15px 0px 15px 65px;
	}

	.wrapper
    {
		display: block;
		margin-top: 50px;
		margin-bottom: 170px;
		position: relative;
	}

	h1
    {
		font-size: 32px;
	}

	h2
    {
		font-size: 26px;
	}

	h3
    {
		font-size:20px;
	}

	.footer
    {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 150px;
	}

	.footer-logo
    {
		float: left;
		width:25%;
	}

 	.footer-logo img
    {
 		width:auto;
    	max-width: 100%;
	}

	.footer-content
    {
		float:left;
		width:75%;
		padding:10px 15px;
	}

}

@media screen and (min-width: 900px)
{
	.navbar .name 
    {
		font-size: 16px;
	}
}

@media screen and (min-width: 950px)
{
	.footer-content 
    {
		padding-top: 25px;
	}
}
