﻿
/**************************************************
    WHETHER ALERT
**************************************************/

span.whetheralert
{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    background: #990000;
    color:#ffffff;
    font-weight:bold;
    padding:7px;
    margin-bottom:7px;
}

/*************************************************
    MESSAGES
*************************************************/
.error_message 
{
    display:inline-block;
    padding-left: 40px;
    height: 35px;
    background:url('../../images/err.gif')no-repeat;
    color:#CC0000;
}
	
.success
{
    display:inline-block;
    color:#009900;
}

.error_summary
{
    margin:10px 0 0 0;
    padding:0px;
    list-style:none;
}

span.error-message,
span.success-message
{
    display:block;
    padding-left:42px;
    background: url('../../images/err.gif') no-repeat;
    min-height: 38px;
    height:auto;
    _height:38px;
    color:#990000;
    margin-bottom: 5px;
   
}

span.success-message
{
    background:none;
    padding-left:0px;
    color:#09AF00;
    font-weight:bold;
}

.required
{
    color: #CC0000;
}

label.required-true
{
    display:inline-block;
}

label.required-true:before
{
    display:block;
    content: '*';
    width:5px;
    height:16px;
    float:right;
    padding:4px 0px;
    color: #CC0000;
}

.attention
{
    font-weight:bold;
    color: #990000;
}

.descript {
    color: #777777;
    font-size: 10px;
    clear: both;
    display: block;
}

/******************************************************
    Table GRID
******************************************************/
table.grid th
{
    padding:2px 5px;
    text-align:left;
    color:#333333;
    border-bottom:2px solid #444444;
    border-right:1px solid #444444;
}

table.grid td
{
    padding:2px;
    border-bottom: 1px dotted #CCCCCC;
    border-right:1px solid #CCCCCC;
}

table.grid tr.heading
{
    background: #666666;
    color:#FFFFFF;
    font-weight:bold;
}
table.grid tr.odd
{
    background:#FFFFFF;
}

table.grid tr.even
{
    background:#EEEEEE;
}
table.grid tr.even.late,
table.grid tr.odd.late
{
    background:#FFDDDD;
}
td.non-rush
{
    background:#FFF;
}

td.rush
{
    background:#CCFFCC;
}

td.direct
{
    background:#FFCCFF;
}

/********************************************************
    REPORTS
*********************************************************/
.report-logo
{
    background: url('../images/logo.svg') no-repeat right;
    background-size: contain;
    height: 90px;
}

/*********************************************************
    DRIVER/ ROUTE SELECT
*********************************************************/
/************************************
     Driver Select
************************************/

#driver_select,
#route_select
{
    margin-top:10px;
}

#driver_select ul,
#route_select ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#driver_select ul li,
#route_select ul li
{
    display:block;
    width:auto;
    float:left;
    margin:0px 1px 1px 0px;
}

#driver_select ul li a:link,
#driver_select ul li a:visited,
#route_select ul li a:link,
#route_select ul li a:visited
{
    background: #F5F5F5;
    font-weight:bold;
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
	line-height:40px;
	padding:0px 15px;
    
}

#driver_select ul li a:hover,
#route_select ul li a:hover
{
    background: #2B4A8E;
}


#driver_select ul li.active a:link,
#driver_select ul li.active a:visited,
#route_select ul li.active a:link,
#route_select ul li.active a:visited
{   
    background: #BC305E !important;
	background: -webkit-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
	background: -moz-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
	background: -ms-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
    color:#FFFFFF !important;
}

#driver_select ul li.dispatch a:link,
#driver_select ul li.dispatch a:visited
{
    color:#CC3300;
}

#driver_select ul li.city a
{
    background:#D8C781;
}
    
#driver_select ul li.run a
{
    background: #7F2000;
    border:1px solid #7F2000;
}

#driver_select ul li.home a
{
    background: #5D60A0;
    border:1px solid #5D60A0;
}

#driver_select ul li.run a:link,
#driver_select ul li.run a:visited,
#driver_select ul li.home a:link,
#driver_select ul li.home a:visited
{
    color:#FFFFFF;
}

/*************************************
Invoice Print
****************************************/

div.invoice
{
    font-family:Arial;
    font-size:11px;
}

.invoice H1
{
    font-size:22px;
       
}

.invoice h3
{
    font-size:18px;
    color: #333333;
}
.invoice h4
{
    font-size:14px;
    color:#333;
    display:inline;
}

.invoice .totals
{
    margin:20px 15px 20px 10px;
}
    
.invoice label
{
    float:none;
    color:#000;
    font-weight:bold;
    
}

.invoice .logo img
{
    float:left;
}

.invoice .logo span
{
    display:block;
    margin-left:110px;
    
}

.invoice .soldto
{
    margin-top:80px;
    margin-left:40px;
}


@media print {
 	 /* All the form elements under the class bellow will Not be printed */
   	.noprint {
   	 	display: none;
   	}
}