﻿
.menu ul li a, .secure a {
    color: #5f5f5f;
}

.min-vh {
    min-height: calc(100vh - 556px);
}

.auth .min-vh {
    min-height: calc(100vh - 616px);
}

.menu ul li a.selected, .menu ul li a:hover, .menu ul li a:active,
.secure a:hover, .secure a:active {
    color: #8dc13e;
}

.secure {
    font-size: 14px;
}

.announcement-bar {
    overflow: hidden;
}

.secure p:not(#announcementP) {
    margin-bottom: 0px;
}

@keyframes slideit {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-205%);
    }
}

#announcementP.animate {
    animation: slideit linear infinite;
    right: -100%;
    position: relative;
}
#announcementP {
    font-size: initial;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
}

    #announcementP:hover {
        animation-play-state: paused;
    }

.loginfail, .loginvalidate {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
}

    .loginfail > div {
        margin: 20px;
    }

.loginvalidate {
    position: absolute;
    right: 0px;
    top: 13px;
    text-align: center;
}

div#headertracktrace {
    margin-top: 20px;
    text-align: right;
}

div#headerlabel {
    display: none;
    background: url('../images/arrow.png') no-repeat;
    height: 25px;
    width: 330px;
    position: relative;
    top: 19px;
    color: White;
    font: italic 13px bold;
    text-align: center;
    line-height: 23px;
    left: 20px;
}


div#menu {
    clear: both;
    min-height: 30px;
    margin-bottom: 5px;
}

div#content {
    min-height: 400px;
}

div#footer {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

    div#footer a {
        float: right;
    }

.green {
    color: #669900 !important;
}

.red {
    color: red;
}

.darkgrey {
    color: #666666;
}

.l {
    font-size: 20px;
    font-weight: bold;
}

.ml {
    font-size: 17px;
    font-weight: bold;
}

.m {
    font-size: 15px;
}

.s {
    font-size: 13px;
    line-height: 15px;
}

.floatright {
    float: right;
}

#circle {
    background: url('../images/circle.png') no-repeat;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

input[type="submit"].bluebutton {
    color: #ffffff;
    background: -moz-linear-gradient( top, #1981ff 0%, #0083ab);
    background: -webkit-gradient( linear, left top, left bottom, from(#1981ff), to(#0083ab));
    border: 1px solid #0066FF;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    -ms-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1981ff', endColorstr='#0083ab',GradientType=0 ); /* IE6-8 */
    background: -ms-linear-gradient(top, #444444 0%, #999999 100%);
}

    input[type="submit"].bluebutton:hover, input[type="button"].bluebutton:hover {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083ab', endColorstr='#1981ff',GradientType=0 ); /* IE6-8 */
        background: -ms-linear-gradient(top, #0083ab 0%, #1981ff 100%);
        background: -moz-linear-gradient(top,#0083ab 0%,#1981ff);
        background: -webkit-gradient(linear, left top, left bottom, from(#0083ab),to(#1981ff));
    }

input[type="submit"].greenbutton, input[type="button"].greenbutton, a.greenbutton {
    background: url('../images/arrow1.png') no-repeat !important;
    filter: none;
    color: #fff;
    border: none;
    height: 24px;
    width: 88px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    input[type="submit"].greenbutton:hover, input[type="button"].greenbutton:hover {
        background: url('../images/arrow2.png') no-repeat !important;
    }

.menu ul {
    list-style-type: none;
    height: 26px;
    margin: 0;
    padding: 0;
    float: initial !important;
}

    .menu ul li {
        padding: 0px 8px 0px 8px;
        border: 0px solid #eee;
        border-right-width: 1px;
    }

    .menu ul.level1 > li:first-child {
        padding-left: 0px;
    }

    .menu ul.level2 > li {
        padding: 8px;
    }


    .menu ul li:last-child {
        border: 0px;
    }

    .menu ul.level2 {
        min-width: 140px;
        background: white;
        border: 1px solid #eee;
        height: auto;
        margin-top: 5px;
    }

.booking a {
    text-decoration: underline;
}


.booking textarea {
    width: 99%;
    height: 100px;
    resize: none;
}



.paddingbtm {
    padding-bottom: 5px;
}

.paddingleft {
    padding-left: 5px;
}

.paddingleftl {
    padding-left: 10px;
}

.paddingright {
    padding-right: 5px;
}

.paddingrightl {
    padding-right: 10px;
}

.paddingtop {
    padding-top: 5px;
}

.arrowdown {
    height: 25px;
    background: url('../images/arrow3.png') no-repeat 50%;
}

#txtWidth, #txtHeight, #txtLength {
    width: 60px;
}

#txtWeight {
    width: 130px;
}

span.fix {
    display: inline-block;
    min-width: 70px;
    max-width: 70px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 31px;
    line-height: 29px;
    vertical-align: middle;
    text-align: right;
    background-color: #F8F8F8 !important;
    margin: 0 5px;
}

a.override-accord {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #459E00 !important;
}

.ui-tabs-panel.override {
    padding: 1em 0em;
}

div.booking #carton, div.booking #satchel {
}

h3.override-accord {
    background: #D9D9D9 url(images/ui-bg_gloss-wave_100_d9d9d9_500x100.png) 50% 50% repeat-x !important;
}

.cursor {
    cursor: pointer;
    cursor: hand;
}

.ui-button > .ui-button-text {
    padding: 0 0;
}

.ui-dialog-buttonpane {
    margin: 0 !important;
    padding: 0 !important;
}

.buttongreen, input[type=submit].buttongreen, .ui-button , .secure button{
    padding: 5px 10px !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #327E04 !important;
    background: #459E00 url(images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x !important;
    font-weight: bold !important;
    color: white !important;
    filter: none !important;
    font-size: 15px;
}

input.buttongreen:disabled {
    background: #EDEDED url(images/ui-bg_glass_55_e8e8e8_1x400.png) 50% 50% repeat-x !important;
    border: 1px solid #ACACB3 !important;
    color: #ACACB3 !important;
}

.buttongreen:hover, input.buttongreen:hover {
    background: #67b021;
}

div.tableholder {
    overflow-y: auto;
    border: #ccc 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.notopleftrad {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -khtml-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.notoprightrad {
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -khtml-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.nobottomleftrad {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -khtml-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nobottomrightrad {
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -khtml-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

table.custom, .dxcustom {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
}

.dxcustom {
    margin-top: 10px;
    border: 1px solid #CACACA;
}

table.custom td, dxcustom.td {
    padding: 5px 5px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #E5E5E5;
}

.nowrap * {
    white-space: normal !important;
}

.dxgvHeader {
    border: 1px solid #CACACA;
}

table.custom td:last-child {
    border-right-width: 0px;
}

#tablecartonchoice td:first-child {
    width: 110px;
    text-align: left;
}

#tablecartonchoice td {
    width: 40px;
    text-align: right;
}

#tablesatchelchoice td:nth-child(1) {
    width: 60px;
}

#tablesatchelchoice td:nth-child(2) {
    width: 220px;
}

#tablesatchelchoice td:nth-child(3) {
    width: auto;
}

table.custom tr.header, .dxHeader {
    background: #D9D9D9 url(images/ui-bg_gloss-wave_100_d9d9d9_500x100.png) 50% 50% repeat-x !important;
    font-size: 13px;
    font-weight: bold;
}

table.custom tr {
    width: 100%;
}

    table.custom tr td {
        border-bottom: #E5E5E5 1px solid;
    }

    table.custom tr.selected {
        background: #808080 none repeat-x 50% 50% !important;
        color: White;
    }

.custom tbody {
    width: 100%;
}


table.custom tr:nth-child(2n) {
    background: #F3F3F3;
}

.no-border {
    border: none !important;
}

.allow-hover:hover, .dxgvDataRow:hover {
    background: #459E00 url(images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x !important;
    cursor: pointer;
    cursor: hand;
}

    .dxgvDataRow:hover a.dxeHyperlink {
        color: White;
    }

.titleheader {
    padding: 3px 4px;
    font-style: italic;
    border: #ccc 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #CCCCCC url(images/ui-bg_gloss-wave_100_d9d9d9_500x100.png) repeat-x 50% 50%;
}

.nobottomborder {
    border-bottom-width: 0;
}

.deleteIcon {
    background: url('../images/delete-icon.png') no-repeat 2px;
    width: 9px;
}

.nodisplay {
    display: none;
}

#divConfirmDetails br {
    line-height: 20px;
}

.tick {
    background: url('../images/tick.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.b {
    font-weight: bold;
}

.floatright {
    float: right;
}

.heading {
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    background: #D9D9D9 url(images/ui-bg_gloss-wave_100_d9d9d9_500x100.png) 50% 50% repeat-x;
    color: #669900;
    font-weight: bold;
}

.tblSearch {
    width: 100%;
}

    .tblSearch > tbody > tr > td, .tblSearch > tr > td, .tblspacing tr > td {
        padding-top: 5px;
        vertical-align: top;
    }

.dxeRadioButtonList td {
    padding: 0px !important;
}

.tblSearch tr td:first-child {
    width: 150px;
}

.tblSearch tr td tr td {
    width: auto !important;
}

.ui-dialog .tblSearch tr td:first-child {
    width: 100px;
}

 .validationMessage {
    width: 80%;
    display: block;
    min-height: 60px;
    margin: 50px 0 0 20px;
}
*[numeric], .numeric {
    text-align: right;
    padding-right: 3px;
}

#headerResults {
    padding: 10px 0;
    width: 100%;
    height: auto;
}

    #headerResults > div {
        height: auto;
        width: 25%;
    }

ul.category li.ui-menu-item {
    margin-left: 5px;
    width: 97%;
}

.ui-autocomplete-category {
    color: White;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
}

.ui-autocomplete-address {
    color: White;
    margin-left: 5px;
    display: block;
}

.ui-autocomplete {
    border: 1px solid #A8A8A8;
    background: #327E04;
}

    .ui-autocomplete li {
        padding-bottom: 2px !important;
    }

        .ui-autocomplete li:last-child {
            padding-bottom: 0px !important;
        }

    .ui-autocomplete a {
        border: 1px solid #E0E0E0;
        background: #D9D9D9 url(images/ui-bg_gloss-wave_100_d9d9d9_500x100.png) 50% 50% repeat-x;
    }

.absobtm {
    position: absolute;
    bottom: 0px;
}

.absoleft {
    position: absolute;
    left: 0px;
}

.absoright {
    position: absolute;
    right: 0px;
}

#spanEnough {
    width: 450px;
    display: inline-block;
}

.margintop {
    margin-top: 20px;
    display: inline-block;
}

.column {
    width: 350px;
}

#contactdetails {
    width: 407px;
    height: 365px;
    background-image: url('../images/contactdetails.png');
}

    #contactdetails input {
        width: 200px;
    }

    #contactdetails > table {
        display: block;
        position: relative;
        left: 25px;
        top: 15px;
        clear: both;
    }

#trading {
    width: 406px;
    height: 161px;
    background-image: url('../images/trading.png');
}

#marketing {
    width: 406px;
    margin-top: 20px;
    height: 138px;
    background-image: url('../images/marketing.png');
}

    #marketing .dxeRadioButtonList {
        padding-top: 5px;
        border: none;
    }

    #marketing > p, #marketing > table {
        display: block;
        position: relative;
        clear: both;
        top: 15px;
        left: 30px;
    }


#trading > table {
    display: block;
    position: relative;
    left: 25px;
    top: 15px;
    clear: both;
}

#paymentmethod {
    margin-top: 20px;
    width: 406px;
    height: 190px;
    background-image: url('../images/payment.png');
}

.pmcontent {
    position: relative;
    left: 25px;
    top: 15px;
    clear: both;
}

    .pmcontent .dxeRadioButtonList {
        border: none;
    }

    .pmcontent > div {
        width: 160px;
    }

        .pmcontent > div > ul {
            padding-left: 20px;
            padding-bottom: 5px;
        }

            .pmcontent > div > ul li {
                padding-top: 5px;
            }

.inlineblock {
    display: inline-block;
    position: relative;
    float: left;
}

.titleframe {
    background-color: white;
    color: #690;
    font-size: 17px;
    line-height: 21px;
    position: relative;
    float: left;
    top: -5px;
    left: 20px;
    padding: 0 5px;
}

#onestep {
    width: 315px;
    height: 94px;
    background-image: url('../images/u60_normal.png');
    float: left;
    margin: -90px 0 0 100px;
    padding: 0 5px;
    position: relative;
}

    #onestep > div {
        width: 270px;
        height: 60px;
        margin: 25px auto;
        color: gray;
    }

.btnrequest {
    position: relative;
    right: 0px;
}


.loading {
    height: 50px;
    width: 50px;
    background: url(../images/loading.gif);
    margin: 20px auto;
}

.invalid {
    background: url(../images/closediv.png);
    display: inline-block;
    width: 32px;
    height: 32px;
}

.dxeButtonEdit {
    width: 150px;
}

.podimage {
    width: 30px;
    height: 30px;
    border: 1px solid #CFCFCF;
}

.selcount {
    width: 50px;
    height: auto;
}


.tableproducts td.description, .tableproducts td.packdescription {
    width: 200px;
}

.tableproducts td.unitprice, .tableproducts td.packprice {
    width: 50px;
}

.tableproducts td.quantity, .tableproducts td.totals {
    width: 70px;
}

    .tableproducts td.quantity input {
        width: 90%;
    }

.packagingproduct textarea {
    width: 290px;
    height: 100px;
    text-align: left;
}

.tablefooter {
    background-color: #E6E6E6;
}

a.buttongreen[disabled] {
    background: Gray !important;
    border-color: Gray !important;
}

.ui-dialog ul {
    margin: 0px 0;
    padding: 0;
    list-style: inside disc;
}

    .ui-dialog ul li {
        list-style-type: disc;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }

.ui-dialog li li {
    list-style-type: circle;
}

.xdsoft_datetimepicker {
    display: flex !important;
    justify-content: center;
}


.secure .ui-state-hover a, .secure .ui-state-focus a {
    color: #fff;
}

.dxEditors_edtError, .dxeErrorCellSys {
    margin-left: 5px;
    padding-left: 5px;
}
body.mybackdrop {
    overflow:hidden;
}

    body.mybackdrop .divLoading {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
        background: #fff;
        pointer-events: none;
        opacity: 0.5;
    }

body.mybackdrop .divLoadingInner {
    width: 100px;
    height: 100px;
    opacity: 1;
    display:block;
    z-index:1070;
    position:fixed;
    top:37vh;
    left:48vw;

}
.svgspinner{
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

.overflow-x-auto {
    overflow-x:auto;
}

.booking .form-control:disabled, .booking .form-control[readonly] {
    background-color: #fdfdfd;
}

input[type="text"],span.fix {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}