﻿ @import url(fonts/fonts.css);

*
{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html
{
	position: relative;
	min-height: 100%;
    /* keep fonts from re-sizing in WebKit based browsers on iOS when orientation of device changes */
	-webkit-text-size-adjust: 100%;
}

body
{
	display: block;
	margin: 0px;
	padding: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #222;
}

a
{
	text-decoration: none;
	color: #0f5da3;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}
p
{
	margin: 10px 0;
}

ul, ol
{
	margin: 0 0 10px 15px;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul
{
	list-style-type: disc;
}

li
{
    margin-left: 15px;
	padding: 2px 0;
}

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;
}

hr
{
   height: 1px;
   background: #ccc;
   color: #999;
   border: 0;
}

.navbar
{
	position: fixed;
	top: 0;
	height: 60px;
	background: #0A3E6D;
	width: 100%;
	z-index: 5;
}

.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: 60px;
	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-weight: 600;
	padding: 18px 0px 15px 65px;
	text-decoration: none;
}

/*
    Administration background/breadcrumb color codes
    ALTSA - #DB821E, #DB821E
    BHSIA - #5D8CA0, #29566B
    CA    - #8A7ABB, #504291
    DDA   - #76BBDA, #0F5EA3
    ESA   - #DA5451, #C32524
    FSA   - #52A4A2, #247272
    JJRA  - #DABBCD, #C291AF
    SESA  - #9BB47A, #688A40
*/
.admin_wrapper
{
	position: fixed;
	top: 60px;
	width: 100%;
    margin: 0;
    padding: 0 0 0 55px;
    height: 70px;
    background: #DB821E;
    color: #58340C;
	border-bottom: 1px #fff solid;
    overflow: hidden;
	z-index: 5;
}

.admin_name
{
    padding: 20px 10px;
    font: normal  1.1em "Source Sans Pro", sans-serif;
}

.breadcrumb
{
    padding: 0 0 10px 0;
    margin: 80px 0 10px 0;
    border-bottom: 1px #eee solid;
    color: #999;
    font: normal .9em "Source Sans Pro", sans-serif;
}

.breadcrumb ul
{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumb li
{
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
}

.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 8px;
    margin: 0 0 0 4px;
    border-radius: 2px;
    text-decoration: none;
}

.breadcrumb li.current:before,
.breadcrumb li.current:after
{
    content: "";
}

.skip-link
{
	display: none;
}

.wrapper
{
	display: block;
	margin-top: 50px;
	margin-bottom: 170px;
	position: relative;
}

.main-col
{
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
}

#content-wrapper
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	font-size: 1em;
}
.top_link
{
	position: fixed;
	right: 0;
	top: 60px;
	padding: 20px 10px;
	background: transparent;
	z-index: 6;
}

	.top_link a
	{
		display: block;
		opacity: 0.5;
		background: #fff;
		padding: 2px 2px 0 2px;
		border-radius: 3px;
	}

	.top_link a:hover
	{
		opacity: .75;
		transition: opacity 1s;
	}

	.top_link a img
	{
		max-width: 20px;
	}

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;
	margin: 15px 0;
}

h2 a
{
	color: #0f5da3;
}

h3
{
	font: normal 17px "Source Sans Pro Light", sans-serif;
	font-weight: 500;
	color: #0a3e6d;
	margin: 15px 0;
}

h3 a
{
	color: #0a3e6d;
}

/* FOOTER */

.footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: #333;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: .85em !important;
}

	.footer .container
	{
		width: 100%;
		background: #333;
		margin: 0 auto;
		padding: 0 0 10px 0;
	}

	.footer-content
	{
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

.footer-logo
{
    margin: -20px 0 15px 0;
    max-width: 230px;
	padding: 0px 15px;
	flex: 2;
}

.footer-logo img
{
    max-width: 100%;
    min-width: 100%;
}

.footer-list1, .footer-list2, .social
{
}

.footer-list1,
.footer-list1 a
{
	color:#d8d8d8;
}

.footer-list2,
.footer-list2 a
{
	color:#999999;
}

.footer ul
{
    list-style-type: none;
    padding:0px;
}

.footer li
{
    margin: 2px 0;
}

.social
{
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.social li
{
    margin: 0 2px;
    list-style-type: none;
}

.social li img
{
    border: 0;
}

.alert
{
    color: #f00;
}

fieldset
{
    border: 1px #ddd solid;
    margin: 20px 0;
    padding: 10px;
}

legend
{
    padding: 0 10px;
    font-size: 1.1em;
}

label
{
	display: inline-block;
	margin: 0 5px 5px 0;
}

table
{
    border-collapse: collapse;
    width: 100%;
	border: 1px #ddd solid;
}

caption
{
    margin-left: -9999px;
}

th, td
{
    padding: 10px 25px;
    border-bottom: 1px #ddd solid;
	vertical-align: top;
}

th
{
	font: 500 1em "Source Sans Pro", sans-serif;
	background: #0A3E6D;
	color: #fff;
	text-align: left;
}

tr:hover
{
	background: #f5f5f5 !important;
}

th.subhead
{
	background: #fff !important;
	color: #c20;
	font-weight: 600;
}

tr.sticky-headers th
{
	position: sticky;
	top: 130px;
}

.nowrap
{
	white-space: nowrap;
}

input[type=text], select, textarea
{
    border: 1px #ccc solid;
    padding: 4px;
    border-radius: 0;
    -webkit-appearance: none; /* override default style in Safari on iOS*/
}

input, select
{
	display: inline-block !important;
	padding: 8px 5px !important;
}

select
{
	-webkit-appearance: none; /* Hide system widget defaults */
	-moz-appearance: none;
	padding: 8px 15px 8px 5px !important;
	background: #fff url(/dshs/adsaapps/images/arrow_down.png) 100% 50% no-repeat;
}

	select::-ms-expand /* IE version of -webkit-appearance: none */
	{
		display: none;
	}

input:focus
{
    box-shadow: 0 0 8px #8BC3F4;
}

input[type=checkbox]:focus
{
	outline: 1px solid rgba(0, 0, 0, 0);
}

input[type=submit], input[type=button], input[type=reset]
{
	background: #0F5EA3;
	color: #fff;
	border: 1px #0F5EA3 solid;
	border-radius: 0;
	-webkit-appearance: none; /* override default style in Safari on iOS*/
	padding: 8px 20px !important;
}

		input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover
		{
			background: #f50 !important;
			border-color: #f50;
		}

	input[type=checkbox], input[type=radio]
	{
		margin-right: 5px;
	}

input[readonly]
{
	background: #eee !important;
	color: #555;
}
/*************************************** 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;
}

.accordion_info
{
	border: 1px #ccc solid;
	background: #f5f5f5;
	font-size: .9em;
	padding: 15px;
	margin: 10px 0;
	border-radius: 3px;
}

@keyframes _fader
{
	0%
	{
		opacity: 0;
	}

	50%
	{
		opacity: 1;
	}

	100%
	{
		opacity: 0;
	}
}

.fader
{
	animation: _fader 2s infinite;
}

/*
@media screen and (min-width: 100px)
{
	.navbar .name
    {
		font-size: 10px;
        font-weight: 100;
	}

    .breadcrumb
    {
        display: none;
    }
}

@media screen and (min-width: 640px)
{
    .footer .footer-logo
    {
        max-width: 150px;
    }
}
*/
@media screen and (max-width: 800px)
{
	body
	{
		font-size: 14px;
	}

	.breadcrumb
	{
		display: none;
	}

	.admin_wrapper
	{
		position: fixed;
		top: 60px;
		width: 100%;
		margin: 0;
		padding: 0 5px;
		height: 40px;
		background: #DB821E;
		color: #58340C;
		overflow: hidden;
		text-align: center;
	}

	.admin_name
	{
		padding: 10px;
		font: normal 1.1em "Source Sans Pro", sans-serif;
	}
	.main-col
	{
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
	}

	.top_link
	{
		position: fixed;
		right: 0;
		top: 57px;
		padding: 10px 2px 10px 10px;
		background: transparent;
	}

	.wrapper
	{
		margin-top: 0;
	}

	#content-wrapper
	{
		max-width: 100%;
		margin: 100px auto 0 auto;
		padding: 10px 5px;
		font-size: 1em;
	}

	tr.sticky-headers th
	{
		position: sticky;
		top: 100px;
	}
}
	/*

@media screen and (min-width: 900px)
{
    .navbar .name
    {
		font-size: 16px;
	}

    .breadcrumb
    {
        display: block;
    }

	.admin_name
	{
		padding: 20px 0 20px 50px;
		font: normal 1.4em "Source Sans Pro", sans-serif;
	}

	#content-wrapper
	{
		font-size: 1em;
	}

	tr.sticky-headers th
	{
		position: sticky;
		top: 50px;
	}
}

@media screen and (min-width: 950px)
{
}
	*/