﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #fff;
    font-family: Tahoma;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #222020;
    overflow: auto;
}

p {
    margin-bottom: 5px;
    line-height: 21px;
}

.hand {
    cursor: pointer;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.clearboth {
    clear: both;
}

.topbuffer {
    margin-top: 25px !important;
}

.topbuffersmall {
    margin-top: 10px !important;
}

.bottombuffer {
    margin-bottom: 25px !important;
}

.bottombuffersmall {
    margin-bottom: 10px !important;
}

.leftbuffer {
    margin-left: 10px !important;
}

.leftbuffersmall {
    margin-left: 5px !important;
}

.leftbufferlarge {
    margin-left: 25px !important;
}

rightbuffer {
    margin-right: 10px !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.maxheight {
    height: 100%;
}

.maxwidth {
    height: 100%;
}

.overflowhidden {
    overflow: hidden;
}

.error {
    color: red;
}

.succes {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    border: 1px solid #d6e9c6;
}

/* Colors */

.red {
    color: #aa0000 !important;
}

.green {
    color: #00aa00 !important;
}

.yellow {
    color: #e5e500 !important;
}

.grey {
    color: grey;
}

.orange {
    color: #ffa000;
}

.lightBlue {
    color: LightBlue;
}

.salmon {
    color: Salmon;
}

.purple {
    color: Purple;
}

.mouseGray {
    color : gray;
}

.hotPink {
    color: HotPink;
}

.lime {
    color: lime;
}

.violet {
    color: blueviolet;
}

.strawBerry {
    color: #ff0080;
}


/*
    MASTER PAGES
----------------------------------------------------------*/

.site {
    width: 100%;
}

.sitelarge {
    width: 100%;
}

.liquid {
    width: 100%;
    height: 100%;
    display: table;
}

.site .header {
    margin: 0 auto;
    width: 1024px;
    height: 141px;
}

.sitelarge .header {
    margin: 0 auto;
    width: 1280px;
    height: 141px;
}

.liquid .header {
    width: 100%;
    display: table-caption;
    caption-side: top;
    height: 80px;
    margin-bottom: 10px;
}

.site .header .top, .sitelarge .header .top {
    float: left;
    width: 100%;
    height: 100px;
}

.liquid .header .top {
    float: left;
    width: 100%;
    height: 50px;
}

.site .header .logo, .sitelarge .header .logo {
    float: left;
    height: 100px;
}

.liquid .header .logo {
    float: left;
    height: 50px;
}

.site .header .login, .sitelarge .header .login {
    height: 49px;
    letter-spacing: 1.5px;
    line-height: 23px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    float: right;
    padding-top: 26px;
    padding-right: 15px;
}

.liquid .header .login {
    padding-top: 18px;
    padding-right: 15px;
    letter-spacing: 1.5px;
    line-height: 23px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    float: right;
}

.header .login a:link {
    cursor: pointer;
    text-decoration: underline;
}

.header .login a:visited {
    cursor: pointer;
    text-decoration: underline;
}

.header .login a:hover {
    cursor: pointer;
    text-decoration: none;
}

.header .login a:active {
    cursor: pointer;
    text-decoration: underline;
}

.site .header .menu, .sitelarge .header .menu {
    float: left;
    font-size: 14px;
    width: 100%;
    padding-top: 10px;
    height: 30px;
    border-bottom: 1px #d4d4d4 solid;
}

.liquid .header .menu {
    float: left;
    width: 100%;
    padding-top: 10px;
    height: 26px;
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
    padding-bottom: 4px;
}

.site .header .menu .left, .sitelarge .header .menu .left {
    float: left;
}

.liquid .header .menu .left {
    float: left;
}

.header .menu .nav {
    float: right;
    padding-right: 15px;
}

.header .menu .search {
    float: right;
    padding-right: 12px;
}

.site .header .menu .left .breadcrump, .sitelarge .header .menu .left .breadcrump {
    padding-left: 15px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #003B64 !important;
    text-decoration: none;
}

.liquid .header .menu .left .breadcrump {
    padding-left: 26px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #003B64 !important;
    text-decoration: none;
}

.breadcrump a {
    color: #003B64 !important;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.nav li {
        display: inline;
        margin-left: 8px;
    }

    ul.nav a {
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
        color: #003B64 !important;
    }


.menu a:hover {
    text-decoration: none;
}

.site .content {
    margin: 0 auto;
    width: 1024px;
    overflow: hidden;
}

.sitelarge .content {
    margin: 0 auto;
    width: 1280px;
    overflow: hidden;
}

.liquid .content {
    margin: 0 auto;
    display: table-row;
    width: 100%;
}

.site .content .leftmenu, .sitelarge .content .leftmenu {
    margin-top: 30px;
    width: 200px;
    float: left;
}

.liquid .content .leftmenu {
    margin-left: 8px;
    margin-top: 15px;
    width: 220px;
    min-height: 531px;
    vertical-align: top;
    float: left;
}

.site .content .body {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 30px;
    width: 794px;
    float: left;
    overflow: hidden;
}

.sitelarge .content .body {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 30px;
    width: 1050px;
    float: left;
    overflow: hidden;
}

.site .content .bodycenter, .sitelarge .content .bodycenter {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.site .content .bodycenter .centrecontent {
    width: 500px;
    margin: 0 auto;
}

.liquid .content .body {
    font-size: 14px;
    margin-right: 12px;
    margin-top: 5px;
    overflow: hidden;
    margin-left: 230px;
}

/* footer */

.site .footer, .sitelarge .footer {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 11px;
}

.site .footer {
    width: 1024px;
}

.sitelarge .footer {
    width: 1280px;
}

.liquid .footer {
    display: table-row;
    font-size: 11px;
}

.liquid .footer .top {
    height: 30px;
}

.site .footer .bottom, .sitelarge .footer .bottom {
    height: 100px;
    position: relative;
}

.liquid .footer .bottom {
    height: 50px;
    position: relative;
}

.site .footer .bottom p, .sitelarge .footer .bottom p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30px;
    margin: 0px;
}

.liquid .footer p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
    margin: 0px;
}

.liquid .footer ul, .site .footer ul, .sitelarge .footer ul {
    list-style-type: none;
    padding: 0;
}

.site .footer ul, .sitelarge .footer ul {
    margin: 0 0 0 0px;
}

.liquid .footer ul {
    margin: 0 0 0 230px;
}

.liquid .footer ul li, .site .footer ul li, .sitelarge .footer ul li {
    display: inline;
    margin-right: 10px;
}

.liquid .footer ul a, .site .footer ul a, .sitelarge .footer ul a {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    color: #003B64 !important;
}

/*
    FORMS
----------------------------------------------------------*/


.buttonCancel .dxb {
    background-image: url("/Images/bg-btn-cancel.png") !important;
    background-repeat: repeat-x;
    height: 24px !important;
}

.buttonCancel {
    border-color: #555555 !important;
    color: #000 !important;
}

    .buttonCancel.dxbButtonHover_Ntd .dxb {
        background-image: url("/Images/bg-btn-cancel-hover.png") !important;
        background-color: #fff !important;
    }

.grid-link-button {
    font-size: 14px;
    font-weight: 600;
}

.gridloopkup {
    display: inline-block;
    float: left;
    top: -3px;
}

.helpicon {
    position: relative;
    left: 4px;
}

.smallcaps {
    font-variant: small-caps;
    font-size: 14px;
}

.dxeTextBox.uppercase input {
    text-transform: uppercase;
}

.menuPanel {
    width: 200px;
}

.textbox {
    width: 230px;
    font-size: 14px;
}

.textboxSmall {
    width: 32px;
    font-size: 14px;
}

.buttonInline {
    display: inline-table;
}

.controlInline {
    display: inline-block;
    float: left;
}

.textboxInline {
    display: inline-block;
    float: left;
    width: 260px;
    border: 1px solid #9f9f9f;
    height: 100%;
    padding: 3px 2px 3px 3px;
}

    .textboxInline:focus {
        border: 1px solid black;
    }

label .above {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.labelInline {
    width: 300px;
    display: inline-block;
    float: left;
}

.labelInlineSmall {
    width: 150px;
    display: inline-block;
    float: left;
}

.labelAbove {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
}

.gridRowControlInline {
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.formgroup {
    clear: both;
    overflow: hidden; /* formgroup starts at new row */
    margin-top: 8px;
    margin-bottom: 8px;
}

.radioButtonBorder {
    border: 1px solid gray;
    width: 230px;
}

textarea {
    
    font-family: Tahoma;
    font-size: 14px;
}

/*
    Validations
----------------------------------------------------------*/

.validation-message {
    width: 300px;
    color: Red;
}

.validation-message-with-icon {
    background: url("../Images/error.gif") left top no-repeat;
    padding-left: 18px;
    width: 300px;
    color: Red;
}

.validation-message a, .validation-message a {
    color: Red !important;
}


/* UCClientInfo */

.highlightmenu {
    width: 100%;
    padding-left: 5px;
}

    .highlightmenu .left {
        float: left;
        width: 30%;
    }

    .highlightmenu .right {
        float: left;
        width: 69%;
    }

.copyInfo {
    width: 300px;
}

/* EPD */

.epddosage {
    width: 794px;
}

/* Start */

.start {
    width: 100%;
}

    .start .row {
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    .start .column {
        float: left;
        width: 33%;
    }

    .start .gauge {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .start a {
        text-decoration: none;
    }

/* Letter */

.letter {
    clear: both;
    overflow: hidden;
}

    .letter .row {
        clear: both;
    }

    .letter .column {
        float: left;
        width: 200px;
        margin-bottom: 4px;
        margin-right: 25px;
    }

/* Back To Worklist*/

.backToWorklist {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border: 1px dotted silver;
}

/* Route */
.route {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    border: 1px dotted silver;
}

/* Products */

.productBlock {
    padding: 12px;
    border: 1px dotted black;
    width: 414px;
}

/* Dosage days */

.dosageWrapper {
    display: table;
}

.dosageRow {
    display: table-row;
}

.dosageLeft {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
}

.dosageInnerLeft {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top;
    width: 550px;
}

.dosageInnerRight {
    display: table-cell;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 500px;
    vertical-align: top;
}

.dosageRight {
    display: table-cell;
    padding-left: 10px;
    min-width: 400px;
    vertical-align: top;
}

table.dosage {
    font-size: 14px;
    border: 1px solid #c0c0c0;
    /*border-collapse: collapse;*/
    width: 100%;
}

    table.dosage .dosageRow {
        border: 0px;
        height: 26px;
        background-color: white;
    }

    table.dosage .dosageOddRow {
        background-color: #f3f3f3;
        margin: 12px;
        border: 0px;
        height: 26px;
    }

    table.dosage .dosageInfo {
        font-size: 14px;
        width: 162px;
        padding-left: 14px;
        padding-right: 14px;
        vertical-align: top;
        background-color: white;
    }

    table.dosage .tdDay {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        height: 26px;
        padding: 8px;
        width: 50px;
        color: #6C81A7;
    }

    table.dosage .dosageDay {
        padding: 8px;
        min-height: 46px;
        min-width: 42px;
        height: 46px;
        width: 42px;
        vertical-align: top;
        font-size: 13px;
    }

    table.dosage.edit .dosageDay {
        padding-left: 4px;
        padding-right: 3px;
    }

    table.dosage .dosageToday {
        border: 2px solid #F06730;
    }

    table.dosage .dosagePill {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        height: 26px;
        width: 40px;
    }

        table.dosage .dosagePill.blue {
            color: #3349bb;
        }

    table.dosage .dosagePillOverlap {
        color: #c0c0c9;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        height: 26px;
        width: 40px;
    }

    table.dosage .dosageOrgPill {
        color: #c0c0c9;
        text-align: right;
        font-size: 13px;
        width: 40px;
        line-height: 3px;
    }

    table.dosage .dosageLabel {
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        width: 40px;
        white-space: nowrap;
    }

    table.dosage .dosageTextBox {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        width: 40px;
    }

    table.dosage .dosageCheckBox {
        width: 15px;
        padding: 3px;
    }



.doshistPreview TD {
    background-color: white;
    color: black;
    padding: 8px 10px 10px 10px !important;
    word-break: break-all;
}

.productsPreview TD {
    background-color: white;
    color: black;
    padding: 8px 10px 10px 10px !important;
    /*word-break: break-all;*/
}
div.outline {
    display: inline-block;
    vertical-align: bottom;
    height: 26px;
    padding-top: 2px;
}

table.outline {
    display: inline-block;
}

    table.outline td.outline {
        padding: 0px;
        margin: 0px;
        vertical-align: bottom;
        height: 26px;
    }


/* INR */

.inrvalue {
    font-size: 36px;
    vertical-align: middle;
    border-bottom: 4px solid black;
    color: black;
    font-weight: bold;
}

h1.inr {
    font-size: 36px;
    text-decoration: overline;
    margin-bottom: 0px;
    vertical-align: bottom;
}

.inrattention {
    padding-top: 40px;
}