﻿body {
    font-family: Arial, sans-serif !important;
}

ul {
    list-style: none;
    padding-left: 0px;
}

.box {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #bbb;
    background-color: #fefefe;
    -webkit-box-shadow: 1px 2px 3px 1px #ddd;
    -moz-box-shadow: 1px 2px 3px 1px #ddd;
    box-shadow: 1px 2px 3px 1px #ddd;
    padding: 5px;
    height: auto;
}

.rectangle {
    border: 1px solid #bbb;
    background-color: #fefefe;
    -webkit-box-shadow: 1px 2px 3px 1px #ddd;
    -moz-box-shadow: 1px 2px 3px 1px #ddd;
    box-shadow: 1px 2px 3px 1px #ddd;
    padding: 5px;
    height: auto;
}

.rectangle h3 {
    margin-left: 10px; 
    margin-top: -18px;
    margin-bottom: -16px;
    background-color: #ffffff; 
    opacity: 1; 
    width: auto;
    float: left;
}

.rectangle li {
    display: block;
}

.rectangle label {
    display: inline-block;
}

.left {
    float: left
}

.right {
    float: right
}

.twenty {
    width: 20%;
}

.eighty {
    width: 80%;
}

div.header {
    width: 100%;
    height: 110px;
}

div.navigation {
    display: block;
    padding-left: 25px;
    width: 100%;
    margin-top: 25px;
}

div.body {
    display: block;
    margin-left: 15px;
    margin-top: 50px;
    height: 100%;
    width: 98%;
    min-height: 250px;
}

div.navigation a
{
    font: bold 1.3em;
    text-decoration: none; 
    padding-top: .6em;
    padding-bottom: .6em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    color: Black;
    border-color: #ffffff;
    border-right-width: 2px;
    background-color: #CCE6FF;
    display: inline-block;
}

div.navigation A:hover { background-color: #F6F9FD; }

div.login {
    margin-top: 50px;
    width: 280px;
    margin-left: 38%;
    padding: 40px;
}
div.login label {
    display: block;
    margin-bottom: 5px;
}

div.login input {
    width: 275px;
    min-width: 75px;
    margin-bottom: 5px;
}

div.login button {
    margin-top: 10px;
}

.error {
    color: red;
}

.headerText {
    display: inline;
    margin-top: -15px;
}

.orderCharges label {
    display: inline-block;
    width: 125px;
    text-align: right;
}

/* USER PROFILE */
div.userProfile {
    position: absolute;
}
.userProfile ul {
    padding: 0;
    list-style: none;
}
.userProfile ul li {
    float: left;
    width: 170px;
    text-align: center;
    line-height: 21px;
}
.userProfile ul li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    background: #f2f2f2;
    text-decoration: none;
}
.userProfile ul li a:hover{
    color: #fff;
    background: #939393;
}
.userProfile ul li ul{
    display: none;
}
.userProfile ul li:hover ul{
    display: block;
}

.trackingStatus {
    margin-top: 25px;
    margin-bottom: 25px;
}

.trackingStatus div {
    display: inline-block;
    text-align: center;
    font: bold 1.1em "Arial Narrow","Franklin Gothic Medium",Arial;
}

.trackingStatus span {
    display: inline-block;
    background: grey;
}

.trackingStatus .circle {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    
}

.trackingStatus .bar {
    width: 300px;
    height: 15px;
    margin-bottom: 38px;
    margin-left: -10px;
    margin-right: -15px;
    z-index: -1;
}

.cyanGradient {
    /* fallback */
	background-color: #063053;
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.32, #063053), color-stop(0.66, #395873), color-stop(0.83, #5c7c99));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#063053, #395873, #5c7c99);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top,#063053, #395873, #5c7c99);
	/* ie 6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#063053', endColorstr='#395873');
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#063053', endColorstr='#395873')";
	/* ie10 */
	background-image: -ms-linear-gradient(#063053, #395873, #5c7c99);
	/* opera 11.1 */
	background-image: -o-linear-gradient(#063053, #395873, #5c7c99);
	/* The "standard" */
	background-image: linear-gradient(#063053, #395873, #5c7c99);
}

#map {
    width: 500px;
    height: 400px;
}