/**
 * Sticky Footer
 */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
    overflow: hidden;
}

footer, #push {
    height: 50px; /* #push must be the same height as footer */
}




/**
 * Clearfix

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
*/

.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.clear_right 
{
	clear: right;
}

/**
 * Base Styles
 */

body {
    font: normal normal normal 69%/160% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
    overflow: -moz-scrollbars-vertical;
}

.wrapper {
    margin: 0 auto;
    min-width: 990px; /*  grid_2 + margin (18) + grid_8 */
    max-width: 1270px;
}

.box {
    background: #EEE;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #555;
    margin-bottom: 8px;
    padding: 8px;
}

/**
 * Text Styles
 */

a {
    color: #0066ff;
    outline: none;
    text-decoration: none;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

code, kbd, samp, pre, tt, var, .code {
    font-family: Monaco, 'Panic Sans', 'Lucida Console', 'Courier New', Courier, monospace, sans-serif;
}

h1 {
    font-size:20px;  
}
h2 {
    font-size:18px; 
}
h3 {
    font-size:14px;  
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
h1,h2,h3,h4,h5,h6,p {
    margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6,b,strong,caption,th,thead,dt,legend{
    font-weight:bold; 
}

ul, ol {
    padding-left: 2em;
}

li ul, li ol, ul ul, ol ol, dl dd {
margin-bottom: 0px;
margin-left: 0px;
margin-top: 0px;
}

small, sup, sub {
    font-size: 90%;
}

.code {
    background-color: #EAEFF4;
    color: #069;
    overflow: auto;
    padding: 2px 6px;
}

.al {
    text-align: left;
}
.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.fn
{
	float:none;
}

/**
 * Login
 */
body.login {
    background-color:#EEEEFF;
    height:0;
    overflow: hidden;
}
.login-box {
    height: 300px;
    margin: 0 auto;
    margin-top: -150px;
    margin-left: -175px;
    position: absolute;
    top: 50%;
    left: 50%;
    width:350px;
}
.login-box-top {
    background: #FFFFFF;
    background: -ms-linear-gradient(top,  #E1F2FC 0%,  #F6F6F6 60%);
    background: -moz-linear-gradient(top,  #E1F2FC 0%,  #F6F6F6 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1F2FC), color-stop(0.5, #F6F6F6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1F2FC', endColorstr='#F6F6F6');
    border: 1px solid #AAA;
    box-shadow: rgba(0,0,0,0.7) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.7) 0px 0px 3px; -webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 3px; -khtml-box-shadow: rgba(0,0,0,0.7) 0px 0px 3px;
    margin-top: 20px;
    padding:25px;
	
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}
.login-hd {
    color:#000077;
    font-size:197%;
    font-weight: bold;
    margin-bottom:10px;
    text-align:center;
    text-shadow: 0 1px 0 #FFF;
}
.login-box form {
    border-bottom:1px solid #DDDDDD;
    margin:10px 0;
}
.login-box ul {
    list-style-type: none;
    padding: 0;
}

/**
 * Header
 */
#page-header {
    background: #2d91c3;
    background: -ms-linear-gradient(top,  #c5d4ee 0%,  #ffffff 75%);
    background: -moz-linear-gradient(top,  #c5d4ee 0%,  #ffffff 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5d4ee), color-stop(0.5, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d4ee', endColorstr='#ffffff')
        progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=180, Strength=3);
    
    height: 100px;
}
#page-header h1 {
    color: #fff;
    margin: 0;
    line-height: 50px;
    text-shadow: 1px 1px 3px #000;
}
#util-nav {
    color: #000000;
    float: right;
    line-height: 25px;
    font-size: 11px;
}
#util-nav ul li {
    float: left;
    list-style-type: none;
    padding: 0 5px;
}
#util-nav a {
    color: #000000;
    text-decoration: underline;
}

#main-nav {
    position: relative;
    z-index: 999;
    float: left;
    margin-top: 40px;
}

#main-nav ul {
    display: block;
    padding-left: 0;
}

#main-nav ul li {
    display: inline;
    border-radius: 5px;
}

#main-nav ul li a {
    background: #d1d1d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#d1d1d1));
    background: -ms-linear-gradient(top,  #ddd,  #d1d1d1);
    background: -moz-linear-gradient(top,  #ddd,  #d1d1d1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#d1d1d1');
    color: #000;
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 32px;
    margin: 0 2px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #fff;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;

    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;

    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
    -khtml-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);

    -webkit-background-clip: padding-box;
}

#main-nav ul li a:hover {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
    background: -ms-linear-gradient(top,  #eee,  #d1d1d1);
    background: -moz-linear-gradient(top,  #eee,  #d1d1d1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d1d1d1');
}

#main-nav ul li.active a {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eee));
    background: -ms-linear-gradient(top,  #f1f1f1,  #eee);
    background: -moz-linear-gradient(top,  #f1f1f1,  #eee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eeeeee');
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}

    #util-nav #quick-links {
        border: 0;
        float: right;
        position: relative;
        z-index: 2000;
        clear: left;
        margin-top: 15px;
    }
    #util-nav #quick-links a {
        background: #f7f7f7;
        background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
        background: -ms-linear-gradient(top,  #f7f7f7,  #e1e1e1);
        background: -moz-linear-gradient(top,  #f7f7f7,  #e1e1e1);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1');
        border-radius: 13px;-moz-border-radius: 13px;-webkit-border-radius: 13px;-khtml-border-radius: 13px;
        border: 1px solid #bbb;
        box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-khtml-box-shadow: none;
        display: block;
        line-height: 25px;
        padding: 0 10px;
        text-shadow: 0 1px 0 #fff;
        width: 200px;
        color: #000000;
        text-decoration: none;
        
    }
    #util-nav #quick-links span {
        border-left: 1px solid #ccc;
        padding-left: 8px;
        position: absolute;
        right: 15px;
        top: 1px;
    }
    #util-nav #quick-links ul {
        background: #fff;
        border: 1px solid #bbb;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        -moz-border-radius-bottomleft: 13px;
        -moz-border-radius-bottomright: 13px;
        -webkit-border-bottom-left-radius: 13px;
        -webkit-border-bottom-right-radius: 13px;
        display: none;
        /*left: 2px;*/
        position: absolute;
        top: 26px;
        width: 198px;
        z-index: 1000;
    }
    #util-nav #quick-links ul li {
        border: 0;
        line-height: 32px;
        padding: 0;
        z-index: 999;
    }
    #util-nav #quick-links ul li a {
        background: none;
        border: 0;
        -moz-border-radius: 13px !important;
        -webkit-border-radius: 13px !important;
        -khtml-border-radius: 13px !important;
        border-radius: 13px !important;
        margin: 0;
    }
    #util-nav #quick-links:hover ul {
        display: block;
    }
    #util-nav #quick-links:hover a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
    }
    #util-nav #quick-links ul li a:hover {
        /*background: #f7f7f7;*/
        text-decoration: underline;
    }

    
#page-subheader 
{
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
    background: -ms-linear-gradient(top,  #eee,  #d1d1d1);
    background: -moz-linear-gradient(top,  #eee,  #d1d1d1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d1d1d1');
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #cfcfcf;
    height: 30px;
    position: relative;
    z-index: 0;
    clear: left;
    float: left;
    width: 100%;   
}
    
    #page-subheader h2 {
        line-height: 50px;
        font-size: 18px;
        margin: 0;
        text-shadow: 0 1px 0 #fff;
    }


    #page-subheader .wrapper {
        position: relative;
    }
    
    #page-subheader .client_search 
    {
        position: absolute;
        right: 0;
        top: 13px;
    }

    #page-subheader .current_client 
    {
    	float: left;
        padding-top: 15px;
        font-size: 13px;
    }
    
/*
    #page-subheader input {
        position: absolute;
        right: 0;
        top: 13px;
        border: 1px solid #ccc;
        width: 225px;
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px;
        box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        -khtml-box-shadow:0 1px 0 rgba(255,255,255,0.5);
        padding: 3px 5px;
    }
*/

/**
 * Content
 */
#content {
    min-height: 600px;
}

/**
 * Footer
 */
#page-footer {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d1d1d1));
    background: -ms-linear-gradient(top, #eee, #d1d1d1);
    background: -moz-linear-gradient(top, #eee, #d1d1d1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d1d1d1');
    margin-top: 18px;
    padding-bottom: 18px;
}
    #footer-inner {
        border-top: 1px solid #bbb;
        padding: 15px 20px;
    }
    #footer-inner p {
        line-height: 49px;
    }

/**
 * Grids
 */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_TrSummary 
{
    
    margin-left:10px;
    display:block;
    float:left;
}
.columns {
    display:block;
    float:left;
}
.first {
    /*margin-left:0 !important; /*kn modified on 9/9/2011 */
    clear:left !important; /*kn modified on 9/9/2011 */
}
.leading {
    margin-bottom:18px;
}
.top {
    margin-top:18px;
}
.grid_1 {
    width:108px;
}
.grid_2 {
    /*min-width:200px;
    max-width: 234px;*/
    min-width: 180px;
    width: 19%;
    max-width: 210px;
}
.grid_3 {
    width:360px;
}
.grid_4 {
    width:486px;
}
.grid_5 {
    width:612px;
}
.grid_6 {
    width:738px;
}
.grid_7 {
    width:864px;
}
.grid_8 {
    /* margin-left:0; moved since we now use this grid as the same as the other grid.  The feature is moved to grid_without_margin class */
    /* in order to make the full length to be 1024px (234 + 18 + 768 = 1020).  4px are for the extra space */
    min-width: 768px; /* used to be 990px */
    width: 78%;
}

.grid_TrSummary 
{
    width:274px;  /* 234 + 18 + 612 + 18 + x = 1020; x = 264 */
}

.grid_without_margin 
{
    margin-left:0;
}

/*
menu navigation styles
*/
.pVNavContent {
	font-size: 12px;
}

.pVNavContent .pVNavHead {
    font-size: 13px;
    font-weight: bold;
    margin: 1em 0 0.25em;
    padding: 0;
}

.pVNavContent .pVNavHead:first-child 
{
	margin-top: 0;
}


.indent_div
{
	margin-left: 20px;
	font-size: .90em;
}

.invisible
{
    display: none  !important;
}

.grid_icon
{
    margin-left: 3px;
    
}

.popup
{
	margin: 10px;	
}

.center_content
{
	margin: auto;
}

.full
{
	width:100%;
}

#login_box
{
	width: 450px; 
	float:none;
}

#login_box img.logo
{
	margin-left: 73px;
}

#login_box input[type="text"]
{
	width: 256px;
}

#login_box input[type="password"]
{
	width: 250px;
}


#transactions_table td
{
	font-size: .96em;
}

.logo_image
{
	float: left; 
	margin-top: 13px; 
	margin-right: 20px; 
	margin-left: 7px;

}

.td_20
{
	min-width: 20px;

}

.td_35
{
	min-width: 35px;

	
}

.td_40
{
	min-width: 40px;

	
}

.td_50
{
	min-width: 50px;

}

.td_60
{
	min-width: 60px;

}

.td_70
{
	min-width: 70px;

}


.td_75
{
	min-width: 75px;

}

.td_100
{
	min-width: 100px;
}

.td_125
{
	min-width: 125px;

}


.td_150
{
	min-width: 150px;

}

.td_175
{
	min-width: 175px;

}

.td_300
{
	min-width: 300px;

}

.normal_font
{
	font-weight: normal !important;	
}

#tooltip_table td
{
	padding: 1px 4px;
}

 
#users_edit input[type="text"]
{
	width: 250px;
}

#users_edit input[type="password"]
{
	width: 250px;
}

.error_text
{
	
	font-size: .95em !important;
	font-weight: normal;
	display: inline;
	float: right;
	margin-left: 10px;
}

.error_text_white
{
	color: #FFFFFF !important;
	font-size: .95em !important;
	font-weight: normal;
	display: inline;
	float: right;
	margin-left: 10px;
}

.error_div
{
	float:left;
	color: Red !important;
	font-size: .95em !important;
	display: inline;	
}

#authorization_div .error_text
{
	color: Red !important;
	font-size: .75em !important;
	font-weight: normal;
}

#training_detail {
    clear: left;
    float: left;
    width:486px;
}

.large_bold_font
{
	font-size: 25px;
	font-weight: bold;
	
}

#training_record{
    clear: left;
    float: left;
    width:770px;
}

#subheader_version
{
	padding-left: 10px;
	padding-top: 6px;
	float: left;
}

#subheader_alert
{
	padding-right: 10px;
	padding-top: 6px;
	float: right;
	color: #000000;
}

.subheader_fogbugz
{
	padding-right: 10px;
	padding-top: 6px;
	float: right;
	color: #000000;
}

#subheader_location
{
	padding-right: 10px;
	padding-top: 2px;
	float: right;
	color: #000000;
}

#development_grid,
#development_record{
    clear: left;
    float: left;
    width:770px;
}

.bold_font
{
	font-weight: bold;
}

#authorization_div div
{
	margin-top: 10px;
}

#authorize_table td
{
	padding: 5px;
	font-size: 16px;
}

#authorization_logo
{
	/*margin-top: 5px;*/
	padding-top: 5px;
}

#authorization_div
{
	padding-bottom: 10px;
}
#driver_permit {
    float: left;
    margin-left: 10px;
    min-width: 768px;
    font-size: 12px;
}

#authorization_container
{
	background: #2d91c3;
	background: -ms-linear-gradient(top,  #1d507d 0%,  #2d91c3 50%);
	background: -moz-linear-gradient(top,  #1d507d 0%,  #2d91c3 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1d507d), color-stop(0.5, #2d91c3));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d507d', endColorstr='#2d91c3')
	progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=180, Strength=3);
}

.va
{
	vertical-align: middle;
}

.inline
{
	display: inline;
}

.inlineblock
{
	display: inline-block;
}

.indent10
{
    margin-left: 10px;
}



div.search_div
{
    min-width: 768px;
}

div.snapshot_div_large
{
    width: 660px;
    height: 340px;
    display: inline-block;
    position: relative;
}

div.snapshot_div_small
{
    width: 270px;
    height: 340px;
    display: inline-block;
    position: relative;
}

div.snapshot_div_equal_size
{
    width: 470px;
    height: 350px;
    display: inline-block;
    position: relative;
    margin-top: 4px !important;
    float: left;
}


span.snapshot_label{


    text-align: right;
}

.login_error_div
{
    padding-top: 0px;
    color: Red;
    padding-top: 0px !important;
}

.login_version
{
    color: #000000;
    margin: 10px auto;
    width: 370px; 
    padding-left: 0px;
}

#noclient
{
	font-size: 12px;
	width: 500px;
}

.telerik_grid
{
	margin-top: 10px;
}

/* SRL Removed 3/20/2013 - Seems unnecessary, and is causing problems
   because of overriding other styles
#left_side_bar ul,
#last_updates ul
{
    list-style-image: url("../images/bullet.gif");
}
*/
#login_body
{
    background: #2d91c3;
    background: -ms-linear-gradient(top,  #c5d4ee 0%,  #ffffff 80%);
    background: -moz-linear-gradient(top,  #c5d4ee 0%,  #ffffff 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c5d4ee), color-stop(0.8, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5d4ee', endColorstr='#ffffff')
        progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=180, Strength=3);
    box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -moz-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -webkit-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px; -khtml-box-shadow: rgba(0,0,0,0.6) 0px 2px 3px;


}

div.nopadding
{
    padding: 0px;
}

div.grid_div
{
    margin-top: 10px;
    display: block;
    min-width: 768px;
    clear: left;
}

div.totals_div
{
    float: right;
    display: block;
    width: 350px;
    clear: both;
}

.full_width
{
    width: 100%;
}

.margin_left_right
{
    margin-left: 5px;
    margin-right: 5px;   
}
    
.small_ital
{
	font-size: .9em;
	font-style: italic;
	/*float: right;*/
	text-align: left;
	white-space: normal;

}

.basic_list
{
    float: left;
    margin-right: 20px;
    display: block;
    margin-left: 10px;
}

.basic_list ul
{
    margin-left: 30px;
}
.basic_list tbody tr td
{
    padding-left: 40px;
    line-height: 10px;
}

.clearfix:after {
content:"."; 
display:block; 
height:0;
clear:both; 
line-height: 0;
visibility:hidden; 
}
.clearfix {display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
/* End hide from IE Mac */

.td_div
{
    padding: 10px 0;
    white-space: normal;
}

.inherit_width
{
    min-width: inherit;
}

#ahome
{
	float: left;
}

.invoice_text
{
    display: inline-block;
    float: left;
    max-width: 345px;
}



/* Product Code Duplicate Status Legend */
.AlreadyImported 
{
    background-color : #e5ffff !important;
}
.UPCAlreadyExists 
{
    background-color: #ffe5ff !important;
   }
.ExistButDiscontinued 
{
    background-color: #e8f3ff !important;
}

.ImportingFrameIsDiscountinued 
{
    background-color: #e8f3e8 !important;
    }
.EmptyUPC 
{
    background-color: #ebffe5 !important;
}
.DuplicateExistWithUnknownReason 
{
    background-color: #efd2d2 !important;
}

.hideCheckBox input[type="checkbox"] {
    display: none;
}
