﻿@media print {
    div.header {
        display: none;
    }

    div.navigation {
        display: none;
    }

    #BREADCRUMBS {
        display: none;
    }
}

/*MASTER PAGE*/
html {
    -webkit-text-size-adjust: none;
    /*prevents iphone text from resizing in landscape mode*/
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Arial', 'foco', 'Wellocks';
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    font-size: 16px;
    color: #002d62;
    padding-top: 10px;
    font-size: 12px;
}

strong {
    font-weight: bold !important;
}

b {
    font-weight: bold;
}

bb {
    font-weight: bolder;
}

b10 {
    font-weight: 10;
}

b50 {
    font-weight: 50;
}

b100 {
    font-weight: 100;
}

b200 {
    font-weight: 200;
}

b300 {
    font-weight: 300;
}

b400 {
    font-weight: 400;
}

b500 {
    font-weight: 500;
}

b600 {
    font-weight: 600;
}

b700 {
    font-weight: 700;
}

b800 {
    font-weight: 800;
}

b900 {
    font-weight: 900;
}

input[type="image"].help {
    vertical-align: middle;
    width: 25px;
    padding-bottom: 10px;
}


.System2_FieldSet {
    padding: 10px;
    border: solid;
    border-color: black;
    border-width: 1px;
}

.System2_Legend {
    margin-left: 10px;
    padding: 5px;
    text-align: left !important;
    Font-Size: medium;
    font-weight: bold;
    color: #7ac142;
}

/*TG : 21-Oct-16 : Wellocks invoice table class=INVOICE */
table.Invoice {
    color: black;
}

    table.Invoice td {
        border: 1px solid;
        font-weight: normal;
    }

    table.Invoice th {
        border: 1px solid #FFFBFF;
        background: White;
        color: Black;
        font-weight: bold;
    }

    table.Invoice tr:nth-child(even) {
        background: White;
    }

    table.Invoice tr:nth-child(odd) {
        background: #FFFBFF;
    }
/* ---------------------------------------------------------------------- */
.System2_FieldSet {
    padding: 10px;
    border: solid;
    border-color: black;
    border-width: 1px;
}

.System2_Legend {
    margin-left: 10px;
    padding: 5px;
}


/*TG : 12-Sept-16 : Wellocks default table class=system2 */
table.system2 {
    color: darkblue;
}

    table.system2 td {
        border: 1px solid #002d62;
    }

    table.system2 th {
        border: 1px solid #002d62;
        background: #002D62;
        color: white;
    }

    table.system2 tr:nth-child(even) {
        background: White;
    }

    table.system2 tr:nth-child(odd) {
        background: AliceBlue;
    }
/* ---------------------------------------------------------------------- */

/*HT : 12-Sept-16 : Wellocks default table class=basic */
table.basic {
    color: darkblue;
}

    table.basic td {
        border: 1px solid #002d62;
    }

    table.basic th {
        border: 1px solid #002d62;
        background: #002D62;
        color: white;
    }
/* ---------------------------------------------------------------------- */

/*TG : 12-Sept-16 : Wellocks default table class=system2 */
table.system2_lightBorder {
    color: darkblue;
}

    table.system2_lightBorder td {
        border: 1px solid LightGray;
    }

    table.system2_lightBorder input[type=text] {
        border: 1px solid LightGray;
        background: #FFFFCC;
    }

    table.system2_lightBorder select {
        border: 1px solid LightGray;
        background: #FFFFCC;
    }

    table.system2_lightBorder th {
        border: 1px solid LightGray;
        background: #002D62;
        color: white;
    }

    table.system2_lightBorder tf {
        border: 1px solid LightGray;
        background: #002D62;
        color: white;
    }

    table.system2_lightBorder tr:nth-child(even) {
        background: White;
    }

    table.system2_lightBorder tr:nth-child(odd) {
        background: AliceBlue;
    }
/* ---------------------------------------------------------------------- */

table tr td {
    padding: 2px 5px;
}

td {
    vertical-align: middle;
}

    td.borderBlue {
        border: 1px solid blue;
    }

th.borderBlue {
    border: 1px solid blue;
}

td.borderThin {
    border: .5px solid;
}

td.borderThick {
    border: 3px solid;
}

th.borderThin {
    border: .5px solid;
}

td.RedLine {
    border-color: red;
}

th.RedLine {
    border-color: red;
}

td.BlueLine {
    border-color: darkblue;
}

th.BlueLine {
    border-color: darkblue;
}

td.GreenLine {
    border-color: green;
}

th.GreenLine {
    border-color: green;
}


textarea {
    /*max-width:99.9%;
    max-height:110%;*/
    resize: none;
}

input[type="submit"] {
    background-color: #002d62;
    color: #ffffff;
    border: solid 1px #002d62;
    cursor: pointer;
    padding: 4px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 2px;
}

input[type="submit"]:disabled {
    opacity:0.5!important;
    pointer-events:none;
    cursor:default;
}

/*input[type="submit"]:disabled
{
background:#dddddd;
}*/

.more {
    color: #ff0000;
    font-size: 0.8em;
    display: inline-block;
}

.ButtonField {
    background-color: #002d62;
    color: #ffffff;
    border: solid 1px #002d62;
    cursor: pointer;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 2px;
    position: relative;
    top: 1px;
    display: inline-block;
    height: 28px;
}

    .ButtonField a {
        color: #ffffff;
        text-decoration: none;
    }

        .ButtonField a:hover {
            color: #ff0000;
        }

.popupButton {
    background-color: #002d62;
    color: #ffffff;
    border: solid 1px #002d62;
    cursor: pointer;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 2px;
    position: relative;
    top: 1px;
    display: inline-block;
    height: 28px;
}

.popupButtonDisabled {
    background: #dddddd;
}


.popupButtonGlyph {
    background-color: #002d62;
    color: #ffffff;
    border: solid 1px #002d62;
    cursor: pointer;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    margin: 2px;
    position: relative;
    top: 1px;
    display: inline-block;
    height: 28px;
    font-family: 'Glyphicons Halflings';
}

input[type=text], input[type=password] {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 2px;
}

input[type=text], input[type=password] {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 2px;
}

.listBox {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 2px;
    width: 100%;
}

.dropDownStyling {
    padding: 3px 5px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 2px;
}

.dropDownStyling_Right {
    padding: 3px 5px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 2px;
    text-align: right;
}

.widthScale {
    width: 90%;
}


#heading h1, h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline;
}

.box {
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-radius: 4px;
}
/* AUTO COMPLETE*/
.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 300px;
    text-align: left;
    list-style-type: none;
    font-family: Arial;
    font-size: 1em;
    z-index: 1;
}

.autoCompletePanel {
    font-family: Verdana;
    font-size: 1em;
    color: #ffcccc;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #7ac142;
    color: black;
    padding: 1px;
}

.autocomplete_highlightedListItemRed {
    background-color: red;
    color: black;
    padding: 1px;
}


/* AutoComplete item */ .autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* COLOURS*/

$WellocksGreen='#7ac142'; $WellocksBlue='#002d62'; $WellocksAlternateRow='#F0F8FF'; /*AliceBlue*/
.WellocksGreen {
    background-color: #7ac142;
}

#WellocksGreen {
    background-color: #7ac142;
}
/*FONTS*/
@font-face {
    font-family: WellocksBold;
    src: url('Fonts/FocoBold.ttf') format('truetype');
}

@font-face {
    font-family: Wellocks;
    src: url('Fonts/Foco.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Wellocks;
    src: url('Fonts/FocoLight.ttf') format('truetype');
    font-weight: lighter;
}

#loadingBar {
    text-align: center;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -125px;
    height: 120px;
    width: 250px;
    border: 1px solid black;
    background-color: white;
    display: none;
    border-radius: 5px;
    padding-top: 20px;
    z-index: 5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popupContent {
    text-align: center;
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    padding: 20px;
    margin-top: -170px;
    margin-left: -125px;
    height: auto;
    width: auto;
    border: 1px solid black;
    background-color: white;
    display: none;
    border-radius: 5px;
    padding-top: 20px;
    z-index: 5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

    .popupContent table tr td {
        padding: 2px;
    }

#loadingBar img {
    margin-top: 10px;
}

#loadingOverlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-color: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

#popupOverlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background-color: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}


#loadingBar img {
    height: 50px;
    width: 50px;
}

.fullContainer {
    width: 100%;
    margin: auto;
    min-width: 800px; /*to change when I make a phone version of the nav*/
}

.errorMessage {
    color: red;
}

/*HEADER THINGS*/

.header {
    height: 50px;
    text-align: center;
}

.headerLeftContent {
    float: left;
    text-decoration: none;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 40px;
    color: #002d62;
}

    .headerLeftContent span {
        color: #7ac142;
    }

.headerRightContent {
    float: right;
    padding-top: 12px;
    margin-right: 10px;
    text-align: center;
    display: none;
    font-size: 16px;
}

#wellberry {
    float: right;
    display: none;
    width: 25px;
    height: 35px;
}

/*ALL PAGE CONTENT THINGS*/

.mainContainer {
    background-color: white;
    box-sizing: border-box;
    margin: auto;
    overflow: auto;
    background-color: white;
    min-height: 250px;
    font-family: Arial !important;
}

.column-12, .column-11, .column-10, .column-9, .column-8, .column-7, .column-6, .column-4, .column-5, .column-3, .column-2, .column-1 {
    padding: .25em .25%;
    /*margin: 0.25%;*/
    box-sizing: border-box;
    /*margin: 2px;*/
}

.mainContainer h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.h2 {
    font-size: 14px;
    font-weight: Normal;
    margin-bottom: 10px;
}

.h3 {
    font-size: 12px;
    font-weight: Normal;
    margin-bottom: 10px;
}

.h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.green {
    color: #7ac142;
}

.red {
    color: maroon;
}

.expandingHeaderContent {
    width: 100%;
    position: relative;
    min-height: 50px;
    overflow: auto;
    margin-bottom: 20px;
    display: none;
    margin: 2px;
    padding: 2px;
}

.expandingHeader {
    width: 70%;
    clear: both;
    background-color: #E5E5E5;
    position: relative;
    margin: 2px;
    min-height: 30px;
    padding-top: 5px;
}

.expandingHeaderBox {
    padding: 0px;
    margin: 5px;
    width: 10px;
    height: 10px;
}

.alphabetTabbing li {
    float: left;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
    font-weight: bold;
}

.alphabetTabbingContent {
    display: none;
}

.mainContainer .row::after {
    content: "";
    display: table;
    clear: both;
}

.niceTable {
    font-family: Arial;
    color: #666;
    box-shadow: 0 1px 2px #d1d1d1;
}

    .niceTable th {
        padding: 10px 12px 10px 12px;
        background: #002d62;
        color: white;
        border: none;
    }

        .niceTable th:first-child {
            border-radius: 7px 0px 0px 7px;
        }

        .niceTable th:last-child {
            border-radius: 0px 7px 7px 0px;
        }

    .niceTable tr {
        text-align: center;
        padding-left: 20px;
    }

    .niceTable td {
        padding: 18px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
    }

.normalTable {
    width: 100%;
    border: 1px solid gray;
}

    .normalTable tr:nth-child(odd) {
        background-color: lightgray;
    }

    .normalTable tr td {
        padding-left: 10px;
    }

        .normalTable tr td:last-child {
            text-align: right;
        }

/*TABBED DIVS*/

.tabularNav {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-left: -2px;
    width: auto;
}

    .tabularNav ul {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        display: inline-block;
        list-style-type: none;
    }

        .tabularNav ul li {
            float: left;
            background-color: #002d62;
            color: #ffffff;
            border-radius: 5px 5px 0px 0px;
            cursor: pointer;
            padding: 6px;
            font-size: 12px;
            text-decoration: none;
            margin: 2px;
            position: relative;
            top: -1px;
            pointer-events:all;
        }

    .tabularNav .underline {
        width: 100%;
        height: 3px;
        margin-left: 2px;
        margin-top: -8px;
        background-color: #7ac142;
    }

.tabularContent {
    display: none;
    width: 50%;
    border: 0.5px solid gray;
    padding: 15px;
    min-width: 600px;
}

.simpleNav {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-left: -2px;
    width: auto;
}

    .simpleNav ul {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        display: inline-block;
        list-style-type: none;
    }

        .simpleNav ul li {
            float: left;
            background-color: #002d62;
            color: #ffffff;
            cursor: pointer;
            padding: 6px;
            font-size: 12px;
            text-decoration: none;
            position: relative;
            top: -1px;
        }

/*NAVIGATION*/

.navigation {
    background-color: #002d62;
    height: 35px;
    border-radius: 5px;
    /*margin-bottom: 20px;*/
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1680px) {
    .navigation {
        height: 70px!important;
    }
}

    .navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .navigation ul li {
            text-decoration: none;
            list-style-image: none;
            float: left;
            height: 35px;
            background-color: #002d62;
            border-left: none;
            margin: 0px;
            color: white;
        }

            .navigation ul li a {
                text-decoration: none;
                color: white;
                display: inline-block;
                padding: 5px;
                padding-left: .5em;
                padding-right: .5em;
                padding-top: .5em;
                font-size: 1.2em;
            }

.active {
    color: #7ac142 !important;
}

.navigation ul li:hover {
    background-color: #335781;
}

.navigation li:last-child {
    border-radius: 0px 5px 5px 0px;
}

.navigation li:first-child {
    border-radius: 5px 0px 0px 5px;
}

/*LOGIN PAGE*/

#loginWrapper {
    width: 250px;
    border: 1px solid green;
    margin: auto;
    padding: 10px;
    text-align: center;
}

    #loginWrapper input[type=text], #loginWrapper input[type=password] {
        width: 95%;
        padding: 5px;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        margin: 5px;
    }

/*ROUTES*/



/* OTHER STUFF */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.center {
    text-align: center;
}

.pxDown10 {
    margin-top: 10px;
}

.pxDown50 {
    margin-top: 50px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.floatCenter {
    margin-left: auto;
    margin-right: auto;
}

.border {
    border: 1px solid gray;
}


/*Modal*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 50%;
    height: 25%;
}


/*DRAG AND DROP REORDERING*/

.reorderable{
    padding-top: 1px;
    min-width: 200px;
}

.reorderable li {
    border: 1px solid black;
    width: 200px;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
}

.sortable-ghost {
    background-color: #7ac142;
    opacity: 0.4;
}

#buttons {
    display: inline;
    pointer-events: none;
    opacity: 0.5;
}

/*PRODUCT SPECIFICATIONS PAGE*/

.productSpecSection {
    border: 1px solid #7ac142;
    padding: 10px;
    margin: 10px;
}

    .productSpecSection input[type=text], .productSpecSection input[type=checkbox] {
        padding: 5px;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        margin: 4px;
        width: 300px;
    }

.productSpecTable td {
    border: 1px solid gray;
    text-align: center;
}

/*TIMEPICKER*/

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    border-bottom: solid 1px #555;
    width: 95%;
}

    .ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
        border-bottom-color: #aaa;
    }

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }


.validator {
    color: red !important;
}

.ajax__calendar_header {
    background-color: Silver !important;
    color: #002D62!important;
    padding: 0px!important;
    margin: 0px!important;
}

.ajax__calendar_container {
    padding: 2px!important;
    background-color: aliceblue !important;
    position: absolute !important;
    cursor: default !important;
    width: 220px !important;
    font-size: 10px !important;
    text-align: center !important;
}

.ajax__calendar_body {
    height: 145px !important;
    width: 280px !important;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_day {
    background-color: aliceblue !important;
    border: none !important;
    color: #002D62!important;
}

.ajax__calendar_footer{
    background-color: transparent!important;
    margin-bottom: 5px!important;
}

.fullWidth {
    width: 100% !important;
    table-layout: fixed;
}

.bulletPoints
{
    list-style: disc!important;
    padding: 5px;
    margin: 5px;
}