﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, form {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    background: #FFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

img {
    border: 0px;
}

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;
}

fieldset {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input {
}

select {
}

input, select, textarea {
    border: 1px solid #8E8E8E;
}

    input:hover, select:hover, textarea:hover {
        border: 1px solid #515151;
    }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.8em;
    color: #ee3158;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.9em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 400;
}

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 {
    background-color: #EE3158;
    margin: 0px auto;
    padding-bottom: 10px;
    /*border: 1px solid #496077;*/
    min-height: 99%;
    height: 99%;
    position: relative;
    min-width: 1100px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.spliterSection {
    border-style: solid;
    border-width: 0px 8px 18px 8px;
    border-color: #ee3158;
    background-color: #ee3158;
    height: 100%;
    z-index: 2000;
    /*padding-top: 10px;*/
}

.spliterSectionPopup {
    height: 100%;
    z-index: 2000;
    padding-right: 8px;
}

.main {
    padding: 0px 0px;
    margin: 5px;
    background-color: #FFFFFF;
    overflow: auto;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #000;
    margin: 0px 8px 4px 8px;
    padding: 4px 0px 0px 0px;
    text-align: right;
    line-height: normal;
    position: absolute;
    bottom: 0px;
    right: 10px;
}



/* HEADINGS   
----------------------------------------------------------*/

.boxHeaderH2, .boxHeaderH3 {
    background-color: #DDD;
    color: #ee3158;
    margin: 0px 0px 0px 0px;
    text-align: Left;
    vertical-align: middle;
    height: 25px;
    font-size: 1em;
    font-weight: bold;
    padding-top: 6px;
    padding-right: -6px;
    padding-left: 6px;
    border-bottom: 1px solid #CCC;
}

.boxHeaderH3 {
    font-size: 0.9em;
}





/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #000;
    width: 100%;
}

div.menu {
    padding: 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        z-index: 9999;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #303030;
            border: 1px #000 solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 12px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #656565;
                color: #e2e2e2;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #e2e2e2;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px 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;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/


.button02 {
    font-family: Arial, verdana;
    color: #ffffff;
    background-color: #25A0DA;
    border: #25A0DA 1px solid;
    cursor: pointer;
    padding: 1px 6px 2px 6px;
    text-align: center;
    font-size: 11px;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: top;
}
.saveArea {
    margin: 5px;
    padding: 10px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    clear: both;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.box02, .box04, .box06, .box07, .box08 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #CCC;
    margin: 0px 5px 5px 5px;
    padding: 10px;
    background-color: #f0f1f0;
}

.box06 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    overflow: auto;
}

.paddedBox {
    padding: 4px;
}

    .paddedBox h3 {
        font-size: 1em;
        margin-top: 0px;
        font-weight: bold;
    }

.Loginbutton, .buttonComplete, .buttonExportSalesToTOC, .buttonExportEmergencyToTOC, .buttonExportControlStaffToTOC, .buttonEdit {
    color: #ffffff;
    background-repeat: no-repeat;
    background-color: #396790;
    border: #f0f1f1 1px solid;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
    text-align: center;
    font-size: 11px;
    border: 1px solid lightblue;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 2px;
}

.buttonComplete {
    background-color: #e66f09;
}

.buttonEdit {
    background-color: purple;
}

.buttonExportSalesToTOC {
    background-color: aquamarine;
    color: grey;
    height: 35px;
}

.buttonExportEmergencyToTOC {
    background-color: aliceblue;
    color: grey;
    height: 35px;
}


.buttonExportControlStaffToTOC {
    background-color: beige;
    color: grey;
    height: 35px;
}



.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.required {
    color: #FF0000;
}

.copyrightNotice {
    font-size: x-small;
}

.fileHyperlinks {
    color: #ffffff !important;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-color: #396790;
    border: #f0f1f1 1px solid;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
    text-align: center;
    font-size: 11px;
    height: 27px;
    border: 1px solid lightblue;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.priceCol {
    text-align: right;
}


.WaterMark {
    font-style: italic;
    color: #C0C0C0;
}

.ctr {
    text-align: center;
}

.wth40Ctr {
    width: 40px;
    text-align: center;
}

.wth80Ctr {
    width: 80px;
    text-align: center;
}

.wth100Ctr {
    width: 100px;
    text-align: center;
}

.wth120Ctr {
    width: 120px;
    text-align: center;
}

.rght {
    text-align: right;
}


/* Table's, Grid's 
----------------------------------------------------------*/

.grid-top {
    background-color: #52A7EB;
    height: 40px;
}



/* PrePlanned Duty  
----------------------------------------------------------*/
.leftColtd {
    color: #706F6F;
    width: 95px;
    text-align: right;
    padding: 5px;
    vertical-align: top;
}

.rightColtd {
    padding-left: 10px;
}

.prePlannedTable {
    border-spacing: 0px;
}

.formTable tr td {
    vertical-align: top;
    cursor: default;
}



/* Grid Style 
----------------------------------------------------------*/
.gridBackground {
    background-color: #FFFFFF;
    background-image: url("../images/grid.gif");
    background-position: left top;
    background-repeat: repeat-x;
}

.gridRow {
    border-bottom: 1px #e5e5e5 solid;
    cursor: default;
}

.gridHeader {
    margin: 8px;
    padding-left: 9px;
    height: 31px;
    /*background: none repeat scroll 0 0 #F0F1F0;*/
    color: #ee3158;
    text-align: left;
    vertical-align: middle;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}

    .gridHeader a {
        color: #ee3158 !important;
    }



.CoordinatorBooking {
    display: inline-block;
    width: 100%;
}

    .CoordinatorBooking .BookingData {
        display: inline-block;
        width: 100%;
    }


/* Scheduler
----------------------------------------------------------*/
.Running {
    border: 0 none;
    width: 100%;
    border-collapse: collapse;
}

    .Running td {
        border: 0 none;
        height: 20px;
    }

        .Running td:nth-child(1) {
            width: 47px;
        }

            .Running td:nth-child(1) a {
                text-decoration: none !important;
            }

        .Running td:nth-child(2) {
        }

        .Running td:nth-child(3) {
            width: 14px;
            font-weight: 700;
        }

        .Running td:nth-child(4) {
            width: 16px;
        }

.Direction {
    display: inline-block;
    max-width: 40000px;
    min-width: 100%;
    background: #ffffff;
}

    .Direction .Stations_Container {
        padding-top: 37px;
        padding-right: 15px;
        border-right: 1px solid #000000;
        vertical-align: top;
    }

        .Direction .Stations_Container .Stations {
            border: 0 none;
            width: 210px;
            border-collapse: collapse;
        }

            .Direction .Stations_Container .Stations td {
                border: 0 none;
                height: 20px;
            }

    .Direction .Groups_Container {
        text-align: center;
        padding: 0 5px;
        border-right: 1px solid #000000;
        vertical-align: top;
    }

        .Direction .Groups_Container .Duties {
            width: 100%;
            height: 35px;
        }

            .Direction .Groups_Container .Duties table {
            }

                .Direction .Groups_Container .Duties table tr {
                }

                    .Direction .Groups_Container .Duties table tr td {
                        height: 20px;
                    }

/* Live Map
----------------------------------------------------------*/

.GPSContainer {
    width: 100%;
    height: 100%;
}

    .GPSContainer .LeftCol {
        display: inline-block;
        float: left;
        width: 20%;
        height: 100%;
    }

    .GPSContainer .RightCol {
        display: inline-block;
        float: right;
        width: 80%;
        height: 100%;
    }

    .GPSContainer #ShiftDetails {
        margin: 5px;
        padding:5px;
        height:80%;
        overflow:scroll;
        overflow-y: auto;
        overflow-x:auto;
    }

    .GPSContainer .stationShiftItem p:first-child {
        font-weight:bold;
        color: #ee3158;
        display:inline-block;
        padding: 0px !important;
    }

    .GPSContainer .stationShiftItem {
        padding-top:30px;
    }

    .GPSContainer .stationShiftItem:not(:first-child) {
        border-top:1px solid lightgray;

    }
        .GPSContainer .stationShiftItem .stationName {
            display:inline-block;
            color: #ee3158;
        }


    .GPSContainer .stationShiftDetails {
        border-top: 1px solid lightgray;
        margin-top:0px !important;
    }


#DashboardHome {
    width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

    #DashboardHome .DashItem {
        width: 100%;
        display: inline-block;
    }

        #DashboardHome .DashItem table {
            width: 100%;
        }