﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Calibri;
    /*font-size: 74%;*/
    color: #000;
    background-color: #fff;
    height: 90%;
}


.main {
    border: 1px solid #FFFFFF;
    width: 98%;
    max-width: 99%; /* have changed this from 1024 to 95% 01/10/2010*/
    min-width: 760px;
    min-height: 680px;
    padding: 5px;
    background-color: #FFFFFF;
}

.universalMenu {
    padding: 1px;
    height: auto;
}

.universalMenuClinTrial {
    font-weight: bold;
    background-color: #993333;
    color: White;
    padding-top: 5px;
    margin: 0 0px;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #00478e;
}

.version {
    float: left;
    display: block;
    font-weight: bold;
    margin-left: 10px;
}

ul.universalMenuItem {
    padding: 0px;
    margin: 0px;
    width: 50%;
    float: right;
}

    ul.universalMenuItem a {
        border-right: 1px solid #ffffff;
        color: #0000CC;
        padding: 0 10px;
        text-decoration: underline;
    }

    ul.universalMenuItem li {
        display: block;
        float: right;
    }

        ul.universalMenuItem li a:hover {
            text-decoration: underline;
        }

        ul.universalMenuItem li.first a {
            border: 0px;
        }

        ul.universalMenuItem li.sel a {
            font-weight: bold;
        }

.header {
    padding-top: 5px;
    width: 100%;
    height: 50px;
}

.promaticaLogo {
    float: left;
    margin-left: 1px;
    height: 36px;
    width: 220px;
}

.fontCalibri {
    font-family: Calibri !important;
}


.systemName {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    display: inline;
    height: 20px;
}

.additionalInfo {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.logo {
    float: right;
    width: 350px;
    height: 54px;
}

.loginName {
    color: Gray;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 2px;
}

A {
    color: navy;
    text-decoration: underline;
    /*width: 90px;          Confirmed with MO to remove, however require checks on old screens  */
    font-family: Calibri;
    font-weight: 700;
    font-size: small;
}

    A.white {
        color: white;
        text-decoration: underline;
        font-family: Arial;
        font-weight: bolder;
    }


    A:active {
        color: navy;
        text-decoration: underline;
    }


.align-right {
    float: right;
}



.barPurple {
    background-color: #FFFFFF;
    color: #000000;
    padding: 3px 1px 3px 1px;
    font-weight: bold;
    font-size: larger;
    margin-bottom: 2px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #800080;
}

.barYellow {
    font-size: 14px;
    color: #0000CC;
}

.barYellow1 {
    background-color: yellow;
}

.barGreen {
    background-color: #FFFFFF;
    color: #0000CC;
    padding: 4px 1px 4px 1px;
    font-weight: bold;
    font-size: larger;
}

.barBlue {
    border-bottom: medium solid #0000CC;
    background-color: #FFFFFF;
    color: #0000CC;
    padding: 4px 1px 4px 1px;
    font-weight: bold;
    font-size: larger;
    width: 50%;
}

.borderbottomsolid {
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #0000CC;
}

BUTTON {
    font-size: x-small;
}

.buttonOrange {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #000099;
    font-weight: normal;
    font-family: Arial;
    border-radius: 3px;
}

.buttonWhite {
    border: thin groove #C0C0C0;
    padding: 1px;
    margin: 1px;
    color: #000000;
    background-color: #FBFBFB;
    text-align: center;
    font-size: 12px;
    font-family: Calibri;
    font-weight: 700;
    width: 105px;
    border-radius: 3px;
}

.buttonWhiteSmall {
    color: #000066;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

.buttonRed {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #CC0000;
    font-weight: normal;
    font-family: Arial;
    border-radius: 3px;
}

.buttonYellow1 {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #000099;
    font-weight: normal;
    font-family: Arial;
    border-radius: 3px;
}

.buttonGreen1 {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #000099;
    font-weight: normal;
    font-family: Arial;
    border-radius: 3px;
}

.buttonRed1 {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #FF1A1A;
    font-weight: normal;
    font-family: Arial;
    border-radius: 3px;
}

.buttonBlue1 {
    padding: 5px;
    border: thin groove #C0C0C0;
    color: #FFFFFF;
    background-color: #000099;
    font-weight: normal;
    border-radius: 3px;
    font-family: Arial;
}

.bold {
    font-weight: 800;
}

.boldRed {
    font-weight: bold;
    color:red;
}

.boldBlue {
    font-weight: bold;
    color: #000099;
}

.boldOrange {
    color: #FF6600;
}

.container {
    border: thin solid #FFFFFF;
    font-family: Arial;
}

    /* Keep the header cells positioned as we scroll */
    .container table th {
        background-color: #00478e;
        color: White;
        position: relative;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
    }

    .container a {
        color: White;
        text-decoration: none;
    }

        .container a:hover {
            text-decoration: underline;
        }

/* So the overflow scrolls */
.container2 {
    border: thin solid #FFFFFF;
    overflow: auto;
    height: 400px;
    font-family: Arial;
}

    /* Keep the header cells positioned as we scroll */
    .container2 table th {
        background-color: #FF6600;
        color: White;
        position: relative;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
    }

    .container2 a {
        color: White;
        text-decoration: none;
    }

        .container2 a:hover {
            text-decoration: underline;
        }


.productionDate {
    font-size: 18px;
    float: left;
}

.refresh {
    margin-top: 25px;
    font-weight: normal;
}

.refresh1 {
    margin-top: 10px;
    font-size: 12px;
}

.refreshTime {
    font-weight: bold;
    font-size: 12px;
}

.gridButtons {
    float: right;
}

    .gridButtons input {
        background-color: #0000CC;
        color: White;
        margin-left: 10px;
        margin-top: 5px;
        margin-right: 5px;
    }

.gridBottomBorder {
    border-bottom: 1px solid black;
}

/* So the overflow scrolls */
.container2 {
    border: thin solid #FFFFFF;
    font-family: Arial;
}

.fixedHeader {
}


/* Keep the header cells positioned as we scroll */
.container2 table th {
    padding: 2px;
    background-color: #000066;
    color: White;
    /*position:relative !important;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1) !important;*/
    font-family: Calibri;
}

.container2 a {
    color: Yellow;
    text-decoration: none;
}

    .container2 a:hover {
        text-decoration: underline;
    }


/* So the overflow scrolls */
.container3 {
    border: thin solid #FFFFFF;
    overflow: auto;
    height: 400px;
    width: 950px;
    font-family: Arial;
}

    /* Keep the header cells positioned as we scroll */
    .container3 table th {
        background-color: #FFCCFF;
        color: #000000;
        position: relative;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
    }

    .container3 a {
        color: #000066;
        text-decoration: none;
    }

        .container3 a:hover {
            text-decoration: underline;
        }

/* So the overflow scrolls */
.container4 {
    border: thin solid #FFFFFF;
    overflow: auto;
    height: 400px;
    font-family: Arial;
}

    /* Keep the header cells positioned as we scroll */
    .container4 table th {
        background-color: #FFFF33;
        color: #000000;
        position: relative;
        top: expression(this.parentNode.parentNode.parentNode.scrollTop-1);
    }

    .container4 a {
        color: #000066;
        text-decoration: none;
    }

        .container4 a:hover {
            text-decoration: underline;
        }

.TargetDate {
    font-size: 18px;
    float: left;
}

.ajax__calendar_container {
    z-index: 500;
}


/* For alignment of the scroll bar 
.container table tbody {overflow-x:hidden; }


.header
{
	font-weight: bold;
	position: absolute;
	background-color: White;
	z-index: 0;
} 
*/
.padLeft5px {
    padding-left: 5px;
    border-left: 5px solid !important;
}

.padRight5px {
    border-right: 5px solid !important;
}

.divBorder1px {
    border: 1px solid #CCCCCC !important;
}

.divPadZero {
    padding-right: 1px !important;
}

.divPad5 {
    border: 1px solid #CCCCCC !important;
    padding: 5px;
    align-items: center;
    align-content: center;
}

.divPad10 {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.divPad10TB {
    padding-top: 10px;
    padding-bottom: 10px;
}

.divPad20TB {
    padding-top: 20px;
    padding-bottom: 20px;
}

.divPad10NoBorder {
    padding: 10px;
}

.divPad5Mar5 {
    border: 1px solid #CCCCCC;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.divPad10Mar10 {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divPad10Mar20 {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin: 20px;
}

.divMarB5 {
    margin-bottom: 5px;
}

.divMarTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divMarB10 {
    margin-bottom: 10px !important;
}

.divMar10 {
    margin: 10px;
}

.divPad20Mar10 {
    border: 1px solid #CCCCCC;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
}

.divPad20Mar10R {
    border: 1px solid #FF3300;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    height: auto;
}

.divFillBlueBackWhite {
    background-color: #446e9b !important;
    color: white !important;
    align-content: center;
}

.divTempTracker {
    background-color: white !important;
    border: solid;
    border-width: 2px;
    border-color: #32a89d !important;
    align-content: center;
    padding: 5px !important;
    height: 15em;
    background-color:aliceblue !important;
}

    .divTempTracker:hover {
        background-color: white !important;
        border-color: red !important;
    }

.divHeight40Box {
    border: gainsboro solid 2px !important;
    height: 40px !important;
    margin: 5px;
    vertical-align: middle;
    text-align: center;
}

.divHeight80px {
    height: 80px !important;
}

.divHeight100px {
    height: 100px !important;
}

.divHeight150px {
    height: 150px !important;
}

.divHeight250px {
    height: 250px !important;
    overflow-y: scroll;
}

.divHeight250pxMax {
    max-height: 250px !important;
    overflow-y: scroll;
}

.divHeight350px {
    height: 350px;
    overflow-y: scroll;
}

.divHeight400px {
    height: 400px;
    overflow-y: scroll;
}

.divHeight450px {
    height: 450px;
    overflow-y: scroll;
}

.divHeight500px {
    height: 500px;
    overflow-y: scroll;
}

.divHeight1000Pad1Border1 {
    height: 1000px;
    padding: 1px !important;
    border: 3px !important;
    border-color: black !important;
}

DROPDOWN {
}

.dropDownstyle1 {
    border: #cccccc 1px solid;
}

.floatRight {
    padding: 3px;
    float: right;
    clear: right;
}

.floatRight1 {
    float: right;
    clear: none;
}

.floatLeft {
    float: Left;
    padding: 3px;
    clear: left;
}

.floatLeft1 {
    float: Left;
}


.formTitle {
    padding: 3px;
    font-size: medium;
    color: #000099;
    clear: both;
    width: auto;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.formTitle2 {
    border-bottom: 1px solid #0000CC;
    padding: 8px 0px;
    font-size: 14px;
    color: #0000CC;
    clear: both;
    border-left-color: #0000CC;
    border-right-color: #0000CC;
    border-top-color: #0000CC;
    width: auto;
    height: 19px;
}

.formSubTitle2 {
    padding: 10px;
    font-size: 14px;
    color: #0000CC;
    clear: both;
    margin-bottom: 3px;
    font-weight: normal;
}

.formDetailsText {
    width: 200px;
    border: 1px solid #00478e;
}

.formDetailsTextMargin {
    width: 200px;
    border: 1px solid #00478e;
    margin-right: 30px;
    float: right;
}

.formDetailsTextArea {
    border: 1px solid #00478e;
    width: 500px;
    height: 100px;
    font-family: Arial, helvetica, sans-serif;
}

.formDetailsDropdown {
    width: 200px;
    border: 1px solid #00478e;
}

.hyperlinkWhite {
    text-decoration: underline;
    color: #FFFFFF !important;
}

.ImageControl /* using this allows the stylesheet to resize images and help fit in grid see Clinic-Chelsea" */ {
    width: 3em;
    overflow: hidden;
}

.InfoWrap {
    width: 700px;
    padding: 5px;
}

.InfoWrap1 {
    width: 450px;
    padding: 10px;
    margin: 1px;
    border: blue 0.5px solid;
    float: left;
    height: 194px;
}

.Infowrap2 {
    width: 450px;
    padding: 10px;
    margin: 1px;
    border: blue 0.5px solid;
}

.Infowrap3 {
    width: 35%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: left;
    height: auto;
}

.Infowrap4 {
    width: 52%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: right;
    height: auto;
}

.Infowrap5 {
    width: 36%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: left;
    height: 50%;
}

.Infowrap6 {
    width: 45%;
    padding: 5px;
    margin: 5px;
    border: blue 1px solid;
    float: right;
    height: 50%;
}

.Infowrap6a {
    width: 45%;
    padding: 5px;
    margin: 5px;
    border: 1px solid #FF9900;
    float: left;
    height: 50%;
}

.Label {
}

.LabelLeft {
    float: left;
    margin: 10px;
}

.LabelBlueBold {
    font-weight: bolder;
    font-size: medium;
    color: #000080;
    font-style: normal;
}

.LabelBlueUnderline {
    color: #0000cc !important;
    text-decoration: underline !important;
}

Listbox {
}

.ListBoxView {
}

.ListBoxSelect {
    color: blue;
    text-decoration: underline;
}

.ModalPopup {
    background-color: #808080 !important;
    filter: alpha(opacity=80) !important;
    opacity: 0.6 !important;
}

.padding {
    padding-left: 10px;
}

.SiteMapPath {
    margin: 3px;
    width: 403px;
    padding: 3px;
    height: 13px;
}

.staticMenuItem {
    background-color: white;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    color: #ffffff;
    margin: 2px;
    font-weight: normal;
    padding: 2px;
    border-color: #FF6600;
}

.staticMenuItem1 {
    background-color: #CCCCFF;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
    color: #FF3300;
    font-family: Calibri;
    margin: 2px;
    font-weight: normal;
    padding: 2px;
    width: 160px;
}

.staticMenuItem2 {
    background-color: #CCCCFF;
    color: Navy;
    font-family: Arial;
    padding: 2px;
    margin: 2px;
    font-weight: bolder;
    width: 180px;
    border-right: orange thin solid;
    border-top: orange thin solid;
    border-left: orange thin solid;
    border-bottom: orange thin solid;
}

.staticMenuItem3 {
    background-color: #CCCCFF;
    color: Navy;
    font-family: Arial;
    padding: 2px;
    margin: 2px;
    font-weight: bolder;
    width: 180px;
    border-right: lime thin solid;
    border-top: lime thin solid;
    border-left: lime thin solid;
    border-bottom: lime thin solid;
}

.Tab {
    font-family: Arial;
    font-size: 10px;
    color: Gray;
    background-color: Silver;
}


.TEXTAREA {
}

.textbox1 {
    border: 1px solid #cccccc;
    font-weight: lighter;
}

.textboxRight {
    border: 1px solid #cccccc;
    float: right;
    margin: 10px;
}

.textBoxMulti1 {
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    text-align: justify;
}

.textBlue {
    color: blue;
    text-align: justify;
}

.textGreenBold {
    color: #0000CC;
    font-weight: bold;
}

.textAllignJustify {
    text-align: justify;
    text-justify: newspaper;
}

.toolbox {
    background-color: #FFFFFF;
    border: #1D57A5 2px solid !important;
    margin: 5px;
    padding: 15px !important;
    width: 1000px;
    height: 650px;
    overflow-y: scroll !important;
}

.ModalPopup {
    background-color: #808080;
    filter: alpha(opacity=80);
    opacity: 0.6;
}

.tooltip {
    display: none;
    background-color: #FFFFFF;
    font-weight: bolder;
    border: 1px solid #000066;
    width: auto;
    height: auto;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.warning1 {
    color: #CC3300 !important;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

#master {
    position: relative; /* The following line stops the menu from hiding behind certain elements of the content page */
    z-index: 1000;
    width: 100%;
    background-color: white;
    text-align: left;
    margin-left: 3px;
    margin-right: 0px;
    margin-top: 0px;
    top: 0px;
    left: 0px;
}

#topBarWhiteNarrow {
    width: 950px;
    height: 54px;
    padding-bottom: 10px;
}

#topBarLogo {
    width: 1087px;
    margin-top: 0px;
    height: 40px;
}

#menu1 {
    padding: 5px 0px 5px 0px;
    margin-top: 5px;
    font-family: Calibri, Arial;
}

#menuClinTrial {
    margin-top: 5px;
    font-family: Calibri, Arial;
}

#menu2 {
    background-color: #FF3300;
    border-bottom: 1px solid #00478e;
    border-top: 1px solid #00478e;
    width: 100%;
    height: 42px;
    margin-top: 10px;
}

#logo22 {
    position: absolute;
    width: 70px;
    height: 40px;
    top: 0px;
    left: 0px;
    vertical-align: middle;
    color: white;
    text-align: center;
    background-image: url(../Images/);
    background-repeat: no-repeat;
}

#navbar2 {
    width: 100%;
    margin: 5px;
    height: 30px;
}

#picture {
    position: absolute;
    height: 50px;
    width: 99%;
    top: 0px;
    right: 0px;
}

#sidecol2 {
    width: 15%;
    float: left;
    height: 1000px;
    margin-top: 5px;
    background-color: #F3F4FE;
    padding: 10px;
}

#maincol2 {
    border: thin solid #FFFFFF;
    padding: 0px 0px 10px 10px;
}



#maincolClinTrial {
    border: thin solid #FFFFFF;
    padding: 20px;
    margin: auto;
}

#footer {
    width: 99%;
    height: 15px;
    clear: both;
    text-align: center;
    vertical-align: middle;
    color: black;
    background-color: #FFFFFF;
}


.menuContainer {
    border: 1px solid #CCCCCC;
    background-color: #000099;
    height: 32px;
    width: 100%;
    color: #FFFFFF;
}

.menu {
    margin: 0;
    border: 1px solid #FFFFFF;
    font-family: Calibri;
    background-color: #000099;
    padding: 0;
    width: 100%;
    color: #FFFFFF;
}

.menuClinTrial {
    font-family: Arial;
    margin-top: 0;
    padding: 0;
    width: 98%;
    color: #FFFFFF;
}

.menuContainerClinTrial {
    height: 30px;
    width: 98%;
}

.staticMenuStyle {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.staticMenuItemStyle {
    height: 30px;
    color: white;
    font-weight: normal;
    font-size: 1em;
}

.staticMenuItemStyleClinTrial {
    height: 30px;
    padding: 0.8em;
    margin: 0.5em;
    color: black;
    background-color: whitesmoke;
    font-weight: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    font-size: 1em;
}

.staticSelectedStyle {
    background-color: #F9F9F9;
    color: #000099;
}

.staticHoverStyle {
    background-color: #F9F9F9;
    color: #000000;
}

.staticHoverStyleClinTrial {
    background-color: #82CAFF;
    color: #000000;
}


.dynamicMenuStyle {
    border: 1px solid #999999;
}

.dynamicMenuItemStyle {
    background-color: aliceblue;
    padding: 10px;
    height: 20px;
    color: black;
    font-weight: normal;
    font-size: small;
    width: 300px;
    font-family: Calibri;
}

.dynamicMenuItemStyleClinTrial {
    background-color: aliceblue;
    padding: 10px 5px 10px 5px;
    margin: 1px 0 0 0;
    height: 20px;
    color: black;
    font-weight: normal;
    font-size: small;
    min-width: 180px;
    font-family: Calibri;
    border-bottom-right-radius: 1em;
}

.dynamicSelectedStyle {
    background-color: #0000CC;
    color: #FFFFFF;
}

.dynamicHoverStyle {
    background-color: #0000CC;
    color: #FFFFFF;
}

    .dynamicHoverStyle a:hover {
        text-decoration: underline;
    }


/* Page title and sub title */


.dateButtons {
    color: Blue;
    font-size: 10px;
}

.shadow1 {
    margin: 5px;
    background-color: rgb(230, 230, 255); /* Needed for IEs */
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    width: 98%;
}

    .shadow1 .content {
        position: relative; /* This protects the inner element from being blurred */
        padding: 5px;
        background-color: #E8E8FF;
        color: #000000;
        font-size: medium;
    }

    .shadow1 .Diary {
        margin: 5px;
        position: relative; /* This protects the inner element from being blurred */
        padding: 15px 5px 5px 20px;
        background-color: #FCFCFC;
        color: #000000;
        font-size: small;
        width: 98%;
    }

.PatientBanner {
    border: 1px solid #666666;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    font-size: 1.3em;
    height: auto;
}

.PrescriptionDetail {
    border: 1px solid #666666;
    margin: 3px;
    padding: 3px;
    background-color: #F9F9F9;
    font-size: 1.3em;
}


.VertiColumn th {
    writing-mode: tb-rl;
    filter: fliph()flipV();
}

#JSBatchBookPrintPane {
    font: 10px verdana;
    position: fixed;
    background-color: White;
    border: 1px solid #aaa;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

#JSBatchBookContentPane {
    top: 50px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    width: 96%;
    position: fixed;
    overflow: auto;
}

    #JSBatchBookContentPane td {
        border: 1px solid #ccc;
    }

.JSBatchBookButtonsPane {
    clear: both;
    height: 25px;
    position: fixed;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    padding: 15px;
    border-top: 1px solid #DDD;
}

    .JSBatchBookButtonsPane a {
        font-size: 16px;
        font-weight: bold;
        margin: 5px 10px;
        color: #3B74D8;
        cursor: pointer;
    }


.MarqueeNumbers {
    padding: 4px;
    color: #000000;
    border: 2px solid yellow;
    margin: 10px;
    float: left;
    background-color: #EAEAEA;
}

.TrialBanner {
    background-color: #FFFFCC;
    font-size: 1.4em;
    width: 100%;
    margin: auto;
    height: 1.8em;
    font-family: Calibri;
}

.TrialProductBanner {
    background-color: purple;
    font-size: 1.2em;
    width: 100%;
    margin: auto;
    height: 1.8em;
    font-family: Calibri;
    color: white;
}

#InterventionRecordContainer .row {
    margin-bottom: 3px;
}

#radio-container .radioSpace4 {
    margin: 0px 10px;
}

.radioSpace4 label {
    width: 5em;
    text-align: left;
}


.labelSpace4 {
    width: 4em;
    text-align: right !important;
    padding: 0.2em 0;
}

.panelSpacedRows .row {
    margin-bottom: 3px !important;
}

.divOverflowYOnly {
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-menu table {
    /*border: 1px solid #ddd;*/
    padding: 0.5em 1em !important;
    margin: 0.2em;
}

    .dropdown-menu table a:hover {
        color: black;
        text-decoration: underline;
    }

.paddingRight10 {
    padding-right: 20px;
}

.marRight10 {
    margin-right: 10px;
}

.pageBody {
    background: #fff;
    margin: 10px 0 0 0;
    min-height: 600px;
}

.pageBodyLibrary {
    background: #fff;
    margin: 50px 0 0 0;
    min-height: 600px;
}

.pageBodyMobile {
    background: #fff;
    width: 300px;
    min-height: 500px;
}

.header-login-pane {
    float: right;
    clear: none;
    font-size: 14px;
    margin: 4px 10px 0px 10px;
}

    .header-login-pane a {
        font-size: 14px;
        padding-right: 0.5em;
    }

.header-logo-link {
    cursor: pointer;
}

    .header-logo-link span {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        cursor: pointer;
    }

.bootstrapMenuContainer {
    top: 0;
    /*width: 100% !important;*/
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

.bootsMasterContainer .panel-heading {
    font-size: 1.2em;
}

.bootstrapMenuContainer .navbar {
    min-height: 40px !important;
    background: inherit;
    border: 0px;
    margin: 5px;
    margin-top: 8px;
}

.bootstrapMenuContainer .dropdown-menu {
    padding: 10px !important;
    text-align: left;
    margin-left: 10px;
    border-radius: 0 !important;
}

    .bootstrapMenuContainer .dropdown-menu td:hover {
        background-color: white;
    }

    .bootstrapMenuContainer .dropdown-menu a {
        color: black !important;
        margin: 0 !important;
        padding: 0.3em 0.2em;
    }

        .bootstrapMenuContainer .dropdown-menu a:hover {
            color: blue !important;
        }

.bootstrapMenuContainer a {
    font-style: normal !important;
    color: white;
}

    .bootstrapMenuContainer a:hover {
        color: #0000aa !important;
        cursor: pointer;
    }

.numeric-dropdown-holder div {
    font-size: 10px !important;
    padding: 8px;
}

.numeric-dropdown-holder input[type=button] {
    height: 14px !important;
}

/*for BookInRxExternal*/

.radoBtn {
    Width: 320px;
    Height: 30px;
    font-weight: bold;
    color: !important black;
}

.ImageControl {
    border-color: white;
    border-style: solid;
    border-width: 5px;
    height: 30px;
}

.hiddenDiv {
    display: none;
}

.colorForRxDropdown {
    color: #0000CC;
}

.timeBox {
    width: 20px;
}

.txtBoxRxItem {
    /*Width: 30px;*/
    background-color: rgb(247, 242, 145) !important;
}

.gridWidth {
    width: 96%;
}

.boxWidth {
    width: 38%;
}

.bootsMasterContainer {
    margin: auto;
    margin-top: 40px;
    padding: 20px !important;
    border: 1px solid #F8F2F2 !important;
    border-radius: 3px;
}

.bootsBookInButtons input[type=submit] {
    float: right;
    clear: both;
}

.bootsMasterContainer .panel {
    margin: auto !important;
    max-width: 95%;
}

.bootsExternalSearchPane {
    margin: 1em;
}

.bootsExternalSearchRadio {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .bootsExternalSearchRadio label {
        padding-left: 5px;
    }

.bootsExternalSearchButtons input {
    margin: 0 5px;
}

.bootsExternalSearchButtons {
    float: left !important;
    margin: 1em;
}

.bootsMasterContainer .row {
    margin-top: 0.2em;
    padding: 0 1em;
}

.bootsMasterContainer .col-sm-1, .col-sm-2, .col-sm-4, .col-sm-5, .col-sm-6 {
    padding-left: 0 !important;
    top: -2px;
    left: 0px;
}

.bootsMasterContainer .form-date-field {
    min-width: 100px;
}

.bootsExternalTargetDatePane {
    background-color: #E8F1F3;
    padding: 1em !important;
    border: 1px solid #BCD5EC;
    margin: 0 !important;
    margin-top: 1em !important;
}

.bootsExternalContentPane {
    border: 1px solid #DEEEF5;
    padding-bottom: 2em;
    border-radius: 3px;
}

.bootsExternalTargetDatePane .col-sm-3 {
    padding: 0 1em;
}

.bootsMasterFooter {
    padding: 2em;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.bootsTargetTimePane {
    padding-top: 1em;
}

.bootsTargetDateTimeTextbox {
    width: 30px !important;
    text-align: center;
    padding: 0;
    border-radius: 3px !important;
    height: 30px !important;
    margin-left: 1em;
    border: 2px solid #DDD;
    font-size: 12px;
}

.readonly {
    background-color: #E9E0E0;
}

.bootsDashboardContainer {
    padding: 0 10px 10px 10px;
    width: 100%;
    display: inline-block;
    background-color: #FCFCFC;
    min-height: 500px;
}

    .bootsDashboardContainer table {
        width: 100%;
        min-height: 100px !important;
    }

.bootsDashboardTopRow {
    background-color: white;
    /*width: 100%;*/
    margin: 1em 1em 1px 0 !important;
    border: 1px solid gray;
    border-radius: 1px;
}

    .bootsDashboardTopRow .label {
        margin-top: 5px !important;
        padding: 0.2em 0.4em !important;
    }

    .bootsDashboardTopRow .bold, .control-label {
        color: #000;
        padding: 0.2em 0.4em !important;
    }

    .bootsDashboardTopRow span {
        font-size: 1.1em;
        margin-top: 0.5em;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

.bootsDashboardLiveDispensaryLabel {
    margin-right: 4em;
    color: #0000CC !important;
}

    .bootsDashboardLiveDispensaryLabel .row {
        color: #EE2020 !important;
    }

.bootsOutpatientPharmStartDate {
    padding: 0.5em;
    font-size: 1.5em;
    color: #2E56AA;
}

.bootsOutpatientPharmGridview {
    margin-top: 1.5em;
}

.bootsBookInButtons input[type=submit] {
    font-size: 15px;
}

.border-success {
    border: 2px solid #58ba58 !important;
}

.border-warning {
    border: 2px solid #fba82c !important;
}

.border-danger {
    border: 2px solid red !important;
}

.border-info {
    border: 2px solid darkblue !important;
}

.bootsExternalSearchPane input[type=text] {
    font-weight: normal !important;
    color: #000 !important;
    padding: 1px 2px !important;
    line-height: 1.0 !important;
}

.textBlack {
    color: black !important;
}

.visibleFalse {
    visibility: collapse;
}

.scrolling-box {
    height: 100px;
    width: auto;
    padding: 5px;
    min-width: 70px;
    max-width: 150px;
    background-color: yellow;
    color: black;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0.2em;
    float: left;
    text-align: center;
}


.time-table {
    border: 0px;
    padding: 0;
    margin: 0;
    -ms-transform: scale(0.7); /* IE 9 */
    -webkit-transform: scale(0.7); /* Safari */
    transform: scale(0.7);
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

    .time-table tr td {
        border: 0px;
        padding: 0 0 2px 0;
        margin: 0;
    }

        .time-table tr td.first-child {
            font-size: 120%;
        }

.textWhite {
    color: white !important;
}

.fontsize100 {
    font-size: 100px !important;
}


.backgroundBlack {
    background-color: black !important;
}

.BrickNeutral300 {
    padding: 10px;
    margin: 5px;
    min-height: 300px !important;
    max-width: 300px;
    min-width: 300px;
    align-content: center !important;
}

.BrickNeutral200 {
    padding: 10px;
    margin: 5px;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
}

.BrickREDYellow {
    padding: 10px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
    background-color: yellow;
    color: black !important;
}

.BrickRED200 {
    padding: 10px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
    background-color: #cc0000;
    color: white !important;
}

.BrickAMBER200 {
    padding: 10px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
    background-color: darkorange;
    color: white !important;
}

.BrickBLUE200 {
    padding: 10px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
    background-color: darkblue;
    color: white !important;
}

.BrickGREEN200 {
    padding: 10px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 120px !important;
    max-width: 200px;
    min-width: 200px;
    align-content: center !important;
    background-color: darkgreen;
    color: white !important;
}

.BrickNeutral100 {
    padding: 5px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100px;
    min-width: 100px;
    align-content: center !important;
}

.BrickBLUE100 {
    padding: 5px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100px;
    min-width: 100px;
    align-content: center !important;
    background-color: darkblue;
    color: white !important;
}

.BrickAMBER100 {
    padding: 5px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100px;
    min-width: 100px;
    align-content: center !important;
    background-color: darkorange;
    color: white !important;
}

.BrickGREEN100 {
    padding: 5px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100px;
    min-width: 100px;
    align-content: center !important;
    background-color: darkgreen;
    color: white !important;
}

.BrickRED100 {
    padding: 5px;
    margin: 5px;
    border: 1px solid Grey;
    min-height: 100px !important;
    max-height: 100px !important;
    max-width: 100px;
    min-width: 100px;
    align-content: center !important;
    background-color: red;
    color: white !important;
}

.font20Red {
    font-size: 20px !important;
    color: red;
    margin: 3px;
}

.font20Green {
    font-size: 20px !important;
    color: #006400;
    margin: 3px;
}

.font20Orange {
    font-size: 20px !important;
    color: #ff8c00;
    margin: 3px;
}

.font20Amber {
    font-size: 20px !important;
    color: #ff8c00;
    margin: 3px;
}

.font20Blue {
    font-size: 20px !important;
    color: #00008b;
    margin: 3px;
}

.font15Purple {
    font-size: 15px !important;
    color: #800080;
    margin: 3px;
}

.font16Purple {
    font-size: 16px !important;
    color: #800080;
    margin: 3px;
}

.font16DarkRed {
    font-size: 16px !important;
    color: #cb1c1c;
    margin: 3px;
}

.font13Red {
    font-size: 13px !important;
    color: #f00;
    margin: 3px;
}

.font15Red {
    font-size: 15px !important;
    color: #f00;
    margin: 3px;
}

.font20Purple {
    font-size: 20px !important;
    color: #800080;
    margin: 3px;
}

.font20Red {
    font-size: 20px !important;
    color: red;
    margin: 3px;
}

.font20White {
    font-size: 20px !important;
    color: white;
    margin: 3px;
}

.font13SeaBlue {
    font-size: 13px !important;
    color: #1967be;
    margin: 3px;
}

.font30Purple {
    font-size: 30px !important;
    color: #800080;
    margin: 3px;
}

.font16Black {
    font-size: 16px !important;
    color: #000;
    margin: 3px;
}

.font12Black {
    font-size: 12px !important;
    color: #000;
    margin: 3px;
}

.labelRed3Padding {
    color: white !important;
    background-color: red !important;
    padding: 3px !important;
}

.labelAmber3Padding {
    color: white !important;
    background-color: orange !important;
    padding: 3px !important;
}

.labelGreen3Padding {
    color: white !important;
    background-color: darkgreen !important;
    padding: 3px !important;
}

.checkbox-select {
    height: 20px;
    width: 20px;
    margin: 5px;
}

.filter-inputs {
    height: 35px;
    width: 200px;
    float: left;
    margin: 10px 0px 10px 10px;
}

.LinkBlackNoUnderline {
    color: black;
    text-decoration: none !important;   
}

.LinkWhiteNoUnderline {
    color: white !important;
    text-decoration: none;
}

.LinkDarkSlateGreyNoUnderline {
    color: darkslategray;
    text-decoration: none;
}

.TextPurpleUnderline {
    color: purple !important;
    text-decoration: underline !important;
}

.LinkPurpleNoUnderline {
    color: purple;
    text-decoration: none;
}

.LinkRedNoUnderline {
    color: red;
    text-decoration: none;
}

.LinkDarkBlueNoUnderline {
    color: darkblue;
    text-decoration: none;
}

.LinkBlueNoUnderline {
    color: blue;
    text-decoration: none;
}

.LinkDarkOrangeNoUnderline {
    color: darkorange;
    text-decoration: none;
}

.LinkDarkGreenNoUnderline {
    color: darkgreen;
    text-decoration: none;
}

.qa-choicelist input[type=radio] {
    margin: 5px 2px 0 25px;
}

.footer-buttons {
    margin: 10px;
    float: right;
}

.survey-label-18px {
    font-size: 18px;
    float: left;
}

.btn-spaced-hr {
    margin: 0px 3px 0px 3px;
}

.btn-spaced-vt {
    margin: 3px 0px 3px 0px;
}

.btn-spaced {
    margin: 3px;
}

#ChkLibraryModules input[type=checkbox] {
    margin: 5px;
}

.content-center {
    padding: 8px 10px 8px 10px;
}

.border-radius10px {
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.table-noBorder td, .tabe-noBorder td {
    border: none !important;
}

.selected-gray {
    background-color: #c0c0c0;
}

.fond-italic {
    font-style: italic;
}

.text-white {
    color: white !important
}

.no-text-decoration {
    text-decoration: none !important;
}

a.btn {
    text-decoration: none !important;
}

.text-wrap {
    overflow-wrap: break-word;
}

.font-size-large {
    font-size: large;
}

.font20Blue label {
    margin: 5px !important;
}

.surveyQuestionnairePane {
    width: 100%;
}

.brick200 {
    min-height: 250px !important;
    max-height: 250px !important;
}

.hexagon-wrapper {
    text-align: center;
    margin: 10px;
    position: relative;
    display: inline-block;
    align-content: center;
}

.hexagon {
    position: relative;
    width: 150px;
    height: 86.60px;
    background-color: #afeeee;
    margin: 43.30px 0;
    border-left: solid 1px #afeeee;
    border-right: solid 1px #afeeee;
}

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;
    }

    .hexagon:before {
        bottom: 100%;
        border-bottom: 43.30px solid #afeeee;
    }

    .hexagon:after {
        top: 100%;
        width: 0;
        border-top: 43.30px solid #afeeee;
    }

.dispense-labels {
    margin: 6px 2px;
}

.dispense-btn-margin {
    margin: 10px;
    float: right;
    width: 140px;
}

    .dispense-btn-margin .fa {
        font-size: 20px;
        margin: 2px 4px 0px 0px
    }

.black-header-labels {
    font-size: 20px;
    font-weight: bold;
    color: black !important;
}

.white-header-labels {
    font-size: 20px;
    font-weight: bold;
    color: white !important;
}

.ModalBackgroud {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.panel-footer input[type=submit] {
    margin: 2px 5px;
}

.dispensedTransactionsTable {
    background-color: #fffbde;
}

    .dispensedTransactionsTable .label {
        font-size: 1.1em;
        margin: 2px 3px;
    }

.bgGreenfnWhite {
    background-color: darkgreen !important;
    color: white !important;
}

.hcSyncGridviewIcons {
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.hcDispenseParentContainer a {
    text-decoration: none;
}

.fa-file-pdf-o.hcSyncDispenseIcons {
    padding: 3px;
}

.hcSyncDispenseIcons {
    height: 24px;
    width: 24px;
    color: darkmagenta;
    border: 1px solid;
    /*padding: 3px;*/
    margin: 2px;
    font-size: 16px !important;
}

.hcSyncDispenseIcons-green {
    height: 24px;
    width: 24px;
    color: green;
    border: 1px solid;
    padding: 3px;
    font-size: 16px !important;
}

.hcDispenseParentContainer {
    border: 1px solid #1c7ac7;
    border-radius: 3px;
    padding: 5px 1px;
}

.primary-blue-text {
    color: #446e9b;
    font-weight: bold;
}

.btnWidth200px {
    width: 200px;
}

.dispensePatientHeaderPane {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #add2c9;
}

#divDispenseHistoryGrid {
    max-height: 200px;
    overflow-y: scroll;
}

#divLpLibraries a {
    font-size: 15px !important;
    font-weight: normal;
}

.checkbox-list-table {
    margin: 0 20px;
}

#divUserOutcomeList .panel {
    margin-bottom: 20px;
}

.breadcrumb-lib {
    padding: 5px 10px;
    background-color: #f3f3f3;
    border: 1px solid #3fb618;
    width: 98%;
    margin: 1%;
}

    .breadcrumb-lib a {
        text-decoration: none; /*removing underlines of hyperlinks*/
    }

.edit-page-filelink {
    background-color: rgba(171, 171, 171, 0.31);
    padding: 10px;
    border: 1px solid #6c7075;
}

.btn-sendcommittee {
    width: 200px;
}

#patientRegForm {
    background-color: #dde7ea;
    border: 1px solid;
}

.selected-vtm-title {
    background-color: #fff7df;
    padding: 10px;
    border: 2px solid #9b8f91;
}

    .selected-vtm-title label {
        min-width: 120px;
    }

    .selected-vtm-title .h4 {
        padding-top: 2px;
        margin: 2px;
        color: #030303;
    }

.paddingLeft0 {
    padding-left: 0;
}

.hc-workspace-icons {
    height: 60px;
}

.hcbookin-unitsvalidator {
    float: right;
    margin: 5px 15px;
}

.hcbookin-bg {
    background-color: whitesmoke;
    padding: 15px 10px;
    border: 1px solid #d5eef1;
}

    .hcbookin-bg input[type=checkbox] {
        transform: scale(1.4, 1.4);
    }

.hcbookin-details-row {
    margin: 5px 0px;
}

.hcbookin-povalue {
    margin: 10px 0px;
}

    .hcbookin-povalue .col-sm-10 {
        padding: 0px;
    }

.hcbookin-details-row .control-label {
    text-align: center;
}

.product-bookin-custom {
    padding-left: 0px;
}

    .product-bookin-custom select {
        width: 100%;
    }

.product-bookin-nme input {
    border: 1px outset;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1em;
    height: 17px;
    width: 24px;
    overflow: hidden;
    float: left;
}

    .product-bookin-nme input[type=text] {
        text-align: center;
        height: 22px;
        border: 1px outset #ddd;
        width: 50px !important;
    }

.product-bookin-nme {
    padding-left: 3px;
}

.hc-po-cost {
    background-color: #000000;
    color: white;
    padding: 2px 2px;
    font-size: 12px;
    border: 1px solid #985ead;
}

.hc-po-number {
    background-color: #f9fea0;
    color: black;
    padding: 5px 8px;
    border: 1px solid gray;
}

.grid-footer-page-links a {
    padding: 2px 6px;
    background-color: #b6e1f7;
    margin: 1px;
    color: black;
    border: 1px solid #ddd;
}

.border-success {
    border: 1px solid #58ba58 !important;
    padding: 3px !important;
}

.border-warning {
    border: 2px solid #fba82c !important;
}

.border-danger {
    border: 2px solid red !important;
}

.border-info {
    border: 2px solid darkblue !important;
}

.border-leftDefault30 {
    border: 1px solid gray;
    border-left: 30px solid #dddddd !important;
}

.border-leftDarkBlue30 {
    border: 1px solid gray;
    border-left: 30px solid #00008b !important;
}

.border-leftPrimary30 {
    border: 1px solid gray;
    border-left: 30px solid #d9230f !important;
}

.border-leftSucess30 {
    border: 1px solid gray;
    border-left: 30px solid darkgreen !important;
}

.border-leftInfo30 {
    border: 1px solid gray;
    border-left: 30px solid #029acf !important;
}

.border-leftPastelGreen30 {
    border: 1px solid gray;
    border-left: 30px solid #07d2cd !important;
}

.border-leftWarning30 {
    border: 1px solid gray;
    border-left: 30px solid #a208a9 !important;
}

.border-leftDanger30 {
    border: 1px solid gray;
    border-left: 30px solid #ca7007 !important;
}


.divRed {
    background-color: red !important;
    Padding: 4px;
    top: 0px !important;
    border: 1px;
    border-color: red;
    border-style:solid;
}

.divPink {
    background-color: Pink !important;
    Padding: 4px;
    top: 0px !important;
    border: 1px;
    border-color: red;
    border-style:solid;
}

.divOrange {
    background-color: darkorange !important;
    padding: 4px;
    top: 0px !important;
    border: 1px;
    border-color: darkorange;
    border-style: solid;
}

.divLightOrange {
    background-color: #FFD580 !important;
    padding: 4px;
    top: 0px !important;
    border: 1px;
    border-color: darkorange;
    border-style: solid;
}

/*new menu misc colours*/


.border-leftPASTELPURPLE30 {
    border: 1px solid gray;
    border-left: 30px solid #B19CD9 !important;
}

/*new menu colours start here*/

.border-leftSALMON30 {
    border: 1px solid gray;
    border-left: 30px solid #FA7C92 !important;
}

.border-leftRAIN30 {
    border: 1px solid gray;
    border-left: 30px solid #6EC4DB !important;
}

.border-leftBUTTERMILK30 {
    border: 1px solid gray;
    border-left: 30px solid #ffed85 !important;
}

.border-leftLEAF30 {
    border: 1px solid gray;
    border-left: 30px solid #66AB8C !important;
}

.border-leftSUNSHINE30 {
    border: 1px solid gray;
    border-left: 30px solid #FBA100 !important;
}

.border-leftLUSH30 {
    border: 1px solid gray;
    border-left: 30px solid rgba(213, 125, 220, 0.95) !important;
}

.border-leftLAVENDER30 {
    border: 1px solid gray;
    border-left: 30px solid #8579b3 !important;
}

.border-leftDUSTYROSE30 {
    border: 1px solid gray;
    border-left: 30px solid #c49d97 !important;
}

.border-leftCHILLI30 {
    border: 1px solid gray;
    border-left: 30px solid #AF473C !important;
}

.border-leftSKY30 {
    border: 1px solid gray;
    border-left: 30px solid #80a9ff !important;
}

.border-leftHERB30 {
    border: 1px solid gray;
    border-left: 30px solid #76916d !important;
}

.border-leftCHARCOAL30 {
    border: 1px solid gray;
    border-left: 30px solid #3C3C3C !important;
}

.border-bottomRed3 {
    border: 1px solid Gray;
    border-bottom: 3px solid Red !important;
}

.border-bottomOrange3 {
    border: 1px solid Gray;
    border-bottom: 3px solid Orange !important;
}



.TitleFixed {
    Position: Fixed;
    Top: 120px;
    Left: 120px;
}


.grn-total-qty, .POD-total-qty {
    background-color: #e9eff3;
    padding: 2px 4px;
    border-radius: 5px;
}

.grn-processed-qty, .POD-processed-qty {
    background-color: #bcefd7;
    padding: 2px 4px;
    border-radius: 5px;
}

.grn-blank-warning, .POD-blank-warning {
    margin: 10px;
    font-size: 20px;
    background-color: #efe4e4;
    color: black;
    clear: both;
}

.lbl-grn-error {
    margin-bottom: 20px;
}

.hccontacts-products {
    max-height: 400px;
    overflow-y: scroll;
}

.invoice-action-links a {
    width: 130px !important;
}

.hc-po-cost {
    background-color: #000000;
    color: white;
    padding: 2px 2px;
    font-size: 12px;
    border: 1px solid #985ead;
}

.hc-po-number {
    background-color: #f9fea0;
    color: black;
    padding: 5px 8px;
    border: 1px solid gray;
}

.btn-w140 {
    width: 140px !important;
    padding: 5px 10px;
}

.btn-form-control {
    margin-top: 23px
}

#lnkRequestCreate .fa {
    font-size: 18px;
    margin: 2px 4px;
}

#lnkRequestCancel .fa {
    font-size: 18px;
    margin: 2px 4px;
}

.messagebar-box {
    background-color: #dcefdc;
    padding: 10px;
    border: 1px solid #43ce8e;
}

.grn-label-grid {
    background-color: rgba(68, 156, 83, 1);
    padding: 2px 4px;
    color: white !important;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border: 1px solid black;
}

    .grn-label-grid:hover {
        color: white !important;
        text-decoration: underline;
    }

.inv-label-grid {
    background-color: rgba(51, 153, 243, 1);
    padding: 2px 4px;
    color: white !important;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border: 1px solid black;
}

    .inv-label-grid:hover {
        color: white !important;
        text-decoration: underline;
    }

.aria-event-title {
    background-color: #fcf8e3;
    padding: 2px 8px;
    border: 1px solid #f1dada;
    color: #751d62;
}

    .aria-event-title .btn {
        margin: 5px;
    }

.gvw-action-buttons {
    width: 20px;
    height: 20px;
    padding: 20px;
}

    .gvw-action-buttons:hover {
        width: 20px;
        height: 20px;
        padding: 2px;
        background-color: #edf9b4;
    }

.kpi-filter-container {
    padding: 5px;
    /*background-color: #f5f2f2;*/
    border: 1px solid #c5c5c5;
}

    .kpi-filter-container a {
        color: white !important;
    }

.kpi-filter-rows {
    margin-bottom: 5px;
    padding: 5px;
    /*background-color: #f3f4fe;*/
}

.hc-grid-img-icon {
    height: 24px;
    width: 24px;
}

.hc-dispense-po-title {
    background-color: #3a1240;
    padding: 4px;
    border: 2px solid #cfd0e0;
    color: white;
}

.hc-dispense-btn-config {
    background-color: #d9ecfd;
    padding: 2px 4px;
    border: 1px solid #2780e3;
    color: black;
    margin-left: 15px;
}

.radio-toggle-desc {
    width: 100%;
}

    .radio-toggle-desc label {
        clear: both;
    }

.radio-toggle-desc {
    clear: both;
    width: 50%;
}

    .radio-toggle-desc table radoBtn {
        clear: both;
        width: 50%;
    }

.col-sm-6.hcbookin-bg label {
    padding-top: 10px;
}

/**Support Css*/
.productContainer .btn:not(:nth-child(0)) {
    margin-left: 10px;
}

.lblProducts {
    padding-top: 20px;
    padding-bottom: 20px;
}

.topPadding1x {
    padding-top: 10px
}

.topPadding2x {
    padding-top: 20px
}

.table-blue-th th {
    text-align: left;
    background-color: #14466f;
    color: white;
}

.table-pink-th th {
    text-align: left;
    background-color: #f64949;
    color: white;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.padding4px {
    padding: 3px !important;
}

.hc-report-buttons .btnWidth200px {
    margin-right: 5px;
    border: 2px #ffc9e4 solid;
}

.admin-lookup-header {
    background-color: #0e9e46;
    padding: 8px 10px !important;
    color: white;
    margin: 0;
}

.dispense-success-label {
    float: right;
    padding: 5px 10px;
    font-size: 18px;
}

.topcat-timing-row {
    height: 32px;
    font-size: 20px;
    color: #197c8c;
}

    .topcat-timing-row .form-control {
        padding: 2px 4px !important;
        height: 30px;
    }

.checkbox-25 {
    display: inline-table;
    margin-top: 20px;
    margin-left: 2px;
    margin-right: 2px;
}

    .checkbox-25 input[type=checkbox] {
        height: 25px;
        width: 25px;
    }

    .checkbox-25 label {
        font-size: 25px;
        margin-right: 2px;
    }

.checkbox-20 {
    display: inline-table;
    margin-top: 10px;
}

    .checkbox-20 input[type=checkbox] {
        height: 20px;
        width: 20px;
    }

    .checkbox-20 label {
        font-size: 20px;
    }


.checkbox-15 {
    display: inline-table;
    margin: 10px 0px;
}

    .checkbox-15 input[type=checkbox] {
        height: 15px;
        width: 15px;
    }

    .checkbox-15 label {
        font-size: 15px;
        margin-left: 4px;
    }

.lpp-header-action-buttons {
    margin: 2px 4px;
    float: right;
}

.top-filters .bold {
    margin: 10px 0;
}

.layout-block-title-wrapper {
    width: 100%;
    border: 2px solid #7aafd4;
    clear: both;
    display: inline-block;
    margin-bottom: 10px;
}

.layout-block-title {
    background-color: #e4f1ff;
    color: #000;
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
}

}

.lpp-trend-chart-group .col-sm-6 {
    width: 49%;
    margin: 0.5%;
    border: 1px solid #ffaa7c;
}

.alarm-actions {
    margin-bottom: 4px;
}

    .alarm-actions a.btn {
        width: auto !important;
        margin-left: 4px;
    }
/*LAYOUT TABLE*/
.table-layout {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f1e0dd;
}

    .table-layout tbody tr {
        padding: 1px 2px;
    }

        .table-layout tbody tr td {
            padding: 1px 2px;
        }

    .table-layout tbody th {
        text-align: center;
        vertical-align: middle;
        padding: 8px;
        background-color: cornflowerblue;
        color: white;
    }

.c-red {
    color: red;
}


.bg-layout {
    background-color: #3f4d67;
    color: WhiteSmoke;
}

tr.bg-layout:hover {
    background-color: #3f4d67 !important;
}
/*LAYOUT TABLE*/
.table-layout {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9d6d6;
}

    .table-layout tbody tr {
        padding: 1px 2px;
    }

        .table-layout tbody tr td {
            padding: 1px 2px;
            border: 1px solid #d9d6d6;
        }

    .table-layout tbody th {
        text-align: center;
        vertical-align: middle;
        padding: 5px;
        color: #000 !important;
        border: 1px solid #d9d6d6;
    }

        .table-layout tbody th img {
            height: 22px;
            width: 24px;
        }

        .table-layout tbody th input[type=image] {
            height: 22px;
            width: 24px;
        }

/* glow buttons */
.btn-glow-primary {
    -webkit-box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
    box-shadow: 0 1px 6px 2px rgba(4, 169, 245, 0.56), 0 6px 11px 2px rgba(4, 169, 245, 0.2);
}

    .btn-glow-primary:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
        box-shadow: 0 1px 4px 2px rgba(4, 169, 245, 0.56), 0 4px 9px 2px rgba(4, 169, 245, 0.1);
    }

    .btn-glow-primary:not(:disabled):not(.disabled).active, .btn-glow-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-primary.dropdown-toggle, .btn-glow-primary.active, .btn-glow-primary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-secondary {
    -webkit-box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
    box-shadow: 0 1px 6px 2px rgba(116, 136, 146, 0.56), 0 6px 11px 2px rgba(116, 136, 146, 0.2);
}

    .btn-glow-secondary:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
        box-shadow: 0 1px 4px 2px rgba(116, 136, 146, 0.56), 0 4px 9px 2px rgba(116, 136, 146, 0.1);
    }

    .btn-glow-secondary:not(:disabled):not(.disabled).active, .btn-glow-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-secondary.dropdown-toggle, .btn-glow-secondary.active, .btn-glow-secondary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-success {
    -webkit-box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
    box-shadow: 0 1px 6px 2px rgba(29, 233, 182, 0.56), 0 6px 11px 2px rgba(29, 233, 182, 0.2);
}

    .btn-glow-success:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
        box-shadow: 0 1px 4px 2px rgba(29, 233, 182, 0.56), 0 4px 9px 2px rgba(29, 233, 182, 0.1);
    }

    .btn-glow-success:not(:disabled):not(.disabled).active, .btn-glow-success:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-success.dropdown-toggle, .btn-glow-success.active, .btn-glow-success:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-info {
    -webkit-box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
    box-shadow: 0 1px 6px 2px rgba(62, 191, 234, 0.56), 0 6px 11px 2px rgba(62, 191, 234, 0.2);
}

    .btn-glow-info:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
        box-shadow: 0 1px 4px 2px rgba(62, 191, 234, 0.56), 0 4px 9px 2px rgba(62, 191, 234, 0.1);
    }

    .btn-glow-info:not(:disabled):not(.disabled).active, .btn-glow-info:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-info.dropdown-toggle, .btn-glow-info.active, .btn-glow-info:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-warning {
    -webkit-box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
    box-shadow: 0 1px 6px 2px rgba(244, 194, 43, 0.56), 0 6px 11px 2px rgba(244, 194, 43, 0.2);
}

    .btn-glow-warning:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
        box-shadow: 0 1px 4px 2px rgba(244, 194, 43, 0.56), 0 4px 9px 2px rgba(244, 194, 43, 0.1);
    }

    .btn-glow-warning:not(:disabled):not(.disabled).active, .btn-glow-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-warning.dropdown-toggle, .btn-glow-warning.active, .btn-glow-warning:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-danger {
    -webkit-box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
    box-shadow: 0 1px 6px 2px rgba(244, 66, 54, 0.56), 0 6px 11px 2px rgba(244, 66, 54, 0.2);
}

    .btn-glow-danger:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
        box-shadow: 0 1px 4px 2px rgba(244, 66, 54, 0.56), 0 4px 9px 2px rgba(244, 66, 54, 0.1);
    }

    .btn-glow-danger:not(:disabled):not(.disabled).active, .btn-glow-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-danger.dropdown-toggle, .btn-glow-danger.active, .btn-glow-danger:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-light {
    -webkit-box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
    box-shadow: 0 1px 6px 2px rgba(242, 242, 242, 0.56), 0 6px 11px 2px rgba(242, 242, 242, 0.2);
}

    .btn-glow-light:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
        box-shadow: 0 1px 4px 2px rgba(242, 242, 242, 0.56), 0 4px 9px 2px rgba(242, 242, 242, 0.1);
    }

    .btn-glow-light:not(:disabled):not(.disabled).active, .btn-glow-light:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-light.dropdown-toggle, .btn-glow-light.active, .btn-glow-light:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-glow-dark {
    -webkit-box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
    box-shadow: 0 1px 6px 2px rgba(55, 71, 79, 0.56), 0 6px 11px 2px rgba(55, 71, 79, 0.2);
}

    .btn-glow-dark:hover {
        -webkit-box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
        box-shadow: 0 1px 4px 2px rgba(55, 71, 79, 0.56), 0 4px 9px 2px rgba(55, 71, 79, 0.1);
        font-size:larger;
        color:darkgreen;
        font-weight:bold;
    }

    .btn-glow-dark:not(:disabled):not(.disabled).active, .btn-glow-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-glow-dark.dropdown-toggle, .btn-glow-dark.active, .btn-glow-dark:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

label.col-form-label {
    margin-top: 10px;
}
.del-popup-content {
    width:100%;
    max-height: 550px;
    overflow-y: scroll;
}
.del-popup-wrapper {
    width: 90%;
    max-height: 90%;
    overflow-y: scroll;
    background-color: #fff;
}
.del-row {
padding-left:10px;
}
.del-prescription-info {
    background-color: #ffffd0;
    padding: 5px 8px;
    border: 1px solid #83c8e7;
}
.del-popup-wrapper label {
    margin-left: 5px;
}

label.col-form-label {
    margin-top: 10px;
}
.del-popup-content {
    width:100%;
    max-height: 550px;
    overflow-y: scroll;
}
.del-popup-wrapper {
    width: 90%;
    max-height: 90%;
    overflow-y: scroll;
    background-color: #fff;
}
.del-row {
padding-left:10px;
}
.del-prescription-info {
    background-color: #ffffd0;
    padding: 5px 8px;
    border: 1px solid #83c8e7;
}
.del-popup-wrapper label {
    margin-left: 5px;
}