﻿.progressIndicator {
    position: fixed;
    display: none;
    top: 1px;
    right: 1px;
    z-index: 10000;
    width: 100px;
    margin-left: -50px;
    height: 20px;
    background: red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: White;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

    .progressIndicator DIV {
        display: inline-block;
        margin-top: -15px;
        vertical-align: middle;
    }

/* Master page structural elements */

HR {
    border: 1px solid #DFDFDF;
}

H1 {
    text-transform: uppercase;
    padding: 3px;
    margin-left: 10px;
    font-family: Verdana;
    font-size: 14px;
    letter-spacing: 2;
    font-weight: bold;
    color: #0079c2;
}

.MenuClass {
    z-Index: 2500 !important;
}

.SelectedMenuItem {
    background-color: #4795C1 !important;
    color: White !important;
}

.NotVisible {
    display: none;
}

.MultineTextbox {
    font-family: Arial;
}

#PopupContainer {
    background-color: #F5F5F5;
    width: 100%;
    padding: 2px 2px;
}

#PrintContainer {
    width: 100%;
    padding: 2px 2px;
}

#MasterContainer {
    height: 100%;
    width: 100%;
    float: none;
}

#MainContent {
    width: 945px;
    clear: none;
    float: none;
    margin: auto;
}

#HeaderSection {
    font-size: xx-large;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #C0C0C0;
    height: 100px;
    clear: both;
    width: 100%;
}

    #HeaderSection .HeaderLogo {
        position: relative;
        left: 10px;
        top: 10px;
        padding-right: 10px;
    }

#MenuBar {
    clear: both;
    width: 100%;
    height: 26px;
    background: silver;
}

#PageContents {
    clear: both;
    padding-top: 2px;
    background-image: url(../../images/master-box-bg.gif);
    background-repeat: repeat-x;
}

#FooterSection {
    font-family: Verdana;
    clear: both;
}

.reportTitle {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

/* Fieldsets */
.fieldsetDiv {
    margin: 5px;
    padding: 5px 25px 5px 25px;
    border: 1px solid #dfdfdf;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .fieldsetDiv .legendDiv {
        text-transform: uppercase;
        padding: 3px;
        margin-left: -10px;
        font-family: Verdana;
        font-size: 12px;
        letter-spacing: 2;
        font-weight: normal;
        color: #0079c2;
    }

.fieldsetDivNoPadding {
    margin: 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #dfdfdf;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .fieldsetDivNoPadding .legendDiv {
        text-transform: uppercase;
        padding: 3px;
        padding-left: 25px;
        margin-left: -10px;
        font-family: Verdana;
        font-size: 12px;
        letter-spacing: 2;
        font-weight: normal;
        color: #0079c2;
    }

.SubSection {
    text-transform: capitalize;
    padding: 3px;
    margin-left: 0;
    font-family: Verdana;
    font-size: 10px;
    letter-spacing: 2;
    font-weight: normal;
    color: #0079c2;
    border-bottom: solid 1px #dfdfdf;
    padding-top: 10px;
    margin-bottom: 5px;
}

.TabStripSection {
    margin: 5px;
    padding: 5px 5px 5px 5px;
}

/* Tables */
.tableLeft {
    color: #c7c7c7;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    padding-left: 5px;
    font-weight: bold;
}

.tableLeftRequired {
    /* color: #8d8d8c; */
    color: Red;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
}

.tableRight {
    color: #041723;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    border: 1px;
    font-weight: normal;
}

.tableLeftFixed {
    background-color: #e7e7e7;
    color: Black;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    padding-left: 5px;
    font-weight: bold;
}

.tableRightFixed {
    background-color: #e7e7e7;
    color: Black;
    font-size: 11px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    border: 1px;
}

.radPage {
    border: 1px solid #DFDFDF;
}

/* Print elements */
.sectionGridHeader {
    background-color: gray;
    color: White !important;
}

.sectionItemLabel {
    color: #c7c7c7;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
}

.sectionItemValue {
    color: #041723;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
}

.RepeaterGrid {
    text-align: left;
}

/* Form elements */
.textbox {
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0;
    height: 15px;
    text-align: justify;
    vertical-align: top;
    font-style: normal;
    border: 1px solid #c7c7c7;
}

.textboxlonger {
    border: 1px solid #c7c7c7;
    width: 220px;
}

.textboxhalf {
    border: 1px solid #c7c7c7;
    width: 107px;
    margin-right: 1px;
}

.ExpandableZoneExpandTitle {
    text-decoration: none;
}

.ExpandableZoneExpandImage {
    float: left;
    margin-right: 5px;
    border: 0px;
}

#menu-crud {
    text-align: center;
}

.OperationsRow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ClickableImg {
    border: none;
    cursor: pointer;
}

.FacilityLogoPrint {
    max-height: 70px;
    max-width: 200px;
}

.tableHeadL {
    color: #404c54;
    font-size: 11px;
    font-family: Arial;
    background-color: #f6f6f6;
    padding: 4px 4px 4px 7px;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tableHeadR {
    color: #404040;
    font-size: 11px;
    font-family: Arial;
    padding: 4px 4px 4px 7px;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tableHeadLabel {
    font-weight: bold;
    padding-left: 10px;
}

.tableHeadValue {
}

/* ************** Phone Input ***************** */
.PhoneInputContainer INPUT {
    text-align: center;
}

/* ************ Calendar events *************** */
.BlockedCalendarEvent .rsAptContent {
    background-color: #808080 !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.CurrentCalendarEvent .rsAptContent {
    background-color: yellow !important;
    background-image: none !important;
}

.PendingCalendarEvent .rsAptContent {
    background-color: #BCBCBC !important;
    background-image: none !important;
    color: #FFFFFF !important;
    font-size: 8pt !important;
}

.ModifiedCalendarEvent .rsAptContent {
    background-color: #FFB62E !important;
    background-image: none !important;
}

.RescheduledCalendarEvent .rsAptContent {
    background-color: #2E77FF !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.PerformedCalendarEvent .rsAptContent {
    background-color: #FF66FF !important;
    background-image: none !important;
    color: #000000 !important;
}

.ConfirmedCalendarEvent .rsAptContent {
    background-color: #2EFF54 !important;
    background-image: none !important;
}

.CancelledCalendarEvent .rsAptContent {
    background-color: red !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.SignaturePlaceHolder {
    border-top-style: solid;
    border-top-width: thin;
    width: 200px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    padding: 3px;
    margin-top: 60px;
    font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    padding-left: 20px;
    clear: left;
}

.smallNotesText {
    color: #c7c7c7;
    font-size: 9px;
    font-family: Arial;
    padding: 2px 2px 2px 5px;
    padding-left: 5px;
    font-style: italic;
}

.inlineIframe {
    border: none;
    overflow: hidden;
}

.AttachmentDrop {
    background-color: Yellow;
}

.AttachmentProgress {
    width: 100%;
    height: 10px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #F7F7FF;
}

    .AttachmentProgress .Bar {
        width: 50%;
        height: 100%;
        background-color: #0079C2;
    }

.AttachmentList {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #8d8d8c;
    border: solid 1px #C7C7C7;
    background-color: #F5F5F5;
    overflow-y: scroll;
    border-radius: 3px;
}

    .AttachmentList img {
        vertical-align: sub;
        margin-right: 5px;
    }

    .AttachmentList .PreviewIcon IMG {
        margin-left: 3px;
    }

.AttachmentPreview {
    height: 360px;
    border: solid 1px #C7C7C7;
    width: 100%;
    margin-bottom: 5px;
}

.EntityAttachmentList {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #8d8d8c;
    border: solid 1px #C7C7C7;
    background-color: #F5F5F5;
    overflow-y: scroll;
    border-radius: 3px;
}

    .EntityAttachmentList img {
        vertical-align: sub;
        margin-right: 5px;
    }

IMG.AttachmentIcon {
    cursor: pointer !important;
    border: 0;
}

.ActionLink {
    color: Gray;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.SmallActionLink {
    padding-left: 25px;
}

    .SmallActionLink A {
        color: Gray;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
    }

.SectionIndex {
    float: right;
}

#ZirMedResponsePlaceholder {
    height: 500px;
    overflow-y: scroll;
}

.RadGrid_Default .rgRow.LitigationCase, 
.RadGrid_Default .rgAltRow.LitigationCase
{
    background: red;
    color: white;
}

.LitigationCase A
{
    color: white !important;
}

/* Facesheet*/
.FaceSheetPrint .fieldsetDiv
{
    font-size: 80%;
    padding-left: 10px;
    padding-right: 10px;
}

.FaceSheetPrint .legendDiv
{
    font-size: 80%;
    margin-left: -4px;
}

.FaceSheetPrint .tableLeft
{
    font-size: 80%;
}

.FaceSheetPrint .tableRight
{
    font-size: 80%;
}

.FaceSheetPrint .SubSection
{
    padding-top: 2px;
    font-size: 9px;
    margin-left: 5px;
    padding-left: 1px;
}

.FaceSheetPrint table .SubSection
{
    margin-left: -4px;
}