﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #f2f3f3;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a:link, a:visited
{
    color: #155028;
}

a:hover
{
    color: #155028;
    text-decoration: none;
}

a:active
{
    color: #155028;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #155028;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h3.infoheader
{
    display: inline-block;
}

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: 960px;
    background-color: #fffcf0;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.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
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

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  
----------------------------------------------------------*/

.navbar
{
    height: 110px;
    margin-bottom: 0px;
}

.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: 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;
}

.bs-header
{
	/*margin-top: 110px;*/
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a
{
    color: #666666;
    text-transform: uppercase;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover
{
    color: #666666;
}

.navbar-inverse
{
    background: none repeat scroll 0 0 transparent;
    /*
    background-color: #ffffff;
    background-image: none;
    border-color: #f3f0e5;
    box-shadow: 0 4px 2px -2px #ececec;
    */
}

.alert
{
    display: block;
}

.modal-page
{
    /* new custom width */
    width: 750px;
}

/* TYPEAHEAD */
.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion, .tt-suggestion-disabled {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p, .tt-suggestion-disabled p {
    margin: 0;
}

.page-header-text {
    display: inline-block;
    margin-top: 0;
}

.tt-suggestion-disabled p {
    color: #666666;
}

.parcels div.btn,
.services div.btn,
.parcels button.btn,
.services button.btn 
{
    margin-bottom: 6px;
    /*padding-left: 10px;
    text-align: left;*/
    white-space: normal;
}

label 
{
    font-weight: normal;
}

.btn-default.active
{
    /*background-color: #99EB99;*/
    border: 3px solid #155028 !important;
    color: #666666;
}

.ui-datepicker
{
    z-index: 999 !important;
}

.form-group
{
    margin-bottom: 10px;
}

.page-header
{
    border-bottom: 1px solid #999999;
    margin: 16px 0 4px;
}

.alert 
{
    margin-bottom: 0px;
}

hr
{
    border-color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(max-width:767px)
{
    .container 
    {
        width: 100%;
    }
    .panel-bike
    {
        width: 98%;
    }
    .panel-van
    {
        width: 98%;
    }
    .panel-cargo,
    .panel-mega-cargo
    {
        width: 49%;
    }
    header div.container
    {
        background: #ffffff;
        border-color: #f3f0e5;
        box-shadow: 0 4px 2px -2px #ececec;
    }
    
    .navbar {
        height: 50px;
        margin-bottom: 0;
    }
    
    .btn-container .text-right, 
    .btn-container .text-center 
    {
        text-align: left;
    }
    
}
@media(min-width:768px)
{
    .container 
    {
        width: 100%;
    }
    .panel-bike
    {
        width: 98%;
    }
    .panel-bike.panel-bike-2
    {
        width: 48%;
    }
    .panel-van
    {
        width: 48%;
    }
    .panel-cargo,
    .panel-mega-cargo
    {
        width: 24%;
    }
    header div.container
    {
        background: #ffffff;
        border-color: #f3f0e5;
        box-shadow: 0 4px 2px -2px #ececec;
    }
}
@media(min-width:992px)
{
    .container 
    {
        width: 970px;
    }
    .panel-bike
    {
        width: 98%;
    }
    .panel-bike.panel-bike-2
    {
        width: 48%;
    }
    .panel-van
    {
        width: 48%;
    }
    .panel-cargo,
    .panel-mega-cargo
    {
        width: 24%;
    }
    header div.container
    {
        background: url("../Images/welle.png") no-repeat scroll left top / 100% 100% #fffcf0;
        min-height: 120px;
        box-shadow: none;
    }
    
    .form-control
    {
        padding: 3px 6px;
        height: 30px;
    }
}
@media(min-width:1200px)
{
    .container 
    {
        width: 1170px;
    }
    .panel-bike
    {
        width: 42%;
    }
    .panel-bike.panel-bike-2
    {
        width: 33%;
    }
    .panel-van
    {
        width: 28%;
    }
    .panel-van.panel-van-2
    {
        width: 33%;
    }
    .panel-cargo,
    .panel-mega-cargo
    {
        width: 14%;
    }
    .panel-cargo.panel-cargo-2,
    .panel-mega-cargo.panel.panel-mega-cargo-2
    {
        width: 16%;
    }
    header div.container
    {
        background: url("../Images/welle.png") no-repeat scroll left top / 100% 100% #fffcf0;
        min-height: 120px;
        box-shadow: none;
    }
    
    .form-control
    {
        padding: 3px 6px;
        height: 30px;
    }
}

.parcel
{
    /*display: inline-block;*/
    padding: 0px 4px;
}

.parcels > div.panel
{
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    margin-top: 21px;
    padding: 0 8px;
}

.parcel-title img
{
    background-color: #fffcf0;
    height: 32px;
    left: 21px;
    position: absolute;
    top: -21px;
    width: 32px;
}

.panel-bike .parcel
{
    /*width: 32.5%;*/
}

.panel-van .parcel
{
    /*width: 49%;*/
}

.panel-cargo .parcel,
.panel-mega-cargo .parcel
{
    /*width: 99%;*/
}

.parcels .panel
{
    background: #fffcf0;
    /*border: none;*/
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0px;
}

.parcels img
{
    max-width: 100%;
}

footer
{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #c3e3cc;
    /*text-transform: uppercase;*/
}


.parcel-title
{
    border-radius: 4px;
    margin-bottom: 0px;
    height: 8px;
    position: relative;
}

.max-md
{
    max-width: 120px;
}

.header-login .form-group
{
    margin-top: 9px;
    margin-bottom: 4px;
}

.header-login .col-xs-3
{
    padding: 0 5px;
    margin-bottom: 4px;
}

.btn-primary h4
{
    color: #ffffff;
}

.btn-primary
{
    background-color: #155028;
    background-image: none;
    background-repeat: repeat-x;
    border: 3px solid #155028;
    box-shadow: none;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus
{
    background-color: #155028;
    background-image: linear-gradient(to bottom, #00a33d 0px, #155028 100%);
    background-repeat: repeat-x;
    border: 3px solid #155028;
    box-shadow: none;
    color: #ffffff;
}

.light
{
    color: #666666;
}

.lighter
{
    color: #999999;
}

.signature
{
    max-width: 200px;
}

.numbering
{
    background: none repeat scroll 0 0 #155028;
    border: 2px solid #155028;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    /*margin-left: 16px;*/
    margin-top: -6px;
    /*position: absolute;*/
    text-align: center;
    width: 30px;
}

.numbering.confirm 
{
    line-height: 1;
    margin-left: -40px;
    margin-top: 0;
    position: absolute;
}

.logo {
    height: 100px;
    margin: 4px 0 0;
}

.navbar > .container .navbar-brand
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn-default
{
    background: #ececec;
    color: #666666;
    border: 3px solid #ececec;
}

.btn-default:hover
{
    background: #ececec;
    background-image: linear-gradient(to bottom, #f3f3f3 0px, #ececec 100%);
    border: 3px solid #155028;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
    background: #c3e3cc;
    color: #666666;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    background: #c3e3cc;
    color: #666666;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav > .dropdown > a:focus .caret
{
    border-bottom-color: #666666;
    border-top-color: #666666;
}

.navbar-inverse 
{
    border: 0px solid transparent;
}

#content div.container 
{
    background-color: #fffcf0;
    padding-top: 20px;
}

.navbar-toggle 
{
    background-color: #ececec !important;
}

.navbar-toggle:hover,
.navbar-toggle:active
{
    background-color: #c3e3cc !important;
}

.widgeticon
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #edf9f1;
    border: 2px solid #666666;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-left: 16px;
    margin-top: -6px;
    text-align: center;
    height: 75px;
    width: 75px;
}

.widgeticon:hover
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #edf9f1;
    border: 2px solid #155028;
}

.widgeticon.van 
{
    background-image: url(../Images/van.png);
}

.widgeticon.bike 
{
    background-image: url(../Images/bike.png);
}

.widgeticon.cargo 
{
    background-image: url(../Images/cargo.png);
}

.widgeticon.megacargo 
{
    background-image: url(../Images/megacargo.png);
}

.velradiocheck
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #edf9f1;
    border: 2px solid #666666;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-left: 16px;
    margin-top: -6px;
    text-align: center;
    height: 75px;
    width: 75px;
}

.velradiocheck:hover
{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #edf9f1;
    border: 2px solid #155028;
}

.btn-inline 
{
    display: inline-block;
}

.vel-check 
{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.vel-check:hover
{
    background-color: #dde4ec;
    border: 1px solid #155028;
}

.div-options > div.btn,
.div-cash-outlay > div.btn,
.div-help-more-btn > div.btn
{
    color: #155028;
}

.btn 
{
    padding: 2px 12px;
}

#content div.container
{
    padding-bottom: 20px;
}

div.pricetext 
{
    font-size: smaller;
    padding-bottom: 5px;
}

.pnl-service 
{
    padding-top: 10px;
}

.div-confirm-step-1 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-back-quick-query
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-header-unreg
{
    margin: 16px 0 4px;
}

span.glyphicon.glyphicon-ok.ie8 
{
	background-color: #155028;
}

.controlpad 
{
    height: 10px;
}

.parcel.col-xs-12 
{
    float: left;
}

.parcel-nowrap 
{
   white-space: nowrap;
   margin: 1px;
}

.txt-collect-v90 
{
    /*width: 60px;*/
}

.div-collect-v90 
{
    padding-left: 20px;
}

h4.shop2home 
{
    text-transform: none;
}

.div-parcel-description
{
    margin-top: 10px;
}

.cash-layout-text 
{
    margin-bottom: 10px;
    margin-top: 5px;
}

.deliver-time 
{
    max-width: 80px;
}

.div-time-slots > div
{
    margin-top: 2px;
}

.div-time-slots > div:nth-child(2n)
{
    background: #ffffff;
}

.btn-long-list 
{
     color: #155028;
     cursor: pointer;
     padding-top: 8px;
     padding-bottom: 8px;
}

.div-show-sender
{
    cursor: pointer;
    font-size: large;
    font-weight: bold;
    padding: 5px;
}

.popover-content 
{
    width: 400px;
    font-size: small;
}
.popover-title
{
    font-size: small;
}
.popover
{
    max-width: 400px;
}
span.infosign 
{
    color: #155028;
    padding-left: 5px;
}

div.well.box-load-help
{
    background-color: #c3e3cc;
    background-image: none;
    margin: 6px;
    padding: 6px;
}