﻿a.common:link {font-family: arial; font-size: 18px; color: #0000FF;}
a.common:visited {font-family: arial; font-size: 18px; color: #0000FF;}
a.common:hover {font-family: arial; font-size: 18px; color: #0000FF; text-decoration: none}

a.commonsmall:link {font-family: arial; font-size: 18px; color: #0000FF;}
a.commonsmall:visited {font-family: arial; font-size: 18px; color: #0000FF;}
a.commonsmall:hover {font-family: arial; font-size: 18px; color: #0000FF; text-decoration: none}

a.commonwhitesmall:link {font-family: arial; font-size: 18px; color: #ffffFF;}
a.commonwhitesmall:visited {font-family: arial; font-size: 18px; color: #ffffFF;}
a.commonwhitesmall:hover {font-family: arial; font-size: 18px; color: #ffffff; text-decoration: none}

a.commonblacksmall:link {font-family: arial; font-size: 18px; color: #000000;}
a.commonblacksmall:visited {font-family: arial; font-size: 18px; color: #000000;}
a.commonblacksmall:hover {font-family: arial; font-size: 18px; color: #000000; text-decoration: none}

.selected  {font-family: arial; font-size: 18px; font-weight: Normal; BACKGROUND: Green; CURSOR: hand; COLOR: WHITE}
.hover, font.hover {font-family: arial; font-size: 18px; font-weight: Normal; BACKGROUND: red; CURSOR: hand; COLOR: WHITE}
.nohover, font.nohover {font-family: arial; font-size: 18px; font-weight: Normal; BACKGROUND: white; CURSOR: hand; COLOR: BLACK}
.hoverhand, font.hoverhand {font-family: arial; font-size: 18px; font-weight: Normal; BACKGROUND: white; CURSOR: hand;  COLOR: BLACK}

font.common,SPAN.common, .common
{
	font-family: arial;
	font-size: 18px;
	font-weight: Normal;
	color: #000000;
}

font.commonsmall, select.commonsmall, .commonsmall
{
	font-family: arial;
	font-size: 18px;
	font-weight: Normal;
	color: #000000;
}

font.commonwhitesmall, .commonwhitesmall
{
	font-family: arial;
	font-size: 18px;
	font-weight: Normal;
	color: #ffffff;
}


font.commonwhite,t.commonwhite, .commonwhite
{
	font-family: arial;
	font-size: 18px;
	font-weight: Normal;
	color: #ffffff;
}

font.commonwhitebold
{
	font-family: arial;
	font-size: 18px;
	font-weight: Bold;
	color: #ffffff;
}


.navtitle  {font-weight: bold; color: #FF8C00; }
a.active  {background: #FF8C00; }
.headertitle  {font-weight: bold; color: #FFFFFF; }

.btn-primary {
  color: #FFFFFF;
  background-color: #FF8C00;
  border-color: #000000;
}

.btn-primary:hover {
  color: #ffff00;
  background-color: #008000;
  border-color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffff00;
  background-color: #FF8C00;                                                                                      
  border-color: #005cbf;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FF8C00;
  text-decoration: none;
  background-color: #cecece;
}

.bg-primary {
  color: #FFFFFF !important;
  background-color: #FF8C00 !important;
}


a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #FFFFFF !important;
}
#FilterTripsModal .modal-footer {  
  justify-content: space-between;  
}
#selectBatchUpdateFields .modal-footer {  
  justify-content: space-between;  
}
#EditTripModal .modal-footer {  
  justify-content: space-between;  
}
#EditReceiptModal .modal-footer {  
  justify-content: space-between;  
}
#EditEntryModal .modal-footer {  
  justify-content: space-between;  
}
#VehicleSafetyCheckListModal .modal-footer {  
  justify-content: space-between;  
}
#selectBatchUpdateFieldsTitle .modal-footer {  
  justify-content: space-between;  
}
#BatchUpdateListModal .modal-footer {  
  justify-content: space-between;  
}
#ExistingItemsModal .modal-footer {  
  justify-content: space-between;  
}
#EditListModal .modal-footer {
    justify-content: space-between;
}


.bd-footer{
    font-size:85%;
    text-align:center;
    background-color:#FF8C00
}

.bd-footer a{
    font-weight:500;
    color:#FFFFFF;
}

.bd-footer a:focus,.bd-footer a:hover{
    color:#FFFFFF;
}

.bd-footer p{
    margin-bottom:0
}

@media (min-width:576px)
{
    .bd-footer{text-align:left}
}

.bd-footer-links{
    padding-left:0;
    margin-bottom:1rem
}

.bd-footer-links li{
    display:inline-block
}

.bd-footer-links li+li{
    margin-left:1rem
}

.text-footer {
  color: #FFFFFF !important;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {

    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #3AC0F2;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}