
  #display { font-family:Verdana; font-style:normal; font-size:10pt; }
  #smallText { font-family:Verdana; font-style:normal; font-size:8pt; }

  /*
* {
    box-sizing: border-box;
}
*/

/* horizonal line for login */
.login-hl {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 0.5px solid #ddd;
    /*height: 175px;*/
    width: 75%;
  }
  
  /* text inside the horizontal line */
  .login-hl-innertext {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d8d8d8;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 10px;
  }

h2 { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; } 
h2 span { background:#fff; padding:0 10px; }

.gateway {
	position: absolute;
	left: 25px;
}


/*@media (min-width:961px) {  landscape table to desktop */
	.introductioncard_class {
		margin:auto;
		width:75%;
		text-align:left
		!important
	}
/*}  adjust width of introduction card for screen size[mtd] */

 
@media (max-width:700px) {
	.introductioncard_class {
		margin:auto;
		width:90%;
		text-align:left
		!important}
} /* adjust width of select input for screen size[mtd] */

.companylogo {
		margin-left: 0px;
}

/*
	table-layout: fixed;
	overflow: hidden;
	border: 1px solid black;
	*/

/*	
.tableResize {
    border: 1px solid black;
    min-width: 100%;
    max-width: 100%;
}
.tableResize tr:hover {
    background-color:#FFFF94;
}
.tableResize tr:first-child {
    background-color:#99CCFF;
    height: 20px;
}
.tableResize tr:first-child:hover {
    background-color:#99CCFF;
}
*/



/*
table {
	table-layout: fixed;
	overflow: hidden;
	border: 1px solid #bbb;
}

th {
	color: #000;
	background-color: #bbb;
	border: 1px outset;
}

th {
    vertical-align: bottom;
    text-align:left;
}
td {
 	color: #000;
	background-color: #eee;
}
*/


.opdbase-table th {
	padding:0px 3px 0px 3px;
	vertical-align: bottom;
}

.opdase-bordered-vertical tr td {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.opdase-bordered-vertical th {
	border: 1px solid LightSlateGrey;
	border-collapse: collapse;
}

.table1 {
    border: 1px solid #ddd;
    border-collapse: collapse;
    min-width: 100%;
    max-width: 100%;
}
.table1 tr:hover {
    background-color:#FFFF94;
}
.table1 tr:first-child {
    background-color:#99CCFF;
    height: 20px;
}
.table1 tr:first-child:hover {
    background-color:#99CCFF;
}



.tableJobView {
  border: 0px;
}
.tableOrderView {
  border: 0px;
}



.table2 {
    border: 1px solid black;
}




.tdHeader {
    vertical-align: bottom;
    text-align:left;
    padding: 0.1cm;
    font-family:Verdana;
    font-size:small;
    font-weight:bold;
}

.td1 {
    text-align: center;
    vertical-align: baseline !important;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}

.td1-left {
    text-align: left;
    vertical-align: baseline !important;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}

.td1-link {
    vertical-align: top;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
    color:#0000FF;
}
.td1-scroll {
    vertical-align: top;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}


.td2 {
    vertical-align: top;
    text-align:right;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}
.td2-b {
    vertical-align: middle;
    text-align:left;
    padding: 0cm;
    font-family:Verdana;
    font-size:small;
}
.td2-c {
    vertical-align: top;
    text-align:left;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}



.td3 {
    vertical-align: top;
    text-align:left;
    padding: 0.2cm;
    font-family:Verdana;
    font-size:small;
}



@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

/* ===========================================
   v3.0 UI MODERNIZATION - Button Styling
   =========================================== */

/* Modern button hover effects */
.w3-btn, .w3-button {
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.w3-btn:hover, .w3-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.w3-btn:active, .w3-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Modern input focus states */
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
    border-color: #4a90d9;
    box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
    outline: none;
}

/* ===========================================
   v3.0 UI MODERNIZATION - Form Inputs & Dropdowns
   =========================================== */

/* Enhanced base styling for all form inputs */
.w3-select,
.w3-input,
.w3-input-auto {
    font-family: 'Raleway', Verdana, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    padding: 10px 12px !important;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Dropdown specific styling with custom arrow */
.w3-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 36px !important;
    cursor: pointer;
}

/* Hover state - subtle lift effect */
.w3-select:hover,
.w3-input:hover,
.w3-input-auto:hover {
    border-color: #9ca3af !important;
    background-color: #fafafa;
}

/* Focus state - prominent ring */
.w3-select:focus,
.w3-input:focus,
.w3-input-auto:focus {
    border-color: #4a90d9 !important;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: none;
}

/* Placeholder styling */
.w3-input::placeholder,
.w3-input-auto::placeholder {
    color: #9ca3af;
    font-style: italic;
    opacity: 1;
}

/* Label styling for form sections */
.w3-text-blue-grey h5,
h5.w3-text-blue-grey {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

/* Form field container spacing */
.w3-bar-item.w3-mobile {
    margin-bottom: 4px;
}

/* Disabled state */
.w3-select:disabled,
.w3-input:disabled,
.w3-input-auto:disabled {
    background-color: #f3f4f6;
    border-color: #e5e7eb !important;
    color: #9ca3af;
    cursor: not-allowed;
}

/* Date picker input styling */
.datepicker {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 36px !important;
}

/* LOG MILES button enhancement */
.w3-border-light-blue.w3-round-large {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 24px !important;
    border: 2px solid #87ceeb !important;
    background: linear-gradient(to bottom, #ffffff, #f8fafc);
    transition: all 0.2s ease;
}

.w3-border-light-blue.w3-round-large:hover {
    background: linear-gradient(to bottom, #f0f9ff, #e0f2fe);
    border-color: #4a90d9 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(74, 144, 217, 0.15);
}

.w3-border-light-blue.w3-round-large:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(74, 144, 217, 0.1);
}

/* Toggle switch enhancement */
.w3-switch {
    position: relative;
    display: inline-block;
}

/* Responsive adjustments for form inputs */
@media (max-width: 700px) {
    .w3-select,
    .w3-input,
    .w3-input-auto {
        font-size: 16px; /* Prevents iOS zoom on focus */
        padding: 12px 14px !important;
    }

    .w3-select {
        padding-right: 40px !important;
    }
}

/* ===========================================
   v3.0 UI MODERNIZATION - Accordion Navigation
   =========================================== */

/* Accordion container - polished card appearance */
.w3-accordion {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

/* Desktop: extra bottom margin for accordion menu */
@media (min-width: 768px) {
    .w3-accordion {
        margin-bottom: 8px;
    }
}

/* Accordion buttons - enhanced touch targets and visual hierarchy */
.w3-accordion .w3-btn-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 16px 20px;
    background: linear-gradient(to bottom, #f0f7ff, #e8f2fc);
    transition: all 0.2s ease;
    font-family: 'Raleway', sans-serif;
    display: flex;
    align-items: center;
    min-height: 56px;
}

.w3-accordion .w3-btn-block:hover {
    background: linear-gradient(to bottom, #e3effc, #d4e6f9);
    padding-left: 24px;
}

.w3-accordion .w3-btn-block:active {
    background: linear-gradient(to bottom, #d4e6f9, #c5daf5);
}

.w3-accordion .w3-btn-block:last-of-type {
    border-bottom: none;
}

/* Icon styling - larger, better positioned */
.w3-accordion .w3-btn-block i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 18px !important;
    color: #4a6fa5;
    background: rgba(74, 111, 165, 0.1);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.w3-accordion .w3-btn-block:hover i {
    background: rgba(74, 111, 165, 0.18);
    color: #3a5a8a;
}

/* Menu item text styling */
.w3-accordion .w3-btn-block strong {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #2d3748;
}

/* Visual separators between menu groups */
.w3-accordion .w3-btn-block[onclick*="helpModule"],
.w3-accordion .w3-btn-block[onclick*="feedbackModule"] {
    margin-top: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

/* Accordion content panels - clean container */
.w3-accordion-content {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Active/expanded state indicator */
.w3-accordion .w3-btn-block.w3-show,
.w3-accordion .w3-btn-block[aria-expanded="true"] {
    background: linear-gradient(to bottom, #d4e6f9, #c5daf5);
    border-left: 3px solid #4a90d9;
    padding-left: 17px;
}

/* Responsive - larger touch targets on mobile */
@media (max-width: 700px) {
    .w3-accordion .w3-btn-block {
        padding: 18px 16px;
        min-height: 60px;
    }

    .w3-accordion .w3-btn-block i {
        width: 32px;
        height: 32px;
        font-size: 20px !important;
    }

    .w3-accordion .w3-btn-block strong {
        font-size: 14px;
    }
}

/* ===========================================
   v3.0 UI MODERNIZATION - Miles Input Card
   =========================================== */

/* Card container - unified header + body */
.miles-input-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-top: 8px;
}

/* Card body - content area below header */
.miles-input-card-body {
    padding: 0 8px 8px 8px;
}

/* Card header - integrated top of input area */
.lets-get-moving-banner {
    background: linear-gradient(180deg, #6aaed9 0%, #5a9ece 100%);
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 4px rgba(74, 144, 217, 0.15);
    padding: 18px 20px !important;
    margin: 0;
    position: relative;
    overflow: hidden;
    animation: headerFadeIn 0.4s ease-out;
}

/* Subtle shimmer overlay */
.lets-get-moving-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    animation: shimmer 4s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes headerFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes shimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* Header text styling */
.lets-get-moving-banner h3 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    letter-spacing: 0.3px;
}

/* Help icon - subtle, unobtrusive */
.lets-get-moving-banner .help-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 18px !important;
    transition: all 0.2s ease;
    cursor: pointer;
}

.lets-get-moving-banner .help-icon:hover {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Desktop adjustments */
@media (min-width: 768px) {
    .lets-get-moving-banner {
        padding: 20px 24px !important;
    }

    .lets-get-moving-banner h3 {
        font-size: 26px;
    }
}

/* Mobile adjustments */
@media (max-width: 700px) {
    .lets-get-moving-banner {
        padding: 14px 16px !important;
    }

    .lets-get-moving-banner h3 {
        font-size: 20px;
    }

    .lets-get-moving-banner .help-icon {
        width: 24px;
        height: 24px;
        font-size: 16px !important;
    }
}

/* ===========================================
   v3.0 UI MODERNIZATION - Login Box
   =========================================== */

/* Frosted glass effect for login box */
.w3-login-box .w3-black.w3-opacity-80 {
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Login input fields - better contrast */
.w3-login-box input.w3-input-auto {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Login input placeholder text - better contrast */
.w3-login-box input.w3-input-auto::placeholder {
    color: #666;
    opacity: 1;
}

.w3-login-box input.w3-input-auto:focus {
    background: #fff;
    border-color: #4a90d9;
}

/* Social icons - slightly larger touch targets */
.w3-login-box .fa-facebook-official,
.w3-login-box .fa-instagram,
.w3-login-box .fa-twitter,
.w3-login-box .fa-pinterest {
    font-size: 20px;
    padding: 4px;
}

/* ===========================================
   v3.0 UI MODERNIZATION - Leaderboard
   =========================================== */

/* Leaderboard table polish */
#leaderboard table {
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

/* Header row */
#leaderboard thead tr {
    background: linear-gradient(to bottom, #e8e8e8, #d8d8d8);
}

/* Winner row - gold accent */
#leaderboard tr.w3-pale-yellow {
    background: linear-gradient(to right, #fff9e6, #fff3cc) !important;
    border-left: 3px solid #f0b429;
}

/* Trophy icons - gold, silver, bronze */
#leaderboard .fa-trophy {
    margin-left: 4px;
}
#leaderboard .fa-trophy.trophy-gold {
    color: #f0b429;
    font-size: 1em;
}
#leaderboard .fa-trophy.trophy-silver {
    color: #a8a8a8;
    font-size: 0.9em;
}
#leaderboard .fa-trophy.trophy-bronze {
    color: #cd7f32;
    font-size: 0.85em;
}

/* Subtle row hover */
#leaderboard tbody tr:hover {
    background-color: #f5f9ff;
}

/* ===========================================
   v3.0 UI MODERNIZATION - Profile Images
   =========================================== */

/* Developer profile image with subtle polish */
.profile-img {
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 0 10px 12px;
}
.profile-img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Announcement Banner */
.announcement-banner {
    margin: 16px 16px 12px 16px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f8 100%);
    border: 1px solid #b8d4e8;
    border-left: 4px solid #4a90d9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.announcement-banner img {
    max-width: 80px;
    height: auto;
    border-radius: 6px;
}
.announcement-banner-text {
    flex: 1;
    min-width: 200px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #4a5568;
    line-height: 1.4;
}
.announcement-banner-text strong {
    color: #2c5282;
}
@media (max-width: 700px) {
    .announcement-banner {
        margin: 8px 12px 10px 12px;
        padding: 10px 12px;
        gap: 10px;
    }
    .announcement-banner img {
        max-width: 60px;
    }
    .announcement-banner-text {
        font-size: 12px;
        min-width: 150px;
    }
}
