﻿body {
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    font-size: 13px;
    padding: 0 0 0 0;
    margin: 0;
    background-color: #fff;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.wsOption {
    display: block;
    text-align: right;
    font-size: 0.8em;
    line-height: 1em;
}

.wsTitle {
    display: block;
    font-size: 0.8em;
}

#masthead {
    height: 1%;
    background: #454C4E;
    padding: 15px 15px 10px 15px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.logo-wrap {
    float: right;
    width: 300px;
    text-align: right;
}

a#logo {
    float: right;
    height: 55px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: right;
}

#masthead_username {
    float: right;
    width: 100%;
}

.logo-wrap a {
    color: white;
}

a#logo img {
    display: block;
    float: right;
}

input[type=text].small {
    width: 3em;
}

select.small {
    width: 5em;
    padding: 3px;
}

.toggle-favourite {
    font-size: 0.8em;
    padding-bottom: 2px;
    margin-top: 10px;
}


#woLogo {
    margin: 0 0 10px 30px;
    float: left;
}

#bacaLogo {
    margin: 0 50px 0 0;
    float: right;
}

#homeTitleWrap {
    height: 1%;
    width: 100%;
    background: url(/i/hometitleWrapBG.jpg) bottom left repeat-x;
}

#homeTitle {
    height: 1%;
    padding: 30px 10px 20px 10px;
}

    #homeTitle h1 {
        text-align: center;
        color: #0189a5;
        font-size: 2.2em;
        font-weight: bolder;
    }

    #homeTitle p {
        text-align: center;
        font-weight: bold;
    }

    #homeTitle #left {
        float: left;
        width: 550px;
        margin: 0 80px 0 30px;
    }

    #homeTitle #right {
        float: left;
        margin-right: 40px;
    }

#register #fsLogin {
    border: none;
}

#register #copy {
    padding: 0 50px;
}

#register h1 {
    color: #000;
    margin: 0;
    padding: 0;
}

#register h2 {
    color: #0189a5;
}

#regTitle {
    padding: 20px 50px;
    background: url(/img/vbop/regTitleBG.jpg) bottom left repeat-x;
}

    #regTitle p {
        margin: 5px 0;
    }

.instr {
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 0 145px;
    width: 230px;
}

#footer {
    border-top: 1px solid #d7d7d7;
    color: #454C4E;
    padding: 10px 0 60px 0;
    overflow: hidden;
}

    #footer li {
        color: #454C4E;
        font-size: 0.9em;
        display: inline;
        margin: 0 5px;
    }

    #footer a {
        color: #454C4E;
        font-size: 0.9em;
    }

.version p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

#promoBoxes {
    padding: 10px 50px;
}

    #promoBoxes h2 {
        font-size: 1.2em;
        border: none;
        padding: 0;
        margin: 0;
    }

#pb1 {
    float: left;
    width: 270px;
    padding: 0 10px;
}

    #pb1 h2 {
        margin: 5px 0 0 0;
    }

    #pb1 p {
        margin: 0;
    }

    #pb1 img {
        float: left;
    }

#pb2 {
    float: left;
    width: 270px;
    padding: 0 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
}

    #pb2 p {
        margin: 0;
    }

#pb3 {
    float: left;
    width: 280px;
    padding: 0 10px;
    background: url(/img/vbop/tca.jpg) top right no-repeat;
}

    #pb3 h2 {
        margin: 5px 0;
    }

    #pb3 address {
        margin: 0 0 10px 0;
    }

#mainNav {
    float: left;
    margin: 40px 0 0 0;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
}

    #mainNav li {
        float: left;
        margin-right: 10px;
        background-color: #0189a5;
    }

    #mainNav a {
        display: block;
        color: #fff;
        padding: 3px 15px 3px 15px;
        text-decoration: none;
        font-size: 1em;
    }

        #mainNav a:hover {
            background-color: #fff;
            color: #000;
        }

    #mainNav > li > a > span.tabIcon {
        margin-right: 5px;
    }

#mainNavbar {
    margin-top: 100px;
}

    #mainNavbar .nav a {
        color: white;
    }

    #mainNavbar .nav > li > a > span.tabIcon {
        margin-right: 10px;
        font-size: 1.5em;
    }




#mainNavButton {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    float: left;
    padding: 12px 13px;
}

    #mainNavButton[class="navbar-toggle"] {
        background: -webkit-linear-gradient(#cccccc, #999999);
        background: linear-gradient(#cccccc, #999999);
        border: 0px;
    }

    #mainNavButton span.icon-bar {
        background-color: white;
    }


#cpanel #linkHome a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

#createOrder #linkCreateOrder a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

#orderHistory #linkOrderHist a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

#admin #linkAdmin a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

#reports #linkReports a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

#myAccount #linkMyAccount a {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

#formError {
    display: block;
    margin-bottom: 1em;
    width: 930px;
}

    #formError span {
        display: block;
        background-color: #aa0000;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        font-size: 1.1em;
        padding: 2px 4px;
        margin: 0.5em 0;
    }

div.errorBox {
    display: block;
    margin-bottom: 1em;
    background-color: #aa0000;
}

    div.errorBox span {
        display: block;
        background-color: #aa0000;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        font-size: 1.1em;
        padding: 2px 4px;
        margin: 0.5em 0;
    }

.frmAction span.report-download {
    display: inline;
}

#notify {
    padding: 3px 5px;
    background-color: #ffe485;
    border: 1px solid #ffd132;
    display: block;
}

.notify .glyphicons {
    font-size: 1.2em;
    margin-right: 5px;
}

span.quota {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #f0ad4e;
    border: 1px solid #ffd132;
    display: block;
    border-radius: 5px;
}

.col1 {
    width: 620px;
    float: left;
}

.ajaxCError {
    display: block;
    margin-bottom: 1em;
}

    .ajaxCError span {
        background-color: #aa0000;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        font-size: 1.1em;
        padding: 2px 4px;
        margin: 0.5em 0;
    }

#steps {
    margin: 1em 0;
    font-size: 1.2em;
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #454C4E;
    border-bottom: 1px solid #454C4E;
    width: 100%;
}

    #steps li {
        display: inline;
        color: #454C4E;
        margin-right: 30px;
    }

        #steps li .glyphicons {
            font-size: 1.6em;
        }

body#addProducts #steps li#step1 {
    color: #000;
    border-bottom: 4px solid #454C4E;
}

body#addGroup #steps li#step1 {
    color: #000;
    border-bottom: 4px solid #454C4E;
}

body#orderStep3 #steps li#step2 {
    color: #000;
    border-bottom: 4px solid #454C4E;
}

body#reviewOrder #steps li#step3 {
    color: #000;
    border-bottom: 4px solid #454C4E;
}

body#orderConfirm #steps li#step5 {
    color: #000;
    border-bottom: 4px solid #454C4E;
}

.empManpack {
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    margin: 0;
}

#empSelect #empNo {
    display: block;
    font-size: 0.8em;
    color: #454C4E;
    border-top: 1px solid #454C4E;
    margin-top: 3px;
}

.error {
    border: 1px solid #aa0000;
}

.fsPayment {
    padding: 0;
    margin-top: 20px;
    clear: both;
}

.payment {
    overflow: hidden;
    padding: 10px;
    background: url(/img/vbop/secure-small.png) 8px 6px no-repeat #454C4E;
    padding-left: 50px;
    font-weight: bold;
    font-size: 12px;
}

    .payment li {
        float: left;
        width: 50%;
        line-height: 1.2em;
        color:#fff;
    }

        .payment li.checkout {
            text-align: right;
        }

ol {
    list-style-type: none;
}

#copy {
}

#content {
    padding: 30px 30px 120px 30px;
    width: auto;
    background-color: #fff;
    overflow: hidden;
}

a {
    color: #0281ca;
    padding: 2px;
}

    a:hover {
        text-decoration: underline;
    }

#content dl a {
    padding: 0 0 0 15px;
    background: url(/img/vbop/arrows.gif) top left no-repeat;
}

#login #content {
    padding: 0;
}

#register #content {
    padding: 0 0 50px 0;
}

.word {
    background: url(/img/vbop/doc.gif) center right no-repeat;
    padding: 0 20px 0 0;
}

h1 {
    margin: 0;
    font-size: 2.2em;
    font-weight: bold;
    color: #0189a5;
}

h2 {
    font-size: 1.6em;
    border-bottom: 3px solid #454C4E;
    color: #454C4E;
}

fieldset {
    border: none;
    padding: 15px;
}

    fieldset p {
        margin: 0;
    }

    fieldset h1 {
        margin: 0;
        font-size: 1.2em;
        color: #000;
    }

    fieldset h2 {
        margin: 2px 0;
        padding: 10px 0 0 0;
        border: none;
    }

label {
    display: block;
    margin: 10px 0 5px 0;
    color:black;
}

    label.inline {
        display: inline;
        font-weight: normal;
    }

.inputBox {
    float: left;
    margin: 0 10px 0 0;
}

input.wide {
    width: 20em;
}

input.wider {
    width: 40em;
}

select.wide {
    width: 15em;
}

.yellow {
    background-color: #ffff99;
}

    .yellow span.frmAction {
        border-top: 1px solid #e4e4e4;
    }

    .yellow span.frmAction2 {
        border-top: 1px solid #e4e4e4;
    }

.grey {
    background-color: #e9e9e9;
}

.blue {
    background-color: #e1f2fb;
}

label.inlineEdit {
    clear: both;
    display: block;
    float: left;
    width: 140px;
}

input.inlineEdit {
    display: block;
    float: left;
    width: 200px;
    margin-bottom: 5px;
}

textarea.inlineEdit {
    display: block;
    float: left;
    width: 200px;
    margin-bottom: 5px;
}

fieldset ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    fieldset ol li {
        overflow: hidden;
        padding: 0.5em 5px;
    }

        fieldset ol li ul {
            margin: 0;
            padding: 0;
            overflow: hidden;
            width: 100%;
        }

            fieldset ol li ul li {
                display: block;
                line-height: 1.2em;
                border: none;
                width: 100%;
                padding: 0;
                float: left;
            }

                fieldset ol li ul li.label {
                    width: 176px;
                    float: left;
                    margin-left: -100%;
                }

                fieldset ol li ul li div.input-wrap {
                    margin-left: 176px;
                }

                fieldset ol li ul li label {
                    display: block;
                    margin: 0.5em 0 0 0;
                    font-weight: bold;
                }

                    fieldset ol li ul li label em {
                        font-weight: normal;
                    }

                    fieldset ol li ul li label.radio-label {
                        display: inline;
                        margin: 0;
                        font-weight: bold;
                    }

                fieldset ol li ul li input,
                fieldset ol li ul li textarea,
                fieldset ol li ul li select,
                .mceEditor {
                    width: 98%;
                    padding: 5px;
                }

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

fieldset div.inlineInput label input[type=checkbox] {
    margin-right: 5px;
}

fieldset ol li ul li input.withPrefix {
    float: left;
    width: 50%;
}




#fsLogin label#Login_lblRemember {
    width: 100px;
    font-weight: normal;
    float: left;
}

#fsLogin #Login_remember {
    width: auto;
    float: left;
}

#fsLogin #Login_Login {
    float: right;
    margin-top: 5px;
    width: auto;
}

#fsLogin input {
    width: 200px;
}

#fsLogin h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

.label {
    font-weight: bold;
    display: block;
    float: left;
    width: 160px;
    text-align: right;
    margin-right: 10px;
}

.labelL {
    font-weight: bold;
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
}

.formValue {
    display: block;
    float: left;
}


#frmCreateOrder #fsOrderDetails .label,
#frmCreateOrder #fsRevOrderDetails .label {
    display: inline;
    font-weight: bold;
    text-align: left;
    display: block;
    float: none;
    margin: 10px 0 0 0;
}

#frmCreateOrder #fsRevOrderDetails #ordernumber {
    text-transform: uppercase;
}

#frmCreateOrder #editA {
    font-size: 0.8em;
    padding: 0;
    width: 8em;
}


#frmCreateOrder #fsNewAddress {
    width: 450px;
    float: left;
    margin-right: 35px;
}

    #frmCreateOrder #fsNewAddress label {
        width: 100px;
    }

    #frmCreateOrder #fsNewAddress fieldset {
        padding: 0;
    }

    #frmCreateOrder #fsNewAddress h2 {
        margin-top: 0;
    }

    #frmCreateOrder #fsNewAddress input {
        font-weight: normal;
        font-size: 1em;
    }

    #frmCreateOrder #fsNewAddress select {
        font-weight: normal;
        font-size: 1em;
        width: 300px;
    }


#frmCreateOrder #billAddress {
    width: 450px;
    float: left;
}

    #frmCreateOrder #billAddress label {
        width: 100px;
    }

    #frmCreateOrder #billAddress fieldset {
        padding: 0;
    }

    #frmCreateOrder #billAddress h2 {
        margin-top: 0;
    }

    #frmCreateOrder #billAddress input {
        font-weight: normal;
        font-size: 1em;
    }

    #frmCreateOrder #billAddress select {
        font-weight: normal;
        font-size: 1em;
        width: 300px;
    }


#frmAddress #fsSelectAddress {
    width: 400px;
    float: left;
}



div.fsBox {
    margin-top: 10px;
}

a#selectEmp {
    font-size: 0.8em;
}

#orderGroups {
    height: 1%;
    overflow: hidden;
}

#orderHistory #orderGroups {
    height: 1%;
    float: none;
    width: 100%;
}

#frmOrderSearch #orderRef {
    text-transform: uppercase;
}

#actionWrap {
    width: 980px;
}

#or {
    float: left;
}

    #or img {
        position: relative;
        left: -22px;
        top: 60px;
    }

#clearCache {
    width: 350px;
    float: left;
    border-right: 1px solid #afafaf;
    padding-right: 50px;
    margin-right: 0;
}

#selectDepot #bID {
    font-size: 1em;
    padding: 2px;
    margin-bottom: 10px;
    width: 350px;
}

#selectDepot fieldset {
    padding: 0;
}

#clearCache h2 {
    margin-top: 0;
}

#clearCache ul {
    margin: 15px;
}

#clearCache h3 {
    font-size: 1em;
}

#fsOrderGroups {
    width: 100%;
    float: left;
    height: 1%;
}

    #fsOrderGroups fieldset {
        padding: 0;
    }

    #fsOrderGroups h2 {
        margin-top: 0;
    }

    #fsOrderGroups ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        #fsOrderGroups ul li {
            display: block;
            float: left;
            vertical-align: middle;
            margin-right: 40px;
            overflow: hidden;
        }

            #fsOrderGroups ul li img {
                float: left;
                margin-bottom: 0;
            }

            #fsOrderGroups ul li p {
                margin: 0 0 5px 0;
                float: left;
                width: 200px;
                display: none;
            }

            #fsOrderGroups ul li input {
                margin: 10px 0px 10px 10px;
                float: left;
            }


div#selectDepot {
    width: 350px;
    float: left;
}

    div#selectDepot h2 {
        margin-top: 0;
    }

#fsRevOrderDetails h2 {
    margin-top: 0;
}

#fsOtherAddress {
    float: left;
}

    #fsOtherAddress h2 {
        margin: 0 0 20px 0;
    }

#fsBasket h2 {
    margin-top: 0;
}

#frmAddDetail #fsProducts {
    height: 1%;
}


#fsBasket {
}

.fsBasicBasket {
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
}

.fsBasicProducts {
    margin: 0 20px 0 0;
    height: 1%;
    width: 640px;
}

.fsMpBasket {
    float: left;
    width: 260px;
    margin: 0 20px 0 0;
}

.fsMpProducts {
    margin: 0 0 0 280px;
    height: 1%;
}

#intro {
    font-size: 1.4em;
    font-weight: bold;
    color: #454C4E;
    margin: 0;
}

ul.utils {
    padding: 0;
    margin: 0;
}

    ul.utils li.print {
        background: url(/img/vbop/print.jpg) center left no-repeat;
        padding: 0 0 0 18px;
    }

.print-link {
    background: url(/img/vbop/print.jpg) center left no-repeat;
    padding: 0 0 0 18px;
}

#fsProducts h2 {
    margin-top: 0;
}

#fsProducts .opts {
    background-color: #eaeaea;
    text-align: right;
}

.halfPage {
    width: 50%;
}

.prodImg {
    width: 50px;
    text-align: center;
}

.row {
    clear: both;
}

#fsEmpSelect {
    margin-bottom: 10px;
}

#tagProdList #returnLink {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 1em;
}

    #tagProdList #returnLink a {
        background: url(/img/vbop/returnLink.gif) center left no-repeat;
        padding-left: 30px;
        color: #0281ca;
    }

#pagerTop {
    border-top: 1px solid #e4e4e4;
}

#returnConfirmation {
    margin-top: 1em;
    padding: 20px;
    background-color: #ffff99;
}

    #returnConfirmation p {
        padding: 0;
        margin: 5px 0;
    }

    #returnConfirmation h2 {
        color: #000;
        margin: 0;
        border-bottom: 0;
        font-size: 1.2em;
    }

#enqBoxMain {
    float: left;
    width: 350px;
}

    #enqBoxMain h2 {
        margin: 0;
        padding: 0;
    }


table {
    width: 100%;
    margin: 10px 0 0 0;
    border-collapse: collapse;
}

th {
    background-color: #454C4E;
    padding: 5px;
    color: #fff;
    text-align: left;
}

    th a:link,
    th a:visited,
    th a:hover,
    th a:active {
        color: #fff;
        text-decoration: underline;
    }

td {
    padding: 5px;
    vertical-align: top;
}

.frmAction {
    display: block;
    margin: 20px 0 0 0;
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}

.frmAction2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

    .frmAction span,
    .frmAction2 span {
        font-size: 0.9em;
        padding: 0 0 10px 0;
        display: block;
    }



.smallHlp {
    font-size: 0.9em;
    padding: 0 0 10px 0;
    font-style: italic;
    display: block;
}

#itemList {
    margin: 0;
    padding: 0;
    height: 1%;
}

    #itemList table {
        width: 100%;
    }

    #itemList td {
        font-size: 1em;
    }

    #itemList select {
        font-size: 0.9em;
        width: 100%;
        margin-bottom: 10px;
    }

select.prodOptionsSelect {
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
}

#catList {
    margin: 0;
    padding: 0;
    height: 1%;
}

input {
    font-size: 1.2em;
    padding: 4px 4px 0 4px;
    font-weight: bold;
}

select {
    font-size: 1.2em;
    padding: 2px 2px 2 px 4px;
    font-weight: bold;
}

.small {
    font-size: 1em;
}

.smaller {
    font-size: 0.9em;
}

.big {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0;
}

textarea {
    font-weight: bold;
    font-size: 1em;
    padding: 4px 4px 0 4px;
}


#prodList {
    margin-top: 10px;
}

#hlpAdvice {
    float: left;
    width: 220px;
    padding: 5px 8px;
    border: 5px solid #454C4E;
    background: url(/img/vbop/hlpAdviceBG.jpg) bottom left repeat-x;
    color: #454C4E;
}

    #hlpAdvice h2 {
        margin: 0;
        border: none;
        font-size: 1.6em;
    }

    #hlpAdvice p {
        margin: 0;
        font-size: 1.1em;
        font-weight: bold;
        color: #454C4E;
    }

        #hlpAdvice p span.label {
            margin-left: 0;
            text-align: left;
            width: 70px;
        }


#frmAddDetail input.qty {
    width: 4em;
    font-size: 1em;
}

#frmAddDetail select.qty {
    width: 55px;
    font-size: 1em;
}


tr.product td {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 2em;
}

tr.product .tags {
    clear: both;
    margin-top: 10px;
}

    tr.product .tags a {
        font-size: 0.8em;
        font-weight: normal;
        background-color: #454C4E;
    }

tr.product td.opts .atb {
    padding: 10px 0;
}

    tr.product td.opts .atb label {
        display: inline;
        width: auto;
        text-align: left;
    }

tr.product td.opts .apOpt {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

tr.product td.opts .stockLevel {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

div.product > div {
    padding-bottom: 2em;
}

div.product .opts {
    text-align: right;
}

div.product .tags {
    clear: both;
    margin-top: 10px;
}

div.product .tags a {
    font-size: 0.8em;
    font-weight: normal;
    background-color: #454C4E;
}

div.product div.opts .atb {
    padding: 10px 0;
}

div.product div.opts .atb label {
    display: inline;
    width: auto;
    text-align: left;
}

div.product div.opts .apOpt {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

div.product div.opts .stockLevel {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

div.product div.opts input::-webkit-outer-spin-button,
div.product div.opts input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.product div.opts input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.product div.opts .glyphicon-plus:hover,
.product div.opts .glyphicon-minus:hover {
    cursor: pointer;
}


h2#empName span.empNo {
    font-size: 0.5em;
}

#empNameDisplay {
    margin-top: 10px;
}

table.tblList {
    font-size: 1em;
}

    table.tblList td {
        border-bottom: 1px solid #dcdcdc;
    }

    table.tblList tr.listRow:hover {
        background-color: #f5f5f5;
    }

    table.tblList tr.totalRow td {
        border: none;
    }

    table.tblList tr.totalRow:hover {
        background-color: #fff;
    }

.qtBreakTd {
    padding: 0px !important;
}

.qtBreakCnt {
    text-align: center;
}

    .qtBreakCnt a {
        display: block;
        width: 160px;
    }

    .qtBreakCnt .qtBreakA {
        width: 70px;
        height: 100px;
        margin: 5px;
        background: url(/img/vbop/quantityadd.jpg) top left no-repeat;
        display: inline-block;
        position: relative;
    }

.qtBreakP, .qtBreakP2 {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    color: #f5f5f5;
    text-align: center;
    width: 70px;
}

.qtBreakP {
    font-size: 16px;
    top: 24px;
}

.qtBreakP2 {
    font-size: 16px;
    top: 65px;
    color: #454C4E;
}

.qtBreakA .qtBreakP2 {
    top: 55px;
}

.qtBreakBtn {
    height: 30px;
    border-radius: 3px;
    background: #037c00;
    display: block;
    color: #f5f5f5;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    width: 160px;
    margin: 0px auto;
}

    .qtBreakBtn:hover {
        text-decoration: none !important;
        background: #ffd132;
        color: #454C4E;
    }


.inlineInput {
    padding: 8px 0 3px 5px;
    margin-bottom: 5px;
    height: 1%;
}

.inlineInputMandat {
    padding: 8px 0 3px 5px;
    height: 1%;
}

label.inline {
    display: block;
    float: left;
    text-align: right;
    width: 160px;
    padding: 5px 0 4px 2px;
    margin-right: 10px;
}

#fsRegister label.inline {
    text-align: right;
    width: 130px;
}

.inside {
    margin: 10px 15px;
}

label.mandat {
    font-weight: bold;
}

input {
    font-size: 1.2em;
}

.inlineText {
}

.inlineTextWide {
    width: 60%;
}

.inlineTextArea {
    width: 60%;
    height: 14em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

select {
    font-size: 1.2em;
    padding: 1px;
    border: 1px solid #ccc;
}

textarea {
    font-size: 1em;
    border: 0;
    width: 100%;
}

label {
    display: block;
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 1em;
    padding: 7px;
}

#fsLogin label {
    padding: 3px 0;
    font-size: 0.9em;
}


#shopping_cart_items {
    width: 100%;
    font-size: 0.85em;
    margin: 0;
}

    #shopping_cart_items td {
        padding: 5px;
    }


.end {
    border-top: 1px solid;
}

.customer-list ul {
    margin: 0;
    padding: 0;
}

    .customer-list ul li {
        display: inline;
        margin-right: 10px;
    }

.customer-list tr th.col2 {
    width: 350px;
}

.customer-list tr th.col3 {
    width: 100px;
}

.customer-list tr:hover {
    background-color: #f5f5f5;
}

ul.letter-sel {
    margin: 1em 0;
    padding: 0;
}

    ul.letter-sel li {
        display: inline;
        margin-right: 10px;
        font-size: 1.2em;
    }


.orderNetTotal {
    font-weight: bold;
    text-align: right;
    border-top: 1px solid black;
}

.orderTotal {
    font-weight: bold;
    text-align: right;
}

.groupTotal {
    font-weight: bold;
    border-top: 1px solid;
    text-align: right;
}

.subTotal {
    font-weight: bold;
    border-top: 1px solid #aeaeae;
    text-align: right;
}

#shopping_cart_totalprice {
    margin: 3px 0 0 0;
    border-top: 1px solid;
    font-weight: bold;
    text-align: right;
    font-size: 1.2em;
}

#shopping_cart_items .prodOptions {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
}

#shopping_cart_items tr.product:hover {
    background-color: #f5f5f5;
}

.stdAP {
    display: block;
    font-size: 11px;
    margin: 20px 2px 8px 0;
    padding: 0 0 10px 20px;
}

.apTitle {
    display: block;
    margin: 5px 2px 0 2px;
    font-size: 11px;
}

span.datasheet {
    display: block;
    font-size: 11px;
    margin: 20px 2px 8px 0;
    padding: 0;
}

#groupItems {
    margin-top: 10px;
}

.qty {
    width: 25px;
    font-weight: bold;
    text-align: center;
}

.title {
    width: 130px;
    font-weight: bold;
}

.price {
    text-align: right;
    font-weight: bold;
}

.remove {
    width: 6px;
}

#orderTotals {
    border-top: 3px solid #000;
    margin: 1em 0 0 0;
}

    #orderTotals td {
        text-align: right;
    }

.totalCost {
    font-weight: bold;
    font-size: 1.3em;
    text-align: right;
    margin: 0 0 0 0;
    padding: 0.2em;
}

#deliveryCost {
    text-align: right;
    display: block;
    padding: 0.2em;
}

#soCharge {
    text-align: right;
    display: block;
    padding: 0.2em;
}

#apCost {
    text-align: right;
    display: block;
    margin: 1em 0 0 0;
    padding: 0.2em;
}

.ui-state-hover {
    cursor: pointer;
}

#orderGroups h3 {
    background-color: #f7f7f7;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    margin: 5px 0;
    overflow: hidden;
}

    #orderGroups h3 .mpTotal {
        float: right;
        text-align: right;
    }

.roEmployee {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
}

span.roEmpNo {
    font-size: 0.75em;
    font-weight: normal;
    display: block;
    width: 100%;
}

.roEmbName {
    font-size: 1.1em;
    display: block;
    margin-top: 10px;
}

.wearer {
    font-size: 1em;
    display: block;
    font-weight: bold;
    float: left;
    width: 60%;
}

.roAddInfo {
    font-weight: bold;
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
}

.qView {
    float: left;
    width: 30px;
    margin-right: 10px;
}

.roManpack {
    border: 1px solid #f7f7f7;
    padding: 0 5px;
}

    .roManpack .prod-code {
        display: block;
        font-size: 11px;
    }

.orderItems .prodOptions {
}

.orderItems .prodOption {
    display: block;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

.orderItems {
    margin-bottom: 20px;
}

    .orderItems th {
        background-color: #fff;
        color: #444;
        border-bottom: 1px solid #444;
    }

    .orderItems td {
        border-bottom: 1px solid #dcdcdc;
    }

        .orderItems td.prod-img {
            padding: 0;
            width: 65px;
        }

        .orderItems td.orderTotal {
            border: none;
        }

.apOptions {
    border-top: 1px solid #454C4E;
    margin-top: 3px;
}

.apOption {
    display: block;
    font-size: 0.9em;
    margin: 0 0 0 2em;
    padding: 0;
}

#mpAddInfo {
    width: 100%;
    border: 1px solid #b4b4b4;
}

.verbatim {
    display: block;
    width: 400px;
    margin-bottom: 20px;
}


#totalBox {
    border-top: 1px solid;
    font-size: 1em;
    margin-top: 1em;
}

deliveryCost {
    font-size: 0.9em;
}

#totalBox #totalCost {
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    margin-top: 1em;
}

.report td,
.report th {
    font-size: 0.9em;
}

#cacheTotals {
    border-top: 5px solid #e4e4e4;
}

    #cacheTotals td {
        font-weight: bold;
        font-size: 1em;
    }

#embName, #mnpkName {
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px;
    width: 100%;
}

#groupName {
    font-size: 1.1em;
    font-weight: bold;
    padding: 3px;
    width: 100%;
}

select#selectEmp {
    font-size: 1.1em;
    font-weight: bold;
    width: 220px;
}

.addInfo {
    padding-bottom: 3em;
    font-weight: bold;
}

td.branchLabel {
    width: 130px;
    font-weight: bold;
    vertical-align: top;
    padding: 4px;
}

.total {
    border-top: 1px solid;
    font-weight: bold;
}

#cacheTotals .apTotal td {
    font-weight: normal;
    font-size: 0.9em;
}

#prodTotal {
    width: 60px;
}

#prodCode {
    width: 220px;
    color: #454C4E;
}

#prodTitle {
    width: 200px;
}

.closeDelNum {
    width: 7em;
}

#catSearch {
    background-color: #f3f3f3;
}

    #catSearch label {
        display: block;
        float: left;
    }

.orderFromCatLabel {
    background-color: #dcdcdc;
    padding: 5px;
    color: #4a4a4a;
}

.detailRow {
}

    .detailRow .stockLow {
        background: url(/img/vbop/iconWarn.gif) top left no-repeat #454C4E;
        padding-left: 20px;
    }

    .detailRow .stockOk {
        background-color: #454C4E;
        padding-left: 20px;
    }

#tabs {
    background-color: #454C4E;
    padding: 8px 10px 0 20px;
    margin: 0;
}

    #tabs ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    #tabs li {
        display: inline;
        margin-right: 0.5em;
        line-height: 2.3em;
    }

        #tabs li a {
            padding: 5px;
            color: #000;
            font-size: 1.1em;
            font-weight: normal;
            text-decoration: none;
        }

            #tabs li a:hover {
                background-color: #fff;
                color: #000;
                padding-bottom: 6px;
            }

            #tabs li a.selected {
                background-color: #fff;
                color: #000;
                padding-bottom: 10px;
                font-weight: bold;
            }

        #tabs li#tabSO a {
            background-color: #037c00;
            color: #fff;
            font-weight: bold;
            padding-bottom: 6px;
        }

            #tabs li#tabSO a.selected {
                background-color: #037c00;
                padding-bottom: 10px;
                color: #fff;
                font-weight: bold;
            }

        #tabs li#tabClr a {
            background-color: #aa0000;
            color: #fff;
            font-weight: bold;
            padding-bottom: 6px;
        }

        #tabs li#tabLY a {
            background-color: #006ecc;
            color: #fff;
            font-weight: bold;
            padding-bottom: 6px;
        }

        #tabs li#tabClr a.selected {
            background-color: #aa0000;
            padding-bottom: 10px;
            color: #fff;
            font-weight: bold;
        }

#ltyTitle {
    position: relative;
}

    #ltyTitle h2 {
        display: block;
        border: none;
        border-top: 5px solid #006ecc;
        color: #006ecc;
        font-weight: bold;
        padding: 20px 10px 10px 10px;
        font-size: 1.6em;
        margin-bottom: 0;
    }

#soTitle h2 {
    display: block;
    border: none;
    border-top: 5px solid #037c00;
    color: #037c00;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    font-size: 1.6em;
    margin-bottom: 0;
}

#clrTitle h2 {
    display: block;
    border: none;
    border-top: 5px solid #aa0000;
    color: #aa0000;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    font-size: 1.6em;
    margin-bottom: 0;
}

.pointsRem {
    position: absolute;
    right: 0px;
    top: 20px;
    display: block;
}

#content a.help,
#content a.helpReturn,
#content a.mpHelp,
a.mpHelp,
#content a.helpStockLevel,
#content a.despatchHelp {
    position: relative; /*this is the key*/
    z-index: 24;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #acacac;
    font-weight: normal;
    cursor: help;
}


    #content a.help:hover,
    #content a.helpReturn:hover,
    #content a.mpHelp:hover,
    a.mpHelp:hover,
    #content a.helpStockLevel:hover,
    #content a.despatchHelp:hover {
        z-index: 25;
        background-color: #fff;
    }


    #content a.help span,
    #content a.helpReturn span,
    #content a.mpHelp span,
    a.mpHelp span,
    #content a.helpStockLevel span,
    #content a.despatchHelp span {
        display: none;
    }

    #content a.help:hover span { /*the span will display just on :hover state*/
        display: block;
        padding: 0.5em;
        position: absolute;
        font-weight: normal;
        top: -3em;
        left: -280px;
        border: 1px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
    }

    #content a.despatchHelp:hover span { /*the span will display just on :hover state*/
        display: block;
        padding: 0.5em;
        position: absolute;
        font-weight: normal;
        top: -2em;
        left: 6em;
        width: 250px;
        border: 1px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
    }

    #content a.mpHelp:hover span,
    a.mpHelp:hover span { /*the span will display just on :hover state*/
        display: block;
        padding: 0.5em;
        position: absolute;
        font-weight: normal;
        top: -1em;
        left: 3em;
        width: 250px;
        border: 4px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
    }

    #content a.helpReturn:hover span { /*the span will display just on :hover state*/
        display: block;
        padding: 0.5em;
        position: absolute;
        font-weight: normal;
        top: -2em;
        left: -370px;
        width: 350px;
        border: 1px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
    }

    #content a.helpStockLevel:hover span { /*the span will display just on :hover state*/
        display: block;
        padding: 10px;
        position: absolute;
        font-weight: normal;
        top: -1em;
        left: -160px;
        width: 140px;
        border: 1px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
    }

div#download .csv {
    background: url(/i/csv.gif) center right no-repeat;
    padding-right: 20px;
}

#breadcrumbs {
    list-style: none;
    margin-bottom: 2em;
    padding: 0;
}

    #breadcrumbs li {
        display: inline;
    }

        #breadcrumbs li a,
        #breadcrumbs li span {
            color: #000;
            padding: 0 0 0 15px;
            background: url(/img/vbop/arrows.gif) top left no-repeat;
        }

.chart-cont {
    width: 100%;
    background: #fff;
    text-align: center;
}

.charth2 {
    background: #454C4E;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    padding: 5px;
}

img.chart {
    width: 1000px;
    margin: 0px auto;
    border: solid #acacac 1px;
}


.amCard {
    background-color: #f7f7f7;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 1px 2px rgba(209, 209, 209, 0.5);
    -moz-box-shadow: 1px 1px 1px 2px rgba(209, 209, 209, 0.5);
    box-shadow: 1px 1px 1px 2px rgba(209, 209, 209, 0.5);
    list-style-type: none;
    margin: 0 15px 15px 0;
    display: inline-grid;
}

    .amCard .vcard {
        margin-top: 10px;
        border-top: 1px solid #d1d1d1;
        font-size: 10px;
    }

    .amCard .name {
        font-weight: bold;
    }

/* Login page */
#register #infoBox1 {
    float: right;
    width: 280px;
    margin-top: 30px;
    padding: 20px;
    background-color: #e2e2e2;
}

    #register #infoBox1 p {
        margin: 5px 0;
    }

    #register #infoBox1 h2 {
        margin: 0;
        font-size: 1.4em;
    }

#login #infoBox1 {
    margin-left: 340px;
}

#login #infoBox2 {
    margin-bottom: 40px;
    margin-left: 340px;
}

    #login #infoBox2 h2,
    #login #infoBox1 h2 {
        margin: 0;
        padding: 0;
    }

#frmRegister {
    float: left;
    width: 500px;
}

#fsLogin {
    border: 5px solid #c1c1c1;
    background-color: #fff;
}

#frmLogin {
    float: left;
    width: 260px;
}

    #frmLogin #branch {
        text-transform: uppercase;
    }

/* control panel */

#cpanel #optBox {
    float: left;
    width: 350px;
    margin-right: 60px;
}

#cpanel #notificationBox {
}


/* my Account */
#myAccount #infoBox1 {
    float: left;
}

#myAccount #optBox {
    float: left;
    width: 350px;
    margin-right: 60px;
}

/* reports */
#currentOrders {
}

#previousOrders {
    float: left;
    width: 450px;
}

#orderHist td,
#empList td {
    border-bottom: 1px solid #dcdcdc;
}

#empList tr th a {
    color: #fff;
}

.orderRow:hover,
.listRow:hover {
    background-color: #f5f5f5;
}

.listRow span.empNo {
    display: block;
    font-size: 0.8em;
    color: #454C4E;
    border-top: 1px solid #454C4E;
    margin-top: 3px;
}

#pointBalance {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    margin: 0.5em 0 0 0;
}

#frmRepCriteria {
    margin-bottom: 50px;
}

    #frmRepCriteria fieldset {
        padding: 0;
        margin: 0;
    }

#frmReviewOrder #ordernumber {
    text-transform: uppercase;
}

#frmUserDetails fieldset {
    padding: 0;
    margin: 0;
}

#frmBranch fieldset {
    padding: 0;
    margin: 0;
}

#frmBranch #bacaNo {
    text-transform: uppercase;
}

#frmBranch #accNo {
    text-transform: uppercase;
}

#frmBranch #postcode {
    text-transform: uppercase;
}

#frmStockProd fieldset {
    padding: 0;
    margin: 0;
}

#frmOrderMgt {
}

.button {
    font-size: 1em;
    padding: 2px 3px;
}

.pager {
    margin: 1em 0 0 0;
    text-align: center;
}

    .pager ul {
        margin: 0;
        padding: 0;
    }

        .pager ul li {
            display: inline;
            list-style-type: none;
            margin: 0 3px;
        }

            .pager ul li#pageSel {
                border-bottom: 2px solid;
            }

    .pager li a {
        padding: 0;
        cursor: pointer;
    }

    .pager .selected a {
        font-weight: 900;
        pointer-events: none;
        cursor: none;
    }

.stockLevel {
    clear: both;
    display: block;
    float: none;
    font-size: 0.9em;
    color: #000;
    margin: 5px 0 8px 0;
}

.lowStockWhite {
    background: url(/img/vbop/iconWarn.gif) center left no-repeat;
}

.lowStock {
    color: #ff0000;
}

.lowStockMsg {
    font-size: 0.9em;
    color: #ff0000;
    background-color: Transparent;
}

.lowStockMsgBig {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 0 8px 45px;
    background: url(/img/vbop/iconWarnBig.gif) center left no-repeat;
    color: #ff0000;
}

#groupItems .lowStockMsg {
    background-color: #e9e9e9;
    padding: 0 0 10px 0;
}


.warningWhite {
    clear: both;
    display: block;
    margin-top: 5px;
    background: url(/img/vbop/iconWarn.gif) center left no-repeat;
    color: red;
    padding: 3px 0 3px 20px;
}

.group-list .warningWhite {
    font-size: 0.9em;
    margin-left:;
}

.overQuotaMsg {
    font-size: 0.9em;
    color: #ff0000;
    background-color: Transparent;
}

#groupItems .overQuotaMsg {
    background-color: #e9e9e9;
    padding: 0 0 10px 0;
}


.catPage {
    clear: both;
    display: block;
    float: none;
    font-size: 0.9em;
    color: #454C4E;
    margin-top: 0.5em;
}

.prodCode {
    font-size: 0.9em;
    color: #454C4E;
}

span.prodTitle {
    font-weight: bold;
    color: #3c3c3c;
}

td.prodPrice {
    font-weight: bold;
    color: #3c3c3c;
}

    td.prodPrice .origPrice {
        font-weight: normal;
        display: block;
    }

    td.prodPrice .salePrice,
    .product .salePrice 
    {
        color: #ff0000;
    }

td.primVal .origPrice {
    font-weight: normal;
    display: block;
}

td.primVal .salePrice,
.product .salePrice 
{
    display: block;
    color: #ff0000;
}

table tr td.salePrice,
.product .salePrice 
{
    font-weight: bold;
    color: #ff0000;
}

.product .discountPrice {
    font-weight: bold;
    color: #037c00;
}


.prodDtl .label,
.prodDtl .value {
    text-align: left;
    display: block;
    float: left;
    color: #454C4E;
    font-size: 0.9em;
    margin-top: 3px;
}

.prodDtl span.label {
    margin-right: 3px;
    width: 45px;
    font-weight: normal;
}

.sze {
    clear: both;
}

.brand {
    clear: both;
    display: block;
    margin-top: 3px;
    color: #000;
}


.tagL1 {
    padding: 1em 10px;
    border-top: 3px solid #eeeeee;
    margin: 0 0 5px 0;
    text-align: center;
    cursor: pointer;
}

    .tagL1 a:visited {
        color: #454C4E;
        font-weight: normal;
    }

#tagProdList {
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
}

    #tagProdList a {
        color: #575757;
        font-weight: normal;
    }


    #tagProdList #dispTitle {
        padding: 5px 0;
        display: block;
    }

    #tagProdList .tagL1LinkTitle {
        margin: 0 0 0 0;
        padding: 0 10px 0px 0;
        float: left;
        width: 100%;
        display: block;
        font-size: 1.8em;
        color: #0281ca;
        font-weight: bold;
        border-bottom: 3px solid #454C4E;
    }

    * html #tagProdList .tagL1LinkTitle {
        margin-left: 40px;
        width: 555px;
    }

    #tagProdList #tag1 #dispTitle {
        background: url(../assets/tags/1.jpg) center left no-repeat;
    }

    #tagProdList #tag2 #dispTitle {
        background: url(../assets/tags/2.jpg) center left no-repeat;
    }

    #tagProdList #tag3 #dispTitle {
        background: url(../assets/tags/3.jpg) center left no-repeat;
    }

    #tagProdList #tag4 #dispTitle {
        background: url(../assets/tags/4.jpg) center left no-repeat;
    }

    #tagProdList #tag5 #dispTitle {
        background: url(../assets/tags/5.jpg) center left no-repeat;
    }

    #tagProdList #tag6 #dispTitle {
        background: url(../assets/tags/6.jpg) center left no-repeat;
    }

    #tagProdList #tag7 {
        background: url(../assets/tags/7.jpg) center left no-repeat;
    }

    #tagProdList #tag8 {
        background: url(../assets/tags/8.jpg) center left no-repeat;
    }

    #tagProdList #tag9 {
        background: url(../assets/tags/9.jpg) center left no-repeat;
    }

    #tagProdList #tag10 {
        background: url(../assets/tags/10.jpg) center left no-repeat;
    }

    #tagProdList #tag11 {
        background: url(../assets/tags/11.jpg) center left no-repeat;
    }

    #tagProdList #tag12 {
        background: url(../assets/tags/12.jpg) center left no-repeat;
    }

    #tagProdList #tag13 {
        background: url(../assets/tags/13.jpg) center left no-repeat;
    }

    #tagProdList #tag14 {
        background: url(../assets/tags/14.jpg) center left no-repeat;
    }

    #tagProdList #tag15 {
        background: url(../assets/tags/15.jpg) center left no-repeat;
    }

    #tagProdList #tag16 {
        background: url(../assets/tags/16.jpg) center left no-repeat;
    }

    #tagProdList #tag17 {
        background: url(../assets/tags/17.jpg) center left no-repeat;
    }

    #tagProdList #tag18 {
        background: url(../assets/tags/18.jpg) center left no-repeat;
    }


#spgList {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    #spgList td {
        padding: 10px 0;
    }

    #spgList .spgCol a,
    #spgList div a {
        color: #454C4E;
        font-size: 1em;
        background: url(/img/vbop/bullet.gif) center left no-repeat;
        padding: 3px 0 3px 12px;
        margin: 0;
    }

        #spgList .spgCol a.selected,
        #spgList div a.selected {
            font-size: 1em;
            color: #0281ca;
        }

#tagListL2 {
    width: 85%;
}

    #tagListL2 td {
        padding-top: 0;
    }

.tagListSmall {
    padding: 0;
}

#tagProdList .tagListSmall a {
    font-size: 1em;
    display: block;
    background: url(/img/vbop/bullet.gif) center left no-repeat;
    padding: 0 0 0 12px;
    margin: 0;
}

    #tagProdList .tagListSmall a.selected {
        font-size: 1em;
        color: #0281ca;
    }


.tagCol1 {
    float: left;
    width: 50%;
}

.tagCol2 {
    float: left;
    width: 50%;
}

#tagCatList .tagL1Link {
    margin: 0 0 0 0;
    padding: 20px 5px 20px 80px;
    display: block;
    font-size: 1.2em;
    color: #0281ca;
    font-weight: bold;
}



.actionBar {
    margin-top: 1em;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 0px;
}

    .actionBar label {
        font-size: 0.9em;
        display: inline;
        background-color: Transparent;
    }

    .actionBar input {
        font-size: 1em;
        padding: 0;
    }

    .actionBar select {
        font-size: 1em;
        padding: 0;
    }

.abarSet {
    display: inline;
    border-right: 1px solid #acacac;
    margin-right: 7px;
    padding-right: 10px;
}

    .abarSet .button {
        padding: 1px 3px;
    }

        .abarSet .button:disabled {
            font-weight: normal;
            color: #6f6f6f;
        }


#frmEmp h1 {
    margin-top: 10px;
}

#fsEditEmp {
    margin-top: 10px;
}


.slideDiv {
    border: 1px solid #ccc;
    margin-top: 10px;
}

    .slideDiv h2 {
        background-color: #f5f5f5;
        margin: 0;
        padding: 3px;
        font-size: 0.9em;
    }

ul.dhtmlOpts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.dhtmlOpts li {
        display: inline;
        margin-right: 10px;
    }


#admin .listPrice,
#admin .basicPrice,
#admin .stockLevel,
#admin .estQty {
    text-align: right;
    width: 5em;
    font-size: 1em;
    margin: 0;
    padding: 2px;
}


#admin .spOptions {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    width: 300px;
}

    #admin .spOptions td {
        padding: 0;
    }

    #admin .spOptions th {
        background-color: #a7a7a7;
    }

        #admin .spOptions th.listPrice {
            width: 70px;
            text-align: right;
        }

        #admin .spOptions th.stock {
            font-size: 1em;
            margin: 0;
            padding: 2px;
            color: #fff;
            width: 70px;
            text-align: right;
        }

#admin fieldset {
    padding: 0;
}

#acDetails {
    padding: 10px;
    border: 3px solid #a7a7a7;
    background-color: #f0f0f0;
    margin: 10px 0;
}

.loading {
    margin-top: 20px;
}

    .loading img {
        float: left;
    }

    .loading p {
        float: left;
        margin: 6px 0 0 6px;
    }

.helpTxt {
    float: left;
    width: 530px;
    margin-right: 20px;
}

.helpImg {
    float: left;
    width: 250px;
    margin-bottom: 20px;
}

    .helpImg img,
    .helpImgWide img {
        border: 4px solid #a7a7a7;
    }

.capNo {
    font-weight: bold;
    color: #a7a7a7;
    padding-right: 10px;
}

.capTxt {
    font-style: italic;
    font-size: 0.9em;
}

.helpImgWide {
    width: 550px;
    margin-bottom: 20px;
}

#mpGroupBox {
    text-align: left;
    float: left;
    width: 300px;
    border: 5px solid #efefef;
    padding: 10px;
    margin-right: 10px;
    background: url(/img/vbop/hlpAdviceBG.jpg) bottom left repeat-x;
}

#prodGroupBox {
    text-align: left;
    float: left;
    width: 300px;
    border: 5px solid #efefef;
    padding: 10px;
    background: url(/img/vbop/hlpAdviceBG.jpg) bottom left repeat-x;
}

#mpGroupBox img {
    float: left;
    margin-bottom: 0;
}

#prodGroupBox img {
    float: left;
    margin: 0 10px 10px 0;
}

#mpGroupBox p {
    margin: 0 0 5px 0;
    float: left;
    width: 200px;
}

#prodGroupBox p {
    margin: 0 0 5px 0;
    float: left;
    width: 210px;
}

#mpGroupBox input {
    margin-left: 0px;
    float: left;
}

#prodGroupBox input {
    margin-left: 0px;
    float: left;
}


td.border {
    border-top: 1px solid;
}


span.datasheet {
}

address span {
    display: block;
    font-style: normal;
    line-height: 1.2em;
}

#orderStep3 fieldset {
    padding: 0;
}

/*#orderStep3 #deliveryChoices ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}*/

#orderStep3 #deliveryChoices .card {
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 2px 16px 16px;
}

    #orderStep3 #deliveryChoices .card:hover {
        overflow: hidden;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    #orderStep3 #deliveryChoices .card .card-title h3 {
        font-size: 1.3em;
        padding: 0;
        margin: 10px 0;
        font-weight: bold;
        color: #454C4E;
    }


table tr td table tr th {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid;
}

#content table tr th a {
    color: #fff;
    text-decoration: underline;
}

    #content table tr th a.sort {
        background: url(/img/vbop/sort.gif) right 7px no-repeat;
        padding-right: 14px;
    }

    #content table tr th a.desc {
        background: url(/img/vbop/sort-desc.gif) right 7px no-repeat;
    }



.print-only {
    display: none;
}

.collect {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #d7d7d7;
    background-color: #f7f7f7;
}

    .collect h2 {
        margin: 0;
        border-bottom: none;
    }

.collectMsg {
    font-weight: bold;
}

.notPlaced {
    color: red;
}



/* NEW STYLE REWRITE */

/* Alerts & Messages */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

/* Buttons and Badges */


.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:empty {
        display: none;
    }

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-important {
    background-color: #b94a48;
}

    .badge-important[href] {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning[href] {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success[href] {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info[href] {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse[href] {
        background-color: #1a1a1a;
    }

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

.status-msg {
    clear: both;
    margin-top: 10px;
    padding: 3px !important;
}

a.viewdetail {
    display: block;
    width: 100px;
    margin-top: 10px;
}

.prodTitle a {
    margin-top: 0;
    width: auto;
}

/* new styles */
@media print {
    .no-print {
        display: none;
    }

    fieldset {
        padding: 0;
    }

    #content {
        padding: 0;
    }

    a#logo {
        width: auto;
    }

    .roManpack {
        padding: 0;
    }

    #fsRevOrderDetails {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        #fsRevOrderDetails h2 {
            margin-bottom: 0.9em;
        }

        #fsRevOrderDetails fieldset {
            padding: 0;
        }

        #fsRevOrderDetails #details {
            float: right;
            width: 40%;
        }

        #fsRevOrderDetails #branch {
            float: left;
            margin-right: 2%;
            width: 40%;
        }

        #fsRevOrderDetails #details #ordernumber {
            border: none;
            font-size: 1em;
            padding: 0;
        }

        #fsRevOrderDetails #details label {
            padding: 0;
        }

    #orderGroups h3 {
        padding: 0;
    }

    .roManpack {
        border: none;
    }

    .print-only {
        display: block;
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(160deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(160deg);
    }

    100% {
        transform: rotate(0deg);
    }

    ;
}

.loadingSpinner {
    display: none;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px auto;
    animation: loading 5s infinite linear;
}

/*.active {
    display: block;
    z-index: 1001;
    left: auto;
    right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

.spin-1 {
    border: 5px solid #FFFF00;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 120px;
    height: 120px;
}

.spin-2 {
    border: 5px solid #001F00;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 100px;
    height: 100px;
    animation-delay: 1s;
}

.spin-3 {
    border: 5px solid #00CC00;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}

.spin-4 {
    border: 5px solid #FFFF00;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 60px;
    height: 60px;
    animation-delay: 1s;
}

.spin-5 {
    border: 5px solid #001F00;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 40px;
    height: 40px;
    animation-delay: 1s;
}

.spin-6 {
    border: 5px solid #00CC00;
    width: 20px;
    height: 20px;
    animation-delay: 1s;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.btn, .btn-success, .btn-default {
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0px;
}

#frmUserDetails .checkbox-div .btn-success,
#frmUserDetails .checkbox-div .btn-default {
    width: 100%;
    line-height: 15px;
}

#addProducts .smallImage {
    width: 100%;
    padding-top: 5px;
    max-width: 20px;
    display: inline-block;
}

.help-link {
    cursor: initial;
    border-bottom: none;
}

#orderGroups .roManpack {
    font-size: 76%;
}

.vcenter-hack {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.product {
    border-bottom: 1px solid #dcdcdc;
}

    .product .tags {
        clear: both;
        margin-top: 10px;
    }

        .product .tags a {
            font-size: 0.8em;
            font-weight: normal;
            background-color: #454C4E;
        }

    .product .opts .atb {
        padding: 10px 0;
    }

        .product .opts .atb label.wsTitle {
            float: none;
            width: 100%;
            -ms-border-radius: 0;
            border-radius: 0;
            text-align: right;
        }

        .product .opts .atb .list-group {
            margin-top: 0;
        }

        .product .opts .atb .list-group-item:last-child {
            -ms-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
            -ms-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.product .opts .apOpt {
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 10px;
    }

    .product .opts .stockLevel {
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
    }

    .product a.viewdetail {
        display: inline;
    }

    .product .sel {
        padding-top: 5px;
    }

    .product .pers-div a.viewdetail {
        color: inherit !important;
        text-decoration: none;
    }

#fsProducts .cat-products-hbar {
    background-color: #454C4E;
    color: white;
    margin-top: 10px;
    line-height: 2.42;
}

.no-overflow {
    overflow: hidden;
}

.pane-heading a.accordion-toggle {
    color: inherit !important;
}

.pane-heading .pane-img {
    height: 25px;
    margin-bottom: 2px;
}

.circle {
    background: #cccccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.circle-sm {
    font-size: 1em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    width: 1em;
    line-height: 1em;
}

.circle-md {
    font-size: 2.5em;
    border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    -webkit-border-radius: 1.25em;
    width: 2.5em;
    line-height: 2.5em;
}

.circle-lg {
    font-size: 4em;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: .8em;
    width: 4em;
    line-height: 4em;
}

.nav-tabs > li {
    margin-top: 0px;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        padding: 10px 15px;
        color: #77777b;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #555;
    }

.checkbox-div {
    max-width: 35px;
}

    .checkbox-div label.btn {
        padding: 5px 5px;
    }

.actionBar .abarSet .form-control {
    display: inline;
    width: auto;
    height: 23px;
}

.actionBar input {
    padding: 1px 5px;
}

.actionBar button {
    font-weight: bold;
}

.go-to-top-div {
    padding: 5px 3px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    position: fixed;
    cursor: pointer;
    margin: 10px;
    -moz-opacity: 0.50;
    opacity: .50;
    filter: alpha(opacity=50);
    text-align: center;
    border-radius: 50%;
    display: none;
}

.go-to-top-button {
    font-size: 20px;
    top: 20%;
}

#branchesDiv .actions-div {
    margin-top: 15px;
}

.notif-div {
    border: solid 1px black;
    background: white;
    padding: 10px;
    display: none;
}

    .notif-div .glyphicon {
        font-size: 1.2em;
    }



.imgsuccess {
    width: 25px;
    height: 25px;
}

.center-loading-bg {
    opacity: 0.6;
    background: url(/img/vbop/loading.gif) #eaeaea center no-repeat;
    pointer-events: none;
}

.btn.center-loading-bg {
    background-position: center;
}

.ws-items-list .ws-items-header {
    background-color: #454C4E;
    padding: 5px;
    color: #fff;
    text-align: left;
}

.ws-items-list .ws-item {
    padding: 5px 0px 0px 5px;
    border-bottom: 1px solid lightgray;
}

    .ws-items-list .ws-item input[type=text].ap-no {
        max-width: 35px;
        max-height: 28px;
        display: inline-block;
        text-align: center;
    }

.permission-text {
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    clear: both;
    display: block;
    margin-top: 5px;
}

.modal .translation-collapse-div {
    font-size: 0.8em
}

.accordion-toggle {
    color: inherit;
    font-size: 0.8em;
}

    .accordion-toggle:after,
    .panel.panel-open .accordion-toggle:after {
        content: "\E434";
        font-family: 'Glyphicons Regular';
        float: right;
        margin-right: 10px;
    }

    .accordion-toggle.collapsed:after,
    .panel .accordion-toggle:after {
        content: "\E433";
    }

    .accordion-toggle:hover {
        text-decoration: none;
    }


.pagination > li {
    display: block;
    float: left;
    vertical-align: middle;
    margin-right: 0px;
    overflow: hidden;
}

.pagination li.selected {
    border-bottom: 1px solid #454C4E;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 5px 10px !important;
    border: none;
    border-bottom: 1px solid lightgray;
    border-radius: 0px;
    color: #454C4E !important;
}

a .glyphicons-href {
    font-size: 18px;
    color: #454C4E !important;
    margin-left: 5px;
}

a .glyphicons {
    margin-left: 5px;
}

    a .glyphicons .gray {
        color: #454C4E !important;
    }

.form .form-group p.form-control-static {
    margin: 0;
}


.form-group-sm .form-control,
.form-group-lg .form-control {
    border-radius: 0px;
}

.form-group-sm .help-block {
    font-size: 12px;
}

input.form-control,
select.form-control {
    border-radius: 0px;
}

.chart {
    webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
    margin-bottom: 10px;
    text-align: center;
}

    .chart .chart-title {
        margin-bottom: 0.6em;
        font-size: 1.2em;
        border-bottom: 2px solid #454C4E;
        text-align: center;
        padding: 2px;
    }

    .chart .chart-value {
        font-size: 1.5em;
        font-weight: 700;
        text-align: center;
        padding: 2px;
    }

    .chart .table tr td {
        text-align: left;
    }

    .chart .date-span {
        text-align: right;
        font-size: 0.9em;
    }

a.helper-link {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    cursor: help;
}

    a.helper-link span.helper-text-div {
        display: none;
        padding: 0.5em;
        position: absolute;
        font-weight: normal;
        top: 1em;
        right: -105px;
        font-size: 0.8em;
        border: 1px solid #acacac;
        background-color: #fff;
        color: #000;
        text-align: left;
        webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
        -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
        box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.12941176470588);
    }

    a.helper-link:hover span.helper-text-div {
        display: block;
    }

.table-overflow-div {
    max-height: 300px;
    overflow: auto;
}

.well {
    border-radius: 0px;
}

.notifications-table tr td:first-child {
    font-weight: 700;
}

.filter-bar .form-group {
    margin-bottom: 0px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

    .autocomplete-suggestions strong {
        font-weight: normal;
        color: #3399FF;
    }

.form-inline .form-group label {
    display: inline-block !important;
}

.form-inline label {
    display: inline-block !important;
}

#content .nav-tabs li a span {
    margin-right: 5px;
}

.carousel-promotions {
    height: 105px;
}

    .carousel-promotions .carousel-promotions-img {
        height: 105px;
        margin-left: -12px;
        margin-right: -12px;
    }

    .carousel-promotions .carousel-inner .carousel-caption {
        color: #000;
        text-shadow: none;
        padding-bottom: 0px;
        padding-top: 0px;
        text-align: left !important;
        left: 2%;
        right: 2%;
    }

    .carousel-promotions .carousel-inner h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .carousel-promotions .carousel-inner p {
    }

    .carousel-promotions .carousel-indicators {
        display: none;
    }

    .carousel-promotions .carousel-control {
        background-image: none;
        color: #000;
        width: 1%;
    }

        .carousel-promotions .carousel-control .glyphicon {
            font-size: 0.9em;
        }

.panel-group .panel {
    border-radius: 0px;
}

[uib-typeahead-popup].dropdown-menu {
    font-size: 12px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0px;
}

.has-feedback .form-control {
    padding-right: 27.5px;
}

.btn-success {
    background-color: #0189a5;
    border-color: #454C4E;
}

    .btn-success.active, .btn-success:active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

#orderGroups .cache-groups-header {
    background-color: #454C4E;
}

#orderGroups .cache-group .glyphicons {
    font-size: 18px;
    color: #454C4E !important;
}

#frmAddress .payment-selection-div .btn[disabled], 
#frmAddress .payment-selection-div .btn[disabled]:hover {
    border: 2px solid #0189a5;
}
