﻿/*----------------------------------------------------------
The base color for this template is Teal. If you'd like
to use a different color start by replacing all instances of
Teal with your new color.
----------------------------------------------------------*/
/*Added for sticky footer workaround*/
* {
    margin: 0;
}
/*Added for sticky footer workaround*/
html {
    height: 100%;
}

body {
    height: 100%; /*for sticky footer*/
    background-color: #444444;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0 auto;
    width: 1255px;
    padding: 0;
    color: #696969; /*background: url(../Images/bg.jpg) repeat-x;*/
}

a img {
    border: 0;
}

a:link {
    text-decoration: underline;
}

a:visited, a:link {
    color: #00374d;
}

a:hover {
    color: #FF5300;
    text-decoration: none;
}

a:active {
    color: #FFDF24;
}

a.edit-order-item:link {
    text-decoration: underline;
}

a.edit-order-item:visited, a.edit-order-item:link {
    color: purple;
}

a.edit-order-item:hover {
    color: lightseagreen;/*#FF5300;*/
    text-decoration: none;
}

a.edit-order-item:active {
    color: #FFDF24;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%; /*margin-left: auto;     margin-right: auto;*/
    margin: 0 auto -100px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url(../Images/bg.jpg) repeat-x;
    background-position: 0px 200px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

/*Added for sticky footer workaround*/
.footer, .push {
    height: 100px;
    clear: both;
    position: relative;
    z-index: 99;
}

.push {
    background: url(../Images/fup.gif) repeat-x;
    background-color: #00374D;
}

#main {
    position: relative;
    padding: 0px 0px 0px 0px; /*background-repeat: repeat-x;     _height: 1px;  only IE6 applies CSS properties starting with an underscore */ /*min-height: 700px;*/
    height: 100%;
    min-height: 100%;
}

/*Main contains further two divs one is sidebar and the other one is content*/

#sidebar {
    float: left;
    width: 170px;
    height: 768px;
    margin: 0 auto;
    text-align: left;
    background: url(../Images/side-bar-bg.jpg) repeat-x; /*margin-top: 0px;*/
    /*padding: 5px;*/
    background-color: #D4D4D4;
    position: relative;
    padding-bottom: 30000px;
    margin-bottom: -30000px;
}

#content {
    float: left;
    margin: 0 auto;
    background-image: url(../Images/cont_shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 1045px;
    min-width: 500px;
    min-height: 500px;
    padding: 15px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border: 0px;
    border-bottom: 7px solid #FFF;
    padding: 0px 0px 0px 181px;
    position: relative;
    margin: 0 auto;
    width: 1255px;
    background: url(../Images/gray-menubar-bg.jpg) repeat-x;
    height: 34px;
    text-align: center;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 10px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
            margin: 0 auto;
        }

        ul#menu li a {
            padding: 0px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background: url(../Images/menubar-btn-bg.jpg) repeat-x;
            color: #fff;
            margin-top: 0px;
            margin-left: -1px; /*negative margin to overlap borders*/
            width: 165px;
            display: block;
            float: left;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }

            ul#menu li a:hover {
                background-color: #ff9761;
                background-image: none;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #ff9761;
                background-image: none;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #fff;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #999;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    color: #00374d;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 2px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border-collapse: collapse;
}

    table td {
        padding: 5px;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
    }

    table, table td, table th {
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    /*float: left;*/
    display: table;
    width: 1255px;
}

div#title {
    margin: 0 auto;
    display: block; /*float: left;     text-align: center;*/
    background-position: top;
    background-image: url(../Images/HCP_banner_1280.jpg);
    background-repeat: no-repeat;
    background-color: #444; /*background-position: inherit;*/
    height: 170px; /*Same as the height of the header*/
    width: 1255px;
    color: White;
}

p.oslink {
    height: 25px;
    width: 105px;
    position: absolute;
    top: 140px;
    left: 304px
}

.oslink a {
    display: block;
    width: 105px;
    height: 25px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0 auto;
    width: 1255px;
    height: 5px;
    background-color: #fff; /*background-image: url(../Images/gray-titlebar.jpg); */
    background-repeat: repeat-x;
}

#title a:link, #title a:visited {
    text-decoration: underline;
}

#title a:hover {
    text-decoration: none;
}

#title a:link, #title a:visited, #title a:hover {
    color: #FF5300;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .validation-summary-errors {
    color: #ff0000;
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}

    .display-field input {
        background-color: #CCC;
    }

.display-label {
    font-weight: bold;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.login-box {
    border: solid 0px blue;
    float: right;
    margin-right: 20px;
}

.login-box-email {
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}

.spinner {
    width: 30%;
    height: 50px;
    background: url(../Images/ajax-loader.gif) no-repeat;
    margin: 0 auto;
}

.logon {
    background: url(../Images/HCP-Login.jpg);
    width: 1255px;
    height: 504px;
    margin-top: 0px;
    float: left;
}

    .logon .logon-content {
        padding: 20px;
        margin: 80px 375px 50px 280px;
    }

        .logon .logon-content h2 {
            font-size: 28px;
            color: #FF5300;
        }


        .logon .logon-content .editor-label {
        }

        .logon .logon-content .editor-field {
            margin-bottom: 0px;
        }

.editor-textarea {
}

.vnav li {
    /*font-family: Arial;     font-size: xx-small;*/
    list-style-image: url(../Images/square_7px_828282.gif);
    padding: 0px;
    margin-left: 20px;
    border: 0px;
    text-decoration: none;
    list-style-position: outside;
}

    .vnav li a {
        color: #888888;
        text-decoration: none;
    }

.vnav a:hover {
    color: #FF5300;
    list-style-image: url(../Images/square_7px_FF5300.gif);
}

.vnav ul li ul li {
    margin-left: -23px;
}

.active {
}

.vnav li a.active {
    list-style-image: url(../Images/square_7px_00374D.gif);
    color: #00374D;
    font-weight: bold;
}

    .vnav li a.active:hover {
        list-style-image: url(../Images/square_7px_FF5300.gif);
        color: #FF5300;
    }

.menu_list {
    margin: 0 auto;
    width: 150px;
}

.menu_head {
    padding: 5px 5px;
    cursor: pointer;
    position: relative;
    margin: 1px;
    font-weight: bold;
    background: #cccccc url(../Images/blue-button-image.jpg) repeat-x;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu_body {
    display: none;
    margin-left: 0px;
    background-color: #EFEFEF;
}

.menu_body button /*a*/ {
    /*display: block;*/
    border-style: none;
    color: #00374D;
    background-color: #EFEFEF; /*padding-left: 10px;*/
    font-weight: bold;
    text-decoration: none; /**/
    width: 148px;
    text-align: left;
    padding: 0px 5px;
    margin: 1px;
    cursor: pointer;
}

.menu_body button:hover {
    color: #668694;
}

.page-button {
    margin: 20px 0px 0px 0px;
}

.checkbox-list {
    display: inline;
}

.checkbox-list ul {
    list-style-type: none;
    display: inline;
}

.checkbox-list ul li {

}

.checkbox-list-hover {
    color: #FF5300;
    background-color: #00374D;
}

.checkbox-list ul li input {
    margin: 2px 2px 2px 2px;
}

#AccessableOrganisations {
    vertical-align: baseline;
}

.fm-logger div {
    color: Yellow;
    background-color: Blue;
}

.grid-list {
    width: 100%;
    font-size: 1.1em;
}

.center {
    text-align: center;
}

.grid-list th, #orders-list, #deliveries-list, #support-list {
    font-size: 1.1em;
    /*font-family: Arial;*/
}

.crop-width {
    width: 8px;
}

/* for the loading overlay */
#exposeMask {
    background-image: url(../../Images/loading-a.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#deliveries-list tr {
    background-color: White;
}

#deliveries-list .sorting_1 {
    background-color: #C2D1E1;
}

.is-tesys {
    color: Red;
}

.is-estimate {
    color: Blue;
}

.load-graphic {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.register-interest {
    margin: 0 auto;
    height: 600px;
    width: 690px;
    height: 100%;
    background: url(../Images/bg.jpg) repeat-x;
    background-color: white;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.ri-logo {
    padding: 0px 20px 20px 20px;
    float: right;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* for doc search by numbers to place the 2 search criteria field sets */
.leftcriteria {
    width: 45%;
    float: left;
    text-align: left;
}

.rightcriteria {
    width: 50%;
    float: right;
}

.belowcriteria {
    position: relative;
    margin-top: 360px;
}

#o-report, #d-report {
    display: none;
}

#org-select-list_wrapper {
    width: 45%;
}

.clear-float {
    float: left;
    clear: both;
}

#result .dataTables_wrapper {
    width: inherit;
}

.bold {
    font-weight: bold;
}

#log-off-area {
    float: left;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
    width: 100%;
}

    #log-off-area div {
        text-align: right;
        padding-right: 15px;
    }

.del-org {
    color: #00374d;
    background: none!important;
    border: none;
    padding: 0!important;
    /*border is optional*/
    border-bottom: 1px solid #444;
}

#summary {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.dialog-rpan, .dialog-lpan{
    display: inline-table;
    width: 48%;
    height: 100%;
}

.dialog-container {
    display: table;
    width: 42em;
}

.dialog-container .field-validation-error{
    display:inline-block;
}
/* payments pages - text box widths */
input.xs-width {
    width: 2em;
}

input.sm-width {
    width: 4em;
}

input.med-width {
    width: 20em;
}

input.lg-width {
    width: 30em;
}

input.surcharge-msg {
    width: 20em;
    color: red;
}

/* added by dwi - itp - web online ordering */
.ui-datepicker-trigger {
    border: solid 1px #CCC;
    cursor: pointer;
}

input[type="radio"], 
input[type="checkbox"] {
    vertical-align: middle;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.numeric {
    text-align: right;
}

.better-service-icon {
    display: inline-block;
    width: 130px;
    margin: 5px;
    margin-top: 22px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.better-service-icon > img {
    width: 85px;
    vertical-align: middle;
}

.better-service-icon > div {
    margin-top: 15px;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
    color: #336072;
}

.product-cart {
    width: 100%;
}

.product-cart > tbody td {
    border: solid 1px #808080;
    font-size: 10px;
}

.product-cart > thead td {
    color: #00374d;
    background-color: #CCD6E1;
    border: solid 1px #808080;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

.product-cart > tbody td:first-child,
.product-cart > thead td:first-child {
    border-left: none;
}

.product-cart > tbody td:last-child,
.product-cart > thead td:last-child {
    border-right: none;
}

.product-cart > thead:first-child td {
    border-top: none;
}

.product-cart > tbody > tr:hover {
    background-color: #edf0f2;
    cursor: pointer;
}

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-combobox > input {
    margin: 0px;
    width: 93%;
    height: 12px;
    padding: 3px 4px;
    color: #00374d;
    font-weight: normal;
    background: #FFF;
    vertical-align: middle;
    border: solid 1px #808080;
    font-size: 10px;
}

.custom-combobox > input:disabled {
    color: #6D6D6D;
    background: #dddddd;
}

.custom-combobox > a {
    margin: 0px;
    margin-left: -1px;
    width: 4%;
    height: 18px;
    border: solid 1px #808080;
}

.ui-autocomplete {
    background: #FFF !important;
    border: solid 1px #808080 !important;
    cursor: pointer !important;
}

.ui-autocomplete > .ui-menu-item > a {
    padding: 0px !important;
}

.ui-autocomplete > .ui-menu-item > a:hover {
    border: solid 1px #808080;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #808080;
    white-space: nowrap;
    font-family: sans-serif;
    font-weight: bold;
    background: #FAFAFA;
    color: #00374d;
    width: 100px;
}

.custom-menu li {
    list-style: none;
    padding: 5px;
    margin-left: -40px;
    cursor: pointer;
}

.custom-menu li:hover {
    background-color: #CCD6E1;
}

label {
    cursor: pointer;
}
/* end of addition by dwi - itp - web online ordering */