﻿@media screen and (max-width: 1050px) {
    .TabTitles, .displayForMainView {
        display: none;
    }

    span {
        white-space: normal;
    }

    .ui-menu {
        width: 200px;
    }


    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 0;
        background: none;
    }
    
    .body-content {
        padding: 1px;
        padding-left:3px;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    .siteHeader {
        Height: 80px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .headerSiteImage {
        Height: 60px;
    }

    .blackHeader {
        Height: 43px;
        vertical-align: top;
    }

    .MenuButton {
        background-color: #3C4858;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        border: none;
        z-index: 1;
    }
        .MenuButton span {
            position: absolute;
            clip: rect(1px, 1px, 1px, 1px);
            padding: 0;
            border: 0;
            height: 1px;
            width: 1px;
            overflow: hidden;
        }

    .scrollable {
        width: 100%;
        overflow-x: scroll;
        text-align: center;
    }


    #AccountInfo {
        width: 100%;
        overflow: hidden;
    }

    .mainViewResponse {
        display: none;
    }

    .mobViewResponse {
        display: inline;
    }

    .loglbl {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        font: bold;
    }

    .informationSection {
        float: none;
    }

    .separator {
        display: none;
    }
    .shoppingCartSeparator {
        display: none;
    }

    .Centralizer {
        width: 100%;
        float: left;
        position: relative;
        left: -50%;
    }

    .pageContainers table td.objectContainer {
        width: 100%;
        float: left;
        white-space: normal;
        padding: 0 0 1% 0;
        margin: 0;
        position: relative;
        left: 30%;
    }

    .mobTitleContainer {
        float: none;
        padding: 0 0 2% 0;
        margin: 0;
        display: block;
    }


    .popupAgreement td {
        white-space: normal;
    }

    .popupAgreement {
        z-index: 1;
        display: block;
        position: fixed;
        top: 10%;
        left: 10%;
        right: 10%;
        border: 1px solid #808285;
        border-radius: 10px;
        background: no-repeat #808285;
        opacity: 0.9;
        color: #FFF;
        text-align: center;
        box-shadow: 10px 10px 10px #11375E;
    }

}

@media screen and (min-width: 1051px) {
    .MenuButton, .mobTitleContainer, .displayForMobile, .blackMobileHeader, .mobViewResponse {
        display: none;
    }

    .displayForMainView {
        display: block;
    }

    .mainViewResponse {
        display: inline;
    }

    .siteHeader {
        Height: 80px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 20px;
    }

    .blackHeader {
        Height: 50px;
    }

    .headerSiteImage {
        Height: 60px;
    }

    .popupAgreement td {
        white-space: normal;
    }

    .popupAgreement {
        top: 50%;
        left: 25%;
        right: 25%;
        margin-top: -7.5%;
        display: inline-block;
        position: fixed;
        border: 1px solid #808285;
        border-radius: 10px;
        background-color: #808285;
        opacity: 0.9;
        color: #FFF;
        text-align: center;
        box-shadow: 10px 10px 10px #11375E;
    }
}


@media print {
    .buttonUp, .displayForMobile, .blackMobileHeader, .headbar, .footbar, .buttonYes, .buttonNo {
        display: none;
    }

    #receiptText {
        text-align: left;
    }

    @page {
        margin: 0;
    }

    .headerSiteImage {
        Height: 60px;
    }

    .centerAlignedFrame {
        text-align: center;
        width: auto;
        clear: left;
        clear: right;
        padding: 4px 2px 4px 2px;
    }

    .footer {
        display: none;
    }

    .siteHeader {
        background-color: #387FC2;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    body {
        margin: 1.6cm;
    }
}

* {
    box-sizing: border-box;
}

.siteHeader {
    background-color: #387FC2;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.siteHeaderKingston {
    background-color: #0059a3 !important;
}

.siteHeaderThunderBay {
    background-color: #3a53a2 !important;
}

.siteHeaderGuelph {
    background-color: #00a6e5 !important;
}

.blackHeader {
    background-color: #3C4858;
    color: #ffffff;
    border: 1px outset #474747;
}

.blackHeaderKingston {
    background-color: #343434 !important;
}

.blackHeaderGuelph {
    background-color: #222222 !important;
}

body {
    white-space: normal;
    overflow-x: hidden;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    padding: 0 0 0 0 !important;
}

h1 {
    font-weight: bold;
    font-size: 26.25px;
    line-height: 31.5px;
}

h2 {
    font-size: 22.4px;
    line-height: 35.84px;
}

h3 {
    font-size: 18.2px;
    line-height: 33.6px;
}

h4 {
    font-size: 16.8px;
    line-height: 31.0154px;
}

h5 {
    font-size: 14px;
    line-height: 25.8462px;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

a, a:link, a:visited {
    color: #3b5998;
    font-weight: 600;
    text-decoration: none;
}

    a:active, a:hover {
        color: #474747;
        text-decoration: underline;
    }

.blackHeader a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

input, textarea, inputUp, .textarea {
    padding: 2px;
}

input, textarea, .textarea, select {
    border: 1px solid;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    border-color: #949494;
}

hr {
    background-color: white;
    color: #4c3000;
    height: 1px;
}

header a:focus {
    outline-color: #ffffff;
}

.mainTitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.menuItem {
    background-color: #3C4858;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    max-width: 280px;
    height: 2.9rem;
    line-height: 2.5rem;
    padding: 0px 20px 0px 20px;
    margin: 1px;
    border-spacing: 0px 0px;
    border-right: 1px inset #474747;
}

.menuItemLast {
    background-color: #3C4858;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    max-width: 280px;
    height: 2.9rem;
    line-height: 2.5rem;
    padding: 0px 20px 0px 20px;
    margin: 1px;
    border-spacing: 0px 0px;
    border-right: 1px inset #474747;
    border-right: none;
}

    .menuItem:hover, .menuItem:focus, .menuItemLast:hover, .menuItemLast:focus, .menuItem:active {
        background-color: #000000;
    }

    .menuItem:focus, .menuItemLast:focus {
        border: 1px solid #fff;
    }

.MenuButton {
    background-color: #3C4858;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: none;
    z-index: 1;
}

    .MenuButton span {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

.mobMenuList {
    display: none;
}
    .mobMenuList li {
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #FFF;
        text-align: left;
        line-height: 1rem;
    }
        .mobMenuList li a {
            text-decoration: none;
            color: #fff;
            font-size: 1rem;
            font-weight: 100;
        }
        .mobMenuList li:hover {
            border: 1px solid #FFF;
        }

    .mobMenuList.responsive {
        display: block;
        position: absolute;
        top: 122px;
        z-index: 2;
        width: 100%;
        border: none;
        height: auto;
        overflow-x: hidden;
        background-color: #3C4858;
        list-style-type: none;
        padding-left: 10px;
        margin-left: 0;
        transition: 0.6s;
        text-align: left;
    }
        .mobMenuList.responsive li {
            padding: 10px 0 10px 0;
            border-bottom: 1px solid #FFF;
            text-align: left;
            line-height: 1rem;
        }
            .mobMenuList .responsive li a {
                text-decoration: none;
                color: #fff;
                font-size: 1rem;
                font-weight: 100;
            }
            .mobMenuList.responsive li:hover {
                border: 1px solid #FFF;
            }


.wrapDiv {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
}

    .wrapDiv .flexDiv .form-group {
        margin-bottom: 0;
    }

    .flexDiv {
        position: relative;
        width: auto;
        vertical-align: top;
        margin: 0 1em 1em 0;
        float: left;
        clear: both;
    }
   
    .flexDiv .flexDiv{
        margin-left:0;
    }

.visuallyHidden {
    top: 1px;
    left: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.skiplinks a[title]:focus:after {
    content: attr(title);
    background-color: white;
    color: blue;
    border: 1px, solid,#000000;
    padding: 5px;
    position: absolute;
    max-width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}

.footerThunderBay {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.footerThunderBay a:hover {
    color: #000000 !important;
}

.footerKingston {
    background-color: #e3e0da !important;
    color: #666669 !important;
}

.footerKingston a, .footerKingston a:link, .footerKingston a:visited, .footerKingston a:active {
    color: #0059A3 !important;
}

.footerKingston a:hover {
    color: #3b5998 !important;
}

.footerGuelph {
    background-color: #474747 !important;
    color: #FFFFFF !important;
}

.footerGuelph a, .footerGuelph a:link, .footerGuelph a:visited, .footerGuelph a:active {
    color: #F8A468 !important;
}

.footerGuelph a:hover {
    color: #FFFFFF !important;
}

.footer {
    padding: 10px 10px 30px 10px;
    height: auto;
    background-image: none;
    background-color: #95ABC2;
    border: none;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: auto;
}

    .footer a, .footer a:link, .footer a:visited, .footer a:active {
        color: #3C4858;
        font-weight: 600;
        text-decoration: none;
    }
        .footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.balance-tab {
    white-space: nowrap;
}

.Login {
    border: 1px solid #009BDF;
    background: #C0C0C0;
    width: 100%;
    border-radius: 5px;
    padding: 1%;
}

.SpecText {
    width: 85%;
    Height: 100%;
    border: 1px solid #11375E;
    border-radius: 5px;
    margin: 0;
    padding: 0px 0px 0px 1%;
    font-size: 16pt;
    margin-bottom: 2%;
}

.headbar {
    height: 5px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #2b9629;
    border-radius: 5px 5px 0px 0px;
    border-top: none;
    background: #00a6e5;
}

.footbar {
    height: 5px;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #2b9629;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #474747;
}

.countdown {
    color: #FFF;
    background: no-repeat #11375E;
    text-align: center;
    font-size: medium;
    vertical-align: middle;
    position: fixed;
    top: 40%;
    width: 100%;
    z-index: 1;
}

    .countdown.a, .popupAgreement a {
        color: #fff;
    }

.informationSection {
    width: 200px;
    min-height : 150px;
    color: #000;
    font-size: 13px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    padding-bottom:1em;
}

    .informationSection td {
        padding:0 0.5em 0 0.5em;
        vertical-align:top;
    }
    .informationSection tr {
        padding: 0 0.5em 0 0.5em;
        vertical-align: top;
    }
    
    .informationSection table {
        width: 100%;
    }
    .informationSection .title{
        text-align:center;
        vertical-align:top;
        padding-top:1em;
    }

.grayBox, transactionBox {
    border-radius: 4px;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
}

.grayBox {
    background-color: #f5f5f5;
    width: 100%;
}
.margins{
    margin:1em 0.5em 1em 0.5em;
}

.grayBox2 {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow:  unset 1px 1px 1px rgba(0,0,0,.1);
}

.icon-bar {
    display: block;
    width: 100%;
    height: 8%;
    border-radius: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #ffffff;
}

.floater {
    z-index: 1;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    border: 1px solid #808285;
    border-radius: 10px;
    top: 0%;
    left: 0%;
    background: no-repeat #808285;
    opacity: 0.9;
    color: #FFF;
    text-align: center;
}

.popupAgreement td a, .popupAgreement table, .popupAgreement a:visited {
    color: #FFF;
    white-space: normal;
}

.even {
    background-color: White;
}

.grid {
    border-color: Silver;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    width: inherit;
    text-align: center;
    margin: 0px;
}
    /*table stripe*/
    .grid tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }
    /*table stripe hover*/
    .grid tbody tr:hover {
        background-color: #f5f5f5;
    }
    /*Keeps grid header black on hover keep it last to work*/
    .grid tbody tr:first-child {
        background-color: #000000;
        color: #fff;
    }

        .grid tbody tr:first-child a {
            color: #fff;
            text-decoration: underline;
        }
    /*Keeps any nested grid header with inherited backround color */
    .grid tbody table tbody tr:first-child {
        background-color: inherit;
    }

/*Overwrites jquery styles*/
.ui-widget-header {
    border: inherit;
    background: #ffffff;
    color: #000000;
    font-size: 1em;
}
.ui-widget {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    color: #66778F;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid silver;
    box-sizing: border-box;
    height: 50px;
    line-height: 2rem;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
    background-color: #66778F;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.addCardContainer {
    width: 600px;
    border: 1px solid #949494;
    padding: 20px
}

.inputUp {
    border: 1px solid #1484e6;
}

.button, .ui-button, .buttonUp, .buttonYes, .buttonNo {
    padding: 0px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 8px 2px 8px;
    font-weight: 400;
    min-width: 100px;
    max-width: 180px;
    min-height: calc(1.5em + 0.75rem + 2px);
    border-radius: 4px;
    border-color: transparent;
    font-size: 1em;
    background-color: #179E8E;
    Text-decoration: none;
    color: #fff;
    text-align: center;
}


    .button:hover, .ui-button:hover, .buttonUp:hover, .buttonNo:hover, .buttonYes:hover {
        Background: #95D3E0;
        color: #000000;
        Text-decoration: none
    }

    .button:disabled, .ui-button:disabled, .buttonUp:disabled, .buttonNo:disabled, .buttonYes:disabled {
        background-color: #F5f5f5;
        color: #808285;
        cursor: text;
        border: 1px dotted #808285;
    }


.buttonUp, .buttonYes, .buttonNo {
    cursor: pointer;
}

.content {
    padding: 10px 10px 10px 10px;
    background-image: none;
    border: none;
}

.frame {
    padding: 4px 2px 4px 2px;
}

.rightAlignedFrame {
    text-align: right;
    padding: 4px 2px 4px 2px;
}

.centerAlignedFrame {
    text-align: center;
    width: auto;
    clear: left;
    clear: right;
    padding: 4px 2px 4px 2px;
}

/*Modal Popup*/
.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ModalPopup {
    min-width: 200px;
    background: #feeebd;
    border: solid 1px #eeb420;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.modalProgressGreyBackground {
    background: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalProgressRedBackground {
    background: Red;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopupProgress {
    text-align: center;
    padding-top: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 300px;
    height: 100px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.receiptBox {
    border: 1px solid #000;
    white-space: normal;
    justify-content: center;
    background-color: #FFF;
    border-radius: 5px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.7rem;
}



.logo {
    display: block;
    text-decoration: none;
    float: left;
    margin-top: 5px;
}

    .logo::before {
        color: #fff;
        content: "\e001";
        font-weight: normal;
        font-style: normal;
        font-size: 2.5em;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

/* Nav Demo Styles -------------------- */
.main-nav,
.drop-nav {
    background: #0070C0;
    color: #FFFFFF;
}

.main-nav {
    float: right;
    border-radius: 4px;
    margin-top: 8px;
    border: solid 1px #1e2a36;
}

    .main-nav > li {
        float: right;
        border-left: solid 1px #1e2a36;
    }

    .main-nav li:first-child {
        border-left: none;
    }

    .main-nav a {
        color: #fff;
        display: block;
        padding: 10px 30px;
        text-decoration: none;
    }

.dropdown,
.flyout {
    position: relative;
}

    .dropdown:after {
        content: "\25BC";
        font-size: .5em;
        display: block;
        position: absolute;
        z-index: 4;
        top: 38%;
        right: 12%;
    }

.drop-nav,
.flyout-nav {
    position: absolute;
    display: none;
}

    .drop-nav li {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
    display: block;
}

.flyout-nav {
    left: 100%;
    top: 0;
}

.flyout:hover a,
.flyout-nav {
    background: #395066;
}

/*Card Style*/
.balanceLabel {
    text-align: left;
    border-style: dashed;
    border-width: thin;
    border-top-width: 0px;
    border-left-width: 0px;
    border-color: #d8d8d8;
}

.balanceValue {
    text-align: left;
    border-bottom-style: dashed;
    border-width: thin;
    border-color: #d8d8d8;
}

.childBalanceLabel {
    text-align: left;
    border-right-style: dashed;
    border-right-width: thin;
    border-color: #d8d8d8;
}

.balanceHeader {
    text-align: center;
    border-width: thin;
    border-style: solid;
    border-color: silver;
    background-color: #02739d50;
    border-radius: 0px;
}

/*Master Container*/
#masterContainer {
   background-color: #FFFFFF;
}

.labelOnTop {
    margin-bottom: 10px;
}

.verticalContainerSeparator {
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    display: inline-grid;
    padding-top: 28px;
}

.containerButton {
    margin: 10px 8px 10px 0;
}

.requiredFieldMarker {
    color: #de0303;
    font-size: large
}

.form-control{
    width:18em;
}

.right-aligned {
    text-align: right;
}

/*Overwrites jquery*/
.ui-widget-content {
    border: none !important;
}

caption {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    position: absolute;
}
.radio-control{
width:14em !important;
 }

/*CSS Tooltip for shopping cart icon. 
JQuery does't work with server side elements.
So we use CSS.*/
.cart-tool {
    width: 2em;
    position: relative;
    display: inline-block;
}

    .cart-tool span {
        visibility: hidden;
        width: 25em;
        text-align: left;
        font-size: 14px;
        color: #474747;
        font-weight: 400;
        line-height: 1.5em;
        padding: 8px;
        border-radius: 2px;
        border-width: 2px;
        border-radius: 4px;
        background-color: #ffffff;
        /* Position the tooltip */
        position: absolute;
        z-index: 9999;
        top: 0px;
        left: 35px;
        -webkit-box-shadow: -5px -5px 10px rgba(128, 130, 133, 0.80);
        box-shadow: -5px -5px 10px rgba(128, 130, 133, 0.80);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .cart-tool:hover span {
        visibility: visible;
    }

    .cart-tool:focus span {
        visibility: visible;
    }

.radio-label legend {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.form-control-message {
    display: block;
    background-color: #D2E9FF;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    align-self: baseline;
}

.products-assigned {
    background-color: #02739d50;
    width: 12em;
}

.btn-label {
    position: relative;
    display: inline-block;
    padding: 6px 6px;
    background: rgba(0,0,0,0.10);
    border-radius: 3px 0 0 3px;
    height: 1.9em;
}

.btn {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-labeled {
    padding: 0;
}

.buttonArrow {
    border: 1px solid #ccc;
    color: #02739d !important;
    background-color: #fff;
    font-weight: 400;
    font-size: 0.8em;
    border-radius: 4px;
    margin-bottom: 6px;
    height: 2em;
    line-height: 1em;
}

    .buttonArrow:hover, .buttonArrow:focus {
        background-color: #02739d20;
        border: 1px solid silver;
    }

    .buttonArrow:disabled {
        background-color: #F5f5f5;
        color: #808285;
        cursor: text;
        border: 1px dotted #808285;
    }

.padding {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
}
.text-danger {
    color: #ba0505 !important;
}

.divWidth100{
    width:100%;
}

.lines {
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-bottom-left-radius: 6px;
    padding-left: 1em;
    padding-bottom: 1em;
    min-height: 9em;
}

.shoppingCartSeparator {
    width: 20em;
}

.w12em {
    width: 12em !important;
}
.w-9rem {
    width: 9rem;
}

.w-12rem {
    width: 12rem;
}

.h-23px {
    height: 23px;
}

.cart-img {
    height: 35px;
    border-width: 0;
    vertical-align: middle;
}

/*********************************************
******  CSS tooltip            ***************
*********************************************/
.tooltip-tool {
    width: 2em;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 2em;
}

/*.tooltip-tool span,*/
.tooltip-style {
    visibility: hidden;
    width: 18em;
    text-align: left;
    font-size: 0.9rem; /*14px*/
    color: #474747;
    font-weight: 400;
    line-height: 1.5em;
    padding: 8px;
    border-radius: 2px;
    border-width: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    /* Position the tooltip */
    position: absolute;
    z-index: 9999;
    top: 30px;
    left: 30px;
    /*left: -50px;*/
    -webkit-box-shadow: -5px -5px 10px rgba(128, 130, 133, 0.80);
    box-shadow: -5px -5px 10px rgba(128, 130, 133, 0.80);
    opacity: 1;
    filter: alpha(opacity=100);
}


/*Overwrites jquery styles*/


.ui-tabs-anchor {
    font-size: 1.4em;
    min-width: 8em;
    text-align: center;
}

