﻿
/* DEFAULTS
----------------------------------------------------------*/


body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.gridview {
    padding: 10px;
}

    .gridview td {
        padding: 5px;
    }

    .gridview tr:nth-child(odd) {
        background-color: lightblue;
    }

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 2000px;
    background-color: #fff;
    margin: 5px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.header {
    position: relative;
    top: 0;
    margin: 0px;
    padding: 0 0 0 0;
    width: 960px;
    height: 125px;
    background: #FFF url(../images/logo.png) no-repeat left top;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    margin-top: 25px;
    background-color: #fff;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
    background-color: #fff;
    height: 25px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

    div.menu li {
        display: inline;
        float: left;
        border: .5px solid #333;
    }

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #fff;
        border: 1px #4e667d solid;
        display: block;
        line-height: 1.35em;
        margin: 0 0 0 1px;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
        color: black;
    }

        div.menu ul li a:hover {
            background-color: blue;
            color: white;
            text-decoration: none;
        }

    div.menu ul li:active a:active {
        background-color: #bfcbd6;
        color: #465c71;
        text-decoration: none;
    }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

.orgfieldsetgrid{
            margin: 1em 0px;
            border: none;
    padding: 1em;
    float:left;
    display:inline-block;
    width:25%;
    }
.orgfieldsetform{
            margin: 1em 0px;
    padding: 1em;
    border: 2px solid #ccc;
    float:left;
    display:inline-block;
    width:25%;
    }

.customerfieldsetform {
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid #ccc;
    float: left;
    display: inline-block;
    width: 50%;
}
 input {
     margin:5px;
 }
 orgfieldsetform .longbox{
     width:100%;
 }
 orgfieldsetform .button{
     width:auto;
 }
select{
     margin:5px;
 }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input {
    margin: 5px;
}

    input.textEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

    input.passwordEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: black;
}

    .loginDisplay a:link {
        color: blue;
    }

    .loginDisplay a:visited {
        color: black;
    }

    .loginDisplay a:hover {
        color: red;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.limitGrvSize {
    height: auto;
    overflow: scroll;
    max-height: 70vh;
}

/* Dashboard Page   
----------------------------------------------------------*/
.filterHeader {
    background-color: #e9e8e8;
    border-color: Black;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
    border-collapse: collapse;
}


/* Admin Page Tabs  
----------------------------------------------------------*/
body {
    font-size: 80%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

ul#tabs {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0 0 0.3em 0;
}

    ul#tabs li {
        display: inline;
    }

        ul#tabs li a {
            color: #42454a;
            background-color: #dedbde;
            border: 1px solid #c9c3ba;
            border-bottom: none;
            padding: 0.3em;
            text-decoration: none;
        }

            ul#tabs li a:hover {
                background-color: #f1f0ee;
            }

            ul#tabs li a.selected {
                color: #000;
                background-color: #f1f0ee;
                font-weight: bold;
                padding: 0.7em 0.3em 0.38em 0.3em;
            }

div.tabContent {
    border: 1px solid #c9c3ba;
    padding: 0.5em;
    background-color: #f1f0ee;
}

    div.tabContent.hide {
        display: none;
    }

input[type=submit].saveButton {
    background: transparent url('blue-button.jpg') no-repeat left top;
    border: 0 none;
    color: red;
}

/* Calendar 
----------------------------------------------------------*/
.MyCalendar .ajax__calendar_container {
    border: 1px solid #636466;
    /*background:url(calendar.png) no-repeat;*/
    background: #ccc;
    color: #000000;
    font-size: 9pt;
}

    .MyCalendar .ajax__calendar_container td {
        padding: 0px;
        margin: 0px;
        /*background:#193E73;*/
        background: #fff;
        border: 0px solid #000;
        color: #000;
    }

.MyCalendar td + td + td + td + td + td + td {
    /*display:none;*/
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #0397d6;
    padding: 0px;
    margin: 0px;
    /*background:#193E73;*/
    background: #fff;
    border: 1px solid #ebeacc;
    font-weight: bold;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day {
    color: #666666;
    /*background:#193E73;*/
    background: #fff;
    border: 1px solid #ebeacc;
}

.MyCalendar .ajax__calendar_day,
.MyCalendar .ajax__calendar_month,
.MyCalendar .ajax__calendar_year {
    color: #000;
    background: #fff;
    border: 1px solid #ebeacc;
}

    .MyCalendar .ajax__calendar_day:hover,
    .MyCalendar .ajax__calendar_month:hover,
    .MyCalendar .ajax__calendar_year:hover {
        color: #fff;
        background: #0397d6;
        border: 1px solid #000;
    }

.calOnlyOneDay .ajax__calendar_header .ajax__calendar_title {
    background: #fff;
}

.calOnlyOneDay .ajax__calendar_days td {
    padding: 0px 150px 0px 65px;
    text-align: center;
}

.calOnlyOneDay .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year {
    background: #0397d6;
    color: #FFFFFF;
}

.calOnlyOneDay .ajax__calendar_other .ajax__calendar_day {
    background: #fff;
}

.calOnlyOneDay .ajax__calendar_hover .ajax__calendar_day, .ajax__calendar_other .ajax__calendar_day:hover {
    background: #0397d6;
}

.calOnlyOneDay .ajax__calendar_today {
    color: #FFFFFF;
    margin: 0 0 0 -1450px;
}

.detailsview .actions div {
    float: right;
    text-align: right;
    width: 95px;
    padding-right: 2px;
}

.detailsview td {
    /*background: #D7E6F4;*/
    background: #b8bbce;
    color: #333333;
    font: small "Segoe UI", Segoe, sans-serif;
    /*padding: 15px 10px 10px 10px;*/
    padding: 5px 5px 5px 5px;
}

    .detailsview td a {
        /*color: #0066CC;*/
        /*color: #ebd480;*/
        color: #FFD700;
        text-decoration: underline;
        font: bold small "Segoe UI", Segoe, sans-serif;
        padding-right: 10px;
    }

        .detailsview td a:hover {
            font-weight: bold;
            color: #333;
        }

.detailsview th {
    background: #4168BD;
    color: #FFFFFF;
    font: small "Segoe UI", Segoe, sans-serif;
    letter-spacing: 0;
    padding: 3px 8px 5px;
    padding: 2px;
    text-align: left;
}

.detailsview tr.header {
    background: #C5DBF7;
    padding: 3px 8px 5px;
}

.insertheader {
    color: White;
    background: #10377C url(../images/add.gif) 6px 50% no-repeat;
    /*background: #FFD700 url(../images/add.gif) 6px 50% no-repeat;*/
    margin-top: 25px;
    padding-left: 25px;
    /*	position: relative; */
}

    .insertheader a {
        color: #FFFFFF;
        font: bold medium "Segoe UI", Segoe, sans-serif;
        margin-left: 20px;
    }

.popUp {
    color: #046784;
    background-color: lightblue;
    padding: 1px 10px 1px 10px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #000000;
}

.tripCal {
    color: black;
    background-color: blue;
}

    .tripCal td + td {
        display: none;
    }

.displayNone {
    display: none;
}

.HiddenColumn {
    display: none;
}

.tableWithBorders {
    padding: 10px;
    width: 98%;
    border-collapse: collapse;
}

    .tableWithBorders td {
        padding: 5px;
        border: 1px solid black;
        color: black;
        width: 12.5%;
    }

.selecting {
    cursor: pointer;
}

.hidden {
    display: none;
}

.ContextItem {
    background-color: White;
    color: Black;
    font-weight: normal;
}

    .ContextItem:hover {
        background-color: lightblue;
        color: black;
        font-weight: bold;
        cursor: pointer;
    }

.detailItem {
    background: transparant;
}

    .detailItem:hover {
        border: 1px outset #222222;
        font-weight: bold;
        cursor: default;
    }

#contextMenu {
    padding: 5px;
    background-color: white;
    margin-collapse: none;
}

    #contextMenu ul {
        list-style-type: none;
    }

    #contextMenu * {
        padding: 0px;
        margin: 3px;
    }

.matchingResult {
    font-weight: bold;
}

.matchingRow {
    background-color: goldenrod !important;
}

.updateAppointmentTime {
    width: 60px;
}

.tripsGrv {
    float: right;
    width: 25vw;
    overflow: scroll;
}

    .tripsGrv table {
        width: 100%;
    }

#div_wrapper {
    width: 100vw;
}

.tripsList {
    overflow: hidden;
    width: 75vw;
}

.tripsGrv tr:hover {
    cursor: pointer;
}

.tripDiv {
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
}

#div_wrapper {
    overflow: hidden;
}

.selectedRow {
    background-color: royalblue;
    color: white;
}

.unselectedRow {
    background-color: white;
    color: black;
}

.recurringDays {
    scrollbar-base-color: white;
    border: none;
    overflow: hidden;
}

.frequency {
    display: inline-block;
}

.recurringDates {
    display: inline-block;
}

.recurringTrip {
    padding: 10px;
    border: solid 1px black;
    vertical-align: top;
}

    .recurringTrip * {
        vertical-align: top;
    }

.smallInput {
    width: 50px;
}
.watermark 
{color:darkgrey;}
.tinyInput {
    width: 30px;
}

.tripLeg {
    padding: 10px;
    margin: 10px;
    border: solid 2px black;
}
.tripLog td
{
    padding:0px;
max-height:30px;   
}
.addTrips {
    border: 2px solid darkgrey;
    padding: 10px;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loading.gif') 50% 50% no-repeat;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    top: 25%;
    left: 50%;
    /*bottom: 50%;
    right: 50%;*/
    background:lightblue;
    padding:20px;
    border-radius:5px;
    border:2px solid black;     
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }

.tripDateTextbox {
    border: none;
    background-color: white;
}

.infoWindow {
    color: blue !important;
    background-color: yellow !important;
}
.vehicleWarning
{
    margin-top:5%;
    margin-left:10%;
    width:70%;
}

.limitwidth{
    width:90vw;
}

.grvAltRow{
    background-color: lightblue;
}

.customerfieldsetform {
    margin: 1em 0px;
    padding: 1em;
    border: 2px solid #ccc;
    float: left;
    display: inline-block;
    width: 50%;
}
@media screen {
    .customersGRV {
        max-height: 500px;
        max-width:600px;
        overflow-y: auto;
    }
}
.pageCenter {
    width: 100px;
    height: 25px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 4px solid #1aa3ff;
    padding: 10px;
    border-radius: 25px;
    margin: auto;
}

/* Formatting for driverTimeSheet.aspx */
.driverTimeSheet {
    font-size: 200%;
}