﻿/*Site wide styles*/

body {
    background: #EDEDED;
}

a, a:visited {
    font: 15px Arial, Helvetica, sans-serif Regular;
    cursor: pointer;
}

h2 {
    font-size: 17px;
}

ul {
    list-style: none;
}

label {
    display: inline;
    margin-right: 6px;
    margin-left: 4px;
    margin-top: 4px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 0px;
}

label {
    vertical-align: middle;
}

input[type="radio"], td input[type="checkbox"] {
    margin-top: 0px;
}

legend {
    line-height: 30px;
}

table.table-fixed {
    table-layout: fixed;
}

table.fill {
    width: 100%;
}

.iHealTable1 th, tr.CalendarHeaderAlignLeft td, .RoomView tr.CalendarHeader > td {
    color: #FFFFFF;
    height: 40px;
    /*background: rgb(14,14,14); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* Moved to IE9-gradient.css so we can keep it from breaking IE7
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDdlN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  */
    background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-8 */
}

.iHealTable1 tr:nth-child(even), .iHealTable4 tr:nth-child(even) {
    background-color: #F1F1F1;
}

.iHealTable1 tr:nth-child(odd), .iHealTable4 tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.iHealTable1 tr.z {
    background-color: #F1F1F1;
}

.iHealTable1 tr.x {
    background-color: #FFFFFF;
}

.iHealTable1 th, .iHealTable1 td {
    border: 1px solid #D3D3D3;
    text-align: left;
    padding-left: 10px;
}

.iHealTable1 td {
    height: 35px;
    font: 12px Arial, Helvetica, sans-serif Medium;
    color: #333333;
}

.iHealTable1 th, tr.CalendarHeaderAlignLeft td {
    font: 15px Arial, Helvetica, sans-serif Bold;
    color: #EBEBEB;
    padding-left: 3px;
    padding-right: 3px;
}

    .iHealTable1 th.AddItem {
        height: 20px;
        text-align: center;
    }


.iHealTable1 td.SubmitRow {
    text-align: center;
}

.iHealTable1 td a:visited {
    color: #00B2E2;
}

.iHealTable3 {
    border: 1px solid #D3D3D3;
    padding: 10px;
}

.iHealTable2 th, .iHealTable2 td {
    background-color: #333333;
    border: 1px;
    border-color: #EBEBEB;
    text-align: left;
    padding-left: 10px;
}

.iHealTable2 th {
    font: 18px Arial, Helvetica, sans-serif Medium;
    color: #FFFFFF;
}

.iHealTable2 td {
    font: 14px Arial, Helvetica, sans-serif Medium;
    color: #FFFFFF;
}

.ABITable td {
    font: normal normal bold 12px Verdana;
    color: #FFFFFF;
    background-color: #56A8C0;
    border: 0px solid #EBEBEB;
    text-align: left;
    padding-left: 1px;
    height: 30px;
}

tr.ABIRow {
    background-color: #56A8C0 !important;
    border: 0px solid #EBEBEB;
    text-align: left;
    padding-left: 10px;
    color: #FFFFFF;
}

td.ABICell {
    font: normal normal normal 14px Arial;
    color: #FFFFFF;
    background-color: #56A8C0;
    border: 0px solid #EBEBEB;
    text-align: left;
    padding-left: 10px;
    height: 30px;
}

td.border-gray-bottom {
    border-bottom: 2px solid gray;
}

table th a, table th a:hover {
    font: 15px Arial, Helvetica, sans-serif Bold;
    color: #FFFFFF;
    text-decoration: none;
}

#MDMPopup table th a, div#MDMPopup table th a:hover {
    font: 15px Arial, Helvetica, sans-serif Bold;
    color: #00b2e2;
    text-decoration: none;
}

.iHealTable2 th, .iHealTable2 td {
    background-color: #333333;
    border: 1px solid #EBEBEB;
    text-align: left;
    padding-left: 10px;
    color: #FFFFFF;
}

.iHealTable2 td {
    font: normal normal normal 14px Arial;
    color: #FFFFFF;
    background-color: #333333;
    border: 1px solid #EBEBEB;
    text-align: left;
    padding-left: 10px;
    height: 30px;
}

.iHealTable2 th {
    font: normal normal normal 18px Arial;
    color: #FFFFFF;
    border-left-style: none;
    border-right-style: none;
    height: 50px;
    border-top-style: none;
}

.iHealTable2 tfoot tr {
    border-top: 3px solid #EBEBEB;
    border-right: 3px solid #EBEBEB;
}

.iHealTable2 tfoot td {
    border-right-style: none;
    border-left-style: none;
}

.well {
    background: #EDEDED;
}

.bgLight {
    background-color: #FFFFFF;
}

.bgDark {
    background-color: #F1F1F1;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.PrintHidden {
    display: none;
}

.NoLeftMargin {
    margin-left: 0;
}

.VertAlign {
    vertical-align: top;
}

.HorizCenter {
    text-align: center !important;
}

.HorizRight {
    text-align: right;
}

.cg, .cgNoMargin {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 0;
}

    .cg h2 {
        font-size: 17px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

.cgCmd {
    float: right;
}

* html .cgCmd {
    padding-bottom: 1px;
}

.iHealTable1 table.Messages {
    width: 100%;
    border: none;
}

    .iHealTable1 table.Messages tr {
        background-color: #FFFFFF !important;
        border: none;
    }

    .iHealTable1 table.Messages td {
        border: none;
    }

.iHealTable1 table.WeeklyCalendar {
    margin-left: 0;
    width: 940px;
}

.printPreview table.WeeklyCalendar.iHealTable1 {
    width: 100%;
    clear: both;
}

.iHealTable1 table.WeeklyCalendar th {
    width: 107px;
    color: #FFFFFF;
}

.iHealTable1 table.WeeklyCalendar td {
    width: 107px;
}

.iHealTable1 table.WeeklyCalendar tr.x th,
.iHealTable1 table.WeeklyCalendar tr.z th,
.printPreview table.WeeklyCalendar tr.x th,
.printPreview table.WeeklyCalendar tr.z th {
    background: inherit;
    color: #000000;
    filter: none;
}

td.WeeklyCalendar {
    width: 117px;
}

th.WeeklyCalendar {
    width: 113px;
    background: inherit;
    color: #000000;
}

.Alphabet {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    .Alphabet a {
        display: inline-block;
        text-decoration: underline;
        padding: 6px;
        margin: 1px;
    }

.btn-margin {
    margin-left: 5px !important;
}

textarea.NotesEditor {
    width: 100%;
}

.NoScrolling {
    overflow: hidden;
}

.background-none {
    background: none !important;
    background-color: transparent;
}

.cancel-right {
    clear: right;
}

.NotToday, .CallOut /* validators */ {
    color: #f86700 !important;
}

h2.header {
    color: #333333;
    line-height: 20px;
    padding-top: 10px;
}

select.width-auto {
    width: auto;
}

.no-left-margin {
    margin-left: 0 !important;
}

.omega-margin-25 {
    margin-right: 25px;
}


.chkbox-marg-bot-10 {
    margin-bottom: 10px;
}

.underlined {
    text-decoration: underline;
}

.codesnippet {
    font-style: italic;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #ededed;
    padding: 5px;
    max-height: 14em;
    overflow-y: auto;
}
.btn-primary[disabled] {
    color: #333333 !important;
    background-color: #e6e6e6 !important;
    *background-color: #d9d9d9 !important;
}
[id$="divImgPointClickCareBanner"] img {
    vertical-align: baseline
}