﻿@import url('sovex.css');
body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana;
    font-size: 10px;
}

th {
    padding: 5px;
    text-align: left;
}

/* Overall - Overall - Overall - Overall - Overall - Overall - Overall - Overall - Overall - Overall - Overall */
#overall {
    width: 995px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-align: left;
}

/* Header - Header - Header - Header - Header - Header - Header - Header - Header - Header - Header - Header */
#header {
    width: 1100px;
    height: 143px;
    margin-bottom: 7px;
    background-color: black;
    text-align: center;
}

    #header img {
        /*width: 995px;
        height: 140px;*/
        width: 100%;
        height: 100%;
    }

/* navi_container - navi_container - navi_container - navi_container - navi_container - navi_container - navi_container */
#navi_container {
    width: 1058px;
    height: 40px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #faf008;
}

/* Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi - Navi */
#navi {
    width: 930px;
    height: 22px;
    margin-top: 18px;
    float: left;
}

    #navi a:hover {
        color: #626262;
    }

#nav, #nav ul { /* all lists */
    z-index: 2000;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    #nav a {
        display: block;
        font-size: 1.4em;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

        #nav a:hover {
            color: #626262;
        }

    #nav li { /* all list items */
        padding-right: 33px;
        float: left;
        display: inline;
    }

        #nav li a {
            color: #000000;
            font-weight: bold;
            text-decoration: none;
            display: block;
            font-size: 11px;
            font-family: Arial;
            text-transform: uppercase;
            height: 22px;
            background: url('../../images/whiteblock.gif') no-repeat left bottom;
            cursor: pointer;
        }

    #nav ul li ul li {
        width: 180px;
        border-bottom: 2px solid #faf008;
        border-right: 2px solid #faf008;
        font-size: 1.1em;
    }

    #nav li ul { /* second-level lists */
        position: absolute;
        padding: 0px;
        margin-top: 0px;
        width: 130px;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

    #nav li a:hover {
        color: #626262;
    }

    #nav li ul li {
        width: 120px;
        background-color: #ffffff;
        height: 18px;
        border-left: 2px solid #faf008;
        border-right: 2px solid #faf008;
        border-bottom: 2px solid #faf008;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        height: 12px;
    }

        #nav li ul li a {
            display: block;
            color: #626262;
            text-decoration: none;
            font: bold 11px Arial;
            text-transform: uppercase;
            background: none;
        }

            #nav li ul li a:hover {
                color: #000000;
            }

    #nav li:hover ul ul, #nav li.sfhover ul ul {
        left: -999em;
    }

#navilast ul li ul {
    margin-left: -143px;
}

#navlast li ul li a {
    font-weight: bold;
    display: block;
    color: #626262;
    text-decoration: none;
    font: 1.1em Arial;
    text-transform: uppercase;
}

    #navlast li ul li a:hover {
        color: #000000;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
    margin-left: -2px;
    left: auto;
}

#nav li li:hover {
    position: relative;
}

    #nav li li:hover ul { /* lists nested under hovered list items */
        margin-left: -2px;
        position: absolute;
        /*top: -5px;*/
        top: 0px;
        left: 141px;
    }

#nav li .hi {
    color: #000;
}

div.customer {
    margin-top: 0px;
    float: right;
    font-family: Arial,sans-serif;
    color: #676767;
    display: block;
    width: 410px;
    text-align: right;
    position: absolute;
    right: 20px;
}

h1.customer {
    color: #676767;
}

.spanCus {
    color: #676767;
}
/* Content - Content - Content - Content - Content - Content - Content - Content - Content - Content - Content - Content */
#content {
    width: 951px;
    padding-right: 22px;
    padding-bottom: 15px;
    padding-left: 5px;
    clear: both;
    float: left;
    margin-left: auto;
    margin-right: auto;
}
/* Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids - Grids */
#overview {
    position: relative;
    z-index: 5;
}

    #overview .gridMilestones, #pod .gridHeader, #orderdetail .gridHeader {
        padding-top: 0px;
        margin-top: 0px;
    }

    #overview .gridHeader, #pod .gridHeader, #orderdetail .gridHeader, table.Default th {
        border: none;
        background-color: #faf008;
        height: 25px;
    }

    #overview .gridHeaderGrey, #pod .gridHeaderGrey, #orderdetail .gridHeaderGrey {
        border: none;
        background-color: #676767;
        color: #ffffff;
        height: 35px;
    }

    #overview .gridItem, #pod .gridItem, #orderdetail .gridItem {
        border: none;
        background-color: #e0e0e0;
        height: 35px;
        cursor: pointer;
    }

#orderdetail .gridItem {
    cursor: auto;
}

#overview table td, #pod table td, table.Default td {
    padding-left: 5px;
    padding-right: 5px;
}

    #overview table td a, #pod table td a, table.Default td a {
        font-family: verdana;
        font-size: 10px;
        color: #000;
    }

#search {
    position: relative;
    width: 423px;
    background-color: #faf008;
    height: 34px;
    padding-top: 1px;
    padding-left: 20px;
}

    #search td.text {
        font-size: 12px;
        color: #676767;
        font-family: Verdana, sans-serif;
        font-weight: bold;
    }

    #search td.txt {
    }

    #search input {
        height: 17px;
    }

        #search input.button {
            vertical-align: middle;
            padding-bottom: 1px;
            height: 14px;
        }

#manifest {
    position: relative;
    width: 423px;
    top: -35px;
    left: 474px;
    background-color: #faf008;
    padding-top: 8px;
    height: 27px;
    padding-left: 20px;
}

    #manifest input {
        vertical-align: middle;
        padding-bottom: 5px;
    }

    #manifest span, #manifest a {
        font-size: 12px;
        color: #676767;
        font-family: Verdana, sans-serif;
        font-weight: bold;
    }

    #manifest a {
        vertical-align: middle;
        display: block;
        position: relative;
        top: -22px;
        left: 30px;
    }

#searchfilters {
    background-color: #faf008;
    height: 34px;
    padding-top: 1px;
    padding-left: 20px;
}

    #searchfilters td.text {
        font-size: 12px;
        color: #676767;
        font-family: Verdana, sans-serif;
        font-weight: bold;
    }

    #searchfilters span,
    #searchfilters a {
        font-size: 12px;
        color: #676767;
        font-family: Verdana, sans-serif;
        font-weight: bold;
        vertical-align: middle;
    }
/* Orderdetail - Orderdetail - Orderdetail - Orderdetail - Orderdetail - Orderdetail - Orderdetail - Orderdetail - Orderdetail */
#orderdetail p, #orderdetail h3 {
}

#orderdetail table {
    width: 100%;
}

table tr.header, table.DefaultStyle th {
    background: #FAF008;
    font-weight: bold;
    padding-left: 0px;
    height: 25px;
    color: #676767;
    text-align: left;
    font-size: 12px;
}

table tr.row, table.DefaultStyle tr {
    background: #e0e0e0;
    color: #000000;
    padding-left: 0px;
}

table.DefaultStyle:first-child tr td {
    background: #FAF008;
    color: #676767;
}

table td {
    padding: 5px;
}

#orderdetail table td.tdlabel {
    width: 130px;
}

#orderdetail table tr.row td span {
    font-weight: bold;
}

/* NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder - NewOrder */
.cusBlocked p {
    color: #000000;
    font-size: 11px;
}

    .cusBlocked p.title {
        font-weight: bold;
        padding-top: 20px;
    }

div.table_wrapper {
    background-color: #FAF008;
    width: 1018px;
    padding: 20px 0 20px 20px;
}

    div.table_wrapper input.large {
        width: 308px;
    }

    div.table_wrapper input.medium, #orderdetail input.medium {
        width: 100px;
    }

    div.table_wrapper input.small, #orderdetail input.small {
        width: 40px;
    }

    div.table_wrapper input.smallDim {
        width: 55px;
    }

    div.table_wrapper select.large {
        width: 145px;
        height: 20px;
    }

    div.table_wrapper select.medium {
        width: 150px;
        height: 20px;
    }

table.table_block {
    border: none;
    color: #676767;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.CalPickup {
    position: relative;
    top: -265px;
    left: 580px;
}

.CalDelivery {
    position: relative;
    top: -220px;
    left: 580px;
}
/* Col Left - Col Left - Col Left - Col Left - Col Left - Col Left - Col Left - Col Left - Col Left - Col Left - Col Left */
#col_left {
    width: 1041px;
    border: 5px solid #faf008;
    position: relative;
    padding: 22px;
    margin-right: 17px;
    float: left;
    margin-bottom: 16px;
}

    #col_left h1 span {
    }
/* Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon - Logon */
#logon {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    #logon table {
        background-color: #faf008;
        width: 429px;
        color: #919396;
        font-size: 1.2em;
        font-weight: bold;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

        #logon table.tblButton {
            background-color: #ffffff;
            width: 429px;
            text-align: right;
        }

    #logon input[type="text"],
    #logon input[type="password"] {
        width: 250px;
    }

    #logon .button {
        width: 50px;
    }

    #logon .checkbox input {
        width: 20px;
    }

.Validation {
    width: 429px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
/* Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out - Lay-out */
* {
    margin: 0;
    padding: 0;
}

h1 {
    color: #000000;
    text-transform: uppercase;
    font: bold 1.8em Verdana;
    margin-bottom: 25px;
}

#customer h1 {
    color: #676767;
    text-transform: uppercase;
    font: bold 1.8em Verdana;
    margin-bottom: 25px;
}

h2 {
    color: #000000;
    text-transform: uppercase;
    font: bold 1.2em Verdana;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h3 {
    font-size: 12px;
    color: #676767;
    font-family: Verdana, sans-serif;
    margin-bottom: 15px;
    margin-top: 0.5em;
}

img {
    border-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #676767;
    text-decoration: none;
    font: 12px Arial;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #676767;
    }

hr {
    border-top: none;
    border-bottom: 1px dotted #676767;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
}

strong {
    font-weight: bold;
}

dt {
    color: #676767;
    font: 1em Arial, sans-serif;
}

dd {
    font-size: 1.2em;
    color: #676767;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

dl {
    display: inline;
}

p {
    font-size: 12px;
    color: #676767;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

li {
    background: url(img/bullet.gif) no-repeat left top;
    list-style-type: none;
    padding-left: 8px;
}

ul {
    font-size: 12px;
    color: #676767;
    font-family: Arial, sans-serif;
}

input {
    color: #000000;
}

/* Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow - Modalwindow */

.modalWindow {
    display: block;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: url(../../images/modal_overlay.png);
    left: 0px;
    top: 0px;
}

    .modalWindow .modalWindowFrame {
        position: absolute;
        /*overflow:hidden; */
        overflow: auto;
        padding: 15px;
        text-align: left;
        height: 283px;
        width: 437px;
        margin-left: -183px;
        margin-top: -170px;
        left: 50%;
        top: 50%;
        background: #ffffff;
        border: 5px solid #faf008;
    }

        .modalWindow .modalWindowFrame .modalClose {
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .modalWindow .modalWindowFrameDangerousGoods {
        position: absolute;
        /*overflow:hidden; */
        overflow: auto;
        padding: 15px;
        text-align: left;
        height: 393px;
        width: 637px;
        margin-left: -283px;
        margin-top: -225px;
        left: 50%;
        top: 50%;
        background: #ffffff;
        border: 5px solid #faf008;
    }

        .modalWindow .modalWindowFrameDangerousGoods .modalClose {
            position: absolute;
            right: 15px;
            top: 15px;
        }

tr.gridItem:hover td,
tr.gridRowHover td {
    background-color: #676767;
    color: #fff;
}

.send_weiss {
    background-image: url('../../images/send_weiss.gif');
    width: 50px;
    height: 17px;
}

.send_gelb {
    background-image: url('../../images/send_gelb.gif');
    width: 50px;
    height: 17px;
}
/* PriceRequestSteps */
ul.PriceRequestSteps,
ul.TopTabs {
    border-bottom: 3px solid #FAF008;
    /*
	padding-bottom: 37px;
	padding-bottom: 23px\9;
	*/
    padding-bottom: 22px;
}

html >/**/ body ul.PriceRequestSteps, x:-moz-any-link, x:default {
    padding-bottom: 22px;
}

html >/**/ body ul.TopTabs, x:-moz-any-link, x:default {
    padding-bottom: 22px;
}

    ul.PriceRequestSteps div,
    ul.TopTabs div {
        float: left;
        display: block;
    }

.TopTabs .downloadTab {
    float: right;
    margin-right: 3px;
}

.TopTabs .downloadTabExcel {
    float: right;
    margin-right: 3px;
}

.TopTabs .downloadTabExcel img {
    margin-top: -2px;
    position: relative;
}

div.leftcorner {
    height: 37px;
    width: 3px;
    background: url('../../images/tab_left_bg.gif') no-repeat;
}

div.middle {
    padding-left: 10px;
    padding-top: 10px;
    height: 27px;
    width: auto;
    background: url('../../images/tab_middlebg.gif') repeat;
    font-weight: bold;
    line-height: 20px;
}

div.rightcorner {
    height: 37px;
    width: 16px;
    margin-right: -3px;
    background: url('../../images/tab_rightbg.gif') no-repeat;
}

li.selected div.middle {
    background: #FAF008;
}

li.selected div.rightcorner {
    background: url('../../images/tab_rightbg_yellow.gif');
}

li.strike div.middle {
    text-decoration: line-through;
}

ul.PriceRequestSteps li,
ul.TopTabs li {
    list-style-type: none;
    padding-left: 8px;
    display: inline;
}

    ul.PriceRequestSteps li.strike,
    ul.TopTabs li.strike {
        text-decoration: line-through;
    }

.PrintRequest {
    display: block;
    position: absolute;
    top: 69px;
    right: 22px;
    background-color: #FAF008;
    height: 35px;
    padding-left: 20px;
}

    .PrintRequest a {
        display: block;
        background: url(../../images/print.gif) no-repeat left center;
        padding-top: 0px;
        padding-left: 30px;
        padding-right: 20px;
        font-weight: bold;
        text-decoration: none;
        height: 35px;
        line-height: 36px;
    }

        .PrintRequest a:hover {
            text-decoration: underline;
        }

table.PriceResult {
    font-weight: bold;
}

table.PriceResult2 th.yellow,
table.PriceResult2 td.yellow {
    background-color: #FAF008;
    padding: 5px;
    font-weight: bold;
}

table.PriceResult2 th,
table.PriceResult2 td {
    padding: 5px;
}

table.PriceResult2 th {
    text-align: center;
}

.PriceRequestMain,
.CorporateRatesMain {
    background-color: #FAF008;
    padding: 10px;
    color: #676767;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}

.PriceRequestMain {
    padding-right: 270px;
}


    .PriceRequestMain input[type="submit"],
    .CorporateRatesMain input[type="submit"] {
        color: black;
        /*background-color: #FAF008;*/
        border: 2px solid #FAF008;
        padding: 5px;
        border-radius: 10px;
        background-color: #DEDEDE;
    }

        .PriceRequestMain input[type="submit"]:hover,
        .CorporateRatesMain input[type="submit"]:hover {
            background-color: #FAF008;
        }

        .PriceRequestMain input[type="submit"]:active,
        .CorporateRatesMain input[type="submit"]:active {
            background-color: #FFF;
        }

.PriceRequestServicePoint {
    position: absolute;
    right: 30px;
    width: 270px;
    top: 120px;
}

    .PriceRequestServicePoint > div {
        padding: 10px;
        /*background-color: #FFD800;*/
        background-color: #CCC;
        border: 3px solid #FAF008;
        /*border-radius: 10px;*/
    }

/*
.CorporateRatesMain th {
    text-transform: uppercase;
}
*/

.CorporateRatesMain > table.selection {
    width: 100%;
}

    .CorporateRatesMain > table.selection th {
        width: 20%;
    }

    .CorporateRatesMain > table.selection td select,
    .CorporateRatesMain > table.selection td textarea {
        width: 100%;
    }

.CorporateRatesMain > table.selection2 {
    width: 100%;
}

    .CorporateRatesMain > table.selection2 th {
        width: 20%;
    }

    .CorporateRatesMain > table.selection2 td select,
    .CorporateRatesMain > table.selection2 td textarea {
        width: 100%;
    }

.CorporateRatesMain > table.result,
.CorporateRatesMain > table.volumeWeight {
    margin: 0 auto;
}

    .CorporateRatesMain > table.result td.price {
        background: #DEDEDE;
    }

    .CorporateRatesMain > table.result select {
        width: 100%;
    }

.CorporateRatesMain #btnBookNow {
    float: right;
}

.CorporateRatesMain input#txtWeight {
    width: 137px;
    text-align: right;
}

.nonEUDisclaimer {
    color: red;
}

.selectedRate {
    background: white;
    border: 1px solid black;
    color: black;
    padding: 5px;
    min-height: 45px;
}

    .selectedRate .pricePerKg,
    .selectedRate .onRequest {
        font-weight: bold;
    }

.containOverflow {
    overflow: auto;
}

label {
    margin: 5px;
}

#divOverlay {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#divDimensionPopup {
    display: none;
    position: absolute;
    width: 408px;
    background: #FFFFFF;
    border: 2px solid #FAF008;
    z-index: 2;
    padding: 12px;
    left: 248px;
    right: 248px;
}

    #divDimensionPopup img {
        cursor: pointer;
    }

.ui-multiselect-checkboxes li span {
    padding-left: 5px;
}

.datagridBorder {
    border-bottom: 3px solid #FAF008;
}

#filterPastCurrent, #filterFuture {
    cursor: pointer;
}

.emissioninfo {
    padding-bottom: 5px;
    text-align: right;
}

.registerCall,
.registerHeader {
    color: #919396;
    font-size: 20px;
}

.registerCall {
    text-align: center;
}

.hidden {
    display: none;
}

.searchTextBoxSmall {
    width: 125px;
}

.filterDdl {
    width: 200px;
    max-width: 200px;
}

.customerFilterDdl {
    width: 115px;
    max-width: 115px;
}

.gridHeader .gridItem {
    font-size: 9px !important;
}

.grdOverview {
    /*font-size:8px;*/
}

.pager span {
    width: 10px;
    height: 10px;
    padding: 2px;
    background: #fff;
    border: 2px solid #faf008;
    color: #666;
    text-align: center;
    font: 10px Arial, sans-serif;
    font-weight: bold;
}

#login-bottom img {
    margin-top: 1vw;
    margin-left: 5vw;
    float: left;
    width: 100%;
    height: auto;
}

.customsGoods {
    padding: 10px;
    border: 2px solid #676767 !important;
    border-radius: 5px;
}

.areaDangerousGoods {
    padding: 10px;
    border: 2px solid #676767 !important;
    border-radius: 5px;
}

.customsGoods tr td:first-child {
    width: 160px;
}

.tblUpload {
    margin-left: -7px;
}

.fileError {
    color: red;
}

.tblCustomsHeaders {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 15px;
}

.tblTransitDocument {
    border: 2px solid red;
    color: red;
}




.customer-detail {
    width: 600px;
}

.customer-detail .header {
    width: 350px;
}

.customer-detail tr td:first-of-type {
    width: 127px;
}

.operating-licenses {
    width: 800px;
}

.operating-licenses tr td:first-of-type {
    width: 127px;
}

.proof-of-insurance {
    width: 520px;
}

.proof-of-insurance tr td:first-of-type {
    width: 127px;
}

.profile-left {
    float: left;
    width: 50%;
}

.profile-right {
    float: right;
    width: 50%;
}

.profile-right-agreement {
    text-align: center;
    margin: 50px;
}

.profile-thrashCan {
    height:14px;
}