@charset "utf-8";
/* CSS Document */
@import url("/_css/adjustment.css");
@import url("/_css/admin_nav.css");
@import url("/_css/grid.css");
@import url("/_css/reset.css");


.scrolling {
	position: fixed;
	top: 0px;
	z-index: 999999;
	background-color: #FFF;
	padding-bottom: 40px;
}

.shopkeeper-logo {
	display: block;
	float: left;
	height: 22px;
	width: 176px;
	background: url('/_images/shopkeeper.png') no-repeat scroll 0% 0% transparent;
}


.lt_grey {
	color: #B0B0B0 !important;
}

.asset_button {
	cursor: pointer;
	display: block;
	float: left;
	padding: 5px 20px 10px 20px;
	font-size: 18px;
}

.asset_button.navy2:hover {
	background-color: #1D5290;
}
.asset_button.navy2 {
	color: #FFF;
	border: 1px solid #335F92;
	background-color: #335F92;
}


/* --------	GENERAL PAGE STRUCTURE ------------------------------------------------------------------------------------------------------------ */

body {font:13px/1.5 "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue",Arial,"sans-serif"; }
#container {margin:0px auto;}
Font, P, TD, Div, Span { font-size: 10pt; color: #4B493A; line-height: 16px; text-align: left;}
	
.row						{clear:left; float:left;}
.row_fat					{clear:left; float:left; margin:10px 0;}
/*.border_top				{border-top:#8db6fb 4px solid; margin-top:10px; padding-top:10px;}*/
.border_right				{border-right:#7396d0 1px solid;}
.border_bottom				{border-bottom:#7396d0 1px solid; margin-bottom:20px; padding-bottom:20px;}

.regular_label				{float:left; width:110px; margin-left:3px;}	
label						{width:150px; margin-left:3px; padding-top:3px; display:inline-block;}
input						{width:150px; padding:2px; margin:2px 10px 2px 2px; border:#d0d0d0 1px solid; color:#303060;}
input[type="radio"],
input[type="checkbox"]		{width:30px;}
textarea					{width:100%;}


h2 {
	font-size:16px;
	font-weight:normal;
}

.admin_form input {
	width: 200px;
	padding: 2px;
	margin: 3px 10px 2px 2px;
	border: 1px solid #D0D0D0;
	color: #303060;
}
.admin_form select {
	width:205px; 
	height:25px; 
	margin:3px 0px 2px 2px; 
	padding:1px 2px 2px 2px;
}

.admin_form h3 {
	margin-bottom: 0px;
	font-weight: normal;
	color: #4B493A;
	line-height: 25px;
}

table.admin_results {
	width:100%;
	margin:20px 0px 100px 0px;
}

table.admin_results td {
	font-size: 9pt;
	padding: 5px 5px 5px 10px;
	border: 1px solid #E8E8E8;
	background-color: #F0F0F0;
}

table.admin_results a.title:hover {
	text-decoration: underline;
}

table.admin_results a.title, table.admin_results span.title {
	font-weight: bold;
	font-size: 7pt;
	color: #000050;
}

table.admin_results td.report_row_data a{
	text-decoration: none;
	color: #404040;
}

.school_time input {
	width:26px;
	margin: 3px 0px 2px 2px;
	text-align: center;
}

.school_time span {
	float: left;
	width:10px;
	text-align: center;
	margin: 4px 0px 2px 0px;
}

.pickup_time input {
	width:26px;
	margin: 3px 0px 2px 2px;
	text-align: center;
}

.pickup_time span {
	float: left;
	width:10px;
	text-align: center;
	margin: 4px 0px 2px 0px;
}

.term_dates_default input {
	width:130px;
	margin: 3px 0px 2px 2px;
	text-align: left;
	padding-left: 10px
}

.term_dates_default span {
	float: left;
	width:40px;
	text-align: center;
	margin: 4px 0px 2px 0px;
}

.term_dates_school input {
	width:132px;
	margin: 3px 0px 2px 2px;
	text-align: left;
	padding-left: 10px
}

.term_dates_school span {
	float: left;
	width:40px;
	text-align: center;
	margin: 4px 0px 2px 0px;
}

.term_dates_updated {
	color: #f00;
	font-weight: bold;
	margin-left:20px;
	animation: fadein 4s;
	-moz-animation: fadein 4s; /* Firefox */
	-webkit-animation: fadein 4s; /* Safari and Chrome */
	-o-animation: fadein 4s; /* Opera */
}

#schools .clickhere {
	font-size:10px;
}

#schools .clickhere a {
	text-decoration: none;
	font-weight:bold;
	color: #4B493A;
}

#schools .clickhere a:hover {
	text-decoration: underline;
}

@keyframes fadein {
	from { opacity:0; }
	to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
	from { opacity:0; }
	to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from { opacity:0; }
	to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
	from { opacity:0; }
	to { opacity:1; }
}

.filters a {
	color: #0D3C88;
	text-decoration: none;
}

.filters a:hover {
	color: #072352;
	text-decoration: underline;
}

#route_drivers table.admin_results {
	margin: 0;
}

#route_drivers table.admin_results th {
	color: #072352;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #E8E8E8;
	background-color: #F0F0F0;
	text-transform: uppercase;
	border: 1px solid #999;
}

#route_drivers table.admin_results td {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	background-color: transparent;
	margin: 0;
}

#route_drivers table.admin_results th.date_col {
	width: 100px;
}

#route_drivers table.admin_results th.ampm_col {
	width: 60px;
}

#route_drivers table.admin_results th.driver_col {
	width: 145px;
}

#route_drivers table.admin_results th.vehicle_col {
	width: 100px;
}

#route_drivers table.admin_results th.pay_col {
	width: 65px;
}

#route_drivers table.admin_results th.council_col {
	width: 65px;
}

#route_drivers table.admin_results th.middle_col {
	background-color: #FFF;
	width:10px;
}

#route_drivers table.admin_results td.middle_col {
	background-color: #FFF;
}

#route_drivers table.admin_results th.main_head {
	text-align: center;
}

#route_drivers table.admin_results tr {
	height:40px; 
}

#route_drivers table.admin_results td .school_open {
	font-size: 12px;
	width: 90px;
	height:25px; 
	margin:0; 
	padding:1px 2px 2px 2px;
	color: #303060;
}

#route_drivers table.admin_results td .driver {
	font-size: 12px;
	width: 140px;
	height:25px; 
	margin:0; 
	padding:1px 2px 2px 2px;
	color: #303060;
}

#route_drivers table.admin_results td .vehicle {
	font-size: 12px;
	width: 95px;
	height:25px; 
	margin:0; 
	padding:1px 2px 2px 2px;
	color: #303060;
}

#route_drivers table.admin_results td .pay {
	font-size: 12px;
	width: 50px;
	height:19px; 
	margin:0; 
	padding:2px 2px 2px 5px;
}

#children_form .children_day {
	float: left;
	width: 95px;
}

#children_form .day_am {
	float: left;
	width: 40px;
}

#children_form .day_pm {
	float: left;
	width: 40px;
	margin-left:20px;
}

#children_form .prim_sec {
	float: left;
	width: 13px;
}

#children_form .children_default_days input {
	width:16px; 
	margin-top: 6px 20px 0px 0px; 
	border:0; 
	float: left;
}

#daily_schedule table.admin_results {
	margin: 0;
}

#daily_schedule table.admin_results th {
	color: #072352;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #E8E8E8;
	background-color: #F0F0F0;
	text-transform: uppercase;
	border: 1px solid #999;
}

#daily_schedule table.admin_results td {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	background-color: transparent;
	margin: 0;
	vertical-align: top;
}

#daily_schedule table.admin_results th.ds_pickup {
	width: 100px;
}

#daily_schedule table.admin_results th.ds_child {
	width: 130px;
}

#daily_schedule table.admin_results th.ds_address {
	width: 145px;
}

#daily_schedule table.admin_results th.ds_contact {
	width: 100px;
}

#daily_schedule table.admin_results th.ds_status {
	width: 65px;
}

#daily_schedule table.admin_results th.ds_notes {
	width: 160px;
}


#daily_schedule table.admin_results tr {
	height:40px; 
}

#daily_schedule table.admin_results td .ds_pickup {
	font-size: 12px;
	width: 90px;
	height:25px; 
	margin:0; 
	padding:1px 2px 2px 2px;
	color: #303060;
}