﻿/* style.css
 * Department of Education and Early Learning site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

h1 {
	margin-bottom: 15px;
}

input[type="text"] {
    width: 40%;
}

.MainColumnLinkListComponent h2 {
	font-weight:bold;
}
.MainColumnLinkListComponent .HighlightLinkList {
	padding-bottom:20px;
}

/* Title Bar Customizations */
/* Medium devices and Desktop (768px ) */
@media (min-width: 768px)  {
	#deptNavRow > div:nth-of-type(1) {width:55%}
	#deptNavRow #deptInfo {width:45%}
}

/********************************* Data Table Customization ***************************/

 /* DataTables features
 */

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}


/* DataTables display */

table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}
 
table.display thead th:active,
table.display thead td:active {
	outline: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}
/* Sorting classes for columns */
tr.odd td.sorting_1 {
	background-color: #d9ecf6;
}
tr.even td.sorting_1 {
	background-color: #c3e1f1;
}


.togglebox ul li, .togglebox ul li li {
    margin-top: 0;
    padding-top: 0;
}

#x67721 #mainColMain ul, #x67721 #mainColMain p, 
#x85786 #mainColMain ul, #x85786 #mainColMain p, 
#x60052 #mainColMain ul, #x60052 #mainColMain p, 
#x2134 #mainColMain ul, #x2134 #mainColMain p,
#x87053 #mainColMain ul, #x87053 #mainColMain p, 
#x86629 #mainColMain ul, #x86629 #mainColMain p,
#x70423 #mainColMain ul, #x70423 #mainColMain p,
#x70421 #mainColMain ul, #x70421 #mainColMain p, 
#x70422 #mainColMain ul, #x70422 #mainColMain p{
	max-width: 100% !important;
}

/* Our Best Page Customization */

#x98881 #mainColMain p, #x98881 #mainColMain a {
	max-width: 100%;
}

#x98881 #mainColContent .btn-primary.active {
	box-shadow: none;
}

#x98881 #mainColMain a.btn:hover {
    background-color: grey;
	box-shadow: inset 0px 2px 10px rgba(0,0,0,0.7);
}

/* Child Care Assistance Program */
#x30401 #mainColMain ul, #x30401 #mainColMain p {
	max-width: 98%;
}

#x30401 #mainColMain #tabs h2 {
	border-bottom: none;
}